Pull request #44 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5148a09e91bfcfbc1af5e4ad3f132772594f665d+a6fd823ac0f8050cc93c4390e8ec7789fa877825 (20f5d18ec34a0343c06f21c0169edf1737581a8b) 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-ssh11715792029145733587.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-ssh3294228545869942444.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 2c7614b56cb57ece5b5bdf52d827492071d4cc62 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-gpio/branches/PR-44/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-gpio/branches/PR-44/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5465390452641541168.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-gpio/branches/PR-44/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17499406735363561953.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c7614b56cb57ece5b5bdf52d827492071d4cc62 # timeout=10 Commit message: "Merge pull request #399 from ernestojeda/fix-go-mod-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2298920941847414057.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-gpio/branches/PR-44/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-gpio/branches/PR-44/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh16984657988227611979.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-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 ‘prd-ubuntu20.04-docker-8c-8g-17353’ Running on prd-ubuntu20.04-docker-8c-8g-17359 in /w/workspace/edgexfoundry_device-gpio_PR-44 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-gpio.git > git init /w/workspace/edgexfoundry_device-gpio_PR-44 # 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 Merging remotes/origin/main commit a6fd823ac0f8050cc93c4390e8ec7789fa877825 into PR head commit 5148a09e91bfcfbc1af5e4ad3f132772594f665d Merge succeeded, producing 5148a09e91bfcfbc1af5e4ad3f132772594f665d Checking out Revision 5148a09e91bfcfbc1af5e4ad3f132772594f665d (PR-44) > 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 remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/pull/44/head:refs/remotes/origin/PR-44 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5148a09e91bfcfbc1af5e4ad3f132772594f665d # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge a6fd823ac0f8050cc93c4390e8ec7789fa877825 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5148a09e91bfcfbc1af5e4ad3f132772594f665d # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-07-11T01:18:09.923Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-07-11T01:18:10.139Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-07-11T01:18:10.241Z] ========================================================= [2022-07-11T01:18:10.241Z] EdgeX Global Pipelines Version Info [2022-07-11T01:18:10.241Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-07-11T01:18:11.037Z] ------------------- [2022-07-11T01:18:11.037Z] stable info: [2022-07-11T01:18:11.037Z] ------------------- [2022-07-11T01:18:11.037Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-07-11T01:18:11.037Z] Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [2022-07-11T01:18:11.037Z] Message: update stable to v1.0.234 [2022-07-11T01:18:11.612Z] ------------------- [2022-07-11T01:18:11.612Z] experimental info: [2022-07-11T01:18:11.612Z] ------------------- [2022-07-11T01:18:11.612Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-07-11T01:18:11.612Z] Commit SHA: 7e4371ac6d730b8e642184b898413c6ef59a5643 [2022-07-11T01:18:11.612Z] Message: update experimental to v1.0.236 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-07-11T01:18:11.944Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-gpio-settings [Pipeline] echo [2022-07-11T01:18:11.981Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-gpio [Pipeline] echo [2022-07-11T01:18:12.020Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-07-11T01:18:12.065Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-07-11T01:18:12.123Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-07-11T01:18:12.162Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-07-11T01:18:12.207Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-07-11T01:18:12.256Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-07-11T01:18:12.299Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-07-11T01:18:12.360Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-07-11T01:18:12.405Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-07-11T01:18:12.454Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-gpio [Pipeline] echo [2022-07-11T01:18:12.505Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-07-11T01:18:12.546Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-07-11T01:18:12.588Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-07-11T01:18:12.635Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-07-11T01:18:12.674Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-07-11T01:18:12.710Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-07-11T01:18:12.748Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-07-11T01:18:12.788Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-07-11T01:18:12.829Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-07-11T01:18:12.866Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-07-11T01:18:12.904Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-07-11T01:18:12.942Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-07-11T01:18:12.985Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-07-11T01:18:13.019Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-07-11T01:18:13.062Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-07-11T01:18:13.099Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-44 [Pipeline] echo [2022-07-11T01:18:13.138Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-44 [Pipeline] echo [2022-07-11T01:18:13.173Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-44 [Pipeline] echo [2022-07-11T01:18:13.209Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5148a09e91bfcfbc1af5e4ad3f132772594f665d [Pipeline] echo [2022-07-11T01:18:13.248Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5148a09 [Pipeline] echo [2022-07-11T01:18:13.287Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-11T01:18:13.412Z] provisioning config files... [2022-07-11T01:18:13.426Z] copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_PR-44@tmp/config4773576788032859249tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-11T01:18:13.772Z] ---> docker-login.sh [2022-07-11T01:18:13.772Z] nexus3.edgexfoundry.org:10001 [2022-07-11T01:18:14.033Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T01:18:14.299Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T01:18:14.299Z] Configure a credential helper to remove this warning. See [2022-07-11T01:18:14.299Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T01:18:14.299Z] [2022-07-11T01:18:14.299Z] Login Succeeded [2022-07-11T01:18:14.299Z] nexus3.edgexfoundry.org:10002 [2022-07-11T01:18:14.299Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T01:18:14.561Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T01:18:14.561Z] Configure a credential helper to remove this warning. See [2022-07-11T01:18:14.561Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T01:18:14.561Z] [2022-07-11T01:18:14.561Z] Login Succeeded [2022-07-11T01:18:14.561Z] nexus3.edgexfoundry.org:10003 [2022-07-11T01:18:14.561Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T01:18:14.561Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T01:18:14.561Z] Configure a credential helper to remove this warning. See [2022-07-11T01:18:14.561Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T01:18:14.561Z] [2022-07-11T01:18:14.561Z] Login Succeeded [2022-07-11T01:18:14.561Z] nexus3.edgexfoundry.org:10004 [2022-07-11T01:18:14.561Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T01:18:14.824Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T01:18:14.824Z] Configure a credential helper to remove this warning. See [2022-07-11T01:18:14.824Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T01:18:14.824Z] [2022-07-11T01:18:14.824Z] Login Succeeded [2022-07-11T01:18:14.824Z] docker.io [2022-07-11T01:18:14.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T01:18:15.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T01:18:15.085Z] Configure a credential helper to remove this warning. See [2022-07-11T01:18:15.086Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T01:18:15.086Z] [2022-07-11T01:18:15.086Z] Login Succeeded [2022-07-11T01:18:15.086Z] ---> docker-login.sh ends [Pipeline] } [2022-07-11T01:18:15.110Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-07-11T01:18:15.752Z] + git rev-list -1 --merges 5148a09e91bfcfbc1af5e4ad3f132772594f665d~1..5148a09e91bfcfbc1af5e4ad3f132772594f665d [Pipeline] echo [2022-07-11T01:18:15.802Z] -----------> git rev-list -1 --merges 5148a09e91bfcfbc1af5e4ad3f132772594f665d~1..5148a09e91bfcfbc1af5e4ad3f132772594f665d 5148a09e91bfcfbc1af5e4ad3f132772594f665d [false] [Pipeline] sh [2022-07-11T01:18:16.117Z] + git log --format=format:%s -1 5148a09e91bfcfbc1af5e4ad3f132772594f665d [Pipeline] echo [2022-07-11T01:18:16.158Z] ========================================================= [2022-07-11T01:18:16.158Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-07-11T01:18:16.158Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-07-11T01:18:16.590Z] + git log --format=format:%s -1 5148a09e91bfcfbc1af5e4ad3f132772594f665d [Pipeline] echo [2022-07-11T01:18:16.620Z] [semverPrep] GIT_COMMIT: 5148a09e91bfcfbc1af5e4ad3f132772594f665d, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo [2022-07-11T01:18:16.654Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-07-11T01:18:17.041Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-07-11T01:18:17.041Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-07-11T01:18:17.041Z] + [ -e /tmp/ssh_known_hosts ] [2022-07-11T01:18:17.041Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-07-11T01:18:17.041Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-07-11T01:18:17.041Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-07-11T01:18:17.041Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T01:18:17.546Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-11T01:18:17.546Z] [2022-07-11T01:18:17.546Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T01:18:17.935Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-11T01:18:17.935Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-07-11T01:18:17.935Z] b85a868b505f: Pulling fs layer [2022-07-11T01:18:17.935Z] e2be974225ed: Pulling fs layer [2022-07-11T01:18:17.935Z] 339a4e72a1f5: Pulling fs layer [2022-07-11T01:18:17.936Z] 988bab9f4d93: Pulling fs layer [2022-07-11T01:18:17.936Z] 1469e6f7b9e6: Pulling fs layer [2022-07-11T01:18:17.936Z] eaf3925da568: Pulling fs layer [2022-07-11T01:18:17.936Z] bab4dde63d76: Pulling fs layer [2022-07-11T01:18:17.936Z] 988bab9f4d93: Waiting [2022-07-11T01:18:17.936Z] 1469e6f7b9e6: Waiting [2022-07-11T01:18:17.936Z] bde34c3a00c8: Pulling fs layer [2022-07-11T01:18:17.936Z] b352a97aabf1: Pulling fs layer [2022-07-11T01:18:17.936Z] 4872d77fe225: Pulling fs layer [2022-07-11T01:18:17.936Z] 5851b861e8e6: Pulling fs layer [2022-07-11T01:18:17.936Z] bde34c3a00c8: Waiting [2022-07-11T01:18:17.936Z] b352a97aabf1: Waiting [2022-07-11T01:18:17.936Z] 4872d77fe225: Waiting [2022-07-11T01:18:17.936Z] 5851b861e8e6: Waiting [2022-07-11T01:18:17.936Z] e2be974225ed: Download complete [2022-07-11T01:18:17.936Z] 988bab9f4d93: Verifying Checksum [2022-07-11T01:18:17.936Z] 988bab9f4d93: Download complete [2022-07-11T01:18:18.196Z] 1469e6f7b9e6: Verifying Checksum [2022-07-11T01:18:18.196Z] 1469e6f7b9e6: Download complete [2022-07-11T01:18:18.196Z] 339a4e72a1f5: Verifying Checksum [2022-07-11T01:18:18.196Z] 339a4e72a1f5: Download complete [2022-07-11T01:18:18.196Z] bde34c3a00c8: Verifying Checksum [2022-07-11T01:18:18.196Z] bde34c3a00c8: Download complete [2022-07-11T01:18:18.196Z] b352a97aabf1: Verifying Checksum [2022-07-11T01:18:18.196Z] b352a97aabf1: Download complete [2022-07-11T01:18:18.196Z] 4872d77fe225: Verifying Checksum [2022-07-11T01:18:18.196Z] 4872d77fe225: Download complete [2022-07-11T01:18:18.196Z] 5851b861e8e6: Download complete [2022-07-11T01:18:18.196Z] b85a868b505f: Verifying Checksum [2022-07-11T01:18:18.196Z] b85a868b505f: Download complete [2022-07-11T01:18:18.458Z] bab4dde63d76: Verifying Checksum [2022-07-11T01:18:18.458Z] bab4dde63d76: Download complete [2022-07-11T01:18:19.844Z] b85a868b505f: Pull complete [2022-07-11T01:18:19.844Z] e2be974225ed: Pull complete [2022-07-11T01:18:20.415Z] 339a4e72a1f5: Pull complete [2022-07-11T01:18:20.415Z] 988bab9f4d93: Pull complete [2022-07-11T01:18:20.677Z] 1469e6f7b9e6: Pull complete [2022-07-11T01:18:20.942Z] eaf3925da568: Pull complete [2022-07-11T01:18:22.864Z] bab4dde63d76: Pull complete [2022-07-11T01:18:23.125Z] bde34c3a00c8: Pull complete [2022-07-11T01:18:23.126Z] b352a97aabf1: Pull complete [2022-07-11T01:18:23.126Z] 4872d77fe225: Pull complete [2022-07-11T01:18:23.387Z] 5851b861e8e6: Pull complete [2022-07-11T01:18:23.387Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-07-11T01:18:23.387Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-11T01:18:23.387Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T01:18:23.611Z] prd-ubuntu20.04-docker-8c-8g-17359 does not seem to be running inside a container [2022-07-11T01:18:23.659Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_PR-44 -v /w/workspace/edgexfoundry_device-gpio_PR-44:/w/workspace/edgexfoundry_device-gpio_PR-44:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-44@tmp:/w/workspace/edgexfoundry_device-gpio_PR-44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-07-11T01:18:25.408Z] $ docker top db39a1ba7872280ae2cb974ec92faa8d024d0380076c84783acd3e1638ecd7d2 -eo pid,comm [2022-07-11T01:18:25.488Z] 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). [2022-07-11T01:18:25.488Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-07-11T01:18:25.613Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-11T01:18:25.613Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-11T01:18:25.754Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-11T01:18:25.761Z] $ docker exec db39a1ba7872280ae2cb974ec92faa8d024d0380076c84783acd3e1638ecd7d2 ssh-agent [2022-07-11T01:18:25.885Z] SSH_AUTH_SOCK=/tmp/ssh-WFYtQEoVW36c/agent.32 [2022-07-11T01:18:25.885Z] SSH_AGENT_PID=38 [2022-07-11T01:18:25.892Z] Running ssh-add (command line suppressed) [2022-07-11T01:18:26.036Z] Identity added: /w/workspace/edgexfoundry_device-gpio_PR-44@tmp/private_key_3432502520452815371.key (/w/workspace/edgexfoundry_device-gpio_PR-44@tmp/private_key_3432502520452815371.key) [2022-07-11T01:18:26.055Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-11T01:18:26.396Z] + git tag --points-at HEAD [Pipeline] } [2022-07-11T01:18:26.439Z] $ docker exec --env ******** --env ******** db39a1ba7872280ae2cb974ec92faa8d024d0380076c84783acd3e1638ecd7d2 ssh-agent -k [2022-07-11T01:18:26.573Z] unset SSH_AUTH_SOCK; [2022-07-11T01:18:26.573Z] unset SSH_AGENT_PID; [2022-07-11T01:18:26.573Z] echo Agent pid 38 killed; [2022-07-11T01:18:26.583Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-07-11T01:18:26.681Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-11T01:18:26.681Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-11T01:18:26.821Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-11T01:18:26.827Z] $ docker exec db39a1ba7872280ae2cb974ec92faa8d024d0380076c84783acd3e1638ecd7d2 ssh-agent [2022-07-11T01:18:26.956Z] SSH_AUTH_SOCK=/tmp/ssh-ntlpb2n5jaiZ/agent.73 [2022-07-11T01:18:26.956Z] SSH_AGENT_PID=80 [2022-07-11T01:18:26.962Z] Running ssh-add (command line suppressed) [2022-07-11T01:18:27.083Z] Identity added: /w/workspace/edgexfoundry_device-gpio_PR-44@tmp/private_key_3969296338210246105.key (/w/workspace/edgexfoundry_device-gpio_PR-44@tmp/private_key_3969296338210246105.key) [2022-07-11T01:18:27.096Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-11T01:18:27.429Z] + git semver init [2022-07-11T01:18:27.689Z] 2022-07-11 01:18:27,634 [run_init] DEBUG init version:0.0.0 force:False [2022-07-11T01:18:27.689Z] 2022-07-11 01:18:27,635 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-gpio_PR-44/.semver [2022-07-11T01:18:27.689Z] 2022-07-11 01:18:27,635 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-gpio.git /w/workspace/edgexfoundry_device-gpio_PR-44/.semver [2022-07-11T01:18:27.689Z] 2022-07-11 01:18:27,635 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-gpio.git', '/w/workspace/edgexfoundry_device-gpio_PR-44/.semver'], cwd=/w/workspace/edgexfoundry_device-gpio_PR-44, universal_newlines=False, shell=None, istream=None) [2022-07-11T01:18:28.636Z] 2022-07-11 01:18:28,437 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-gpio_PR-44/.git/info/exclude [2022-07-11T01:18:28.636Z] 2022-07-11 01:18:28,437 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-gpio_PR-44/.semver/PR-44 with force:False [2022-07-11T01:18:28.636Z] 2022-07-11 01:18:28,437 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-gpio_PR-44/.semver/PR-44 [2022-07-11T01:18:28.636Z] 2022-07-11 01:18:28,442 [execute] INFO git cat-file --batch-check [2022-07-11T01:18:28.636Z] 2022-07-11 01:18:28,443 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_PR-44/.semver, universal_newlines=False, shell=None, istream=) [2022-07-11T01:18:28.636Z] 2022-07-11 01:18:28,450 [execute] INFO git cat-file --batch [2022-07-11T01:18:28.636Z] 2022-07-11 01:18:28,450 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-gpio_PR-44/.semver, universal_newlines=False, shell=None, istream=) [2022-07-11T01:18:28.636Z] 2022-07-11 01:18:28,457 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_PR-44/.semver/PR-44 [2022-07-11T01:18:28.637Z] 0.0.0 [Pipeline] } [2022-07-11T01:18:28.668Z] $ docker exec --env ******** --env ******** db39a1ba7872280ae2cb974ec92faa8d024d0380076c84783acd3e1638ecd7d2 ssh-agent -k [2022-07-11T01:18:28.808Z] unset SSH_AUTH_SOCK; [2022-07-11T01:18:28.809Z] unset SSH_AGENT_PID; [2022-07-11T01:18:28.809Z] echo Agent pid 80 killed; [2022-07-11T01:18:28.819Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-11T01:18:29.241Z] + git semver [Pipeline] } [2022-07-11T01:18:29.533Z] $ docker stop --time=1 db39a1ba7872280ae2cb974ec92faa8d024d0380076c84783acd3e1638ecd7d2 [2022-07-11T01:18:30.853Z] $ docker rm -f db39a1ba7872280ae2cb974ec92faa8d024d0380076c84783acd3e1638ecd7d2 [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-11T01:18:31.389Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-07-11T01:18:31.703Z] Stashed 1 file(s) [Pipeline] echo [2022-07-11T01:18:31.724Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-11T01:18:32.339Z] provisioning config files... [2022-07-11T01:18:32.350Z] copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_PR-44@tmp/config4005346300742955173tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-11T01:18:32.716Z] ---> docker-login.sh [2022-07-11T01:18:32.716Z] nexus3.edgexfoundry.org:10001 [2022-07-11T01:18:32.716Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T01:18:32.716Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T01:18:32.716Z] Configure a credential helper to remove this warning. See [2022-07-11T01:18:32.716Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T01:18:32.716Z] [2022-07-11T01:18:32.716Z] Login Succeeded [2022-07-11T01:18:32.716Z] nexus3.edgexfoundry.org:10002 [2022-07-11T01:18:32.716Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T01:18:32.979Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T01:18:32.979Z] Configure a credential helper to remove this warning. See [2022-07-11T01:18:32.979Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T01:18:32.979Z] [2022-07-11T01:18:32.980Z] Login Succeeded [2022-07-11T01:18:32.980Z] nexus3.edgexfoundry.org:10003 [2022-07-11T01:18:32.980Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T01:18:32.980Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T01:18:32.980Z] Configure a credential helper to remove this warning. See [2022-07-11T01:18:32.980Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T01:18:32.980Z] [2022-07-11T01:18:32.980Z] Login Succeeded [2022-07-11T01:18:32.980Z] nexus3.edgexfoundry.org:10004 [2022-07-11T01:18:33.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T01:18:33.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T01:18:33.240Z] Configure a credential helper to remove this warning. See [2022-07-11T01:18:33.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T01:18:33.240Z] [2022-07-11T01:18:33.240Z] Login Succeeded [2022-07-11T01:18:33.240Z] docker.io [2022-07-11T01:18:33.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T01:18:33.812Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T01:18:33.812Z] Configure a credential helper to remove this warning. See [2022-07-11T01:18:33.812Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T01:18:33.812Z] [2022-07-11T01:18:33.812Z] Login Succeeded [2022-07-11T01:18:33.812Z] ---> docker-login.sh ends [Pipeline] } [2022-07-11T01:18:33.841Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-07-11T01:18:34.019Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-11T01:18:34.058Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-11T01:18:34.097Z] ========================================================= [2022-07-11T01:18:34.097Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-07-11T01:18:34.097Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T01:18:34.567Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-07-11T01:18:34.567Z] Sending build context to Docker daemon 15.75MB [2022-07-11T01:18:34.567Z] Step 1/12 : ARG BASE=golang:1.17-alpine3.15 [2022-07-11T01:18:34.567Z] Step 2/12 : FROM ${BASE} AS builder [2022-07-11T01:18:34.567Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-07-11T01:18:34.567Z] 59bf1c3509f3: Pulling fs layer [2022-07-11T01:18:34.567Z] 666ba61612fd: Pulling fs layer [2022-07-11T01:18:34.567Z] 8ed8ca486205: Pulling fs layer [2022-07-11T01:18:34.567Z] cc1cd167ecdc: Pulling fs layer [2022-07-11T01:18:34.567Z] c516ae0d96e1: Pulling fs layer [2022-07-11T01:18:34.567Z] 684cea983483: Pulling fs layer [2022-07-11T01:18:34.567Z] dd3240ac7de5: Pulling fs layer [2022-07-11T01:18:34.567Z] b1e948a4e11c: Pulling fs layer [2022-07-11T01:18:34.567Z] a8fd76ee1af6: Pulling fs layer [2022-07-11T01:18:34.567Z] 646ad004c059: Pulling fs layer [2022-07-11T01:18:34.567Z] 684cea983483: Waiting [2022-07-11T01:18:34.567Z] dd3240ac7de5: Waiting [2022-07-11T01:18:34.567Z] b1e948a4e11c: Waiting [2022-07-11T01:18:34.567Z] a8fd76ee1af6: Waiting [2022-07-11T01:18:34.567Z] 646ad004c059: Waiting [2022-07-11T01:18:34.567Z] cc1cd167ecdc: Waiting [2022-07-11T01:18:34.567Z] c516ae0d96e1: Waiting [2022-07-11T01:18:34.829Z] 8ed8ca486205: Download complete [2022-07-11T01:18:34.829Z] 666ba61612fd: Download complete [2022-07-11T01:18:34.829Z] c516ae0d96e1: Download complete [2022-07-11T01:18:34.829Z] 684cea983483: Verifying Checksum [2022-07-11T01:18:34.829Z] 684cea983483: Download complete [2022-07-11T01:18:34.829Z] dd3240ac7de5: Verifying Checksum [2022-07-11T01:18:34.829Z] dd3240ac7de5: Download complete [2022-07-11T01:18:34.829Z] 59bf1c3509f3: Verifying Checksum [2022-07-11T01:18:34.829Z] 59bf1c3509f3: Download complete [2022-07-11T01:18:34.829Z] b1e948a4e11c: Verifying Checksum [2022-07-11T01:18:34.829Z] b1e948a4e11c: Download complete [2022-07-11T01:18:34.829Z] 59bf1c3509f3: Pull complete [2022-07-11T01:18:35.093Z] 666ba61612fd: Pull complete [2022-07-11T01:18:35.093Z] 8ed8ca486205: Pull complete [2022-07-11T01:18:35.353Z] 646ad004c059: Verifying Checksum [2022-07-11T01:18:35.353Z] 646ad004c059: Download complete [2022-07-11T01:18:35.613Z] cc1cd167ecdc: Verifying Checksum [2022-07-11T01:18:35.613Z] cc1cd167ecdc: Download complete [2022-07-11T01:18:35.613Z] a8fd76ee1af6: Verifying Checksum [2022-07-11T01:18:39.814Z] cc1cd167ecdc: Pull complete [2022-07-11T01:18:39.814Z] c516ae0d96e1: Pull complete [2022-07-11T01:18:39.814Z] 684cea983483: Pull complete [2022-07-11T01:18:39.814Z] dd3240ac7de5: Pull complete [2022-07-11T01:18:39.814Z] b1e948a4e11c: Pull complete [2022-07-11T01:18:42.356Z] a8fd76ee1af6: Pull complete [2022-07-11T01:18:42.928Z] 646ad004c059: Pull complete [2022-07-11T01:18:42.928Z] Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 [2022-07-11T01:18:42.928Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-07-11T01:18:42.928Z] ---> 8f69c11f6b0c [2022-07-11T01:18:42.928Z] Step 3/12 : ARG MAKE="make build" [2022-07-11T01:18:45.483Z] ---> Running in 76aeaddb3f10 [2022-07-11T01:18:45.483Z] Removing intermediate container 76aeaddb3f10 [2022-07-11T01:18:45.483Z] ---> c9a89d846702 [2022-07-11T01:18:45.483Z] Step 4/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-07-11T01:18:45.483Z] ---> Running in 8a943c8e2412 [2022-07-11T01:18:45.483Z] Removing intermediate container 8a943c8e2412 [2022-07-11T01:18:45.483Z] ---> ff990a27072f [2022-07-11T01:18:45.483Z] Step 5/12 : ARG ALPINE_PKG_EXTRA="" [2022-07-11T01:18:45.746Z] ---> Running in ed367e944d1e [2022-07-11T01:18:45.746Z] Removing intermediate container ed367e944d1e [2022-07-11T01:18:45.746Z] ---> f87b77aafc1c [2022-07-11T01:18:45.746Z] Step 6/12 : WORKDIR /device-gpio [2022-07-11T01:18:45.746Z] ---> Running in af8c7a97b5b1 [2022-07-11T01:18:46.008Z] Removing intermediate container af8c7a97b5b1 [2022-07-11T01:18:46.008Z] ---> c2cbc660a639 [2022-07-11T01:18:46.008Z] Step 7/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T01:18:46.008Z] ---> Running in e611bf9d8095 [2022-07-11T01:18:46.590Z] Removing intermediate container e611bf9d8095 [2022-07-11T01:18:46.590Z] ---> 4da9b34ac895 [2022-07-11T01:18:46.590Z] Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-07-11T01:18:46.590Z] ---> Running in fa72cb36cbfa [2022-07-11T01:18:47.162Z] Still waiting to schedule task [2022-07-11T01:18:47.162Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-17357’ [2022-07-11T01:18:47.164Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-11T01:18:48.110Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-11T01:18:48.110Z] (1/4) Installing openssh-keygen (8.8_p1-r1) [2022-07-11T01:18:48.375Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-07-11T01:18:48.375Z] (3/4) Installing openssh-client-common (8.8_p1-r1) [2022-07-11T01:18:48.637Z] (4/4) Installing openssh-client-default (8.8_p1-r1) [2022-07-11T01:18:48.637Z] Executing busybox-1.34.1-r3.trigger [2022-07-11T01:18:48.637Z] OK: 224 MiB in 56 packages [2022-07-11T01:18:49.211Z] Removing intermediate container fa72cb36cbfa [2022-07-11T01:18:49.211Z] ---> 49bf9ae4710d [2022-07-11T01:18:49.211Z] Step 9/12 : COPY go.mod vendor* ./ [2022-07-11T01:18:49.211Z] ---> a8f560619829 [2022-07-11T01:18:49.211Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T01:18:49.211Z] ---> Running in b7322a9ef075 [2022-07-11T01:19:15.816Z] Removing intermediate container b7322a9ef075 [2022-07-11T01:19:15.816Z] ---> 9fd73071e6da [2022-07-11T01:19:15.816Z] Step 11/12 : COPY . . [2022-07-11T01:19:15.816Z] ---> 84143082f2d5 [2022-07-11T01:19:15.816Z] Step 12/12 : RUN ${MAKE} [2022-07-11T01:19:15.816Z] ---> Running in 9d8da896e9b0 [2022-07-11T01:19:15.816Z] noop [2022-07-11T01:19:15.816Z] Removing intermediate container 9d8da896e9b0 [2022-07-11T01:19:15.816Z] ---> 126423e06f56 [2022-07-11T01:19:15.816Z] Successfully built 126423e06f56 [2022-07-11T01:19:15.816Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T01:19:16.363Z] + docker inspect -f . ci-base-image-x86_64 [2022-07-11T01:19:16.363Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T01:19:16.538Z] prd-ubuntu20.04-docker-8c-8g-17359 does not seem to be running inside a container [2022-07-11T01:19:16.585Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-gpio_PR-44 -v /w/workspace/edgexfoundry_device-gpio_PR-44:/w/workspace/edgexfoundry_device-gpio_PR-44:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-44@tmp:/w/workspace/edgexfoundry_device-gpio_PR-44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-07-11T01:19:16.995Z] $ docker top de67955592c06c301c6408d7532cd061e1f87a11f797dad853dcb6a84e8770f8 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-11T01:19:17.417Z] + go version [2022-07-11T01:19:17.418Z] go version go1.17.7 linux/amd64 [Pipeline] } [2022-07-11T01:19:17.457Z] $ docker stop --time=1 de67955592c06c301c6408d7532cd061e1f87a11f797dad853dcb6a84e8770f8 [2022-07-11T01:19:18.736Z] $ docker rm -f de67955592c06c301c6408d7532cd061e1f87a11f797dad853dcb6a84e8770f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T01:19:19.521Z] + docker inspect -f . ci-base-image-x86_64 [2022-07-11T01:19:19.521Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T01:19:19.695Z] prd-ubuntu20.04-docker-8c-8g-17359 does not seem to be running inside a container [2022-07-11T01:19:19.731Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-gpio_PR-44 -v /w/workspace/edgexfoundry_device-gpio_PR-44:/w/workspace/edgexfoundry_device-gpio_PR-44:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-44@tmp:/w/workspace/edgexfoundry_device-gpio_PR-44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-07-11T01:19:20.132Z] $ docker top 22a2eea8ddb232e16bf104c9a00b3536202b452ab4303137f6cd148a9fecb3f5 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-07-11T01:19:20.597Z] + make test [2022-07-11T01:19:20.597Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-07-11T01:19:20.856Z] ? github.com/edgexfoundry/device-gpio [no test files] [2022-07-11T01:19:30.833Z] ? github.com/edgexfoundry/device-gpio/cmd [no test files] [2022-07-11T01:19:30.833Z] ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] [2022-07-11T01:19:36.127Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-07-11T01:19:40.327Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-07-11T01:19:40.327Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-07-11T01:19:40.327Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-07-11T01:19:40.620Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-07-11T01:19:40.654Z] $ docker stop --time=1 22a2eea8ddb232e16bf104c9a00b3536202b452ab4303137f6cd148a9fecb3f5 [2022-07-11T01:19:42.622Z] $ docker rm -f 22a2eea8ddb232e16bf104c9a00b3536202b452ab4303137f6cd148a9fecb3f5 [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-11T01:19:43.163Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-07-11T01:19:43.223Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-07-11T01:19:43.873Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-07-11T01:19:44.190Z] + ls -al . [2022-07-11T01:19:44.190Z] total 172 [2022-07-11T01:19:44.190Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 11 01:19 . [2022-07-11T01:19:44.190Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 11 01:18 .. [2022-07-11T01:19:44.190Z] -rw-rw-r-- 1 jenkins jenkins 120 Jul 11 01:18 .dockerignore [2022-07-11T01:19:44.190Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 11 01:18 .git [2022-07-11T01:19:44.190Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 01:18 .github [2022-07-11T01:19:44.190Z] -rw-rw-r-- 1 jenkins jenkins 343 Jul 11 01:18 .gitignore [2022-07-11T01:19:44.190Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 11 01:18 .golangci.yml [2022-07-11T01:19:44.190Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 11 01:18 .semver [2022-07-11T01:19:44.190Z] -rw-rw-r-- 1 jenkins jenkins 9182 Jul 11 01:18 Attribution.txt [2022-07-11T01:19:44.190Z] -rw-rw-r-- 1 jenkins jenkins 3081 Jul 11 01:18 CHANGELOG.md [2022-07-11T01:19:44.190Z] -rw-rw-r-- 1 jenkins jenkins 1868 Jul 11 01:18 Dockerfile [2022-07-11T01:19:44.190Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 11 01:18 GOVERNANCE.md [2022-07-11T01:19:44.190Z] -rw-rw-r-- 1 jenkins jenkins 657 Jul 11 01:18 Jenkinsfile [2022-07-11T01:19:44.190Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 11 01:18 LICENSE [2022-07-11T01:19:44.190Z] -rw-rw-r-- 1 jenkins jenkins 1876 Jul 11 01:18 Makefile [2022-07-11T01:19:44.190Z] -rw-rw-r-- 1 jenkins jenkins 617 Jul 11 01:18 OWNERS.md [2022-07-11T01:19:44.190Z] -rw-rw-r-- 1 jenkins jenkins 11178 Jul 11 01:18 README.md [2022-07-11T01:19:44.190Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 11 01:18 VERSION [2022-07-11T01:19:44.190Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 11 01:18 bin [2022-07-11T01:19:44.190Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 01:18 cmd [2022-07-11T01:19:44.190Z] -rw-r--r-- 1 jenkins jenkins 10 Jul 11 01:19 coverage.out [2022-07-11T01:19:44.190Z] -rw-rw-r-- 1 jenkins jenkins 3287 Jul 11 01:18 go.mod [2022-07-11T01:19:44.190Z] -rw-rw-r-- 1 jenkins jenkins 48093 Jul 11 01:18 go.sum [2022-07-11T01:19:44.190Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 01:18 internal [2022-07-11T01:19:44.190Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 01:18 snap [2022-07-11T01:19:44.190Z] -rw-rw-r-- 1 jenkins jenkins 209 Jul 11 01:18 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T01:19:44.603Z] + 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=5148a09e91bfcfbc1af5e4ad3f132772594f665d --label arch=amd64 --label version=0.0.0 . [2022-07-11T01:19:44.603Z] Sending build context to Docker daemon 15.75MB [2022-07-11T01:19:44.603Z] Step 1/26 : ARG BASE=golang:1.17-alpine3.15 [2022-07-11T01:19:44.603Z] Step 2/26 : FROM ${BASE} AS builder [2022-07-11T01:19:44.603Z] ---> 126423e06f56 [2022-07-11T01:19:44.603Z] Step 3/26 : ARG MAKE="make build" [2022-07-11T01:19:44.865Z] ---> Running in 2b3b944c1c8a [2022-07-11T01:19:44.865Z] Removing intermediate container 2b3b944c1c8a [2022-07-11T01:19:44.865Z] ---> 8adff61c9268 [2022-07-11T01:19:44.865Z] Step 4/26 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-07-11T01:19:44.865Z] ---> Running in fad0a1e598a0 [2022-07-11T01:19:45.127Z] Removing intermediate container fad0a1e598a0 [2022-07-11T01:19:45.127Z] ---> 2ccd114f6c15 [2022-07-11T01:19:45.127Z] Step 5/26 : ARG ALPINE_PKG_EXTRA="" [2022-07-11T01:19:45.127Z] ---> Running in 8084d045d71b [2022-07-11T01:19:45.127Z] Removing intermediate container 8084d045d71b [2022-07-11T01:19:45.127Z] ---> 03fc7b6f0d49 [2022-07-11T01:19:45.127Z] Step 6/26 : WORKDIR /device-gpio [2022-07-11T01:19:45.387Z] ---> Running in cf19dc88aab7 [2022-07-11T01:19:45.387Z] Removing intermediate container cf19dc88aab7 [2022-07-11T01:19:45.387Z] ---> 90492faa7eb7 [2022-07-11T01:19:45.387Z] Step 7/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T01:19:45.387Z] ---> Running in cd1c35688796 [2022-07-11T01:19:45.960Z] Removing intermediate container cd1c35688796 [2022-07-11T01:19:45.960Z] ---> 1415577fb2c1 [2022-07-11T01:19:45.960Z] Step 8/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-07-11T01:19:46.221Z] ---> Running in 03c94caf6b43 [2022-07-11T01:19:46.482Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-11T01:19:47.425Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-11T01:19:47.687Z] OK: 224 MiB in 56 packages [2022-07-11T01:19:47.950Z] Removing intermediate container 03c94caf6b43 [2022-07-11T01:19:47.950Z] ---> fbc606cc3fca [2022-07-11T01:19:47.950Z] Step 9/26 : COPY go.mod vendor* ./ [2022-07-11T01:19:47.950Z] ---> 71bfbc4c78e4 [2022-07-11T01:19:47.950Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T01:19:48.213Z] ---> Running in 88965ea4e9fd [2022-07-11T01:19:48.785Z] Removing intermediate container 88965ea4e9fd [2022-07-11T01:19:48.785Z] ---> 786c725ed30e [2022-07-11T01:19:48.785Z] Step 11/26 : COPY . . [2022-07-11T01:19:49.357Z] ---> 9cbf219ded08 [2022-07-11T01:19:49.357Z] Step 12/26 : RUN ${MAKE} [2022-07-11T01:19:49.357Z] ---> Running in cd13f72a3d06 [2022-07-11T01:19:49.618Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-gpio.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-gpio ./cmd [2022-07-11T01:20:11.582Z] Removing intermediate container cd13f72a3d06 [2022-07-11T01:20:11.582Z] ---> 491a79e68e06 [2022-07-11T01:20:11.582Z] Step 13/26 : FROM alpine:3.15 [2022-07-11T01:20:11.582Z] 3.15: Pulling from library/alpine [2022-07-11T01:20:11.582Z] df9b9388f04a: Pulling fs layer [2022-07-11T01:20:11.582Z] df9b9388f04a: Verifying Checksum [2022-07-11T01:20:11.582Z] df9b9388f04a: Download complete [2022-07-11T01:20:11.582Z] df9b9388f04a: Pull complete [2022-07-11T01:20:11.582Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-07-11T01:20:11.582Z] Status: Downloaded newer image for alpine:3.15 [2022-07-11T01:20:11.582Z] ---> 0ac33e5f5afa [2022-07-11T01:20:11.582Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' [2022-07-11T01:20:11.582Z] ---> Running in 05d9bc254dd0 [2022-07-11T01:20:11.582Z] Removing intermediate container 05d9bc254dd0 [2022-07-11T01:20:11.582Z] ---> b8d6f50c13e1 [2022-07-11T01:20:11.582Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T01:20:11.582Z] ---> Running in ccceff8e7894 [2022-07-11T01:20:11.582Z] Removing intermediate container ccceff8e7894 [2022-07-11T01:20:11.582Z] ---> fb30bfe5bd65 [2022-07-11T01:20:11.582Z] Step 16/26 : RUN apk add --update --no-cache zeromq [2022-07-11T01:20:11.582Z] ---> Running in 2427934b3953 [2022-07-11T01:20:11.582Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-11T01:20:12.153Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-11T01:20:12.421Z] (1/5) Installing libgcc (10.3.1_git20211027-r0) [2022-07-11T01:20:12.421Z] (2/5) Installing libsodium (1.0.18-r0) [2022-07-11T01:20:12.421Z] (3/5) Installing libstdc++ (10.3.1_git20211027-r0) [2022-07-11T01:20:12.681Z] (4/5) Installing libzmq (4.3.4-r0) [2022-07-11T01:20:12.681Z] (5/5) Installing zeromq (4.3.4-r0) [2022-07-11T01:20:12.941Z] Executing busybox-1.34.1-r5.trigger [2022-07-11T01:20:12.941Z] OK: 8 MiB in 19 packages [2022-07-11T01:20:13.201Z] Removing intermediate container 2427934b3953 [2022-07-11T01:20:13.201Z] ---> b101b6f4300b [2022-07-11T01:20:13.201Z] Step 17/26 : WORKDIR / [2022-07-11T01:20:13.461Z] ---> Running in 32d5314cc9a8 [2022-07-11T01:20:13.461Z] Removing intermediate container 32d5314cc9a8 [2022-07-11T01:20:13.461Z] ---> 5951b2675404 [2022-07-11T01:20:13.461Z] Step 18/26 : COPY --from=builder /device-gpio/Attribution.txt / [2022-07-11T01:20:13.721Z] ---> 9e3bdd1e8b1d [2022-07-11T01:20:13.721Z] Step 19/26 : COPY --from=builder /device-gpio/LICENSE / [2022-07-11T01:20:13.721Z] ---> 5cd42396cf55 [2022-07-11T01:20:13.721Z] Step 20/26 : COPY --from=builder /device-gpio/cmd/ / [2022-07-11T01:20:14.293Z] ---> d91b264053a0 [2022-07-11T01:20:14.293Z] Step 21/26 : EXPOSE 59910 [2022-07-11T01:20:14.554Z] ---> Running in a2875aec6727 [2022-07-11T01:20:14.554Z] Removing intermediate container a2875aec6727 [2022-07-11T01:20:14.554Z] ---> 93d0cf8e9d7e [2022-07-11T01:20:14.554Z] Step 22/26 : ENTRYPOINT ["/device-gpio"] [2022-07-11T01:20:14.554Z] ---> Running in 9f918e309002 [2022-07-11T01:20:14.554Z] Removing intermediate container 9f918e309002 [2022-07-11T01:20:14.554Z] ---> 7d20b2ebbfd6 [2022-07-11T01:20:14.554Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-11T01:20:14.817Z] ---> Running in 42f6e1bd1564 [2022-07-11T01:20:14.817Z] Removing intermediate container 42f6e1bd1564 [2022-07-11T01:20:14.817Z] ---> 796a70f3fb86 [2022-07-11T01:20:14.817Z] Step 24/26 : LABEL arch=amd64 [2022-07-11T01:20:14.817Z] ---> Running in ae7030f9eea6 [2022-07-11T01:20:14.817Z] Removing intermediate container ae7030f9eea6 [2022-07-11T01:20:14.817Z] ---> 16618c1cd6e3 [2022-07-11T01:20:14.817Z] Step 25/26 : LABEL git_sha=5148a09e91bfcfbc1af5e4ad3f132772594f665d [2022-07-11T01:20:15.078Z] ---> Running in 0b7ed3af88d4 [2022-07-11T01:20:15.078Z] Removing intermediate container 0b7ed3af88d4 [2022-07-11T01:20:15.078Z] ---> 44375c0f5c06 [2022-07-11T01:20:15.078Z] Step 26/26 : LABEL version=0.0.0 [2022-07-11T01:20:15.078Z] ---> Running in c5f11313c08e [2022-07-11T01:20:15.078Z] Removing intermediate container c5f11313c08e [2022-07-11T01:20:15.078Z] ---> adfcd3eda67e [2022-07-11T01:20:15.078Z] [Warning] One or more build-args [ARCH] were not consumed [2022-07-11T01:20:15.078Z] Successfully built adfcd3eda67e [2022-07-11T01:20:15.078Z] Successfully tagged device-gpio:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T01:20:15.957Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-11T01:20:15.957Z] [2022-07-11T01:20:15.957Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T01:20:16.353Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-11T01:20:16.353Z] latest: Pulling from edgex-lftools-log-publisher [2022-07-11T01:20:16.353Z] 5eb5b503b376: Pulling fs layer [2022-07-11T01:20:16.353Z] 5c69ac0246d0: Pulling fs layer [2022-07-11T01:20:16.353Z] ec43610c2a17: Pulling fs layer [2022-07-11T01:20:16.353Z] 3a2ae6a8a46f: Pulling fs layer [2022-07-11T01:20:16.353Z] 33b1e0a273af: Pulling fs layer [2022-07-11T01:20:16.353Z] 5d3b04190fa2: Pulling fs layer [2022-07-11T01:20:16.353Z] 2f39f015ded8: Pulling fs layer [2022-07-11T01:20:16.353Z] 3a2ae6a8a46f: Waiting [2022-07-11T01:20:16.353Z] 33b1e0a273af: Waiting [2022-07-11T01:20:16.353Z] 5d3b04190fa2: Waiting [2022-07-11T01:20:16.353Z] 2f39f015ded8: Waiting [2022-07-11T01:20:16.353Z] 5c69ac0246d0: Download complete [2022-07-11T01:20:16.353Z] 3a2ae6a8a46f: Verifying Checksum [2022-07-11T01:20:16.353Z] 3a2ae6a8a46f: Download complete [2022-07-11T01:20:16.353Z] 33b1e0a273af: Verifying Checksum [2022-07-11T01:20:16.353Z] 33b1e0a273af: Download complete [2022-07-11T01:20:16.353Z] ec43610c2a17: Verifying Checksum [2022-07-11T01:20:16.353Z] ec43610c2a17: Download complete [2022-07-11T01:20:16.612Z] 5d3b04190fa2: Verifying Checksum [2022-07-11T01:20:16.612Z] 5d3b04190fa2: Download complete [2022-07-11T01:20:16.612Z] 5eb5b503b376: Verifying Checksum [2022-07-11T01:20:16.612Z] 5eb5b503b376: Download complete [2022-07-11T01:20:17.181Z] 2f39f015ded8: Download complete [2022-07-11T01:20:18.121Z] 5eb5b503b376: Pull complete [2022-07-11T01:20:18.121Z] 5c69ac0246d0: Pull complete [2022-07-11T01:20:18.690Z] ec43610c2a17: Pull complete [2022-07-11T01:20:18.690Z] 3a2ae6a8a46f: Pull complete [2022-07-11T01:20:18.950Z] 33b1e0a273af: Pull complete [2022-07-11T01:20:18.950Z] 5d3b04190fa2: Pull complete [2022-07-11T01:20:23.144Z] 2f39f015ded8: Pull complete [2022-07-11T01:20:23.144Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-07-11T01:20:23.144Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-11T01:20:23.144Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T01:20:23.388Z] prd-ubuntu20.04-docker-8c-8g-17359 does not seem to be running inside a container [2022-07-11T01:20:23.426Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-gpio_PR-44 -v /w/workspace/edgexfoundry_device-gpio_PR-44:/w/workspace/edgexfoundry_device-gpio_PR-44:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-44@tmp:/w/workspace/edgexfoundry_device-gpio_PR-44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-07-11T01:20:25.255Z] $ docker top 75ec1943590501464b67ab6e4dde48153cbdaebd30fce60f27d8288506e585b4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-11T01:20:25.734Z] ---> job-cost.sh [2022-07-11T01:20:25.734Z] lf-activate-venv: SKIPPING [2022-07-11T01:20:25.734Z] INFO: No Stack... [2022-07-11T01:20:25.995Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-07-11T01:20:26.569Z] INFO: Archiving Costs [Pipeline] sh [2022-07-11T01:20:26.931Z] + cat /w/workspace/edgexfoundry_device-gpio_PR-44/archives/cost.csv [2022-07-11T01:20:26.931Z] + cut -d, -f6 [Pipeline] lock [2022-07-11T01:20:27.015Z] Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-PR-44-1-stack-cost] [2022-07-11T01:20:27.020Z] Resource [jenkins-edgexfoundry-device-gpio-PR-44-1-stack-cost] did not exist. Created. [2022-07-11T01:20:27.020Z] Lock acquired on [jenkins-edgexfoundry-device-gpio-PR-44-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-07-11T01:20:27.470Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-07-11T01:20:27.523Z] Stashed 1 file(s) [Pipeline] } [2022-07-11T01:20:27.549Z] Lock released on resource [jenkins-edgexfoundry-device-gpio-PR-44-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-07-11T01:20:27.639Z] $ docker stop --time=1 75ec1943590501464b67ab6e4dde48153cbdaebd30fce60f27d8288506e585b4 [2022-07-11T01:20:28.806Z] $ docker rm -f 75ec1943590501464b67ab6e4dde48153cbdaebd30fce60f27d8288506e585b4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-07-11T01:22:27.849Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-17360 in /w/workspace/edgexfoundry_device-gpio_PR-44 [Pipeline] { [Pipeline] ws [2022-07-11T01:22:27.895Z] Running in /w/workspace/device-gpio/1 [Pipeline] { [Pipeline] checkout [2022-07-11T01:22:27.974Z] The recommended git tool is: git [2022-07-11T01:22:34.732Z] using credential edgex-jenkins-ssh [2022-07-11T01:22:34.756Z] Cloning the remote Git repository [2022-07-11T01:22:34.828Z] Cloning repository git@github.com:edgexfoundry/device-gpio.git [2022-07-11T01:22:34.917Z] > git init /w/workspace/device-gpio/1 # timeout=10 [2022-07-11T01:22:35.026Z] Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git [2022-07-11T01:22:35.027Z] > git --version # timeout=10 [2022-07-11T01:22:35.048Z] > git --version # 'git version 2.25.1' [2022-07-11T01:22:35.050Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-11T01:22:35.158Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-07-11T01:22:36.655Z] > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 [2022-07-11T01:22:36.693Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-07-11T01:22:36.733Z] > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 [2022-07-11T01:22:37.492Z] Merging remotes/origin/main commit a6fd823ac0f8050cc93c4390e8ec7789fa877825 into PR head commit 5148a09e91bfcfbc1af5e4ad3f132772594f665d [2022-07-11T01:22:37.774Z] Merge succeeded, producing 5148a09e91bfcfbc1af5e4ad3f132772594f665d [2022-07-11T01:22:37.774Z] Checking out Revision 5148a09e91bfcfbc1af5e4ad3f132772594f665d (PR-44) [2022-07-11T01:22:36.870Z] Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git [2022-07-11T01:22:36.872Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-11T01:22:36.890Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/pull/44/head:refs/remotes/origin/PR-44 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-07-11T01:22:37.515Z] > git config core.sparsecheckout # timeout=10 [2022-07-11T01:22:37.536Z] > git checkout -f 5148a09e91bfcfbc1af5e4ad3f132772594f665d # timeout=10 [2022-07-11T01:22:37.641Z] > git remote # timeout=10 [2022-07-11T01:22:37.670Z] > git config --get remote.origin.url # timeout=10 [2022-07-11T01:22:37.697Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-11T01:22:37.714Z] > git merge a6fd823ac0f8050cc93c4390e8ec7789fa877825 # timeout=10 [2022-07-11T01:22:37.748Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-07-11T01:22:37.782Z] > git config core.sparsecheckout # timeout=10 [2022-07-11T01:22:37.805Z] > git checkout -f 5148a09e91bfcfbc1af5e4ad3f132772594f665d # timeout=10 [2022-07-11T01:22:42.346Z] Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" [2022-07-11T01:22:42.432Z] > git --version # timeout=10 [2022-07-11T01:22:42.481Z] > git --version # 'git version 2.25.1' [2022-07-11T01:22:42.522Z] fatal: bad object 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-07-11T01:22:43.626Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-07-11T01:22:43.626Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-11T01:22:43.626Z] Dload Upload Total Spent Left Speed [2022-07-11T01:22:43.627Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12276 100 12276 0 0 87063 0 --:--:-- --:--:-- --:--:-- 87063 [Pipeline] sh [2022-07-11T01:22:44.685Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-07-11T01:22:45.058Z] + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}sudo /etc/docker/daemon.json tee [2022-07-11T01:22:45.058Z] /etc/docker/daemon.new [2022-07-11T01:22:45.058Z] { [2022-07-11T01:22:45.058Z] "registry-mirrors": [ [2022-07-11T01:22:45.058Z] "https://nexus3.edgexfoundry.org:10001" [2022-07-11T01:22:45.058Z] ], [2022-07-11T01:22:45.058Z] "bip": "10.250.0.254/24", [2022-07-11T01:22:45.058Z] "hosts": [ [2022-07-11T01:22:45.058Z] "tcp://0.0.0.0:5555", [2022-07-11T01:22:45.058Z] "unix:///var/run/docker.sock" [2022-07-11T01:22:45.058Z] ], [2022-07-11T01:22:45.058Z] "mtu": 1458, [2022-07-11T01:22:45.058Z] "selinux-enabled": true, [2022-07-11T01:22:45.058Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-07-11T01:22:45.058Z] } [Pipeline] sh [2022-07-11T01:22:45.437Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-07-11T01:22:46.171Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-11T01:23:04.596Z] provisioning config files... [2022-07-11T01:23:04.622Z] copy managed file [device-gpio-settings] to file:/w/workspace/device-gpio/1@tmp/config719852522917362053tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-11T01:23:05.030Z] ---> docker-login.sh [2022-07-11T01:23:05.030Z] nexus3.edgexfoundry.org:10001 [2022-07-11T01:23:05.631Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T01:23:05.906Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T01:23:05.906Z] Configure a credential helper to remove this warning. See [2022-07-11T01:23:05.906Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T01:23:05.906Z] [2022-07-11T01:23:05.906Z] Login Succeeded [2022-07-11T01:23:05.906Z] nexus3.edgexfoundry.org:10002 [2022-07-11T01:23:06.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T01:23:06.179Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T01:23:06.179Z] Configure a credential helper to remove this warning. See [2022-07-11T01:23:06.179Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T01:23:06.179Z] [2022-07-11T01:23:06.179Z] Login Succeeded [2022-07-11T01:23:06.452Z] nexus3.edgexfoundry.org:10003 [2022-07-11T01:23:06.730Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T01:23:06.730Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T01:23:06.730Z] Configure a credential helper to remove this warning. See [2022-07-11T01:23:06.730Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T01:23:06.730Z] [2022-07-11T01:23:06.730Z] Login Succeeded [2022-07-11T01:23:06.730Z] nexus3.edgexfoundry.org:10004 [2022-07-11T01:23:07.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T01:23:07.280Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T01:23:07.280Z] Configure a credential helper to remove this warning. See [2022-07-11T01:23:07.280Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T01:23:07.280Z] [2022-07-11T01:23:07.280Z] Login Succeeded [2022-07-11T01:23:07.280Z] docker.io [2022-07-11T01:23:07.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T01:23:07.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T01:23:07.836Z] Configure a credential helper to remove this warning. See [2022-07-11T01:23:07.836Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T01:23:07.836Z] [2022-07-11T01:23:07.836Z] Login Succeeded [2022-07-11T01:23:08.114Z] ---> docker-login.sh ends [Pipeline] } [2022-07-11T01:23:08.145Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-07-11T01:23:08.518Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-11T01:23:08.551Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-11T01:23:08.584Z] ========================================================= [2022-07-11T01:23:08.585Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-07-11T01:23:08.585Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T01:23:09.116Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-07-11T01:23:09.394Z] Sending build context to Docker daemon 7.94MB [2022-07-11T01:23:09.394Z] Step 1/12 : ARG BASE=golang:1.17-alpine3.15 [2022-07-11T01:23:09.394Z] Step 2/12 : FROM ${BASE} AS builder [2022-07-11T01:23:09.673Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-07-11T01:23:09.673Z] 9b3977197b4f: Pulling fs layer [2022-07-11T01:23:09.673Z] 1a89e8eeedd5: Pulling fs layer [2022-07-11T01:23:09.673Z] 94645a83ff95: Pulling fs layer [2022-07-11T01:23:09.673Z] e6fb740bc735: Pulling fs layer [2022-07-11T01:23:09.673Z] 3a77bd46dcc9: Pulling fs layer [2022-07-11T01:23:09.673Z] 355e64cbe906: Pulling fs layer [2022-07-11T01:23:09.673Z] 63ab81a10011: Pulling fs layer [2022-07-11T01:23:09.673Z] 555d1d1c4555: Pulling fs layer [2022-07-11T01:23:09.673Z] 7d9057610161: Pulling fs layer [2022-07-11T01:23:09.673Z] 355e64cbe906: Waiting [2022-07-11T01:23:09.673Z] 63ab81a10011: Waiting [2022-07-11T01:23:09.673Z] 555d1d1c4555: Waiting [2022-07-11T01:23:09.673Z] 7d9057610161: Waiting [2022-07-11T01:23:09.673Z] e6fb740bc735: Waiting [2022-07-11T01:23:09.673Z] 3a77bd46dcc9: Waiting [2022-07-11T01:23:09.673Z] 94645a83ff95: Download complete [2022-07-11T01:23:09.673Z] 1a89e8eeedd5: Download complete [2022-07-11T01:23:09.673Z] 3a77bd46dcc9: Verifying Checksum [2022-07-11T01:23:09.673Z] 3a77bd46dcc9: Download complete [2022-07-11T01:23:09.673Z] 355e64cbe906: Verifying Checksum [2022-07-11T01:23:09.673Z] 355e64cbe906: Download complete [2022-07-11T01:23:09.673Z] 9b3977197b4f: Verifying Checksum [2022-07-11T01:23:09.673Z] 9b3977197b4f: Download complete [2022-07-11T01:23:09.949Z] 63ab81a10011: Verifying Checksum [2022-07-11T01:23:09.950Z] 63ab81a10011: Download complete [2022-07-11T01:23:10.949Z] 9b3977197b4f: Pull complete [2022-07-11T01:23:10.949Z] 7d9057610161: Verifying Checksum [2022-07-11T01:23:10.949Z] 7d9057610161: Download complete [2022-07-11T01:23:11.552Z] 1a89e8eeedd5: Pull complete [2022-07-11T01:23:11.830Z] 94645a83ff95: Pull complete [2022-07-11T01:23:12.109Z] 555d1d1c4555: Verifying Checksum [2022-07-11T01:23:12.109Z] 555d1d1c4555: Download complete [2022-07-11T01:23:12.710Z] e6fb740bc735: Verifying Checksum [2022-07-11T01:23:12.710Z] e6fb740bc735: Download complete [2022-07-11T01:23:25.132Z] e6fb740bc735: Pull complete [2022-07-11T01:23:25.132Z] 3a77bd46dcc9: Pull complete [2022-07-11T01:23:25.132Z] 355e64cbe906: Pull complete [2022-07-11T01:23:25.410Z] 63ab81a10011: Pull complete [2022-07-11T01:23:32.133Z] 555d1d1c4555: Pull complete [2022-07-11T01:23:33.574Z] 7d9057610161: Pull complete [2022-07-11T01:23:33.574Z] Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 [2022-07-11T01:23:33.574Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-07-11T01:23:33.574Z] ---> 819e984ddca1 [2022-07-11T01:23:33.574Z] Step 3/12 : ARG MAKE="make build" [2022-07-11T01:23:35.591Z] ---> Running in 224899fc5758 [2022-07-11T01:23:35.870Z] Removing intermediate container 224899fc5758 [2022-07-11T01:23:35.870Z] ---> bb4df08480c9 [2022-07-11T01:23:35.870Z] Step 4/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-07-11T01:23:35.870Z] ---> Running in ac8b9b3ac07a [2022-07-11T01:23:36.147Z] Removing intermediate container ac8b9b3ac07a [2022-07-11T01:23:36.147Z] ---> b96666c313b6 [2022-07-11T01:23:36.147Z] Step 5/12 : ARG ALPINE_PKG_EXTRA="" [2022-07-11T01:23:36.147Z] ---> Running in 8c2cdd0e163d [2022-07-11T01:23:36.746Z] Removing intermediate container 8c2cdd0e163d [2022-07-11T01:23:36.746Z] ---> 050e83f6a9ac [2022-07-11T01:23:36.746Z] Step 6/12 : WORKDIR /device-gpio [2022-07-11T01:23:36.746Z] ---> Running in 3b36fef6e845 [2022-07-11T01:23:37.027Z] Removing intermediate container 3b36fef6e845 [2022-07-11T01:23:37.027Z] ---> 3f5115d32507 [2022-07-11T01:23:37.027Z] Step 7/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T01:23:37.313Z] ---> Running in bf5eec40bc67 [2022-07-11T01:23:39.305Z] Removing intermediate container bf5eec40bc67 [2022-07-11T01:23:39.305Z] ---> c0e68f4847a6 [2022-07-11T01:23:39.305Z] Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-07-11T01:23:39.305Z] ---> Running in 9531b08ca624 [2022-07-11T01:23:40.299Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-11T01:23:41.288Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-11T01:23:42.272Z] (1/4) Installing openssh-keygen (8.8_p1-r1) [2022-07-11T01:23:42.272Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-07-11T01:23:42.554Z] (3/4) Installing openssh-client-common (8.8_p1-r1) [2022-07-11T01:23:42.554Z] (4/4) Installing openssh-client-default (8.8_p1-r1) [2022-07-11T01:23:42.830Z] Executing busybox-1.34.1-r3.trigger [2022-07-11T01:23:42.830Z] OK: 224 MiB in 56 packages [2022-07-11T01:23:43.822Z] Removing intermediate container 9531b08ca624 [2022-07-11T01:23:43.822Z] ---> 2b3e8f0c2aee [2022-07-11T01:23:43.822Z] Step 9/12 : COPY go.mod vendor* ./ [2022-07-11T01:23:44.424Z] ---> 6833adf954b8 [2022-07-11T01:23:44.424Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T01:23:44.424Z] ---> Running in 5348e1e23e22 [2022-07-11T01:24:41.051Z] Removing intermediate container 5348e1e23e22 [2022-07-11T01:24:41.051Z] ---> bdf0596977be [2022-07-11T01:24:41.051Z] Step 11/12 : COPY . . [2022-07-11T01:24:41.051Z] ---> d1db14696789 [2022-07-11T01:24:41.051Z] Step 12/12 : RUN ${MAKE} [2022-07-11T01:24:41.051Z] ---> Running in a6f18f88a418 [2022-07-11T01:24:41.051Z] noop [2022-07-11T01:24:41.051Z] Removing intermediate container a6f18f88a418 [2022-07-11T01:24:41.051Z] ---> 2b453f63a421 [2022-07-11T01:24:41.051Z] Successfully built 2b453f63a421 [2022-07-11T01:24:41.051Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T01:24:41.571Z] + docker inspect -f . ci-base-image-arm64 [2022-07-11T01:24:41.571Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T01:24:41.951Z] prd-ubuntu20.04-docker-arm64-4c-16g-17360 does not seem to be running inside a container [2022-07-11T01:24:42.035Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-gpio/1 -v /w/workspace/device-gpio/1:/w/workspace/device-gpio/1:rw,z -v /w/workspace/device-gpio/1@tmp:/w/workspace/device-gpio/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-07-11T01:24:43.312Z] $ docker top 0c95c54844e884602305b26d4e0d9d625f9477e0620640521cd131c2e753afcf -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-11T01:24:44.299Z] + go version [2022-07-11T01:24:44.299Z] go version go1.17.7 linux/arm64 [Pipeline] } [2022-07-11T01:24:44.334Z] $ docker stop --time=1 0c95c54844e884602305b26d4e0d9d625f9477e0620640521cd131c2e753afcf [2022-07-11T01:24:45.982Z] $ docker rm -f 0c95c54844e884602305b26d4e0d9d625f9477e0620640521cd131c2e753afcf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T01:24:46.944Z] + docker inspect -f . ci-base-image-arm64 [2022-07-11T01:24:46.944Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T01:24:47.263Z] prd-ubuntu20.04-docker-arm64-4c-16g-17360 does not seem to be running inside a container [2022-07-11T01:24:47.350Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-gpio/1 -v /w/workspace/device-gpio/1:/w/workspace/device-gpio/1:rw,z -v /w/workspace/device-gpio/1@tmp:/w/workspace/device-gpio/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-07-11T01:24:48.656Z] $ docker top 1a0aada5de3436acca5443d979d1dc4cae11c600c4404ca1f6ed8ca0c63dbfc7 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-07-11T01:24:49.685Z] + make test [2022-07-11T01:24:49.685Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-07-11T01:24:51.682Z] ? github.com/edgexfoundry/device-gpio [no test files] [2022-07-11T01:26:28.580Z] ? github.com/edgexfoundry/device-gpio/cmd [no test files] [2022-07-11T01:26:28.580Z] ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] [2022-07-11T01:26:28.580Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-07-11T01:26:28.580Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-07-11T01:26:50.822Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-07-11T01:26:50.822Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-07-11T01:26:50.822Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-07-11T01:26:50.865Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-07-11T01:26:50.893Z] $ docker stop --time=1 1a0aada5de3436acca5443d979d1dc4cae11c600c4404ca1f6ed8ca0c63dbfc7 [2022-07-11T01:26:52.666Z] $ docker rm -f 1a0aada5de3436acca5443d979d1dc4cae11c600c4404ca1f6ed8ca0c63dbfc7 [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-11T01:26:53.755Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-07-11T01:26:53.793Z] Warning: overwriting stash ‘coverage-report’ [2022-07-11T01:26:54.317Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-07-11T01:26:54.935Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-07-11T01:26:55.342Z] + ls -al . [2022-07-11T01:26:55.342Z] total 168 [2022-07-11T01:26:55.342Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 11 01:26 . [2022-07-11T01:26:55.342Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 11 01:22 .. [2022-07-11T01:26:55.342Z] -rw-rw-r-- 1 jenkins jenkins 120 Jul 11 01:22 .dockerignore [2022-07-11T01:26:55.342Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 11 01:22 .git [2022-07-11T01:26:55.342Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 01:22 .github [2022-07-11T01:26:55.342Z] -rw-rw-r-- 1 jenkins jenkins 343 Jul 11 01:22 .gitignore [2022-07-11T01:26:55.342Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 11 01:22 .golangci.yml [2022-07-11T01:26:55.342Z] -rw-rw-r-- 1 jenkins jenkins 9182 Jul 11 01:22 Attribution.txt [2022-07-11T01:26:55.342Z] -rw-rw-r-- 1 jenkins jenkins 3081 Jul 11 01:22 CHANGELOG.md [2022-07-11T01:26:55.342Z] -rw-rw-r-- 1 jenkins jenkins 1868 Jul 11 01:22 Dockerfile [2022-07-11T01:26:55.342Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 11 01:22 GOVERNANCE.md [2022-07-11T01:26:55.342Z] -rw-rw-r-- 1 jenkins jenkins 657 Jul 11 01:22 Jenkinsfile [2022-07-11T01:26:55.342Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 11 01:22 LICENSE [2022-07-11T01:26:55.342Z] -rw-rw-r-- 1 jenkins jenkins 1876 Jul 11 01:22 Makefile [2022-07-11T01:26:55.342Z] -rw-rw-r-- 1 jenkins jenkins 617 Jul 11 01:22 OWNERS.md [2022-07-11T01:26:55.342Z] -rw-rw-r-- 1 jenkins jenkins 11178 Jul 11 01:22 README.md [2022-07-11T01:26:55.342Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 11 01:18 VERSION [2022-07-11T01:26:55.342Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 11 01:22 bin [2022-07-11T01:26:55.342Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 01:22 cmd [2022-07-11T01:26:55.342Z] -rw-r--r-- 1 jenkins jenkins 10 Jul 11 01:24 coverage.out [2022-07-11T01:26:55.342Z] -rw-rw-r-- 1 jenkins jenkins 3287 Jul 11 01:22 go.mod [2022-07-11T01:26:55.342Z] -rw-rw-r-- 1 jenkins jenkins 48093 Jul 11 01:22 go.sum [2022-07-11T01:26:55.342Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 01:22 internal [2022-07-11T01:26:55.342Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 01:22 snap [2022-07-11T01:26:55.342Z] -rw-rw-r-- 1 jenkins jenkins 209 Jul 11 01:22 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T01:26:55.791Z] + 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=5148a09e91bfcfbc1af5e4ad3f132772594f665d --label arch=arm64 --label version=0.0.0 . [2022-07-11T01:26:56.440Z] Sending build context to Docker daemon 7.941MB [2022-07-11T01:26:56.440Z] Step 1/26 : ARG BASE=golang:1.17-alpine3.15 [2022-07-11T01:26:56.440Z] Step 2/26 : FROM ${BASE} AS builder [2022-07-11T01:26:56.440Z] ---> 2b453f63a421 [2022-07-11T01:26:56.440Z] Step 3/26 : ARG MAKE="make build" [2022-07-11T01:26:56.440Z] ---> Running in 4d0b43b97af6 [2022-07-11T01:26:57.104Z] Removing intermediate container 4d0b43b97af6 [2022-07-11T01:26:57.104Z] ---> 55a6984556d4 [2022-07-11T01:26:57.104Z] Step 4/26 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-07-11T01:26:57.104Z] ---> Running in 0238acd8c02c [2022-07-11T01:26:57.381Z] Removing intermediate container 0238acd8c02c [2022-07-11T01:26:57.381Z] ---> b5335f91dc59 [2022-07-11T01:26:57.381Z] Step 5/26 : ARG ALPINE_PKG_EXTRA="" [2022-07-11T01:26:57.381Z] ---> Running in 24e29e042a6e [2022-07-11T01:26:57.984Z] Removing intermediate container 24e29e042a6e [2022-07-11T01:26:57.984Z] ---> 031b196d05ea [2022-07-11T01:26:57.984Z] Step 6/26 : WORKDIR /device-gpio [2022-07-11T01:26:57.984Z] ---> Running in 996ac98a3e54 [2022-07-11T01:26:58.271Z] Removing intermediate container 996ac98a3e54 [2022-07-11T01:26:58.271Z] ---> 69d923179c5f [2022-07-11T01:26:58.271Z] Step 7/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T01:26:58.271Z] ---> Running in 88c6ce8f8123 [2022-07-11T01:27:00.272Z] Removing intermediate container 88c6ce8f8123 [2022-07-11T01:27:00.272Z] ---> f444f6288fba [2022-07-11T01:27:00.272Z] Step 8/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-07-11T01:27:00.272Z] ---> Running in 71e1b005f347 [2022-07-11T01:27:01.262Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-11T01:27:02.249Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-11T01:27:03.229Z] OK: 224 MiB in 56 packages [2022-07-11T01:27:04.222Z] Removing intermediate container 71e1b005f347 [2022-07-11T01:27:04.222Z] ---> e967d75f65ce [2022-07-11T01:27:04.222Z] Step 9/26 : COPY go.mod vendor* ./ [2022-07-11T01:27:04.825Z] ---> db81fb9eb446 [2022-07-11T01:27:04.825Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T01:27:04.826Z] ---> Running in 51552f3b99e3 [2022-07-11T01:27:06.821Z] Removing intermediate container 51552f3b99e3 [2022-07-11T01:27:06.821Z] ---> a271caea1251 [2022-07-11T01:27:06.821Z] Step 11/26 : COPY . . [2022-07-11T01:27:08.264Z] ---> 4539f1c09797 [2022-07-11T01:27:08.265Z] Step 12/26 : RUN ${MAKE} [2022-07-11T01:27:08.265Z] ---> Running in a2c0d5d0d0b8 [2022-07-11T01:27:09.251Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-gpio.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-gpio ./cmd [2022-07-11T01:29:31.167Z] Removing intermediate container a2c0d5d0d0b8 [2022-07-11T01:29:31.167Z] ---> dfa81da691f2 [2022-07-11T01:29:31.167Z] Step 13/26 : FROM alpine:3.15 [2022-07-11T01:29:31.167Z] 3.15: Pulling from library/alpine [2022-07-11T01:29:31.167Z] 9981e73032c8: Pulling fs layer [2022-07-11T01:29:31.167Z] 9981e73032c8: Verifying Checksum [2022-07-11T01:29:31.167Z] 9981e73032c8: Download complete [2022-07-11T01:29:31.167Z] 9981e73032c8: Pull complete [2022-07-11T01:29:31.167Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-07-11T01:29:31.167Z] Status: Downloaded newer image for alpine:3.15 [2022-07-11T01:29:31.167Z] ---> 3fb3c9af89a9 [2022-07-11T01:29:31.167Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' [2022-07-11T01:29:31.440Z] ---> Running in d5064dfc718b [2022-07-11T01:29:31.714Z] Removing intermediate container d5064dfc718b [2022-07-11T01:29:31.714Z] ---> 84481992530e [2022-07-11T01:29:31.714Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T01:29:31.714Z] ---> Running in f1065722a53e [2022-07-11T01:29:33.696Z] Removing intermediate container f1065722a53e [2022-07-11T01:29:33.696Z] ---> 65ff08cc1b91 [2022-07-11T01:29:33.696Z] Step 16/26 : RUN apk add --update --no-cache zeromq [2022-07-11T01:29:33.696Z] ---> Running in d2b6c2221043 [2022-07-11T01:29:34.681Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-11T01:29:35.662Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-11T01:29:36.638Z] (1/5) Installing libgcc (10.3.1_git20211027-r0) [2022-07-11T01:29:36.638Z] (2/5) Installing libsodium (1.0.18-r0) [2022-07-11T01:29:36.913Z] (3/5) Installing libstdc++ (10.3.1_git20211027-r0) [2022-07-11T01:29:36.913Z] (4/5) Installing libzmq (4.3.4-r0) [2022-07-11T01:29:37.187Z] (5/5) Installing zeromq (4.3.4-r0) [2022-07-11T01:29:37.187Z] Executing busybox-1.34.1-r5.trigger [2022-07-11T01:29:37.187Z] OK: 8 MiB in 19 packages [2022-07-11T01:29:38.174Z] Removing intermediate container d2b6c2221043 [2022-07-11T01:29:38.174Z] ---> 508924426392 [2022-07-11T01:29:38.174Z] Step 17/26 : WORKDIR / [2022-07-11T01:29:38.174Z] ---> Running in 61f98359fcc5 [2022-07-11T01:29:38.450Z] Removing intermediate container 61f98359fcc5 [2022-07-11T01:29:38.450Z] ---> eedfeaa942a1 [2022-07-11T01:29:38.450Z] Step 18/26 : COPY --from=builder /device-gpio/Attribution.txt / [2022-07-11T01:29:39.055Z] ---> ba0d9608a5c1 [2022-07-11T01:29:39.055Z] Step 19/26 : COPY --from=builder /device-gpio/LICENSE / [2022-07-11T01:29:39.659Z] ---> e12fc56b3b7f [2022-07-11T01:29:39.659Z] Step 20/26 : COPY --from=builder /device-gpio/cmd/ / [2022-07-11T01:29:41.655Z] ---> 48e32ab9778e [2022-07-11T01:29:41.655Z] Step 21/26 : EXPOSE 59910 [2022-07-11T01:29:41.655Z] ---> Running in ea3ca2113e1c [2022-07-11T01:29:41.655Z] Removing intermediate container ea3ca2113e1c [2022-07-11T01:29:41.655Z] ---> bd165cee25aa [2022-07-11T01:29:41.655Z] Step 22/26 : ENTRYPOINT ["/device-gpio"] [2022-07-11T01:29:41.935Z] ---> Running in 395f37a86435 [2022-07-11T01:29:42.210Z] Removing intermediate container 395f37a86435 [2022-07-11T01:29:42.210Z] ---> ebd1a7edf327 [2022-07-11T01:29:42.210Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-11T01:29:42.210Z] ---> Running in e933829acdec [2022-07-11T01:29:42.492Z] Removing intermediate container e933829acdec [2022-07-11T01:29:42.492Z] ---> 16b513db8cdd [2022-07-11T01:29:42.492Z] Step 24/26 : LABEL arch=arm64 [2022-07-11T01:29:42.492Z] ---> Running in c3d215e5b123 [2022-07-11T01:29:43.099Z] Removing intermediate container c3d215e5b123 [2022-07-11T01:29:43.099Z] ---> 4ace613d1402 [2022-07-11T01:29:43.099Z] Step 25/26 : LABEL git_sha=5148a09e91bfcfbc1af5e4ad3f132772594f665d [2022-07-11T01:29:43.099Z] ---> Running in be7c24dba89c [2022-07-11T01:29:43.376Z] Removing intermediate container be7c24dba89c [2022-07-11T01:29:43.376Z] ---> 6dcdabe063d7 [2022-07-11T01:29:43.376Z] Step 26/26 : LABEL version=0.0.0 [2022-07-11T01:29:43.376Z] ---> Running in 26539d59c7f4 [2022-07-11T01:29:43.657Z] Removing intermediate container 26539d59c7f4 [2022-07-11T01:29:43.657Z] ---> 4037912a48ca [2022-07-11T01:29:43.657Z] [Warning] One or more build-args [ARCH] were not consumed [2022-07-11T01:29:43.657Z] Successfully built 4037912a48ca [2022-07-11T01:29:43.657Z] Successfully tagged device-gpio-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T01:29:44.496Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-11T01:29:44.496Z] [2022-07-11T01:29:44.496Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T01:29:44.912Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-11T01:29:45.185Z] arm64: Pulling from edgex-lftools-log-publisher [2022-07-11T01:29:45.185Z] 8998bd30e6a1: Pulling fs layer [2022-07-11T01:29:45.185Z] 04944245beec: Pulling fs layer [2022-07-11T01:29:45.185Z] 699f458cf7ca: Pulling fs layer [2022-07-11T01:29:45.185Z] 765212b225bb: Pulling fs layer [2022-07-11T01:29:45.185Z] f23df028b6ca: Pulling fs layer [2022-07-11T01:29:45.185Z] d65c8cfc05b1: Pulling fs layer [2022-07-11T01:29:45.185Z] 2437ff75d9bd: Pulling fs layer [2022-07-11T01:29:45.185Z] f23df028b6ca: Waiting [2022-07-11T01:29:45.185Z] d65c8cfc05b1: Waiting [2022-07-11T01:29:45.185Z] 2437ff75d9bd: Waiting [2022-07-11T01:29:45.185Z] 04944245beec: Verifying Checksum [2022-07-11T01:29:45.185Z] 04944245beec: Download complete [2022-07-11T01:29:45.185Z] 765212b225bb: Verifying Checksum [2022-07-11T01:29:45.185Z] 765212b225bb: Download complete [2022-07-11T01:29:45.185Z] f23df028b6ca: Download complete [2022-07-11T01:29:45.185Z] d65c8cfc05b1: Verifying Checksum [2022-07-11T01:29:45.185Z] d65c8cfc05b1: Download complete [2022-07-11T01:29:45.462Z] 699f458cf7ca: Verifying Checksum [2022-07-11T01:29:45.462Z] 699f458cf7ca: Download complete [2022-07-11T01:29:45.735Z] 8998bd30e6a1: Verifying Checksum [2022-07-11T01:29:45.735Z] 8998bd30e6a1: Download complete [2022-07-11T01:29:48.366Z] 2437ff75d9bd: Download complete [2022-07-11T01:29:49.797Z] 8998bd30e6a1: Pull complete [2022-07-11T01:29:50.394Z] 04944245beec: Pull complete [2022-07-11T01:29:51.828Z] 699f458cf7ca: Pull complete [2022-07-11T01:29:52.105Z] 765212b225bb: Pull complete [2022-07-11T01:29:53.087Z] f23df028b6ca: Pull complete [2022-07-11T01:29:53.087Z] d65c8cfc05b1: Pull complete [2022-07-11T01:30:08.189Z] 2437ff75d9bd: Pull complete [2022-07-11T01:30:08.190Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-07-11T01:30:08.190Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-11T01:30:08.190Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T01:30:08.606Z] prd-ubuntu20.04-docker-arm64-4c-16g-17360 does not seem to be running inside a container [2022-07-11T01:30:08.694Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-gpio/1 -v /w/workspace/device-gpio/1:/w/workspace/device-gpio/1:rw,z -v /w/workspace/device-gpio/1@tmp:/w/workspace/device-gpio/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-07-11T01:30:11.649Z] $ docker top 8d530c15d0cde914a92ec9c15f8aee84387fea86262ca23c62129b5d5887d1b5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-11T01:30:12.676Z] ---> job-cost.sh [2022-07-11T01:30:12.676Z] lf-activate-venv: SKIPPING [2022-07-11T01:30:12.676Z] INFO: No Stack... [2022-07-11T01:30:13.274Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-07-11T01:30:14.249Z] INFO: Archiving Costs [Pipeline] sh [2022-07-11T01:30:14.931Z] + cat /w/workspace/device-gpio/1/archives/cost.csv [2022-07-11T01:30:14.931Z] + cut -d, -f6 [Pipeline] lock [2022-07-11T01:30:15.019Z] Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-PR-44-1-stack-cost] [2022-07-11T01:30:15.024Z] Resource [jenkins-edgexfoundry-device-gpio-PR-44-1-stack-cost] did not exist. Created. [2022-07-11T01:30:15.024Z] Lock acquired on [jenkins-edgexfoundry-device-gpio-PR-44-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-07-11T01:30:15.789Z] /w/workspace/device-gpio/1@tmp/durable-946ccd8e/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-07-11T01:30:16.505Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-07-11T01:30:16.545Z] Warning: overwriting stash ‘stack-cost’ [2022-07-11T01:30:16.595Z] Stashed 1 file(s) [Pipeline] } [2022-07-11T01:30:16.610Z] Lock released on resource [jenkins-edgexfoundry-device-gpio-PR-44-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-07-11T01:30:16.680Z] $ docker stop --time=1 8d530c15d0cde914a92ec9c15f8aee84387fea86262ca23c62129b5d5887d1b5 [2022-07-11T01:30:18.224Z] $ docker rm -f 8d530c15d0cde914a92ec9c15f8aee84387fea86262ca23c62129b5d5887d1b5 [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 [2022-07-11T01:30:19.349Z] provisioning config files... [2022-07-11T01:30:19.358Z] copy managed file [device-gpio-codecov-token] to file:/w/workspace/edgexfoundry_device-gpio_PR-44@tmp/config8028326299137312546tmp [Pipeline] { [Pipeline] sh [2022-07-11T01:30:19.699Z] + set +x [2022-07-11T01:30:19.699Z] + curl -s https://codecov.io/bash [2022-07-11T01:30:19.699Z] + bash -s -- [2022-07-11T01:30:19.699Z] [2022-07-11T01:30:19.699Z] _____ _ [2022-07-11T01:30:19.699Z] / ____| | | [2022-07-11T01:30:19.699Z] | | ___ __| | ___ ___ _____ __ [2022-07-11T01:30:19.699Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-07-11T01:30:19.699Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-07-11T01:30:19.699Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-07-11T01:30:19.699Z] Bash-1.0.6 [2022-07-11T01:30:19.699Z] [2022-07-11T01:30:19.699Z] [2022-07-11T01:30:19.699Z] ==> git version 2.25.1 found [2022-07-11T01:30:19.699Z] ==> 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 [2022-07-11T01:30:19.699Z] Release-Date: 2020-01-08 [2022-07-11T01:30:19.699Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-07-11T01:30:19.699Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-07-11T01:30:19.699Z] ==> Jenkins CI detected. [2022-07-11T01:30:19.699Z] current dir:  /w/workspace/edgexfoundry_device-gpio_PR-44 [2022-07-11T01:30:19.699Z] project root: . [2022-07-11T01:30:19.699Z] --> token set from env [2022-07-11T01:30:19.699Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-07-11T01:30:19.699Z] ==> Running gcov in . (disable via -X gcov) [2022-07-11T01:30:19.699Z] ==> Python coveragepy not found [2022-07-11T01:30:19.699Z] ==> Searching for coverage reports in: [2022-07-11T01:30:19.699Z] + . [2022-07-11T01:30:19.699Z] -> Found 1 reports [2022-07-11T01:30:19.699Z] ==> Detecting git/mercurial file structure [2022-07-11T01:30:19.699Z] ==> Reading reports [2022-07-11T01:30:19.959Z] + ./coverage.out bytes=10 [2022-07-11T01:30:19.959Z] ==> Appending adjustments [2022-07-11T01:30:19.959Z] https://docs.codecov.io/docs/fixing-reports [2022-07-11T01:30:19.959Z] + Found adjustments [2022-07-11T01:30:19.960Z] ==> Gzipping contents [2022-07-11T01:30:19.960Z] 4.0K /tmp/codecov.2WZWb3.gz [2022-07-11T01:30:19.960Z] ==> Uploading reports [2022-07-11T01:30:19.960Z] url: https://codecov.io [2022-07-11T01:30:19.960Z] query: branch=PR-44&commit=5148a09e91bfcfbc1af5e4ad3f132772594f665d&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2FPR-44%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=44&job=&cmd_args= [2022-07-11T01:30:19.960Z] -> Pinging Codecov [2022-07-11T01:30:19.960Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=fd99c0d9-4bd5-4cc4-839c-8c49599ba8c8&branch=PR-44&commit=5148a09e91bfcfbc1af5e4ad3f132772594f665d&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2FPR-44%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=44&job=&cmd_args= [2022-07-11T01:30:20.220Z] -> Uploading to [2022-07-11T01:30:20.220Z] https://storage.googleapis.com/codecov/v4/raw/2022-07-11/3EC07B1A8CA8AF9BCAA0BB9F0134797F/5148a09e91bfcfbc1af5e4ad3f132772594f665d/9b3a4c26-437c-4959-b80e-208691ac1814.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20220711%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220711T013020Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=af35c7000939dda20eb59479def574f4f78c836979629edf3cda8dc840138313 [2022-07-11T01:30:20.220Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-11T01:30:20.220Z] Dload Upload Total Spent Left Speed [2022-07-11T01:30:20.482Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 832 0 0 100 832 0 4118 --:--:-- --:--:-- --:--:-- 4098 100 832 0 0 100 832 0 3980 --:--:-- --:--:-- --:--:-- 3961 [2022-07-11T01:30:20.482Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-gpio/commit/5148a09e91bfcfbc1af5e4ad3f132772594f665d [Pipeline] } [2022-07-11T01:30:20.510Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-07-11T01:30:22.275Z] + [ -d /w/workspace/edgexfoundry_device-gpio_PR-44/archives ] [2022-07-11T01:30:22.275Z] + ls -al /w/workspace/edgexfoundry_device-gpio_PR-44/archives [2022-07-11T01:30:22.275Z] total 16 [2022-07-11T01:30:22.275Z] drwxr-xr-x 3 root root 4096 Jul 11 01:20 . [2022-07-11T01:30:22.275Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 11 01:20 .. [2022-07-11T01:30:22.275Z] drwxr-xr-x 2 root root 4096 Jul 11 01:20 cost [2022-07-11T01:30:22.275Z] -rw-r--r-- 1 root root 81 Jul 11 01:20 cost.csv [2022-07-11T01:30:22.275Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-gpio_PR-44/archives [2022-07-11T01:30:22.275Z] + ls -al /w/workspace/edgexfoundry_device-gpio_PR-44/archives [2022-07-11T01:30:22.275Z] total 16 [2022-07-11T01:30:22.275Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 11 01:20 . [2022-07-11T01:30:22.275Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 11 01:20 .. [2022-07-11T01:30:22.275Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 11 01:20 cost [2022-07-11T01:30:22.275Z] -rw-r--r-- 1 jenkins jenkins 81 Jul 11 01:20 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-07-11T01:30:22.603Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-11T01:30:23.502Z] ---> package-listing.sh [2022-07-11T01:30:23.502Z] ++ facter osfamily [2022-07-11T01:30:23.502Z] ++ tr '[:upper:]' '[:lower:]' [2022-07-11T01:30:23.766Z] + OS_FAMILY=debian [2022-07-11T01:30:23.766Z] + workspace=/w/workspace/edgexfoundry_device-gpio_PR-44 [2022-07-11T01:30:23.766Z] + START_PACKAGES=/tmp/packages_start.txt [2022-07-11T01:30:23.766Z] + END_PACKAGES=/tmp/packages_end.txt [2022-07-11T01:30:23.766Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-07-11T01:30:23.766Z] + PACKAGES=/tmp/packages_start.txt [2022-07-11T01:30:23.766Z] + '[' /w/workspace/edgexfoundry_device-gpio_PR-44 ']' [2022-07-11T01:30:23.766Z] + PACKAGES=/tmp/packages_end.txt [2022-07-11T01:30:23.766Z] + case "${OS_FAMILY}" in [2022-07-11T01:30:23.766Z] + dpkg -l [2022-07-11T01:30:23.766Z] + grep '^ii' [2022-07-11T01:30:23.766Z] + '[' -f /tmp/packages_start.txt ']' [2022-07-11T01:30:23.766Z] + '[' -f /tmp/packages_end.txt ']' [2022-07-11T01:30:23.766Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-07-11T01:30:23.766Z] + '[' /w/workspace/edgexfoundry_device-gpio_PR-44 ']' [2022-07-11T01:30:23.766Z] + mkdir -p /w/workspace/edgexfoundry_device-gpio_PR-44/archives/ [2022-07-11T01:30:23.766Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-gpio_PR-44/archives/ [Pipeline] echo [2022-07-11T01:30:23.796Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-gpio_PR-44/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-07-11T01:30:24.088Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T01:30:24.727Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-11T01:30:24.727Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T01:30:24.870Z] prd-ubuntu20.04-docker-8c-8g-17359 does not seem to be running inside a container [2022-07-11T01:30:24.901Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-gpio_PR-44/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-gpio_PR-44 -v /w/workspace/edgexfoundry_device-gpio_PR-44:/w/workspace/edgexfoundry_device-gpio_PR-44:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-44@tmp:/w/workspace/edgexfoundry_device-gpio_PR-44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-07-11T01:30:25.122Z] $ docker top 73cbf36c72f71d63df34b4e1980df3f03283fca3dcfa3fc18a7fa601b3f2c55f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-11T01:30:25.534Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-07-11T01:30:25.843Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-07-11T01:30:26.156Z] + ls /var/log/sa-host [2022-07-11T01:30:26.156Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-11T01:30:26.353Z] provisioning config files... [2022-07-11T01:30:26.367Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-gpio_PR-44@tmp/config6915439764644245705tmp [Pipeline] { [Pipeline] echo [2022-07-11T01:30:26.420Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-11T01:30:26.742Z] ---> create-netrc.sh [Pipeline] } [2022-07-11T01:30:26.772Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-07-11T01:30:27.193Z] ---> python-tools-install.sh [Pipeline] echo [2022-07-11T01:30:27.225Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-11T01:30:27.544Z] ---> sudo-logs.sh [2022-07-11T01:30:27.544Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-07-11T01:30:27.639Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-11T01:30:27.959Z] ---> job-cost.sh [2022-07-11T01:30:27.959Z] lf-activate-venv: SKIPPING [2022-07-11T01:30:27.959Z] DEBUG: total: 0.2199999988079071 [2022-07-11T01:30:27.959Z] INFO: Retrieving Stack Cost... [2022-07-11T01:30:28.220Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-07-11T01:30:28.790Z] INFO: Archiving Costs [Pipeline] echo [2022-07-11T01:30:28.821Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-11T01:30:29.138Z] ---> logs-deploy.sh [2022-07-11T01:30:29.138Z] lf-activate-venv: SKIPPING [2022-07-11T01:30:29.138Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-gpio/PR-44/1 [2022-07-11T01:30:29.138Z] INFO: archiving workspace using pattern(s): [2022-07-11T01:30:30.077Z] Archives upload complete. [2022-07-11T01:30:30.338Z] INFO: archiving logs to Nexus [2022-07-11T01:30:30.908Z] ---> uname -a: [2022-07-11T01:30:30.908Z] Linux prd-ubuntu20-04-docker-8c-8g-17359 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux [2022-07-11T01:30:30.908Z] [2022-07-11T01:30:30.908Z]