Pull request #96 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of theonefx for edgexfoundry/device-gpio Loading trusted files from base branch main at 07860bbab13f2ff928825cd544dbeda419b1d542 rather than 4c920a71d6432288555ae2d0f9ae1743171470c6 Obtained Jenkinsfile from 07860bbab13f2ff928825cd544dbeda419b1d542 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-ssh10702444483178475098.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh1625003229687732190.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-gpio/branches/PR-96/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-96/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15265206103718884708.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-96/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13719391050639797107.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh18034633731857830027.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-96/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-96/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15546863285183585787.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-gpio] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-gpio-settings PROJECT: device-gpio USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-gpio DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-5214 in /w/workspace/edgexfoundry_device-gpio_PR-96 [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-96 # 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/96/head:refs/remotes/origin/PR-96 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 07860bbab13f2ff928825cd544dbeda419b1d542 into PR head commit 4c920a71d6432288555ae2d0f9ae1743171470c6 Merge succeeded, producing 4c920a71d6432288555ae2d0f9ae1743171470c6 Checking out Revision 4c920a71d6432288555ae2d0f9ae1743171470c6 (PR-96) > git config core.sparsecheckout # timeout=10 > git checkout -f 4c920a71d6432288555ae2d0f9ae1743171470c6 # 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 07860bbab13f2ff928825cd544dbeda419b1d542 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4c920a71d6432288555ae2d0f9ae1743171470c6 # timeout=10 Commit message: "fix GOFLAGS not works" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-09T08:21:22.179Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-09T08:21:22.360Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-09T08:21:22.453Z] ========================================================= [2023-02-09T08:21:22.453Z] EdgeX Global Pipelines Version Info [2023-02-09T08:21:22.453Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-09T08:21:23.199Z] ------------------- [2023-02-09T08:21:23.199Z] stable info: [2023-02-09T08:21:23.199Z] ------------------- [2023-02-09T08:21:23.199Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-09T08:21:23.199Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-09T08:21:23.199Z] Message: update stable to v1.0.244 [2023-02-09T08:21:23.770Z] ------------------- [2023-02-09T08:21:23.770Z] experimental info: [2023-02-09T08:21:23.770Z] ------------------- [2023-02-09T08:21:23.770Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-09T08:21:23.770Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-09T08:21:23.770Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-09T08:21:24.050Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-gpio-settings [Pipeline] echo [2023-02-09T08:21:24.088Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-gpio [Pipeline] echo [2023-02-09T08:21:24.128Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-09T08:21:24.167Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-09T08:21:24.203Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-09T08:21:24.242Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-09T08:21:24.279Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-09T08:21:24.316Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-02-09T08:21:24.360Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-09T08:21:24.399Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-09T08:21:24.435Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-09T08:21:24.469Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-gpio [Pipeline] echo [2023-02-09T08:21:24.504Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-09T08:21:24.543Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-09T08:21:24.578Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-09T08:21:24.615Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-09T08:21:24.650Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-09T08:21:24.687Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-09T08:21:24.721Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-09T08:21:24.758Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-09T08:21:24.795Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-02-09T08:21:24.838Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-02-09T08:21:24.872Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-09T08:21:24.909Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-09T08:21:24.950Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-09T08:21:24.997Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-09T08:21:25.039Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-09T08:21:25.082Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-96 [Pipeline] echo [2023-02-09T08:21:25.121Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-96 [Pipeline] echo [2023-02-09T08:21:25.157Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-96 [Pipeline] echo [2023-02-09T08:21:25.195Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4c920a71d6432288555ae2d0f9ae1743171470c6 [Pipeline] echo [2023-02-09T08:21:25.233Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4c920a7 [Pipeline] echo [2023-02-09T08:21:25.272Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-09T08:21:25.382Z] provisioning config files... [2023-02-09T08:21:25.396Z] copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_PR-96@tmp/config2816454516527732264tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-09T08:21:25.733Z] ---> docker-login.sh [2023-02-09T08:21:25.733Z] nexus3.edgexfoundry.org:10001 [2023-02-09T08:21:25.993Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-09T08:21:25.993Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-09T08:21:25.993Z] Configure a credential helper to remove this warning. See [2023-02-09T08:21:25.993Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-09T08:21:25.993Z] [2023-02-09T08:21:25.993Z] Login Succeeded [2023-02-09T08:21:25.993Z] nexus3.edgexfoundry.org:10002 [2023-02-09T08:21:26.253Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-09T08:21:26.253Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-09T08:21:26.253Z] Configure a credential helper to remove this warning. See [2023-02-09T08:21:26.253Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-09T08:21:26.253Z] [2023-02-09T08:21:26.253Z] Login Succeeded [2023-02-09T08:21:26.253Z] nexus3.edgexfoundry.org:10003 [2023-02-09T08:21:26.253Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-09T08:21:26.253Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-09T08:21:26.253Z] Configure a credential helper to remove this warning. See [2023-02-09T08:21:26.253Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-09T08:21:26.253Z] [2023-02-09T08:21:26.253Z] Login Succeeded [2023-02-09T08:21:26.253Z] nexus3.edgexfoundry.org:10004 [2023-02-09T08:21:26.514Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-09T08:21:26.514Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-09T08:21:26.514Z] Configure a credential helper to remove this warning. See [2023-02-09T08:21:26.514Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-09T08:21:26.514Z] [2023-02-09T08:21:26.514Z] Login Succeeded [2023-02-09T08:21:26.514Z] docker.io [2023-02-09T08:21:26.514Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-09T08:21:26.774Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-09T08:21:26.774Z] Configure a credential helper to remove this warning. See [2023-02-09T08:21:26.774Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-09T08:21:26.774Z] [2023-02-09T08:21:26.774Z] Login Succeeded [2023-02-09T08:21:26.774Z] ---> docker-login.sh ends [Pipeline] } [2023-02-09T08:21:26.800Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-09T08:21:27.399Z] + git rev-list -1 --merges 4c920a71d6432288555ae2d0f9ae1743171470c6~1..4c920a71d6432288555ae2d0f9ae1743171470c6 [Pipeline] echo [2023-02-09T08:21:27.463Z] -----------> git rev-list -1 --merges 4c920a71d6432288555ae2d0f9ae1743171470c6~1..4c920a71d6432288555ae2d0f9ae1743171470c6 4c920a71d6432288555ae2d0f9ae1743171470c6 [false] [Pipeline] sh [2023-02-09T08:21:27.777Z] + git log --format=format:%s -1 4c920a71d6432288555ae2d0f9ae1743171470c6 [Pipeline] echo [2023-02-09T08:21:27.813Z] ========================================================= [2023-02-09T08:21:27.813Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-09T08:21:27.813Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-09T08:21:28.242Z] + git log --format=format:%s -1 4c920a71d6432288555ae2d0f9ae1743171470c6 [Pipeline] echo [2023-02-09T08:21:28.274Z] [semverPrep] GIT_COMMIT: 4c920a71d6432288555ae2d0f9ae1743171470c6, Commit Message: fix GOFLAGS not works [Pipeline] echo [2023-02-09T08:21:28.306Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-09T08:21:28.709Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-09T08:21:28.709Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-09T08:21:28.709Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-09T08:21:28.709Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-09T08:21:28.709Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-09T08:21:28.709Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-09T08:21:28.709Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-09T08:21:29.207Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-09T08:21:29.207Z] [2023-02-09T08:21:29.207Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-09T08:21:29.579Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-09T08:21:29.580Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-09T08:21:29.580Z] b85a868b505f: Pulling fs layer [2023-02-09T08:21:29.580Z] e2be974225ed: Pulling fs layer [2023-02-09T08:21:29.580Z] 339a4e72a1f5: Pulling fs layer [2023-02-09T08:21:29.580Z] 988bab9f4d93: Pulling fs layer [2023-02-09T08:21:29.580Z] 1469e6f7b9e6: Pulling fs layer [2023-02-09T08:21:29.580Z] eaf3925da568: Pulling fs layer [2023-02-09T08:21:29.580Z] bab4dde63d76: Pulling fs layer [2023-02-09T08:21:29.580Z] bde34c3a00c8: Pulling fs layer [2023-02-09T08:21:29.580Z] b352a97aabf1: Pulling fs layer [2023-02-09T08:21:29.580Z] 4872d77fe225: Pulling fs layer [2023-02-09T08:21:29.580Z] 5851b861e8e6: Pulling fs layer [2023-02-09T08:21:29.580Z] 988bab9f4d93: Waiting [2023-02-09T08:21:29.580Z] 1469e6f7b9e6: Waiting [2023-02-09T08:21:29.580Z] eaf3925da568: Waiting [2023-02-09T08:21:29.580Z] bab4dde63d76: Waiting [2023-02-09T08:21:29.580Z] bde34c3a00c8: Waiting [2023-02-09T08:21:29.580Z] b352a97aabf1: Waiting [2023-02-09T08:21:29.580Z] 4872d77fe225: Waiting [2023-02-09T08:21:29.580Z] 5851b861e8e6: Waiting [2023-02-09T08:21:29.580Z] e2be974225ed: Download complete [2023-02-09T08:21:29.580Z] 988bab9f4d93: Verifying Checksum [2023-02-09T08:21:29.580Z] 988bab9f4d93: Download complete [2023-02-09T08:21:29.846Z] 339a4e72a1f5: Verifying Checksum [2023-02-09T08:21:29.846Z] 339a4e72a1f5: Download complete [2023-02-09T08:21:29.846Z] 1469e6f7b9e6: Verifying Checksum [2023-02-09T08:21:29.846Z] 1469e6f7b9e6: Download complete [2023-02-09T08:21:29.846Z] eaf3925da568: Verifying Checksum [2023-02-09T08:21:29.846Z] eaf3925da568: Download complete [2023-02-09T08:21:29.846Z] bde34c3a00c8: Download complete [2023-02-09T08:21:30.538Z] b352a97aabf1: Verifying Checksum [2023-02-09T08:21:30.538Z] b352a97aabf1: Download complete [2023-02-09T08:21:30.538Z] 4872d77fe225: Download complete [2023-02-09T08:21:30.808Z] 5851b861e8e6: Verifying Checksum [2023-02-09T08:21:30.808Z] 5851b861e8e6: Download complete [2023-02-09T08:21:30.808Z] b85a868b505f: Verifying Checksum [2023-02-09T08:21:30.808Z] b85a868b505f: Download complete [2023-02-09T08:21:31.078Z] bab4dde63d76: Verifying Checksum [2023-02-09T08:21:31.078Z] bab4dde63d76: Download complete [2023-02-09T08:21:32.015Z] b85a868b505f: Pull complete [2023-02-09T08:21:32.274Z] e2be974225ed: Pull complete [2023-02-09T08:21:32.842Z] 339a4e72a1f5: Pull complete [2023-02-09T08:21:32.842Z] 988bab9f4d93: Pull complete [2023-02-09T08:21:33.102Z] 1469e6f7b9e6: Pull complete [2023-02-09T08:21:33.102Z] eaf3925da568: Pull complete [2023-02-09T08:21:35.003Z] bab4dde63d76: Pull complete [2023-02-09T08:21:35.003Z] bde34c3a00c8: Pull complete [2023-02-09T08:21:35.003Z] b352a97aabf1: Pull complete [2023-02-09T08:21:35.263Z] 4872d77fe225: Pull complete [2023-02-09T08:21:35.263Z] 5851b861e8e6: Pull complete [2023-02-09T08:21:35.263Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-09T08:21:35.263Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-09T08:21:35.263Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-09T08:21:35.488Z] prd-ubuntu20.04-docker-8c-8g-5214 does not seem to be running inside a container [2023-02-09T08:21:35.525Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_PR-96 -v /w/workspace/edgexfoundry_device-gpio_PR-96:/w/workspace/edgexfoundry_device-gpio_PR-96:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-96@tmp:/w/workspace/edgexfoundry_device-gpio_PR-96@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-devops/py-git-semver:0.1.4 cat [2023-02-09T08:21:36.937Z] $ docker top 2fd5e298188647eff20f32333f1a967afd0229480b53f4f6673a49ed4d7894f7 -eo pid,comm [2023-02-09T08:21:36.998Z] 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-02-09T08:21:36.998Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-09T08:21:37.132Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-09T08:21:37.132Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-09T08:21:37.254Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-09T08:21:37.258Z] $ docker exec 2fd5e298188647eff20f32333f1a967afd0229480b53f4f6673a49ed4d7894f7 ssh-agent [2023-02-09T08:21:37.389Z] SSH_AUTH_SOCK=/tmp/ssh-v7g6S7XXrPTn/agent.32 [2023-02-09T08:21:37.389Z] SSH_AGENT_PID=38 [2023-02-09T08:21:37.407Z] Running ssh-add (command line suppressed) [2023-02-09T08:21:37.504Z] Identity added: /w/workspace/edgexfoundry_device-gpio_PR-96@tmp/private_key_6266891263819239879.key (/w/workspace/edgexfoundry_device-gpio_PR-96@tmp/private_key_6266891263819239879.key) [2023-02-09T08:21:37.513Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-09T08:21:37.844Z] + git tag --points-at HEAD [Pipeline] } [2023-02-09T08:21:37.871Z] $ docker exec --env ******** --env ******** 2fd5e298188647eff20f32333f1a967afd0229480b53f4f6673a49ed4d7894f7 ssh-agent -k [2023-02-09T08:21:37.969Z] unset SSH_AUTH_SOCK; [2023-02-09T08:21:37.970Z] unset SSH_AGENT_PID; [2023-02-09T08:21:37.970Z] echo Agent pid 38 killed; [2023-02-09T08:21:37.976Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-09T08:21:38.060Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-09T08:21:38.060Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-09T08:21:38.173Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-09T08:21:38.177Z] $ docker exec 2fd5e298188647eff20f32333f1a967afd0229480b53f4f6673a49ed4d7894f7 ssh-agent [2023-02-09T08:21:38.284Z] SSH_AUTH_SOCK=/tmp/ssh-XE9GAzpNuvmb/agent.70 [2023-02-09T08:21:38.284Z] SSH_AGENT_PID=76 [2023-02-09T08:21:38.288Z] Running ssh-add (command line suppressed) [2023-02-09T08:21:38.386Z] Identity added: /w/workspace/edgexfoundry_device-gpio_PR-96@tmp/private_key_4961454439402027132.key (/w/workspace/edgexfoundry_device-gpio_PR-96@tmp/private_key_4961454439402027132.key) [2023-02-09T08:21:38.398Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-09T08:21:38.735Z] + git semver init [2023-02-09T08:21:38.997Z] 2023-02-09 08:21:38,936 [run_init] DEBUG init version:0.0.0 force:False [2023-02-09T08:21:38.997Z] 2023-02-09 08:21:38,937 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-gpio_PR-96/.semver [2023-02-09T08:21:38.997Z] 2023-02-09 08:21:38,937 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-gpio.git /w/workspace/edgexfoundry_device-gpio_PR-96/.semver [2023-02-09T08:21:38.997Z] 2023-02-09 08:21:38,937 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-gpio.git', '/w/workspace/edgexfoundry_device-gpio_PR-96/.semver'], cwd=/w/workspace/edgexfoundry_device-gpio_PR-96, universal_newlines=False, shell=None, istream=None) [2023-02-09T08:21:39.939Z] 2023-02-09 08:21:39,940 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-gpio_PR-96/.git/info/exclude [2023-02-09T08:21:40.199Z] 2023-02-09 08:21:39,941 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-gpio_PR-96/.semver/PR-96 with force:False [2023-02-09T08:21:40.199Z] 2023-02-09 08:21:39,941 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-gpio_PR-96/.semver/PR-96 [2023-02-09T08:21:40.199Z] 2023-02-09 08:21:39,947 [execute] INFO git cat-file --batch-check [2023-02-09T08:21:40.199Z] 2023-02-09 08:21:39,948 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_PR-96/.semver, universal_newlines=False, shell=None, istream=) [2023-02-09T08:21:40.199Z] 2023-02-09 08:21:39,954 [execute] INFO git cat-file --batch [2023-02-09T08:21:40.199Z] 2023-02-09 08:21:39,954 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-gpio_PR-96/.semver, universal_newlines=False, shell=None, istream=) [2023-02-09T08:21:40.199Z] 2023-02-09 08:21:39,960 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_PR-96/.semver/PR-96 [2023-02-09T08:21:40.199Z] 0.0.0 [Pipeline] } [2023-02-09T08:21:40.225Z] $ docker exec --env ******** --env ******** 2fd5e298188647eff20f32333f1a967afd0229480b53f4f6673a49ed4d7894f7 ssh-agent -k [2023-02-09T08:21:40.344Z] unset SSH_AUTH_SOCK; [2023-02-09T08:21:40.345Z] unset SSH_AGENT_PID; [2023-02-09T08:21:40.345Z] echo Agent pid 76 killed; [2023-02-09T08:21:40.351Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-09T08:21:41.530Z] + git semver [Pipeline] } [2023-02-09T08:21:41.563Z] $ docker stop --time=1 2fd5e298188647eff20f32333f1a967afd0229480b53f4f6673a49ed4d7894f7 [2023-02-09T08:21:42.911Z] $ docker rm -f --volumes 2fd5e298188647eff20f32333f1a967afd0229480b53f4f6673a49ed4d7894f7 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-09T08:21:43.309Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-09T08:21:43.579Z] Stashed 1 file(s) [Pipeline] echo [2023-02-09T08:21:43.597Z] [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-02-09T08:21:44.194Z] provisioning config files... [2023-02-09T08:21:44.204Z] copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_PR-96@tmp/config14785472800993528507tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-09T08:21:44.546Z] ---> docker-login.sh [2023-02-09T08:21:44.546Z] nexus3.edgexfoundry.org:10001 [2023-02-09T08:21:44.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-09T08:21:44.546Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-09T08:21:44.546Z] Configure a credential helper to remove this warning. See [2023-02-09T08:21:44.546Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-09T08:21:44.546Z] [2023-02-09T08:21:44.546Z] Login Succeeded [2023-02-09T08:21:44.546Z] nexus3.edgexfoundry.org:10002 [2023-02-09T08:21:44.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-09T08:21:44.546Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-09T08:21:44.546Z] Configure a credential helper to remove this warning. See [2023-02-09T08:21:44.546Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-09T08:21:44.546Z] [2023-02-09T08:21:44.546Z] Login Succeeded [2023-02-09T08:21:44.546Z] nexus3.edgexfoundry.org:10003 [2023-02-09T08:21:44.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-09T08:21:44.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-09T08:21:44.805Z] Configure a credential helper to remove this warning. See [2023-02-09T08:21:44.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-09T08:21:44.805Z] [2023-02-09T08:21:44.805Z] Login Succeeded [2023-02-09T08:21:44.805Z] nexus3.edgexfoundry.org:10004 [2023-02-09T08:21:44.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-09T08:21:44.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-09T08:21:44.805Z] Configure a credential helper to remove this warning. See [2023-02-09T08:21:44.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-09T08:21:44.805Z] [2023-02-09T08:21:44.805Z] Login Succeeded [2023-02-09T08:21:44.805Z] docker.io [2023-02-09T08:21:45.071Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-09T08:21:45.330Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-09T08:21:45.330Z] Configure a credential helper to remove this warning. See [2023-02-09T08:21:45.330Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-09T08:21:45.330Z] [2023-02-09T08:21:45.330Z] Login Succeeded [2023-02-09T08:21:45.330Z] ---> docker-login.sh ends [Pipeline] } [2023-02-09T08:21:45.358Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-09T08:21:45.539Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-09T08:21:45.576Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-09T08:21:45.606Z] ========================================================= [2023-02-09T08:21:45.607Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-09T08:21:45.607Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-09T08:21:46.059Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-09T08:21:46.060Z] Sending build context to Docker daemon 15.97MB [2023-02-09T08:21:46.060Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-09T08:21:46.060Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-09T08:21:46.328Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-09T08:21:46.328Z] 213ec9aee27d: Pulling fs layer [2023-02-09T08:21:46.328Z] 4583459ba037: Pulling fs layer [2023-02-09T08:21:46.328Z] 93c1e223e6f2: Pulling fs layer [2023-02-09T08:21:46.328Z] 53926ce57604: Pulling fs layer [2023-02-09T08:21:46.328Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-09T08:21:46.328Z] 53926ce57604: Waiting [2023-02-09T08:21:46.328Z] 22ff95d597cd: Pulling fs layer [2023-02-09T08:21:46.328Z] 12d6caf4c0d1: Pulling fs layer [2023-02-09T08:21:46.328Z] 22ff95d597cd: Waiting [2023-02-09T08:21:46.328Z] 21b2b0c7a3f4: Waiting [2023-02-09T08:21:46.328Z] 96b7cbca73a9: Pulling fs layer [2023-02-09T08:21:46.328Z] a7acece74701: Pulling fs layer [2023-02-09T08:21:46.328Z] 96b7cbca73a9: Waiting [2023-02-09T08:21:46.328Z] a7acece74701: Waiting [2023-02-09T08:21:46.328Z] 93c1e223e6f2: Verifying Checksum [2023-02-09T08:21:46.328Z] 93c1e223e6f2: Download complete [2023-02-09T08:21:46.328Z] 4583459ba037: Verifying Checksum [2023-02-09T08:21:46.328Z] 4583459ba037: Download complete [2023-02-09T08:21:46.328Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-09T08:21:46.328Z] 21b2b0c7a3f4: Download complete [2023-02-09T08:21:46.328Z] 22ff95d597cd: Verifying Checksum [2023-02-09T08:21:46.328Z] 22ff95d597cd: Download complete [2023-02-09T08:21:46.328Z] 213ec9aee27d: Verifying Checksum [2023-02-09T08:21:46.328Z] 12d6caf4c0d1: Verifying Checksum [2023-02-09T08:21:46.328Z] 12d6caf4c0d1: Download complete [2023-02-09T08:21:46.595Z] 213ec9aee27d: Pull complete [2023-02-09T08:21:46.595Z] 4583459ba037: Pull complete [2023-02-09T08:21:46.595Z] 93c1e223e6f2: Pull complete [2023-02-09T08:21:47.206Z] a7acece74701: Verifying Checksum [2023-02-09T08:21:47.206Z] a7acece74701: Download complete [2023-02-09T08:21:47.799Z] 96b7cbca73a9: Verifying Checksum [2023-02-09T08:21:47.799Z] 96b7cbca73a9: Download complete [2023-02-09T08:21:47.799Z] 53926ce57604: Download complete [2023-02-09T08:21:51.993Z] 53926ce57604: Pull complete [2023-02-09T08:21:51.993Z] 21b2b0c7a3f4: Pull complete [2023-02-09T08:21:51.993Z] 22ff95d597cd: Pull complete [2023-02-09T08:21:51.993Z] 12d6caf4c0d1: Pull complete [2023-02-09T08:21:54.526Z] 96b7cbca73a9: Pull complete [2023-02-09T08:21:55.096Z] a7acece74701: Pull complete [2023-02-09T08:21:55.096Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-09T08:21:55.096Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-09T08:21:55.096Z] ---> db6d94c90886 [2023-02-09T08:21:55.097Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-02-09T08:21:57.003Z] ---> Running in c4a81f7c7dd1 [2023-02-09T08:21:57.003Z] Removing intermediate container c4a81f7c7dd1 [2023-02-09T08:21:57.003Z] ---> 4e65a188607f [2023-02-09T08:21:57.003Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-09T08:21:57.003Z] ---> Running in ff9f82f0c8b1 [2023-02-09T08:21:57.263Z] Removing intermediate container ff9f82f0c8b1 [2023-02-09T08:21:57.263Z] ---> e4557a4ecd6b [2023-02-09T08:21:57.263Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client " [2023-02-09T08:21:57.263Z] ---> Running in 16a45a4f57d1 [2023-02-09T08:21:57.263Z] Removing intermediate container 16a45a4f57d1 [2023-02-09T08:21:57.263Z] ---> 2bc802fd03a7 [2023-02-09T08:21:57.263Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-09T08:21:57.263Z] ---> Running in 2f813a42d7a2 [2023-02-09T08:21:57.523Z] Removing intermediate container 2f813a42d7a2 [2023-02-09T08:21:57.523Z] ---> 46db584db8cb [2023-02-09T08:21:57.523Z] Step 7/12 : WORKDIR /device-gpio [2023-02-09T08:21:57.523Z] ---> Running in 118ee7dcd8c1 [2023-02-09T08:21:57.523Z] Removing intermediate container 118ee7dcd8c1 [2023-02-09T08:21:57.523Z] ---> 01d9973c62a6 [2023-02-09T08:21:57.523Z] Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-09T08:21:57.523Z] ---> Running in db885b72da19 [2023-02-09T08:21:57.782Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-09T08:21:58.041Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-09T08:21:58.300Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-02-09T08:21:58.301Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-02-09T08:21:58.301Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-02-09T08:21:58.301Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-02-09T08:21:58.301Z] Executing busybox-1.35.0-r17.trigger [2023-02-09T08:21:58.301Z] OK: 216 MiB in 55 packages [2023-02-09T08:21:58.870Z] Removing intermediate container db885b72da19 [2023-02-09T08:21:58.870Z] ---> f2921111e55c [2023-02-09T08:21:58.870Z] Step 9/12 : COPY go.mod vendor* ./ [2023-02-09T08:21:58.870Z] ---> 4c1c94098133 [2023-02-09T08:21:58.870Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-09T08:21:59.010Z] Still waiting to schedule task [2023-02-09T08:21:59.010Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-02-09T08:21:59.131Z] ---> Running in 06ba77453768 [2023-02-09T08:22:25.703Z] Removing intermediate container 06ba77453768 [2023-02-09T08:22:25.703Z] ---> 127125415590 [2023-02-09T08:22:25.703Z] Step 11/12 : COPY . . [2023-02-09T08:22:25.703Z] ---> d6412b04ddc2 [2023-02-09T08:22:25.703Z] Step 12/12 : RUN ${MAKE} [2023-02-09T08:22:25.703Z] ---> Running in 3e9601982b8f [2023-02-09T08:22:25.703Z] noop [2023-02-09T08:22:25.703Z] Removing intermediate container 3e9601982b8f [2023-02-09T08:22:25.703Z] ---> e4abb364a864 [2023-02-09T08:22:25.703Z] Successfully built e4abb364a864 [2023-02-09T08:22:25.703Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-09T08:22:26.149Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-09T08:22:26.149Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-09T08:22:26.318Z] prd-ubuntu20.04-docker-8c-8g-5214 does not seem to be running inside a container [2023-02-09T08:22:26.352Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-gpio_PR-96 -v /w/workspace/edgexfoundry_device-gpio_PR-96:/w/workspace/edgexfoundry_device-gpio_PR-96:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-96@tmp:/w/workspace/edgexfoundry_device-gpio_PR-96@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-09T08:22:26.736Z] $ docker top 86c578bdf12ce0ef68449d62058420015086b87b70d60850c6066b3d13d7da8d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-09T08:22:27.141Z] + go version [2023-02-09T08:22:27.141Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-09T08:22:27.176Z] $ docker stop --time=1 86c578bdf12ce0ef68449d62058420015086b87b70d60850c6066b3d13d7da8d [2023-02-09T08:22:28.469Z] $ docker rm -f --volumes 86c578bdf12ce0ef68449d62058420015086b87b70d60850c6066b3d13d7da8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-09T08:22:29.196Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-09T08:22:29.196Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-09T08:22:29.351Z] prd-ubuntu20.04-docker-8c-8g-5214 does not seem to be running inside a container [2023-02-09T08:22:29.384Z] $ 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-96 -v /w/workspace/edgexfoundry_device-gpio_PR-96:/w/workspace/edgexfoundry_device-gpio_PR-96:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-96@tmp:/w/workspace/edgexfoundry_device-gpio_PR-96@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-09T08:22:29.749Z] $ docker top e0d71c878b5ddae4620e5abe5a6b2af8e0823edb80a6a418e6fa034a3e8ea163 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-09T08:22:30.142Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-gpio_PR-96 [Pipeline] fileExists [Pipeline] sh [2023-02-09T08:22:30.500Z] + make test [2023-02-09T08:22:30.500Z] go test ./... -coverprofile=coverage.out ./... [2023-02-09T08:22:30.758Z] ? github.com/edgexfoundry/device-gpio [no test files] [2023-02-09T08:22:40.734Z] ? github.com/edgexfoundry/device-gpio/cmd [no test files] [2023-02-09T08:22:40.734Z] ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] [2023-02-09T08:22:47.293Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-02-09T08:22:47.293Z] go vet ./... [2023-02-09T08:22:49.822Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-09T08:22:49.823Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-09T08:22:49.823Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-09T08:22:49.865Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-09T08:22:49.896Z] $ docker stop --time=1 e0d71c878b5ddae4620e5abe5a6b2af8e0823edb80a6a418e6fa034a3e8ea163 [2023-02-09T08:22:51.688Z] $ docker rm -f --volumes e0d71c878b5ddae4620e5abe5a6b2af8e0823edb80a6a418e6fa034a3e8ea163 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-09T08:22:52.189Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-09T08:22:52.251Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-09T08:22:52.902Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-09T08:22:53.213Z] + ls -al . [2023-02-09T08:22:53.213Z] total 168 [2023-02-09T08:22:53.213Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 9 08:22 . [2023-02-09T08:22:53.213Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 9 08:21 .. [2023-02-09T08:22:53.213Z] -rw-rw-r-- 1 jenkins jenkins 120 Feb 9 08:21 .dockerignore [2023-02-09T08:22:53.213Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 9 08:22 .git [2023-02-09T08:22:53.213Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 9 08:21 .github [2023-02-09T08:22:53.213Z] -rw-rw-r-- 1 jenkins jenkins 343 Feb 9 08:21 .gitignore [2023-02-09T08:22:53.213Z] -rw-rw-r-- 1 jenkins jenkins 41 Feb 9 08:21 .golangci.yml [2023-02-09T08:22:53.213Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 9 08:21 .semver [2023-02-09T08:22:53.213Z] -rw-rw-r-- 1 jenkins jenkins 9587 Feb 9 08:21 Attribution.txt [2023-02-09T08:22:53.213Z] -rw-rw-r-- 1 jenkins jenkins 4069 Feb 9 08:21 CHANGELOG.md [2023-02-09T08:22:53.213Z] -rw-rw-r-- 1 jenkins jenkins 1542 Feb 9 08:21 Dockerfile [2023-02-09T08:22:53.213Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 9 08:21 GOVERNANCE.md [2023-02-09T08:22:53.213Z] -rw-rw-r-- 1 jenkins jenkins 657 Feb 9 08:21 Jenkinsfile [2023-02-09T08:22:53.213Z] -rw-rw-r-- 1 jenkins jenkins 11340 Feb 9 08:21 LICENSE [2023-02-09T08:22:53.213Z] -rw-rw-r-- 1 jenkins jenkins 1657 Feb 9 08:21 Makefile [2023-02-09T08:22:53.213Z] -rw-rw-r-- 1 jenkins jenkins 617 Feb 9 08:21 OWNERS.md [2023-02-09T08:22:53.213Z] -rw-rw-r-- 1 jenkins jenkins 11842 Feb 9 08:21 README.md [2023-02-09T08:22:53.213Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 9 08:21 VERSION [2023-02-09T08:22:53.213Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 9 08:21 bin [2023-02-09T08:22:53.213Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 9 08:21 cmd [2023-02-09T08:22:53.213Z] -rw-r--r-- 1 jenkins jenkins 10 Feb 9 08:22 coverage.out [2023-02-09T08:22:53.213Z] -rw-rw-r-- 1 jenkins jenkins 3400 Feb 9 08:21 go.mod [2023-02-09T08:22:53.213Z] -rw-rw-r-- 1 jenkins jenkins 44944 Feb 9 08:21 go.sum [2023-02-09T08:22:53.213Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 9 08:21 internal [2023-02-09T08:22:53.213Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 9 08:21 snap [2023-02-09T08:22:53.213Z] -rw-rw-r-- 1 jenkins jenkins 209 Feb 9 08:21 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-09T08:22:53.592Z] + 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=4c920a71d6432288555ae2d0f9ae1743171470c6 --label arch=amd64 --label version=0.0.0 . [2023-02-09T08:22:53.592Z] Sending build context to Docker daemon 15.97MB [2023-02-09T08:22:53.592Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2023-02-09T08:22:53.592Z] Step 2/25 : FROM ${BASE} AS builder [2023-02-09T08:22:53.592Z] ---> e4abb364a864 [2023-02-09T08:22:53.592Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-02-09T08:22:53.851Z] ---> Running in 4f5db2bc3144 [2023-02-09T08:22:53.851Z] Removing intermediate container 4f5db2bc3144 [2023-02-09T08:22:53.851Z] ---> 38cc194fc779 [2023-02-09T08:22:53.851Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-09T08:22:53.851Z] ---> Running in 3ac572559576 [2023-02-09T08:22:53.851Z] Removing intermediate container 3ac572559576 [2023-02-09T08:22:53.851Z] ---> 8788b4503736 [2023-02-09T08:22:53.851Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client " [2023-02-09T08:22:54.110Z] ---> Running in 6565f9a8a5fd [2023-02-09T08:22:54.110Z] Removing intermediate container 6565f9a8a5fd [2023-02-09T08:22:54.110Z] ---> de9966a620fd [2023-02-09T08:22:54.110Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2023-02-09T08:22:54.110Z] ---> Running in 3f1f6fceb6ab [2023-02-09T08:22:54.370Z] Removing intermediate container 3f1f6fceb6ab [2023-02-09T08:22:54.370Z] ---> bf6d432da86e [2023-02-09T08:22:54.370Z] Step 7/25 : WORKDIR /device-gpio [2023-02-09T08:22:54.370Z] ---> Running in 3bf9c9198ce2 [2023-02-09T08:22:54.370Z] Removing intermediate container 3bf9c9198ce2 [2023-02-09T08:22:54.370Z] ---> 62038a3fd229 [2023-02-09T08:22:54.370Z] Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-09T08:22:54.370Z] ---> Running in 362f5b5dd3d0 [2023-02-09T08:22:54.629Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-09T08:22:54.888Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-09T08:22:55.147Z] OK: 216 MiB in 55 packages [2023-02-09T08:22:55.407Z] Removing intermediate container 362f5b5dd3d0 [2023-02-09T08:22:55.407Z] ---> ebae79404a96 [2023-02-09T08:22:55.407Z] Step 9/25 : COPY go.mod vendor* ./ [2023-02-09T08:22:55.670Z] ---> 03a869e3d228 [2023-02-09T08:22:55.670Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-09T08:22:55.670Z] ---> Running in ca6d2501769e [2023-02-09T08:22:56.614Z] Removing intermediate container ca6d2501769e [2023-02-09T08:22:56.614Z] ---> e49928aadd97 [2023-02-09T08:22:56.614Z] Step 11/25 : COPY . . [2023-02-09T08:22:56.873Z] ---> 9e5b4379f503 [2023-02-09T08:22:56.873Z] Step 12/25 : RUN ${MAKE} [2023-02-09T08:22:56.873Z] ---> Running in aa60bf524ccf [2023-02-09T08:22:57.132Z] 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-02-09T08:23:15.207Z] Removing intermediate container aa60bf524ccf [2023-02-09T08:23:15.207Z] ---> 548f527e1f7c [2023-02-09T08:23:15.207Z] Step 13/25 : FROM alpine:3.16 [2023-02-09T08:23:15.467Z] 3.16: Pulling from library/alpine [2023-02-09T08:23:15.725Z] ca7dd9ec2225: Pulling fs layer [2023-02-09T08:23:15.725Z] ca7dd9ec2225: Verifying Checksum [2023-02-09T08:23:15.725Z] ca7dd9ec2225: Download complete [2023-02-09T08:23:15.984Z] ca7dd9ec2225: Pull complete [2023-02-09T08:23:15.984Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-09T08:23:15.984Z] Status: Downloaded newer image for alpine:3.16 [2023-02-09T08:23:15.984Z] ---> bfe296a52501 [2023-02-09T08:23:15.984Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' [2023-02-09T08:23:15.984Z] ---> Running in 7d33f3922b9d [2023-02-09T08:23:16.242Z] Removing intermediate container 7d33f3922b9d [2023-02-09T08:23:16.242Z] ---> f038a849d515 [2023-02-09T08:23:16.242Z] Step 15/25 : RUN apk add --update --no-cache [2023-02-09T08:23:16.242Z] ---> Running in c48a1248d8b9 [2023-02-09T08:23:16.501Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-09T08:23:16.761Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-09T08:23:17.020Z] OK: 6 MiB in 14 packages [2023-02-09T08:23:17.280Z] Removing intermediate container c48a1248d8b9 [2023-02-09T08:23:17.280Z] ---> 35b3468c58ab [2023-02-09T08:23:17.280Z] Step 16/25 : WORKDIR / [2023-02-09T08:23:17.280Z] ---> Running in 0dfbf8faacb1 [2023-02-09T08:23:17.280Z] Removing intermediate container 0dfbf8faacb1 [2023-02-09T08:23:17.280Z] ---> 5f024e955b2e [2023-02-09T08:23:17.280Z] Step 17/25 : COPY --from=builder /device-gpio/Attribution.txt / [2023-02-09T08:23:17.538Z] ---> 59dfd41be1e4 [2023-02-09T08:23:17.538Z] Step 18/25 : COPY --from=builder /device-gpio/LICENSE / [2023-02-09T08:23:17.538Z] ---> cbfea0f4570c [2023-02-09T08:23:17.538Z] Step 19/25 : COPY --from=builder /device-gpio/cmd/ / [2023-02-09T08:23:18.480Z] ---> a808d5605725 [2023-02-09T08:23:18.480Z] Step 20/25 : EXPOSE 59910 [2023-02-09T08:23:18.480Z] ---> Running in 00a92d1b9b94 [2023-02-09T08:23:18.480Z] Removing intermediate container 00a92d1b9b94 [2023-02-09T08:23:18.480Z] ---> 01ca5bfa5021 [2023-02-09T08:23:18.480Z] Step 21/25 : ENTRYPOINT ["/device-gpio"] [2023-02-09T08:23:18.480Z] ---> Running in 05eec116bd01 [2023-02-09T08:23:18.480Z] Removing intermediate container 05eec116bd01 [2023-02-09T08:23:18.480Z] ---> 83f0dc281ea6 [2023-02-09T08:23:18.480Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-09T08:23:18.480Z] ---> Running in 8b1d5d6f2b41 [2023-02-09T08:23:18.738Z] Removing intermediate container 8b1d5d6f2b41 [2023-02-09T08:23:18.738Z] ---> 15f76bcdb70c [2023-02-09T08:23:18.738Z] Step 23/25 : LABEL arch=amd64 [2023-02-09T08:23:18.738Z] ---> Running in a254ca888bf0 [2023-02-09T08:23:18.738Z] Removing intermediate container a254ca888bf0 [2023-02-09T08:23:18.738Z] ---> 28bae0225b09 [2023-02-09T08:23:18.738Z] Step 24/25 : LABEL git_sha=4c920a71d6432288555ae2d0f9ae1743171470c6 [2023-02-09T08:23:18.738Z] ---> Running in 0d8bab4fbedc [2023-02-09T08:23:18.997Z] Removing intermediate container 0d8bab4fbedc [2023-02-09T08:23:18.997Z] ---> 1ae81a738dc8 [2023-02-09T08:23:18.997Z] Step 25/25 : LABEL version=0.0.0 [2023-02-09T08:23:18.997Z] ---> Running in 0d20f09faab8 [2023-02-09T08:23:18.997Z] Removing intermediate container 0d20f09faab8 [2023-02-09T08:23:18.997Z] ---> b55daedac2f1 [2023-02-09T08:23:18.997Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-09T08:23:18.997Z] Successfully built b55daedac2f1 [2023-02-09T08:23:18.997Z] 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-02-09T08:23:19.865Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-09T08:23:19.865Z] [2023-02-09T08:23:19.865Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-09T08:23:20.252Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-09T08:23:20.252Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-09T08:23:20.253Z] 5eb5b503b376: Pulling fs layer [2023-02-09T08:23:20.253Z] 5c69ac0246d0: Pulling fs layer [2023-02-09T08:23:20.253Z] ec43610c2a17: Pulling fs layer [2023-02-09T08:23:20.253Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-09T08:23:20.253Z] 33b1e0a273af: Pulling fs layer [2023-02-09T08:23:20.253Z] 5d3b04190fa2: Pulling fs layer [2023-02-09T08:23:20.253Z] 3a2ae6a8a46f: Waiting [2023-02-09T08:23:20.253Z] 33b1e0a273af: Waiting [2023-02-09T08:23:20.253Z] 2f39f015ded8: Pulling fs layer [2023-02-09T08:23:20.253Z] 5d3b04190fa2: Waiting [2023-02-09T08:23:20.253Z] 5c69ac0246d0: Download complete [2023-02-09T08:23:20.253Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-09T08:23:20.253Z] 3a2ae6a8a46f: Download complete [2023-02-09T08:23:20.514Z] 33b1e0a273af: Verifying Checksum [2023-02-09T08:23:20.514Z] 33b1e0a273af: Download complete [2023-02-09T08:23:20.514Z] 5d3b04190fa2: Verifying Checksum [2023-02-09T08:23:20.514Z] 5d3b04190fa2: Download complete [2023-02-09T08:23:20.514Z] ec43610c2a17: Verifying Checksum [2023-02-09T08:23:20.514Z] ec43610c2a17: Download complete [2023-02-09T08:23:20.772Z] 5eb5b503b376: Verifying Checksum [2023-02-09T08:23:20.772Z] 5eb5b503b376: Download complete [2023-02-09T08:23:21.340Z] 2f39f015ded8: Download complete [2023-02-09T08:23:21.906Z] 5eb5b503b376: Pull complete [2023-02-09T08:23:21.906Z] 5c69ac0246d0: Pull complete [2023-02-09T08:23:22.473Z] ec43610c2a17: Pull complete [2023-02-09T08:23:22.473Z] 3a2ae6a8a46f: Pull complete [2023-02-09T08:23:22.473Z] 33b1e0a273af: Pull complete [2023-02-09T08:23:22.731Z] 5d3b04190fa2: Pull complete [2023-02-09T08:23:26.919Z] 2f39f015ded8: Pull complete [2023-02-09T08:23:26.919Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-09T08:23:26.919Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-09T08:23:26.919Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-09T08:23:27.133Z] prd-ubuntu20.04-docker-8c-8g-5214 does not seem to be running inside a container [2023-02-09T08:23:27.167Z] $ 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-96 -v /w/workspace/edgexfoundry_device-gpio_PR-96:/w/workspace/edgexfoundry_device-gpio_PR-96:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-96@tmp:/w/workspace/edgexfoundry_device-gpio_PR-96@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-09T08:23:29.032Z] $ docker top 1412f3b17d421db6c13de390c287ed98cb94556fa037475ab42227c4d0d6d7d3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-09T08:23:29.497Z] ---> job-cost.sh [2023-02-09T08:23:29.497Z] lf-activate-venv: SKIPPING [2023-02-09T08:23:29.497Z] INFO: No Stack... [2023-02-09T08:23:29.757Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-09T08:23:30.016Z] INFO: Archiving Costs [Pipeline] sh [2023-02-09T08:23:30.327Z] + cat /w/workspace/edgexfoundry_device-gpio_PR-96/archives/cost.csv [2023-02-09T08:23:30.327Z] + cut -d, -f6 [Pipeline] lock [2023-02-09T08:23:30.372Z] Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-PR-96-1-stack-cost] [2023-02-09T08:23:30.378Z] Resource [jenkins-edgexfoundry-device-gpio-PR-96-1-stack-cost] did not exist. Created. [2023-02-09T08:23:30.379Z] Lock acquired on [jenkins-edgexfoundry-device-gpio-PR-96-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-09T08:23:30.777Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-09T08:23:30.829Z] Stashed 1 file(s) [Pipeline] } [2023-02-09T08:23:30.854Z] Lock released on resource [jenkins-edgexfoundry-device-gpio-PR-96-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-09T08:23:30.929Z] $ docker stop --time=1 1412f3b17d421db6c13de390c287ed98cb94556fa037475ab42227c4d0d6d7d3 [2023-02-09T08:23:32.090Z] $ docker rm -f --volumes 1412f3b17d421db6c13de390c287ed98cb94556fa037475ab42227c4d0d6d7d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-09T08:23:36.259Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5215 in /w/workspace/edgexfoundry_device-gpio_PR-96 [Pipeline] { [Pipeline] ws [2023-02-09T08:23:36.318Z] Running in /w/workspace/device-gpio/1 [Pipeline] { [Pipeline] checkout [2023-02-09T08:23:36.395Z] The recommended git tool is: git [2023-02-09T08:23:41.590Z] using credential edgex-jenkins-ssh [2023-02-09T08:23:41.606Z] Cloning the remote Git repository [2023-02-09T08:23:41.647Z] Cloning repository git@github.com:edgexfoundry/device-gpio.git [2023-02-09T08:23:41.719Z] > git init /w/workspace/device-gpio/1 # timeout=10 [2023-02-09T08:23:41.868Z] Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git [2023-02-09T08:23:41.869Z] > git --version # timeout=10 [2023-02-09T08:23:41.890Z] > git --version # 'git version 2.25.1' [2023-02-09T08:23:41.891Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-09T08:23:41.951Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-09T08:23:43.500Z] > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 [2023-02-09T08:23:43.521Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-09T08:23:45.033Z] Merging remotes/origin/main commit 07860bbab13f2ff928825cd544dbeda419b1d542 into PR head commit 4c920a71d6432288555ae2d0f9ae1743171470c6 [2023-02-09T08:23:44.384Z] > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 [2023-02-09T08:23:44.428Z] Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git [2023-02-09T08:23:44.429Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-09T08:23:44.443Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/pull/96/head:refs/remotes/origin/PR-96 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-02-09T08:23:45.053Z] > git config core.sparsecheckout # timeout=10 [2023-02-09T08:23:45.073Z] > git checkout -f 4c920a71d6432288555ae2d0f9ae1743171470c6 # timeout=10 [2023-02-09T08:23:45.263Z] Merge succeeded, producing 4c920a71d6432288555ae2d0f9ae1743171470c6 [2023-02-09T08:23:45.264Z] Checking out Revision 4c920a71d6432288555ae2d0f9ae1743171470c6 (PR-96) [2023-02-09T08:23:45.161Z] > git remote # timeout=10 [2023-02-09T08:23:45.177Z] > git config --get remote.origin.url # timeout=10 [2023-02-09T08:23:45.204Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-09T08:23:45.217Z] > git merge 07860bbab13f2ff928825cd544dbeda419b1d542 # timeout=10 [2023-02-09T08:23:45.246Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-02-09T08:23:45.271Z] > git config core.sparsecheckout # timeout=10 [2023-02-09T08:23:45.288Z] > git checkout -f 4c920a71d6432288555ae2d0f9ae1743171470c6 # timeout=10 [2023-02-09T08:23:48.753Z] Commit message: "fix GOFLAGS not works" [2023-02-09T08:23:48.804Z] > git --version # timeout=10 [2023-02-09T08:23:48.823Z] > git --version # 'git version 2.25.1' [2023-02-09T08:23:48.841Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-09T08:23:49.858Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-09T08:23:49.858Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-09T08:23:49.858Z] Dload Upload Total Spent Left Speed [2023-02-09T08:23:49.858Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 60431 0 --:--:-- --:--:-- --:--:-- 60431 [Pipeline] sh [2023-02-09T08:23:50.606Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-09T08:23:50.948Z] + sudo tee /etc/docker/daemon.new [2023-02-09T08:23:50.948Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-09T08:23:50.948Z] { [2023-02-09T08:23:50.948Z] "registry-mirrors": [ [2023-02-09T08:23:50.948Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-09T08:23:50.948Z] ], [2023-02-09T08:23:50.948Z] "bip": "10.250.0.254/24", [2023-02-09T08:23:50.948Z] "hosts": [ [2023-02-09T08:23:50.948Z] "tcp://0.0.0.0:5555", [2023-02-09T08:23:50.948Z] "unix:///var/run/docker.sock" [2023-02-09T08:23:50.948Z] ], [2023-02-09T08:23:50.948Z] "mtu": 1458, [2023-02-09T08:23:50.948Z] "selinux-enabled": true, [2023-02-09T08:23:50.948Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-09T08:23:50.948Z] } [Pipeline] sh [2023-02-09T08:23:51.286Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-09T08:23:51.628Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-09T08:24:09.938Z] provisioning config files... [2023-02-09T08:24:09.963Z] copy managed file [device-gpio-settings] to file:/w/workspace/device-gpio/1@tmp/config11266536150801547147tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-09T08:24:10.346Z] ---> docker-login.sh [2023-02-09T08:24:10.346Z] nexus3.edgexfoundry.org:10001 [2023-02-09T08:24:10.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-09T08:24:10.886Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-09T08:24:10.886Z] Configure a credential helper to remove this warning. See [2023-02-09T08:24:10.886Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-09T08:24:10.886Z] [2023-02-09T08:24:10.886Z] Login Succeeded [2023-02-09T08:24:10.886Z] nexus3.edgexfoundry.org:10002 [2023-02-09T08:24:11.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-09T08:24:11.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-09T08:24:11.426Z] Configure a credential helper to remove this warning. See [2023-02-09T08:24:11.426Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-09T08:24:11.426Z] [2023-02-09T08:24:11.426Z] Login Succeeded [2023-02-09T08:24:11.426Z] nexus3.edgexfoundry.org:10003 [2023-02-09T08:24:11.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-09T08:24:11.696Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-09T08:24:11.696Z] Configure a credential helper to remove this warning. See [2023-02-09T08:24:11.696Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-09T08:24:11.696Z] [2023-02-09T08:24:11.696Z] Login Succeeded [2023-02-09T08:24:11.696Z] nexus3.edgexfoundry.org:10004 [2023-02-09T08:24:11.967Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-09T08:24:11.967Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-09T08:24:11.967Z] Configure a credential helper to remove this warning. See [2023-02-09T08:24:11.967Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-09T08:24:11.967Z] [2023-02-09T08:24:11.967Z] Login Succeeded [2023-02-09T08:24:11.967Z] docker.io [2023-02-09T08:24:12.233Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-09T08:24:12.500Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-09T08:24:12.500Z] Configure a credential helper to remove this warning. See [2023-02-09T08:24:12.500Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-09T08:24:12.500Z] [2023-02-09T08:24:12.500Z] Login Succeeded [2023-02-09T08:24:12.500Z] ---> docker-login.sh ends [Pipeline] } [2023-02-09T08:24:12.530Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-09T08:24:12.889Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-09T08:24:12.927Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-09T08:24:12.960Z] ========================================================= [2023-02-09T08:24:12.960Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-09T08:24:12.960Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-09T08:24:13.457Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-09T08:24:13.734Z] Sending build context to Docker daemon 8.066MB [2023-02-09T08:24:13.734Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-09T08:24:13.734Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-09T08:24:14.006Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-09T08:24:14.006Z] 9b18e9b68314: Pulling fs layer [2023-02-09T08:24:14.006Z] 35d82f9e3411: Pulling fs layer [2023-02-09T08:24:14.006Z] e16973657156: Pulling fs layer [2023-02-09T08:24:14.006Z] fc693d55d65f: Pulling fs layer [2023-02-09T08:24:14.006Z] 7e9fc2657dce: Pulling fs layer [2023-02-09T08:24:14.006Z] dda99020689f: Pulling fs layer [2023-02-09T08:24:14.006Z] db1c61fa0a46: Pulling fs layer [2023-02-09T08:24:14.006Z] 891c053d2c06: Pulling fs layer [2023-02-09T08:24:14.006Z] 7e9fc2657dce: Waiting [2023-02-09T08:24:14.006Z] dda99020689f: Waiting [2023-02-09T08:24:14.006Z] db1c61fa0a46: Waiting [2023-02-09T08:24:14.006Z] 891c053d2c06: Waiting [2023-02-09T08:24:14.006Z] fc693d55d65f: Waiting [2023-02-09T08:24:14.006Z] e16973657156: Verifying Checksum [2023-02-09T08:24:14.006Z] e16973657156: Download complete [2023-02-09T08:24:14.006Z] 35d82f9e3411: Verifying Checksum [2023-02-09T08:24:14.006Z] 35d82f9e3411: Download complete [2023-02-09T08:24:14.006Z] 7e9fc2657dce: Verifying Checksum [2023-02-09T08:24:14.006Z] 7e9fc2657dce: Download complete [2023-02-09T08:24:14.006Z] dda99020689f: Verifying Checksum [2023-02-09T08:24:14.006Z] dda99020689f: Download complete [2023-02-09T08:24:14.006Z] 9b18e9b68314: Verifying Checksum [2023-02-09T08:24:14.006Z] 9b18e9b68314: Download complete [2023-02-09T08:24:14.985Z] 9b18e9b68314: Pull complete [2023-02-09T08:24:15.256Z] 891c053d2c06: Verifying Checksum [2023-02-09T08:24:15.256Z] 891c053d2c06: Download complete [2023-02-09T08:24:15.530Z] 35d82f9e3411: Pull complete [2023-02-09T08:24:15.808Z] e16973657156: Pull complete [2023-02-09T08:24:16.404Z] db1c61fa0a46: Verifying Checksum [2023-02-09T08:24:16.404Z] db1c61fa0a46: Download complete [2023-02-09T08:24:17.022Z] fc693d55d65f: Verifying Checksum [2023-02-09T08:24:17.022Z] fc693d55d65f: Download complete [2023-02-09T08:24:29.378Z] fc693d55d65f: Pull complete [2023-02-09T08:24:29.378Z] 7e9fc2657dce: Pull complete [2023-02-09T08:24:29.378Z] dda99020689f: Pull complete [2023-02-09T08:24:34.724Z] db1c61fa0a46: Pull complete [2023-02-09T08:24:36.692Z] 891c053d2c06: Pull complete [2023-02-09T08:24:36.692Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-09T08:24:36.692Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-09T08:24:36.692Z] ---> f96f9c87975a [2023-02-09T08:24:36.692Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-02-09T08:24:38.642Z] ---> Running in 50f456ef3a91 [2023-02-09T08:24:38.909Z] Removing intermediate container 50f456ef3a91 [2023-02-09T08:24:38.909Z] ---> 3b7be5ea2ecd [2023-02-09T08:24:38.909Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-09T08:24:38.909Z] ---> Running in 61953bf9014f [2023-02-09T08:24:39.178Z] Removing intermediate container 61953bf9014f [2023-02-09T08:24:39.178Z] ---> cd99fa798f38 [2023-02-09T08:24:39.178Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client " [2023-02-09T08:24:39.178Z] ---> Running in b2b74b2f6953 [2023-02-09T08:24:39.455Z] Removing intermediate container b2b74b2f6953 [2023-02-09T08:24:39.455Z] ---> 3fceeb481bdc [2023-02-09T08:24:39.455Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-09T08:24:39.731Z] ---> Running in c34dc9c01777 [2023-02-09T08:24:39.997Z] Removing intermediate container c34dc9c01777 [2023-02-09T08:24:39.997Z] ---> 2980054ebb29 [2023-02-09T08:24:39.997Z] Step 7/12 : WORKDIR /device-gpio [2023-02-09T08:24:39.997Z] ---> Running in 7a78c44bd0e8 [2023-02-09T08:24:40.277Z] Removing intermediate container 7a78c44bd0e8 [2023-02-09T08:24:40.277Z] ---> f2bd0ae16ba1 [2023-02-09T08:24:40.277Z] Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-09T08:24:40.277Z] ---> Running in 4dd6345bd0de [2023-02-09T08:24:41.692Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-09T08:24:41.692Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-09T08:24:42.651Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-02-09T08:24:42.651Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-02-09T08:24:42.651Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-02-09T08:24:42.651Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-02-09T08:24:42.651Z] Executing busybox-1.35.0-r17.trigger [2023-02-09T08:24:42.917Z] OK: 226 MiB in 55 packages [2023-02-09T08:24:46.264Z] Removing intermediate container 4dd6345bd0de [2023-02-09T08:24:46.264Z] ---> a408acdce4a8 [2023-02-09T08:24:46.264Z] Step 9/12 : COPY go.mod vendor* ./ [2023-02-09T08:24:46.264Z] ---> 9a4988aa01dc [2023-02-09T08:24:46.264Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-09T08:24:46.264Z] ---> Running in 5e0ea43ec624 [2023-02-09T08:25:42.710Z] Removing intermediate container 5e0ea43ec624 [2023-02-09T08:25:42.710Z] ---> 8cb977f83ab7 [2023-02-09T08:25:42.710Z] Step 11/12 : COPY . . [2023-02-09T08:25:42.710Z] ---> b87081f21182 [2023-02-09T08:25:42.710Z] Step 12/12 : RUN ${MAKE} [2023-02-09T08:25:42.710Z] ---> Running in fd1dcd74e039 [2023-02-09T08:25:43.675Z] noop [2023-02-09T08:25:44.261Z] Removing intermediate container fd1dcd74e039 [2023-02-09T08:25:44.261Z] ---> d40a736435a6 [2023-02-09T08:25:44.261Z] Successfully built d40a736435a6 [2023-02-09T08:25:44.261Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-09T08:25:44.734Z] + docker inspect -f . ci-base-image-arm64 [2023-02-09T08:25:44.734Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-09T08:25:44.997Z] prd-ubuntu20.04-docker-arm64-4c-16g-5215 does not seem to be running inside a container [2023-02-09T08:25:45.061Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-gpio/1 -v /w/workspace/device-gpio/1:/w/workspace/device-gpio/1:rw,z -v /w/workspace/device-gpio/1@tmp:/w/workspace/device-gpio/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-09T08:25:46.261Z] $ docker top 92122565f4d0af97b93215880af2ffbfaf9c849f44949d77cf52e42d5f9c4cbe -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-09T08:25:47.135Z] + go version [2023-02-09T08:25:47.135Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-09T08:25:47.173Z] $ docker stop --time=1 92122565f4d0af97b93215880af2ffbfaf9c849f44949d77cf52e42d5f9c4cbe [2023-02-09T08:25:49.809Z] $ docker rm -f --volumes 92122565f4d0af97b93215880af2ffbfaf9c849f44949d77cf52e42d5f9c4cbe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-09T08:25:50.652Z] + docker inspect -f . ci-base-image-arm64 [2023-02-09T08:25:50.652Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-09T08:25:50.909Z] prd-ubuntu20.04-docker-arm64-4c-16g-5215 does not seem to be running inside a container [2023-02-09T08:25:50.976Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-gpio/1 -v /w/workspace/device-gpio/1:/w/workspace/device-gpio/1:rw,z -v /w/workspace/device-gpio/1@tmp:/w/workspace/device-gpio/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-09T08:25:52.156Z] $ docker top 55b5fe0a6118df0f5089748233824ccf9013580c817f1a70fb19c94efc076ebc -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-09T08:25:52.712Z] + git config --global --add safe.directory /w/workspace/device-gpio/1 [Pipeline] fileExists [Pipeline] sh [2023-02-09T08:25:53.103Z] + make test [2023-02-09T08:25:53.103Z] go test ./... -coverprofile=coverage.out ./... [2023-02-09T08:25:55.046Z] ? github.com/edgexfoundry/device-gpio [no test files] [2023-02-09T08:27:16.692Z] ? github.com/edgexfoundry/device-gpio/cmd [no test files] [2023-02-09T08:27:16.692Z] ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] [2023-02-09T08:27:16.692Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-09T08:27:16.692Z] go vet ./... [2023-02-09T08:27:29.045Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-09T08:27:29.314Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-09T08:27:29.314Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-09T08:27:29.616Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-09T08:27:29.648Z] $ docker stop --time=1 55b5fe0a6118df0f5089748233824ccf9013580c817f1a70fb19c94efc076ebc [2023-02-09T08:27:34.000Z] $ docker rm -f --volumes 55b5fe0a6118df0f5089748233824ccf9013580c817f1a70fb19c94efc076ebc [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-09T08:27:34.964Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-09T08:27:34.997Z] Warning: overwriting stash ‘coverage-report’ [2023-02-09T08:27:35.384Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-09T08:27:35.978Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-09T08:27:36.311Z] + ls -al . [2023-02-09T08:27:36.311Z] total 164 [2023-02-09T08:27:36.311Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 9 08:25 . [2023-02-09T08:27:36.311Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 9 08:23 .. [2023-02-09T08:27:36.311Z] -rw-rw-r-- 1 jenkins jenkins 120 Feb 9 08:23 .dockerignore [2023-02-09T08:27:36.311Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 9 08:23 .git [2023-02-09T08:27:36.311Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 9 08:23 .github [2023-02-09T08:27:36.311Z] -rw-rw-r-- 1 jenkins jenkins 343 Feb 9 08:23 .gitignore [2023-02-09T08:27:36.311Z] -rw-rw-r-- 1 jenkins jenkins 41 Feb 9 08:23 .golangci.yml [2023-02-09T08:27:36.311Z] -rw-rw-r-- 1 jenkins jenkins 9587 Feb 9 08:23 Attribution.txt [2023-02-09T08:27:36.311Z] -rw-rw-r-- 1 jenkins jenkins 4069 Feb 9 08:23 CHANGELOG.md [2023-02-09T08:27:36.311Z] -rw-rw-r-- 1 jenkins jenkins 1542 Feb 9 08:23 Dockerfile [2023-02-09T08:27:36.311Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 9 08:23 GOVERNANCE.md [2023-02-09T08:27:36.311Z] -rw-rw-r-- 1 jenkins jenkins 657 Feb 9 08:23 Jenkinsfile [2023-02-09T08:27:36.311Z] -rw-rw-r-- 1 jenkins jenkins 11340 Feb 9 08:23 LICENSE [2023-02-09T08:27:36.311Z] -rw-rw-r-- 1 jenkins jenkins 1657 Feb 9 08:23 Makefile [2023-02-09T08:27:36.311Z] -rw-rw-r-- 1 jenkins jenkins 617 Feb 9 08:23 OWNERS.md [2023-02-09T08:27:36.311Z] -rw-rw-r-- 1 jenkins jenkins 11842 Feb 9 08:23 README.md [2023-02-09T08:27:36.311Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 9 08:21 VERSION [2023-02-09T08:27:36.311Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 9 08:23 bin [2023-02-09T08:27:36.311Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 9 08:23 cmd [2023-02-09T08:27:36.311Z] -rw-r--r-- 1 jenkins jenkins 10 Feb 9 08:25 coverage.out [2023-02-09T08:27:36.311Z] -rw-rw-r-- 1 jenkins jenkins 3400 Feb 9 08:23 go.mod [2023-02-09T08:27:36.311Z] -rw-rw-r-- 1 jenkins jenkins 44944 Feb 9 08:23 go.sum [2023-02-09T08:27:36.311Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 9 08:23 internal [2023-02-09T08:27:36.311Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 9 08:23 snap [2023-02-09T08:27:36.311Z] -rw-rw-r-- 1 jenkins jenkins 209 Feb 9 08:23 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-09T08:27:36.730Z] + 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=4c920a71d6432288555ae2d0f9ae1743171470c6 --label arch=arm64 --label version=0.0.0 . [2023-02-09T08:27:36.998Z] Sending build context to Docker daemon 8.067MB [2023-02-09T08:27:36.998Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2023-02-09T08:27:36.998Z] Step 2/25 : FROM ${BASE} AS builder [2023-02-09T08:27:36.998Z] ---> d40a736435a6 [2023-02-09T08:27:36.998Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-02-09T08:27:37.265Z] ---> Running in 11767b36c683 [2023-02-09T08:27:37.532Z] Removing intermediate container 11767b36c683 [2023-02-09T08:27:37.532Z] ---> 611c027e13c6 [2023-02-09T08:27:37.532Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-09T08:27:37.532Z] ---> Running in 868c431cf82a [2023-02-09T08:27:37.799Z] Removing intermediate container 868c431cf82a [2023-02-09T08:27:37.799Z] ---> 24f0a541535d [2023-02-09T08:27:37.799Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client " [2023-02-09T08:27:37.799Z] ---> Running in f9bffe809120 [2023-02-09T08:27:38.068Z] Removing intermediate container f9bffe809120 [2023-02-09T08:27:38.068Z] ---> 6c6c4c971fec [2023-02-09T08:27:38.068Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2023-02-09T08:27:38.336Z] ---> Running in 4f6bef4d8eea [2023-02-09T08:27:38.603Z] Removing intermediate container 4f6bef4d8eea [2023-02-09T08:27:38.603Z] ---> aacec2a3681a [2023-02-09T08:27:38.603Z] Step 7/25 : WORKDIR /device-gpio [2023-02-09T08:27:38.603Z] ---> Running in 5a2c108fc8fe [2023-02-09T08:27:38.871Z] Removing intermediate container 5a2c108fc8fe [2023-02-09T08:27:38.871Z] ---> f80c0c7be39f [2023-02-09T08:27:38.871Z] Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-09T08:27:38.871Z] ---> Running in 1143e43256bb [2023-02-09T08:27:39.837Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-09T08:27:40.423Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-09T08:27:41.386Z] OK: 226 MiB in 55 packages [2023-02-09T08:27:41.981Z] Removing intermediate container 1143e43256bb [2023-02-09T08:27:41.981Z] ---> 7c18c1ba2eef [2023-02-09T08:27:41.981Z] Step 9/25 : COPY go.mod vendor* ./ [2023-02-09T08:27:42.565Z] ---> 96496c860fb2 [2023-02-09T08:27:42.565Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-09T08:27:42.565Z] ---> Running in 6d7777c087b3 [2023-02-09T08:27:45.162Z] Removing intermediate container 6d7777c087b3 [2023-02-09T08:27:45.162Z] ---> 63a194a78a6c [2023-02-09T08:27:45.162Z] Step 11/25 : COPY . . [2023-02-09T08:27:46.125Z] ---> b8ed115c151f [2023-02-09T08:27:46.125Z] Step 12/25 : RUN ${MAKE} [2023-02-09T08:27:46.125Z] ---> Running in f87ed491ee60 [2023-02-09T08:27:47.087Z] 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-02-09T08:30:09.084Z] Removing intermediate container f87ed491ee60 [2023-02-09T08:30:09.084Z] ---> 7ca5cd96024e [2023-02-09T08:30:09.084Z] Step 13/25 : FROM alpine:3.16 [2023-02-09T08:30:09.084Z] 3.16: Pulling from library/alpine [2023-02-09T08:30:09.084Z] 6875df1f5354: Pulling fs layer [2023-02-09T08:30:09.084Z] 6875df1f5354: Verifying Checksum [2023-02-09T08:30:09.084Z] 6875df1f5354: Download complete [2023-02-09T08:30:09.084Z] 6875df1f5354: Pull complete [2023-02-09T08:30:09.084Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-09T08:30:09.084Z] Status: Downloaded newer image for alpine:3.16 [2023-02-09T08:30:09.084Z] ---> 2b4661558fb8 [2023-02-09T08:30:09.084Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' [2023-02-09T08:30:09.084Z] ---> Running in 43e1ac27f224 [2023-02-09T08:30:09.084Z] Removing intermediate container 43e1ac27f224 [2023-02-09T08:30:09.084Z] ---> 178dbe420503 [2023-02-09T08:30:09.084Z] Step 15/25 : RUN apk add --update --no-cache [2023-02-09T08:30:09.084Z] ---> Running in f3d08ba2d189 [2023-02-09T08:30:09.084Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-09T08:30:09.084Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-09T08:30:09.084Z] OK: 5 MiB in 14 packages [2023-02-09T08:30:09.352Z] Removing intermediate container f3d08ba2d189 [2023-02-09T08:30:09.352Z] ---> 104adfe8ff11 [2023-02-09T08:30:09.352Z] Step 16/25 : WORKDIR / [2023-02-09T08:30:09.352Z] ---> Running in 65d9e7d3ff82 [2023-02-09T08:30:09.621Z] Removing intermediate container 65d9e7d3ff82 [2023-02-09T08:30:09.621Z] ---> 2c074052d1ba [2023-02-09T08:30:09.621Z] Step 17/25 : COPY --from=builder /device-gpio/Attribution.txt / [2023-02-09T08:30:10.209Z] ---> e2c12acf920d [2023-02-09T08:30:10.209Z] Step 18/25 : COPY --from=builder /device-gpio/LICENSE / [2023-02-09T08:30:12.163Z] ---> eb2ea13b5db6 [2023-02-09T08:30:12.163Z] Step 19/25 : COPY --from=builder /device-gpio/cmd/ / [2023-02-09T08:30:13.578Z] ---> 4623d76174d5 [2023-02-09T08:30:13.578Z] Step 20/25 : EXPOSE 59910 [2023-02-09T08:30:13.578Z] ---> Running in 1fe3b1175b98 [2023-02-09T08:30:13.578Z] Removing intermediate container 1fe3b1175b98 [2023-02-09T08:30:13.578Z] ---> 8fa38c2d086d [2023-02-09T08:30:13.845Z] Step 21/25 : ENTRYPOINT ["/device-gpio"] [2023-02-09T08:30:13.845Z] ---> Running in 1c9c0357ff01 [2023-02-09T08:30:14.111Z] Removing intermediate container 1c9c0357ff01 [2023-02-09T08:30:14.111Z] ---> 4c4801225bfa [2023-02-09T08:30:14.111Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-09T08:30:14.111Z] ---> Running in 3097e62f8bda [2023-02-09T08:30:14.379Z] Removing intermediate container 3097e62f8bda [2023-02-09T08:30:14.379Z] ---> 5e9db4e34901 [2023-02-09T08:30:14.379Z] Step 23/25 : LABEL arch=arm64 [2023-02-09T08:30:14.650Z] ---> Running in 4c7fb05c276a [2023-02-09T08:30:14.919Z] Removing intermediate container 4c7fb05c276a [2023-02-09T08:30:14.919Z] ---> 3843a7f6fd77 [2023-02-09T08:30:14.919Z] Step 24/25 : LABEL git_sha=4c920a71d6432288555ae2d0f9ae1743171470c6 [2023-02-09T08:30:14.919Z] ---> Running in 1fae986fdad0 [2023-02-09T08:30:15.188Z] Removing intermediate container 1fae986fdad0 [2023-02-09T08:30:15.188Z] ---> 2ea6d1a1e024 [2023-02-09T08:30:15.188Z] Step 25/25 : LABEL version=0.0.0 [2023-02-09T08:30:15.188Z] ---> Running in 28ee403deea0 [2023-02-09T08:30:15.457Z] Removing intermediate container 28ee403deea0 [2023-02-09T08:30:15.457Z] ---> fc18b6ba177e [2023-02-09T08:30:15.457Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-09T08:30:15.457Z] Successfully built fc18b6ba177e [2023-02-09T08:30:15.457Z] 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-02-09T08:30:16.269Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-09T08:30:16.269Z] [2023-02-09T08:30:16.269Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-09T08:30:16.666Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-09T08:30:16.666Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-09T08:30:16.666Z] 8998bd30e6a1: Pulling fs layer [2023-02-09T08:30:16.666Z] 04944245beec: Pulling fs layer [2023-02-09T08:30:16.666Z] 699f458cf7ca: Pulling fs layer [2023-02-09T08:30:16.666Z] 765212b225bb: Pulling fs layer [2023-02-09T08:30:16.666Z] f23df028b6ca: Pulling fs layer [2023-02-09T08:30:16.666Z] d65c8cfc05b1: Pulling fs layer [2023-02-09T08:30:16.666Z] 2437ff75d9bd: Pulling fs layer [2023-02-09T08:30:16.666Z] 765212b225bb: Waiting [2023-02-09T08:30:16.666Z] f23df028b6ca: Waiting [2023-02-09T08:30:16.666Z] d65c8cfc05b1: Waiting [2023-02-09T08:30:16.666Z] 2437ff75d9bd: Waiting [2023-02-09T08:30:16.936Z] 04944245beec: Verifying Checksum [2023-02-09T08:30:16.936Z] 04944245beec: Download complete [2023-02-09T08:30:16.936Z] 765212b225bb: Verifying Checksum [2023-02-09T08:30:16.936Z] 765212b225bb: Download complete [2023-02-09T08:30:16.936Z] f23df028b6ca: Verifying Checksum [2023-02-09T08:30:16.936Z] f23df028b6ca: Download complete [2023-02-09T08:30:16.936Z] d65c8cfc05b1: Verifying Checksum [2023-02-09T08:30:16.936Z] d65c8cfc05b1: Download complete [2023-02-09T08:30:17.206Z] 699f458cf7ca: Verifying Checksum [2023-02-09T08:30:17.206Z] 699f458cf7ca: Download complete [2023-02-09T08:30:17.474Z] 8998bd30e6a1: Verifying Checksum [2023-02-09T08:30:17.474Z] 8998bd30e6a1: Download complete [2023-02-09T08:30:19.420Z] 2437ff75d9bd: Verifying Checksum [2023-02-09T08:30:19.420Z] 2437ff75d9bd: Download complete [2023-02-09T08:30:21.356Z] 8998bd30e6a1: Pull complete [2023-02-09T08:30:21.356Z] 04944245beec: Pull complete [2023-02-09T08:30:22.759Z] 699f458cf7ca: Pull complete [2023-02-09T08:30:22.759Z] 765212b225bb: Pull complete [2023-02-09T08:30:23.341Z] f23df028b6ca: Pull complete [2023-02-09T08:30:23.606Z] d65c8cfc05b1: Pull complete [2023-02-09T08:30:38.593Z] 2437ff75d9bd: Pull complete [2023-02-09T08:30:38.593Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-09T08:30:38.593Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-09T08:30:38.593Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-09T08:30:38.915Z] prd-ubuntu20.04-docker-arm64-4c-16g-5215 does not seem to be running inside a container [2023-02-09T08:30:38.981Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-gpio/1 -v /w/workspace/device-gpio/1:/w/workspace/device-gpio/1:rw,z -v /w/workspace/device-gpio/1@tmp:/w/workspace/device-gpio/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-09T08:30:41.561Z] $ docker top ed12712bcbddfed57e875d6a0837b3c366c67d8c46b191c1ece8f1d2a9459214 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-09T08:30:42.473Z] ---> job-cost.sh [2023-02-09T08:30:42.473Z] lf-activate-venv: SKIPPING [2023-02-09T08:30:42.473Z] INFO: No Stack... [2023-02-09T08:30:42.740Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-09T08:30:43.699Z] INFO: Archiving Costs [Pipeline] sh [2023-02-09T08:30:44.355Z] + + cut -d,cat -f6 /w/workspace/device-gpio/1/archives/cost.csv [2023-02-09T08:30:44.355Z] [Pipeline] lock [2023-02-09T08:30:44.437Z] Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-PR-96-1-stack-cost] [2023-02-09T08:30:44.442Z] Resource [jenkins-edgexfoundry-device-gpio-PR-96-1-stack-cost] did not exist. Created. [2023-02-09T08:30:44.442Z] Lock acquired on [jenkins-edgexfoundry-device-gpio-PR-96-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-09T08:30:44.858Z] /w/workspace/device-gpio/1@tmp/durable-b8a7dd19/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-09T08:30:45.526Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-09T08:30:45.562Z] Warning: overwriting stash ‘stack-cost’ [2023-02-09T08:30:45.611Z] Stashed 1 file(s) [Pipeline] } [2023-02-09T08:30:45.629Z] Lock released on resource [jenkins-edgexfoundry-device-gpio-PR-96-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-09T08:30:45.717Z] $ docker stop --time=1 ed12712bcbddfed57e875d6a0837b3c366c67d8c46b191c1ece8f1d2a9459214 [2023-02-09T08:30:47.207Z] $ docker rm -f --volumes ed12712bcbddfed57e875d6a0837b3c366c67d8c46b191c1ece8f1d2a9459214 [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-02-09T08:30:48.255Z] provisioning config files... [2023-02-09T08:30:48.265Z] copy managed file [device-gpio-codecov-token] to file:/w/workspace/edgexfoundry_device-gpio_PR-96@tmp/config10314235183663067379tmp [Pipeline] { [Pipeline] sh [2023-02-09T08:30:48.602Z] + set +x [2023-02-09T08:30:48.602Z] + curl+ -s https://codecov.io/bash [2023-02-09T08:30:48.602Z] bash -s -- [2023-02-09T08:30:48.602Z] [2023-02-09T08:30:48.602Z] _____ _ [2023-02-09T08:30:48.602Z] / ____| | | [2023-02-09T08:30:48.602Z] | | ___ __| | ___ ___ _____ __ [2023-02-09T08:30:48.602Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-09T08:30:48.602Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-09T08:30:48.602Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-09T08:30:48.602Z] Bash-1.0.6 [2023-02-09T08:30:48.602Z] [2023-02-09T08:30:48.602Z] [2023-02-09T08:30:48.602Z] ==> git version 2.25.1 found [2023-02-09T08:30:48.602Z] ==> 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-02-09T08:30:48.602Z] Release-Date: 2020-01-08 [2023-02-09T08:30:48.602Z] 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-02-09T08:30:48.602Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-09T08:30:48.602Z] ==> Jenkins CI detected. [2023-02-09T08:30:48.602Z] current dir:  /w/workspace/edgexfoundry_device-gpio_PR-96 [2023-02-09T08:30:48.602Z] project root: . [2023-02-09T08:30:48.602Z] --> token set from env [2023-02-09T08:30:48.602Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-09T08:30:48.602Z] ==> Running gcov in . (disable via -X gcov) [2023-02-09T08:30:48.602Z] ==> Python coveragepy not found [2023-02-09T08:30:48.602Z] ==> Searching for coverage reports in: [2023-02-09T08:30:48.602Z] + . [2023-02-09T08:30:48.602Z] -> Found 1 reports [2023-02-09T08:30:48.602Z] ==> Detecting git/mercurial file structure [2023-02-09T08:30:48.602Z] ==> Reading reports [2023-02-09T08:30:48.862Z] + ./coverage.out bytes=10 [2023-02-09T08:30:48.862Z] ==> Appending adjustments [2023-02-09T08:30:48.862Z] https://docs.codecov.io/docs/fixing-reports [2023-02-09T08:30:48.862Z] + Found adjustments [2023-02-09T08:30:48.862Z] ==> Gzipping contents [2023-02-09T08:30:48.862Z] 4.0K /tmp/codecov.Za6APZ.gz [2023-02-09T08:30:48.862Z] ==> Uploading reports [2023-02-09T08:30:48.862Z] url: https://codecov.io [2023-02-09T08:30:48.862Z] query: branch=PR-96&commit=4c920a71d6432288555ae2d0f9ae1743171470c6&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2FPR-96%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=96&job=&cmd_args= [2023-02-09T08:30:48.862Z] -> Pinging Codecov [2023-02-09T08:30:48.862Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=fd99c0d9-4bd5-4cc4-839c-8c49599ba8c8&branch=PR-96&commit=4c920a71d6432288555ae2d0f9ae1743171470c6&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2FPR-96%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=96&job=&cmd_args= [2023-02-09T08:30:49.122Z] -> Uploading to [2023-02-09T08:30:49.123Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-09/3EC07B1A8CA8AF9BCAA0BB9F0134797F/4c920a71d6432288555ae2d0f9ae1743171470c6/2f3f0805-b341-4267-b27f-51ec9dc0baf7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230209%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230209T083048Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d4955773799ec9b0a658b076cce4844da40a84f874cb1f22b69ec15928230123 [2023-02-09T08:30:49.123Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-09T08:30:49.123Z] Dload Upload Total Spent Left Speed [2023-02-09T08:30:49.382Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 742 0 0 100 742 0 2621 --:--:-- --:--:-- --:--:-- 2621 [2023-02-09T08:30:49.382Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-gpio/commit/4c920a71d6432288555ae2d0f9ae1743171470c6 [Pipeline] } [2023-02-09T08:30:49.411Z] 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-02-09T08:30:51.139Z] + [ -d /w/workspace/edgexfoundry_device-gpio_PR-96/archives ] [2023-02-09T08:30:51.139Z] + ls -al /w/workspace/edgexfoundry_device-gpio_PR-96/archives [2023-02-09T08:30:51.139Z] total 16 [2023-02-09T08:30:51.139Z] drwxr-xr-x 3 root root 4096 Feb 9 08:23 . [2023-02-09T08:30:51.139Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 9 08:23 .. [2023-02-09T08:30:51.139Z] drwxr-xr-x 2 root root 4096 Feb 9 08:23 cost [2023-02-09T08:30:51.139Z] -rw-r--r-- 1 root root 82 Feb 9 08:23 cost.csv [2023-02-09T08:30:51.139Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-gpio_PR-96/archives [2023-02-09T08:30:51.139Z] + ls -al /w/workspace/edgexfoundry_device-gpio_PR-96/archives [2023-02-09T08:30:51.139Z] total 16 [2023-02-09T08:30:51.139Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 9 08:23 . [2023-02-09T08:30:51.139Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 9 08:23 .. [2023-02-09T08:30:51.139Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 9 08:23 cost [2023-02-09T08:30:51.139Z] -rw-r--r-- 1 jenkins jenkins 82 Feb 9 08:23 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-09T08:30:51.462Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-09T08:30:52.354Z] ---> package-listing.sh [2023-02-09T08:30:52.354Z] ++ facter osfamily [2023-02-09T08:30:52.354Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-09T08:30:52.615Z] + OS_FAMILY=debian [2023-02-09T08:30:52.615Z] + workspace=/w/workspace/edgexfoundry_device-gpio_PR-96 [2023-02-09T08:30:52.615Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-09T08:30:52.615Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-09T08:30:52.615Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-09T08:30:52.615Z] + PACKAGES=/tmp/packages_start.txt [2023-02-09T08:30:52.615Z] + '[' /w/workspace/edgexfoundry_device-gpio_PR-96 ']' [2023-02-09T08:30:52.615Z] + PACKAGES=/tmp/packages_end.txt [2023-02-09T08:30:52.615Z] + case "${OS_FAMILY}" in [2023-02-09T08:30:52.615Z] + dpkg -l [2023-02-09T08:30:52.615Z] + grep '^ii' [2023-02-09T08:30:52.615Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-09T08:30:52.615Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-09T08:30:52.615Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-09T08:30:52.615Z] + '[' /w/workspace/edgexfoundry_device-gpio_PR-96 ']' [2023-02-09T08:30:52.615Z] + mkdir -p /w/workspace/edgexfoundry_device-gpio_PR-96/archives/ [2023-02-09T08:30:52.615Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-gpio_PR-96/archives/ [Pipeline] echo [2023-02-09T08:30:52.648Z] 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-96/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-09T08:30:52.941Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-09T08:30:53.573Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-09T08:30:53.574Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-09T08:30:53.715Z] prd-ubuntu20.04-docker-8c-8g-5214 does not seem to be running inside a container [2023-02-09T08:30:53.741Z] $ 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-96/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-96 -v /w/workspace/edgexfoundry_device-gpio_PR-96:/w/workspace/edgexfoundry_device-gpio_PR-96:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-96@tmp:/w/workspace/edgexfoundry_device-gpio_PR-96@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-09T08:30:53.954Z] $ docker top 181f6c119d79dc7408b79c207efb3418ca1afc49467cd778c11973fc681a65f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-09T08:30:54.351Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-09T08:30:54.657Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-09T08:30:54.966Z] + ls /var/log/sa-host [2023-02-09T08:30:54.966Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-09T08:30:55.213Z] provisioning config files... [2023-02-09T08:30:55.222Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-gpio_PR-96@tmp/config16669112923577575463tmp [Pipeline] { [Pipeline] echo [2023-02-09T08:30:55.285Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-09T08:30:55.598Z] ---> create-netrc.sh [Pipeline] } [2023-02-09T08:30:55.625Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-09T08:30:56.037Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-09T08:30:56.069Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-09T08:30:56.381Z] ---> sudo-logs.sh [2023-02-09T08:30:56.381Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-09T08:30:56.459Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-09T08:30:56.770Z] ---> job-cost.sh [2023-02-09T08:30:56.770Z] lf-activate-venv: SKIPPING [2023-02-09T08:30:56.770Z] DEBUG: total: 0.2199999988079071 [2023-02-09T08:30:56.770Z] INFO: Retrieving Stack Cost... [2023-02-09T08:30:57.337Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-09T08:30:57.597Z] INFO: Archiving Costs [Pipeline] echo [2023-02-09T08:30:57.637Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-09T08:30:57.951Z] ---> logs-deploy.sh [2023-02-09T08:30:57.951Z] lf-activate-venv: SKIPPING [2023-02-09T08:30:57.951Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-gpio/PR-96/1 [2023-02-09T08:30:57.951Z] INFO: archiving workspace using pattern(s): [2023-02-09T08:30:58.888Z] Archives upload complete. [2023-02-09T08:30:58.888Z] INFO: archiving logs to Nexus