Pull request #66 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 18c64a6a99b2c927c370f0fa7f41cdf6cc1b673f+6a3ce9ed1f526325ddb5567e419735729c86c620 (6409536bf325a48385f523cb4bea904cee7832b6) 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-ssh3402104889853506386.key Verifying host key using known hosts file > 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-ssh7564953577342877118.key Verifying host key using known hosts file > 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-66/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-66/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7408507916163317470.key Verifying host key using known hosts file > 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-66/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12194344702722928421.key Verifying host key using known hosts file > 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-ssh5930606158588926697.key Verifying host key using known hosts file > 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-66/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-66/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2534312161351810261.key Verifying host key using known hosts file > 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-118349 in /w/workspace/edgexfoundry_device-gpio_PR-66 [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-66 # 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/pull/66/head:refs/remotes/origin/PR-66 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 6a3ce9ed1f526325ddb5567e419735729c86c620 into PR head commit 18c64a6a99b2c927c370f0fa7f41cdf6cc1b673f Merge succeeded, producing 18c64a6a99b2c927c370f0fa7f41cdf6cc1b673f Checking out Revision 18c64a6a99b2c927c370f0fa7f41cdf6cc1b673f (PR-66) Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-11-07T00:25:08.475Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git config core.sparsecheckout # timeout=10 > git checkout -f 18c64a6a99b2c927c370f0fa7f41cdf6cc1b673f # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge 6a3ce9ed1f526325ddb5567e419735729c86c620 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 18c64a6a99b2c927c370f0fa7f41cdf6cc1b673f # timeout=10 [2022-11-07T00:25:08.661Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-11-07T00:25:08.772Z] ========================================================= [2022-11-07T00:25:08.772Z] EdgeX Global Pipelines Version Info [2022-11-07T00:25:08.772Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-11-07T00:25:09.531Z] ------------------- [2022-11-07T00:25:09.531Z] stable info: [2022-11-07T00:25:09.531Z] ------------------- [2022-11-07T00:25:09.531Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-11-07T00:25:09.531Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2022-11-07T00:25:09.531Z] Message: update stable to v1.0.244 [2022-11-07T00:25:10.136Z] ------------------- [2022-11-07T00:25:10.136Z] experimental info: [2022-11-07T00:25:10.136Z] ------------------- [2022-11-07T00:25:10.136Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-11-07T00:25:10.136Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2022-11-07T00:25:10.136Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-11-07T00:25:10.443Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-gpio-settings [Pipeline] echo [2022-11-07T00:25:10.483Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-gpio [Pipeline] echo [2022-11-07T00:25:10.524Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-11-07T00:25:10.565Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-11-07T00:25:10.604Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-11-07T00:25:10.640Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-11-07T00:25:10.681Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-11-07T00:25:10.724Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-11-07T00:25:10.763Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-11-07T00:25:10.802Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-11-07T00:25:10.842Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-11-07T00:25:10.877Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-gpio [Pipeline] echo [2022-11-07T00:25:10.913Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-11-07T00:25:10.950Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-11-07T00:25:10.990Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-11-07T00:25:11.026Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-11-07T00:25:11.068Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-11-07T00:25:11.110Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-11-07T00:25:11.151Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-11-07T00:25:11.195Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-11-07T00:25:11.245Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-11-07T00:25:11.288Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-11-07T00:25:11.329Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-11-07T00:25:11.375Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-11-07T00:25:11.425Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-11-07T00:25:11.464Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-11-07T00:25:11.505Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-11-07T00:25:11.545Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-66 [Pipeline] echo [2022-11-07T00:25:11.587Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-66 [Pipeline] echo [2022-11-07T00:25:11.633Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-66 [Pipeline] echo [2022-11-07T00:25:11.678Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 18c64a6a99b2c927c370f0fa7f41cdf6cc1b673f [Pipeline] echo [2022-11-07T00:25:11.718Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 18c64a6 [Pipeline] echo [2022-11-07T00:25:11.765Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-11-07T00:25:11.874Z] provisioning config files... [2022-11-07T00:25:11.887Z] copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_PR-66@tmp/config15639388809241700138tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-11-07T00:25:12.235Z] ---> docker-login.sh [2022-11-07T00:25:12.235Z] nexus3.edgexfoundry.org:10001 [2022-11-07T00:25:12.494Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-07T00:25:12.756Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-07T00:25:12.756Z] Configure a credential helper to remove this warning. See [2022-11-07T00:25:12.756Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-07T00:25:12.756Z] [2022-11-07T00:25:12.756Z] Login Succeeded [2022-11-07T00:25:12.756Z] nexus3.edgexfoundry.org:10002 [2022-11-07T00:25:12.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-07T00:25:12.756Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-07T00:25:12.756Z] Configure a credential helper to remove this warning. See [2022-11-07T00:25:12.756Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-07T00:25:12.756Z] [2022-11-07T00:25:12.756Z] Login Succeeded [2022-11-07T00:25:12.756Z] nexus3.edgexfoundry.org:10003 [2022-11-07T00:25:12.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-07T00:25:13.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-07T00:25:13.016Z] Configure a credential helper to remove this warning. See [2022-11-07T00:25:13.016Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-07T00:25:13.016Z] [2022-11-07T00:25:13.016Z] Login Succeeded [2022-11-07T00:25:13.016Z] nexus3.edgexfoundry.org:10004 [2022-11-07T00:25:13.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-07T00:25:13.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-07T00:25:13.016Z] Configure a credential helper to remove this warning. See [2022-11-07T00:25:13.016Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-07T00:25:13.016Z] [2022-11-07T00:25:13.016Z] Login Succeeded [2022-11-07T00:25:13.016Z] docker.io [2022-11-07T00:25:13.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-07T00:25:13.276Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-07T00:25:13.276Z] Configure a credential helper to remove this warning. See [2022-11-07T00:25:13.276Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-07T00:25:13.276Z] [2022-11-07T00:25:13.276Z] Login Succeeded [2022-11-07T00:25:13.276Z] ---> docker-login.sh ends [Pipeline] } [2022-11-07T00:25:13.318Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-11-07T00:25:13.944Z] + git rev-list -1 --merges 18c64a6a99b2c927c370f0fa7f41cdf6cc1b673f~1..18c64a6a99b2c927c370f0fa7f41cdf6cc1b673f [Pipeline] echo [2022-11-07T00:25:13.993Z] -----------> git rev-list -1 --merges 18c64a6a99b2c927c370f0fa7f41cdf6cc1b673f~1..18c64a6a99b2c927c370f0fa7f41cdf6cc1b673f 18c64a6a99b2c927c370f0fa7f41cdf6cc1b673f [false] [Pipeline] sh [2022-11-07T00:25:14.305Z] + git log --format=format:%s -1 18c64a6a99b2c927c370f0fa7f41cdf6cc1b673f [Pipeline] echo [2022-11-07T00:25:14.347Z] ========================================================= [2022-11-07T00:25:14.347Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-11-07T00:25:14.347Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-11-07T00:25:14.803Z] + git log --format=format:%s -1 18c64a6a99b2c927c370f0fa7f41cdf6cc1b673f [Pipeline] echo [2022-11-07T00:25:14.834Z] [semverPrep] GIT_COMMIT: 18c64a6a99b2c927c370f0fa7f41cdf6cc1b673f, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo [2022-11-07T00:25:14.860Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-11-07T00:25:15.257Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-11-07T00:25:15.257Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-11-07T00:25:15.257Z] + [ -e /tmp/ssh_known_hosts ] [2022-11-07T00:25:15.257Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-11-07T00:25:15.257Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-11-07T00:25:15.257Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-11-07T00:25:15.257Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-07T00:25:15.778Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-11-07T00:25:15.778Z] [2022-11-07T00:25:15.778Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-07T00:25:16.148Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-11-07T00:25:16.148Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-11-07T00:25:16.148Z] b85a868b505f: Pulling fs layer [2022-11-07T00:25:16.148Z] e2be974225ed: Pulling fs layer [2022-11-07T00:25:16.148Z] 339a4e72a1f5: Pulling fs layer [2022-11-07T00:25:16.148Z] 988bab9f4d93: Pulling fs layer [2022-11-07T00:25:16.148Z] 1469e6f7b9e6: Pulling fs layer [2022-11-07T00:25:16.148Z] eaf3925da568: Pulling fs layer [2022-11-07T00:25:16.148Z] bab4dde63d76: Pulling fs layer [2022-11-07T00:25:16.148Z] bde34c3a00c8: Pulling fs layer [2022-11-07T00:25:16.148Z] b352a97aabf1: Pulling fs layer [2022-11-07T00:25:16.148Z] 4872d77fe225: Pulling fs layer [2022-11-07T00:25:16.148Z] 5851b861e8e6: Pulling fs layer [2022-11-07T00:25:16.148Z] 988bab9f4d93: Waiting [2022-11-07T00:25:16.148Z] 1469e6f7b9e6: Waiting [2022-11-07T00:25:16.148Z] eaf3925da568: Waiting [2022-11-07T00:25:16.148Z] bab4dde63d76: Waiting [2022-11-07T00:25:16.148Z] 4872d77fe225: Waiting [2022-11-07T00:25:16.148Z] bde34c3a00c8: Waiting [2022-11-07T00:25:16.148Z] b352a97aabf1: Waiting [2022-11-07T00:25:16.148Z] 5851b861e8e6: Waiting [2022-11-07T00:25:16.148Z] e2be974225ed: Download complete [2022-11-07T00:25:16.148Z] 988bab9f4d93: Verifying Checksum [2022-11-07T00:25:16.148Z] 988bab9f4d93: Download complete [2022-11-07T00:25:16.411Z] 1469e6f7b9e6: Verifying Checksum [2022-11-07T00:25:16.411Z] 1469e6f7b9e6: Download complete [2022-11-07T00:25:16.411Z] 339a4e72a1f5: Verifying Checksum [2022-11-07T00:25:16.411Z] 339a4e72a1f5: Download complete [2022-11-07T00:25:16.411Z] eaf3925da568: Verifying Checksum [2022-11-07T00:25:16.411Z] eaf3925da568: Download complete [2022-11-07T00:25:16.411Z] bde34c3a00c8: Verifying Checksum [2022-11-07T00:25:16.411Z] bde34c3a00c8: Download complete [2022-11-07T00:25:16.411Z] b352a97aabf1: Verifying Checksum [2022-11-07T00:25:16.411Z] b352a97aabf1: Download complete [2022-11-07T00:25:16.411Z] 4872d77fe225: Download complete [2022-11-07T00:25:16.411Z] 5851b861e8e6: Download complete [2022-11-07T00:25:16.411Z] b85a868b505f: Verifying Checksum [2022-11-07T00:25:16.411Z] b85a868b505f: Download complete [2022-11-07T00:25:16.995Z] bab4dde63d76: Download complete [2022-11-07T00:25:17.932Z] b85a868b505f: Pull complete [2022-11-07T00:25:17.932Z] e2be974225ed: Pull complete [2022-11-07T00:25:18.502Z] 339a4e72a1f5: Pull complete [2022-11-07T00:25:18.502Z] 988bab9f4d93: Pull complete [2022-11-07T00:25:18.763Z] 1469e6f7b9e6: Pull complete [2022-11-07T00:25:18.763Z] eaf3925da568: Pull complete [2022-11-07T00:25:20.666Z] bab4dde63d76: Pull complete [2022-11-07T00:25:20.666Z] bde34c3a00c8: Pull complete [2022-11-07T00:25:20.926Z] b352a97aabf1: Pull complete [2022-11-07T00:25:20.926Z] 4872d77fe225: Pull complete [2022-11-07T00:25:20.926Z] 5851b861e8e6: Pull complete [2022-11-07T00:25:20.926Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-11-07T00:25:20.926Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-11-07T00:25:21.186Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-07T00:25:21.410Z] prd-ubuntu20.04-docker-8c-8g-118349 does not seem to be running inside a container [2022-11-07T00:25:21.458Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_PR-66 -v /w/workspace/edgexfoundry_device-gpio_PR-66:/w/workspace/edgexfoundry_device-gpio_PR-66:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-66@tmp:/w/workspace/edgexfoundry_device-gpio_PR-66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-11-07T00:25:22.795Z] $ docker top c729d28386d85065c40384b4c17a5c8efa54ab60503d1f7c930ceae44ece2177 -eo pid,comm [2022-11-07T00:25:22.861Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-11-07T00:25:22.861Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-11-07T00:25:22.990Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-11-07T00:25:22.991Z] [ssh-agent] Looking for ssh-agent implementation... [2022-11-07T00:25:23.113Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-11-07T00:25:23.119Z] $ docker exec c729d28386d85065c40384b4c17a5c8efa54ab60503d1f7c930ceae44ece2177 ssh-agent [2022-11-07T00:25:23.242Z] SSH_AUTH_SOCK=/tmp/ssh-ICETuCTi4i8l/agent.33 [2022-11-07T00:25:23.242Z] SSH_AGENT_PID=39 [2022-11-07T00:25:23.251Z] Running ssh-add (command line suppressed) [2022-11-07T00:25:23.362Z] Identity added: /w/workspace/edgexfoundry_device-gpio_PR-66@tmp/private_key_10926906994527695709.key (/w/workspace/edgexfoundry_device-gpio_PR-66@tmp/private_key_10926906994527695709.key) [2022-11-07T00:25:23.374Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-11-07T00:25:23.705Z] + git tag --points-at HEAD [Pipeline] } [2022-11-07T00:25:23.736Z] $ docker exec --env ******** --env ******** c729d28386d85065c40384b4c17a5c8efa54ab60503d1f7c930ceae44ece2177 ssh-agent -k [2022-11-07T00:25:23.845Z] unset SSH_AUTH_SOCK; [2022-11-07T00:25:23.845Z] unset SSH_AGENT_PID; [2022-11-07T00:25:23.845Z] echo Agent pid 39 killed; [2022-11-07T00:25:23.855Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-11-07T00:25:23.934Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-11-07T00:25:23.934Z] [ssh-agent] Looking for ssh-agent implementation... [2022-11-07T00:25:24.043Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-11-07T00:25:24.048Z] $ docker exec c729d28386d85065c40384b4c17a5c8efa54ab60503d1f7c930ceae44ece2177 ssh-agent [2022-11-07T00:25:24.168Z] SSH_AUTH_SOCK=/tmp/ssh-AYw1DCouYG9b/agent.71 [2022-11-07T00:25:24.168Z] SSH_AGENT_PID=77 [2022-11-07T00:25:24.174Z] Running ssh-add (command line suppressed) [2022-11-07T00:25:24.292Z] Identity added: /w/workspace/edgexfoundry_device-gpio_PR-66@tmp/private_key_1740356611074953846.key (/w/workspace/edgexfoundry_device-gpio_PR-66@tmp/private_key_1740356611074953846.key) [2022-11-07T00:25:24.306Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-11-07T00:25:24.635Z] + git semver init [2022-11-07T00:25:24.896Z] 2022-11-07 00:25:24,826 [run_init] DEBUG init version:0.0.0 force:False [2022-11-07T00:25:24.896Z] 2022-11-07 00:25:24,826 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-gpio_PR-66/.semver [2022-11-07T00:25:24.896Z] 2022-11-07 00:25:24,827 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-gpio.git /w/workspace/edgexfoundry_device-gpio_PR-66/.semver [2022-11-07T00:25:24.896Z] 2022-11-07 00:25:24,827 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-gpio.git', '/w/workspace/edgexfoundry_device-gpio_PR-66/.semver'], cwd=/w/workspace/edgexfoundry_device-gpio_PR-66, universal_newlines=False, shell=None, istream=None) [2022-11-07T00:25:26.277Z] 2022-11-07 00:25:25,863 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-gpio_PR-66/.git/info/exclude [2022-11-07T00:25:26.277Z] 2022-11-07 00:25:25,863 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-gpio_PR-66/.semver/PR-66 with force:False [2022-11-07T00:25:26.277Z] 2022-11-07 00:25:25,864 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-gpio_PR-66/.semver/PR-66 [2022-11-07T00:25:26.277Z] 2022-11-07 00:25:25,867 [execute] INFO git cat-file --batch-check [2022-11-07T00:25:26.277Z] 2022-11-07 00:25:25,868 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_PR-66/.semver, universal_newlines=False, shell=None, istream=) [2022-11-07T00:25:26.277Z] 2022-11-07 00:25:25,873 [execute] INFO git cat-file --batch [2022-11-07T00:25:26.277Z] 2022-11-07 00:25:25,874 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-gpio_PR-66/.semver, universal_newlines=False, shell=None, istream=) [2022-11-07T00:25:26.278Z] 2022-11-07 00:25:25,880 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_PR-66/.semver/PR-66 [2022-11-07T00:25:26.278Z] 0.0.0 [Pipeline] } [2022-11-07T00:25:26.308Z] $ docker exec --env ******** --env ******** c729d28386d85065c40384b4c17a5c8efa54ab60503d1f7c930ceae44ece2177 ssh-agent -k [2022-11-07T00:25:26.415Z] unset SSH_AUTH_SOCK; [2022-11-07T00:25:26.416Z] unset SSH_AGENT_PID; [2022-11-07T00:25:26.416Z] echo Agent pid 77 killed; [2022-11-07T00:25:26.420Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-11-07T00:25:26.861Z] + git semver [Pipeline] } [2022-11-07T00:25:27.145Z] $ docker stop --time=1 c729d28386d85065c40384b4c17a5c8efa54ab60503d1f7c930ceae44ece2177 [2022-11-07T00:25:28.474Z] $ docker rm -f c729d28386d85065c40384b4c17a5c8efa54ab60503d1f7c930ceae44ece2177 [Pipeline] // withDockerContainer [Pipeline] sh [2022-11-07T00:25:28.885Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-11-07T00:25:29.142Z] Stashed 1 file(s) [Pipeline] echo [2022-11-07T00:25:29.159Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-11-07T00:25:29.772Z] provisioning config files... [2022-11-07T00:25:29.783Z] copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_PR-66@tmp/config18432851130120703947tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-11-07T00:25:30.128Z] ---> docker-login.sh [2022-11-07T00:25:30.128Z] nexus3.edgexfoundry.org:10001 [2022-11-07T00:25:30.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-07T00:25:30.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-07T00:25:30.128Z] Configure a credential helper to remove this warning. See [2022-11-07T00:25:30.128Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-07T00:25:30.128Z] [2022-11-07T00:25:30.128Z] Login Succeeded [2022-11-07T00:25:30.128Z] nexus3.edgexfoundry.org:10002 [2022-11-07T00:25:30.129Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-07T00:25:30.129Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-07T00:25:30.129Z] Configure a credential helper to remove this warning. See [2022-11-07T00:25:30.129Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-07T00:25:30.129Z] [2022-11-07T00:25:30.129Z] Login Succeeded [2022-11-07T00:25:30.129Z] nexus3.edgexfoundry.org:10003 [2022-11-07T00:25:30.389Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-07T00:25:30.389Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-07T00:25:30.389Z] Configure a credential helper to remove this warning. See [2022-11-07T00:25:30.389Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-07T00:25:30.389Z] [2022-11-07T00:25:30.389Z] Login Succeeded [2022-11-07T00:25:30.389Z] nexus3.edgexfoundry.org:10004 [2022-11-07T00:25:30.389Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-07T00:25:30.389Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-07T00:25:30.389Z] Configure a credential helper to remove this warning. See [2022-11-07T00:25:30.389Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-07T00:25:30.389Z] [2022-11-07T00:25:30.389Z] Login Succeeded [2022-11-07T00:25:30.648Z] docker.io [2022-11-07T00:25:30.648Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-07T00:25:30.909Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-07T00:25:30.909Z] Configure a credential helper to remove this warning. See [2022-11-07T00:25:30.909Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-07T00:25:30.909Z] [2022-11-07T00:25:30.909Z] Login Succeeded [2022-11-07T00:25:30.909Z] ---> docker-login.sh ends [Pipeline] } [2022-11-07T00:25:30.934Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-11-07T00:25:31.143Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-11-07T00:25:31.180Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-11-07T00:25:31.220Z] ========================================================= [2022-11-07T00:25:31.220Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-11-07T00:25:31.220Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-07T00:25:31.683Z] + 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 . [2022-11-07T00:25:31.683Z] Sending build context to Docker daemon 15.92MB [2022-11-07T00:25:31.683Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2022-11-07T00:25:31.683Z] Step 2/12 : FROM ${BASE} AS builder [2022-11-07T00:25:31.683Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-11-07T00:25:31.683Z] 213ec9aee27d: Pulling fs layer [2022-11-07T00:25:31.683Z] 4583459ba037: Pulling fs layer [2022-11-07T00:25:31.683Z] 93c1e223e6f2: Pulling fs layer [2022-11-07T00:25:31.683Z] 53926ce57604: Pulling fs layer [2022-11-07T00:25:31.683Z] 21b2b0c7a3f4: Pulling fs layer [2022-11-07T00:25:31.683Z] 22ff95d597cd: Pulling fs layer [2022-11-07T00:25:31.683Z] 12d6caf4c0d1: Pulling fs layer [2022-11-07T00:25:31.683Z] 53926ce57604: Waiting [2022-11-07T00:25:31.683Z] 21b2b0c7a3f4: Waiting [2022-11-07T00:25:31.683Z] 96b7cbca73a9: Pulling fs layer [2022-11-07T00:25:31.683Z] a7acece74701: Pulling fs layer [2022-11-07T00:25:31.683Z] 12d6caf4c0d1: Waiting [2022-11-07T00:25:31.683Z] 96b7cbca73a9: Waiting [2022-11-07T00:25:31.683Z] a7acece74701: Waiting [2022-11-07T00:25:31.683Z] 22ff95d597cd: Waiting [2022-11-07T00:25:31.945Z] 93c1e223e6f2: Verifying Checksum [2022-11-07T00:25:31.945Z] 93c1e223e6f2: Download complete [2022-11-07T00:25:31.945Z] 4583459ba037: Verifying Checksum [2022-11-07T00:25:31.945Z] 4583459ba037: Download complete [2022-11-07T00:25:31.945Z] 21b2b0c7a3f4: Verifying Checksum [2022-11-07T00:25:31.945Z] 21b2b0c7a3f4: Download complete [2022-11-07T00:25:31.945Z] 22ff95d597cd: Verifying Checksum [2022-11-07T00:25:31.945Z] 22ff95d597cd: Download complete [2022-11-07T00:25:31.945Z] 213ec9aee27d: Verifying Checksum [2022-11-07T00:25:31.945Z] 213ec9aee27d: Download complete [2022-11-07T00:25:31.945Z] 12d6caf4c0d1: Verifying Checksum [2022-11-07T00:25:31.945Z] 12d6caf4c0d1: Download complete [2022-11-07T00:25:31.945Z] 213ec9aee27d: Pull complete [2022-11-07T00:25:32.214Z] 4583459ba037: Pull complete [2022-11-07T00:25:32.214Z] 93c1e223e6f2: Pull complete [2022-11-07T00:25:32.481Z] a7acece74701: Verifying Checksum [2022-11-07T00:25:32.481Z] a7acece74701: Download complete [2022-11-07T00:25:32.744Z] 96b7cbca73a9: Verifying Checksum [2022-11-07T00:25:32.744Z] 96b7cbca73a9: Download complete [2022-11-07T00:25:32.744Z] 53926ce57604: Verifying Checksum [2022-11-07T00:25:32.744Z] 53926ce57604: Download complete [2022-11-07T00:25:36.934Z] 53926ce57604: Pull complete [2022-11-07T00:25:36.934Z] 21b2b0c7a3f4: Pull complete [2022-11-07T00:25:36.934Z] 22ff95d597cd: Pull complete [2022-11-07T00:25:36.934Z] 12d6caf4c0d1: Pull complete [2022-11-07T00:25:39.464Z] 96b7cbca73a9: Pull complete [2022-11-07T00:25:40.033Z] a7acece74701: Pull complete [2022-11-07T00:25:40.033Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2022-11-07T00:25:40.033Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-11-07T00:25:40.033Z] ---> db6d94c90886 [2022-11-07T00:25:40.033Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2022-11-07T00:25:41.416Z] ---> Running in bda7f49cf4ac [2022-11-07T00:25:41.676Z] Removing intermediate container bda7f49cf4ac [2022-11-07T00:25:41.676Z] ---> fee610ce7e76 [2022-11-07T00:25:41.676Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-11-07T00:25:41.676Z] ---> Running in eb769a43f49e [2022-11-07T00:25:41.936Z] Removing intermediate container eb769a43f49e [2022-11-07T00:25:41.936Z] ---> f48c737d886a [2022-11-07T00:25:41.936Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-11-07T00:25:41.936Z] ---> Running in 287ba35c6a47 [2022-11-07T00:25:41.936Z] Removing intermediate container 287ba35c6a47 [2022-11-07T00:25:41.936Z] ---> ccbc65beca15 [2022-11-07T00:25:41.936Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2022-11-07T00:25:41.936Z] ---> Running in 5218bbc5461b [2022-11-07T00:25:42.196Z] Removing intermediate container 5218bbc5461b [2022-11-07T00:25:42.196Z] ---> 6ad58b163d95 [2022-11-07T00:25:42.196Z] Step 7/12 : WORKDIR /device-gpio [2022-11-07T00:25:42.196Z] ---> Running in 7e0dee0fa762 [2022-11-07T00:25:42.196Z] Removing intermediate container 7e0dee0fa762 [2022-11-07T00:25:42.196Z] ---> 7c75de75b8ba [2022-11-07T00:25:42.196Z] Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-11-07T00:25:42.196Z] ---> Running in c56ef612126f [2022-11-07T00:25:42.457Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-07T00:25:42.717Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-07T00:25:42.995Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2022-11-07T00:25:43.255Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-11-07T00:25:43.255Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2022-11-07T00:25:43.255Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2022-11-07T00:25:43.255Z] Executing busybox-1.35.0-r17.trigger [2022-11-07T00:25:43.255Z] OK: 216 MiB in 55 packages [2022-11-07T00:25:43.820Z] Removing intermediate container c56ef612126f [2022-11-07T00:25:43.820Z] ---> e03412cc81dd [2022-11-07T00:25:43.820Z] Step 9/12 : COPY go.mod vendor* ./ [2022-11-07T00:25:43.820Z] ---> f5d08cf19d53 [2022-11-07T00:25:43.820Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-07T00:25:43.820Z] ---> Running in d80e9b797c26 [2022-11-07T00:25:44.587Z] Still waiting to schedule task [2022-11-07T00:25:44.587Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-118347’ [2022-11-07T00:26:10.378Z] Removing intermediate container d80e9b797c26 [2022-11-07T00:26:10.378Z] ---> 4265ec694a14 [2022-11-07T00:26:10.378Z] Step 11/12 : COPY . . [2022-11-07T00:26:10.378Z] ---> 0fc898ebe051 [2022-11-07T00:26:10.378Z] Step 12/12 : RUN ${MAKE} [2022-11-07T00:26:10.378Z] ---> Running in f621be5f646c [2022-11-07T00:26:10.378Z] noop [2022-11-07T00:26:10.378Z] Removing intermediate container f621be5f646c [2022-11-07T00:26:10.378Z] ---> c3eb5caecae5 [2022-11-07T00:26:10.378Z] Successfully built c3eb5caecae5 [2022-11-07T00:26:10.378Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-07T00:26:10.822Z] + docker inspect -f . ci-base-image-x86_64 [2022-11-07T00:26:10.822Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-07T00:26:10.987Z] prd-ubuntu20.04-docker-8c-8g-118349 does not seem to be running inside a container [2022-11-07T00:26:11.017Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-gpio_PR-66 -v /w/workspace/edgexfoundry_device-gpio_PR-66:/w/workspace/edgexfoundry_device-gpio_PR-66:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-66@tmp:/w/workspace/edgexfoundry_device-gpio_PR-66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-11-07T00:26:11.401Z] $ docker top 468ff24297e8b91d781d220a13e33bf7496587015848701467f1ef62fdc53fa4 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-07T00:26:11.788Z] + go version [2022-11-07T00:26:11.788Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-11-07T00:26:11.824Z] $ docker stop --time=1 468ff24297e8b91d781d220a13e33bf7496587015848701467f1ef62fdc53fa4 [2022-11-07T00:26:13.130Z] $ docker rm -f 468ff24297e8b91d781d220a13e33bf7496587015848701467f1ef62fdc53fa4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-07T00:26:13.883Z] + docker inspect -f . ci-base-image-x86_64 [2022-11-07T00:26:13.883Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-07T00:26:14.042Z] prd-ubuntu20.04-docker-8c-8g-118349 does not seem to be running inside a container [2022-11-07T00:26:14.079Z] $ 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-66 -v /w/workspace/edgexfoundry_device-gpio_PR-66:/w/workspace/edgexfoundry_device-gpio_PR-66:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-66@tmp:/w/workspace/edgexfoundry_device-gpio_PR-66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-11-07T00:26:14.449Z] $ docker top 1c036c2a462a33df6db30d8f2af1af54f82a010b096e005a2403233aa2e2670c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-07T00:26:14.855Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-gpio_PR-66 [Pipeline] fileExists [Pipeline] sh [2022-11-07T00:26:15.286Z] + make test [2022-11-07T00:26:15.286Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-11-07T00:26:15.575Z] ? github.com/edgexfoundry/device-gpio [no test files] [2022-11-07T00:26:26.648Z] ? github.com/edgexfoundry/device-gpio/cmd [no test files] [2022-11-07T00:26:26.648Z] ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] [2022-11-07T00:26:33.214Z] 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." [2022-11-07T00:26:33.214Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-11-07T00:26:35.746Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-11-07T00:26:35.746Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-11-07T00:26:35.746Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-11-07T00:26:35.783Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-11-07T00:26:35.814Z] $ docker stop --time=1 1c036c2a462a33df6db30d8f2af1af54f82a010b096e005a2403233aa2e2670c [2022-11-07T00:26:37.641Z] $ docker rm -f 1c036c2a462a33df6db30d8f2af1af54f82a010b096e005a2403233aa2e2670c [Pipeline] // withDockerContainer [Pipeline] sh [2022-11-07T00:26:38.144Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-11-07T00:26:38.206Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-11-07T00:26:38.875Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-11-07T00:26:39.189Z] + ls -al . [2022-11-07T00:26:39.189Z] total 168 [2022-11-07T00:26:39.189Z] drwxrwxr-x 9 jenkins jenkins 4096 Nov 7 00:26 . [2022-11-07T00:26:39.189Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 7 00:25 .. [2022-11-07T00:26:39.189Z] -rw-rw-r-- 1 jenkins jenkins 120 Nov 7 00:25 .dockerignore [2022-11-07T00:26:39.189Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 7 00:26 .git [2022-11-07T00:26:39.189Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 7 00:25 .github [2022-11-07T00:26:39.189Z] -rw-rw-r-- 1 jenkins jenkins 343 Nov 7 00:25 .gitignore [2022-11-07T00:26:39.189Z] -rw-rw-r-- 1 jenkins jenkins 41 Nov 7 00:25 .golangci.yml [2022-11-07T00:26:39.189Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 7 00:25 .semver [2022-11-07T00:26:39.189Z] -rw-rw-r-- 1 jenkins jenkins 9691 Nov 7 00:25 Attribution.txt [2022-11-07T00:26:39.189Z] -rw-rw-r-- 1 jenkins jenkins 4069 Nov 7 00:25 CHANGELOG.md [2022-11-07T00:26:39.189Z] -rw-rw-r-- 1 jenkins jenkins 1604 Nov 7 00:25 Dockerfile [2022-11-07T00:26:39.189Z] -rw-rw-r-- 1 jenkins jenkins 677 Nov 7 00:25 GOVERNANCE.md [2022-11-07T00:26:39.189Z] -rw-rw-r-- 1 jenkins jenkins 657 Nov 7 00:25 Jenkinsfile [2022-11-07T00:26:39.189Z] -rw-rw-r-- 1 jenkins jenkins 11340 Nov 7 00:25 LICENSE [2022-11-07T00:26:39.189Z] -rw-rw-r-- 1 jenkins jenkins 2085 Nov 7 00:25 Makefile [2022-11-07T00:26:39.189Z] -rw-rw-r-- 1 jenkins jenkins 617 Nov 7 00:25 OWNERS.md [2022-11-07T00:26:39.189Z] -rw-rw-r-- 1 jenkins jenkins 11842 Nov 7 00:25 README.md [2022-11-07T00:26:39.189Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 7 00:25 VERSION [2022-11-07T00:26:39.189Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 7 00:25 bin [2022-11-07T00:26:39.189Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 7 00:25 cmd [2022-11-07T00:26:39.189Z] -rw-r--r-- 1 jenkins jenkins 10 Nov 7 00:26 coverage.out [2022-11-07T00:26:39.189Z] -rw-rw-r-- 1 jenkins jenkins 3406 Nov 7 00:25 go.mod [2022-11-07T00:26:39.189Z] -rw-rw-r-- 1 jenkins jenkins 44991 Nov 7 00:25 go.sum [2022-11-07T00:26:39.189Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 7 00:25 internal [2022-11-07T00:26:39.189Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 7 00:25 snap [2022-11-07T00:26:39.189Z] -rw-rw-r-- 1 jenkins jenkins 209 Nov 7 00:25 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-07T00:26:39.575Z] + 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=18c64a6a99b2c927c370f0fa7f41cdf6cc1b673f --label arch=amd64 --label version=0.0.0 . [2022-11-07T00:26:39.575Z] Sending build context to Docker daemon 15.92MB [2022-11-07T00:26:39.575Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2022-11-07T00:26:39.575Z] Step 2/25 : FROM ${BASE} AS builder [2022-11-07T00:26:39.575Z] ---> c3eb5caecae5 [2022-11-07T00:26:39.575Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-11-07T00:26:39.834Z] ---> Running in 356a69d6cdd2 [2022-11-07T00:26:39.834Z] Removing intermediate container 356a69d6cdd2 [2022-11-07T00:26:39.834Z] ---> 1efd94b2826a [2022-11-07T00:26:39.834Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-11-07T00:26:39.834Z] ---> Running in 0f24b946d21d [2022-11-07T00:26:39.834Z] Removing intermediate container 0f24b946d21d [2022-11-07T00:26:39.834Z] ---> bcadc279850b [2022-11-07T00:26:39.834Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-11-07T00:26:39.834Z] ---> Running in 9b7d076976b7 [2022-11-07T00:26:40.093Z] Removing intermediate container 9b7d076976b7 [2022-11-07T00:26:40.093Z] ---> e0314a7da2a7 [2022-11-07T00:26:40.093Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2022-11-07T00:26:40.093Z] ---> Running in 60eb3caf03dd [2022-11-07T00:26:40.093Z] Removing intermediate container 60eb3caf03dd [2022-11-07T00:26:40.093Z] ---> 2480e2650593 [2022-11-07T00:26:40.094Z] Step 7/25 : WORKDIR /device-gpio [2022-11-07T00:26:40.094Z] ---> Running in e520cfbce138 [2022-11-07T00:26:40.353Z] Removing intermediate container e520cfbce138 [2022-11-07T00:26:40.353Z] ---> 854ea3f76a37 [2022-11-07T00:26:40.353Z] Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-11-07T00:26:40.353Z] ---> Running in 3f983810d6c6 [2022-11-07T00:26:40.613Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-07T00:26:40.613Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-07T00:26:40.875Z] OK: 216 MiB in 55 packages [2022-11-07T00:26:41.443Z] Removing intermediate container 3f983810d6c6 [2022-11-07T00:26:41.443Z] ---> 4ffc8338b255 [2022-11-07T00:26:41.443Z] Step 9/25 : COPY go.mod vendor* ./ [2022-11-07T00:26:41.443Z] ---> ce53d04c6d9d [2022-11-07T00:26:41.443Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-07T00:26:41.443Z] ---> Running in b8c92a3a0db2 [2022-11-07T00:26:42.389Z] Removing intermediate container b8c92a3a0db2 [2022-11-07T00:26:42.389Z] ---> 131dbdcac5e2 [2022-11-07T00:26:42.389Z] Step 11/25 : COPY . . [2022-11-07T00:26:42.650Z] ---> 337cea348325 [2022-11-07T00:26:42.650Z] Step 12/25 : RUN ${MAKE} [2022-11-07T00:26:42.650Z] ---> Running in c01ffcc6c71d [2022-11-07T00:26:42.910Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-gpio.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-gpio ./cmd [2022-11-07T00:27:04.846Z] Removing intermediate container c01ffcc6c71d [2022-11-07T00:27:04.846Z] ---> 994d97fa41a5 [2022-11-07T00:27:04.846Z] Step 13/25 : FROM alpine:3.16 [2022-11-07T00:27:05.414Z] 3.16: Pulling from library/alpine [2022-11-07T00:27:05.414Z] 213ec9aee27d: Already exists [2022-11-07T00:27:05.672Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-11-07T00:27:05.672Z] Status: Downloaded newer image for alpine:3.16 [2022-11-07T00:27:05.672Z] ---> 9c6f07244728 [2022-11-07T00:27:05.672Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' [2022-11-07T00:27:05.672Z] ---> Running in 8cdc78f577a9 [2022-11-07T00:27:05.931Z] Removing intermediate container 8cdc78f577a9 [2022-11-07T00:27:05.931Z] ---> 1c0d3ce4c6c1 [2022-11-07T00:27:05.931Z] Step 15/25 : RUN apk add --update --no-cache zeromq [2022-11-07T00:27:05.931Z] ---> Running in e2baa7637703 [2022-11-07T00:27:06.190Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-07T00:27:06.190Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-07T00:27:06.448Z] (1/5) Installing libgcc (11.2.1_git20220219-r2) [2022-11-07T00:27:06.448Z] (2/5) Installing libsodium (1.0.18-r0) [2022-11-07T00:27:06.448Z] (3/5) Installing libstdc++ (11.2.1_git20220219-r2) [2022-11-07T00:27:06.707Z] (4/5) Installing libzmq (4.3.4-r0) [2022-11-07T00:27:06.707Z] (5/5) Installing zeromq (4.3.4-r0) [2022-11-07T00:27:06.707Z] Executing busybox-1.35.0-r17.trigger [2022-11-07T00:27:06.707Z] OK: 8 MiB in 19 packages [2022-11-07T00:27:06.967Z] Removing intermediate container e2baa7637703 [2022-11-07T00:27:06.967Z] ---> 73929197facc [2022-11-07T00:27:06.967Z] Step 16/25 : WORKDIR / [2022-11-07T00:27:06.967Z] ---> Running in e84faa72160d [2022-11-07T00:27:07.226Z] Removing intermediate container e84faa72160d [2022-11-07T00:27:07.226Z] ---> d1837544d573 [2022-11-07T00:27:07.226Z] Step 17/25 : COPY --from=builder /device-gpio/Attribution.txt / [2022-11-07T00:27:07.226Z] ---> e2cbcf4bf392 [2022-11-07T00:27:07.226Z] Step 18/25 : COPY --from=builder /device-gpio/LICENSE / [2022-11-07T00:27:07.484Z] ---> 1625d9290658 [2022-11-07T00:27:07.484Z] Step 19/25 : COPY --from=builder /device-gpio/cmd/ / [2022-11-07T00:27:08.052Z] ---> 61d9374053f6 [2022-11-07T00:27:08.052Z] Step 20/25 : EXPOSE 59910 [2022-11-07T00:27:08.052Z] ---> Running in fd3baa18bfa1 [2022-11-07T00:27:08.052Z] Removing intermediate container fd3baa18bfa1 [2022-11-07T00:27:08.052Z] ---> ac843c4c08ce [2022-11-07T00:27:08.052Z] Step 21/25 : ENTRYPOINT ["/device-gpio"] [2022-11-07T00:27:08.052Z] ---> Running in 9901a081194b [2022-11-07T00:27:08.311Z] Removing intermediate container 9901a081194b [2022-11-07T00:27:08.311Z] ---> 4683cbad3842 [2022-11-07T00:27:08.311Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-07T00:27:08.311Z] ---> Running in 6ae690082614 [2022-11-07T00:27:08.311Z] Removing intermediate container 6ae690082614 [2022-11-07T00:27:08.311Z] ---> 9e87189788c1 [2022-11-07T00:27:08.311Z] Step 23/25 : LABEL arch=amd64 [2022-11-07T00:27:08.311Z] ---> Running in ebf2c51f90ba [2022-11-07T00:27:08.571Z] Removing intermediate container ebf2c51f90ba [2022-11-07T00:27:08.571Z] ---> b3be670ab258 [2022-11-07T00:27:08.571Z] Step 24/25 : LABEL git_sha=18c64a6a99b2c927c370f0fa7f41cdf6cc1b673f [2022-11-07T00:27:08.571Z] ---> Running in 4c9f29fc95cc [2022-11-07T00:27:08.571Z] Removing intermediate container 4c9f29fc95cc [2022-11-07T00:27:08.571Z] ---> 2e51ecb262bf [2022-11-07T00:27:08.571Z] Step 25/25 : LABEL version=0.0.0 [2022-11-07T00:27:08.571Z] ---> Running in f8e84b275217 [2022-11-07T00:27:08.831Z] Removing intermediate container f8e84b275217 [2022-11-07T00:27:08.831Z] ---> d4218d0471ad [2022-11-07T00:27:08.831Z] [Warning] One or more build-args [ARCH] were not consumed [2022-11-07T00:27:08.831Z] Successfully built d4218d0471ad [2022-11-07T00:27:08.831Z] Successfully tagged device-gpio:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-07T00:27:09.725Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-11-07T00:27:09.725Z] [2022-11-07T00:27:09.725Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-07T00:27:10.104Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-11-07T00:27:10.105Z] latest: Pulling from edgex-lftools-log-publisher [2022-11-07T00:27:10.105Z] 5eb5b503b376: Pulling fs layer [2022-11-07T00:27:10.105Z] 5c69ac0246d0: Pulling fs layer [2022-11-07T00:27:10.105Z] ec43610c2a17: Pulling fs layer [2022-11-07T00:27:10.105Z] 3a2ae6a8a46f: Pulling fs layer [2022-11-07T00:27:10.105Z] 33b1e0a273af: Pulling fs layer [2022-11-07T00:27:10.105Z] 5d3b04190fa2: Pulling fs layer [2022-11-07T00:27:10.105Z] 2f39f015ded8: Pulling fs layer [2022-11-07T00:27:10.105Z] 3a2ae6a8a46f: Waiting [2022-11-07T00:27:10.105Z] 33b1e0a273af: Waiting [2022-11-07T00:27:10.105Z] 2f39f015ded8: Waiting [2022-11-07T00:27:10.105Z] 5d3b04190fa2: Waiting [2022-11-07T00:27:10.105Z] 5c69ac0246d0: Download complete [2022-11-07T00:27:10.105Z] 3a2ae6a8a46f: Verifying Checksum [2022-11-07T00:27:10.105Z] 3a2ae6a8a46f: Download complete [2022-11-07T00:27:10.369Z] 33b1e0a273af: Verifying Checksum [2022-11-07T00:27:10.369Z] 33b1e0a273af: Download complete [2022-11-07T00:27:10.369Z] 5d3b04190fa2: Verifying Checksum [2022-11-07T00:27:10.369Z] 5d3b04190fa2: Download complete [2022-11-07T00:27:10.369Z] ec43610c2a17: Verifying Checksum [2022-11-07T00:27:10.369Z] ec43610c2a17: Download complete [2022-11-07T00:27:10.631Z] 5eb5b503b376: Verifying Checksum [2022-11-07T00:27:10.631Z] 5eb5b503b376: Download complete [2022-11-07T00:27:11.202Z] 2f39f015ded8: Download complete [2022-11-07T00:27:11.769Z] 5eb5b503b376: Pull complete [2022-11-07T00:27:11.769Z] 5c69ac0246d0: Pull complete [2022-11-07T00:27:12.335Z] ec43610c2a17: Pull complete [2022-11-07T00:27:12.335Z] 3a2ae6a8a46f: Pull complete [2022-11-07T00:27:12.596Z] 33b1e0a273af: Pull complete [2022-11-07T00:27:12.596Z] 5d3b04190fa2: Pull complete [2022-11-07T00:27:16.784Z] 2f39f015ded8: Pull complete [2022-11-07T00:27:16.784Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-11-07T00:27:16.784Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-11-07T00:27:16.784Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-07T00:27:17.010Z] prd-ubuntu20.04-docker-8c-8g-118349 does not seem to be running inside a container [2022-11-07T00:27:17.047Z] $ 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-66 -v /w/workspace/edgexfoundry_device-gpio_PR-66:/w/workspace/edgexfoundry_device-gpio_PR-66:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-66@tmp:/w/workspace/edgexfoundry_device-gpio_PR-66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-11-07T00:27:18.842Z] $ docker top 1c80aaf25aeeae9350e4a3b86522812cd35c85562ebe1d9e6856ea5a25679312 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-11-07T00:27:19.318Z] ---> job-cost.sh [2022-11-07T00:27:19.318Z] lf-activate-venv: SKIPPING [2022-11-07T00:27:19.318Z] INFO: No Stack... [2022-11-07T00:27:19.890Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-11-07T00:27:20.151Z] INFO: Archiving Costs [Pipeline] sh [2022-11-07T00:27:20.469Z] + cat /w/workspace/edgexfoundry_device-gpio_PR-66/archives/cost.csv [2022-11-07T00:27:20.469Z] + cut -d, -f6 [Pipeline] lock [2022-11-07T00:27:20.509Z] Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-PR-66-1-stack-cost] [2022-11-07T00:27:20.514Z] Resource [jenkins-edgexfoundry-device-gpio-PR-66-1-stack-cost] did not exist. Created. [2022-11-07T00:27:20.514Z] Lock acquired on [jenkins-edgexfoundry-device-gpio-PR-66-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-11-07T00:27:20.901Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-11-07T00:27:20.951Z] Stashed 1 file(s) [Pipeline] } [2022-11-07T00:27:20.979Z] Lock released on resource [jenkins-edgexfoundry-device-gpio-PR-66-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-11-07T00:27:21.065Z] $ docker stop --time=1 1c80aaf25aeeae9350e4a3b86522812cd35c85562ebe1d9e6856ea5a25679312 [2022-11-07T00:27:22.254Z] $ docker rm -f 1c80aaf25aeeae9350e4a3b86522812cd35c85562ebe1d9e6856ea5a25679312 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-11-07T00:28:19.999Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-118351 in /w/workspace/edgexfoundry_device-gpio_PR-66 [Pipeline] { [Pipeline] ws [2022-11-07T00:28:20.040Z] Running in /w/workspace/device-gpio/1 [Pipeline] { [Pipeline] checkout [2022-11-07T00:28:20.117Z] The recommended git tool is: git [2022-11-07T00:28:25.352Z] using credential edgex-jenkins-ssh [2022-11-07T00:28:25.369Z] Cloning the remote Git repository [2022-11-07T00:28:25.416Z] Cloning repository git@github.com:edgexfoundry/device-gpio.git [2022-11-07T00:28:25.495Z] > git init /w/workspace/device-gpio/1 # timeout=10 [2022-11-07T00:28:25.657Z] Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git [2022-11-07T00:28:25.658Z] > git --version # timeout=10 [2022-11-07T00:28:25.686Z] > git --version # 'git version 2.25.1' [2022-11-07T00:28:25.688Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-11-07T00:28:25.744Z] Verifying host key using known hosts file [2022-11-07T00:28:25.955Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-11-07T00:28:25.969Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-11-07T00:28:29.319Z] > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 [2022-11-07T00:28:29.344Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-11-07T00:28:30.373Z] > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 [2022-11-07T00:28:30.415Z] Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git [2022-11-07T00:28:30.416Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-11-07T00:28:30.423Z] Verifying host key using known hosts file [2022-11-07T00:28:30.430Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-11-07T00:28:30.443Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/pull/66/head:refs/remotes/origin/PR-66 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-11-07T00:28:31.007Z] Merging remotes/origin/main commit 6a3ce9ed1f526325ddb5567e419735729c86c620 into PR head commit 18c64a6a99b2c927c370f0fa7f41cdf6cc1b673f [2022-11-07T00:28:31.258Z] Merge succeeded, producing 18c64a6a99b2c927c370f0fa7f41cdf6cc1b673f [2022-11-07T00:28:31.259Z] Checking out Revision 18c64a6a99b2c927c370f0fa7f41cdf6cc1b673f (PR-66) [2022-11-07T00:28:31.835Z] Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" [2022-11-07T00:28:31.897Z] > git --version # timeout=10 [2022-11-07T00:28:31.916Z] > git --version # 'git version 2.25.1' [2022-11-07T00:28:31.937Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2022-11-07T00:28:31.030Z] > git config core.sparsecheckout # timeout=10 [2022-11-07T00:28:31.049Z] > git checkout -f 18c64a6a99b2c927c370f0fa7f41cdf6cc1b673f # timeout=10 [2022-11-07T00:28:31.139Z] > git remote # timeout=10 [2022-11-07T00:28:31.158Z] > git config --get remote.origin.url # timeout=10 [2022-11-07T00:28:31.184Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-11-07T00:28:31.190Z] Verifying host key using known hosts file [2022-11-07T00:28:31.197Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-11-07T00:28:31.208Z] > git merge 6a3ce9ed1f526325ddb5567e419735729c86c620 # timeout=10 [2022-11-07T00:28:31.242Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-11-07T00:28:31.268Z] > git config core.sparsecheckout # timeout=10 [2022-11-07T00:28:31.298Z] > git checkout -f 18c64a6a99b2c927c370f0fa7f41cdf6cc1b673f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-11-07T00:28:33.130Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-11-07T00:28:33.130Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-11-07T00:28:33.130Z] Dload Upload Total Spent Left Speed [2022-11-07T00:28:33.130Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 90661 0 --:--:-- --:--:-- --:--:-- 91318 [Pipeline] sh [2022-11-07T00:28:33.776Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-11-07T00:28:34.133Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-11-07T00:28:34.133Z] + sudo tee /etc/docker/daemon.new [2022-11-07T00:28:34.133Z] { [2022-11-07T00:28:34.133Z] "registry-mirrors": [ [2022-11-07T00:28:34.133Z] "https://nexus3.edgexfoundry.org:10001" [2022-11-07T00:28:34.133Z] ], [2022-11-07T00:28:34.133Z] "bip": "10.250.0.254/24", [2022-11-07T00:28:34.133Z] "hosts": [ [2022-11-07T00:28:34.133Z] "tcp://0.0.0.0:5555", [2022-11-07T00:28:34.133Z] "unix:///var/run/docker.sock" [2022-11-07T00:28:34.133Z] ], [2022-11-07T00:28:34.133Z] "mtu": 1458, [2022-11-07T00:28:34.133Z] "selinux-enabled": true, [2022-11-07T00:28:34.133Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-11-07T00:28:34.133Z] } [Pipeline] sh [2022-11-07T00:28:34.483Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-11-07T00:28:34.864Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-11-07T00:28:53.184Z] provisioning config files... [2022-11-07T00:28:53.211Z] copy managed file [device-gpio-settings] to file:/w/workspace/device-gpio/1@tmp/config6172906690777462639tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-11-07T00:28:53.597Z] ---> docker-login.sh [2022-11-07T00:28:53.597Z] nexus3.edgexfoundry.org:10001 [2022-11-07T00:28:54.186Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-07T00:28:54.186Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-07T00:28:54.186Z] Configure a credential helper to remove this warning. See [2022-11-07T00:28:54.186Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-07T00:28:54.186Z] [2022-11-07T00:28:54.186Z] Login Succeeded [2022-11-07T00:28:54.186Z] nexus3.edgexfoundry.org:10002 [2022-11-07T00:28:54.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-07T00:28:54.726Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-07T00:28:54.726Z] Configure a credential helper to remove this warning. See [2022-11-07T00:28:54.726Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-07T00:28:54.726Z] [2022-11-07T00:28:54.726Z] Login Succeeded [2022-11-07T00:28:54.726Z] nexus3.edgexfoundry.org:10003 [2022-11-07T00:28:54.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-07T00:28:54.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-07T00:28:54.996Z] Configure a credential helper to remove this warning. See [2022-11-07T00:28:54.996Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-07T00:28:54.996Z] [2022-11-07T00:28:54.996Z] Login Succeeded [2022-11-07T00:28:54.996Z] nexus3.edgexfoundry.org:10004 [2022-11-07T00:28:55.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-07T00:28:55.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-07T00:28:55.267Z] Configure a credential helper to remove this warning. See [2022-11-07T00:28:55.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-07T00:28:55.267Z] [2022-11-07T00:28:55.268Z] Login Succeeded [2022-11-07T00:28:55.540Z] docker.io [2022-11-07T00:28:55.540Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-07T00:28:56.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-07T00:28:56.124Z] Configure a credential helper to remove this warning. See [2022-11-07T00:28:56.124Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-07T00:28:56.124Z] [2022-11-07T00:28:56.124Z] Login Succeeded [2022-11-07T00:28:56.124Z] ---> docker-login.sh ends [Pipeline] } [2022-11-07T00:28:56.161Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-11-07T00:28:56.447Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-11-07T00:28:56.485Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-11-07T00:28:56.526Z] ========================================================= [2022-11-07T00:28:56.526Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-11-07T00:28:56.526Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-07T00:28:57.149Z] + 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 . [2022-11-07T00:28:57.421Z] Sending build context to Docker daemon 8.031MB [2022-11-07T00:28:57.421Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2022-11-07T00:28:57.421Z] Step 2/12 : FROM ${BASE} AS builder [2022-11-07T00:28:57.698Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-11-07T00:28:57.698Z] 9b18e9b68314: Pulling fs layer [2022-11-07T00:28:57.698Z] 35d82f9e3411: Pulling fs layer [2022-11-07T00:28:57.698Z] e16973657156: Pulling fs layer [2022-11-07T00:28:57.698Z] fc693d55d65f: Pulling fs layer [2022-11-07T00:28:57.698Z] 7e9fc2657dce: Pulling fs layer [2022-11-07T00:28:57.698Z] fc693d55d65f: Waiting [2022-11-07T00:28:57.698Z] 7e9fc2657dce: Waiting [2022-11-07T00:28:57.698Z] dda99020689f: Pulling fs layer [2022-11-07T00:28:57.698Z] db1c61fa0a46: Pulling fs layer [2022-11-07T00:28:57.698Z] 891c053d2c06: Pulling fs layer [2022-11-07T00:28:57.698Z] dda99020689f: Waiting [2022-11-07T00:28:57.698Z] 891c053d2c06: Waiting [2022-11-07T00:28:57.698Z] db1c61fa0a46: Waiting [2022-11-07T00:28:57.698Z] e16973657156: Verifying Checksum [2022-11-07T00:28:57.698Z] e16973657156: Download complete [2022-11-07T00:28:57.698Z] 35d82f9e3411: Verifying Checksum [2022-11-07T00:28:57.698Z] 35d82f9e3411: Download complete [2022-11-07T00:28:57.698Z] 7e9fc2657dce: Verifying Checksum [2022-11-07T00:28:57.698Z] 7e9fc2657dce: Download complete [2022-11-07T00:28:57.698Z] dda99020689f: Verifying Checksum [2022-11-07T00:28:57.699Z] dda99020689f: Download complete [2022-11-07T00:28:57.699Z] 9b18e9b68314: Download complete [2022-11-07T00:28:58.685Z] 9b18e9b68314: Pull complete [2022-11-07T00:28:58.954Z] 891c053d2c06: Verifying Checksum [2022-11-07T00:28:58.954Z] 891c053d2c06: Download complete [2022-11-07T00:28:59.233Z] 35d82f9e3411: Pull complete [2022-11-07T00:28:59.503Z] e16973657156: Pull complete [2022-11-07T00:29:00.091Z] db1c61fa0a46: Download complete [2022-11-07T00:29:00.678Z] fc693d55d65f: Verifying Checksum [2022-11-07T00:29:00.678Z] fc693d55d65f: Download complete [2022-11-07T00:29:13.010Z] fc693d55d65f: Pull complete [2022-11-07T00:29:13.011Z] 7e9fc2657dce: Pull complete [2022-11-07T00:29:13.011Z] dda99020689f: Pull complete [2022-11-07T00:29:19.706Z] db1c61fa0a46: Pull complete [2022-11-07T00:29:20.702Z] 891c053d2c06: Pull complete [2022-11-07T00:29:20.702Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2022-11-07T00:29:20.702Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-11-07T00:29:20.702Z] ---> f96f9c87975a [2022-11-07T00:29:20.702Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2022-11-07T00:29:22.672Z] ---> Running in cc23bffefd7e [2022-11-07T00:29:22.942Z] Removing intermediate container cc23bffefd7e [2022-11-07T00:29:22.942Z] ---> 54dc4a545302 [2022-11-07T00:29:22.942Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-11-07T00:29:23.211Z] ---> Running in f0e5ac2abdd8 [2022-11-07T00:29:23.480Z] Removing intermediate container f0e5ac2abdd8 [2022-11-07T00:29:23.480Z] ---> c28de7d9ff86 [2022-11-07T00:29:23.480Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-11-07T00:29:23.480Z] ---> Running in 1df23ad8e93f [2022-11-07T00:29:23.798Z] Removing intermediate container 1df23ad8e93f [2022-11-07T00:29:23.798Z] ---> 5c4dea930727 [2022-11-07T00:29:23.798Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2022-11-07T00:29:23.798Z] ---> Running in 4d7d90d3a9c1 [2022-11-07T00:29:24.123Z] Removing intermediate container 4d7d90d3a9c1 [2022-11-07T00:29:24.123Z] ---> 20beac130ec7 [2022-11-07T00:29:24.123Z] Step 7/12 : WORKDIR /device-gpio [2022-11-07T00:29:24.403Z] ---> Running in 9b869c436612 [2022-11-07T00:29:24.678Z] Removing intermediate container 9b869c436612 [2022-11-07T00:29:24.678Z] ---> 6a8ae578e665 [2022-11-07T00:29:24.678Z] Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-11-07T00:29:24.678Z] ---> Running in f50c6a9a630d [2022-11-07T00:29:26.134Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-07T00:29:26.134Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-07T00:29:27.105Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2022-11-07T00:29:27.105Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-11-07T00:29:27.105Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2022-11-07T00:29:27.105Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2022-11-07T00:29:27.105Z] Executing busybox-1.35.0-r17.trigger [2022-11-07T00:29:27.105Z] OK: 226 MiB in 55 packages [2022-11-07T00:29:28.529Z] Removing intermediate container f50c6a9a630d [2022-11-07T00:29:28.529Z] ---> 797ae589ae11 [2022-11-07T00:29:28.529Z] Step 9/12 : COPY go.mod vendor* ./ [2022-11-07T00:29:29.500Z] ---> fe5b9bfddf79 [2022-11-07T00:29:29.500Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-07T00:29:29.500Z] ---> Running in 23dda69f453c [2022-11-07T00:30:25.951Z] Removing intermediate container 23dda69f453c [2022-11-07T00:30:25.951Z] ---> 6703d17c08af [2022-11-07T00:30:25.951Z] Step 11/12 : COPY . . [2022-11-07T00:30:25.951Z] ---> a892c04daada [2022-11-07T00:30:25.951Z] Step 12/12 : RUN ${MAKE} [2022-11-07T00:30:25.951Z] ---> Running in ac16ac5aa2d5 [2022-11-07T00:30:25.951Z] noop [2022-11-07T00:30:25.951Z] Removing intermediate container ac16ac5aa2d5 [2022-11-07T00:30:25.951Z] ---> db65bae0cd35 [2022-11-07T00:30:25.951Z] Successfully built db65bae0cd35 [2022-11-07T00:30:25.951Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-07T00:30:26.415Z] + docker inspect -f . ci-base-image-arm64 [2022-11-07T00:30:26.415Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-07T00:30:26.654Z] prd-ubuntu20.04-docker-arm64-4c-16g-118351 does not seem to be running inside a container [2022-11-07T00:30:26.724Z] $ 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 ******** ci-base-image-arm64 cat [2022-11-07T00:30:27.872Z] $ docker top 08738536a9072153db425a4fea759843d6eacce13cf166d6456ae2e63b23a893 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-07T00:30:28.749Z] + go version [2022-11-07T00:30:28.749Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-11-07T00:30:28.784Z] $ docker stop --time=1 08738536a9072153db425a4fea759843d6eacce13cf166d6456ae2e63b23a893 [2022-11-07T00:30:30.367Z] $ docker rm -f 08738536a9072153db425a4fea759843d6eacce13cf166d6456ae2e63b23a893 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-07T00:30:31.202Z] + docker inspect -f . ci-base-image-arm64 [2022-11-07T00:30:31.202Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-07T00:30:31.519Z] prd-ubuntu20.04-docker-arm64-4c-16g-118351 does not seem to be running inside a container [2022-11-07T00:30:31.583Z] $ 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 ******** ci-base-image-arm64 cat [2022-11-07T00:30:32.706Z] $ docker top 01cacdc82b4ec7e450614b946dfce5a9c55d22f174a99f4d0408761e5f0ef8dd -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-07T00:30:33.258Z] + git config --global --add safe.directory /w/workspace/device-gpio/1 [Pipeline] fileExists [Pipeline] sh [2022-11-07T00:30:33.984Z] + make test [2022-11-07T00:30:33.984Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-11-07T00:30:35.394Z] ? github.com/edgexfoundry/device-gpio [no test files] [2022-11-07T00:32:12.064Z] ? github.com/edgexfoundry/device-gpio/cmd [no test files] [2022-11-07T00:32:12.064Z] ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] [2022-11-07T00:32:12.064Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-11-07T00:32:12.064Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-11-07T00:32:22.166Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-11-07T00:32:22.166Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-11-07T00:32:22.166Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-11-07T00:32:22.206Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-11-07T00:32:22.241Z] $ docker stop --time=1 01cacdc82b4ec7e450614b946dfce5a9c55d22f174a99f4d0408761e5f0ef8dd [2022-11-07T00:32:24.076Z] $ docker rm -f 01cacdc82b4ec7e450614b946dfce5a9c55d22f174a99f4d0408761e5f0ef8dd [Pipeline] // withDockerContainer [Pipeline] sh [2022-11-07T00:32:25.101Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-11-07T00:32:25.141Z] Warning: overwriting stash ‘coverage-report’ [2022-11-07T00:32:25.572Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-11-07T00:32:26.140Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-11-07T00:32:26.490Z] + ls -al . [2022-11-07T00:32:26.490Z] total 164 [2022-11-07T00:32:26.490Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 7 00:30 . [2022-11-07T00:32:26.490Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 7 00:28 .. [2022-11-07T00:32:26.490Z] -rw-rw-r-- 1 jenkins jenkins 120 Nov 7 00:28 .dockerignore [2022-11-07T00:32:26.490Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 7 00:28 .git [2022-11-07T00:32:26.490Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 7 00:28 .github [2022-11-07T00:32:26.490Z] -rw-rw-r-- 1 jenkins jenkins 343 Nov 7 00:28 .gitignore [2022-11-07T00:32:26.490Z] -rw-rw-r-- 1 jenkins jenkins 41 Nov 7 00:28 .golangci.yml [2022-11-07T00:32:26.490Z] -rw-rw-r-- 1 jenkins jenkins 9691 Nov 7 00:28 Attribution.txt [2022-11-07T00:32:26.490Z] -rw-rw-r-- 1 jenkins jenkins 4069 Nov 7 00:28 CHANGELOG.md [2022-11-07T00:32:26.490Z] -rw-rw-r-- 1 jenkins jenkins 1604 Nov 7 00:28 Dockerfile [2022-11-07T00:32:26.490Z] -rw-rw-r-- 1 jenkins jenkins 677 Nov 7 00:28 GOVERNANCE.md [2022-11-07T00:32:26.490Z] -rw-rw-r-- 1 jenkins jenkins 657 Nov 7 00:28 Jenkinsfile [2022-11-07T00:32:26.490Z] -rw-rw-r-- 1 jenkins jenkins 11340 Nov 7 00:28 LICENSE [2022-11-07T00:32:26.490Z] -rw-rw-r-- 1 jenkins jenkins 2085 Nov 7 00:28 Makefile [2022-11-07T00:32:26.490Z] -rw-rw-r-- 1 jenkins jenkins 617 Nov 7 00:28 OWNERS.md [2022-11-07T00:32:26.490Z] -rw-rw-r-- 1 jenkins jenkins 11842 Nov 7 00:28 README.md [2022-11-07T00:32:26.490Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 7 00:25 VERSION [2022-11-07T00:32:26.490Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 7 00:28 bin [2022-11-07T00:32:26.490Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 7 00:28 cmd [2022-11-07T00:32:26.490Z] -rw-r--r-- 1 jenkins jenkins 10 Nov 7 00:30 coverage.out [2022-11-07T00:32:26.490Z] -rw-rw-r-- 1 jenkins jenkins 3406 Nov 7 00:28 go.mod [2022-11-07T00:32:26.490Z] -rw-rw-r-- 1 jenkins jenkins 44991 Nov 7 00:28 go.sum [2022-11-07T00:32:26.490Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 7 00:28 internal [2022-11-07T00:32:26.490Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 7 00:28 snap [2022-11-07T00:32:26.490Z] -rw-rw-r-- 1 jenkins jenkins 209 Nov 7 00:28 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-07T00:32:26.916Z] + 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=18c64a6a99b2c927c370f0fa7f41cdf6cc1b673f --label arch=arm64 --label version=0.0.0 . [2022-11-07T00:32:27.196Z] Sending build context to Docker daemon 8.032MB [2022-11-07T00:32:27.196Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2022-11-07T00:32:27.196Z] Step 2/25 : FROM ${BASE} AS builder [2022-11-07T00:32:27.196Z] ---> db65bae0cd35 [2022-11-07T00:32:27.196Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-11-07T00:32:27.469Z] ---> Running in e71fd2554e95 [2022-11-07T00:32:27.737Z] Removing intermediate container e71fd2554e95 [2022-11-07T00:32:27.737Z] ---> 46476d04b973 [2022-11-07T00:32:27.737Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-11-07T00:32:27.737Z] ---> Running in c2b6dc75e138 [2022-11-07T00:32:28.005Z] Removing intermediate container c2b6dc75e138 [2022-11-07T00:32:28.005Z] ---> 9d53b897100e [2022-11-07T00:32:28.005Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-11-07T00:32:28.005Z] ---> Running in 04884c1f488d [2022-11-07T00:32:28.273Z] Removing intermediate container 04884c1f488d [2022-11-07T00:32:28.273Z] ---> 35a951ee8709 [2022-11-07T00:32:28.273Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2022-11-07T00:32:28.540Z] ---> Running in ad93fb00fb95 [2022-11-07T00:32:28.807Z] Removing intermediate container ad93fb00fb95 [2022-11-07T00:32:28.807Z] ---> 6d35a1728fcb [2022-11-07T00:32:28.807Z] Step 7/25 : WORKDIR /device-gpio [2022-11-07T00:32:28.807Z] ---> Running in 286dc012da98 [2022-11-07T00:32:29.075Z] Removing intermediate container 286dc012da98 [2022-11-07T00:32:29.076Z] ---> 723da3bf6097 [2022-11-07T00:32:29.076Z] Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-11-07T00:32:29.076Z] ---> Running in 063c55c1a4f6 [2022-11-07T00:32:30.043Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-07T00:32:30.628Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-07T00:32:31.591Z] OK: 226 MiB in 55 packages [2022-11-07T00:32:33.013Z] Removing intermediate container 063c55c1a4f6 [2022-11-07T00:32:33.013Z] ---> 2fff537d2ca9 [2022-11-07T00:32:33.013Z] Step 9/25 : COPY go.mod vendor* ./ [2022-11-07T00:32:33.597Z] ---> 90db0500d2d0 [2022-11-07T00:32:33.597Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-07T00:32:33.597Z] ---> Running in 7afcecdc195f [2022-11-07T00:32:35.541Z] Removing intermediate container 7afcecdc195f [2022-11-07T00:32:35.541Z] ---> b1d8862f63cf [2022-11-07T00:32:35.541Z] Step 11/25 : COPY . . [2022-11-07T00:32:36.507Z] ---> 795d41a87fcb [2022-11-07T00:32:36.507Z] Step 12/25 : RUN ${MAKE} [2022-11-07T00:32:36.800Z] ---> Running in 7652871c3968 [2022-11-07T00:32:37.771Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-gpio.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-gpio ./cmd [2022-11-07T00:35:29.586Z] Removing intermediate container 7652871c3968 [2022-11-07T00:35:29.586Z] ---> bed3d1c9d4f4 [2022-11-07T00:35:29.586Z] Step 13/25 : FROM alpine:3.16 [2022-11-07T00:35:29.586Z] 3.16: Pulling from library/alpine [2022-11-07T00:35:29.586Z] 9b18e9b68314: Already exists [2022-11-07T00:35:29.586Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-11-07T00:35:29.586Z] Status: Downloaded newer image for alpine:3.16 [2022-11-07T00:35:29.586Z] ---> a6215f271958 [2022-11-07T00:35:29.586Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' [2022-11-07T00:35:29.586Z] ---> Running in 4a861b7dfe70 [2022-11-07T00:35:29.586Z] Removing intermediate container 4a861b7dfe70 [2022-11-07T00:35:29.586Z] ---> 0d1760de0d17 [2022-11-07T00:35:29.586Z] Step 15/25 : RUN apk add --update --no-cache zeromq [2022-11-07T00:35:29.586Z] ---> Running in 09bf3becc01c [2022-11-07T00:35:29.586Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-07T00:35:29.586Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-07T00:35:29.586Z] (1/5) Installing libgcc (11.2.1_git20220219-r2) [2022-11-07T00:35:29.586Z] (2/5) Installing libsodium (1.0.18-r0) [2022-11-07T00:35:29.586Z] (3/5) Installing libstdc++ (11.2.1_git20220219-r2) [2022-11-07T00:35:29.586Z] (4/5) Installing libzmq (4.3.4-r0) [2022-11-07T00:35:29.586Z] (5/5) Installing zeromq (4.3.4-r0) [2022-11-07T00:35:29.586Z] Executing busybox-1.35.0-r17.trigger [2022-11-07T00:35:29.586Z] OK: 8 MiB in 19 packages [2022-11-07T00:35:29.586Z] Removing intermediate container 09bf3becc01c [2022-11-07T00:35:29.586Z] ---> 81f2c2534a21 [2022-11-07T00:35:29.586Z] Step 16/25 : WORKDIR / [2022-11-07T00:35:29.586Z] ---> Running in b2c2ba65267e [2022-11-07T00:35:29.586Z] Removing intermediate container b2c2ba65267e [2022-11-07T00:35:29.586Z] ---> d5381e8cd43a [2022-11-07T00:35:29.586Z] Step 17/25 : COPY --from=builder /device-gpio/Attribution.txt / [2022-11-07T00:35:29.586Z] ---> 2d8ce0182115 [2022-11-07T00:35:29.586Z] Step 18/25 : COPY --from=builder /device-gpio/LICENSE / [2022-11-07T00:35:29.586Z] ---> 347bd2fd6179 [2022-11-07T00:35:29.586Z] Step 19/25 : COPY --from=builder /device-gpio/cmd/ / [2022-11-07T00:35:31.004Z] ---> 42d518ce3dee [2022-11-07T00:35:31.004Z] Step 20/25 : EXPOSE 59910 [2022-11-07T00:35:31.004Z] ---> Running in 449eafebdd28 [2022-11-07T00:35:31.004Z] Removing intermediate container 449eafebdd28 [2022-11-07T00:35:31.004Z] ---> ed65af13db3c [2022-11-07T00:35:31.004Z] Step 21/25 : ENTRYPOINT ["/device-gpio"] [2022-11-07T00:35:31.272Z] ---> Running in 1d9a014886ad [2022-11-07T00:35:31.542Z] Removing intermediate container 1d9a014886ad [2022-11-07T00:35:31.542Z] ---> e777c9cc1395 [2022-11-07T00:35:31.542Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-07T00:35:31.542Z] ---> Running in 9907e6ce4569 [2022-11-07T00:35:31.812Z] Removing intermediate container 9907e6ce4569 [2022-11-07T00:35:31.812Z] ---> 09df87a45389 [2022-11-07T00:35:31.812Z] Step 23/25 : LABEL arch=arm64 [2022-11-07T00:35:31.812Z] ---> Running in 08a935c7819a [2022-11-07T00:35:32.082Z] Removing intermediate container 08a935c7819a [2022-11-07T00:35:32.083Z] ---> acf7a66a31fc [2022-11-07T00:35:32.083Z] Step 24/25 : LABEL git_sha=18c64a6a99b2c927c370f0fa7f41cdf6cc1b673f [2022-11-07T00:35:32.351Z] ---> Running in a1bbb55b77b1 [2022-11-07T00:35:32.618Z] Removing intermediate container a1bbb55b77b1 [2022-11-07T00:35:32.618Z] ---> 47184f9c922e [2022-11-07T00:35:32.618Z] Step 25/25 : LABEL version=0.0.0 [2022-11-07T00:35:32.618Z] ---> Running in 1bf39f9aa926 [2022-11-07T00:35:32.885Z] Removing intermediate container 1bf39f9aa926 [2022-11-07T00:35:32.885Z] ---> 3c47e973c45c [2022-11-07T00:35:32.885Z] [Warning] One or more build-args [ARCH] were not consumed [2022-11-07T00:35:32.885Z] Successfully built 3c47e973c45c [2022-11-07T00:35:32.885Z] Successfully tagged device-gpio-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-07T00:35:33.721Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-11-07T00:35:33.721Z] [2022-11-07T00:35:33.721Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-07T00:35:34.124Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-11-07T00:35:34.124Z] arm64: Pulling from edgex-lftools-log-publisher [2022-11-07T00:35:34.124Z] 8998bd30e6a1: Pulling fs layer [2022-11-07T00:35:34.124Z] 04944245beec: Pulling fs layer [2022-11-07T00:35:34.124Z] 699f458cf7ca: Pulling fs layer [2022-11-07T00:35:34.124Z] 765212b225bb: Pulling fs layer [2022-11-07T00:35:34.124Z] f23df028b6ca: Pulling fs layer [2022-11-07T00:35:34.124Z] 765212b225bb: Waiting [2022-11-07T00:35:34.125Z] d65c8cfc05b1: Pulling fs layer [2022-11-07T00:35:34.125Z] f23df028b6ca: Waiting [2022-11-07T00:35:34.125Z] d65c8cfc05b1: Waiting [2022-11-07T00:35:34.125Z] 2437ff75d9bd: Pulling fs layer [2022-11-07T00:35:34.125Z] 2437ff75d9bd: Waiting [2022-11-07T00:35:34.397Z] 04944245beec: Verifying Checksum [2022-11-07T00:35:34.397Z] 04944245beec: Download complete [2022-11-07T00:35:34.397Z] 765212b225bb: Verifying Checksum [2022-11-07T00:35:34.397Z] 765212b225bb: Download complete [2022-11-07T00:35:34.397Z] f23df028b6ca: Verifying Checksum [2022-11-07T00:35:34.397Z] f23df028b6ca: Download complete [2022-11-07T00:35:34.397Z] d65c8cfc05b1: Verifying Checksum [2022-11-07T00:35:34.397Z] d65c8cfc05b1: Download complete [2022-11-07T00:35:34.669Z] 699f458cf7ca: Verifying Checksum [2022-11-07T00:35:34.669Z] 699f458cf7ca: Download complete [2022-11-07T00:35:34.935Z] 8998bd30e6a1: Verifying Checksum [2022-11-07T00:35:34.935Z] 8998bd30e6a1: Download complete [2022-11-07T00:35:37.526Z] 2437ff75d9bd: Download complete [2022-11-07T00:35:38.941Z] 8998bd30e6a1: Pull complete [2022-11-07T00:35:39.210Z] 04944245beec: Pull complete [2022-11-07T00:35:40.624Z] 699f458cf7ca: Pull complete [2022-11-07T00:35:40.624Z] 765212b225bb: Pull complete [2022-11-07T00:35:41.588Z] f23df028b6ca: Pull complete [2022-11-07T00:35:41.588Z] d65c8cfc05b1: Pull complete [2022-11-07T00:35:56.590Z] 2437ff75d9bd: Pull complete [2022-11-07T00:35:56.590Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-11-07T00:35:56.590Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-11-07T00:35:57.175Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-07T00:35:57.506Z] prd-ubuntu20.04-docker-arm64-4c-16g-118351 does not seem to be running inside a container [2022-11-07T00:35:57.576Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-11-07T00:36:00.378Z] $ docker top 0e1a6555881cd8be60cef779307b1b4c5a1f984cf5df908a803993e065fa0969 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-11-07T00:36:01.294Z] ---> job-cost.sh [2022-11-07T00:36:01.294Z] lf-activate-venv: SKIPPING [2022-11-07T00:36:01.294Z] INFO: No Stack... [2022-11-07T00:36:01.561Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-11-07T00:36:02.521Z] INFO: Archiving Costs [Pipeline] sh [2022-11-07T00:36:02.868Z] + cat /w/workspace/device-gpio/1/archives/cost.csv [2022-11-07T00:36:02.868Z] + cut -d, -f6 [Pipeline] lock [2022-11-07T00:36:02.955Z] Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-PR-66-1-stack-cost] [2022-11-07T00:36:02.960Z] Resource [jenkins-edgexfoundry-device-gpio-PR-66-1-stack-cost] did not exist. Created. [2022-11-07T00:36:02.960Z] Lock acquired on [jenkins-edgexfoundry-device-gpio-PR-66-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-11-07T00:36:03.685Z] /w/workspace/device-gpio/1@tmp/durable-968b393a/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-11-07T00:36:04.357Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-11-07T00:36:04.397Z] Warning: overwriting stash ‘stack-cost’ [2022-11-07T00:36:04.439Z] Stashed 1 file(s) [Pipeline] } [2022-11-07T00:36:04.457Z] Lock released on resource [jenkins-edgexfoundry-device-gpio-PR-66-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-11-07T00:36:04.530Z] $ docker stop --time=1 0e1a6555881cd8be60cef779307b1b4c5a1f984cf5df908a803993e065fa0969 [2022-11-07T00:36:06.057Z] $ docker rm -f 0e1a6555881cd8be60cef779307b1b4c5a1f984cf5df908a803993e065fa0969 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-11-07T00:36:07.182Z] provisioning config files... [2022-11-07T00:36:07.191Z] copy managed file [device-gpio-codecov-token] to file:/w/workspace/edgexfoundry_device-gpio_PR-66@tmp/config8409763540617540007tmp [Pipeline] { [Pipeline] sh [2022-11-07T00:36:07.521Z] + set +x [2022-11-07T00:36:07.521Z] + bash -s -- [2022-11-07T00:36:07.521Z] + curl -s https://codecov.io/bash [2022-11-07T00:36:07.521Z] [2022-11-07T00:36:07.521Z] _____ _ [2022-11-07T00:36:07.521Z] / ____| | | [2022-11-07T00:36:07.521Z] | | ___ __| | ___ ___ _____ __ [2022-11-07T00:36:07.521Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-11-07T00:36:07.521Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-11-07T00:36:07.521Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-11-07T00:36:07.521Z] Bash-1.0.6 [2022-11-07T00:36:07.521Z] [2022-11-07T00:36:07.521Z] [2022-11-07T00:36:07.521Z] ==> git version 2.25.1 found [2022-11-07T00:36:07.521Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-11-07T00:36:07.521Z] Release-Date: 2020-01-08 [2022-11-07T00:36:07.521Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-11-07T00:36:07.521Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-11-07T00:36:07.521Z] ==> Jenkins CI detected. [2022-11-07T00:36:07.521Z] current dir:  /w/workspace/edgexfoundry_device-gpio_PR-66 [2022-11-07T00:36:07.521Z] project root: . [2022-11-07T00:36:07.521Z] --> token set from env [2022-11-07T00:36:07.521Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-11-07T00:36:07.521Z] ==> Running gcov in . (disable via -X gcov) [2022-11-07T00:36:07.521Z] ==> Python coveragepy not found [2022-11-07T00:36:07.521Z] ==> Searching for coverage reports in: [2022-11-07T00:36:07.521Z] + . [2022-11-07T00:36:07.521Z] -> Found 1 reports [2022-11-07T00:36:07.521Z] ==> Detecting git/mercurial file structure [2022-11-07T00:36:07.781Z] ==> Reading reports [2022-11-07T00:36:07.781Z] + ./coverage.out bytes=10 [2022-11-07T00:36:07.781Z] ==> Appending adjustments [2022-11-07T00:36:07.781Z] https://docs.codecov.io/docs/fixing-reports [2022-11-07T00:36:07.781Z] + Found adjustments [2022-11-07T00:36:07.781Z] ==> Gzipping contents [2022-11-07T00:36:07.781Z] 4.0K /tmp/codecov.Jjh3CX.gz [2022-11-07T00:36:07.781Z] ==> Uploading reports [2022-11-07T00:36:07.781Z] url: https://codecov.io [2022-11-07T00:36:07.781Z] query: branch=PR-66&commit=18c64a6a99b2c927c370f0fa7f41cdf6cc1b673f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2FPR-66%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=66&job=&cmd_args= [2022-11-07T00:36:07.781Z] -> Pinging Codecov [2022-11-07T00:36:07.781Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=fd99c0d9-4bd5-4cc4-839c-8c49599ba8c8&branch=PR-66&commit=18c64a6a99b2c927c370f0fa7f41cdf6cc1b673f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2FPR-66%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=66&job=&cmd_args= [2022-11-07T00:36:08.044Z] -> Uploading to [2022-11-07T00:36:08.044Z] https://storage.googleapis.com/codecov/v4/raw/2022-11-07/3EC07B1A8CA8AF9BCAA0BB9F0134797F/18c64a6a99b2c927c370f0fa7f41cdf6cc1b673f/5b37b80c-162d-4784-b228-ed996541e2d9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221107%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221107T003607Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6e857449affccd7aefa026289f037cf13171ae17bd2f88fd1d082117fb827592 [2022-11-07T00:36:08.044Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-11-07T00:36:08.044Z] Dload Upload Total Spent Left Speed [2022-11-07T00:36:08.304Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 781 0 0 100 781 0 3295 --:--:-- --:--:-- --:--:-- 3295 [2022-11-07T00:36:08.304Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-gpio/commit/18c64a6a99b2c927c370f0fa7f41cdf6cc1b673f [Pipeline] } [2022-11-07T00:36:08.339Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-11-07T00:36:10.158Z] + [ -d /w/workspace/edgexfoundry_device-gpio_PR-66/archives ] [2022-11-07T00:36:10.158Z] + ls -al /w/workspace/edgexfoundry_device-gpio_PR-66/archives [2022-11-07T00:36:10.158Z] total 16 [2022-11-07T00:36:10.158Z] drwxr-xr-x 3 root root 4096 Nov 7 00:27 . [2022-11-07T00:36:10.158Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 7 00:27 .. [2022-11-07T00:36:10.158Z] drwxr-xr-x 2 root root 4096 Nov 7 00:27 cost [2022-11-07T00:36:10.158Z] -rw-r--r-- 1 root root 82 Nov 7 00:27 cost.csv [2022-11-07T00:36:10.158Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-gpio_PR-66/archives [2022-11-07T00:36:10.158Z] + ls -al /w/workspace/edgexfoundry_device-gpio_PR-66/archives [2022-11-07T00:36:10.158Z] total 16 [2022-11-07T00:36:10.158Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 7 00:27 . [2022-11-07T00:36:10.158Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 7 00:27 .. [2022-11-07T00:36:10.158Z] drwxr-xr-x 2 jenkins jenkins 4096 Nov 7 00:27 cost [2022-11-07T00:36:10.158Z] -rw-r--r-- 1 jenkins jenkins 82 Nov 7 00:27 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-11-07T00:36:10.493Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-11-07T00:36:11.389Z] ---> package-listing.sh [2022-11-07T00:36:11.389Z] ++ tr '[:upper:]' '[:lower:]' [2022-11-07T00:36:11.389Z] ++ facter osfamily [2022-11-07T00:36:11.649Z] + OS_FAMILY=debian [2022-11-07T00:36:11.649Z] + workspace=/w/workspace/edgexfoundry_device-gpio_PR-66 [2022-11-07T00:36:11.649Z] + START_PACKAGES=/tmp/packages_start.txt [2022-11-07T00:36:11.649Z] + END_PACKAGES=/tmp/packages_end.txt [2022-11-07T00:36:11.649Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-11-07T00:36:11.649Z] + PACKAGES=/tmp/packages_start.txt [2022-11-07T00:36:11.649Z] + '[' /w/workspace/edgexfoundry_device-gpio_PR-66 ']' [2022-11-07T00:36:11.649Z] + PACKAGES=/tmp/packages_end.txt [2022-11-07T00:36:11.649Z] + case "${OS_FAMILY}" in [2022-11-07T00:36:11.649Z] + dpkg -l [2022-11-07T00:36:11.649Z] + grep '^ii' [2022-11-07T00:36:11.649Z] + '[' -f /tmp/packages_start.txt ']' [2022-11-07T00:36:11.649Z] + '[' -f /tmp/packages_end.txt ']' [2022-11-07T00:36:11.649Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-11-07T00:36:11.649Z] + '[' /w/workspace/edgexfoundry_device-gpio_PR-66 ']' [2022-11-07T00:36:11.649Z] + mkdir -p /w/workspace/edgexfoundry_device-gpio_PR-66/archives/ [2022-11-07T00:36:11.649Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-gpio_PR-66/archives/ [Pipeline] echo [2022-11-07T00:36:11.687Z] 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-66/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-11-07T00:36:11.987Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-07T00:36:12.621Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-11-07T00:36:12.621Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-07T00:36:12.776Z] prd-ubuntu20.04-docker-8c-8g-118349 does not seem to be running inside a container [2022-11-07T00:36:12.809Z] $ 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-66/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-66 -v /w/workspace/edgexfoundry_device-gpio_PR-66:/w/workspace/edgexfoundry_device-gpio_PR-66:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-66@tmp:/w/workspace/edgexfoundry_device-gpio_PR-66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-11-07T00:36:13.011Z] $ docker top 22aa16dcd54963985272dabb84735c180bdb469ab05f1012000ba497e52c18ea -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-07T00:36:13.409Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-11-07T00:36:13.741Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-11-07T00:36:14.060Z] + ls /var/log/sa-host [2022-11-07T00:36:14.060Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-11-07T00:36:14.331Z] provisioning config files... [2022-11-07T00:36:14.342Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-gpio_PR-66@tmp/config6535636477649558293tmp [Pipeline] { [Pipeline] echo [2022-11-07T00:36:14.398Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-11-07T00:36:14.723Z] ---> create-netrc.sh [Pipeline] } [2022-11-07T00:36:14.761Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-11-07T00:36:15.198Z] ---> python-tools-install.sh [Pipeline] echo [2022-11-07T00:36:15.233Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-11-07T00:36:15.550Z] ---> sudo-logs.sh [2022-11-07T00:36:15.550Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-11-07T00:36:15.670Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-11-07T00:36:15.997Z] ---> job-cost.sh [2022-11-07T00:36:15.997Z] lf-activate-venv: SKIPPING [2022-11-07T00:36:15.997Z] DEBUG: total: 0.2199999988079071 [2022-11-07T00:36:15.997Z] INFO: Retrieving Stack Cost... [2022-11-07T00:36:16.565Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-11-07T00:36:17.134Z] INFO: Archiving Costs [Pipeline] echo [2022-11-07T00:36:17.171Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-11-07T00:36:17.495Z] ---> logs-deploy.sh [2022-11-07T00:36:17.495Z] lf-activate-venv: SKIPPING [2022-11-07T00:36:17.495Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-gpio/PR-66/1 [2022-11-07T00:36:17.495Z] INFO: archiving workspace using pattern(s): [2022-11-07T00:36:18.435Z] Archives upload complete. [2022-11-07T00:36:18.695Z] INFO: archiving logs to Nexus