Pull request #304 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5f853ae00f026d52e8b34b2f650b273d87d34550+2f7cd59f938f3bc6608d5b4fcb61af0cf16e3fa8 (aa60079bcf09d4f2362e39968c326481f5bf997a) 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-ssh3845014177437211338.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh5139316366124552056.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/PR-304/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-rest-go/branches/PR-304/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7993993871492673955.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-rest-go/branches/PR-304/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11269088322463725301.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh16178868307096874088.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-rest-go/branches/PR-304/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-rest-go/branches/PR-304/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8843066722540511922.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rest-go] ========================================================= [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-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rest 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 ‘prd-ubuntu20.04-docker-8c-8g-12236’ is offline Running on prd-ubuntu20.04-docker-8c-8g-12239 in /w/workspace/gexfoundry_device-rest-go_PR-304 [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-rest-go.git > git init /w/workspace/gexfoundry_device-rest-go_PR-304 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.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-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.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-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/304/head:refs/remotes/origin/PR-304 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 2f7cd59f938f3bc6608d5b4fcb61af0cf16e3fa8 into PR head commit 5f853ae00f026d52e8b34b2f650b273d87d34550 Merge succeeded, producing 5f853ae00f026d52e8b34b2f650b273d87d34550 Checking out Revision 5f853ae00f026d52e8b34b2f650b273d87d34550 (PR-304) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-01T20:58:57.702Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f 5f853ae00f026d52e8b34b2f650b273d87d34550 # 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 2f7cd59f938f3bc6608d5b4fcb61af0cf16e3fa8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5f853ae00f026d52e8b34b2f650b273d87d34550 # timeout=10 [Pipeline] withCredentials [2023-05-01T20:58:57.881Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-01T20:58:57.969Z] ========================================================= [2023-05-01T20:58:57.969Z] EdgeX Global Pipelines Version Info [2023-05-01T20:58:57.969Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-05-01T20:58:58.720Z] ------------------- [2023-05-01T20:58:58.721Z] stable info: [2023-05-01T20:58:58.721Z] ------------------- [2023-05-01T20:58:58.721Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-05-01T20:58:58.721Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-05-01T20:58:58.721Z] Message: update stable to v1.0.248 [2023-05-01T20:58:59.295Z] ------------------- [2023-05-01T20:58:59.295Z] experimental info: [2023-05-01T20:58:59.295Z] ------------------- [2023-05-01T20:58:59.295Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-01T20:58:59.295Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-01T20:58:59.295Z] Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-01T20:58:59.570Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2023-05-01T20:58:59.607Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2023-05-01T20:58:59.642Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-01T20:58:59.676Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-01T20:58:59.714Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-01T20:58:59.759Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-01T20:58:59.801Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-01T20:58:59.838Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-05-01T20:58:59.878Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-01T20:58:59.915Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-01T20:58:59.952Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-01T20:58:59.992Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2023-05-01T20:59:00.028Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-01T20:59:00.070Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-01T20:59:00.116Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-01T20:59:00.156Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-05-01T20:59:00.194Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-05-01T20:59:00.234Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-05-01T20:59:00.270Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-01T20:59:00.311Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-01T20:59:00.351Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-05-01T20:59:00.390Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-05-01T20:59:00.435Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-05-01T20:59:00.474Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-05-01T20:59:00.515Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-05-01T20:59:00.557Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-01T20:59:00.604Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-01T20:59:00.645Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-304 [Pipeline] echo [2023-05-01T20:59:00.686Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-304 [Pipeline] echo [2023-05-01T20:59:00.723Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-304 [Pipeline] echo [2023-05-01T20:59:00.763Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5f853ae00f026d52e8b34b2f650b273d87d34550 [Pipeline] echo [2023-05-01T20:59:00.803Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5f853ae [Pipeline] echo [2023-05-01T20:59:00.845Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-01T20:59:00.965Z] provisioning config files... [2023-05-01T20:59:00.983Z] copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-304@tmp/config12870731955686875581tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-01T20:59:01.339Z] ---> docker-login.sh [2023-05-01T20:59:01.339Z] nexus3.edgexfoundry.org:10001 [2023-05-01T20:59:01.604Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T20:59:01.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T20:59:01.865Z] Configure a credential helper to remove this warning. See [2023-05-01T20:59:01.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T20:59:01.865Z] [2023-05-01T20:59:01.865Z] Login Succeeded [2023-05-01T20:59:01.865Z] nexus3.edgexfoundry.org:10002 [2023-05-01T20:59:01.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T20:59:01.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T20:59:01.865Z] Configure a credential helper to remove this warning. See [2023-05-01T20:59:01.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T20:59:01.865Z] [2023-05-01T20:59:01.865Z] Login Succeeded [2023-05-01T20:59:01.865Z] nexus3.edgexfoundry.org:10003 [2023-05-01T20:59:02.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T20:59:02.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T20:59:02.130Z] Configure a credential helper to remove this warning. See [2023-05-01T20:59:02.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T20:59:02.130Z] [2023-05-01T20:59:02.130Z] Login Succeeded [2023-05-01T20:59:02.130Z] nexus3.edgexfoundry.org:10004 [2023-05-01T20:59:02.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T20:59:02.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T20:59:02.130Z] Configure a credential helper to remove this warning. See [2023-05-01T20:59:02.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T20:59:02.130Z] [2023-05-01T20:59:02.130Z] Login Succeeded [2023-05-01T20:59:02.130Z] docker.io [2023-05-01T20:59:02.390Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T20:59:02.650Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T20:59:02.650Z] Configure a credential helper to remove this warning. See [2023-05-01T20:59:02.650Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T20:59:02.650Z] [2023-05-01T20:59:02.650Z] Login Succeeded [2023-05-01T20:59:02.650Z] ---> docker-login.sh ends [Pipeline] } [2023-05-01T20:59:02.682Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-05-01T20:59:03.331Z] + git rev-list -1 --merges 5f853ae00f026d52e8b34b2f650b273d87d34550~1..5f853ae00f026d52e8b34b2f650b273d87d34550 [Pipeline] echo [2023-05-01T20:59:03.430Z] -----------> git rev-list -1 --merges 5f853ae00f026d52e8b34b2f650b273d87d34550~1..5f853ae00f026d52e8b34b2f650b273d87d34550 5f853ae00f026d52e8b34b2f650b273d87d34550 [false] [Pipeline] sh [2023-05-01T20:59:03.740Z] + git log --format=format:%s -1 5f853ae00f026d52e8b34b2f650b273d87d34550 [Pipeline] echo [2023-05-01T20:59:03.774Z] ========================================================= [2023-05-01T20:59:03.774Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-01T20:59:03.774Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-01T20:59:04.215Z] + git log --format=format:%s -1 5f853ae00f026d52e8b34b2f650b273d87d34550 [Pipeline] echo [2023-05-01T20:59:04.246Z] [semverPrep] GIT_COMMIT: 5f853ae00f026d52e8b34b2f650b273d87d34550, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2023-05-01T20:59:04.275Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-05-01T20:59:04.673Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-01T20:59:04.673Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-01T20:59:04.673Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-01T20:59:04.673Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-01T20:59:04.673Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-05-01T20:59:04.673Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-05-01T20:59:04.673Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T20:59:05.103Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-01T20:59:05.103Z] [2023-05-01T20:59:05.103Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T20:59:05.488Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-01T20:59:05.488Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-01T20:59:05.488Z] b85a868b505f: Pulling fs layer [2023-05-01T20:59:05.488Z] e2be974225ed: Pulling fs layer [2023-05-01T20:59:05.488Z] 339a4e72a1f5: Pulling fs layer [2023-05-01T20:59:05.488Z] 988bab9f4d93: Pulling fs layer [2023-05-01T20:59:05.488Z] 1469e6f7b9e6: Pulling fs layer [2023-05-01T20:59:05.488Z] eaf3925da568: Pulling fs layer [2023-05-01T20:59:05.488Z] 988bab9f4d93: Waiting [2023-05-01T20:59:05.488Z] bab4dde63d76: Pulling fs layer [2023-05-01T20:59:05.488Z] bde34c3a00c8: Pulling fs layer [2023-05-01T20:59:05.488Z] b352a97aabf1: Pulling fs layer [2023-05-01T20:59:05.488Z] 4872d77fe225: Pulling fs layer [2023-05-01T20:59:05.488Z] eaf3925da568: Waiting [2023-05-01T20:59:05.488Z] 5851b861e8e6: Pulling fs layer [2023-05-01T20:59:05.488Z] bab4dde63d76: Waiting [2023-05-01T20:59:05.488Z] 4872d77fe225: Waiting [2023-05-01T20:59:05.488Z] 1469e6f7b9e6: Waiting [2023-05-01T20:59:05.488Z] 5851b861e8e6: Waiting [2023-05-01T20:59:05.488Z] b352a97aabf1: Waiting [2023-05-01T20:59:05.488Z] e2be974225ed: Verifying Checksum [2023-05-01T20:59:05.488Z] e2be974225ed: Download complete [2023-05-01T20:59:05.488Z] 988bab9f4d93: Verifying Checksum [2023-05-01T20:59:05.488Z] 988bab9f4d93: Download complete [2023-05-01T20:59:05.488Z] 1469e6f7b9e6: Verifying Checksum [2023-05-01T20:59:05.488Z] 1469e6f7b9e6: Download complete [2023-05-01T20:59:05.488Z] eaf3925da568: Download complete [2023-05-01T20:59:05.750Z] 339a4e72a1f5: Verifying Checksum [2023-05-01T20:59:05.750Z] 339a4e72a1f5: Download complete [2023-05-01T20:59:05.750Z] bde34c3a00c8: Download complete [2023-05-01T20:59:05.750Z] b352a97aabf1: Download complete [2023-05-01T20:59:05.750Z] 4872d77fe225: Verifying Checksum [2023-05-01T20:59:05.750Z] 4872d77fe225: Download complete [2023-05-01T20:59:05.750Z] 5851b861e8e6: Verifying Checksum [2023-05-01T20:59:05.750Z] 5851b861e8e6: Download complete [2023-05-01T20:59:05.750Z] b85a868b505f: Verifying Checksum [2023-05-01T20:59:05.750Z] b85a868b505f: Download complete [2023-05-01T20:59:06.009Z] bab4dde63d76: Verifying Checksum [2023-05-01T20:59:06.009Z] bab4dde63d76: Download complete [2023-05-01T20:59:06.948Z] b85a868b505f: Pull complete [2023-05-01T20:59:07.206Z] e2be974225ed: Pull complete [2023-05-01T20:59:07.774Z] 339a4e72a1f5: Pull complete [2023-05-01T20:59:07.774Z] 988bab9f4d93: Pull complete [2023-05-01T20:59:08.034Z] 1469e6f7b9e6: Pull complete [2023-05-01T20:59:08.293Z] eaf3925da568: Pull complete [2023-05-01T20:59:10.231Z] bab4dde63d76: Pull complete [2023-05-01T20:59:10.231Z] bde34c3a00c8: Pull complete [2023-05-01T20:59:10.231Z] b352a97aabf1: Pull complete [2023-05-01T20:59:10.231Z] 4872d77fe225: Pull complete [2023-05-01T20:59:10.490Z] 5851b861e8e6: Pull complete [2023-05-01T20:59:10.490Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-01T20:59:10.490Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-01T20:59:10.490Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-01T20:59:10.727Z] prd-ubuntu20.04-docker-8c-8g-12239 does not seem to be running inside a container [2023-05-01T20:59:10.758Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_PR-304 -v /w/workspace/gexfoundry_device-rest-go_PR-304:/w/workspace/gexfoundry_device-rest-go_PR-304:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-304@tmp:/w/workspace/gexfoundry_device-rest-go_PR-304@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-05-01T20:59:12.705Z] $ docker top 21e7a7b59084661269e10cb30671a8503cc65fd001f35b38613d8e80bb23a50b -eo pid,comm [2023-05-01T20:59:12.771Z] 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-05-01T20:59:12.771Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-01T20:59:12.893Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-01T20:59:12.893Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-01T20:59:13.020Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-01T20:59:13.026Z] $ docker exec 21e7a7b59084661269e10cb30671a8503cc65fd001f35b38613d8e80bb23a50b ssh-agent [2023-05-01T20:59:13.132Z] SSH_AUTH_SOCK=/tmp/ssh-M1qHbeJOXBbR/agent.33 [2023-05-01T20:59:13.132Z] SSH_AGENT_PID=39 [2023-05-01T20:59:13.139Z] Running ssh-add (command line suppressed) [2023-05-01T20:59:13.250Z] Identity added: /w/workspace/gexfoundry_device-rest-go_PR-304@tmp/private_key_10027300214096834731.key (/w/workspace/gexfoundry_device-rest-go_PR-304@tmp/private_key_10027300214096834731.key) [2023-05-01T20:59:13.260Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-01T20:59:13.588Z] + git tag --points-at HEAD [Pipeline] } [2023-05-01T20:59:13.620Z] $ docker exec --env ******** --env ******** 21e7a7b59084661269e10cb30671a8503cc65fd001f35b38613d8e80bb23a50b ssh-agent -k [2023-05-01T20:59:13.708Z] unset SSH_AUTH_SOCK; [2023-05-01T20:59:13.709Z] unset SSH_AGENT_PID; [2023-05-01T20:59:13.709Z] echo Agent pid 39 killed; [2023-05-01T20:59:13.719Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-01T20:59:13.804Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-01T20:59:13.804Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-01T20:59:13.924Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-01T20:59:13.930Z] $ docker exec 21e7a7b59084661269e10cb30671a8503cc65fd001f35b38613d8e80bb23a50b ssh-agent [2023-05-01T20:59:14.026Z] SSH_AUTH_SOCK=/tmp/ssh-H0QUfh6vUIdT/agent.71 [2023-05-01T20:59:14.026Z] SSH_AGENT_PID=77 [2023-05-01T20:59:14.031Z] Running ssh-add (command line suppressed) [2023-05-01T20:59:14.134Z] Identity added: /w/workspace/gexfoundry_device-rest-go_PR-304@tmp/private_key_2612635397359733420.key (/w/workspace/gexfoundry_device-rest-go_PR-304@tmp/private_key_2612635397359733420.key) [2023-05-01T20:59:14.147Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-01T20:59:14.476Z] + git semver init [2023-05-01T20:59:14.737Z] 2023-05-01 20:59:14,660 [run_init] DEBUG init version:0.0.0 force:False [2023-05-01T20:59:14.737Z] 2023-05-01 20:59:14,661 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-rest-go_PR-304/.semver [2023-05-01T20:59:14.737Z] 2023-05-01 20:59:14,661 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/gexfoundry_device-rest-go_PR-304/.semver [2023-05-01T20:59:14.737Z] 2023-05-01 20:59:14,662 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rest-go.git', '/w/workspace/gexfoundry_device-rest-go_PR-304/.semver'], cwd=/w/workspace/gexfoundry_device-rest-go_PR-304, universal_newlines=False, shell=None, istream=None) [2023-05-01T20:59:15.678Z] 2023-05-01 20:59:15,631 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-rest-go_PR-304/.git/info/exclude [2023-05-01T20:59:15.678Z] 2023-05-01 20:59:15,632 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-rest-go_PR-304/.semver/PR-304 with force:False [2023-05-01T20:59:15.678Z] 2023-05-01 20:59:15,632 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-rest-go_PR-304/.semver/PR-304 [2023-05-01T20:59:15.678Z] 2023-05-01 20:59:15,636 [execute] INFO git cat-file --batch-check [2023-05-01T20:59:15.678Z] 2023-05-01 20:59:15,636 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-rest-go_PR-304/.semver, universal_newlines=False, shell=None, istream=) [2023-05-01T20:59:15.678Z] 2023-05-01 20:59:15,642 [execute] INFO git cat-file --batch [2023-05-01T20:59:15.678Z] 2023-05-01 20:59:15,642 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-rest-go_PR-304/.semver, universal_newlines=False, shell=None, istream=) [2023-05-01T20:59:15.678Z] 2023-05-01 20:59:15,646 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-rest-go_PR-304/.semver/PR-304 [2023-05-01T20:59:15.678Z] 0.0.0 [Pipeline] } [2023-05-01T20:59:15.710Z] $ docker exec --env ******** --env ******** 21e7a7b59084661269e10cb30671a8503cc65fd001f35b38613d8e80bb23a50b ssh-agent -k [2023-05-01T20:59:15.811Z] unset SSH_AUTH_SOCK; [2023-05-01T20:59:15.811Z] unset SSH_AGENT_PID; [2023-05-01T20:59:15.811Z] echo Agent pid 77 killed; [2023-05-01T20:59:15.816Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-01T20:59:16.238Z] + git semver [Pipeline] } [2023-05-01T20:59:16.526Z] $ docker stop --time=1 21e7a7b59084661269e10cb30671a8503cc65fd001f35b38613d8e80bb23a50b [2023-05-01T20:59:17.841Z] $ docker rm -f --volumes 21e7a7b59084661269e10cb30671a8503cc65fd001f35b38613d8e80bb23a50b [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-01T20:59:18.238Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-01T20:59:18.530Z] Stashed 1 file(s) [Pipeline] echo [2023-05-01T20:59:18.547Z] [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-05-01T20:59:19.131Z] provisioning config files... [2023-05-01T20:59:19.141Z] copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-304@tmp/config991202168519455591tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-01T20:59:19.489Z] ---> docker-login.sh [2023-05-01T20:59:19.490Z] nexus3.edgexfoundry.org:10001 [2023-05-01T20:59:19.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T20:59:19.490Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T20:59:19.490Z] Configure a credential helper to remove this warning. See [2023-05-01T20:59:19.490Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T20:59:19.490Z] [2023-05-01T20:59:19.490Z] Login Succeeded [2023-05-01T20:59:19.490Z] nexus3.edgexfoundry.org:10002 [2023-05-01T20:59:19.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T20:59:19.490Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T20:59:19.490Z] Configure a credential helper to remove this warning. See [2023-05-01T20:59:19.490Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T20:59:19.490Z] [2023-05-01T20:59:19.490Z] Login Succeeded [2023-05-01T20:59:19.490Z] nexus3.edgexfoundry.org:10003 [2023-05-01T20:59:19.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T20:59:19.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T20:59:19.748Z] Configure a credential helper to remove this warning. See [2023-05-01T20:59:19.748Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T20:59:19.748Z] [2023-05-01T20:59:19.748Z] Login Succeeded [2023-05-01T20:59:19.748Z] nexus3.edgexfoundry.org:10004 [2023-05-01T20:59:19.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T20:59:19.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T20:59:19.748Z] Configure a credential helper to remove this warning. See [2023-05-01T20:59:19.748Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T20:59:19.748Z] [2023-05-01T20:59:19.749Z] Login Succeeded [2023-05-01T20:59:19.749Z] docker.io [2023-05-01T20:59:19.749Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T20:59:20.009Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T20:59:20.009Z] Configure a credential helper to remove this warning. See [2023-05-01T20:59:20.009Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T20:59:20.009Z] [2023-05-01T20:59:20.009Z] Login Succeeded [2023-05-01T20:59:20.009Z] ---> docker-login.sh ends [Pipeline] } [2023-05-01T20:59:20.037Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-01T20:59:20.213Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-01T20:59:20.250Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-01T20:59:20.283Z] ========================================================= [2023-05-01T20:59:20.283Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-01T20:59:20.283Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T20:59:20.754Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-05-01T20:59:20.755Z] Sending build context to Docker daemon 10.9MB [2023-05-01T20:59:20.755Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-05-01T20:59:20.755Z] Step 2/12 : FROM ${BASE} AS builder [2023-05-01T20:59:20.755Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-01T20:59:20.755Z] f56be85fc22e: Pulling fs layer [2023-05-01T20:59:20.755Z] 85791d961cd3: Pulling fs layer [2023-05-01T20:59:20.755Z] d694b5ae8c79: Pulling fs layer [2023-05-01T20:59:20.755Z] 9f32a84ed3da: Pulling fs layer [2023-05-01T20:59:20.755Z] 4d19c01a9841: Pulling fs layer [2023-05-01T20:59:20.755Z] 9325e15d5711: Pulling fs layer [2023-05-01T20:59:20.755Z] 556b6ee489ea: Pulling fs layer [2023-05-01T20:59:20.755Z] c5a4b2cf53e6: Pulling fs layer [2023-05-01T20:59:20.755Z] 9f32a84ed3da: Waiting [2023-05-01T20:59:20.755Z] 4d19c01a9841: Waiting [2023-05-01T20:59:20.755Z] 9325e15d5711: Waiting [2023-05-01T20:59:20.755Z] c5a4b2cf53e6: Waiting [2023-05-01T20:59:20.755Z] 556b6ee489ea: Waiting [2023-05-01T20:59:20.755Z] 85791d961cd3: Verifying Checksum [2023-05-01T20:59:20.755Z] 85791d961cd3: Download complete [2023-05-01T20:59:21.016Z] 9f32a84ed3da: Verifying Checksum [2023-05-01T20:59:21.016Z] 4d19c01a9841: Verifying Checksum [2023-05-01T20:59:21.016Z] 4d19c01a9841: Download complete [2023-05-01T20:59:21.016Z] f56be85fc22e: Download complete [2023-05-01T20:59:21.016Z] 9325e15d5711: Verifying Checksum [2023-05-01T20:59:21.016Z] 9325e15d5711: Download complete [2023-05-01T20:59:21.016Z] f56be85fc22e: Pull complete [2023-05-01T20:59:21.282Z] 85791d961cd3: Pull complete [2023-05-01T20:59:21.541Z] c5a4b2cf53e6: Verifying Checksum [2023-05-01T20:59:21.541Z] c5a4b2cf53e6: Download complete [2023-05-01T20:59:21.541Z] d694b5ae8c79: Verifying Checksum [2023-05-01T20:59:21.541Z] d694b5ae8c79: Download complete [2023-05-01T20:59:21.800Z] 556b6ee489ea: Verifying Checksum [2023-05-01T20:59:21.800Z] 556b6ee489ea: Download complete [2023-05-01T20:59:25.083Z] d694b5ae8c79: Pull complete [2023-05-01T20:59:25.083Z] 9f32a84ed3da: Pull complete [2023-05-01T20:59:25.083Z] 4d19c01a9841: Pull complete [2023-05-01T20:59:25.083Z] 9325e15d5711: Pull complete [2023-05-01T20:59:27.617Z] 556b6ee489ea: Pull complete [2023-05-01T20:59:28.183Z] c5a4b2cf53e6: Pull complete [2023-05-01T20:59:28.183Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-01T20:59:28.183Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-01T20:59:28.183Z] ---> c4be618373d6 [2023-05-01T20:59:28.183Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-05-01T20:59:31.475Z] ---> Running in 5390d3dbca42 [2023-05-01T20:59:31.475Z] Removing intermediate container 5390d3dbca42 [2023-05-01T20:59:31.475Z] ---> c243b9fa3332 [2023-05-01T20:59:31.475Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-01T20:59:31.475Z] ---> Running in 0299dad6d964 [2023-05-01T20:59:31.475Z] Removing intermediate container 0299dad6d964 [2023-05-01T20:59:31.475Z] ---> f03287cae0b6 [2023-05-01T20:59:31.475Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-01T20:59:31.475Z] ---> Running in 0814ed069b02 [2023-05-01T20:59:31.475Z] Removing intermediate container 0814ed069b02 [2023-05-01T20:59:31.475Z] ---> 34e8c9199575 [2023-05-01T20:59:31.475Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-05-01T20:59:31.475Z] ---> Running in 94a0c2b725da [2023-05-01T20:59:31.475Z] Removing intermediate container 94a0c2b725da [2023-05-01T20:59:31.475Z] ---> 4c07976b2714 [2023-05-01T20:59:31.475Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-01T20:59:31.475Z] ---> Running in 3cf304570196 [2023-05-01T20:59:31.734Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-01T20:59:31.734Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-01T20:59:31.993Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-05-01T20:59:31.993Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-05-01T20:59:31.993Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-05-01T20:59:31.993Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-05-01T20:59:31.993Z] Executing busybox-1.35.0-r29.trigger [2023-05-01T20:59:31.993Z] OK: 269 MiB in 57 packages [2023-05-01T20:59:32.559Z] Removing intermediate container 3cf304570196 [2023-05-01T20:59:32.559Z] ---> 7009070a06da [2023-05-01T20:59:32.559Z] Step 8/12 : WORKDIR /device-rest-go [2023-05-01T20:59:32.559Z] ---> Running in 9c02d4d4f9a7 [2023-05-01T20:59:32.559Z] Removing intermediate container 9c02d4d4f9a7 [2023-05-01T20:59:32.559Z] ---> 5d05903e1cb8 [2023-05-01T20:59:32.559Z] Step 9/12 : COPY go.mod vendor* ./ [2023-05-01T20:59:32.818Z] ---> 5636f234b161 [2023-05-01T20:59:32.818Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-01T20:59:32.818Z] ---> Running in 91d8f24448d4 [2023-05-01T20:59:33.959Z] Still waiting to schedule task [2023-05-01T20:59:33.960Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-05-01T21:00:11.556Z] Removing intermediate container 91d8f24448d4 [2023-05-01T21:00:11.556Z] ---> 90138b2fc627 [2023-05-01T21:00:11.556Z] Step 11/12 : COPY . . [2023-05-01T21:00:11.556Z] ---> f3a095b2d2e3 [2023-05-01T21:00:11.556Z] Step 12/12 : RUN $MAKE [2023-05-01T21:00:11.556Z] ---> Running in f2a353b1184b [2023-05-01T21:00:11.556Z] noop [2023-05-01T21:00:11.556Z] Removing intermediate container f2a353b1184b [2023-05-01T21:00:11.556Z] ---> baaebbd01758 [2023-05-01T21:00:11.556Z] Successfully built baaebbd01758 [2023-05-01T21:00:11.556Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T21:00:12.012Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-01T21:00:12.012Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-01T21:00:12.168Z] prd-ubuntu20.04-docker-8c-8g-12239 does not seem to be running inside a container [2023-05-01T21:00:12.202Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-rest-go_PR-304 -v /w/workspace/gexfoundry_device-rest-go_PR-304:/w/workspace/gexfoundry_device-rest-go_PR-304:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-304@tmp:/w/workspace/gexfoundry_device-rest-go_PR-304@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-01T21:00:12.533Z] $ docker top b165e7fc52c333807350c49b83433aed765ac2b9837dbf2ca4cd914947ba7b58 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-01T21:00:12.911Z] + go version [2023-05-01T21:00:12.911Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-01T21:00:12.944Z] $ docker stop --time=1 b165e7fc52c333807350c49b83433aed765ac2b9837dbf2ca4cd914947ba7b58 [2023-05-01T21:00:14.212Z] $ docker rm -f --volumes b165e7fc52c333807350c49b83433aed765ac2b9837dbf2ca4cd914947ba7b58 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T21:00:14.925Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-01T21:00:14.926Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-01T21:00:15.068Z] prd-ubuntu20.04-docker-8c-8g-12239 does not seem to be running inside a container [2023-05-01T21:00:15.098Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_device-rest-go_PR-304 -v /w/workspace/gexfoundry_device-rest-go_PR-304:/w/workspace/gexfoundry_device-rest-go_PR-304:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-304@tmp:/w/workspace/gexfoundry_device-rest-go_PR-304@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-01T21:00:15.500Z] $ docker top 18391702ddef1277f99d57778716d9875653c3d87a4b83bd9044aa162aa119a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-01T21:00:15.884Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-rest-go_PR-304 [Pipeline] fileExists [Pipeline] sh [2023-05-01T21:00:16.241Z] + make test [2023-05-01T21:00:16.241Z] go test ./... -coverprofile=coverage.out ./... [2023-05-01T21:00:20.423Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2023-05-01T21:00:30.386Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2023-05-01T21:00:30.386Z] ok github.com/edgexfoundry/device-rest-go/driver 0.012s coverage: 32.2% of statements [2023-05-01T21:00:35.644Z] go vet ./... [2023-05-01T21:00:38.926Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-01T21:00:38.926Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-01T21:00:38.926Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-01T21:00:38.966Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-01T21:00:39.002Z] $ docker stop --time=1 18391702ddef1277f99d57778716d9875653c3d87a4b83bd9044aa162aa119a9 [2023-05-01T21:00:42.563Z] $ docker rm -f --volumes 18391702ddef1277f99d57778716d9875653c3d87a4b83bd9044aa162aa119a9 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-01T21:00:43.099Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-01T21:00:43.196Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-05-01T21:00:43.945Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-01T21:00:44.293Z] + ls -al . [2023-05-01T21:00:44.293Z] total 184 [2023-05-01T21:00:44.293Z] drwxrwxr-x 9 jenkins jenkins 4096 May 1 21:00 . [2023-05-01T21:00:44.293Z] drwxrwxr-x 4 jenkins jenkins 4096 May 1 20:58 .. [2023-05-01T21:00:44.293Z] -rw-rw-r-- 1 jenkins jenkins 151 May 1 20:58 .dockerignore [2023-05-01T21:00:44.293Z] drwxrwxr-x 8 jenkins jenkins 4096 May 1 20:59 .git [2023-05-01T21:00:44.293Z] drwxrwxr-x 3 jenkins jenkins 4096 May 1 20:58 .github [2023-05-01T21:00:44.293Z] -rw-rw-r-- 1 jenkins jenkins 329 May 1 20:58 .gitignore [2023-05-01T21:00:44.293Z] -rw-rw-r-- 1 jenkins jenkins 41 May 1 20:58 .golangci.yml [2023-05-01T21:00:44.293Z] drwxr-xr-x 3 jenkins jenkins 4096 May 1 20:59 .semver [2023-05-01T21:00:44.293Z] -rw-rw-r-- 1 jenkins jenkins 9331 May 1 20:58 Attribution.txt [2023-05-01T21:00:44.293Z] -rw-rw-r-- 1 jenkins jenkins 13085 May 1 20:58 CHANGELOG.md [2023-05-01T21:00:44.294Z] -rw-rw-r-- 1 jenkins jenkins 1578 May 1 20:58 Dockerfile [2023-05-01T21:00:44.294Z] -rw-rw-r-- 1 jenkins jenkins 677 May 1 20:58 GOVERNANCE.md [2023-05-01T21:00:44.294Z] -rw-rw-r-- 1 jenkins jenkins 680 May 1 20:58 Jenkinsfile [2023-05-01T21:00:44.294Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 1 20:58 LICENSE [2023-05-01T21:00:44.294Z] -rw-rw-r-- 1 jenkins jenkins 1779 May 1 20:58 Makefile [2023-05-01T21:00:44.294Z] -rw-rw-r-- 1 jenkins jenkins 620 May 1 20:58 OWNERS.md [2023-05-01T21:00:44.294Z] -rw-rw-r-- 1 jenkins jenkins 15321 May 1 20:58 README.md [2023-05-01T21:00:44.294Z] -rw-rw-r-- 1 jenkins jenkins 5 May 1 20:59 VERSION [2023-05-01T21:00:44.294Z] drwxrwxr-x 2 jenkins jenkins 4096 May 1 20:58 bin [2023-05-01T21:00:44.294Z] drwxrwxr-x 3 jenkins jenkins 4096 May 1 20:58 cmd [2023-05-01T21:00:44.294Z] -rw-r--r-- 1 jenkins jenkins 14663 May 1 21:00 coverage.out [2023-05-01T21:00:44.294Z] drwxrwxr-x 2 jenkins jenkins 4096 May 1 20:58 driver [2023-05-01T21:00:44.294Z] -rw-rw-r-- 1 jenkins jenkins 3402 May 1 20:58 go.mod [2023-05-01T21:00:44.294Z] -rw-rw-r-- 1 jenkins jenkins 31443 May 1 20:58 go.sum [2023-05-01T21:00:44.294Z] drwxrwxr-x 4 jenkins jenkins 4096 May 1 20:58 snap [2023-05-01T21:00:44.294Z] -rw-rw-r-- 1 jenkins jenkins 713 May 1 20:58 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T21:00:44.733Z] + docker build -t device-rest -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=5f853ae00f026d52e8b34b2f650b273d87d34550 --label arch=amd64 --label version=0.0.0 . [2023-05-01T21:00:44.733Z] Sending build context to Docker daemon 10.92MB [2023-05-01T21:00:44.733Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-05-01T21:00:44.733Z] Step 2/25 : FROM ${BASE} AS builder [2023-05-01T21:00:44.733Z] ---> baaebbd01758 [2023-05-01T21:00:44.733Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-05-01T21:00:44.991Z] ---> Running in 728826a408df [2023-05-01T21:00:44.991Z] Removing intermediate container 728826a408df [2023-05-01T21:00:44.991Z] ---> b3d88dfcf280 [2023-05-01T21:00:44.991Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-01T21:00:44.991Z] ---> Running in 7d89613398f9 [2023-05-01T21:00:44.991Z] Removing intermediate container 7d89613398f9 [2023-05-01T21:00:44.991Z] ---> 36ff8ac3fa00 [2023-05-01T21:00:44.991Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-01T21:00:44.991Z] ---> Running in 04d593433616 [2023-05-01T21:00:45.249Z] Removing intermediate container 04d593433616 [2023-05-01T21:00:45.249Z] ---> dce9c0488a59 [2023-05-01T21:00:45.249Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2023-05-01T21:00:45.249Z] ---> Running in ed3e5ff510d6 [2023-05-01T21:00:45.249Z] Removing intermediate container ed3e5ff510d6 [2023-05-01T21:00:45.249Z] ---> d066e47e0403 [2023-05-01T21:00:45.249Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-01T21:00:45.249Z] ---> Running in 6afcb1047275 [2023-05-01T21:00:45.507Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-01T21:00:45.507Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-01T21:00:45.765Z] OK: 269 MiB in 57 packages [2023-05-01T21:00:46.022Z] Removing intermediate container 6afcb1047275 [2023-05-01T21:00:46.022Z] ---> e7bbddc7b133 [2023-05-01T21:00:46.022Z] Step 8/25 : WORKDIR /device-rest-go [2023-05-01T21:00:46.022Z] ---> Running in 486e1e57fde2 [2023-05-01T21:00:46.022Z] Removing intermediate container 486e1e57fde2 [2023-05-01T21:00:46.022Z] ---> 8e53b73af786 [2023-05-01T21:00:46.022Z] Step 9/25 : COPY go.mod vendor* ./ [2023-05-01T21:00:46.281Z] ---> 358ab4dc8efa [2023-05-01T21:00:46.281Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-01T21:00:46.281Z] ---> Running in 9097a7ec5a23 [2023-05-01T21:00:46.846Z] Removing intermediate container 9097a7ec5a23 [2023-05-01T21:00:46.846Z] ---> 9094c34131be [2023-05-01T21:00:46.846Z] Step 11/25 : COPY . . [2023-05-01T21:00:47.413Z] ---> 68bed7fef1d3 [2023-05-01T21:00:47.413Z] Step 12/25 : RUN $MAKE [2023-05-01T21:00:47.413Z] ---> Running in 8a72ea566c97 [2023-05-01T21:00:47.671Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-rest ./cmd [2023-05-01T21:01:05.751Z] Removing intermediate container 8a72ea566c97 [2023-05-01T21:01:05.751Z] ---> 7712266f3390 [2023-05-01T21:01:05.751Z] Step 13/25 : FROM alpine:3.17 [2023-05-01T21:01:05.751Z] 3.17: Pulling from library/alpine [2023-05-01T21:01:05.751Z] f56be85fc22e: Already exists [2023-05-01T21:01:06.010Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-01T21:01:06.010Z] Status: Downloaded newer image for alpine:3.17 [2023-05-01T21:01:06.010Z] ---> 9ed4aefc74f6 [2023-05-01T21:01:06.010Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-05-01T21:01:06.010Z] ---> Running in 57ae0aab1ddb [2023-05-01T21:01:06.270Z] Removing intermediate container 57ae0aab1ddb [2023-05-01T21:01:06.270Z] ---> 1600147147e4 [2023-05-01T21:01:06.270Z] Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} [2023-05-01T21:01:06.530Z] ---> Running in ead8f3d646f6 [2023-05-01T21:01:06.530Z] Removing intermediate container ead8f3d646f6 [2023-05-01T21:01:06.530Z] ---> 751be0b8438b [2023-05-01T21:01:06.530Z] Step 16/25 : RUN apk add --update --no-cache dumb-init [2023-05-01T21:01:06.791Z] ---> Running in 094830cb845e [2023-05-01T21:01:07.050Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-01T21:01:07.310Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-01T21:01:07.310Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-01T21:01:07.310Z] Executing busybox-1.35.0-r29.trigger [2023-05-01T21:01:07.310Z] OK: 7 MiB in 16 packages [2023-05-01T21:01:07.877Z] Removing intermediate container 094830cb845e [2023-05-01T21:01:07.877Z] ---> 731a208d5172 [2023-05-01T21:01:07.877Z] Step 17/25 : COPY --from=builder /device-rest-go/cmd / [2023-05-01T21:01:08.308Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-12240 in /w/workspace/gexfoundry_device-rest-go_PR-304 [Pipeline] { [Pipeline] ws [2023-05-01T21:01:08.367Z] Running in /w/workspace/device-rest-go/1 [Pipeline] { [Pipeline] checkout [2023-05-01T21:01:08.450Z] The recommended git tool is: git [2023-05-01T21:01:08.486Z] ---> 92bc054359a1 [2023-05-01T21:01:08.486Z] Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / [2023-05-01T21:01:08.486Z] ---> 86f430dbf455 [2023-05-01T21:01:08.486Z] Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / [2023-05-01T21:01:08.743Z] ---> db9ee68c1d60 [2023-05-01T21:01:08.743Z] Step 20/25 : EXPOSE 59986 [2023-05-01T21:01:08.743Z] ---> Running in 345af9a211b6 [2023-05-01T21:01:08.743Z] Removing intermediate container 345af9a211b6 [2023-05-01T21:01:08.743Z] ---> 4c9cb95d37db [2023-05-01T21:01:08.743Z] Step 21/25 : ENTRYPOINT ["/device-rest"] [2023-05-01T21:01:08.743Z] ---> Running in e9d177c0cfc7 [2023-05-01T21:01:08.743Z] Removing intermediate container e9d177c0cfc7 [2023-05-01T21:01:08.743Z] ---> aa58a597b6b9 [2023-05-01T21:01:08.743Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-05-01T21:01:09.002Z] ---> Running in 8e4319733301 [2023-05-01T21:01:09.002Z] Removing intermediate container 8e4319733301 [2023-05-01T21:01:09.002Z] ---> 3450d1d10755 [2023-05-01T21:01:09.002Z] Step 23/25 : LABEL arch=amd64 [2023-05-01T21:01:09.002Z] ---> Running in 32e6cd2e8170 [2023-05-01T21:01:09.002Z] Removing intermediate container 32e6cd2e8170 [2023-05-01T21:01:09.002Z] ---> 74f9d064e39c [2023-05-01T21:01:09.002Z] Step 24/25 : LABEL git_sha=5f853ae00f026d52e8b34b2f650b273d87d34550 [2023-05-01T21:01:09.002Z] ---> Running in 81d8f6150441 [2023-05-01T21:01:09.002Z] Removing intermediate container 81d8f6150441 [2023-05-01T21:01:09.002Z] ---> 5344b4fa5137 [2023-05-01T21:01:09.002Z] Step 25/25 : LABEL version=0.0.0 [2023-05-01T21:01:09.260Z] ---> Running in e107b36e4744 [2023-05-01T21:01:09.260Z] Removing intermediate container e107b36e4744 [2023-05-01T21:01:09.260Z] ---> 43e476faaa20 [2023-05-01T21:01:09.261Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-01T21:01:09.261Z] Successfully built 43e476faaa20 [2023-05-01T21:01:09.261Z] Successfully tagged device-rest: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-05-01T21:01:10.200Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-01T21:01:10.200Z] [2023-05-01T21:01:10.200Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T21:01:10.576Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-01T21:01:10.576Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-01T21:01:10.576Z] 5eb5b503b376: Pulling fs layer [2023-05-01T21:01:10.576Z] 5c69ac0246d0: Pulling fs layer [2023-05-01T21:01:10.576Z] ec43610c2a17: Pulling fs layer [2023-05-01T21:01:10.576Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-01T21:01:10.576Z] 33b1e0a273af: Pulling fs layer [2023-05-01T21:01:10.576Z] 5d3b04190fa2: Pulling fs layer [2023-05-01T21:01:10.576Z] 2f39f015ded8: Pulling fs layer [2023-05-01T21:01:10.576Z] 3a2ae6a8a46f: Waiting [2023-05-01T21:01:10.576Z] 2f39f015ded8: Waiting [2023-05-01T21:01:10.576Z] 33b1e0a273af: Waiting [2023-05-01T21:01:10.576Z] 5d3b04190fa2: Waiting [2023-05-01T21:01:10.576Z] 5c69ac0246d0: Download complete [2023-05-01T21:01:10.576Z] 3a2ae6a8a46f: Verifying Checksum [2023-05-01T21:01:10.576Z] 3a2ae6a8a46f: Download complete [2023-05-01T21:01:10.576Z] 33b1e0a273af: Verifying Checksum [2023-05-01T21:01:10.576Z] 33b1e0a273af: Download complete [2023-05-01T21:01:10.576Z] ec43610c2a17: Verifying Checksum [2023-05-01T21:01:10.576Z] ec43610c2a17: Download complete [2023-05-01T21:01:10.576Z] 5d3b04190fa2: Download complete [2023-05-01T21:01:10.836Z] 5eb5b503b376: Download complete [2023-05-01T21:01:11.400Z] 2f39f015ded8: Verifying Checksum [2023-05-01T21:01:11.400Z] 2f39f015ded8: Download complete [2023-05-01T21:01:11.964Z] 5eb5b503b376: Pull complete [2023-05-01T21:01:11.964Z] 5c69ac0246d0: Pull complete [2023-05-01T21:01:12.530Z] ec43610c2a17: Pull complete [2023-05-01T21:01:12.530Z] 3a2ae6a8a46f: Pull complete [2023-05-01T21:01:12.788Z] 33b1e0a273af: Pull complete [2023-05-01T21:01:13.049Z] 5d3b04190fa2: Pull complete [2023-05-01T21:01:13.759Z] using credential edgex-jenkins-ssh [2023-05-01T21:01:13.774Z] Cloning the remote Git repository [2023-05-01T21:01:13.824Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2023-05-01T21:01:13.917Z] > git init /w/workspace/device-rest-go/1 # timeout=10 [2023-05-01T21:01:14.068Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2023-05-01T21:01:14.069Z] > git --version # timeout=10 [2023-05-01T21:01:14.090Z] > git --version # 'git version 2.25.1' [2023-05-01T21:01:14.094Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-01T21:01:14.283Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-01T21:01:17.232Z] 2f39f015ded8: Pull complete [2023-05-01T21:01:17.232Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-01T21:01:17.232Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-01T21:01:17.232Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-01T21:01:17.436Z] prd-ubuntu20.04-docker-8c-8g-12239 does not seem to be running inside a container [2023-05-01T21:01:17.467Z] $ 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/gexfoundry_device-rest-go_PR-304 -v /w/workspace/gexfoundry_device-rest-go_PR-304:/w/workspace/gexfoundry_device-rest-go_PR-304:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-304@tmp:/w/workspace/gexfoundry_device-rest-go_PR-304@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-01T21:01:21.102Z] $ docker top bc16c5c8f4936388b28a82e567ae017100497e978246d581b423f8b3ec8ec197 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-01T21:01:21.539Z] ---> job-cost.sh [2023-05-01T21:01:21.539Z] lf-activate-venv: SKIPPING [2023-05-01T21:01:21.539Z] INFO: No Stack... [2023-05-01T21:01:21.797Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-01T21:01:22.363Z] INFO: Archiving Costs [Pipeline] sh [2023-05-01T21:01:22.677Z] + cat /w/workspace/gexfoundry_device-rest-go_PR-304/archives/cost.csv [2023-05-01T21:01:22.677Z] + cut -d, -f6 [Pipeline] lock [2023-05-01T21:01:22.723Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-304-1-stack-cost] [2023-05-01T21:01:22.728Z] Resource [jenkins-edgexfoundry-device-rest-go-PR-304-1-stack-cost] did not exist. Created. [2023-05-01T21:01:22.728Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-304-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-01T21:01:23.115Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-05-01T21:01:23.162Z] Stashed 1 file(s) [Pipeline] } [2023-05-01T21:01:23.193Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-304-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-01T21:01:23.275Z] $ docker stop --time=1 bc16c5c8f4936388b28a82e567ae017100497e978246d581b423f8b3ec8ec197 [2023-05-01T21:01:22.753Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2023-05-01T21:01:22.782Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-01T21:01:24.277Z] Merging remotes/origin/main commit 2f7cd59f938f3bc6608d5b4fcb61af0cf16e3fa8 into PR head commit 5f853ae00f026d52e8b34b2f650b273d87d34550 [2023-05-01T21:01:24.440Z] $ docker rm -f --volumes bc16c5c8f4936388b28a82e567ae017100497e978246d581b423f8b3ec8ec197 [Pipeline] // withDockerContainer [Pipeline] } [2023-05-01T21:01:24.581Z] Merge succeeded, producing 5f853ae00f026d52e8b34b2f650b273d87d34550 [2023-05-01T21:01:24.581Z] Checking out Revision 5f853ae00f026d52e8b34b2f650b273d87d34550 (PR-304) [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-05-01T21:01:23.672Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2023-05-01T21:01:23.718Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2023-05-01T21:01:23.719Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-01T21:01:23.744Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/304/head:refs/remotes/origin/PR-304 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-05-01T21:01:24.300Z] > git config core.sparsecheckout # timeout=10 [2023-05-01T21:01:24.388Z] > git checkout -f 5f853ae00f026d52e8b34b2f650b273d87d34550 # timeout=10 [2023-05-01T21:01:24.475Z] > git remote # timeout=10 [2023-05-01T21:01:24.496Z] > git config --get remote.origin.url # timeout=10 [2023-05-01T21:01:24.520Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-01T21:01:24.536Z] > git merge 2f7cd59f938f3bc6608d5b4fcb61af0cf16e3fa8 # timeout=10 [2023-05-01T21:01:24.566Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-05-01T21:01:24.591Z] > git config core.sparsecheckout # timeout=10 [2023-05-01T21:01:24.613Z] > git checkout -f 5f853ae00f026d52e8b34b2f650b273d87d34550 # timeout=10 [2023-05-01T21:01:25.124Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" [2023-05-01T21:01:25.178Z] > git --version # timeout=10 [2023-05-01T21:01:25.189Z] > git --version # 'git version 2.25.1' [2023-05-01T21:01:25.215Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-01T21:01:26.410Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-01T21:01:26.410Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-01T21:01:26.410Z] Dload Upload Total Spent Left Speed [2023-05-01T21:01:26.410Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 101k 0 --:--:-- --:--:-- --:--:-- 101k [Pipeline] sh [2023-05-01T21:01:27.091Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-05-01T21:01:27.437Z] + sudo tee /etc/docker/daemon.new [2023-05-01T21:01:27.438Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-05-01T21:01:27.438Z] { [2023-05-01T21:01:27.438Z] "registry-mirrors": [ [2023-05-01T21:01:27.438Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-01T21:01:27.438Z] ], [2023-05-01T21:01:27.438Z] "bip": "10.250.0.254/24", [2023-05-01T21:01:27.438Z] "hosts": [ [2023-05-01T21:01:27.438Z] "tcp://0.0.0.0:5555", [2023-05-01T21:01:27.438Z] "unix:///var/run/docker.sock" [2023-05-01T21:01:27.438Z] ], [2023-05-01T21:01:27.438Z] "mtu": 1458, [2023-05-01T21:01:27.438Z] "selinux-enabled": true, [2023-05-01T21:01:27.438Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-01T21:01:27.438Z] } [Pipeline] sh [2023-05-01T21:01:27.787Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-01T21:01:28.129Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-01T21:01:46.459Z] provisioning config files... [2023-05-01T21:01:46.486Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/1@tmp/config10908553099259084764tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-01T21:01:46.874Z] ---> docker-login.sh [2023-05-01T21:01:46.874Z] nexus3.edgexfoundry.org:10001 [2023-05-01T21:01:47.464Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T21:01:47.464Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T21:01:47.464Z] Configure a credential helper to remove this warning. See [2023-05-01T21:01:47.464Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T21:01:47.464Z] [2023-05-01T21:01:47.464Z] Login Succeeded [2023-05-01T21:01:47.464Z] nexus3.edgexfoundry.org:10002 [2023-05-01T21:01:47.736Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T21:01:47.736Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T21:01:47.736Z] Configure a credential helper to remove this warning. See [2023-05-01T21:01:47.736Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T21:01:47.736Z] [2023-05-01T21:01:47.736Z] Login Succeeded [2023-05-01T21:01:47.736Z] nexus3.edgexfoundry.org:10003 [2023-05-01T21:01:48.007Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T21:01:48.277Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T21:01:48.277Z] Configure a credential helper to remove this warning. See [2023-05-01T21:01:48.277Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T21:01:48.277Z] [2023-05-01T21:01:48.277Z] Login Succeeded [2023-05-01T21:01:48.277Z] nexus3.edgexfoundry.org:10004 [2023-05-01T21:01:48.551Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T21:01:48.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T21:01:48.551Z] Configure a credential helper to remove this warning. See [2023-05-01T21:01:48.551Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T21:01:48.551Z] [2023-05-01T21:01:48.551Z] Login Succeeded [2023-05-01T21:01:48.551Z] docker.io [2023-05-01T21:01:48.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T21:01:49.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T21:01:49.091Z] Configure a credential helper to remove this warning. See [2023-05-01T21:01:49.091Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T21:01:49.091Z] [2023-05-01T21:01:49.091Z] Login Succeeded [2023-05-01T21:01:49.091Z] ---> docker-login.sh ends [Pipeline] } [2023-05-01T21:01:49.121Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-01T21:01:49.466Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-01T21:01:49.502Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-01T21:01:49.535Z] ========================================================= [2023-05-01T21:01:49.535Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-01T21:01:49.535Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T21:01:50.040Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-05-01T21:01:50.040Z] Sending build context to Docker daemon 138.8kB [2023-05-01T21:01:50.311Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-05-01T21:01:50.311Z] Step 2/12 : FROM ${BASE} AS builder [2023-05-01T21:01:50.311Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-01T21:01:50.311Z] c41833b44d91: Pulling fs layer [2023-05-01T21:01:50.311Z] ed15518f5707: Pulling fs layer [2023-05-01T21:01:50.311Z] feae8fd75edb: Pulling fs layer [2023-05-01T21:01:50.311Z] 242c74f7c9fa: Pulling fs layer [2023-05-01T21:01:50.311Z] 3cdef696dda3: Pulling fs layer [2023-05-01T21:01:50.311Z] 2ced38df9373: Pulling fs layer [2023-05-01T21:01:50.311Z] 58f1dce35555: Pulling fs layer [2023-05-01T21:01:50.311Z] 242c74f7c9fa: Waiting [2023-05-01T21:01:50.311Z] 3cdef696dda3: Waiting [2023-05-01T21:01:50.311Z] 2ced38df9373: Waiting [2023-05-01T21:01:50.311Z] 58f1dce35555: Waiting [2023-05-01T21:01:50.311Z] ed15518f5707: Verifying Checksum [2023-05-01T21:01:50.311Z] ed15518f5707: Download complete [2023-05-01T21:01:50.583Z] 242c74f7c9fa: Verifying Checksum [2023-05-01T21:01:50.583Z] 242c74f7c9fa: Download complete [2023-05-01T21:01:50.583Z] 3cdef696dda3: Download complete [2023-05-01T21:01:50.583Z] c41833b44d91: Verifying Checksum [2023-05-01T21:01:50.583Z] c41833b44d91: Download complete [2023-05-01T21:01:51.563Z] c41833b44d91: Pull complete [2023-05-01T21:01:51.833Z] 58f1dce35555: Verifying Checksum [2023-05-01T21:01:51.833Z] 58f1dce35555: Download complete [2023-05-01T21:01:52.108Z] ed15518f5707: Pull complete [2023-05-01T21:01:53.078Z] feae8fd75edb: Verifying Checksum [2023-05-01T21:01:53.078Z] feae8fd75edb: Download complete [2023-05-01T21:01:53.078Z] 2ced38df9373: Verifying Checksum [2023-05-01T21:01:53.078Z] 2ced38df9373: Download complete [2023-05-01T21:02:05.515Z] feae8fd75edb: Pull complete [2023-05-01T21:02:05.515Z] 242c74f7c9fa: Pull complete [2023-05-01T21:02:05.515Z] 3cdef696dda3: Pull complete [2023-05-01T21:02:12.193Z] 2ced38df9373: Pull complete [2023-05-01T21:02:14.168Z] 58f1dce35555: Pull complete [2023-05-01T21:02:14.168Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-01T21:02:14.168Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-01T21:02:14.168Z] ---> fadd8f120f05 [2023-05-01T21:02:14.168Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-05-01T21:02:16.123Z] ---> Running in abb17015c346 [2023-05-01T21:02:16.123Z] Removing intermediate container abb17015c346 [2023-05-01T21:02:16.123Z] ---> dd6464673bb5 [2023-05-01T21:02:16.123Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-01T21:02:16.123Z] ---> Running in fb58d86f3057 [2023-05-01T21:02:16.392Z] Removing intermediate container fb58d86f3057 [2023-05-01T21:02:16.392Z] ---> e7d43c617881 [2023-05-01T21:02:16.392Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-01T21:02:16.666Z] ---> Running in 42c8e16c5ac0 [2023-05-01T21:02:16.936Z] Removing intermediate container 42c8e16c5ac0 [2023-05-01T21:02:16.936Z] ---> 7bec59bb4908 [2023-05-01T21:02:16.936Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-05-01T21:02:16.936Z] ---> Running in c90e6494b720 [2023-05-01T21:02:17.207Z] Removing intermediate container c90e6494b720 [2023-05-01T21:02:17.207Z] ---> d0ff5c376f4a [2023-05-01T21:02:17.207Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-01T21:02:17.207Z] ---> Running in 1002bbe43986 [2023-05-01T21:02:18.632Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-01T21:02:19.218Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-01T21:02:20.187Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-05-01T21:02:20.187Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-05-01T21:02:20.187Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-05-01T21:02:20.187Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-05-01T21:02:20.187Z] Executing busybox-1.35.0-r29.trigger [2023-05-01T21:02:20.187Z] OK: 268 MiB in 57 packages [2023-05-01T21:02:21.163Z] Removing intermediate container 1002bbe43986 [2023-05-01T21:02:21.163Z] ---> 52d826b45f90 [2023-05-01T21:02:21.163Z] Step 8/12 : WORKDIR /device-rest-go [2023-05-01T21:02:21.163Z] ---> Running in c026db6dea08 [2023-05-01T21:02:21.432Z] Removing intermediate container c026db6dea08 [2023-05-01T21:02:21.432Z] ---> b99d76dbbbfc [2023-05-01T21:02:21.432Z] Step 9/12 : COPY go.mod vendor* ./ [2023-05-01T21:02:25.695Z] ---> 700ebcfd64aa [2023-05-01T21:02:25.695Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-01T21:02:25.695Z] ---> Running in ec5018c009a4 [2023-05-01T21:03:33.600Z] Removing intermediate container ec5018c009a4 [2023-05-01T21:03:33.600Z] ---> da37d971efcb [2023-05-01T21:03:33.600Z] Step 11/12 : COPY . . [2023-05-01T21:03:33.600Z] ---> a8a1e1fce5a3 [2023-05-01T21:03:33.600Z] Step 12/12 : RUN $MAKE [2023-05-01T21:03:33.601Z] ---> Running in 45537efa44d4 [2023-05-01T21:03:33.601Z] noop [2023-05-01T21:03:33.601Z] Removing intermediate container 45537efa44d4 [2023-05-01T21:03:33.601Z] ---> 3d80d68ddb1a [2023-05-01T21:03:33.601Z] Successfully built 3d80d68ddb1a [2023-05-01T21:03:33.601Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T21:03:34.088Z] + docker inspect -f . ci-base-image-arm64 [2023-05-01T21:03:34.088Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-01T21:03:34.361Z] prd-ubuntu20.04-docker-arm64-4c-16g-12240 does not seem to be running inside a container [2023-05-01T21:03:34.423Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-01T21:03:35.601Z] $ docker top e01dabfef3509f78cc84a313bb998b386f014fb14124793fdfb7346d485fcca0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-01T21:03:36.478Z] + go version [2023-05-01T21:03:36.478Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-01T21:03:36.510Z] $ docker stop --time=1 e01dabfef3509f78cc84a313bb998b386f014fb14124793fdfb7346d485fcca0 [2023-05-01T21:03:38.119Z] $ docker rm -f --volumes e01dabfef3509f78cc84a313bb998b386f014fb14124793fdfb7346d485fcca0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T21:03:38.947Z] + docker inspect -f . ci-base-image-arm64 [2023-05-01T21:03:38.947Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-01T21:03:39.185Z] prd-ubuntu20.04-docker-arm64-4c-16g-12240 does not seem to be running inside a container [2023-05-01T21:03:39.247Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-01T21:03:40.348Z] $ docker top 2a20e83cb6e8c1813f62258989e1b478d35a7c1720c8069af31a797dc6f12b9a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-01T21:03:41.209Z] + git config --global --add safe.directory /w/workspace/device-rest-go/1 [Pipeline] fileExists [Pipeline] sh [2023-05-01T21:03:41.600Z] + make test [2023-05-01T21:03:41.873Z] go test ./... -coverprofile=coverage.out ./... [2023-05-01T21:04:14.101Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2023-05-01T21:06:05.795Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2023-05-01T21:06:09.142Z] ok github.com/edgexfoundry/device-rest-go/driver 0.055s coverage: 32.2% of statements [2023-05-01T21:06:09.143Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-05-01T21:06:09.143Z] go vet ./... [2023-05-01T21:06:48.008Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-01T21:06:48.008Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-01T21:06:48.008Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-01T21:06:48.040Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-01T21:06:48.071Z] $ docker stop --time=1 2a20e83cb6e8c1813f62258989e1b478d35a7c1720c8069af31a797dc6f12b9a [2023-05-01T21:06:52.057Z] $ docker rm -f --volumes 2a20e83cb6e8c1813f62258989e1b478d35a7c1720c8069af31a797dc6f12b9a [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-01T21:06:53.263Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-01T21:06:53.298Z] Warning: overwriting stash ‘coverage-report’ [2023-05-01T21:06:53.729Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-01T21:06:54.301Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-01T21:06:54.637Z] + ls -al . [2023-05-01T21:06:54.637Z] total 180 [2023-05-01T21:06:54.637Z] drwxrwxr-x 8 jenkins jenkins 4096 May 1 21:03 . [2023-05-01T21:06:54.637Z] drwxrwxr-x 4 jenkins jenkins 4096 May 1 21:01 .. [2023-05-01T21:06:54.637Z] -rw-rw-r-- 1 jenkins jenkins 151 May 1 21:01 .dockerignore [2023-05-01T21:06:54.637Z] drwxrwxr-x 8 jenkins jenkins 4096 May 1 21:01 .git [2023-05-01T21:06:54.637Z] drwxrwxr-x 3 jenkins jenkins 4096 May 1 21:01 .github [2023-05-01T21:06:54.637Z] -rw-rw-r-- 1 jenkins jenkins 329 May 1 21:01 .gitignore [2023-05-01T21:06:54.637Z] -rw-rw-r-- 1 jenkins jenkins 41 May 1 21:01 .golangci.yml [2023-05-01T21:06:54.637Z] -rw-rw-r-- 1 jenkins jenkins 9331 May 1 21:01 Attribution.txt [2023-05-01T21:06:54.637Z] -rw-rw-r-- 1 jenkins jenkins 13085 May 1 21:01 CHANGELOG.md [2023-05-01T21:06:54.637Z] -rw-rw-r-- 1 jenkins jenkins 1578 May 1 21:01 Dockerfile [2023-05-01T21:06:54.637Z] -rw-rw-r-- 1 jenkins jenkins 677 May 1 21:01 GOVERNANCE.md [2023-05-01T21:06:54.637Z] -rw-rw-r-- 1 jenkins jenkins 680 May 1 21:01 Jenkinsfile [2023-05-01T21:06:54.637Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 1 21:01 LICENSE [2023-05-01T21:06:54.637Z] -rw-rw-r-- 1 jenkins jenkins 1779 May 1 21:01 Makefile [2023-05-01T21:06:54.637Z] -rw-rw-r-- 1 jenkins jenkins 620 May 1 21:01 OWNERS.md [2023-05-01T21:06:54.637Z] -rw-rw-r-- 1 jenkins jenkins 15321 May 1 21:01 README.md [2023-05-01T21:06:54.637Z] -rw-rw-r-- 1 jenkins jenkins 5 May 1 20:59 VERSION [2023-05-01T21:06:54.637Z] drwxrwxr-x 2 jenkins jenkins 4096 May 1 21:01 bin [2023-05-01T21:06:54.637Z] drwxrwxr-x 3 jenkins jenkins 4096 May 1 21:01 cmd [2023-05-01T21:06:54.637Z] -rw-r--r-- 1 jenkins jenkins 14663 May 1 21:06 coverage.out [2023-05-01T21:06:54.637Z] drwxrwxr-x 2 jenkins jenkins 4096 May 1 21:01 driver [2023-05-01T21:06:54.637Z] -rw-rw-r-- 1 jenkins jenkins 3402 May 1 21:01 go.mod [2023-05-01T21:06:54.637Z] -rw-rw-r-- 1 jenkins jenkins 31443 May 1 21:01 go.sum [2023-05-01T21:06:54.637Z] drwxrwxr-x 4 jenkins jenkins 4096 May 1 21:01 snap [2023-05-01T21:06:54.637Z] -rw-rw-r-- 1 jenkins jenkins 713 May 1 21:01 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T21:06:55.049Z] + docker build -t device-rest-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=5f853ae00f026d52e8b34b2f650b273d87d34550 --label arch=arm64 --label version=0.0.0 . [2023-05-01T21:06:55.049Z] Sending build context to Docker daemon 154.1kB [2023-05-01T21:06:55.317Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-05-01T21:06:55.317Z] Step 2/25 : FROM ${BASE} AS builder [2023-05-01T21:06:55.317Z] ---> 3d80d68ddb1a [2023-05-01T21:06:55.317Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-05-01T21:06:55.317Z] ---> Running in b0c7502039e4 [2023-05-01T21:06:55.584Z] Removing intermediate container b0c7502039e4 [2023-05-01T21:06:55.584Z] ---> a180b60ec990 [2023-05-01T21:06:55.584Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-01T21:06:55.584Z] ---> Running in 8b7f5c9333d0 [2023-05-01T21:06:55.851Z] Removing intermediate container 8b7f5c9333d0 [2023-05-01T21:06:55.851Z] ---> 1180ee5f03b9 [2023-05-01T21:06:55.851Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-01T21:06:56.120Z] ---> Running in 556745829f23 [2023-05-01T21:06:56.387Z] Removing intermediate container 556745829f23 [2023-05-01T21:06:56.387Z] ---> 91e9c77b9c67 [2023-05-01T21:06:56.388Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2023-05-01T21:06:56.388Z] ---> Running in 762e09560f8a [2023-05-01T21:06:56.656Z] Removing intermediate container 762e09560f8a [2023-05-01T21:06:56.656Z] ---> 8ffa15d54c7a [2023-05-01T21:06:56.656Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-01T21:06:56.656Z] ---> Running in 7cdbbcd62194 [2023-05-01T21:06:57.619Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-01T21:06:58.201Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-01T21:06:59.617Z] OK: 268 MiB in 57 packages [2023-05-01T21:07:00.204Z] Removing intermediate container 7cdbbcd62194 [2023-05-01T21:07:00.204Z] ---> 1b4bb4f2ff9d [2023-05-01T21:07:00.204Z] Step 8/25 : WORKDIR /device-rest-go [2023-05-01T21:07:00.204Z] ---> Running in a067e05cadbe [2023-05-01T21:07:00.475Z] Removing intermediate container a067e05cadbe [2023-05-01T21:07:00.475Z] ---> 86cdc1c667cd [2023-05-01T21:07:00.475Z] Step 9/25 : COPY go.mod vendor* ./ [2023-05-01T21:07:01.060Z] ---> fd6de9a9a2d1 [2023-05-01T21:07:01.060Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-01T21:07:01.060Z] ---> Running in fcf909b0646b [2023-05-01T21:07:03.644Z] Removing intermediate container fcf909b0646b [2023-05-01T21:07:03.644Z] ---> 422e81bb8d6c [2023-05-01T21:07:03.644Z] Step 11/25 : COPY . . [2023-05-01T21:07:04.231Z] ---> 413d9ec41097 [2023-05-01T21:07:04.231Z] Step 12/25 : RUN $MAKE [2023-05-01T21:07:05.192Z] ---> Running in 215d95df4f01 [2023-05-01T21:07:06.155Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-rest ./cmd [2023-05-01T21:09:12.844Z] Removing intermediate container 215d95df4f01 [2023-05-01T21:09:12.844Z] ---> 1a0db40656db [2023-05-01T21:09:12.844Z] Step 13/25 : FROM alpine:3.17 [2023-05-01T21:09:12.844Z] 3.17: Pulling from library/alpine [2023-05-01T21:09:12.844Z] c41833b44d91: Already exists [2023-05-01T21:09:12.844Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-01T21:09:12.844Z] Status: Downloaded newer image for alpine:3.17 [2023-05-01T21:09:12.844Z] ---> 51e60588ff2c [2023-05-01T21:09:12.844Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-05-01T21:09:12.844Z] ---> Running in 0f3548bb5d63 [2023-05-01T21:09:12.844Z] Removing intermediate container 0f3548bb5d63 [2023-05-01T21:09:12.844Z] ---> 8e057621be9e [2023-05-01T21:09:12.844Z] Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} [2023-05-01T21:09:12.844Z] ---> Running in c5b67e0adb0b [2023-05-01T21:09:12.844Z] Removing intermediate container c5b67e0adb0b [2023-05-01T21:09:12.844Z] ---> 072d674e9dfb [2023-05-01T21:09:12.844Z] Step 16/25 : RUN apk add --update --no-cache dumb-init [2023-05-01T21:09:12.844Z] ---> Running in 8b969504e3bc [2023-05-01T21:09:12.844Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-01T21:09:13.111Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-01T21:09:14.076Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-01T21:09:14.076Z] Executing busybox-1.35.0-r29.trigger [2023-05-01T21:09:14.076Z] OK: 8 MiB in 16 packages [2023-05-01T21:09:15.040Z] Removing intermediate container 8b969504e3bc [2023-05-01T21:09:15.040Z] ---> 7cfa11e97e09 [2023-05-01T21:09:15.040Z] Step 17/25 : COPY --from=builder /device-rest-go/cmd / [2023-05-01T21:09:16.455Z] ---> bb4b10287e66 [2023-05-01T21:09:16.455Z] Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / [2023-05-01T21:09:17.041Z] ---> 8f5bb15fc6f7 [2023-05-01T21:09:17.041Z] Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / [2023-05-01T21:09:17.628Z] ---> 084b42f23586 [2023-05-01T21:09:17.628Z] Step 20/25 : EXPOSE 59986 [2023-05-01T21:09:19.569Z] ---> Running in a6b09361967f [2023-05-01T21:09:19.843Z] Removing intermediate container a6b09361967f [2023-05-01T21:09:19.843Z] ---> 30f0f40acfcd [2023-05-01T21:09:19.843Z] Step 21/25 : ENTRYPOINT ["/device-rest"] [2023-05-01T21:09:19.843Z] ---> Running in 350678360b80 [2023-05-01T21:09:20.110Z] Removing intermediate container 350678360b80 [2023-05-01T21:09:20.110Z] ---> 8d7ca9f764b2 [2023-05-01T21:09:20.110Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-05-01T21:09:20.376Z] ---> Running in b2dd24311c5d [2023-05-01T21:09:20.643Z] Removing intermediate container b2dd24311c5d [2023-05-01T21:09:20.643Z] ---> b99810d6c5d8 [2023-05-01T21:09:20.643Z] Step 23/25 : LABEL arch=arm64 [2023-05-01T21:09:20.643Z] ---> Running in 3d5a1d0acc70 [2023-05-01T21:09:21.001Z] Removing intermediate container 3d5a1d0acc70 [2023-05-01T21:09:21.001Z] ---> c0d54b5627b0 [2023-05-01T21:09:21.001Z] Step 24/25 : LABEL git_sha=5f853ae00f026d52e8b34b2f650b273d87d34550 [2023-05-01T21:09:21.001Z] ---> Running in 7ec37ded2dd4 [2023-05-01T21:09:21.279Z] Removing intermediate container 7ec37ded2dd4 [2023-05-01T21:09:21.279Z] ---> 8c02b83d05c4 [2023-05-01T21:09:21.279Z] Step 25/25 : LABEL version=0.0.0 [2023-05-01T21:09:21.565Z] ---> Running in 4c746bbda32a [2023-05-01T21:09:21.835Z] Removing intermediate container 4c746bbda32a [2023-05-01T21:09:21.835Z] ---> 1f2b9a131519 [2023-05-01T21:09:21.835Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-01T21:09:21.835Z] Successfully built 1f2b9a131519 [2023-05-01T21:09:21.835Z] Successfully tagged device-rest-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-05-01T21:09:22.656Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-01T21:09:22.656Z] [2023-05-01T21:09:22.656Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T21:09:23.073Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-01T21:09:23.073Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-01T21:09:23.073Z] 8998bd30e6a1: Pulling fs layer [2023-05-01T21:09:23.073Z] 04944245beec: Pulling fs layer [2023-05-01T21:09:23.073Z] 699f458cf7ca: Pulling fs layer [2023-05-01T21:09:23.073Z] 765212b225bb: Pulling fs layer [2023-05-01T21:09:23.073Z] f23df028b6ca: Pulling fs layer [2023-05-01T21:09:23.073Z] d65c8cfc05b1: Pulling fs layer [2023-05-01T21:09:23.073Z] 2437ff75d9bd: Pulling fs layer [2023-05-01T21:09:23.073Z] f23df028b6ca: Waiting [2023-05-01T21:09:23.073Z] d65c8cfc05b1: Waiting [2023-05-01T21:09:23.073Z] 2437ff75d9bd: Waiting [2023-05-01T21:09:23.073Z] 765212b225bb: Waiting [2023-05-01T21:09:23.351Z] 04944245beec: Verifying Checksum [2023-05-01T21:09:23.351Z] 04944245beec: Download complete [2023-05-01T21:09:23.351Z] 765212b225bb: Verifying Checksum [2023-05-01T21:09:23.351Z] 765212b225bb: Download complete [2023-05-01T21:09:23.351Z] f23df028b6ca: Verifying Checksum [2023-05-01T21:09:23.351Z] f23df028b6ca: Download complete [2023-05-01T21:09:23.351Z] d65c8cfc05b1: Verifying Checksum [2023-05-01T21:09:23.351Z] d65c8cfc05b1: Download complete [2023-05-01T21:09:23.351Z] 699f458cf7ca: Verifying Checksum [2023-05-01T21:09:23.351Z] 699f458cf7ca: Download complete [2023-05-01T21:09:23.960Z] 8998bd30e6a1: Verifying Checksum [2023-05-01T21:09:23.960Z] 8998bd30e6a1: Download complete [2023-05-01T21:09:25.903Z] 2437ff75d9bd: Verifying Checksum [2023-05-01T21:09:25.903Z] 2437ff75d9bd: Download complete [2023-05-01T21:09:27.846Z] 8998bd30e6a1: Pull complete [2023-05-01T21:09:28.429Z] 04944245beec: Pull complete [2023-05-01T21:09:29.837Z] 699f458cf7ca: Pull complete [2023-05-01T21:09:29.837Z] 765212b225bb: Pull complete [2023-05-01T21:09:32.414Z] f23df028b6ca: Pull complete [2023-05-01T21:09:32.684Z] d65c8cfc05b1: Pull complete [2023-05-01T21:09:47.681Z] 2437ff75d9bd: Pull complete [2023-05-01T21:09:47.681Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-01T21:09:47.681Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-01T21:09:47.681Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-01T21:09:47.993Z] prd-ubuntu20.04-docker-arm64-4c-16g-12240 does not seem to be running inside a container [2023-05-01T21:09:48.061Z] $ 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-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-05-01T21:09:50.638Z] $ docker top 92893d7751c89134b9e6aaa23181e550d517b923ffa546fd8dd568d8928525bb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-01T21:09:51.230Z] ---> job-cost.sh [2023-05-01T21:09:51.498Z] lf-activate-venv: SKIPPING [2023-05-01T21:09:51.498Z] INFO: No Stack... [2023-05-01T21:09:51.763Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-01T21:09:52.720Z] INFO: Archiving Costs [Pipeline] sh [2023-05-01T21:09:53.058Z] + cut -d, -f6 [2023-05-01T21:09:53.059Z] + cat /w/workspace/device-rest-go/1/archives/cost.csv [Pipeline] lock [2023-05-01T21:09:53.410Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-304-1-stack-cost] [2023-05-01T21:09:53.415Z] Resource [jenkins-edgexfoundry-device-rest-go-PR-304-1-stack-cost] did not exist. Created. [2023-05-01T21:09:53.415Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-304-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-01T21:09:53.831Z] /w/workspace/device-rest-go/1@tmp/durable-d27982a9/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-05-01T21:09:54.514Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-01T21:09:54.551Z] Warning: overwriting stash ‘stack-cost’ [2023-05-01T21:09:54.593Z] Stashed 1 file(s) [Pipeline] } [2023-05-01T21:09:54.609Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-304-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-01T21:09:54.691Z] $ docker stop --time=1 92893d7751c89134b9e6aaa23181e550d517b923ffa546fd8dd568d8928525bb [2023-05-01T21:09:56.193Z] $ docker rm -f --volumes 92893d7751c89134b9e6aaa23181e550d517b923ffa546fd8dd568d8928525bb [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-05-01T21:09:57.227Z] provisioning config files... [2023-05-01T21:09:57.233Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_PR-304@tmp/config13676270207329723904tmp [Pipeline] { [Pipeline] sh [2023-05-01T21:09:57.572Z] + set +x [2023-05-01T21:09:57.572Z] + curl -s https://codecov.io/bash [2023-05-01T21:09:57.572Z] + bash -s -- [2023-05-01T21:09:57.572Z] [2023-05-01T21:09:57.572Z] _____ _ [2023-05-01T21:09:57.572Z] / ____| | | [2023-05-01T21:09:57.572Z] | | ___ __| | ___ ___ _____ __ [2023-05-01T21:09:57.572Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-01T21:09:57.572Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-01T21:09:57.572Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-01T21:09:57.572Z] Bash-1.0.6 [2023-05-01T21:09:57.572Z] [2023-05-01T21:09:57.572Z] [2023-05-01T21:09:57.572Z] ==> git version 2.25.1 found [2023-05-01T21:09:57.572Z] ==> 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-05-01T21:09:57.572Z] Release-Date: 2020-01-08 [2023-05-01T21:09:57.572Z] 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-05-01T21:09:57.572Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-01T21:09:57.572Z] ==> Jenkins CI detected. [2023-05-01T21:09:57.572Z] current dir:  /w/workspace/gexfoundry_device-rest-go_PR-304 [2023-05-01T21:09:57.572Z] project root: . [2023-05-01T21:09:57.572Z] --> token set from env [2023-05-01T21:09:57.572Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-01T21:09:57.572Z] ==> Running gcov in . (disable via -X gcov) [2023-05-01T21:09:57.572Z] ==> Python coveragepy not found [2023-05-01T21:09:57.572Z] ==> Searching for coverage reports in: [2023-05-01T21:09:57.572Z] + . [2023-05-01T21:09:57.831Z] -> Found 1 reports [2023-05-01T21:09:57.831Z] ==> Detecting git/mercurial file structure [2023-05-01T21:09:57.831Z] ==> Reading reports [2023-05-01T21:09:57.831Z] + ./coverage.out bytes=14663 [2023-05-01T21:09:57.831Z] ==> Appending adjustments [2023-05-01T21:09:57.831Z] https://docs.codecov.io/docs/fixing-reports [2023-05-01T21:09:57.831Z] + Found adjustments [2023-05-01T21:09:57.831Z] ==> Gzipping contents [2023-05-01T21:09:57.831Z] 4.0K /tmp/codecov.KW5ldQ.gz [2023-05-01T21:09:57.831Z] ==> Uploading reports [2023-05-01T21:09:57.831Z] url: https://codecov.io [2023-05-01T21:09:57.831Z] query: branch=PR-304&commit=5f853ae00f026d52e8b34b2f650b273d87d34550&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-304%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=304&job=&cmd_args= [2023-05-01T21:09:57.831Z] -> Pinging Codecov [2023-05-01T21:09:57.831Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c51feb23-73ac-4f49-b3d1-d26df23137db&branch=PR-304&commit=5f853ae00f026d52e8b34b2f650b273d87d34550&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-304%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=304&job=&cmd_args= [2023-05-01T21:09:58.092Z] -> Uploading to [2023-05-01T21:09:58.092Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-01/4E5D53B4F1F92C436F7061BF334D961C/5f853ae00f026d52e8b34b2f650b273d87d34550/dcd5b05f-5d3e-40e9-b815-d5053716dc23.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230501%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230501T210957Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=96cfd54980830f16f856562e58fef48e2c41e54a53352ad2f07d5bc945d35234 [2023-05-01T21:09:58.092Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-01T21:09:58.092Z] Dload Upload Total Spent Left Speed [2023-05-01T21:09:58.351Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2510 0 0 100 2510 0 10371 --:--:-- --:--:-- --:--:-- 10371 [2023-05-01T21:09:58.351Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/5f853ae00f026d52e8b34b2f650b273d87d34550 [Pipeline] } [2023-05-01T21:09:58.379Z] 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-05-01T21:10:00.071Z] + [ -d /w/workspace/gexfoundry_device-rest-go_PR-304/archives ] [2023-05-01T21:10:00.071Z] + ls -al /w/workspace/gexfoundry_device-rest-go_PR-304/archives [2023-05-01T21:10:00.071Z] total 16 [2023-05-01T21:10:00.071Z] drwxr-xr-x 3 root root 4096 May 1 21:01 . [2023-05-01T21:10:00.071Z] drwxrwxr-x 10 jenkins jenkins 4096 May 1 21:01 .. [2023-05-01T21:10:00.071Z] drwxr-xr-x 2 root root 4096 May 1 21:01 cost [2023-05-01T21:10:00.071Z] -rw-r--r-- 1 root root 86 May 1 21:01 cost.csv [2023-05-01T21:10:00.071Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-rest-go_PR-304/archives [2023-05-01T21:10:00.071Z] + ls -al /w/workspace/gexfoundry_device-rest-go_PR-304/archives [2023-05-01T21:10:00.071Z] total 16 [2023-05-01T21:10:00.071Z] drwxr-xr-x 3 jenkins jenkins 4096 May 1 21:01 . [2023-05-01T21:10:00.071Z] drwxrwxr-x 10 jenkins jenkins 4096 May 1 21:01 .. [2023-05-01T21:10:00.071Z] drwxr-xr-x 2 jenkins jenkins 4096 May 1 21:01 cost [2023-05-01T21:10:00.071Z] -rw-r--r-- 1 jenkins jenkins 86 May 1 21:01 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-05-01T21:10:00.397Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-01T21:10:01.286Z] ---> package-listing.sh [2023-05-01T21:10:01.287Z] ++ facter osfamily [2023-05-01T21:10:01.287Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-01T21:10:01.546Z] + OS_FAMILY=debian [2023-05-01T21:10:01.546Z] + workspace=/w/workspace/gexfoundry_device-rest-go_PR-304 [2023-05-01T21:10:01.546Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-01T21:10:01.546Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-01T21:10:01.546Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-01T21:10:01.546Z] + PACKAGES=/tmp/packages_start.txt [2023-05-01T21:10:01.546Z] + '[' /w/workspace/gexfoundry_device-rest-go_PR-304 ']' [2023-05-01T21:10:01.546Z] + PACKAGES=/tmp/packages_end.txt [2023-05-01T21:10:01.546Z] + case "${OS_FAMILY}" in [2023-05-01T21:10:01.546Z] + dpkg -l [2023-05-01T21:10:01.546Z] + grep '^ii' [2023-05-01T21:10:01.546Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-01T21:10:01.546Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-01T21:10:01.546Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-01T21:10:01.546Z] + '[' /w/workspace/gexfoundry_device-rest-go_PR-304 ']' [2023-05-01T21:10:01.546Z] + mkdir -p /w/workspace/gexfoundry_device-rest-go_PR-304/archives/ [2023-05-01T21:10:01.546Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_PR-304/archives/ [Pipeline] echo [2023-05-01T21:10:01.579Z] 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/gexfoundry_device-rest-go_PR-304/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-05-01T21:10:01.872Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T21:10:02.494Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-01T21:10:02.494Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-01T21:10:02.631Z] prd-ubuntu20.04-docker-8c-8g-12239 does not seem to be running inside a container [2023-05-01T21:10:02.662Z] $ 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/gexfoundry_device-rest-go_PR-304/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-rest-go_PR-304 -v /w/workspace/gexfoundry_device-rest-go_PR-304:/w/workspace/gexfoundry_device-rest-go_PR-304:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-304@tmp:/w/workspace/gexfoundry_device-rest-go_PR-304@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-01T21:10:02.859Z] $ docker top c4acd5cf3e2206fd50b2030525fffc605b445907e947b9c0b83ba64ce6207104 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-01T21:10:03.243Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-01T21:10:03.549Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-01T21:10:03.859Z] + ls /var/log/sa-host [2023-05-01T21:10:03.860Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-01T21:10:03.995Z] provisioning config files... [2023-05-01T21:10:04.003Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-304@tmp/config16564224460239593906tmp [Pipeline] { [Pipeline] echo [2023-05-01T21:10:04.069Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-01T21:10:04.380Z] ---> create-netrc.sh [Pipeline] } [2023-05-01T21:10:04.406Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-01T21:10:04.806Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-01T21:10:04.838Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-01T21:10:05.153Z] ---> sudo-logs.sh [2023-05-01T21:10:05.154Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-01T21:10:05.238Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-01T21:10:05.551Z] ---> job-cost.sh [2023-05-01T21:10:05.551Z] lf-activate-venv: SKIPPING [2023-05-01T21:10:05.551Z] DEBUG: total: 0.2199999988079071 [2023-05-01T21:10:05.551Z] INFO: Retrieving Stack Cost... [2023-05-01T21:10:05.810Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-01T21:10:06.070Z] INFO: Archiving Costs [Pipeline] echo [2023-05-01T21:10:06.104Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-01T21:10:06.415Z] ---> logs-deploy.sh [2023-05-01T21:10:06.415Z] lf-activate-venv: SKIPPING [2023-05-01T21:10:06.415Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-304/1 [2023-05-01T21:10:06.415Z] INFO: archiving workspace using pattern(s): [2023-05-01T21:10:07.352Z] Archives upload complete. [2023-05-01T21:10:07.352Z] INFO: archiving logs to Nexus