Pull request #159 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 0ef77d88bcc05ae3f2d10df095a5e1be5e32211f+8abc549e4ab596fa7bcaf08952c9ab5304bcc839 (274ecdd7e307c744af6c7fdd5f0c66a07b7367a5) 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-ssh2417986692989210942.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh2239672396863183200.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-159/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-159/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8597037784595370961.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-gpio/branches/PR-159/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17220401582756300556.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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-ssh2673259815119145232.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-gpio/branches/PR-159/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-159/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9662199956806046251.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-gpio] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-gpio-settings PROJECT: device-gpio USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-gpio DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-9416 in /w/workspace/edgexfoundry_device-gpio_PR-159 [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-159 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/pull/159/head:refs/remotes/origin/PR-159 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 8abc549e4ab596fa7bcaf08952c9ab5304bcc839 into PR head commit 0ef77d88bcc05ae3f2d10df095a5e1be5e32211f Merge succeeded, producing 0ef77d88bcc05ae3f2d10df095a5e1be5e32211f Checking out Revision 0ef77d88bcc05ae3f2d10df095a5e1be5e32211f (PR-159) Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-24T01:14:16.723Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f 0ef77d88bcc05ae3f2d10df095a5e1be5e32211f # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 8abc549e4ab596fa7bcaf08952c9ab5304bcc839 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0ef77d88bcc05ae3f2d10df095a5e1be5e32211f # timeout=10 [Pipeline] withCredentials [2023-04-24T01:14:16.918Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-24T01:14:17.059Z] ========================================================= [2023-04-24T01:14:17.059Z] EdgeX Global Pipelines Version Info [2023-04-24T01:14:17.059Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-24T01:14:19.035Z] ------------------- [2023-04-24T01:14:19.035Z] stable info: [2023-04-24T01:14:19.035Z] ------------------- [2023-04-24T01:14:19.035Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-04-24T01:14:19.035Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-24T01:14:19.035Z] Message: update stable to v1.0.248 [2023-04-24T01:14:19.606Z] ------------------- [2023-04-24T01:14:19.606Z] experimental info: [2023-04-24T01:14:19.606Z] ------------------- [2023-04-24T01:14:19.606Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-24T01:14:19.606Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-24T01:14:19.606Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-24T01:14:20.013Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-gpio-settings [Pipeline] echo [2023-04-24T01:14:20.068Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-gpio [Pipeline] echo [2023-04-24T01:14:20.113Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-24T01:14:20.157Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-24T01:14:20.208Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-24T01:14:20.255Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-24T01:14:20.299Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-24T01:14:20.343Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-04-24T01:14:20.389Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-24T01:14:20.435Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-24T01:14:20.491Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-24T01:14:20.534Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-gpio [Pipeline] echo [2023-04-24T01:14:20.617Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-24T01:14:20.667Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-24T01:14:20.709Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-24T01:14:20.752Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-24T01:14:20.797Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-04-24T01:14:20.837Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-04-24T01:14:20.888Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-24T01:14:20.942Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-24T01:14:20.993Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-04-24T01:14:21.037Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-04-24T01:14:21.083Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-04-24T01:14:21.132Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-04-24T01:14:21.184Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-04-24T01:14:21.245Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-24T01:14:21.290Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-24T01:14:21.332Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-159 [Pipeline] echo [2023-04-24T01:14:21.376Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-159 [Pipeline] echo [2023-04-24T01:14:21.427Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-159 [Pipeline] echo [2023-04-24T01:14:21.483Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0ef77d88bcc05ae3f2d10df095a5e1be5e32211f [Pipeline] echo [2023-04-24T01:14:21.533Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0ef77d8 [Pipeline] echo [2023-04-24T01:14:21.578Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-24T01:14:21.709Z] provisioning config files... [2023-04-24T01:14:21.725Z] copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_PR-159@tmp/config1951521280455263547tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-24T01:14:22.099Z] ---> docker-login.sh [2023-04-24T01:14:22.099Z] nexus3.edgexfoundry.org:10001 [2023-04-24T01:14:22.361Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T01:14:23.086Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T01:14:23.086Z] Configure a credential helper to remove this warning. See [2023-04-24T01:14:23.086Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T01:14:23.086Z] [2023-04-24T01:14:23.086Z] Login Succeeded [2023-04-24T01:14:23.086Z] nexus3.edgexfoundry.org:10002 [2023-04-24T01:14:23.086Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T01:14:24.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T01:14:24.102Z] Configure a credential helper to remove this warning. See [2023-04-24T01:14:24.102Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T01:14:24.102Z] [2023-04-24T01:14:24.102Z] Login Succeeded [2023-04-24T01:14:24.102Z] nexus3.edgexfoundry.org:10003 [2023-04-24T01:14:24.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T01:14:24.364Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T01:14:24.364Z] Configure a credential helper to remove this warning. See [2023-04-24T01:14:24.364Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T01:14:24.364Z] [2023-04-24T01:14:24.364Z] Login Succeeded [2023-04-24T01:14:24.364Z] nexus3.edgexfoundry.org:10004 [2023-04-24T01:14:24.364Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T01:14:24.364Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T01:14:24.364Z] Configure a credential helper to remove this warning. See [2023-04-24T01:14:24.364Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T01:14:24.364Z] [2023-04-24T01:14:24.364Z] Login Succeeded [2023-04-24T01:14:24.364Z] docker.io [2023-04-24T01:14:24.364Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T01:14:24.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T01:14:24.625Z] Configure a credential helper to remove this warning. See [2023-04-24T01:14:24.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T01:14:24.625Z] [2023-04-24T01:14:24.625Z] Login Succeeded [2023-04-24T01:14:24.625Z] ---> docker-login.sh ends [Pipeline] } [2023-04-24T01:14:24.718Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-04-24T01:14:25.375Z] + git rev-list -1 --merges 0ef77d88bcc05ae3f2d10df095a5e1be5e32211f~1..0ef77d88bcc05ae3f2d10df095a5e1be5e32211f [Pipeline] echo [2023-04-24T01:14:25.437Z] -----------> git rev-list -1 --merges 0ef77d88bcc05ae3f2d10df095a5e1be5e32211f~1..0ef77d88bcc05ae3f2d10df095a5e1be5e32211f 0ef77d88bcc05ae3f2d10df095a5e1be5e32211f [false] [Pipeline] sh [2023-04-24T01:14:25.749Z] + git log --format=format:%s -1 0ef77d88bcc05ae3f2d10df095a5e1be5e32211f [Pipeline] echo [2023-04-24T01:14:25.788Z] ========================================================= [2023-04-24T01:14:25.788Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-24T01:14:25.788Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-24T01:14:26.226Z] + git log --format=format:%s -1 0ef77d88bcc05ae3f2d10df095a5e1be5e32211f [Pipeline] echo [2023-04-24T01:14:26.345Z] [semverPrep] GIT_COMMIT: 0ef77d88bcc05ae3f2d10df095a5e1be5e32211f, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2023-04-24T01:14:26.382Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-04-24T01:14:26.905Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-24T01:14:26.905Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-24T01:14:26.905Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-24T01:14:26.905Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-24T01:14:26.905Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-24T01:14:26.905Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-24T01:14:26.905Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T01:14:27.437Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-24T01:14:27.437Z] [2023-04-24T01:14:27.437Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T01:14:27.854Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-24T01:14:27.854Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-24T01:14:27.854Z] b85a868b505f: Pulling fs layer [2023-04-24T01:14:27.854Z] e2be974225ed: Pulling fs layer [2023-04-24T01:14:27.854Z] 339a4e72a1f5: Pulling fs layer [2023-04-24T01:14:27.854Z] 988bab9f4d93: Pulling fs layer [2023-04-24T01:14:27.854Z] 1469e6f7b9e6: Pulling fs layer [2023-04-24T01:14:27.854Z] eaf3925da568: Pulling fs layer [2023-04-24T01:14:27.854Z] bab4dde63d76: Pulling fs layer [2023-04-24T01:14:27.854Z] bde34c3a00c8: Pulling fs layer [2023-04-24T01:14:27.854Z] b352a97aabf1: Pulling fs layer [2023-04-24T01:14:27.854Z] 4872d77fe225: Pulling fs layer [2023-04-24T01:14:27.854Z] 5851b861e8e6: Pulling fs layer [2023-04-24T01:14:27.854Z] eaf3925da568: Waiting [2023-04-24T01:14:27.854Z] 988bab9f4d93: Waiting [2023-04-24T01:14:27.854Z] 1469e6f7b9e6: Waiting [2023-04-24T01:14:27.854Z] bab4dde63d76: Waiting [2023-04-24T01:14:27.854Z] bde34c3a00c8: Waiting [2023-04-24T01:14:27.854Z] b352a97aabf1: Waiting [2023-04-24T01:14:27.854Z] 5851b861e8e6: Waiting [2023-04-24T01:14:27.854Z] e2be974225ed: Verifying Checksum [2023-04-24T01:14:27.854Z] e2be974225ed: Download complete [2023-04-24T01:14:27.854Z] 988bab9f4d93: Verifying Checksum [2023-04-24T01:14:27.854Z] 988bab9f4d93: Download complete [2023-04-24T01:14:28.116Z] 1469e6f7b9e6: Verifying Checksum [2023-04-24T01:14:28.116Z] 1469e6f7b9e6: Download complete [2023-04-24T01:14:28.116Z] 339a4e72a1f5: Verifying Checksum [2023-04-24T01:14:28.116Z] 339a4e72a1f5: Download complete [2023-04-24T01:14:28.116Z] eaf3925da568: Download complete [2023-04-24T01:14:28.116Z] bde34c3a00c8: Verifying Checksum [2023-04-24T01:14:28.116Z] b352a97aabf1: Verifying Checksum [2023-04-24T01:14:28.116Z] 4872d77fe225: Verifying Checksum [2023-04-24T01:14:28.116Z] 4872d77fe225: Download complete [2023-04-24T01:14:28.116Z] 5851b861e8e6: Verifying Checksum [2023-04-24T01:14:28.116Z] 5851b861e8e6: Download complete [2023-04-24T01:14:28.116Z] b85a868b505f: Verifying Checksum [2023-04-24T01:14:28.116Z] b85a868b505f: Download complete [2023-04-24T01:14:28.375Z] bab4dde63d76: Verifying Checksum [2023-04-24T01:14:28.375Z] bab4dde63d76: Download complete [2023-04-24T01:14:29.314Z] b85a868b505f: Pull complete [2023-04-24T01:14:29.574Z] e2be974225ed: Pull complete [2023-04-24T01:14:29.854Z] 339a4e72a1f5: Pull complete [2023-04-24T01:14:30.113Z] 988bab9f4d93: Pull complete [2023-04-24T01:14:30.373Z] 1469e6f7b9e6: Pull complete [2023-04-24T01:14:30.373Z] eaf3925da568: Pull complete [2023-04-24T01:14:32.286Z] bab4dde63d76: Pull complete [2023-04-24T01:14:32.286Z] bde34c3a00c8: Pull complete [2023-04-24T01:14:32.286Z] b352a97aabf1: Pull complete [2023-04-24T01:14:32.286Z] 4872d77fe225: Pull complete [2023-04-24T01:14:32.286Z] 5851b861e8e6: Pull complete [2023-04-24T01:14:32.286Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-24T01:14:32.286Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-24T01:14:32.286Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T01:14:32.542Z] prd-ubuntu20.04-docker-8c-8g-9416 does not seem to be running inside a container [2023-04-24T01:14:32.577Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_PR-159 -v /w/workspace/edgexfoundry_device-gpio_PR-159:/w/workspace/edgexfoundry_device-gpio_PR-159:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-159@tmp:/w/workspace/edgexfoundry_device-gpio_PR-159@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 [2023-04-24T01:14:34.711Z] $ docker top 3dde73242b263dee744bed19aa54a48f1f1bdd06b2e29aecb51be6c5de1da938 -eo pid,comm [2023-04-24T01:14:34.762Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-04-24T01:14:34.762Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-24T01:14:34.910Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-24T01:14:34.910Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-24T01:14:35.022Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-24T01:14:35.024Z] $ docker exec 3dde73242b263dee744bed19aa54a48f1f1bdd06b2e29aecb51be6c5de1da938 ssh-agent [2023-04-24T01:14:35.129Z] SSH_AUTH_SOCK=/tmp/ssh-CLYEHJLMOSwW/agent.33 [2023-04-24T01:14:35.129Z] SSH_AGENT_PID=39 [2023-04-24T01:14:35.135Z] Running ssh-add (command line suppressed) [2023-04-24T01:14:35.235Z] Identity added: /w/workspace/edgexfoundry_device-gpio_PR-159@tmp/private_key_5146510713844335451.key (/w/workspace/edgexfoundry_device-gpio_PR-159@tmp/private_key_5146510713844335451.key) [2023-04-24T01:14:35.251Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-24T01:14:35.803Z] + git tag --points-at HEAD [Pipeline] } [2023-04-24T01:14:35.841Z] $ docker exec --env ******** --env ******** 3dde73242b263dee744bed19aa54a48f1f1bdd06b2e29aecb51be6c5de1da938 ssh-agent -k [2023-04-24T01:14:35.932Z] unset SSH_AUTH_SOCK; [2023-04-24T01:14:35.932Z] unset SSH_AGENT_PID; [2023-04-24T01:14:35.932Z] echo Agent pid 39 killed; [2023-04-24T01:14:35.944Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-24T01:14:36.048Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-24T01:14:36.048Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-24T01:14:36.148Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-24T01:14:36.150Z] $ docker exec 3dde73242b263dee744bed19aa54a48f1f1bdd06b2e29aecb51be6c5de1da938 ssh-agent [2023-04-24T01:14:36.258Z] SSH_AUTH_SOCK=/tmp/ssh-4GcmYeqLoInm/agent.71 [2023-04-24T01:14:36.258Z] SSH_AGENT_PID=77 [2023-04-24T01:14:36.263Z] Running ssh-add (command line suppressed) [2023-04-24T01:14:36.364Z] Identity added: /w/workspace/edgexfoundry_device-gpio_PR-159@tmp/private_key_11243376919213268552.key (/w/workspace/edgexfoundry_device-gpio_PR-159@tmp/private_key_11243376919213268552.key) [2023-04-24T01:14:36.382Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-24T01:14:36.714Z] + git semver init [2023-04-24T01:14:36.974Z] 2023-04-24 01:14:36,876 [run_init] DEBUG init version:0.0.0 force:False [2023-04-24T01:14:36.974Z] 2023-04-24 01:14:36,876 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-gpio_PR-159/.semver [2023-04-24T01:14:36.975Z] 2023-04-24 01:14:36,877 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-gpio.git /w/workspace/edgexfoundry_device-gpio_PR-159/.semver [2023-04-24T01:14:36.975Z] 2023-04-24 01:14:36,877 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-gpio.git', '/w/workspace/edgexfoundry_device-gpio_PR-159/.semver'], cwd=/w/workspace/edgexfoundry_device-gpio_PR-159, universal_newlines=False, shell=None, istream=None) [2023-04-24T01:14:37.915Z] 2023-04-24 01:14:37,774 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-gpio_PR-159/.git/info/exclude [2023-04-24T01:14:37.915Z] 2023-04-24 01:14:37,775 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-gpio_PR-159/.semver/PR-159 with force:False [2023-04-24T01:14:37.915Z] 2023-04-24 01:14:37,775 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-gpio_PR-159/.semver/PR-159 [2023-04-24T01:14:37.915Z] 2023-04-24 01:14:37,779 [execute] INFO git cat-file --batch-check [2023-04-24T01:14:37.915Z] 2023-04-24 01:14:37,779 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_PR-159/.semver, universal_newlines=False, shell=None, istream=) [2023-04-24T01:14:37.915Z] 2023-04-24 01:14:37,785 [execute] INFO git cat-file --batch [2023-04-24T01:14:37.915Z] 2023-04-24 01:14:37,786 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-gpio_PR-159/.semver, universal_newlines=False, shell=None, istream=) [2023-04-24T01:14:37.915Z] 2023-04-24 01:14:37,792 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_PR-159/.semver/PR-159 [2023-04-24T01:14:37.915Z] 0.0.0 [Pipeline] } [2023-04-24T01:14:37.940Z] $ docker exec --env ******** --env ******** 3dde73242b263dee744bed19aa54a48f1f1bdd06b2e29aecb51be6c5de1da938 ssh-agent -k [2023-04-24T01:14:38.040Z] unset SSH_AUTH_SOCK; [2023-04-24T01:14:38.041Z] unset SSH_AGENT_PID; [2023-04-24T01:14:38.041Z] echo Agent pid 77 killed; [2023-04-24T01:14:38.051Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-24T01:14:38.588Z] + git semver [Pipeline] } [2023-04-24T01:14:38.876Z] $ docker stop --time=1 3dde73242b263dee744bed19aa54a48f1f1bdd06b2e29aecb51be6c5de1da938 [2023-04-24T01:14:40.164Z] $ docker rm -f --volumes 3dde73242b263dee744bed19aa54a48f1f1bdd06b2e29aecb51be6c5de1da938 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-24T01:14:40.575Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-24T01:14:40.843Z] Stashed 1 file(s) [Pipeline] echo [2023-04-24T01:14:40.863Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-24T01:14:41.681Z] provisioning config files... [2023-04-24T01:14:41.691Z] copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_PR-159@tmp/config14406302304641243619tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-24T01:14:42.071Z] ---> docker-login.sh [2023-04-24T01:14:42.071Z] nexus3.edgexfoundry.org:10001 [2023-04-24T01:14:42.071Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T01:14:42.071Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T01:14:42.071Z] Configure a credential helper to remove this warning. See [2023-04-24T01:14:42.071Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T01:14:42.071Z] [2023-04-24T01:14:42.071Z] Login Succeeded [2023-04-24T01:14:42.071Z] nexus3.edgexfoundry.org:10002 [2023-04-24T01:14:42.071Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T01:14:42.071Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T01:14:42.071Z] Configure a credential helper to remove this warning. See [2023-04-24T01:14:42.071Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T01:14:42.071Z] [2023-04-24T01:14:42.071Z] Login Succeeded [2023-04-24T01:14:42.071Z] nexus3.edgexfoundry.org:10003 [2023-04-24T01:14:42.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T01:14:42.330Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T01:14:42.330Z] Configure a credential helper to remove this warning. See [2023-04-24T01:14:42.330Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T01:14:42.330Z] [2023-04-24T01:14:42.330Z] Login Succeeded [2023-04-24T01:14:42.330Z] nexus3.edgexfoundry.org:10004 [2023-04-24T01:14:42.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T01:14:42.330Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T01:14:42.330Z] Configure a credential helper to remove this warning. See [2023-04-24T01:14:42.330Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T01:14:42.330Z] [2023-04-24T01:14:42.330Z] Login Succeeded [2023-04-24T01:14:42.330Z] docker.io [2023-04-24T01:14:42.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T01:14:42.590Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T01:14:42.590Z] Configure a credential helper to remove this warning. See [2023-04-24T01:14:42.590Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T01:14:42.590Z] [2023-04-24T01:14:42.590Z] Login Succeeded [2023-04-24T01:14:42.590Z] ---> docker-login.sh ends [Pipeline] } [2023-04-24T01:14:42.623Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-24T01:14:42.849Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-24T01:14:42.895Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-24T01:14:42.935Z] ========================================================= [2023-04-24T01:14:42.935Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-24T01:14:42.935Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T01:14:43.433Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-24T01:14:43.433Z] Sending build context to Docker daemon 16.08MB [2023-04-24T01:14:43.433Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-24T01:14:43.433Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-24T01:14:43.433Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-24T01:14:43.433Z] 63b65145d645: Pulling fs layer [2023-04-24T01:14:43.433Z] a2d21d5440eb: Pulling fs layer [2023-04-24T01:14:43.433Z] 935e6c44a52c: Pulling fs layer [2023-04-24T01:14:43.433Z] 94cc34f8dd06: Pulling fs layer [2023-04-24T01:14:43.433Z] 30dea6a524f1: Pulling fs layer [2023-04-24T01:14:43.433Z] a2aff8979fd8: Pulling fs layer [2023-04-24T01:14:43.433Z] 6808be2612f2: Pulling fs layer [2023-04-24T01:14:43.433Z] f25807f1079a: Pulling fs layer [2023-04-24T01:14:43.433Z] a2aff8979fd8: Waiting [2023-04-24T01:14:43.433Z] 6808be2612f2: Waiting [2023-04-24T01:14:43.433Z] 30dea6a524f1: Waiting [2023-04-24T01:14:43.433Z] 94cc34f8dd06: Waiting [2023-04-24T01:14:43.694Z] a2d21d5440eb: Download complete [2023-04-24T01:14:43.694Z] 94cc34f8dd06: Download complete [2023-04-24T01:14:43.694Z] 30dea6a524f1: Verifying Checksum [2023-04-24T01:14:43.694Z] 30dea6a524f1: Download complete [2023-04-24T01:14:43.694Z] 63b65145d645: Verifying Checksum [2023-04-24T01:14:43.694Z] 63b65145d645: Download complete [2023-04-24T01:14:43.694Z] a2aff8979fd8: Verifying Checksum [2023-04-24T01:14:43.694Z] a2aff8979fd8: Download complete [2023-04-24T01:14:43.694Z] 63b65145d645: Pull complete [2023-04-24T01:14:43.962Z] a2d21d5440eb: Pull complete [2023-04-24T01:14:44.223Z] f25807f1079a: Verifying Checksum [2023-04-24T01:14:44.223Z] f25807f1079a: Download complete [2023-04-24T01:14:44.223Z] 935e6c44a52c: Download complete [2023-04-24T01:14:44.793Z] 6808be2612f2: Verifying Checksum [2023-04-24T01:14:44.793Z] 6808be2612f2: Download complete [2023-04-24T01:14:47.341Z] 935e6c44a52c: Pull complete [2023-04-24T01:14:47.341Z] 94cc34f8dd06: Pull complete [2023-04-24T01:14:47.341Z] 30dea6a524f1: Pull complete [2023-04-24T01:14:47.601Z] a2aff8979fd8: Pull complete [2023-04-24T01:14:50.142Z] 6808be2612f2: Pull complete [2023-04-24T01:14:50.407Z] f25807f1079a: Pull complete [2023-04-24T01:14:50.667Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-04-24T01:14:50.667Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-24T01:14:50.667Z] ---> 3b553350e43f [2023-04-24T01:14:50.667Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-04-24T01:14:53.964Z] ---> Running in ddabffc374c4 [2023-04-24T01:14:53.964Z] Removing intermediate container ddabffc374c4 [2023-04-24T01:14:53.964Z] ---> d2ab0879d857 [2023-04-24T01:14:53.964Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-24T01:14:53.964Z] ---> Running in 2f9f8427f3f9 [2023-04-24T01:14:53.964Z] Removing intermediate container 2f9f8427f3f9 [2023-04-24T01:14:53.964Z] ---> 029a0d131f77 [2023-04-24T01:14:53.964Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client " [2023-04-24T01:14:53.964Z] ---> Running in 009ed508f4b3 [2023-04-24T01:14:53.964Z] Removing intermediate container 009ed508f4b3 [2023-04-24T01:14:53.964Z] ---> a1f6d27fee14 [2023-04-24T01:14:53.964Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-24T01:14:53.964Z] ---> Running in eda1a3cd4f3c [2023-04-24T01:14:53.964Z] Removing intermediate container eda1a3cd4f3c [2023-04-24T01:14:53.964Z] ---> bddf9916db40 [2023-04-24T01:14:53.964Z] Step 7/12 : WORKDIR /device-gpio [2023-04-24T01:14:53.964Z] ---> Running in d3342676ad3d [2023-04-24T01:14:54.227Z] Removing intermediate container d3342676ad3d [2023-04-24T01:14:54.227Z] ---> 1853e6673ff8 [2023-04-24T01:14:54.227Z] Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-24T01:14:54.227Z] ---> Running in 36ae11e5ce0c [2023-04-24T01:14:54.486Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T01:14:54.486Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T01:14:54.746Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-04-24T01:14:54.746Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-04-24T01:14:54.746Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-04-24T01:14:54.746Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-04-24T01:14:54.746Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T01:14:54.746Z] OK: 269 MiB in 57 packages [2023-04-24T01:14:55.314Z] Removing intermediate container 36ae11e5ce0c [2023-04-24T01:14:55.314Z] ---> ef736c6458b5 [2023-04-24T01:14:55.314Z] Step 9/12 : COPY go.mod vendor* ./ [2023-04-24T01:14:55.314Z] ---> 475293be4b04 [2023-04-24T01:14:55.314Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T01:14:55.578Z] ---> Running in 57fd615bc397 [2023-04-24T01:14:56.456Z] Still waiting to schedule task [2023-04-24T01:14:56.456Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-04-24T01:15:51.825Z] Removing intermediate container 57fd615bc397 [2023-04-24T01:15:51.825Z] ---> accc5e39e4af [2023-04-24T01:15:51.825Z] Step 11/12 : COPY . . [2023-04-24T01:15:51.825Z] ---> 84af032b515c [2023-04-24T01:15:51.825Z] Step 12/12 : RUN ${MAKE} [2023-04-24T01:15:51.825Z] ---> Running in a1c6800d8e55 [2023-04-24T01:15:51.825Z] noop [2023-04-24T01:15:51.825Z] Removing intermediate container a1c6800d8e55 [2023-04-24T01:15:51.825Z] ---> bba08723ed74 [2023-04-24T01:15:51.825Z] Successfully built bba08723ed74 [2023-04-24T01:15:51.825Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T01:15:52.332Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-24T01:15:52.333Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T01:15:52.531Z] prd-ubuntu20.04-docker-8c-8g-9416 does not seem to be running inside a container [2023-04-24T01:15:52.563Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-gpio_PR-159 -v /w/workspace/edgexfoundry_device-gpio_PR-159:/w/workspace/edgexfoundry_device-gpio_PR-159:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-159@tmp:/w/workspace/edgexfoundry_device-gpio_PR-159@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 [2023-04-24T01:15:52.888Z] $ docker top b206eb682d3ac0fca613378b4c17dded2e19acee54469c624a2776943c0e9b8f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-24T01:15:53.372Z] + go version [2023-04-24T01:15:53.372Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-24T01:15:53.434Z] $ docker stop --time=1 b206eb682d3ac0fca613378b4c17dded2e19acee54469c624a2776943c0e9b8f [2023-04-24T01:15:54.713Z] $ docker rm -f --volumes b206eb682d3ac0fca613378b4c17dded2e19acee54469c624a2776943c0e9b8f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T01:15:55.684Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-24T01:15:55.685Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T01:15:55.943Z] prd-ubuntu20.04-docker-8c-8g-9416 does not seem to be running inside a container [2023-04-24T01:15:55.978Z] $ 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-159 -v /w/workspace/edgexfoundry_device-gpio_PR-159:/w/workspace/edgexfoundry_device-gpio_PR-159:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-159@tmp:/w/workspace/edgexfoundry_device-gpio_PR-159@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 [2023-04-24T01:15:56.298Z] $ docker top dfe75574caf7350756c523e59118bbe4c9c6888ab940f945b4e98bf32da066bc -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-24T01:15:56.737Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-gpio_PR-159 [Pipeline] fileExists [Pipeline] sh [2023-04-24T01:15:57.146Z] + make test [2023-04-24T01:15:57.146Z] go test ./... -coverprofile=coverage.out ./... [2023-04-24T01:16:02.415Z] ? github.com/edgexfoundry/device-gpio [no test files] [2023-04-24T01:16:12.412Z] ? github.com/edgexfoundry/device-gpio/cmd [no test files] [2023-04-24T01:16:12.412Z] ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] [2023-04-24T01:16:17.774Z] go vet ./... [2023-04-24T01:16:21.123Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-24T01:16:21.123Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-24T01:16:21.123Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-24T01:16:21.161Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-24T01:16:21.192Z] $ docker stop --time=1 dfe75574caf7350756c523e59118bbe4c9c6888ab940f945b4e98bf32da066bc [2023-04-24T01:16:24.045Z] $ docker rm -f --volumes dfe75574caf7350756c523e59118bbe4c9c6888ab940f945b4e98bf32da066bc [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-24T01:16:24.576Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-24T01:16:24.638Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-04-24T01:16:25.462Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-24T01:16:25.779Z] + ls -al . [2023-04-24T01:16:25.779Z] total 156 [2023-04-24T01:16:25.779Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 24 01:15 . [2023-04-24T01:16:25.779Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 01:14 .. [2023-04-24T01:16:25.779Z] -rw-rw-r-- 1 jenkins jenkins 120 Apr 24 01:14 .dockerignore [2023-04-24T01:16:25.779Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 24 01:14 .git [2023-04-24T01:16:25.779Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 01:14 .github [2023-04-24T01:16:25.779Z] -rw-rw-r-- 1 jenkins jenkins 343 Apr 24 01:14 .gitignore [2023-04-24T01:16:25.779Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 24 01:14 .golangci.yml [2023-04-24T01:16:25.779Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 24 01:14 .semver [2023-04-24T01:16:25.779Z] -rw-rw-r-- 1 jenkins jenkins 9702 Apr 24 01:14 Attribution.txt [2023-04-24T01:16:25.779Z] -rw-rw-r-- 1 jenkins jenkins 4069 Apr 24 01:14 CHANGELOG.md [2023-04-24T01:16:25.779Z] -rw-rw-r-- 1 jenkins jenkins 1542 Apr 24 01:14 Dockerfile [2023-04-24T01:16:25.779Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 24 01:14 GOVERNANCE.md [2023-04-24T01:16:25.779Z] -rw-rw-r-- 1 jenkins jenkins 657 Apr 24 01:14 Jenkinsfile [2023-04-24T01:16:25.779Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 24 01:14 LICENSE [2023-04-24T01:16:25.779Z] -rw-rw-r-- 1 jenkins jenkins 1692 Apr 24 01:14 Makefile [2023-04-24T01:16:25.779Z] -rw-rw-r-- 1 jenkins jenkins 617 Apr 24 01:14 OWNERS.md [2023-04-24T01:16:25.779Z] -rw-rw-r-- 1 jenkins jenkins 11790 Apr 24 01:14 README.md [2023-04-24T01:16:25.779Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 24 01:14 VERSION [2023-04-24T01:16:25.779Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 24 01:14 bin [2023-04-24T01:16:25.779Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 01:14 cmd [2023-04-24T01:16:25.779Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 24 01:15 coverage.out [2023-04-24T01:16:25.779Z] -rw-rw-r-- 1 jenkins jenkins 3269 Apr 24 01:14 go.mod [2023-04-24T01:16:25.779Z] -rw-rw-r-- 1 jenkins jenkins 31700 Apr 24 01:14 go.sum [2023-04-24T01:16:25.779Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 01:14 internal [2023-04-24T01:16:25.779Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 01:14 snap [2023-04-24T01:16:25.779Z] -rw-rw-r-- 1 jenkins jenkins 209 Apr 24 01:14 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T01:16:26.211Z] + 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=0ef77d88bcc05ae3f2d10df095a5e1be5e32211f --label arch=amd64 --label version=0.0.0 . [2023-04-24T01:16:26.211Z] Sending build context to Docker daemon 16.08MB [2023-04-24T01:16:26.211Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-04-24T01:16:26.211Z] Step 2/25 : FROM ${BASE} AS builder [2023-04-24T01:16:26.211Z] ---> bba08723ed74 [2023-04-24T01:16:26.211Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-04-24T01:16:26.471Z] ---> Running in 4d40aed11cc2 [2023-04-24T01:16:26.471Z] Removing intermediate container 4d40aed11cc2 [2023-04-24T01:16:26.471Z] ---> 4abffe5775e0 [2023-04-24T01:16:26.471Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-24T01:16:26.471Z] ---> Running in d2996e0b0984 [2023-04-24T01:16:26.471Z] Removing intermediate container d2996e0b0984 [2023-04-24T01:16:26.471Z] ---> 9bab12eac460 [2023-04-24T01:16:26.471Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client " [2023-04-24T01:16:26.731Z] ---> Running in 88eb89801464 [2023-04-24T01:16:26.731Z] Removing intermediate container 88eb89801464 [2023-04-24T01:16:26.731Z] ---> 61aaed526f87 [2023-04-24T01:16:26.731Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2023-04-24T01:16:26.731Z] ---> Running in 1f8c28070a6c [2023-04-24T01:16:26.731Z] Removing intermediate container 1f8c28070a6c [2023-04-24T01:16:26.731Z] ---> 358f915f96f2 [2023-04-24T01:16:26.731Z] Step 7/25 : WORKDIR /device-gpio [2023-04-24T01:16:26.731Z] ---> Running in cbfd96f05215 [2023-04-24T01:16:26.731Z] Removing intermediate container cbfd96f05215 [2023-04-24T01:16:26.731Z] ---> 75df99eb3a64 [2023-04-24T01:16:26.731Z] Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-24T01:16:26.990Z] ---> Running in d725ffd4ba65 [2023-04-24T01:16:27.250Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T01:16:27.250Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T01:16:27.511Z] OK: 269 MiB in 57 packages [2023-04-24T01:16:27.770Z] Removing intermediate container d725ffd4ba65 [2023-04-24T01:16:27.770Z] ---> 277e0caaac67 [2023-04-24T01:16:27.770Z] Step 9/25 : COPY go.mod vendor* ./ [2023-04-24T01:16:27.770Z] ---> 968949823349 [2023-04-24T01:16:27.770Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T01:16:27.770Z] ---> Running in 3cbf7761d981 [2023-04-24T01:16:28.704Z] Removing intermediate container 3cbf7761d981 [2023-04-24T01:16:28.704Z] ---> c63c483ad926 [2023-04-24T01:16:28.704Z] Step 11/25 : COPY . . [2023-04-24T01:16:29.270Z] ---> 2a2ff84823a5 [2023-04-24T01:16:29.270Z] Step 12/25 : RUN ${MAKE} [2023-04-24T01:16:29.270Z] ---> Running in 6b1d053e7437 [2023-04-24T01:16:29.528Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-gpio.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-gpio ./cmd [2023-04-24T01:16:32.807Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9418 in /w/workspace/edgexfoundry_device-gpio_PR-159 [Pipeline] { [Pipeline] ws [2023-04-24T01:16:32.877Z] Running in /w/workspace/device-gpio/1 [Pipeline] { [Pipeline] checkout [2023-04-24T01:16:32.965Z] The recommended git tool is: git [2023-04-24T01:16:40.136Z] using credential edgex-jenkins-ssh [2023-04-24T01:16:40.161Z] Cloning the remote Git repository [2023-04-24T01:16:40.212Z] Cloning repository git@github.com:edgexfoundry/device-gpio.git [2023-04-24T01:16:40.309Z] > git init /w/workspace/device-gpio/1 # timeout=10 [2023-04-24T01:16:40.470Z] Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git [2023-04-24T01:16:40.471Z] > git --version # timeout=10 [2023-04-24T01:16:40.491Z] > git --version # 'git version 2.25.1' [2023-04-24T01:16:40.494Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-24T01:16:40.637Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-24T01:16:42.183Z] > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 [2023-04-24T01:16:42.212Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-24T01:16:43.723Z] Merging remotes/origin/main commit 8abc549e4ab596fa7bcaf08952c9ab5304bcc839 into PR head commit 0ef77d88bcc05ae3f2d10df095a5e1be5e32211f [2023-04-24T01:16:44.010Z] Merge succeeded, producing 0ef77d88bcc05ae3f2d10df095a5e1be5e32211f [2023-04-24T01:16:44.010Z] Checking out Revision 0ef77d88bcc05ae3f2d10df095a5e1be5e32211f (PR-159) [2023-04-24T01:16:44.526Z] Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" [2023-04-24T01:16:44.578Z] > git --version # timeout=10 [2023-04-24T01:16:44.591Z] > git --version # 'git version 2.25.1' [2023-04-24T01:16:44.608Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-24T01:16:43.181Z] > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 [2023-04-24T01:16:43.225Z] Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git [2023-04-24T01:16:43.226Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-24T01:16:43.245Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/pull/159/head:refs/remotes/origin/PR-159 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-04-24T01:16:43.748Z] > git config core.sparsecheckout # timeout=10 [2023-04-24T01:16:43.817Z] > git checkout -f 0ef77d88bcc05ae3f2d10df095a5e1be5e32211f # timeout=10 [2023-04-24T01:16:43.912Z] > git remote # timeout=10 [2023-04-24T01:16:43.932Z] > git config --get remote.origin.url # timeout=10 [2023-04-24T01:16:43.959Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-24T01:16:43.973Z] > git merge 8abc549e4ab596fa7bcaf08952c9ab5304bcc839 # timeout=10 [2023-04-24T01:16:43.998Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-24T01:16:44.019Z] > git config core.sparsecheckout # timeout=10 [2023-04-24T01:16:44.034Z] > git checkout -f 0ef77d88bcc05ae3f2d10df095a5e1be5e32211f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-24T01:16:45.692Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-24T01:16:45.693Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-24T01:16:45.693Z] Dload Upload Total Spent Left Speed [2023-04-24T01:16:45.693Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 76353 0 --:--:-- --:--:-- --:--:-- 76353 100 12751 100 12751 0 0 75898 0 --:--:-- --:--:-- --:--:-- 75449 [Pipeline] sh [2023-04-24T01:16:46.295Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-24T01:16:46.645Z] + sudo tee /etc/docker/daemon.new [2023-04-24T01:16:46.646Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-24T01:16:46.646Z] { [2023-04-24T01:16:46.646Z] "registry-mirrors": [ [2023-04-24T01:16:46.646Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-24T01:16:46.646Z] ], [2023-04-24T01:16:46.646Z] "bip": "10.250.0.254/24", [2023-04-24T01:16:46.646Z] "hosts": [ [2023-04-24T01:16:46.646Z] "tcp://0.0.0.0:5555", [2023-04-24T01:16:46.646Z] "unix:///var/run/docker.sock" [2023-04-24T01:16:46.646Z] ], [2023-04-24T01:16:46.646Z] "mtu": 1458, [2023-04-24T01:16:46.646Z] "selinux-enabled": true, [2023-04-24T01:16:46.646Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-24T01:16:46.646Z] } [Pipeline] sh [2023-04-24T01:16:47.015Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-24T01:16:47.371Z] + sudo service docker restart [2023-04-24T01:16:47.605Z] Removing intermediate container 6b1d053e7437 [2023-04-24T01:16:47.605Z] ---> 35bbaa71768a [2023-04-24T01:16:47.605Z] Step 13/25 : FROM alpine:3.17 [2023-04-24T01:16:48.175Z] 3.17: Pulling from library/alpine [2023-04-24T01:16:48.175Z] f56be85fc22e: Pulling fs layer [2023-04-24T01:16:48.175Z] f56be85fc22e: Download complete [2023-04-24T01:16:48.440Z] f56be85fc22e: Pull complete [2023-04-24T01:16:48.440Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-24T01:16:48.440Z] Status: Downloaded newer image for alpine:3.17 [2023-04-24T01:16:48.440Z] ---> 9ed4aefc74f6 [2023-04-24T01:16:48.440Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' [2023-04-24T01:16:48.700Z] ---> Running in cd570438d9e4 [2023-04-24T01:16:48.700Z] Removing intermediate container cd570438d9e4 [2023-04-24T01:16:48.700Z] ---> 4e195f36d0b1 [2023-04-24T01:16:48.700Z] Step 15/25 : RUN apk add --update --no-cache [2023-04-24T01:16:48.700Z] ---> Running in 4f01c53db2d1 [2023-04-24T01:16:48.957Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T01:16:48.957Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T01:16:49.216Z] OK: 7 MiB in 15 packages [2023-04-24T01:16:49.474Z] Removing intermediate container 4f01c53db2d1 [2023-04-24T01:16:49.474Z] ---> 384ba32afe98 [2023-04-24T01:16:49.474Z] Step 16/25 : WORKDIR / [2023-04-24T01:16:49.474Z] ---> Running in 5dc35382d8d6 [2023-04-24T01:16:49.474Z] Removing intermediate container 5dc35382d8d6 [2023-04-24T01:16:49.474Z] ---> aad200da91b9 [2023-04-24T01:16:49.474Z] Step 17/25 : COPY --from=builder /device-gpio/Attribution.txt / [2023-04-24T01:16:49.733Z] ---> 4d2fd647362e [2023-04-24T01:16:49.733Z] Step 18/25 : COPY --from=builder /device-gpio/LICENSE / [2023-04-24T01:16:49.733Z] ---> 0606c071ee7b [2023-04-24T01:16:49.733Z] Step 19/25 : COPY --from=builder /device-gpio/cmd/ / [2023-04-24T01:16:50.686Z] ---> 23caa5412f9f [2023-04-24T01:16:50.686Z] Step 20/25 : EXPOSE 59910 [2023-04-24T01:16:50.686Z] ---> Running in 2b8a5ae8c5ed [2023-04-24T01:16:50.686Z] Removing intermediate container 2b8a5ae8c5ed [2023-04-24T01:16:50.686Z] ---> e64a45306a69 [2023-04-24T01:16:50.686Z] Step 21/25 : ENTRYPOINT ["/device-gpio"] [2023-04-24T01:16:50.686Z] ---> Running in af4d76688a75 [2023-04-24T01:16:50.686Z] Removing intermediate container af4d76688a75 [2023-04-24T01:16:50.686Z] ---> 4e4c0325b0cb [2023-04-24T01:16:50.686Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-24T01:16:50.686Z] ---> Running in b759e5fc9bdd [2023-04-24T01:16:50.686Z] Removing intermediate container b759e5fc9bdd [2023-04-24T01:16:50.686Z] ---> 074671161bf9 [2023-04-24T01:16:50.686Z] Step 23/25 : LABEL arch=amd64 [2023-04-24T01:16:50.686Z] ---> Running in 28a9bf571677 [2023-04-24T01:16:50.946Z] Removing intermediate container 28a9bf571677 [2023-04-24T01:16:50.946Z] ---> 23870d42289b [2023-04-24T01:16:50.946Z] Step 24/25 : LABEL git_sha=0ef77d88bcc05ae3f2d10df095a5e1be5e32211f [2023-04-24T01:16:50.946Z] ---> Running in 85fbfcbadbb2 [2023-04-24T01:16:50.946Z] Removing intermediate container 85fbfcbadbb2 [2023-04-24T01:16:50.946Z] ---> f65299602dd2 [2023-04-24T01:16:50.946Z] Step 25/25 : LABEL version=0.0.0 [2023-04-24T01:16:50.946Z] ---> Running in 4af9ad731864 [2023-04-24T01:16:50.946Z] Removing intermediate container 4af9ad731864 [2023-04-24T01:16:50.946Z] ---> 8c6a9f95cc7e [2023-04-24T01:16:50.946Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-24T01:16:50.946Z] Successfully built 8c6a9f95cc7e [2023-04-24T01:16:50.946Z] Successfully tagged device-gpio:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T01:16:51.923Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-24T01:16:51.923Z] [2023-04-24T01:16:51.923Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T01:16:52.318Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-24T01:16:52.318Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-24T01:16:52.318Z] 5eb5b503b376: Pulling fs layer [2023-04-24T01:16:52.318Z] 5c69ac0246d0: Pulling fs layer [2023-04-24T01:16:52.318Z] ec43610c2a17: Pulling fs layer [2023-04-24T01:16:52.318Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-24T01:16:52.318Z] 33b1e0a273af: Pulling fs layer [2023-04-24T01:16:52.318Z] 5d3b04190fa2: Pulling fs layer [2023-04-24T01:16:52.318Z] 2f39f015ded8: Pulling fs layer [2023-04-24T01:16:52.318Z] 3a2ae6a8a46f: Waiting [2023-04-24T01:16:52.318Z] 33b1e0a273af: Waiting [2023-04-24T01:16:52.318Z] 5d3b04190fa2: Waiting [2023-04-24T01:16:52.318Z] 2f39f015ded8: Waiting [2023-04-24T01:16:52.318Z] 5c69ac0246d0: Verifying Checksum [2023-04-24T01:16:52.318Z] 5c69ac0246d0: Download complete [2023-04-24T01:16:52.318Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-24T01:16:52.318Z] 3a2ae6a8a46f: Download complete [2023-04-24T01:16:52.318Z] ec43610c2a17: Verifying Checksum [2023-04-24T01:16:52.318Z] ec43610c2a17: Download complete [2023-04-24T01:16:52.318Z] 33b1e0a273af: Verifying Checksum [2023-04-24T01:16:52.318Z] 33b1e0a273af: Download complete [2023-04-24T01:16:52.318Z] 5d3b04190fa2: Verifying Checksum [2023-04-24T01:16:52.318Z] 5d3b04190fa2: Download complete [2023-04-24T01:16:52.578Z] 5eb5b503b376: Verifying Checksum [2023-04-24T01:16:52.578Z] 5eb5b503b376: Download complete [2023-04-24T01:16:53.144Z] 2f39f015ded8: Download complete [2023-04-24T01:16:53.712Z] 5eb5b503b376: Pull complete [2023-04-24T01:16:53.712Z] 5c69ac0246d0: Pull complete [2023-04-24T01:16:54.280Z] ec43610c2a17: Pull complete [2023-04-24T01:16:54.280Z] 3a2ae6a8a46f: Pull complete [2023-04-24T01:16:54.540Z] 33b1e0a273af: Pull complete [2023-04-24T01:16:54.540Z] 5d3b04190fa2: Pull complete [2023-04-24T01:16:58.734Z] 2f39f015ded8: Pull complete [2023-04-24T01:16:58.734Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-24T01:16:58.734Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-24T01:16:58.734Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T01:16:58.993Z] prd-ubuntu20.04-docker-8c-8g-9416 does not seem to be running inside a container [2023-04-24T01:16:59.021Z] $ 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-159 -v /w/workspace/edgexfoundry_device-gpio_PR-159:/w/workspace/edgexfoundry_device-gpio_PR-159:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-159@tmp:/w/workspace/edgexfoundry_device-gpio_PR-159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-24T01:17:03.147Z] $ docker top 35c670288705ab11046b17483bf1b18f7ef8123cedcb399c9599fab09b742f43 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-24T01:17:03.701Z] ---> job-cost.sh [2023-04-24T01:17:03.701Z] lf-activate-venv: SKIPPING [2023-04-24T01:17:03.701Z] INFO: No Stack... [2023-04-24T01:17:03.962Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-24T01:17:04.225Z] INFO: Archiving Costs [Pipeline] sh [2023-04-24T01:17:04.592Z] + cat /w/workspace/edgexfoundry_device-gpio_PR-159/archives/cost.csv [2023-04-24T01:17:04.592Z] + cut -d, -f6 [Pipeline] lock [2023-04-24T01:17:04.754Z] Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-PR-159-1-stack-cost] [2023-04-24T01:17:04.759Z] Resource [jenkins-edgexfoundry-device-gpio-PR-159-1-stack-cost] did not exist. Created. [2023-04-24T01:17:04.759Z] Lock acquired on [jenkins-edgexfoundry-device-gpio-PR-159-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-24T01:17:05.175Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-04-24T01:17:05.229Z] Stashed 1 file(s) [Pipeline] } [2023-04-24T01:17:05.259Z] Lock released on resource [jenkins-edgexfoundry-device-gpio-PR-159-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-24T01:17:05.346Z] $ docker stop --time=1 35c670288705ab11046b17483bf1b18f7ef8123cedcb399c9599fab09b742f43 [2023-04-24T01:17:06.474Z] $ docker rm -f --volumes 35c670288705ab11046b17483bf1b18f7ef8123cedcb399c9599fab09b742f43 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-24T01:17:09.571Z] provisioning config files... [2023-04-24T01:17:09.601Z] copy managed file [device-gpio-settings] to file:/w/workspace/device-gpio/1@tmp/config11954046202615347530tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-24T01:17:10.054Z] ---> docker-login.sh [2023-04-24T01:17:10.054Z] nexus3.edgexfoundry.org:10001 [2023-04-24T01:17:10.328Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T01:17:10.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T01:17:10.602Z] Configure a credential helper to remove this warning. See [2023-04-24T01:17:10.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T01:17:10.602Z] [2023-04-24T01:17:10.602Z] Login Succeeded [2023-04-24T01:17:10.602Z] nexus3.edgexfoundry.org:10002 [2023-04-24T01:17:10.872Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T01:17:11.144Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T01:17:11.144Z] Configure a credential helper to remove this warning. See [2023-04-24T01:17:11.144Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T01:17:11.144Z] [2023-04-24T01:17:11.144Z] Login Succeeded [2023-04-24T01:17:11.144Z] nexus3.edgexfoundry.org:10003 [2023-04-24T01:17:11.418Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T01:17:11.419Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T01:17:11.419Z] Configure a credential helper to remove this warning. See [2023-04-24T01:17:11.419Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T01:17:11.419Z] [2023-04-24T01:17:11.419Z] Login Succeeded [2023-04-24T01:17:11.419Z] nexus3.edgexfoundry.org:10004 [2023-04-24T01:17:11.688Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T01:17:11.688Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T01:17:11.688Z] Configure a credential helper to remove this warning. See [2023-04-24T01:17:11.688Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T01:17:11.688Z] [2023-04-24T01:17:11.688Z] Login Succeeded [2023-04-24T01:17:11.968Z] docker.io [2023-04-24T01:17:11.968Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T01:17:12.237Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T01:17:12.237Z] Configure a credential helper to remove this warning. See [2023-04-24T01:17:12.237Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T01:17:12.237Z] [2023-04-24T01:17:12.237Z] Login Succeeded [2023-04-24T01:17:12.237Z] ---> docker-login.sh ends [Pipeline] } [2023-04-24T01:17:12.265Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-24T01:17:12.677Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-24T01:17:12.720Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-24T01:17:12.758Z] ========================================================= [2023-04-24T01:17:12.758Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-24T01:17:12.758Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T01:17:13.294Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-24T01:17:13.563Z] Sending build context to Docker daemon 8.121MB [2023-04-24T01:17:13.563Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-24T01:17:13.563Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-24T01:17:13.961Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-24T01:17:13.961Z] af6eaf76a39c: Pulling fs layer [2023-04-24T01:17:13.962Z] 55522c791124: Pulling fs layer [2023-04-24T01:17:13.962Z] ce5c4a1c91eb: Pulling fs layer [2023-04-24T01:17:13.962Z] 169dfbe0d373: Pulling fs layer [2023-04-24T01:17:13.962Z] e1ff8fa3b103: Pulling fs layer [2023-04-24T01:17:13.962Z] 52ebb69f0ebf: Pulling fs layer [2023-04-24T01:17:13.962Z] 5abe8eddf0d5: Pulling fs layer [2023-04-24T01:17:13.962Z] 169dfbe0d373: Waiting [2023-04-24T01:17:13.962Z] e1ff8fa3b103: Waiting [2023-04-24T01:17:13.962Z] 52ebb69f0ebf: Waiting [2023-04-24T01:17:13.962Z] 5abe8eddf0d5: Waiting [2023-04-24T01:17:13.962Z] 55522c791124: Verifying Checksum [2023-04-24T01:17:13.962Z] 55522c791124: Download complete [2023-04-24T01:17:13.962Z] 169dfbe0d373: Verifying Checksum [2023-04-24T01:17:13.962Z] 169dfbe0d373: Download complete [2023-04-24T01:17:13.962Z] e1ff8fa3b103: Verifying Checksum [2023-04-24T01:17:13.962Z] e1ff8fa3b103: Download complete [2023-04-24T01:17:13.962Z] af6eaf76a39c: Verifying Checksum [2023-04-24T01:17:13.962Z] af6eaf76a39c: Download complete [2023-04-24T01:17:15.407Z] 5abe8eddf0d5: Verifying Checksum [2023-04-24T01:17:15.407Z] 5abe8eddf0d5: Download complete [2023-04-24T01:17:15.407Z] af6eaf76a39c: Pull complete [2023-04-24T01:17:16.002Z] 55522c791124: Pull complete [2023-04-24T01:17:16.591Z] 52ebb69f0ebf: Verifying Checksum [2023-04-24T01:17:16.591Z] 52ebb69f0ebf: Download complete [2023-04-24T01:17:16.591Z] ce5c4a1c91eb: Verifying Checksum [2023-04-24T01:17:16.591Z] ce5c4a1c91eb: Download complete [2023-04-24T01:17:28.941Z] ce5c4a1c91eb: Pull complete [2023-04-24T01:17:28.941Z] 169dfbe0d373: Pull complete [2023-04-24T01:17:28.941Z] e1ff8fa3b103: Pull complete [2023-04-24T01:17:35.621Z] 52ebb69f0ebf: Pull complete [2023-04-24T01:17:37.042Z] 5abe8eddf0d5: Pull complete [2023-04-24T01:17:37.042Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-04-24T01:17:37.042Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-24T01:17:37.042Z] ---> 6cb57ee374ae [2023-04-24T01:17:37.042Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-04-24T01:17:38.011Z] ---> Running in 81005269a91e [2023-04-24T01:17:38.283Z] Removing intermediate container 81005269a91e [2023-04-24T01:17:38.284Z] ---> 651322664754 [2023-04-24T01:17:38.284Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-24T01:17:38.551Z] ---> Running in 7cf1384f354d [2023-04-24T01:17:38.819Z] Removing intermediate container 7cf1384f354d [2023-04-24T01:17:38.819Z] ---> dce2ba64acb9 [2023-04-24T01:17:38.819Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client " [2023-04-24T01:17:38.819Z] ---> Running in 2b553a2f6ca1 [2023-04-24T01:17:39.092Z] Removing intermediate container 2b553a2f6ca1 [2023-04-24T01:17:39.092Z] ---> 1672633da5cc [2023-04-24T01:17:39.092Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-24T01:17:39.364Z] ---> Running in 1f7d9bcf6da6 [2023-04-24T01:17:39.632Z] Removing intermediate container 1f7d9bcf6da6 [2023-04-24T01:17:39.632Z] ---> 7c02352d8849 [2023-04-24T01:17:39.632Z] Step 7/12 : WORKDIR /device-gpio [2023-04-24T01:17:39.632Z] ---> Running in 69dd82e56246 [2023-04-24T01:17:39.908Z] Removing intermediate container 69dd82e56246 [2023-04-24T01:17:39.908Z] ---> 2d20a1b1b26f [2023-04-24T01:17:39.908Z] Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-24T01:17:40.179Z] ---> Running in 99fca54151ee [2023-04-24T01:17:41.174Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-24T01:17:41.760Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-24T01:17:42.723Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-04-24T01:17:42.992Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-04-24T01:17:42.992Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-04-24T01:17:42.992Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-04-24T01:17:42.992Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T01:17:42.992Z] OK: 268 MiB in 57 packages [2023-04-24T01:17:43.959Z] Removing intermediate container 99fca54151ee [2023-04-24T01:17:43.959Z] ---> 8a1b6590b7a4 [2023-04-24T01:17:43.959Z] Step 9/12 : COPY go.mod vendor* ./ [2023-04-24T01:17:44.546Z] ---> dc3e43c25440 [2023-04-24T01:17:44.546Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T01:17:44.546Z] ---> Running in bdeca6a3a975 [2023-04-24T01:18:52.495Z] Removing intermediate container bdeca6a3a975 [2023-04-24T01:18:52.495Z] ---> 873386900cdd [2023-04-24T01:18:52.495Z] Step 11/12 : COPY . . [2023-04-24T01:18:52.495Z] ---> 76c2b3b38429 [2023-04-24T01:18:52.495Z] Step 12/12 : RUN ${MAKE} [2023-04-24T01:18:52.495Z] ---> Running in 4e5d9960ba3b [2023-04-24T01:18:52.495Z] noop [2023-04-24T01:18:52.495Z] Removing intermediate container 4e5d9960ba3b [2023-04-24T01:18:52.495Z] ---> f83465a1b2e8 [2023-04-24T01:18:52.495Z] Successfully built f83465a1b2e8 [2023-04-24T01:18:52.495Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T01:18:52.986Z] + docker inspect -f . ci-base-image-arm64 [2023-04-24T01:18:52.986Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T01:18:53.324Z] prd-ubuntu20.04-docker-arm64-4c-16g-9418 does not seem to be running inside a container [2023-04-24T01:18:53.397Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-gpio/1 -v /w/workspace/device-gpio/1:/w/workspace/device-gpio/1:rw,z -v /w/workspace/device-gpio/1@tmp:/w/workspace/device-gpio/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-24T01:18:54.594Z] $ docker top 55461b49c1fc838b360fd3714fcc55b7755ce6086fce4abb5b02eef0a01aa45b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-24T01:18:55.498Z] + go version [2023-04-24T01:18:55.498Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-24T01:18:55.543Z] $ docker stop --time=1 55461b49c1fc838b360fd3714fcc55b7755ce6086fce4abb5b02eef0a01aa45b [2023-04-24T01:18:57.167Z] $ docker rm -f --volumes 55461b49c1fc838b360fd3714fcc55b7755ce6086fce4abb5b02eef0a01aa45b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T01:18:58.058Z] + docker inspect -f . ci-base-image-arm64 [2023-04-24T01:18:58.059Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T01:18:58.343Z] prd-ubuntu20.04-docker-arm64-4c-16g-9418 does not seem to be running inside a container [2023-04-24T01:18:58.420Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-gpio/1 -v /w/workspace/device-gpio/1:/w/workspace/device-gpio/1:rw,z -v /w/workspace/device-gpio/1@tmp:/w/workspace/device-gpio/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-24T01:18:59.620Z] $ docker top 5f614f765b8f811e1ef9da1ae81a7889f772d0922f077fa028cb917f8b14a8b5 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-24T01:19:00.550Z] + git config --global --add safe.directory /w/workspace/device-gpio/1 [Pipeline] fileExists [Pipeline] sh [2023-04-24T01:19:01.275Z] + make test [2023-04-24T01:19:01.275Z] go test ./... -coverprofile=coverage.out ./... [2023-04-24T01:19:40.433Z] ? github.com/edgexfoundry/device-gpio [no test files] [2023-04-24T01:21:32.157Z] ? github.com/edgexfoundry/device-gpio/cmd [no test files] [2023-04-24T01:21:32.157Z] ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] [2023-04-24T01:21:32.744Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-24T01:21:32.744Z] go vet ./... [2023-04-24T01:22:05.023Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-24T01:22:05.023Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-24T01:22:05.023Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-24T01:22:05.065Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-24T01:22:05.101Z] $ docker stop --time=1 5f614f765b8f811e1ef9da1ae81a7889f772d0922f077fa028cb917f8b14a8b5 [2023-04-24T01:22:08.851Z] $ docker rm -f --volumes 5f614f765b8f811e1ef9da1ae81a7889f772d0922f077fa028cb917f8b14a8b5 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-24T01:22:10.070Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-24T01:22:10.110Z] Warning: overwriting stash ‘coverage-report’ [2023-04-24T01:22:10.620Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-24T01:22:11.274Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-24T01:22:11.637Z] + ls -al . [2023-04-24T01:22:11.637Z] total 152 [2023-04-24T01:22:11.637Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 24 01:19 . [2023-04-24T01:22:11.637Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 01:16 .. [2023-04-24T01:22:11.637Z] -rw-rw-r-- 1 jenkins jenkins 120 Apr 24 01:16 .dockerignore [2023-04-24T01:22:11.637Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 24 01:16 .git [2023-04-24T01:22:11.637Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 01:16 .github [2023-04-24T01:22:11.637Z] -rw-rw-r-- 1 jenkins jenkins 343 Apr 24 01:16 .gitignore [2023-04-24T01:22:11.637Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 24 01:16 .golangci.yml [2023-04-24T01:22:11.637Z] -rw-rw-r-- 1 jenkins jenkins 9702 Apr 24 01:16 Attribution.txt [2023-04-24T01:22:11.637Z] -rw-rw-r-- 1 jenkins jenkins 4069 Apr 24 01:16 CHANGELOG.md [2023-04-24T01:22:11.637Z] -rw-rw-r-- 1 jenkins jenkins 1542 Apr 24 01:16 Dockerfile [2023-04-24T01:22:11.637Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 24 01:16 GOVERNANCE.md [2023-04-24T01:22:11.637Z] -rw-rw-r-- 1 jenkins jenkins 657 Apr 24 01:16 Jenkinsfile [2023-04-24T01:22:11.637Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 24 01:16 LICENSE [2023-04-24T01:22:11.637Z] -rw-rw-r-- 1 jenkins jenkins 1692 Apr 24 01:16 Makefile [2023-04-24T01:22:11.637Z] -rw-rw-r-- 1 jenkins jenkins 617 Apr 24 01:16 OWNERS.md [2023-04-24T01:22:11.637Z] -rw-rw-r-- 1 jenkins jenkins 11790 Apr 24 01:16 README.md [2023-04-24T01:22:11.637Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 24 01:14 VERSION [2023-04-24T01:22:11.637Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 24 01:16 bin [2023-04-24T01:22:11.637Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 01:16 cmd [2023-04-24T01:22:11.637Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 24 01:19 coverage.out [2023-04-24T01:22:11.637Z] -rw-rw-r-- 1 jenkins jenkins 3269 Apr 24 01:16 go.mod [2023-04-24T01:22:11.637Z] -rw-rw-r-- 1 jenkins jenkins 31700 Apr 24 01:16 go.sum [2023-04-24T01:22:11.637Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 01:16 internal [2023-04-24T01:22:11.637Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 01:16 snap [2023-04-24T01:22:11.637Z] -rw-rw-r-- 1 jenkins jenkins 209 Apr 24 01:16 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T01:22:12.078Z] + 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=0ef77d88bcc05ae3f2d10df095a5e1be5e32211f --label arch=arm64 --label version=0.0.0 . [2023-04-24T01:22:12.351Z] Sending build context to Docker daemon 8.122MB [2023-04-24T01:22:12.351Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-04-24T01:22:12.351Z] Step 2/25 : FROM ${BASE} AS builder [2023-04-24T01:22:12.351Z] ---> f83465a1b2e8 [2023-04-24T01:22:12.351Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-04-24T01:22:12.620Z] ---> Running in 166067985edd [2023-04-24T01:22:12.889Z] Removing intermediate container 166067985edd [2023-04-24T01:22:12.889Z] ---> c6ae7a51af90 [2023-04-24T01:22:12.889Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-24T01:22:12.889Z] ---> Running in c802d97f520c [2023-04-24T01:22:13.165Z] Removing intermediate container c802d97f520c [2023-04-24T01:22:13.165Z] ---> de1fed6b509d [2023-04-24T01:22:13.165Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client " [2023-04-24T01:22:13.437Z] ---> Running in 156a4c476c4e [2023-04-24T01:22:13.705Z] Removing intermediate container 156a4c476c4e [2023-04-24T01:22:13.705Z] ---> 078cfa06a066 [2023-04-24T01:22:13.705Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2023-04-24T01:22:13.705Z] ---> Running in 7fbb363fd608 [2023-04-24T01:22:13.977Z] Removing intermediate container 7fbb363fd608 [2023-04-24T01:22:13.977Z] ---> 3ec940e5a285 [2023-04-24T01:22:13.977Z] Step 7/25 : WORKDIR /device-gpio [2023-04-24T01:22:14.247Z] ---> Running in bb3e911335cf [2023-04-24T01:22:14.516Z] Removing intermediate container bb3e911335cf [2023-04-24T01:22:14.516Z] ---> 7162a96f630b [2023-04-24T01:22:14.516Z] Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-24T01:22:14.516Z] ---> Running in 2c181908ca94 [2023-04-24T01:22:15.478Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-24T01:22:16.443Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-24T01:22:17.408Z] OK: 268 MiB in 57 packages [2023-04-24T01:22:18.372Z] Removing intermediate container 2c181908ca94 [2023-04-24T01:22:18.372Z] ---> 2f102e97ede6 [2023-04-24T01:22:18.372Z] Step 9/25 : COPY go.mod vendor* ./ [2023-04-24T01:22:18.967Z] ---> 22dc2af1eb09 [2023-04-24T01:22:18.967Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T01:22:18.967Z] ---> Running in c253a972c633 [2023-04-24T01:22:22.323Z] Removing intermediate container c253a972c633 [2023-04-24T01:22:22.323Z] ---> 9813e28042f5 [2023-04-24T01:22:22.323Z] Step 11/25 : COPY . . [2023-04-24T01:22:23.291Z] ---> 18a67d858727 [2023-04-24T01:22:23.291Z] Step 12/25 : RUN ${MAKE} [2023-04-24T01:22:23.291Z] ---> Running in 888f35a0a8a2 [2023-04-24T01:22:24.263Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-gpio.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-gpio ./cmd [2023-04-24T01:24:46.005Z] Removing intermediate container 888f35a0a8a2 [2023-04-24T01:24:46.005Z] ---> 16476bdffaf6 [2023-04-24T01:24:46.005Z] Step 13/25 : FROM alpine:3.17 [2023-04-24T01:24:46.005Z] 3.17: Pulling from library/alpine [2023-04-24T01:24:46.005Z] c41833b44d91: Pulling fs layer [2023-04-24T01:24:46.005Z] c41833b44d91: Verifying Checksum [2023-04-24T01:24:46.005Z] c41833b44d91: Download complete [2023-04-24T01:24:46.005Z] c41833b44d91: Pull complete [2023-04-24T01:24:46.005Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-24T01:24:46.005Z] Status: Downloaded newer image for alpine:3.17 [2023-04-24T01:24:46.005Z] ---> 51e60588ff2c [2023-04-24T01:24:46.006Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' [2023-04-24T01:24:46.006Z] ---> Running in 6d70d68183c6 [2023-04-24T01:24:46.006Z] Removing intermediate container 6d70d68183c6 [2023-04-24T01:24:46.006Z] ---> d144780a83fe [2023-04-24T01:24:46.006Z] Step 15/25 : RUN apk add --update --no-cache [2023-04-24T01:24:46.006Z] ---> Running in d65add5c1e77 [2023-04-24T01:24:46.006Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-24T01:24:46.006Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-24T01:24:46.006Z] OK: 7 MiB in 15 packages [2023-04-24T01:24:46.006Z] Removing intermediate container d65add5c1e77 [2023-04-24T01:24:46.006Z] ---> 701e1569d954 [2023-04-24T01:24:46.006Z] Step 16/25 : WORKDIR / [2023-04-24T01:24:46.006Z] ---> Running in 6beb954565f1 [2023-04-24T01:24:46.006Z] Removing intermediate container 6beb954565f1 [2023-04-24T01:24:46.006Z] ---> 274bccc75dea [2023-04-24T01:24:46.006Z] Step 17/25 : COPY --from=builder /device-gpio/Attribution.txt / [2023-04-24T01:24:46.006Z] ---> 13e644230ed8 [2023-04-24T01:24:46.006Z] Step 18/25 : COPY --from=builder /device-gpio/LICENSE / [2023-04-24T01:24:48.596Z] ---> 706101fa931e [2023-04-24T01:24:48.596Z] Step 19/25 : COPY --from=builder /device-gpio/cmd/ / [2023-04-24T01:24:49.569Z] ---> 4633f10b71be [2023-04-24T01:24:49.569Z] Step 20/25 : EXPOSE 59910 [2023-04-24T01:24:49.838Z] ---> Running in 58d8844674b2 [2023-04-24T01:24:50.106Z] Removing intermediate container 58d8844674b2 [2023-04-24T01:24:50.106Z] ---> 39c1335d0711 [2023-04-24T01:24:50.106Z] Step 21/25 : ENTRYPOINT ["/device-gpio"] [2023-04-24T01:24:50.106Z] ---> Running in edd0584d9f0a [2023-04-24T01:24:50.377Z] Removing intermediate container edd0584d9f0a [2023-04-24T01:24:50.377Z] ---> 32e6fb780a6f [2023-04-24T01:24:50.377Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-24T01:24:50.377Z] ---> Running in fd1bca6589cb [2023-04-24T01:24:50.646Z] Removing intermediate container fd1bca6589cb [2023-04-24T01:24:50.646Z] ---> e900a55c982b [2023-04-24T01:24:50.646Z] Step 23/25 : LABEL arch=arm64 [2023-04-24T01:24:50.646Z] ---> Running in f406b5fc4633 [2023-04-24T01:24:50.924Z] Removing intermediate container f406b5fc4633 [2023-04-24T01:24:50.924Z] ---> eac0fab08940 [2023-04-24T01:24:50.924Z] Step 24/25 : LABEL git_sha=0ef77d88bcc05ae3f2d10df095a5e1be5e32211f [2023-04-24T01:24:51.199Z] ---> Running in 3f1aaf5db590 [2023-04-24T01:24:51.467Z] Removing intermediate container 3f1aaf5db590 [2023-04-24T01:24:51.467Z] ---> 7054493388ef [2023-04-24T01:24:51.467Z] Step 25/25 : LABEL version=0.0.0 [2023-04-24T01:24:51.467Z] ---> Running in 3dfd4ff33d4c [2023-04-24T01:24:51.736Z] Removing intermediate container 3dfd4ff33d4c [2023-04-24T01:24:51.736Z] ---> 3c6001856494 [2023-04-24T01:24:51.736Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-24T01:24:51.736Z] Successfully built 3c6001856494 [2023-04-24T01:24:51.736Z] Successfully tagged device-gpio-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T01:24:52.639Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-24T01:24:52.639Z] [2023-04-24T01:24:52.639Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T01:24:53.063Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-24T01:24:53.063Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-24T01:24:53.063Z] 8998bd30e6a1: Pulling fs layer [2023-04-24T01:24:53.063Z] 04944245beec: Pulling fs layer [2023-04-24T01:24:53.063Z] 699f458cf7ca: Pulling fs layer [2023-04-24T01:24:53.063Z] 765212b225bb: Pulling fs layer [2023-04-24T01:24:53.063Z] f23df028b6ca: Pulling fs layer [2023-04-24T01:24:53.063Z] d65c8cfc05b1: Pulling fs layer [2023-04-24T01:24:53.063Z] 2437ff75d9bd: Pulling fs layer [2023-04-24T01:24:53.063Z] 765212b225bb: Waiting [2023-04-24T01:24:53.063Z] f23df028b6ca: Waiting [2023-04-24T01:24:53.063Z] d65c8cfc05b1: Waiting [2023-04-24T01:24:53.063Z] 2437ff75d9bd: Waiting [2023-04-24T01:24:53.332Z] 04944245beec: Verifying Checksum [2023-04-24T01:24:53.332Z] 04944245beec: Download complete [2023-04-24T01:24:53.332Z] 765212b225bb: Verifying Checksum [2023-04-24T01:24:53.332Z] 765212b225bb: Download complete [2023-04-24T01:24:53.332Z] f23df028b6ca: Verifying Checksum [2023-04-24T01:24:53.332Z] f23df028b6ca: Download complete [2023-04-24T01:24:53.332Z] d65c8cfc05b1: Verifying Checksum [2023-04-24T01:24:53.332Z] d65c8cfc05b1: Download complete [2023-04-24T01:24:53.601Z] 699f458cf7ca: Verifying Checksum [2023-04-24T01:24:53.601Z] 699f458cf7ca: Download complete [2023-04-24T01:24:53.869Z] 8998bd30e6a1: Verifying Checksum [2023-04-24T01:24:53.869Z] 8998bd30e6a1: Download complete [2023-04-24T01:24:56.463Z] 2437ff75d9bd: Verifying Checksum [2023-04-24T01:24:56.463Z] 2437ff75d9bd: Download complete [2023-04-24T01:24:57.425Z] 8998bd30e6a1: Pull complete [2023-04-24T01:24:58.010Z] 04944245beec: Pull complete [2023-04-24T01:24:58.973Z] 699f458cf7ca: Pull complete [2023-04-24T01:24:59.324Z] 765212b225bb: Pull complete [2023-04-24T01:25:00.316Z] f23df028b6ca: Pull complete [2023-04-24T01:25:00.316Z] d65c8cfc05b1: Pull complete [2023-04-24T01:25:15.426Z] 2437ff75d9bd: Pull complete [2023-04-24T01:25:15.426Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-24T01:25:15.426Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-24T01:25:15.426Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T01:25:15.774Z] prd-ubuntu20.04-docker-arm64-4c-16g-9418 does not seem to be running inside a container [2023-04-24T01:25:15.851Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-gpio/1 -v /w/workspace/device-gpio/1:/w/workspace/device-gpio/1:rw,z -v /w/workspace/device-gpio/1@tmp:/w/workspace/device-gpio/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-04-24T01:25:18.424Z] $ docker top bfe52f93ac34460f90e74dff06b6f7d145c42a9f6f053475d1020fe582e7ae3b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-24T01:25:19.362Z] ---> job-cost.sh [2023-04-24T01:25:19.362Z] lf-activate-venv: SKIPPING [2023-04-24T01:25:19.362Z] INFO: No Stack... [2023-04-24T01:25:19.628Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-24T01:25:20.590Z] INFO: Archiving Costs [Pipeline] sh [2023-04-24T01:25:21.203Z] + cat /w/workspace/device-gpio/1/archives/cost.csv [2023-04-24T01:25:21.203Z] + cut -d, -f6 [Pipeline] lock [2023-04-24T01:25:21.294Z] Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-PR-159-1-stack-cost] [2023-04-24T01:25:21.299Z] Resource [jenkins-edgexfoundry-device-gpio-PR-159-1-stack-cost] did not exist. Created. [2023-04-24T01:25:21.299Z] Lock acquired on [jenkins-edgexfoundry-device-gpio-PR-159-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-24T01:25:22.056Z] /w/workspace/device-gpio/1@tmp/durable-825cd19b/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-04-24T01:25:22.739Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-24T01:25:22.780Z] Warning: overwriting stash ‘stack-cost’ [2023-04-24T01:25:22.829Z] Stashed 1 file(s) [Pipeline] } [2023-04-24T01:25:22.849Z] Lock released on resource [jenkins-edgexfoundry-device-gpio-PR-159-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-24T01:25:22.941Z] $ docker stop --time=1 bfe52f93ac34460f90e74dff06b6f7d145c42a9f6f053475d1020fe582e7ae3b [2023-04-24T01:25:24.446Z] $ docker rm -f --volumes bfe52f93ac34460f90e74dff06b6f7d145c42a9f6f053475d1020fe582e7ae3b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-04-24T01:25:25.552Z] provisioning config files... [2023-04-24T01:25:25.559Z] copy managed file [device-gpio-codecov-token] to file:/w/workspace/edgexfoundry_device-gpio_PR-159@tmp/config4626241473835905572tmp [Pipeline] { [Pipeline] sh [2023-04-24T01:25:25.903Z] + set +x [2023-04-24T01:25:25.903Z] + bash -s -- [2023-04-24T01:25:25.903Z] + curl -s https://codecov.io/bash [2023-04-24T01:25:26.162Z] [2023-04-24T01:25:26.162Z] _____ _ [2023-04-24T01:25:26.162Z] / ____| | | [2023-04-24T01:25:26.162Z] | | ___ __| | ___ ___ _____ __ [2023-04-24T01:25:26.162Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-24T01:25:26.162Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-24T01:25:26.162Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-24T01:25:26.162Z] Bash-1.0.6 [2023-04-24T01:25:26.162Z] [2023-04-24T01:25:26.162Z] [2023-04-24T01:25:26.162Z] ==> git version 2.25.1 found [2023-04-24T01:25:26.162Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-04-24T01:25:26.162Z] Release-Date: 2020-01-08 [2023-04-24T01:25:26.162Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-04-24T01:25:26.162Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-24T01:25:26.162Z] ==> Jenkins CI detected. [2023-04-24T01:25:26.162Z] current dir:  /w/workspace/edgexfoundry_device-gpio_PR-159 [2023-04-24T01:25:26.162Z] project root: . [2023-04-24T01:25:26.162Z] --> token set from env [2023-04-24T01:25:26.162Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-24T01:25:26.162Z] ==> Running gcov in . (disable via -X gcov) [2023-04-24T01:25:26.162Z] ==> Python coveragepy not found [2023-04-24T01:25:26.162Z] ==> Searching for coverage reports in: [2023-04-24T01:25:26.162Z] + . [2023-04-24T01:25:26.162Z] -> Found 1 reports [2023-04-24T01:25:26.162Z] ==> Detecting git/mercurial file structure [2023-04-24T01:25:26.162Z] ==> Reading reports [2023-04-24T01:25:26.162Z] + ./coverage.out bytes=10 [2023-04-24T01:25:26.162Z] ==> Appending adjustments [2023-04-24T01:25:26.162Z] https://docs.codecov.io/docs/fixing-reports [2023-04-24T01:25:26.162Z] + Found adjustments [2023-04-24T01:25:26.162Z] ==> Gzipping contents [2023-04-24T01:25:26.162Z] 4.0K /tmp/codecov.j8iThb.gz [2023-04-24T01:25:26.162Z] ==> Uploading reports [2023-04-24T01:25:26.162Z] url: https://codecov.io [2023-04-24T01:25:26.162Z] query: branch=PR-159&commit=0ef77d88bcc05ae3f2d10df095a5e1be5e32211f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2FPR-159%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=159&job=&cmd_args= [2023-04-24T01:25:26.162Z] -> Pinging Codecov [2023-04-24T01:25:26.162Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=fd99c0d9-4bd5-4cc4-839c-8c49599ba8c8&branch=PR-159&commit=0ef77d88bcc05ae3f2d10df095a5e1be5e32211f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2FPR-159%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=159&job=&cmd_args= [2023-04-24T01:25:26.424Z] -> Uploading to [2023-04-24T01:25:26.424Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-24/3EC07B1A8CA8AF9BCAA0BB9F0134797F/0ef77d88bcc05ae3f2d10df095a5e1be5e32211f/e620ca02-104a-47ba-ae96-577c17e8b937.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230424%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230424T012526Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=81debe51b66b10cccfa6f4e726192a916d6f3692b5a817067b74b3f31e4d17f5 [2023-04-24T01:25:26.424Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-24T01:25:26.424Z] Dload Upload Total Spent Left Speed [2023-04-24T01:25:26.683Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 724 0 0 100 724 0 3042 --:--:-- --:--:-- --:--:-- 3042 [2023-04-24T01:25:26.683Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-gpio/commit/0ef77d88bcc05ae3f2d10df095a5e1be5e32211f [Pipeline] } [2023-04-24T01:25:26.712Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-04-24T01:25:28.749Z] + [ -d /w/workspace/edgexfoundry_device-gpio_PR-159/archives ] [2023-04-24T01:25:28.749Z] + ls -al /w/workspace/edgexfoundry_device-gpio_PR-159/archives [2023-04-24T01:25:28.749Z] total 16 [2023-04-24T01:25:28.749Z] drwxr-xr-x 3 root root 4096 Apr 24 01:17 . [2023-04-24T01:25:28.749Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 24 01:17 .. [2023-04-24T01:25:28.749Z] drwxr-xr-x 2 root root 4096 Apr 24 01:17 cost [2023-04-24T01:25:28.749Z] -rw-r--r-- 1 root root 83 Apr 24 01:17 cost.csv [2023-04-24T01:25:28.749Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-gpio_PR-159/archives [2023-04-24T01:25:28.749Z] + ls -al /w/workspace/edgexfoundry_device-gpio_PR-159/archives [2023-04-24T01:25:28.749Z] total 16 [2023-04-24T01:25:28.749Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 24 01:17 . [2023-04-24T01:25:28.749Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 24 01:17 .. [2023-04-24T01:25:28.749Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 24 01:17 cost [2023-04-24T01:25:28.749Z] -rw-r--r-- 1 jenkins jenkins 83 Apr 24 01:17 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-04-24T01:25:29.086Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-24T01:25:29.984Z] ---> package-listing.sh [2023-04-24T01:25:29.984Z] ++ facter osfamily [2023-04-24T01:25:29.984Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-24T01:25:30.245Z] + OS_FAMILY=debian [2023-04-24T01:25:30.245Z] + workspace=/w/workspace/edgexfoundry_device-gpio_PR-159 [2023-04-24T01:25:30.245Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-24T01:25:30.245Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-24T01:25:30.245Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-24T01:25:30.245Z] + PACKAGES=/tmp/packages_start.txt [2023-04-24T01:25:30.245Z] + '[' /w/workspace/edgexfoundry_device-gpio_PR-159 ']' [2023-04-24T01:25:30.245Z] + PACKAGES=/tmp/packages_end.txt [2023-04-24T01:25:30.245Z] + case "${OS_FAMILY}" in [2023-04-24T01:25:30.245Z] + dpkg -l [2023-04-24T01:25:30.245Z] + grep '^ii' [2023-04-24T01:25:30.245Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-24T01:25:30.245Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-24T01:25:30.245Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-24T01:25:30.245Z] + '[' /w/workspace/edgexfoundry_device-gpio_PR-159 ']' [2023-04-24T01:25:30.245Z] + mkdir -p /w/workspace/edgexfoundry_device-gpio_PR-159/archives/ [2023-04-24T01:25:30.245Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-gpio_PR-159/archives/ [Pipeline] echo [2023-04-24T01:25:30.279Z] 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-159/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-04-24T01:25:30.572Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T01:25:31.210Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-24T01:25:31.210Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T01:25:31.370Z] prd-ubuntu20.04-docker-8c-8g-9416 does not seem to be running inside a container [2023-04-24T01:25:31.397Z] $ 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-159/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-159 -v /w/workspace/edgexfoundry_device-gpio_PR-159:/w/workspace/edgexfoundry_device-gpio_PR-159:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-159@tmp:/w/workspace/edgexfoundry_device-gpio_PR-159@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 [2023-04-24T01:25:31.572Z] $ docker top 1d1f4bebdbf75fbb5a4c27a1f99c509c8fee65058f62b005bd4c2af6eefa9378 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-24T01:25:31.971Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-24T01:25:32.290Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-24T01:25:32.597Z] + ls /var/log/sa-host [2023-04-24T01:25:32.597Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-24T01:25:32.833Z] provisioning config files... [2023-04-24T01:25:32.845Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-gpio_PR-159@tmp/config4860192330235352518tmp [Pipeline] { [Pipeline] echo [2023-04-24T01:25:32.898Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-24T01:25:33.212Z] ---> create-netrc.sh [Pipeline] } [2023-04-24T01:25:33.241Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-24T01:25:33.658Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-24T01:25:33.692Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-24T01:25:34.006Z] ---> sudo-logs.sh [2023-04-24T01:25:34.006Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-24T01:25:34.098Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-24T01:25:34.407Z] ---> job-cost.sh [2023-04-24T01:25:34.407Z] lf-activate-venv: SKIPPING [2023-04-24T01:25:34.407Z] DEBUG: total: 0.2199999988079071 [2023-04-24T01:25:34.407Z] INFO: Retrieving Stack Cost... [2023-04-24T01:25:34.975Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-24T01:25:35.234Z] INFO: Archiving Costs [Pipeline] echo [2023-04-24T01:25:35.273Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-24T01:25:35.590Z] ---> logs-deploy.sh [2023-04-24T01:25:35.590Z] lf-activate-venv: SKIPPING [2023-04-24T01:25:35.590Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-gpio/PR-159/1 [2023-04-24T01:25:35.590Z] INFO: archiving workspace using pattern(s): [2023-04-24T01:25:36.527Z] Archives upload complete. [2023-04-24T01:25:36.527Z] INFO: archiving logs to Nexus