Pull request #119 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/device-gpio Obtained Jenkinsfile from 91c32e506ae288c8f3f8d04b9ba806ffdab9a0d0+192d2e5d52be7054ee8f5929c78a4d9d1a66e905 (4eca7e0cb9dd33d21098ea753f5ee0de8c48f03c) 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-ssh14829978714130526789.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh7081175576060073234.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-gpio/branches/PR-119/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-119/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14349962394853870333.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-119/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2504045030362455612.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh4550770788203457949.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-gpio/branches/PR-119/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-119/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10086402222882895536.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-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.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-gpio DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-8838 in /w/workspace/edgexfoundry_device-gpio_PR-119 [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-119 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/119/head:refs/remotes/origin/PR-119 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 192d2e5d52be7054ee8f5929c78a4d9d1a66e905 into PR head commit 91c32e506ae288c8f3f8d04b9ba806ffdab9a0d0 Merge succeeded, producing 91c32e506ae288c8f3f8d04b9ba806ffdab9a0d0 Checking out Revision 91c32e506ae288c8f3f8d04b9ba806ffdab9a0d0 (PR-119) > git config core.sparsecheckout # timeout=10 > git checkout -f 91c32e506ae288c8f3f8d04b9ba806ffdab9a0d0 # 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 192d2e5d52be7054ee8f5929c78a4d9d1a66e905 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 91c32e506ae288c8f3f8d04b9ba806ffdab9a0d0 # timeout=10 Commit message: "feat!: updates for common config" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-08T17:46:00.967Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-08T17:46:01.144Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-08T17:46:01.236Z] ========================================================= [2023-03-08T17:46:01.236Z] EdgeX Global Pipelines Version Info [2023-03-08T17:46:01.236Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-08T17:46:01.984Z] ------------------- [2023-03-08T17:46:01.984Z] stable info: [2023-03-08T17:46:01.984Z] ------------------- [2023-03-08T17:46:01.984Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-08T17:46:01.984Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-08T17:46:01.984Z] Message: update stable to v1.0.244 [2023-03-08T17:46:02.553Z] ------------------- [2023-03-08T17:46:02.553Z] experimental info: [2023-03-08T17:46:02.553Z] ------------------- [2023-03-08T17:46:02.553Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-08T17:46:02.553Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-08T17:46:02.553Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-08T17:46:02.839Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-gpio-settings [Pipeline] echo [2023-03-08T17:46:02.880Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-gpio [Pipeline] echo [2023-03-08T17:46:02.926Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-08T17:46:02.967Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-08T17:46:03.006Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-08T17:46:03.041Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-08T17:46:03.078Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-08T17:46:03.117Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-03-08T17:46:03.152Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-08T17:46:03.188Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-08T17:46:03.226Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-08T17:46:03.266Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-gpio [Pipeline] echo [2023-03-08T17:46:03.305Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-08T17:46:03.343Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-08T17:46:03.378Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-08T17:46:03.417Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-08T17:46:03.458Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-08T17:46:03.493Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-08T17:46:03.547Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-08T17:46:03.585Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-08T17:46:03.633Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-03-08T17:46:03.677Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-03-08T17:46:03.721Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-08T17:46:03.761Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-08T17:46:03.797Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-03-08T17:46:03.838Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-08T17:46:03.877Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-08T17:46:03.917Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-119 [Pipeline] echo [2023-03-08T17:46:03.957Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-119 [Pipeline] echo [2023-03-08T17:46:03.997Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-119 [Pipeline] echo [2023-03-08T17:46:04.038Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 91c32e506ae288c8f3f8d04b9ba806ffdab9a0d0 [Pipeline] echo [2023-03-08T17:46:04.078Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 91c32e5 [Pipeline] echo [2023-03-08T17:46:04.116Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-08T17:46:04.232Z] provisioning config files... [2023-03-08T17:46:04.245Z] copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_PR-119@tmp/config7724522769842585572tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T17:46:04.589Z] ---> docker-login.sh [2023-03-08T17:46:04.589Z] nexus3.edgexfoundry.org:10001 [2023-03-08T17:46:04.848Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T17:46:04.848Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T17:46:04.848Z] Configure a credential helper to remove this warning. See [2023-03-08T17:46:04.848Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T17:46:04.848Z] [2023-03-08T17:46:04.848Z] Login Succeeded [2023-03-08T17:46:04.848Z] nexus3.edgexfoundry.org:10002 [2023-03-08T17:46:04.848Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T17:46:05.109Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T17:46:05.109Z] Configure a credential helper to remove this warning. See [2023-03-08T17:46:05.109Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T17:46:05.109Z] [2023-03-08T17:46:05.109Z] Login Succeeded [2023-03-08T17:46:05.109Z] nexus3.edgexfoundry.org:10003 [2023-03-08T17:46:05.109Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T17:46:05.109Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T17:46:05.109Z] Configure a credential helper to remove this warning. See [2023-03-08T17:46:05.109Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T17:46:05.109Z] [2023-03-08T17:46:05.109Z] Login Succeeded [2023-03-08T17:46:05.109Z] nexus3.edgexfoundry.org:10004 [2023-03-08T17:46:05.109Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T17:46:05.109Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T17:46:05.109Z] Configure a credential helper to remove this warning. See [2023-03-08T17:46:05.109Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T17:46:05.109Z] [2023-03-08T17:46:05.109Z] Login Succeeded [2023-03-08T17:46:05.109Z] docker.io [2023-03-08T17:46:05.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T17:46:05.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T17:46:05.370Z] Configure a credential helper to remove this warning. See [2023-03-08T17:46:05.370Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T17:46:05.370Z] [2023-03-08T17:46:05.370Z] Login Succeeded [2023-03-08T17:46:05.370Z] ---> docker-login.sh ends [Pipeline] } [2023-03-08T17:46:05.397Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-08T17:46:06.068Z] + git rev-list -1 --merges 91c32e506ae288c8f3f8d04b9ba806ffdab9a0d0~1..91c32e506ae288c8f3f8d04b9ba806ffdab9a0d0 [Pipeline] echo [2023-03-08T17:46:06.187Z] -----------> git rev-list -1 --merges 91c32e506ae288c8f3f8d04b9ba806ffdab9a0d0~1..91c32e506ae288c8f3f8d04b9ba806ffdab9a0d0 91c32e506ae288c8f3f8d04b9ba806ffdab9a0d0 [false] [Pipeline] sh [2023-03-08T17:46:06.504Z] + git log --format=format:%s -1 91c32e506ae288c8f3f8d04b9ba806ffdab9a0d0 [Pipeline] echo [2023-03-08T17:46:06.551Z] ========================================================= [2023-03-08T17:46:06.551Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-08T17:46:06.551Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-08T17:46:06.983Z] + git log --format=format:%s -1 91c32e506ae288c8f3f8d04b9ba806ffdab9a0d0 [Pipeline] echo [2023-03-08T17:46:07.016Z] [semverPrep] GIT_COMMIT: 91c32e506ae288c8f3f8d04b9ba806ffdab9a0d0, Commit Message: feat!: updates for common config [Pipeline] echo [2023-03-08T17:46:07.048Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-08T17:46:07.447Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-08T17:46:07.447Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-08T17:46:07.447Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-08T17:46:07.447Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-08T17:46:07.447Z] + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee [2023-03-08T17:46:07.447Z] -a /etc/ssh/ssh_known_hosts [2023-03-08T17:46:07.447Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T17:46:07.898Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T17:46:07.898Z] [2023-03-08T17:46:07.898Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T17:46:08.284Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T17:46:08.284Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-08T17:46:08.284Z] b85a868b505f: Pulling fs layer [2023-03-08T17:46:08.284Z] e2be974225ed: Pulling fs layer [2023-03-08T17:46:08.284Z] 339a4e72a1f5: Pulling fs layer [2023-03-08T17:46:08.284Z] 988bab9f4d93: Pulling fs layer [2023-03-08T17:46:08.284Z] 1469e6f7b9e6: Pulling fs layer [2023-03-08T17:46:08.284Z] eaf3925da568: Pulling fs layer [2023-03-08T17:46:08.284Z] bab4dde63d76: Pulling fs layer [2023-03-08T17:46:08.284Z] bde34c3a00c8: Pulling fs layer [2023-03-08T17:46:08.284Z] b352a97aabf1: Pulling fs layer [2023-03-08T17:46:08.284Z] 4872d77fe225: Pulling fs layer [2023-03-08T17:46:08.284Z] 5851b861e8e6: Pulling fs layer [2023-03-08T17:46:08.284Z] bab4dde63d76: Waiting [2023-03-08T17:46:08.284Z] bde34c3a00c8: Waiting [2023-03-08T17:46:08.284Z] b352a97aabf1: Waiting [2023-03-08T17:46:08.284Z] 4872d77fe225: Waiting [2023-03-08T17:46:08.284Z] 5851b861e8e6: Waiting [2023-03-08T17:46:08.284Z] 1469e6f7b9e6: Waiting [2023-03-08T17:46:08.284Z] eaf3925da568: Waiting [2023-03-08T17:46:08.284Z] 988bab9f4d93: Waiting [2023-03-08T17:46:08.284Z] e2be974225ed: Verifying Checksum [2023-03-08T17:46:08.284Z] e2be974225ed: Download complete [2023-03-08T17:46:08.284Z] 988bab9f4d93: Verifying Checksum [2023-03-08T17:46:08.284Z] 988bab9f4d93: Download complete [2023-03-08T17:46:08.544Z] 1469e6f7b9e6: Verifying Checksum [2023-03-08T17:46:08.544Z] 1469e6f7b9e6: Download complete [2023-03-08T17:46:08.544Z] eaf3925da568: Verifying Checksum [2023-03-08T17:46:08.544Z] eaf3925da568: Download complete [2023-03-08T17:46:08.544Z] 339a4e72a1f5: Verifying Checksum [2023-03-08T17:46:08.544Z] 339a4e72a1f5: Download complete [2023-03-08T17:46:08.544Z] bde34c3a00c8: Verifying Checksum [2023-03-08T17:46:08.544Z] bde34c3a00c8: Download complete [2023-03-08T17:46:08.544Z] b352a97aabf1: Download complete [2023-03-08T17:46:08.544Z] 4872d77fe225: Download complete [2023-03-08T17:46:08.544Z] 5851b861e8e6: Download complete [2023-03-08T17:46:08.544Z] b85a868b505f: Verifying Checksum [2023-03-08T17:46:08.544Z] b85a868b505f: Download complete [2023-03-08T17:46:09.111Z] bab4dde63d76: Download complete [2023-03-08T17:46:10.049Z] b85a868b505f: Pull complete [2023-03-08T17:46:10.049Z] e2be974225ed: Pull complete [2023-03-08T17:46:10.307Z] 339a4e72a1f5: Pull complete [2023-03-08T17:46:10.566Z] 988bab9f4d93: Pull complete [2023-03-08T17:46:10.826Z] 1469e6f7b9e6: Pull complete [2023-03-08T17:46:10.826Z] eaf3925da568: Pull complete [2023-03-08T17:46:12.728Z] bab4dde63d76: Pull complete [2023-03-08T17:46:12.728Z] bde34c3a00c8: Pull complete [2023-03-08T17:46:12.986Z] b352a97aabf1: Pull complete [2023-03-08T17:46:12.986Z] 4872d77fe225: Pull complete [2023-03-08T17:46:12.986Z] 5851b861e8e6: Pull complete [2023-03-08T17:46:12.986Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-08T17:46:12.986Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T17:46:12.986Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T17:46:13.200Z] prd-ubuntu20.04-docker-8c-8g-8838 does not seem to be running inside a container [2023-03-08T17:46:13.232Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_PR-119 -v /w/workspace/edgexfoundry_device-gpio_PR-119:/w/workspace/edgexfoundry_device-gpio_PR-119:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-119@tmp:/w/workspace/edgexfoundry_device-gpio_PR-119@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-devops/py-git-semver:0.1.4 cat [2023-03-08T17:46:14.577Z] $ docker top 634411968dafc91a16eaf7cffa16cb9d9c05047359585177180a553ee3ec3df9 -eo pid,comm [2023-03-08T17:46:14.631Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-08T17:46:14.631Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-08T17:46:14.754Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-08T17:46:14.754Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-08T17:46:14.864Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-08T17:46:14.870Z] $ docker exec 634411968dafc91a16eaf7cffa16cb9d9c05047359585177180a553ee3ec3df9 ssh-agent [2023-03-08T17:46:14.972Z] SSH_AUTH_SOCK=/tmp/ssh-zNcQ5skaXaRx/agent.33 [2023-03-08T17:46:14.972Z] SSH_AGENT_PID=39 [2023-03-08T17:46:14.978Z] Running ssh-add (command line suppressed) [2023-03-08T17:46:15.107Z] Identity added: /w/workspace/edgexfoundry_device-gpio_PR-119@tmp/private_key_3449944146031266168.key (/w/workspace/edgexfoundry_device-gpio_PR-119@tmp/private_key_3449944146031266168.key) [2023-03-08T17:46:15.119Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-08T17:46:15.446Z] + git tag --points-at HEAD [Pipeline] } [2023-03-08T17:46:15.473Z] $ docker exec --env ******** --env ******** 634411968dafc91a16eaf7cffa16cb9d9c05047359585177180a553ee3ec3df9 ssh-agent -k [2023-03-08T17:46:15.575Z] unset SSH_AUTH_SOCK; [2023-03-08T17:46:15.576Z] unset SSH_AGENT_PID; [2023-03-08T17:46:15.576Z] echo Agent pid 39 killed; [2023-03-08T17:46:15.582Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-08T17:46:15.666Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-08T17:46:15.666Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-08T17:46:15.779Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-08T17:46:15.785Z] $ docker exec 634411968dafc91a16eaf7cffa16cb9d9c05047359585177180a553ee3ec3df9 ssh-agent [2023-03-08T17:46:15.892Z] SSH_AUTH_SOCK=/tmp/ssh-A1IieDoAg3lY/agent.71 [2023-03-08T17:46:15.892Z] SSH_AGENT_PID=77 [2023-03-08T17:46:15.897Z] Running ssh-add (command line suppressed) [2023-03-08T17:46:16.005Z] Identity added: /w/workspace/edgexfoundry_device-gpio_PR-119@tmp/private_key_13633003077978479212.key (/w/workspace/edgexfoundry_device-gpio_PR-119@tmp/private_key_13633003077978479212.key) [2023-03-08T17:46:16.015Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-08T17:46:16.342Z] + git semver init [2023-03-08T17:46:16.909Z] 2023-03-08 17:46:16,654 [run_init] DEBUG init version:0.0.0 force:False [2023-03-08T17:46:16.909Z] 2023-03-08 17:46:16,655 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-gpio_PR-119/.semver [2023-03-08T17:46:16.909Z] 2023-03-08 17:46:16,656 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-gpio.git /w/workspace/edgexfoundry_device-gpio_PR-119/.semver [2023-03-08T17:46:16.909Z] 2023-03-08 17:46:16,656 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-gpio.git', '/w/workspace/edgexfoundry_device-gpio_PR-119/.semver'], cwd=/w/workspace/edgexfoundry_device-gpio_PR-119, universal_newlines=False, shell=None, istream=None) [2023-03-08T17:46:17.846Z] 2023-03-08 17:46:17,678 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-gpio_PR-119/.git/info/exclude [2023-03-08T17:46:17.846Z] 2023-03-08 17:46:17,679 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-gpio_PR-119/.semver/PR-119 with force:False [2023-03-08T17:46:17.846Z] 2023-03-08 17:46:17,679 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-gpio_PR-119/.semver/PR-119 [2023-03-08T17:46:17.846Z] 2023-03-08 17:46:17,684 [execute] INFO git cat-file --batch-check [2023-03-08T17:46:17.846Z] 2023-03-08 17:46:17,685 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_PR-119/.semver, universal_newlines=False, shell=None, istream=) [2023-03-08T17:46:17.846Z] 2023-03-08 17:46:17,692 [execute] INFO git cat-file --batch [2023-03-08T17:46:17.846Z] 2023-03-08 17:46:17,693 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-gpio_PR-119/.semver, universal_newlines=False, shell=None, istream=) [2023-03-08T17:46:17.846Z] 2023-03-08 17:46:17,700 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_PR-119/.semver/PR-119 [2023-03-08T17:46:17.846Z] 0.0.0 [Pipeline] } [2023-03-08T17:46:17.876Z] $ docker exec --env ******** --env ******** 634411968dafc91a16eaf7cffa16cb9d9c05047359585177180a553ee3ec3df9 ssh-agent -k [2023-03-08T17:46:17.958Z] unset SSH_AUTH_SOCK; [2023-03-08T17:46:17.959Z] unset SSH_AGENT_PID; [2023-03-08T17:46:17.959Z] echo Agent pid 77 killed; [2023-03-08T17:46:17.964Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-08T17:46:18.393Z] + git semver [Pipeline] } [2023-03-08T17:46:18.678Z] $ docker stop --time=1 634411968dafc91a16eaf7cffa16cb9d9c05047359585177180a553ee3ec3df9 [2023-03-08T17:46:20.017Z] $ docker rm -f --volumes 634411968dafc91a16eaf7cffa16cb9d9c05047359585177180a553ee3ec3df9 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-08T17:46:20.408Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-08T17:46:20.693Z] Stashed 1 file(s) [Pipeline] echo [2023-03-08T17:46:20.711Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-08T17:46:21.308Z] provisioning config files... [2023-03-08T17:46:21.317Z] copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_PR-119@tmp/config18091294464665259259tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T17:46:21.654Z] ---> docker-login.sh [2023-03-08T17:46:21.654Z] nexus3.edgexfoundry.org:10001 [2023-03-08T17:46:21.654Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T17:46:21.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T17:46:21.654Z] Configure a credential helper to remove this warning. See [2023-03-08T17:46:21.654Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T17:46:21.654Z] [2023-03-08T17:46:21.654Z] Login Succeeded [2023-03-08T17:46:21.654Z] nexus3.edgexfoundry.org:10002 [2023-03-08T17:46:21.654Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T17:46:21.914Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T17:46:21.914Z] Configure a credential helper to remove this warning. See [2023-03-08T17:46:21.914Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T17:46:21.914Z] [2023-03-08T17:46:21.914Z] Login Succeeded [2023-03-08T17:46:21.914Z] nexus3.edgexfoundry.org:10003 [2023-03-08T17:46:21.914Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T17:46:21.914Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T17:46:21.914Z] Configure a credential helper to remove this warning. See [2023-03-08T17:46:21.914Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T17:46:21.914Z] [2023-03-08T17:46:21.914Z] Login Succeeded [2023-03-08T17:46:21.914Z] nexus3.edgexfoundry.org:10004 [2023-03-08T17:46:21.914Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T17:46:21.914Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T17:46:21.914Z] Configure a credential helper to remove this warning. See [2023-03-08T17:46:21.914Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T17:46:21.914Z] [2023-03-08T17:46:21.914Z] Login Succeeded [2023-03-08T17:46:21.914Z] docker.io [2023-03-08T17:46:22.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T17:46:22.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T17:46:22.173Z] Configure a credential helper to remove this warning. See [2023-03-08T17:46:22.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T17:46:22.173Z] [2023-03-08T17:46:22.173Z] Login Succeeded [2023-03-08T17:46:22.173Z] ---> docker-login.sh ends [Pipeline] } [2023-03-08T17:46:22.203Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-08T17:46:22.376Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T17:46:22.416Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T17:46:22.449Z] ========================================================= [2023-03-08T17:46:22.449Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-08T17:46:22.449Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T17:46:22.922Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-08T17:46:22.922Z] Sending build context to Docker daemon 16.03MB [2023-03-08T17:46:22.922Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-03-08T17:46:22.922Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-08T17:46:23.491Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-08T17:46:23.491Z] 213ec9aee27d: Pulling fs layer [2023-03-08T17:46:23.491Z] 4583459ba037: Pulling fs layer [2023-03-08T17:46:23.491Z] 93c1e223e6f2: Pulling fs layer [2023-03-08T17:46:23.491Z] 53926ce57604: Pulling fs layer [2023-03-08T17:46:23.491Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-08T17:46:23.491Z] 22ff95d597cd: Pulling fs layer [2023-03-08T17:46:23.491Z] 12d6caf4c0d1: Pulling fs layer [2023-03-08T17:46:23.491Z] 96b7cbca73a9: Pulling fs layer [2023-03-08T17:46:23.491Z] a7acece74701: Pulling fs layer [2023-03-08T17:46:23.491Z] 21b2b0c7a3f4: Waiting [2023-03-08T17:46:23.491Z] 53926ce57604: Waiting [2023-03-08T17:46:23.491Z] 22ff95d597cd: Waiting [2023-03-08T17:46:23.491Z] 96b7cbca73a9: Waiting [2023-03-08T17:46:23.491Z] a7acece74701: Waiting [2023-03-08T17:46:23.491Z] 93c1e223e6f2: Verifying Checksum [2023-03-08T17:46:23.491Z] 93c1e223e6f2: Download complete [2023-03-08T17:46:23.491Z] 4583459ba037: Verifying Checksum [2023-03-08T17:46:23.491Z] 4583459ba037: Download complete [2023-03-08T17:46:23.749Z] 21b2b0c7a3f4: Verifying Checksum [2023-03-08T17:46:23.749Z] 21b2b0c7a3f4: Download complete [2023-03-08T17:46:23.749Z] 22ff95d597cd: Verifying Checksum [2023-03-08T17:46:23.749Z] 22ff95d597cd: Download complete [2023-03-08T17:46:23.749Z] 213ec9aee27d: Verifying Checksum [2023-03-08T17:46:23.749Z] 213ec9aee27d: Download complete [2023-03-08T17:46:24.009Z] 213ec9aee27d: Pull complete [2023-03-08T17:46:24.009Z] 12d6caf4c0d1: Verifying Checksum [2023-03-08T17:46:24.009Z] 12d6caf4c0d1: Download complete [2023-03-08T17:46:24.009Z] 4583459ba037: Pull complete [2023-03-08T17:46:24.267Z] 93c1e223e6f2: Pull complete [2023-03-08T17:46:25.243Z] a7acece74701: Download complete [2023-03-08T17:46:25.504Z] 53926ce57604: Verifying Checksum [2023-03-08T17:46:25.504Z] 53926ce57604: Download complete [2023-03-08T17:46:25.504Z] 96b7cbca73a9: Verifying Checksum [2023-03-08T17:46:25.504Z] 96b7cbca73a9: Download complete [2023-03-08T17:46:29.687Z] 53926ce57604: Pull complete [2023-03-08T17:46:29.687Z] 21b2b0c7a3f4: Pull complete [2023-03-08T17:46:29.687Z] 22ff95d597cd: Pull complete [2023-03-08T17:46:29.687Z] 12d6caf4c0d1: Pull complete [2023-03-08T17:46:31.589Z] 96b7cbca73a9: Pull complete [2023-03-08T17:46:32.522Z] a7acece74701: Pull complete [2023-03-08T17:46:32.522Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-08T17:46:32.522Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-08T17:46:32.522Z] ---> db6d94c90886 [2023-03-08T17:46:32.522Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-03-08T17:46:34.428Z] ---> Running in d558ce8d878a [2023-03-08T17:46:34.428Z] Removing intermediate container d558ce8d878a [2023-03-08T17:46:34.428Z] ---> ca79797deda1 [2023-03-08T17:46:34.428Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-08T17:46:34.428Z] ---> Running in 444622a36092 [2023-03-08T17:46:34.428Z] Removing intermediate container 444622a36092 [2023-03-08T17:46:34.428Z] ---> aa07f6d27265 [2023-03-08T17:46:34.428Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client " [2023-03-08T17:46:34.428Z] ---> Running in c4e4a7f097d4 [2023-03-08T17:46:34.428Z] Removing intermediate container c4e4a7f097d4 [2023-03-08T17:46:34.428Z] ---> c2c83ac8796a [2023-03-08T17:46:34.428Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-08T17:46:34.689Z] ---> Running in 82a2a668c9b9 [2023-03-08T17:46:34.689Z] Removing intermediate container 82a2a668c9b9 [2023-03-08T17:46:34.689Z] ---> db8d288788de [2023-03-08T17:46:34.689Z] Step 7/12 : WORKDIR /device-gpio [2023-03-08T17:46:34.689Z] ---> Running in 07875d1f20d9 [2023-03-08T17:46:34.689Z] Removing intermediate container 07875d1f20d9 [2023-03-08T17:46:34.689Z] ---> 9a41c5fc773f [2023-03-08T17:46:34.689Z] Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-08T17:46:34.947Z] ---> Running in afda2ffd7281 [2023-03-08T17:46:35.209Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T17:46:35.209Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T17:46:35.468Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-03-08T17:46:35.468Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-03-08T17:46:35.725Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-03-08T17:46:35.725Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-03-08T17:46:35.725Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T17:46:35.725Z] OK: 216 MiB in 55 packages [2023-03-08T17:46:35.982Z] Removing intermediate container afda2ffd7281 [2023-03-08T17:46:35.982Z] ---> c5f2990dabda [2023-03-08T17:46:35.982Z] Step 9/12 : COPY go.mod vendor* ./ [2023-03-08T17:46:36.127Z] Still waiting to schedule task [2023-03-08T17:46:36.127Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-8837’ [2023-03-08T17:46:36.239Z] ---> f88ed66fc40c [2023-03-08T17:46:36.239Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T17:46:36.239Z] ---> Running in c00b064ed050 [2023-03-08T17:46:58.180Z] Removing intermediate container c00b064ed050 [2023-03-08T17:46:58.180Z] ---> 1a6a864b966e [2023-03-08T17:46:58.180Z] Step 11/12 : COPY . . [2023-03-08T17:46:58.749Z] ---> 81b2cf6bfed4 [2023-03-08T17:46:58.749Z] Step 12/12 : RUN ${MAKE} [2023-03-08T17:46:58.749Z] ---> Running in a0ea02c77e67 [2023-03-08T17:46:59.008Z] noop [2023-03-08T17:46:59.268Z] Removing intermediate container a0ea02c77e67 [2023-03-08T17:46:59.268Z] ---> cdfe96704655 [2023-03-08T17:46:59.268Z] Successfully built cdfe96704655 [2023-03-08T17:46:59.268Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T17:46:59.694Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-08T17:46:59.694Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T17:46:59.846Z] prd-ubuntu20.04-docker-8c-8g-8838 does not seem to be running inside a container [2023-03-08T17:46:59.885Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-gpio_PR-119 -v /w/workspace/edgexfoundry_device-gpio_PR-119:/w/workspace/edgexfoundry_device-gpio_PR-119:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-119@tmp:/w/workspace/edgexfoundry_device-gpio_PR-119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-08T17:47:00.226Z] $ docker top e4b313904002de2898b96c424ff27655dae6cd0553d490b06d4a865761967f9b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T17:47:00.634Z] + go version [2023-03-08T17:47:00.634Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-08T17:47:00.673Z] $ docker stop --time=1 e4b313904002de2898b96c424ff27655dae6cd0553d490b06d4a865761967f9b [2023-03-08T17:47:01.951Z] $ docker rm -f --volumes e4b313904002de2898b96c424ff27655dae6cd0553d490b06d4a865761967f9b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T17:47:02.628Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-08T17:47:02.628Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T17:47:02.774Z] prd-ubuntu20.04-docker-8c-8g-8838 does not seem to be running inside a container [2023-03-08T17:47:02.813Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-gpio_PR-119 -v /w/workspace/edgexfoundry_device-gpio_PR-119:/w/workspace/edgexfoundry_device-gpio_PR-119:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-119@tmp:/w/workspace/edgexfoundry_device-gpio_PR-119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-08T17:47:03.188Z] $ docker top de065c9325a63a61dff85b2c53367e380daa32fbcbbcd47735e3b2c3881c3d23 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T17:47:03.573Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-gpio_PR-119 [Pipeline] fileExists [Pipeline] sh [2023-03-08T17:47:03.927Z] + make test [2023-03-08T17:47:03.927Z] go test ./... -coverprofile=coverage.out ./... [2023-03-08T17:47:04.186Z] ? github.com/edgexfoundry/device-gpio [no test files] [2023-03-08T17:47:14.162Z] ? github.com/edgexfoundry/device-gpio/cmd [no test files] [2023-03-08T17:47:14.162Z] ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] [2023-03-08T17:47:20.714Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-03-08T17:47:20.714Z] go vet ./... [2023-03-08T17:47:23.242Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-08T17:47:23.242Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-08T17:47:23.242Z] ./bin/test-attribution-txt.sh [2023-03-08T17:47:23.242Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-03-08T17:47:23.242Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-03-08T17:47:23.276Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-08T17:47:23.309Z] $ docker stop --time=1 de065c9325a63a61dff85b2c53367e380daa32fbcbbcd47735e3b2c3881c3d23 [2023-03-08T17:47:25.034Z] $ docker rm -f --volumes de065c9325a63a61dff85b2c53367e380daa32fbcbbcd47735e3b2c3881c3d23 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-08T17:47:25.551Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-08T17:47:25.613Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-03-08T17:47:26.205Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-08T17:47:26.509Z] + ls -al . [2023-03-08T17:47:26.509Z] total 160 [2023-03-08T17:47:26.509Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 8 17:47 . [2023-03-08T17:47:26.509Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 17:45 .. [2023-03-08T17:47:26.509Z] -rw-rw-r-- 1 jenkins jenkins 120 Mar 8 17:45 .dockerignore [2023-03-08T17:47:26.509Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 8 17:47 .git [2023-03-08T17:47:26.509Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 17:45 .github [2023-03-08T17:47:26.509Z] -rw-rw-r-- 1 jenkins jenkins 343 Mar 8 17:45 .gitignore [2023-03-08T17:47:26.509Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 8 17:45 .golangci.yml [2023-03-08T17:47:26.509Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 8 17:46 .semver [2023-03-08T17:47:26.509Z] -rw-rw-r-- 1 jenkins jenkins 9587 Mar 8 17:45 Attribution.txt [2023-03-08T17:47:26.509Z] -rw-rw-r-- 1 jenkins jenkins 4069 Mar 8 17:45 CHANGELOG.md [2023-03-08T17:47:26.509Z] -rw-rw-r-- 1 jenkins jenkins 1542 Mar 8 17:45 Dockerfile [2023-03-08T17:47:26.509Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 8 17:45 GOVERNANCE.md [2023-03-08T17:47:26.509Z] -rw-rw-r-- 1 jenkins jenkins 657 Mar 8 17:45 Jenkinsfile [2023-03-08T17:47:26.509Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 8 17:45 LICENSE [2023-03-08T17:47:26.509Z] -rw-rw-r-- 1 jenkins jenkins 1657 Mar 8 17:45 Makefile [2023-03-08T17:47:26.509Z] -rw-rw-r-- 1 jenkins jenkins 617 Mar 8 17:45 OWNERS.md [2023-03-08T17:47:26.509Z] -rw-rw-r-- 1 jenkins jenkins 11842 Mar 8 17:45 README.md [2023-03-08T17:47:26.509Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 8 17:46 VERSION [2023-03-08T17:47:26.509Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 8 17:45 bin [2023-03-08T17:47:26.509Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 17:45 cmd [2023-03-08T17:47:26.509Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 8 17:47 coverage.out [2023-03-08T17:47:26.509Z] -rw-rw-r-- 1 jenkins jenkins 3312 Mar 8 17:45 go.mod [2023-03-08T17:47:26.509Z] -rw-rw-r-- 1 jenkins jenkins 33120 Mar 8 17:45 go.sum [2023-03-08T17:47:26.509Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 17:45 internal [2023-03-08T17:47:26.509Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 17:45 snap [2023-03-08T17:47:26.509Z] -rw-rw-r-- 1 jenkins jenkins 209 Mar 8 17:45 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T17:47:26.881Z] + 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=91c32e506ae288c8f3f8d04b9ba806ffdab9a0d0 --label arch=amd64 --label version=0.0.0 . [2023-03-08T17:47:26.881Z] Sending build context to Docker daemon 16.03MB [2023-03-08T17:47:26.881Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2023-03-08T17:47:26.881Z] Step 2/25 : FROM ${BASE} AS builder [2023-03-08T17:47:26.881Z] ---> cdfe96704655 [2023-03-08T17:47:26.881Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-03-08T17:47:27.139Z] ---> Running in 5c2c6c2233e2 [2023-03-08T17:47:27.139Z] Removing intermediate container 5c2c6c2233e2 [2023-03-08T17:47:27.139Z] ---> c698698e5602 [2023-03-08T17:47:27.139Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-08T17:47:27.139Z] ---> Running in fad6c4957c42 [2023-03-08T17:47:27.139Z] Removing intermediate container fad6c4957c42 [2023-03-08T17:47:27.139Z] ---> 4aa1cca3dc1d [2023-03-08T17:47:27.139Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client " [2023-03-08T17:47:27.139Z] ---> Running in dba2f210bd65 [2023-03-08T17:47:27.398Z] Removing intermediate container dba2f210bd65 [2023-03-08T17:47:27.398Z] ---> cbc10c22f03f [2023-03-08T17:47:27.398Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2023-03-08T17:47:27.398Z] ---> Running in a15f8183db42 [2023-03-08T17:47:27.398Z] Removing intermediate container a15f8183db42 [2023-03-08T17:47:27.398Z] ---> 0fea2620d511 [2023-03-08T17:47:27.398Z] Step 7/25 : WORKDIR /device-gpio [2023-03-08T17:47:27.398Z] ---> Running in 047db6b85c5f [2023-03-08T17:47:27.655Z] Removing intermediate container 047db6b85c5f [2023-03-08T17:47:27.655Z] ---> 61de23d2c0d1 [2023-03-08T17:47:27.655Z] Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-08T17:47:27.655Z] ---> Running in db88647f41fc [2023-03-08T17:47:27.914Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T17:47:27.914Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T17:47:28.479Z] OK: 216 MiB in 55 packages [2023-03-08T17:47:28.737Z] Removing intermediate container db88647f41fc [2023-03-08T17:47:28.737Z] ---> b1a5c3d0e313 [2023-03-08T17:47:28.737Z] Step 9/25 : COPY go.mod vendor* ./ [2023-03-08T17:47:28.737Z] ---> f20b8b642bb7 [2023-03-08T17:47:28.737Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T17:47:28.737Z] ---> Running in b6eadeb84e50 [2023-03-08T17:47:29.671Z] Removing intermediate container b6eadeb84e50 [2023-03-08T17:47:29.671Z] ---> 69f78b1d6512 [2023-03-08T17:47:29.671Z] Step 11/25 : COPY . . [2023-03-08T17:47:30.237Z] ---> 0750a33b8730 [2023-03-08T17:47:30.237Z] Step 12/25 : RUN ${MAKE} [2023-03-08T17:47:30.237Z] ---> Running in 8893ac13856e [2023-03-08T17:47:30.495Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-gpio.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-gpio ./cmd [2023-03-08T17:47:48.572Z] Removing intermediate container 8893ac13856e [2023-03-08T17:47:48.572Z] ---> 7d1fe1479cb3 [2023-03-08T17:47:48.572Z] Step 13/25 : FROM alpine:3.16 [2023-03-08T17:47:49.138Z] 3.16: Pulling from library/alpine [2023-03-08T17:47:49.138Z] ef5531b6e74e: Pulling fs layer [2023-03-08T17:47:49.705Z] ef5531b6e74e: Verifying Checksum [2023-03-08T17:47:49.705Z] ef5531b6e74e: Download complete [2023-03-08T17:47:49.705Z] ef5531b6e74e: Pull complete [2023-03-08T17:47:49.705Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-08T17:47:49.705Z] Status: Downloaded newer image for alpine:3.16 [2023-03-08T17:47:49.965Z] ---> dfd21b5a31f5 [2023-03-08T17:47:49.965Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' [2023-03-08T17:47:49.965Z] ---> Running in 0385c9800c25 [2023-03-08T17:47:49.965Z] Removing intermediate container 0385c9800c25 [2023-03-08T17:47:49.965Z] ---> 3db6320abf53 [2023-03-08T17:47:49.965Z] Step 15/25 : RUN apk add --update --no-cache [2023-03-08T17:47:49.965Z] ---> Running in 949a71b44a85 [2023-03-08T17:47:50.225Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T17:47:50.482Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T17:47:50.741Z] OK: 6 MiB in 14 packages [2023-03-08T17:47:50.999Z] Removing intermediate container 949a71b44a85 [2023-03-08T17:47:50.999Z] ---> 1c969c67ef38 [2023-03-08T17:47:50.999Z] Step 16/25 : WORKDIR / [2023-03-08T17:47:50.999Z] ---> Running in a4fb2fa6ac77 [2023-03-08T17:47:51.257Z] Removing intermediate container a4fb2fa6ac77 [2023-03-08T17:47:51.257Z] ---> fb76868349a7 [2023-03-08T17:47:51.257Z] Step 17/25 : COPY --from=builder /device-gpio/Attribution.txt / [2023-03-08T17:47:51.257Z] ---> 46077f478b01 [2023-03-08T17:47:51.257Z] Step 18/25 : COPY --from=builder /device-gpio/LICENSE / [2023-03-08T17:47:51.515Z] ---> dc9aabdb3bdc [2023-03-08T17:47:51.515Z] Step 19/25 : COPY --from=builder /device-gpio/cmd/ / [2023-03-08T17:47:52.083Z] ---> db4aa5474796 [2023-03-08T17:47:52.083Z] Step 20/25 : EXPOSE 59910 [2023-03-08T17:47:52.083Z] ---> Running in f78769ad02c3 [2023-03-08T17:47:52.083Z] Removing intermediate container f78769ad02c3 [2023-03-08T17:47:52.083Z] ---> c47b5ff32f31 [2023-03-08T17:47:52.083Z] Step 21/25 : ENTRYPOINT ["/device-gpio"] [2023-03-08T17:47:52.083Z] ---> Running in 6bda4bef2f52 [2023-03-08T17:47:52.083Z] Removing intermediate container 6bda4bef2f52 [2023-03-08T17:47:52.083Z] ---> c99b8fe75551 [2023-03-08T17:47:52.083Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T17:47:52.083Z] ---> Running in 3b7355ae3cbb [2023-03-08T17:47:52.341Z] Removing intermediate container 3b7355ae3cbb [2023-03-08T17:47:52.341Z] ---> 70a4f4ad77c2 [2023-03-08T17:47:52.341Z] Step 23/25 : LABEL arch=amd64 [2023-03-08T17:47:52.341Z] ---> Running in 18d72bb8c48a [2023-03-08T17:47:52.341Z] Removing intermediate container 18d72bb8c48a [2023-03-08T17:47:52.341Z] ---> b414514ec314 [2023-03-08T17:47:52.341Z] Step 24/25 : LABEL git_sha=91c32e506ae288c8f3f8d04b9ba806ffdab9a0d0 [2023-03-08T17:47:52.341Z] ---> Running in d8c0a32a0ad8 [2023-03-08T17:47:52.600Z] Removing intermediate container d8c0a32a0ad8 [2023-03-08T17:47:52.600Z] ---> 89f0becb22be [2023-03-08T17:47:52.600Z] Step 25/25 : LABEL version=0.0.0 [2023-03-08T17:47:52.600Z] ---> Running in edb44c01c2e3 [2023-03-08T17:47:52.600Z] Removing intermediate container edb44c01c2e3 [2023-03-08T17:47:52.600Z] ---> 55de24e4b034 [2023-03-08T17:47:52.600Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-08T17:47:52.600Z] Successfully built 55de24e4b034 [2023-03-08T17:47:52.600Z] Successfully tagged device-gpio:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T17:47:53.426Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-08T17:47:53.426Z] [2023-03-08T17:47:53.426Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T17:47:53.801Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-08T17:47:53.801Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-08T17:47:53.801Z] 5eb5b503b376: Pulling fs layer [2023-03-08T17:47:53.801Z] 5c69ac0246d0: Pulling fs layer [2023-03-08T17:47:53.801Z] ec43610c2a17: Pulling fs layer [2023-03-08T17:47:53.801Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-08T17:47:53.801Z] 33b1e0a273af: Pulling fs layer [2023-03-08T17:47:53.801Z] 5d3b04190fa2: Pulling fs layer [2023-03-08T17:47:53.801Z] 2f39f015ded8: Pulling fs layer [2023-03-08T17:47:53.801Z] 33b1e0a273af: Waiting [2023-03-08T17:47:53.801Z] 5d3b04190fa2: Waiting [2023-03-08T17:47:53.801Z] 2f39f015ded8: Waiting [2023-03-08T17:47:53.801Z] 5c69ac0246d0: Verifying Checksum [2023-03-08T17:47:53.801Z] 5c69ac0246d0: Download complete [2023-03-08T17:47:53.801Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-08T17:47:53.801Z] 3a2ae6a8a46f: Download complete [2023-03-08T17:47:54.060Z] 33b1e0a273af: Verifying Checksum [2023-03-08T17:47:54.060Z] 33b1e0a273af: Download complete [2023-03-08T17:47:54.060Z] ec43610c2a17: Verifying Checksum [2023-03-08T17:47:54.060Z] ec43610c2a17: Download complete [2023-03-08T17:47:54.060Z] 5d3b04190fa2: Verifying Checksum [2023-03-08T17:47:54.060Z] 5d3b04190fa2: Download complete [2023-03-08T17:47:54.060Z] 5eb5b503b376: Verifying Checksum [2023-03-08T17:47:54.060Z] 5eb5b503b376: Download complete [2023-03-08T17:47:54.993Z] 2f39f015ded8: Download complete [2023-03-08T17:47:55.252Z] 5eb5b503b376: Pull complete [2023-03-08T17:47:55.511Z] 5c69ac0246d0: Pull complete [2023-03-08T17:47:55.769Z] ec43610c2a17: Pull complete [2023-03-08T17:47:56.027Z] 3a2ae6a8a46f: Pull complete [2023-03-08T17:47:56.027Z] 33b1e0a273af: Pull complete [2023-03-08T17:47:56.284Z] 5d3b04190fa2: Pull complete [2023-03-08T17:48:00.470Z] 2f39f015ded8: Pull complete [2023-03-08T17:48:00.470Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-08T17:48:00.470Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-08T17:48:00.470Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T17:48:00.680Z] prd-ubuntu20.04-docker-8c-8g-8838 does not seem to be running inside a container [2023-03-08T17:48:00.714Z] $ 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-119 -v /w/workspace/edgexfoundry_device-gpio_PR-119:/w/workspace/edgexfoundry_device-gpio_PR-119:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-119@tmp:/w/workspace/edgexfoundry_device-gpio_PR-119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-08T17:48:02.530Z] $ docker top e8b90e205da534900dbf4d27d85255eca9078d37aca8a502dbe816a923652f5e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T17:48:02.977Z] ---> job-cost.sh [2023-03-08T17:48:02.977Z] lf-activate-venv: SKIPPING [2023-03-08T17:48:02.977Z] INFO: No Stack... [2023-03-08T17:48:03.235Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-08T17:48:03.494Z] INFO: Archiving Costs [Pipeline] sh [2023-03-08T17:48:03.806Z] + cat /w/workspace/edgexfoundry_device-gpio_PR-119/archives/cost.csv [2023-03-08T17:48:03.806Z] + cut -d, -f6 [Pipeline] lock [2023-03-08T17:48:03.852Z] Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-PR-119-1-stack-cost] [2023-03-08T17:48:03.857Z] Resource [jenkins-edgexfoundry-device-gpio-PR-119-1-stack-cost] did not exist. Created. [2023-03-08T17:48:03.857Z] Lock acquired on [jenkins-edgexfoundry-device-gpio-PR-119-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-08T17:48:04.244Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-08T17:48:04.295Z] Stashed 1 file(s) [Pipeline] } [2023-03-08T17:48:04.320Z] Lock released on resource [jenkins-edgexfoundry-device-gpio-PR-119-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-08T17:48:04.392Z] $ docker stop --time=1 e8b90e205da534900dbf4d27d85255eca9078d37aca8a502dbe816a923652f5e [2023-03-08T17:48:05.564Z] $ docker rm -f --volumes e8b90e205da534900dbf4d27d85255eca9078d37aca8a502dbe816a923652f5e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-08T17:49:48.693Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8839 in /w/workspace/edgexfoundry_device-gpio_PR-119 [Pipeline] { [Pipeline] ws [2023-03-08T17:49:48.754Z] Running in /w/workspace/device-gpio/1 [Pipeline] { [Pipeline] checkout [2023-03-08T17:49:48.837Z] The recommended git tool is: git [2023-03-08T17:49:54.635Z] using credential edgex-jenkins-ssh [2023-03-08T17:49:54.655Z] Cloning the remote Git repository [2023-03-08T17:49:54.697Z] Cloning repository git@github.com:edgexfoundry/device-gpio.git [2023-03-08T17:49:54.776Z] > git init /w/workspace/device-gpio/1 # timeout=10 [2023-03-08T17:49:54.931Z] Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git [2023-03-08T17:49:54.932Z] > git --version # timeout=10 [2023-03-08T17:49:54.952Z] > git --version # 'git version 2.25.1' [2023-03-08T17:49:54.954Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-08T17:49:55.021Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-08T17:49:57.462Z] > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 [2023-03-08T17:49:57.492Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-08T17:49:58.987Z] Merging remotes/origin/main commit 192d2e5d52be7054ee8f5929c78a4d9d1a66e905 into PR head commit 91c32e506ae288c8f3f8d04b9ba806ffdab9a0d0 [2023-03-08T17:49:58.388Z] > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 [2023-03-08T17:49:58.430Z] Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git [2023-03-08T17:49:58.431Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-08T17:49:58.448Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/pull/119/head:refs/remotes/origin/PR-119 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-03-08T17:49:59.219Z] Merge succeeded, producing 91c32e506ae288c8f3f8d04b9ba806ffdab9a0d0 [2023-03-08T17:49:59.219Z] Checking out Revision 91c32e506ae288c8f3f8d04b9ba806ffdab9a0d0 (PR-119) [2023-03-08T17:49:59.006Z] > git config core.sparsecheckout # timeout=10 [2023-03-08T17:49:59.030Z] > git checkout -f 91c32e506ae288c8f3f8d04b9ba806ffdab9a0d0 # timeout=10 [2023-03-08T17:49:59.114Z] > git remote # timeout=10 [2023-03-08T17:49:59.132Z] > git config --get remote.origin.url # timeout=10 [2023-03-08T17:49:59.157Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-08T17:49:59.171Z] > git merge 192d2e5d52be7054ee8f5929c78a4d9d1a66e905 # timeout=10 [2023-03-08T17:49:59.200Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-03-08T17:49:59.225Z] > git config core.sparsecheckout # timeout=10 [2023-03-08T17:49:59.241Z] > git checkout -f 91c32e506ae288c8f3f8d04b9ba806ffdab9a0d0 # timeout=10 [2023-03-08T17:50:02.748Z] Commit message: "feat!: updates for common config" [2023-03-08T17:50:02.801Z] > git --version # timeout=10 [2023-03-08T17:50:02.812Z] > git --version # 'git version 2.25.1' [2023-03-08T17:50:02.828Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-08T17:50:04.037Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-08T17:50:04.037Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-08T17:50:04.037Z] Dload Upload Total Spent Left Speed [2023-03-08T17:50:04.037Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 75 12751 75 9637 0 0 180k 0 --:--:-- --:--:-- --:--:-- 177k 100 12751 100 12751 0 0 226k 0 --:--:-- --:--:-- --:--:-- 226k [Pipeline] sh [2023-03-08T17:50:04.749Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-08T17:50:05.109Z] + sudo tee /etc/docker/daemon.new [2023-03-08T17:50:05.109Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-08T17:50:05.109Z] { [2023-03-08T17:50:05.109Z] "registry-mirrors": [ [2023-03-08T17:50:05.109Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-08T17:50:05.109Z] ], [2023-03-08T17:50:05.109Z] "bip": "10.250.0.254/24", [2023-03-08T17:50:05.109Z] "hosts": [ [2023-03-08T17:50:05.109Z] "tcp://0.0.0.0:5555", [2023-03-08T17:50:05.109Z] "unix:///var/run/docker.sock" [2023-03-08T17:50:05.109Z] ], [2023-03-08T17:50:05.109Z] "mtu": 1458, [2023-03-08T17:50:05.109Z] "selinux-enabled": true, [2023-03-08T17:50:05.110Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-08T17:50:05.110Z] } [Pipeline] sh [2023-03-08T17:50:05.463Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-08T17:50:05.818Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-08T17:50:24.149Z] provisioning config files... [2023-03-08T17:50:24.181Z] copy managed file [device-gpio-settings] to file:/w/workspace/device-gpio/1@tmp/config13465342606557523334tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T17:50:24.570Z] ---> docker-login.sh [2023-03-08T17:50:24.570Z] nexus3.edgexfoundry.org:10001 [2023-03-08T17:50:24.842Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T17:50:25.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T17:50:25.116Z] Configure a credential helper to remove this warning. See [2023-03-08T17:50:25.116Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T17:50:25.116Z] [2023-03-08T17:50:25.116Z] Login Succeeded [2023-03-08T17:50:25.116Z] nexus3.edgexfoundry.org:10002 [2023-03-08T17:50:25.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T17:50:25.659Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T17:50:25.659Z] Configure a credential helper to remove this warning. See [2023-03-08T17:50:25.659Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T17:50:25.659Z] [2023-03-08T17:50:25.659Z] Login Succeeded [2023-03-08T17:50:25.659Z] nexus3.edgexfoundry.org:10003 [2023-03-08T17:50:25.659Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T17:50:25.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T17:50:25.929Z] Configure a credential helper to remove this warning. See [2023-03-08T17:50:25.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T17:50:25.929Z] [2023-03-08T17:50:25.929Z] Login Succeeded [2023-03-08T17:50:25.929Z] nexus3.edgexfoundry.org:10004 [2023-03-08T17:50:26.200Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T17:50:26.200Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T17:50:26.200Z] Configure a credential helper to remove this warning. See [2023-03-08T17:50:26.200Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T17:50:26.200Z] [2023-03-08T17:50:26.200Z] Login Succeeded [2023-03-08T17:50:26.200Z] docker.io [2023-03-08T17:50:26.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T17:50:26.744Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T17:50:26.744Z] Configure a credential helper to remove this warning. See [2023-03-08T17:50:26.744Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T17:50:26.744Z] [2023-03-08T17:50:26.744Z] Login Succeeded [2023-03-08T17:50:26.744Z] ---> docker-login.sh ends [Pipeline] } [2023-03-08T17:50:26.776Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-08T17:50:27.162Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T17:50:27.198Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T17:50:27.239Z] ========================================================= [2023-03-08T17:50:27.239Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-08T17:50:27.239Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T17:50:27.735Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-08T17:50:28.009Z] Sending build context to Docker daemon 8.108MB [2023-03-08T17:50:28.009Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-03-08T17:50:28.009Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-08T17:50:28.291Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-08T17:50:28.291Z] 9b18e9b68314: Pulling fs layer [2023-03-08T17:50:28.291Z] 35d82f9e3411: Pulling fs layer [2023-03-08T17:50:28.291Z] e16973657156: Pulling fs layer [2023-03-08T17:50:28.291Z] fc693d55d65f: Pulling fs layer [2023-03-08T17:50:28.291Z] 7e9fc2657dce: Pulling fs layer [2023-03-08T17:50:28.291Z] dda99020689f: Pulling fs layer [2023-03-08T17:50:28.291Z] db1c61fa0a46: Pulling fs layer [2023-03-08T17:50:28.291Z] 891c053d2c06: Pulling fs layer [2023-03-08T17:50:28.291Z] fc693d55d65f: Waiting [2023-03-08T17:50:28.291Z] 7e9fc2657dce: Waiting [2023-03-08T17:50:28.291Z] dda99020689f: Waiting [2023-03-08T17:50:28.291Z] db1c61fa0a46: Waiting [2023-03-08T17:50:28.291Z] 891c053d2c06: Waiting [2023-03-08T17:50:28.291Z] e16973657156: Verifying Checksum [2023-03-08T17:50:28.291Z] e16973657156: Download complete [2023-03-08T17:50:28.291Z] 35d82f9e3411: Verifying Checksum [2023-03-08T17:50:28.291Z] 35d82f9e3411: Download complete [2023-03-08T17:50:28.291Z] 7e9fc2657dce: Verifying Checksum [2023-03-08T17:50:28.291Z] 7e9fc2657dce: Download complete [2023-03-08T17:50:28.291Z] 9b18e9b68314: Verifying Checksum [2023-03-08T17:50:28.291Z] 9b18e9b68314: Download complete [2023-03-08T17:50:28.291Z] dda99020689f: Verifying Checksum [2023-03-08T17:50:28.291Z] dda99020689f: Download complete [2023-03-08T17:50:29.265Z] 9b18e9b68314: Pull complete [2023-03-08T17:50:29.265Z] 891c053d2c06: Verifying Checksum [2023-03-08T17:50:29.265Z] 891c053d2c06: Download complete [2023-03-08T17:50:29.860Z] 35d82f9e3411: Pull complete [2023-03-08T17:50:30.134Z] e16973657156: Pull complete [2023-03-08T17:50:30.724Z] db1c61fa0a46: Verifying Checksum [2023-03-08T17:50:30.724Z] db1c61fa0a46: Download complete [2023-03-08T17:50:31.308Z] fc693d55d65f: Verifying Checksum [2023-03-08T17:50:31.308Z] fc693d55d65f: Download complete [2023-03-08T17:50:43.646Z] fc693d55d65f: Pull complete [2023-03-08T17:50:43.646Z] 7e9fc2657dce: Pull complete [2023-03-08T17:50:43.646Z] dda99020689f: Pull complete [2023-03-08T17:50:50.308Z] db1c61fa0a46: Pull complete [2023-03-08T17:50:52.279Z] 891c053d2c06: Pull complete [2023-03-08T17:50:52.279Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-08T17:50:52.279Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-08T17:50:52.279Z] ---> f96f9c87975a [2023-03-08T17:50:52.279Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-03-08T17:50:54.227Z] ---> Running in 2c18c32a3b74 [2023-03-08T17:50:54.496Z] Removing intermediate container 2c18c32a3b74 [2023-03-08T17:50:54.496Z] ---> f2856e5beac7 [2023-03-08T17:50:54.496Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-08T17:50:54.765Z] ---> Running in cd7aa370261c [2023-03-08T17:50:55.036Z] Removing intermediate container cd7aa370261c [2023-03-08T17:50:55.036Z] ---> 81201e594f45 [2023-03-08T17:50:55.036Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client " [2023-03-08T17:50:55.036Z] ---> Running in 2e7c57c03d9f [2023-03-08T17:50:55.308Z] Removing intermediate container 2e7c57c03d9f [2023-03-08T17:50:55.308Z] ---> 10f812c88ad0 [2023-03-08T17:50:55.308Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-08T17:50:55.578Z] ---> Running in ccd6ecc1268c [2023-03-08T17:50:55.849Z] Removing intermediate container ccd6ecc1268c [2023-03-08T17:50:55.849Z] ---> d84a19e3c81b [2023-03-08T17:50:55.849Z] Step 7/12 : WORKDIR /device-gpio [2023-03-08T17:50:55.849Z] ---> Running in 44ebe67dd248 [2023-03-08T17:50:56.436Z] Removing intermediate container 44ebe67dd248 [2023-03-08T17:50:56.436Z] ---> 48db11c0421a [2023-03-08T17:50:56.436Z] Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-08T17:50:56.436Z] ---> Running in 20f9a74e0603 [2023-03-08T17:50:57.858Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T17:50:57.859Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T17:50:58.826Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-03-08T17:50:58.826Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-03-08T17:50:58.826Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-03-08T17:50:59.098Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-03-08T17:50:59.098Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T17:50:59.098Z] OK: 226 MiB in 55 packages [2023-03-08T17:51:00.076Z] Removing intermediate container 20f9a74e0603 [2023-03-08T17:51:00.076Z] ---> bdcca8700862 [2023-03-08T17:51:00.076Z] Step 9/12 : COPY go.mod vendor* ./ [2023-03-08T17:51:00.668Z] ---> 60b45318021d [2023-03-08T17:51:00.668Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T17:51:00.668Z] ---> Running in f9cb71f05489 [2023-03-08T17:52:08.572Z] Removing intermediate container f9cb71f05489 [2023-03-08T17:52:08.572Z] ---> 58ec8359b352 [2023-03-08T17:52:08.572Z] Step 11/12 : COPY . . [2023-03-08T17:52:08.572Z] ---> 0f6947c105ce [2023-03-08T17:52:08.572Z] Step 12/12 : RUN ${MAKE} [2023-03-08T17:52:08.572Z] ---> Running in 1756523c40f1 [2023-03-08T17:52:09.533Z] noop [2023-03-08T17:52:10.123Z] Removing intermediate container 1756523c40f1 [2023-03-08T17:52:10.123Z] ---> 023a8a9cc1b8 [2023-03-08T17:52:10.123Z] Successfully built 023a8a9cc1b8 [2023-03-08T17:52:10.123Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T17:52:10.611Z] + docker inspect -f . ci-base-image-arm64 [2023-03-08T17:52:10.611Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T17:52:10.878Z] prd-ubuntu20.04-docker-arm64-4c-16g-8839 does not seem to be running inside a container [2023-03-08T17:52:10.953Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-gpio/1 -v /w/workspace/device-gpio/1:/w/workspace/device-gpio/1:rw,z -v /w/workspace/device-gpio/1@tmp:/w/workspace/device-gpio/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-08T17:52:12.133Z] $ docker top c02d26bd0e0cd90fbfa8a0aa86de268b2b809835b5cdd4d008688e2369904613 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T17:52:12.993Z] + go version [2023-03-08T17:52:12.993Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-08T17:52:13.036Z] $ docker stop --time=1 c02d26bd0e0cd90fbfa8a0aa86de268b2b809835b5cdd4d008688e2369904613 [2023-03-08T17:52:14.622Z] $ docker rm -f --volumes c02d26bd0e0cd90fbfa8a0aa86de268b2b809835b5cdd4d008688e2369904613 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T17:52:15.461Z] + docker inspect -f . ci-base-image-arm64 [2023-03-08T17:52:15.461Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T17:52:15.701Z] prd-ubuntu20.04-docker-arm64-4c-16g-8839 does not seem to be running inside a container [2023-03-08T17:52:15.775Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-gpio/1 -v /w/workspace/device-gpio/1:/w/workspace/device-gpio/1:rw,z -v /w/workspace/device-gpio/1@tmp:/w/workspace/device-gpio/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-08T17:52:16.983Z] $ docker top 2cd909c7687457f359d8039527c526cc317f8c4e8e54fd1fbbd79a9219454c6b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T17:52:17.532Z] + git config --global --add safe.directory /w/workspace/device-gpio/1 [Pipeline] fileExists [Pipeline] sh [2023-03-08T17:52:17.916Z] + make test [2023-03-08T17:52:18.183Z] go test ./... -coverprofile=coverage.out ./... [2023-03-08T17:52:19.598Z] ? github.com/edgexfoundry/device-gpio [no test files] [2023-03-08T17:53:41.222Z] ? github.com/edgexfoundry/device-gpio/cmd [no test files] [2023-03-08T17:53:41.222Z] ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] [2023-03-08T17:53:41.222Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-08T17:53:41.222Z] go vet ./... [2023-03-08T17:54:03.304Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-08T17:54:03.304Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-08T17:54:03.304Z] ./bin/test-attribution-txt.sh [2023-03-08T17:54:03.304Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-03-08T17:54:03.304Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-03-08T17:54:03.344Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-08T17:54:03.388Z] $ docker stop --time=1 2cd909c7687457f359d8039527c526cc317f8c4e8e54fd1fbbd79a9219454c6b [2023-03-08T17:54:05.280Z] $ docker rm -f --volumes 2cd909c7687457f359d8039527c526cc317f8c4e8e54fd1fbbd79a9219454c6b [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-08T17:54:06.375Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-08T17:54:06.409Z] Warning: overwriting stash ‘coverage-report’ [2023-03-08T17:54:06.950Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-08T17:54:07.553Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-08T17:54:07.897Z] + ls -al . [2023-03-08T17:54:07.897Z] total 156 [2023-03-08T17:54:07.897Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 8 17:52 . [2023-03-08T17:54:07.897Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 17:49 .. [2023-03-08T17:54:07.897Z] -rw-rw-r-- 1 jenkins jenkins 120 Mar 8 17:49 .dockerignore [2023-03-08T17:54:07.897Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 8 17:49 .git [2023-03-08T17:54:07.897Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 17:49 .github [2023-03-08T17:54:07.897Z] -rw-rw-r-- 1 jenkins jenkins 343 Mar 8 17:49 .gitignore [2023-03-08T17:54:07.897Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 8 17:49 .golangci.yml [2023-03-08T17:54:07.897Z] -rw-rw-r-- 1 jenkins jenkins 9587 Mar 8 17:49 Attribution.txt [2023-03-08T17:54:07.897Z] -rw-rw-r-- 1 jenkins jenkins 4069 Mar 8 17:49 CHANGELOG.md [2023-03-08T17:54:07.897Z] -rw-rw-r-- 1 jenkins jenkins 1542 Mar 8 17:49 Dockerfile [2023-03-08T17:54:07.897Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 8 17:49 GOVERNANCE.md [2023-03-08T17:54:07.897Z] -rw-rw-r-- 1 jenkins jenkins 657 Mar 8 17:49 Jenkinsfile [2023-03-08T17:54:07.897Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 8 17:49 LICENSE [2023-03-08T17:54:07.897Z] -rw-rw-r-- 1 jenkins jenkins 1657 Mar 8 17:49 Makefile [2023-03-08T17:54:07.897Z] -rw-rw-r-- 1 jenkins jenkins 617 Mar 8 17:49 OWNERS.md [2023-03-08T17:54:07.897Z] -rw-rw-r-- 1 jenkins jenkins 11842 Mar 8 17:49 README.md [2023-03-08T17:54:07.897Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 8 17:46 VERSION [2023-03-08T17:54:07.897Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 8 17:49 bin [2023-03-08T17:54:07.897Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 17:49 cmd [2023-03-08T17:54:07.897Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 8 17:52 coverage.out [2023-03-08T17:54:07.897Z] -rw-rw-r-- 1 jenkins jenkins 3312 Mar 8 17:49 go.mod [2023-03-08T17:54:07.897Z] -rw-rw-r-- 1 jenkins jenkins 33120 Mar 8 17:49 go.sum [2023-03-08T17:54:07.897Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 17:49 internal [2023-03-08T17:54:07.897Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 17:49 snap [2023-03-08T17:54:07.897Z] -rw-rw-r-- 1 jenkins jenkins 209 Mar 8 17:49 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T17:54:08.321Z] + 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=91c32e506ae288c8f3f8d04b9ba806ffdab9a0d0 --label arch=arm64 --label version=0.0.0 . [2023-03-08T17:54:08.589Z] Sending build context to Docker daemon 8.109MB [2023-03-08T17:54:08.856Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2023-03-08T17:54:08.856Z] Step 2/25 : FROM ${BASE} AS builder [2023-03-08T17:54:08.856Z] ---> 023a8a9cc1b8 [2023-03-08T17:54:08.856Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-03-08T17:54:08.856Z] ---> Running in 7b633918ca31 [2023-03-08T17:54:09.129Z] Removing intermediate container 7b633918ca31 [2023-03-08T17:54:09.129Z] ---> a7c4101a28b6 [2023-03-08T17:54:09.129Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-08T17:54:09.397Z] ---> Running in e87a0214a18e [2023-03-08T17:54:09.664Z] Removing intermediate container e87a0214a18e [2023-03-08T17:54:09.664Z] ---> b9dadf53aca4 [2023-03-08T17:54:09.664Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client " [2023-03-08T17:54:09.664Z] ---> Running in 845d964aa4be [2023-03-08T17:54:10.256Z] Removing intermediate container 845d964aa4be [2023-03-08T17:54:10.256Z] ---> 9307599c626f [2023-03-08T17:54:10.256Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2023-03-08T17:54:10.256Z] ---> Running in bc9dc8190980 [2023-03-08T17:54:10.542Z] Removing intermediate container bc9dc8190980 [2023-03-08T17:54:10.542Z] ---> 681555330a4d [2023-03-08T17:54:10.542Z] Step 7/25 : WORKDIR /device-gpio [2023-03-08T17:54:10.542Z] ---> Running in ab8b3a165d2d [2023-03-08T17:54:11.144Z] Removing intermediate container ab8b3a165d2d [2023-03-08T17:54:11.144Z] ---> 6fd3ac781cd1 [2023-03-08T17:54:11.144Z] Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-08T17:54:11.144Z] ---> Running in 7b9e8afd354f [2023-03-08T17:54:12.106Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T17:54:12.691Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T17:54:13.651Z] OK: 226 MiB in 55 packages [2023-03-08T17:54:15.600Z] Removing intermediate container 7b9e8afd354f [2023-03-08T17:54:15.600Z] ---> 026449604449 [2023-03-08T17:54:15.600Z] Step 9/25 : COPY go.mod vendor* ./ [2023-03-08T17:54:15.868Z] ---> 9fba30781044 [2023-03-08T17:54:15.868Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T17:54:15.868Z] ---> Running in 59bce2b0189b [2023-03-08T17:54:19.211Z] Removing intermediate container 59bce2b0189b [2023-03-08T17:54:19.211Z] ---> fb7f9544b734 [2023-03-08T17:54:19.211Z] Step 11/25 : COPY . . [2023-03-08T17:54:20.174Z] ---> e6514eb8de7a [2023-03-08T17:54:20.174Z] Step 12/25 : RUN ${MAKE} [2023-03-08T17:54:20.441Z] ---> Running in 89429f098c35 [2023-03-08T17:54:21.879Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-gpio.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-gpio ./cmd [2023-03-08T17:56:43.852Z] Removing intermediate container 89429f098c35 [2023-03-08T17:56:43.852Z] ---> 2b491fab8959 [2023-03-08T17:56:43.852Z] Step 13/25 : FROM alpine:3.16 [2023-03-08T17:56:43.852Z] 3.16: Pulling from library/alpine [2023-03-08T17:56:43.852Z] 3760b48202b3: Pulling fs layer [2023-03-08T17:56:43.852Z] 3760b48202b3: Verifying Checksum [2023-03-08T17:56:43.852Z] 3760b48202b3: Pull complete [2023-03-08T17:56:43.852Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-08T17:56:43.852Z] Status: Downloaded newer image for alpine:3.16 [2023-03-08T17:56:43.852Z] ---> 4c81e5bf8899 [2023-03-08T17:56:43.852Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' [2023-03-08T17:56:43.852Z] ---> Running in 899c70ed5292 [2023-03-08T17:56:43.852Z] Removing intermediate container 899c70ed5292 [2023-03-08T17:56:43.852Z] ---> 4f83281ed78d [2023-03-08T17:56:43.852Z] Step 15/25 : RUN apk add --update --no-cache [2023-03-08T17:56:43.852Z] ---> Running in aa3b12f06681 [2023-03-08T17:56:43.852Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T17:56:43.852Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T17:56:43.852Z] OK: 5 MiB in 14 packages [2023-03-08T17:56:44.441Z] Removing intermediate container aa3b12f06681 [2023-03-08T17:56:44.441Z] ---> 234f7c869878 [2023-03-08T17:56:44.441Z] Step 16/25 : WORKDIR / [2023-03-08T17:56:44.441Z] ---> Running in 645972c7b29a [2023-03-08T17:56:44.710Z] Removing intermediate container 645972c7b29a [2023-03-08T17:56:44.710Z] ---> 04060665f70b [2023-03-08T17:56:44.710Z] Step 17/25 : COPY --from=builder /device-gpio/Attribution.txt / [2023-03-08T17:56:45.297Z] ---> 344dad63c0bd [2023-03-08T17:56:45.297Z] Step 18/25 : COPY --from=builder /device-gpio/LICENSE / [2023-03-08T17:56:45.883Z] ---> e9361e79e33f [2023-03-08T17:56:45.883Z] Step 19/25 : COPY --from=builder /device-gpio/cmd/ / [2023-03-08T17:56:47.318Z] ---> 144594010f19 [2023-03-08T17:56:47.319Z] Step 20/25 : EXPOSE 59910 [2023-03-08T17:56:47.319Z] ---> Running in b58135266258 [2023-03-08T17:56:47.319Z] Removing intermediate container b58135266258 [2023-03-08T17:56:47.319Z] ---> 8d4a441ef76f [2023-03-08T17:56:47.319Z] Step 21/25 : ENTRYPOINT ["/device-gpio"] [2023-03-08T17:56:47.587Z] ---> Running in f3576f0527f9 [2023-03-08T17:56:47.855Z] Removing intermediate container f3576f0527f9 [2023-03-08T17:56:47.856Z] ---> 8fe3afbc8b00 [2023-03-08T17:56:47.856Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T17:56:47.856Z] ---> Running in cdf221c646af [2023-03-08T17:56:48.143Z] Removing intermediate container cdf221c646af [2023-03-08T17:56:48.143Z] ---> 95d2c485c5f5 [2023-03-08T17:56:48.143Z] Step 23/25 : LABEL arch=arm64 [2023-03-08T17:56:48.143Z] ---> Running in 0912cf55d783 [2023-03-08T17:56:48.414Z] Removing intermediate container 0912cf55d783 [2023-03-08T17:56:48.414Z] ---> 1c337acd76d6 [2023-03-08T17:56:48.414Z] Step 24/25 : LABEL git_sha=91c32e506ae288c8f3f8d04b9ba806ffdab9a0d0 [2023-03-08T17:56:48.684Z] ---> Running in 52176fbb24ba [2023-03-08T17:56:48.953Z] Removing intermediate container 52176fbb24ba [2023-03-08T17:56:48.953Z] ---> f8fa4d584e16 [2023-03-08T17:56:48.953Z] Step 25/25 : LABEL version=0.0.0 [2023-03-08T17:56:48.953Z] ---> Running in 47752b8e7567 [2023-03-08T17:56:49.221Z] Removing intermediate container 47752b8e7567 [2023-03-08T17:56:49.221Z] ---> d0f604b16fc2 [2023-03-08T17:56:49.221Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-08T17:56:49.221Z] Successfully built d0f604b16fc2 [2023-03-08T17:56:49.221Z] Successfully tagged device-gpio-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T17:56:50.129Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-08T17:56:50.129Z] [2023-03-08T17:56:50.129Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T17:56:50.542Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-08T17:56:50.542Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-08T17:56:50.542Z] 8998bd30e6a1: Pulling fs layer [2023-03-08T17:56:50.542Z] 04944245beec: Pulling fs layer [2023-03-08T17:56:50.542Z] 699f458cf7ca: Pulling fs layer [2023-03-08T17:56:50.542Z] 765212b225bb: Pulling fs layer [2023-03-08T17:56:50.542Z] f23df028b6ca: Pulling fs layer [2023-03-08T17:56:50.542Z] d65c8cfc05b1: Pulling fs layer [2023-03-08T17:56:50.542Z] 2437ff75d9bd: Pulling fs layer [2023-03-08T17:56:50.542Z] f23df028b6ca: Waiting [2023-03-08T17:56:50.542Z] d65c8cfc05b1: Waiting [2023-03-08T17:56:50.542Z] 2437ff75d9bd: Waiting [2023-03-08T17:56:50.542Z] 765212b225bb: Waiting [2023-03-08T17:56:50.816Z] 04944245beec: Verifying Checksum [2023-03-08T17:56:50.816Z] 04944245beec: Download complete [2023-03-08T17:56:50.816Z] 765212b225bb: Verifying Checksum [2023-03-08T17:56:50.816Z] 765212b225bb: Download complete [2023-03-08T17:56:50.816Z] f23df028b6ca: Verifying Checksum [2023-03-08T17:56:50.816Z] f23df028b6ca: Download complete [2023-03-08T17:56:50.816Z] d65c8cfc05b1: Verifying Checksum [2023-03-08T17:56:50.816Z] d65c8cfc05b1: Download complete [2023-03-08T17:56:51.087Z] 699f458cf7ca: Verifying Checksum [2023-03-08T17:56:51.087Z] 699f458cf7ca: Download complete [2023-03-08T17:56:51.356Z] 8998bd30e6a1: Download complete [2023-03-08T17:56:53.945Z] 2437ff75d9bd: Verifying Checksum [2023-03-08T17:56:53.945Z] 2437ff75d9bd: Download complete [2023-03-08T17:56:55.352Z] 8998bd30e6a1: Pull complete [2023-03-08T17:56:55.939Z] 04944245beec: Pull complete [2023-03-08T17:56:57.350Z] 699f458cf7ca: Pull complete [2023-03-08T17:56:57.350Z] 765212b225bb: Pull complete [2023-03-08T17:56:58.314Z] f23df028b6ca: Pull complete [2023-03-08T17:56:58.314Z] d65c8cfc05b1: Pull complete [2023-03-08T17:57:13.324Z] 2437ff75d9bd: Pull complete [2023-03-08T17:57:13.324Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-08T17:57:13.324Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-08T17:57:13.324Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T17:57:13.629Z] prd-ubuntu20.04-docker-arm64-4c-16g-8839 does not seem to be running inside a container [2023-03-08T17:57:13.704Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-gpio/1 -v /w/workspace/device-gpio/1:/w/workspace/device-gpio/1:rw,z -v /w/workspace/device-gpio/1@tmp:/w/workspace/device-gpio/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-03-08T17:57:16.337Z] $ docker top 765365514ae628abe5a822d02de62f6e8d5afd6ba00b9f92bad2471a2d798e7d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T17:57:17.213Z] ---> job-cost.sh [2023-03-08T17:57:17.214Z] lf-activate-venv: SKIPPING [2023-03-08T17:57:17.214Z] INFO: No Stack... [2023-03-08T17:57:17.481Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-08T17:57:18.438Z] INFO: Archiving Costs [Pipeline] sh [2023-03-08T17:57:18.774Z] + cat /w/workspace/device-gpio/1/archives/cost.csv [2023-03-08T17:57:18.774Z] + cut -d, -f6 [Pipeline] lock [2023-03-08T17:57:19.124Z] Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-PR-119-1-stack-cost] [2023-03-08T17:57:19.129Z] Resource [jenkins-edgexfoundry-device-gpio-PR-119-1-stack-cost] did not exist. Created. [2023-03-08T17:57:19.130Z] Lock acquired on [jenkins-edgexfoundry-device-gpio-PR-119-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-08T17:57:19.541Z] /w/workspace/device-gpio/1@tmp/durable-6eb39309/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-08T17:57:19.964Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-08T17:57:19.997Z] Warning: overwriting stash ‘stack-cost’ [2023-03-08T17:57:20.039Z] Stashed 1 file(s) [Pipeline] } [2023-03-08T17:57:20.055Z] Lock released on resource [jenkins-edgexfoundry-device-gpio-PR-119-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-08T17:57:20.146Z] $ docker stop --time=1 765365514ae628abe5a822d02de62f6e8d5afd6ba00b9f92bad2471a2d798e7d [2023-03-08T17:57:21.651Z] $ docker rm -f --volumes 765365514ae628abe5a822d02de62f6e8d5afd6ba00b9f92bad2471a2d798e7d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-03-08T17:57:22.588Z] provisioning config files... [2023-03-08T17:57:22.594Z] copy managed file [device-gpio-codecov-token] to file:/w/workspace/edgexfoundry_device-gpio_PR-119@tmp/config12299362275224635330tmp [Pipeline] { [Pipeline] sh [2023-03-08T17:57:22.921Z] + set +x [2023-03-08T17:57:22.921Z] + curl -s https://codecov.io/bash [2023-03-08T17:57:22.921Z] + bash -s -- [2023-03-08T17:57:22.921Z] [2023-03-08T17:57:22.921Z] _____ _ [2023-03-08T17:57:22.921Z] / ____| | | [2023-03-08T17:57:22.921Z] | | ___ __| | ___ ___ _____ __ [2023-03-08T17:57:22.921Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-08T17:57:22.921Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-08T17:57:22.921Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-08T17:57:22.921Z] Bash-1.0.6 [2023-03-08T17:57:22.921Z] [2023-03-08T17:57:22.921Z] [2023-03-08T17:57:22.921Z] ==> git version 2.25.1 found [2023-03-08T17:57:22.921Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-03-08T17:57:22.921Z] Release-Date: 2020-01-08 [2023-03-08T17:57:22.921Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-03-08T17:57:22.921Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-08T17:57:22.921Z] ==> Jenkins CI detected. [2023-03-08T17:57:22.921Z] current dir:  /w/workspace/edgexfoundry_device-gpio_PR-119 [2023-03-08T17:57:22.921Z] project root: . [2023-03-08T17:57:22.921Z] --> token set from env [2023-03-08T17:57:22.921Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-08T17:57:22.921Z] ==> Running gcov in . (disable via -X gcov) [2023-03-08T17:57:22.921Z] ==> Python coveragepy not found [2023-03-08T17:57:22.921Z] ==> Searching for coverage reports in: [2023-03-08T17:57:22.921Z] + . [2023-03-08T17:57:22.921Z] -> Found 1 reports [2023-03-08T17:57:22.921Z] ==> Detecting git/mercurial file structure [2023-03-08T17:57:22.922Z] ==> Reading reports [2023-03-08T17:57:22.922Z] + ./coverage.out bytes=10 [2023-03-08T17:57:22.922Z] ==> Appending adjustments [2023-03-08T17:57:22.922Z] https://docs.codecov.io/docs/fixing-reports [2023-03-08T17:57:23.181Z] + Found adjustments [2023-03-08T17:57:23.181Z] ==> Gzipping contents [2023-03-08T17:57:23.181Z] 4.0K /tmp/codecov.RQejC8.gz [2023-03-08T17:57:23.181Z] ==> Uploading reports [2023-03-08T17:57:23.181Z] url: https://codecov.io [2023-03-08T17:57:23.181Z] query: branch=PR-119&commit=91c32e506ae288c8f3f8d04b9ba806ffdab9a0d0&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2FPR-119%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=119&job=&cmd_args= [2023-03-08T17:57:23.181Z] -> Pinging Codecov [2023-03-08T17:57:23.181Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=fd99c0d9-4bd5-4cc4-839c-8c49599ba8c8&branch=PR-119&commit=91c32e506ae288c8f3f8d04b9ba806ffdab9a0d0&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2FPR-119%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=119&job=&cmd_args= [2023-03-08T17:57:23.181Z] -> Uploading to [2023-03-08T17:57:23.181Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-08/3EC07B1A8CA8AF9BCAA0BB9F0134797F/91c32e506ae288c8f3f8d04b9ba806ffdab9a0d0/9cacbba2-6a66-492c-ad35-81de2336a9d1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230308%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230308T175723Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f3e28e4691d473c73883a25c7c337f18e1b40153504fd10b87cbad48c7a9025a [2023-03-08T17:57:23.181Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-08T17:57:23.181Z] Dload Upload Total Spent Left Speed [2023-03-08T17:57:23.440Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 742 0 0 100 742 0 2678 --:--:-- --:--:-- --:--:-- 2678 [2023-03-08T17:57:23.440Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-gpio/commit/91c32e506ae288c8f3f8d04b9ba806ffdab9a0d0 [Pipeline] } [2023-03-08T17:57:23.467Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-03-08T17:57:25.203Z] + [ -d /w/workspace/edgexfoundry_device-gpio_PR-119/archives ] [2023-03-08T17:57:25.203Z] + ls -al /w/workspace/edgexfoundry_device-gpio_PR-119/archives [2023-03-08T17:57:25.203Z] total 16 [2023-03-08T17:57:25.203Z] drwxr-xr-x 3 root root 4096 Mar 8 17:48 . [2023-03-08T17:57:25.203Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 8 17:48 .. [2023-03-08T17:57:25.203Z] drwxr-xr-x 2 root root 4096 Mar 8 17:48 cost [2023-03-08T17:57:25.203Z] -rw-r--r-- 1 root root 83 Mar 8 17:48 cost.csv [2023-03-08T17:57:25.203Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-gpio_PR-119/archives [2023-03-08T17:57:25.203Z] + ls -al /w/workspace/edgexfoundry_device-gpio_PR-119/archives [2023-03-08T17:57:25.203Z] total 16 [2023-03-08T17:57:25.203Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 8 17:48 . [2023-03-08T17:57:25.203Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 8 17:48 .. [2023-03-08T17:57:25.203Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 8 17:48 cost [2023-03-08T17:57:25.203Z] -rw-r--r-- 1 jenkins jenkins 83 Mar 8 17:48 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-08T17:57:25.536Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T17:57:26.426Z] ---> package-listing.sh [2023-03-08T17:57:26.426Z] ++ facter osfamily [2023-03-08T17:57:26.426Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-08T17:57:26.685Z] + OS_FAMILY=debian [2023-03-08T17:57:26.685Z] + workspace=/w/workspace/edgexfoundry_device-gpio_PR-119 [2023-03-08T17:57:26.685Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-08T17:57:26.685Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-08T17:57:26.685Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-08T17:57:26.685Z] + PACKAGES=/tmp/packages_start.txt [2023-03-08T17:57:26.685Z] + '[' /w/workspace/edgexfoundry_device-gpio_PR-119 ']' [2023-03-08T17:57:26.685Z] + PACKAGES=/tmp/packages_end.txt [2023-03-08T17:57:26.685Z] + case "${OS_FAMILY}" in [2023-03-08T17:57:26.685Z] + dpkg -l [2023-03-08T17:57:26.685Z] + grep '^ii' [2023-03-08T17:57:26.685Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-08T17:57:26.685Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-08T17:57:26.685Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-08T17:57:26.685Z] + '[' /w/workspace/edgexfoundry_device-gpio_PR-119 ']' [2023-03-08T17:57:26.685Z] + mkdir -p /w/workspace/edgexfoundry_device-gpio_PR-119/archives/ [2023-03-08T17:57:26.685Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-gpio_PR-119/archives/ [Pipeline] echo [2023-03-08T17:57:26.734Z] 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-119/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-08T17:57:27.026Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T17:57:27.650Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-08T17:57:27.650Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T17:57:27.809Z] prd-ubuntu20.04-docker-8c-8g-8838 does not seem to be running inside a container [2023-03-08T17:57:27.839Z] $ 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-119/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-119 -v /w/workspace/edgexfoundry_device-gpio_PR-119:/w/workspace/edgexfoundry_device-gpio_PR-119:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-119@tmp:/w/workspace/edgexfoundry_device-gpio_PR-119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-08T17:57:28.053Z] $ docker top 1a63ddd085d7b62e297458aa4628c9639e3d3718ca93fb8f1f3bcadf0d2dc307 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T17:57:28.438Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-08T17:57:28.749Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-08T17:57:29.057Z] + ls /var/log/sa-host [2023-03-08T17:57:29.058Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-08T17:57:29.196Z] provisioning config files... [2023-03-08T17:57:29.205Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-gpio_PR-119@tmp/config14520133316011690096tmp [Pipeline] { [Pipeline] echo [2023-03-08T17:57:29.258Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T17:57:29.561Z] ---> create-netrc.sh [Pipeline] } [2023-03-08T17:57:29.587Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-08T17:57:29.983Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-08T17:57:30.014Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T17:57:30.320Z] ---> sudo-logs.sh [2023-03-08T17:57:30.320Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-08T17:57:30.400Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T17:57:30.713Z] ---> job-cost.sh [2023-03-08T17:57:30.713Z] lf-activate-venv: SKIPPING [2023-03-08T17:57:30.713Z] DEBUG: total: 0.2199999988079071 [2023-03-08T17:57:30.713Z] INFO: Retrieving Stack Cost... [2023-03-08T17:57:30.971Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-08T17:57:31.538Z] INFO: Archiving Costs [Pipeline] echo [2023-03-08T17:57:31.576Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T17:57:31.888Z] ---> logs-deploy.sh [2023-03-08T17:57:31.888Z] lf-activate-venv: SKIPPING [2023-03-08T17:57:31.888Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-gpio/PR-119/1 [2023-03-08T17:57:31.888Z] INFO: archiving workspace using pattern(s): [2023-03-08T17:57:32.825Z] Archives upload complete. [2023-03-08T17:57:32.825Z] INFO: archiving logs to Nexus