Pull request #551 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e96c232bc5d7993e89ef51e30aaef975901fcffc+3be8aac13bf41cca2c69aa6da9644fff7a8aa973 (a233e4f292879f01e40b6aceac7d5d2ae491fddf) 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-ssh10824329955127226663.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-ssh3665341697954317390.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/app-service-configurable/branches/PR-551/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/app-service-configurable/branches/PR-551/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16559311832075252702.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/app-service-configurable/branches/PR-551/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14140762480585194297.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-ssh11968263479731053557.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/app-service-configurable/branches/PR-551/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/app-service-configurable/branches/PR-551/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2603928870896215831.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:app-service-configurable, buildSnap:false] ========================================================= [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: app-service-configurable-settings PROJECT: app-service-configurable 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: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-10895’ Running on prd-ubuntu20.04-docker-8c-8g-10896 in /w/workspace/_app-service-configurable_PR-551 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_PR-551 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.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/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 3be8aac13bf41cca2c69aa6da9644fff7a8aa973 into PR head commit e96c232bc5d7993e89ef51e30aaef975901fcffc Merge succeeded, producing e96c232bc5d7993e89ef51e30aaef975901fcffc Checking out Revision e96c232bc5d7993e89ef51e30aaef975901fcffc (PR-551) Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/551/head:refs/remotes/origin/PR-551 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e96c232bc5d7993e89ef51e30aaef975901fcffc # 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 3be8aac13bf41cca2c69aa6da9644fff7a8aa973 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e96c232bc5d7993e89ef51e30aaef975901fcffc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-26T00:17:33.257Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-26T00:17:33.441Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-26T00:17:33.550Z] ========================================================= [2023-04-26T00:17:33.550Z] EdgeX Global Pipelines Version Info [2023-04-26T00:17:33.550Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-26T00:17:34.333Z] ------------------- [2023-04-26T00:17:34.333Z] stable info: [2023-04-26T00:17:34.333Z] ------------------- [2023-04-26T00:17:34.333Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-04-26T00:17:34.333Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-26T00:17:34.333Z] Message: update stable to v1.0.248 [2023-04-26T00:17:34.906Z] ------------------- [2023-04-26T00:17:34.906Z] experimental info: [2023-04-26T00:17:34.906Z] ------------------- [2023-04-26T00:17:34.906Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-26T00:17:34.906Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-26T00:17:34.906Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-26T00:17:35.211Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2023-04-26T00:17:35.257Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2023-04-26T00:17:35.309Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-26T00:17:35.355Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-26T00:17:35.398Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-26T00:17:35.443Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-26T00:17:35.483Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-26T00:17:35.526Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-04-26T00:17:35.572Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-26T00:17:35.613Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-26T00:17:35.652Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-26T00:17:35.703Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2023-04-26T00:17:35.742Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-26T00:17:35.783Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-26T00:17:35.830Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-26T00:17:35.878Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-26T00:17:35.925Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-04-26T00:17:35.971Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-04-26T00:17:36.018Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-26T00:17:36.063Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-26T00:17:36.109Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-04-26T00:17:36.154Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-04-26T00:17:36.199Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-04-26T00:17:36.244Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-04-26T00:17:36.286Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-04-26T00:17:36.329Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-26T00:17:36.369Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-26T00:17:36.411Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-551 [Pipeline] echo [2023-04-26T00:17:36.457Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-551 [Pipeline] echo [2023-04-26T00:17:36.497Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-551 [Pipeline] echo [2023-04-26T00:17:36.542Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e96c232bc5d7993e89ef51e30aaef975901fcffc [Pipeline] echo [2023-04-26T00:17:36.586Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e96c232 [Pipeline] echo [2023-04-26T00:17:36.629Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-26T00:17:36.743Z] provisioning config files... [2023-04-26T00:17:36.758Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-551@tmp/config6037951693647225958tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-26T00:17:37.097Z] ---> docker-login.sh [2023-04-26T00:17:37.097Z] nexus3.edgexfoundry.org:10001 [2023-04-26T00:17:37.361Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T00:17:37.621Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T00:17:37.621Z] Configure a credential helper to remove this warning. See [2023-04-26T00:17:37.621Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T00:17:37.621Z] [2023-04-26T00:17:37.621Z] Login Succeeded [2023-04-26T00:17:37.621Z] nexus3.edgexfoundry.org:10002 [2023-04-26T00:17:37.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T00:17:37.621Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T00:17:37.621Z] Configure a credential helper to remove this warning. See [2023-04-26T00:17:37.621Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T00:17:37.621Z] [2023-04-26T00:17:37.621Z] Login Succeeded [2023-04-26T00:17:37.621Z] nexus3.edgexfoundry.org:10003 [2023-04-26T00:17:37.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T00:17:37.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T00:17:37.882Z] Configure a credential helper to remove this warning. See [2023-04-26T00:17:37.882Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T00:17:37.882Z] [2023-04-26T00:17:37.882Z] Login Succeeded [2023-04-26T00:17:37.882Z] nexus3.edgexfoundry.org:10004 [2023-04-26T00:17:37.882Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T00:17:37.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T00:17:37.882Z] Configure a credential helper to remove this warning. See [2023-04-26T00:17:37.882Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T00:17:37.882Z] [2023-04-26T00:17:37.882Z] Login Succeeded [2023-04-26T00:17:37.882Z] docker.io [2023-04-26T00:17:37.882Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T00:17:38.142Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T00:17:38.142Z] Configure a credential helper to remove this warning. See [2023-04-26T00:17:38.142Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T00:17:38.142Z] [2023-04-26T00:17:38.142Z] Login Succeeded [2023-04-26T00:17:38.142Z] ---> docker-login.sh ends [Pipeline] } [2023-04-26T00:17:38.175Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-04-26T00:17:38.809Z] + git rev-list -1 --merges e96c232bc5d7993e89ef51e30aaef975901fcffc~1..e96c232bc5d7993e89ef51e30aaef975901fcffc [Pipeline] echo [2023-04-26T00:17:38.866Z] -----------> git rev-list -1 --merges e96c232bc5d7993e89ef51e30aaef975901fcffc~1..e96c232bc5d7993e89ef51e30aaef975901fcffc e96c232bc5d7993e89ef51e30aaef975901fcffc [false] [Pipeline] sh [2023-04-26T00:17:39.178Z] + git log --format=format:%s -1 e96c232bc5d7993e89ef51e30aaef975901fcffc [Pipeline] echo [2023-04-26T00:17:39.215Z] ========================================================= [2023-04-26T00:17:39.215Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-26T00:17:39.215Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-26T00:17:39.656Z] + git log --format=format:%s -1 e96c232bc5d7993e89ef51e30aaef975901fcffc [Pipeline] echo [2023-04-26T00:17:39.688Z] [semverPrep] GIT_COMMIT: e96c232bc5d7993e89ef51e30aaef975901fcffc, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3 [Pipeline] echo [2023-04-26T00:17:39.728Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-04-26T00:17:40.209Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-26T00:17:40.209Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-26T00:17:40.209Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-26T00:17:40.209Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-26T00:17:40.209Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-26T00:17:40.209Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-26T00:17:40.209Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T00:17:40.648Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-26T00:17:40.649Z] [2023-04-26T00:17:40.649Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T00:17:41.027Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-26T00:17:41.027Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-26T00:17:41.027Z] b85a868b505f: Pulling fs layer [2023-04-26T00:17:41.027Z] e2be974225ed: Pulling fs layer [2023-04-26T00:17:41.027Z] 339a4e72a1f5: Pulling fs layer [2023-04-26T00:17:41.027Z] 988bab9f4d93: Pulling fs layer [2023-04-26T00:17:41.027Z] 1469e6f7b9e6: Pulling fs layer [2023-04-26T00:17:41.027Z] eaf3925da568: Pulling fs layer [2023-04-26T00:17:41.027Z] bab4dde63d76: Pulling fs layer [2023-04-26T00:17:41.027Z] bde34c3a00c8: Pulling fs layer [2023-04-26T00:17:41.027Z] b352a97aabf1: Pulling fs layer [2023-04-26T00:17:41.027Z] 4872d77fe225: Pulling fs layer [2023-04-26T00:17:41.027Z] 5851b861e8e6: Pulling fs layer [2023-04-26T00:17:41.027Z] bab4dde63d76: Waiting [2023-04-26T00:17:41.027Z] 4872d77fe225: Waiting [2023-04-26T00:17:41.027Z] bde34c3a00c8: Waiting [2023-04-26T00:17:41.027Z] 5851b861e8e6: Waiting [2023-04-26T00:17:41.027Z] 988bab9f4d93: Waiting [2023-04-26T00:17:41.027Z] eaf3925da568: Waiting [2023-04-26T00:17:41.027Z] e2be974225ed: Download complete [2023-04-26T00:17:41.027Z] 988bab9f4d93: Verifying Checksum [2023-04-26T00:17:41.027Z] 988bab9f4d93: Download complete [2023-04-26T00:17:41.027Z] 1469e6f7b9e6: Verifying Checksum [2023-04-26T00:17:41.027Z] 1469e6f7b9e6: Download complete [2023-04-26T00:17:41.287Z] eaf3925da568: Verifying Checksum [2023-04-26T00:17:41.287Z] eaf3925da568: Download complete [2023-04-26T00:17:41.287Z] 339a4e72a1f5: Verifying Checksum [2023-04-26T00:17:41.287Z] 339a4e72a1f5: Download complete [2023-04-26T00:17:41.287Z] bde34c3a00c8: Verifying Checksum [2023-04-26T00:17:41.287Z] bde34c3a00c8: Download complete [2023-04-26T00:17:41.287Z] b352a97aabf1: Verifying Checksum [2023-04-26T00:17:41.287Z] b352a97aabf1: Download complete [2023-04-26T00:17:41.287Z] 4872d77fe225: Download complete [2023-04-26T00:17:41.287Z] 5851b861e8e6: Verifying Checksum [2023-04-26T00:17:41.287Z] 5851b861e8e6: Download complete [2023-04-26T00:17:41.287Z] b85a868b505f: Verifying Checksum [2023-04-26T00:17:41.287Z] b85a868b505f: Download complete [2023-04-26T00:17:41.546Z] bab4dde63d76: Verifying Checksum [2023-04-26T00:17:41.546Z] bab4dde63d76: Download complete [2023-04-26T00:17:42.482Z] b85a868b505f: Pull complete [2023-04-26T00:17:42.740Z] e2be974225ed: Pull complete [2023-04-26T00:17:43.312Z] 339a4e72a1f5: Pull complete [2023-04-26T00:17:43.312Z] 988bab9f4d93: Pull complete [2023-04-26T00:17:43.571Z] 1469e6f7b9e6: Pull complete [2023-04-26T00:17:43.831Z] eaf3925da568: Pull complete [2023-04-26T00:17:45.750Z] bab4dde63d76: Pull complete [2023-04-26T00:17:45.750Z] bde34c3a00c8: Pull complete [2023-04-26T00:17:46.011Z] b352a97aabf1: Pull complete [2023-04-26T00:17:46.011Z] 4872d77fe225: Pull complete [2023-04-26T00:17:46.011Z] 5851b861e8e6: Pull complete [2023-04-26T00:17:46.011Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-26T00:17:46.011Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-26T00:17:46.011Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T00:17:46.240Z] prd-ubuntu20.04-docker-8c-8g-10896 does not seem to be running inside a container [2023-04-26T00:17:46.279Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-551 -v /w/workspace/_app-service-configurable_PR-551:/w/workspace/_app-service-configurable_PR-551:rw,z -v /w/workspace/_app-service-configurable_PR-551@tmp:/w/workspace/_app-service-configurable_PR-551@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-26T00:17:49.582Z] $ docker top ac35b288e69a835d7d476837c6f0250125c5a3ebbfe3e28a9a86cdc4c3465653 -eo pid,comm [2023-04-26T00:17:49.636Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-04-26T00:17:49.636Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-26T00:17:49.766Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-26T00:17:49.766Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-26T00:17:49.883Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-26T00:17:49.890Z] $ docker exec ac35b288e69a835d7d476837c6f0250125c5a3ebbfe3e28a9a86cdc4c3465653 ssh-agent [2023-04-26T00:17:49.989Z] SSH_AUTH_SOCK=/tmp/ssh-OSNDscAV3wYG/agent.32 [2023-04-26T00:17:49.989Z] SSH_AGENT_PID=38 [2023-04-26T00:17:49.996Z] Running ssh-add (command line suppressed) [2023-04-26T00:17:50.109Z] Identity added: /w/workspace/_app-service-configurable_PR-551@tmp/private_key_2027361908147011555.key (/w/workspace/_app-service-configurable_PR-551@tmp/private_key_2027361908147011555.key) [2023-04-26T00:17:50.124Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-26T00:17:50.457Z] + git tag --points-at HEAD [Pipeline] } [2023-04-26T00:17:50.487Z] $ docker exec --env ******** --env ******** ac35b288e69a835d7d476837c6f0250125c5a3ebbfe3e28a9a86cdc4c3465653 ssh-agent -k [2023-04-26T00:17:50.583Z] unset SSH_AUTH_SOCK; [2023-04-26T00:17:50.583Z] unset SSH_AGENT_PID; [2023-04-26T00:17:50.584Z] echo Agent pid 38 killed; [2023-04-26T00:17:50.590Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-26T00:17:50.668Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-26T00:17:50.669Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-26T00:17:50.777Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-26T00:17:50.784Z] $ docker exec ac35b288e69a835d7d476837c6f0250125c5a3ebbfe3e28a9a86cdc4c3465653 ssh-agent [2023-04-26T00:17:50.897Z] SSH_AUTH_SOCK=/tmp/ssh-YwPfHjEzYy3u/agent.70 [2023-04-26T00:17:50.897Z] SSH_AGENT_PID=76 [2023-04-26T00:17:50.902Z] Running ssh-add (command line suppressed) [2023-04-26T00:17:51.015Z] Identity added: /w/workspace/_app-service-configurable_PR-551@tmp/private_key_14737368039644464549.key (/w/workspace/_app-service-configurable_PR-551@tmp/private_key_14737368039644464549.key) [2023-04-26T00:17:51.030Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-26T00:17:51.356Z] + git semver init [2023-04-26T00:17:51.617Z] 2023-04-26 00:17:51,542 [run_init] DEBUG init version:0.0.0 force:False [2023-04-26T00:17:51.617Z] 2023-04-26 00:17:51,543 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-551/.semver [2023-04-26T00:17:51.617Z] 2023-04-26 00:17:51,544 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-551/.semver [2023-04-26T00:17:51.617Z] 2023-04-26 00:17:51,544 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-551/.semver'], cwd=/w/workspace/_app-service-configurable_PR-551, universal_newlines=False, shell=None, istream=None) [2023-04-26T00:17:52.556Z] 2023-04-26 00:17:52,298 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-551/.git/info/exclude [2023-04-26T00:17:52.556Z] 2023-04-26 00:17:52,299 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-551/.semver/PR-551 with force:False [2023-04-26T00:17:52.556Z] 2023-04-26 00:17:52,299 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-551/.semver/PR-551 [2023-04-26T00:17:52.556Z] 2023-04-26 00:17:52,303 [execute] INFO git cat-file --batch-check [2023-04-26T00:17:52.556Z] 2023-04-26 00:17:52,304 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-551/.semver, universal_newlines=False, shell=None, istream=) [2023-04-26T00:17:52.556Z] 2023-04-26 00:17:52,310 [execute] INFO git cat-file --batch [2023-04-26T00:17:52.556Z] 2023-04-26 00:17:52,310 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-551/.semver, universal_newlines=False, shell=None, istream=) [2023-04-26T00:17:52.556Z] 2023-04-26 00:17:52,315 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-551/.semver/PR-551 [2023-04-26T00:17:52.556Z] 0.0.0 [Pipeline] } [2023-04-26T00:17:52.587Z] $ docker exec --env ******** --env ******** ac35b288e69a835d7d476837c6f0250125c5a3ebbfe3e28a9a86cdc4c3465653 ssh-agent -k [2023-04-26T00:17:52.696Z] unset SSH_AUTH_SOCK; [2023-04-26T00:17:52.696Z] unset SSH_AGENT_PID; [2023-04-26T00:17:52.696Z] echo Agent pid 76 killed; [2023-04-26T00:17:52.702Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-26T00:17:53.119Z] + git semver [Pipeline] } [2023-04-26T00:17:53.406Z] $ docker stop --time=1 ac35b288e69a835d7d476837c6f0250125c5a3ebbfe3e28a9a86cdc4c3465653 [2023-04-26T00:17:54.702Z] $ docker rm -f --volumes ac35b288e69a835d7d476837c6f0250125c5a3ebbfe3e28a9a86cdc4c3465653 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-26T00:17:55.093Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-26T00:17:55.365Z] Stashed 1 file(s) [Pipeline] echo [2023-04-26T00:17:55.382Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-26T00:17:56.124Z] provisioning config files... [2023-04-26T00:17:56.134Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-551@tmp/config10726460267957973706tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-26T00:17:56.485Z] ---> docker-login.sh [2023-04-26T00:17:56.485Z] nexus3.edgexfoundry.org:10001 [2023-04-26T00:17:56.485Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T00:17:56.485Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T00:17:56.485Z] Configure a credential helper to remove this warning. See [2023-04-26T00:17:56.485Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T00:17:56.485Z] [2023-04-26T00:17:56.485Z] Login Succeeded [2023-04-26T00:17:56.485Z] nexus3.edgexfoundry.org:10002 [2023-04-26T00:17:56.485Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T00:17:56.485Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T00:17:56.485Z] Configure a credential helper to remove this warning. See [2023-04-26T00:17:56.485Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T00:17:56.485Z] [2023-04-26T00:17:56.485Z] Login Succeeded [2023-04-26T00:17:56.485Z] nexus3.edgexfoundry.org:10003 [2023-04-26T00:17:56.747Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T00:17:56.747Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T00:17:56.747Z] Configure a credential helper to remove this warning. See [2023-04-26T00:17:56.747Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T00:17:56.747Z] [2023-04-26T00:17:56.747Z] Login Succeeded [2023-04-26T00:17:56.747Z] nexus3.edgexfoundry.org:10004 [2023-04-26T00:17:56.747Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T00:17:56.747Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T00:17:56.747Z] Configure a credential helper to remove this warning. See [2023-04-26T00:17:56.747Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T00:17:56.747Z] [2023-04-26T00:17:56.747Z] Login Succeeded [2023-04-26T00:17:56.747Z] docker.io [2023-04-26T00:17:57.007Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T00:17:57.007Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T00:17:57.007Z] Configure a credential helper to remove this warning. See [2023-04-26T00:17:57.007Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T00:17:57.007Z] [2023-04-26T00:17:57.007Z] Login Succeeded [2023-04-26T00:17:57.007Z] ---> docker-login.sh ends [Pipeline] } [2023-04-26T00:17:57.037Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-26T00:17:57.240Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-26T00:17:57.276Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-26T00:17:57.318Z] ========================================================= [2023-04-26T00:17:57.318Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-26T00:17:57.318Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T00:17:57.774Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-26T00:17:57.774Z] Sending build context to Docker daemon 3.294MB [2023-04-26T00:17:57.774Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-26T00:17:57.774Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-26T00:17:57.774Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-26T00:17:57.774Z] f56be85fc22e: Pulling fs layer [2023-04-26T00:17:57.774Z] 85791d961cd3: Pulling fs layer [2023-04-26T00:17:57.774Z] d694b5ae8c79: Pulling fs layer [2023-04-26T00:17:57.774Z] 9f32a84ed3da: Pulling fs layer [2023-04-26T00:17:57.774Z] 4d19c01a9841: Pulling fs layer [2023-04-26T00:17:57.774Z] 9325e15d5711: Pulling fs layer [2023-04-26T00:17:57.774Z] 556b6ee489ea: Pulling fs layer [2023-04-26T00:17:57.774Z] c5a4b2cf53e6: Pulling fs layer [2023-04-26T00:17:57.774Z] 9f32a84ed3da: Waiting [2023-04-26T00:17:57.774Z] 556b6ee489ea: Waiting [2023-04-26T00:17:57.774Z] c5a4b2cf53e6: Waiting [2023-04-26T00:17:57.774Z] 9325e15d5711: Waiting [2023-04-26T00:17:57.774Z] 4d19c01a9841: Waiting [2023-04-26T00:17:57.774Z] 85791d961cd3: Verifying Checksum [2023-04-26T00:17:57.774Z] 85791d961cd3: Download complete [2023-04-26T00:17:57.774Z] 9f32a84ed3da: Verifying Checksum [2023-04-26T00:17:57.774Z] 9f32a84ed3da: Download complete [2023-04-26T00:17:57.774Z] 4d19c01a9841: Verifying Checksum [2023-04-26T00:17:57.774Z] 4d19c01a9841: Download complete [2023-04-26T00:17:57.774Z] f56be85fc22e: Verifying Checksum [2023-04-26T00:17:57.774Z] f56be85fc22e: Download complete [2023-04-26T00:17:58.036Z] 9325e15d5711: Verifying Checksum [2023-04-26T00:17:58.036Z] 9325e15d5711: Download complete [2023-04-26T00:17:58.036Z] f56be85fc22e: Pull complete [2023-04-26T00:17:58.300Z] 85791d961cd3: Pull complete [2023-04-26T00:17:58.561Z] c5a4b2cf53e6: Verifying Checksum [2023-04-26T00:17:58.561Z] c5a4b2cf53e6: Download complete [2023-04-26T00:17:58.561Z] d694b5ae8c79: Download complete [2023-04-26T00:17:58.821Z] 556b6ee489ea: Verifying Checksum [2023-04-26T00:17:58.821Z] 556b6ee489ea: Download complete [2023-04-26T00:18:02.108Z] d694b5ae8c79: Pull complete [2023-04-26T00:18:02.108Z] 9f32a84ed3da: Pull complete [2023-04-26T00:18:02.108Z] 4d19c01a9841: Pull complete [2023-04-26T00:18:02.108Z] 9325e15d5711: Pull complete [2023-04-26T00:18:04.641Z] 556b6ee489ea: Pull complete [2023-04-26T00:18:05.576Z] c5a4b2cf53e6: Pull complete [2023-04-26T00:18:05.576Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-04-26T00:18:05.576Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-26T00:18:05.576Z] ---> c4be618373d6 [2023-04-26T00:18:05.576Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-04-26T00:18:08.870Z] ---> Running in dca6cb60f7eb [2023-04-26T00:18:08.870Z] Removing intermediate container dca6cb60f7eb [2023-04-26T00:18:08.870Z] ---> e97fd21d522e [2023-04-26T00:18:08.870Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-26T00:18:08.870Z] ---> Running in 9bd62c9e79f2 [2023-04-26T00:18:08.870Z] Removing intermediate container 9bd62c9e79f2 [2023-04-26T00:18:08.870Z] ---> 11db500e361d [2023-04-26T00:18:08.870Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-04-26T00:18:08.870Z] ---> Running in 3f7b5516a63e [2023-04-26T00:18:09.131Z] Removing intermediate container 3f7b5516a63e [2023-04-26T00:18:09.131Z] ---> f4e2b5de1700 [2023-04-26T00:18:09.131Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-26T00:18:09.131Z] ---> Running in ee33b19837de [2023-04-26T00:18:09.391Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T00:18:09.391Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T00:18:09.650Z] OK: 265 MiB in 53 packages [2023-04-26T00:18:09.910Z] Removing intermediate container ee33b19837de [2023-04-26T00:18:09.910Z] ---> f36a15f1376c [2023-04-26T00:18:09.910Z] Step 7/12 : WORKDIR /app [2023-04-26T00:18:09.910Z] ---> Running in d4a271292ffc [2023-04-26T00:18:10.169Z] Removing intermediate container d4a271292ffc [2023-04-26T00:18:10.169Z] ---> a75bbf955e6e [2023-04-26T00:18:10.169Z] Step 8/12 : COPY go.mod vendor* ./ [2023-04-26T00:18:10.169Z] ---> a6321fae52ad [2023-04-26T00:18:10.169Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T00:18:10.169Z] ---> Running in 339a7ebe239d [2023-04-26T00:18:10.928Z] Still waiting to schedule task [2023-04-26T00:18:10.929Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-10891’ [2023-04-26T00:18:36.779Z] Removing intermediate container 339a7ebe239d [2023-04-26T00:18:36.779Z] ---> 9cfefb276b1e [2023-04-26T00:18:36.779Z] Step 10/12 : COPY . . [2023-04-26T00:18:36.779Z] ---> 31808ed2cd17 [2023-04-26T00:18:36.779Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-26T00:18:36.779Z] ---> Running in a7842c9db20b [2023-04-26T00:18:36.779Z] Removing intermediate container a7842c9db20b [2023-04-26T00:18:36.779Z] ---> d718d4d8f334 [2023-04-26T00:18:36.779Z] Step 12/12 : RUN $MAKE [2023-04-26T00:18:36.779Z] ---> Running in cd1109488b6b [2023-04-26T00:18:36.779Z] noop [2023-04-26T00:18:36.779Z] Removing intermediate container cd1109488b6b [2023-04-26T00:18:36.779Z] ---> 08ee3aad46c7 [2023-04-26T00:18:36.779Z] Successfully built 08ee3aad46c7 [2023-04-26T00:18:36.779Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T00:18:37.218Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-26T00:18:37.218Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T00:18:37.376Z] prd-ubuntu20.04-docker-8c-8g-10896 does not seem to be running inside a container [2023-04-26T00:18:37.411Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-551 -v /w/workspace/_app-service-configurable_PR-551:/w/workspace/_app-service-configurable_PR-551:rw,z -v /w/workspace/_app-service-configurable_PR-551@tmp:/w/workspace/_app-service-configurable_PR-551@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-26T00:18:37.731Z] $ docker top ac9aecb6c8e1bdac6c1174b1fe80566595f98847c4386bcef406904eb21c1c21 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-26T00:18:38.104Z] + go version [2023-04-26T00:18:38.104Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-26T00:18:38.141Z] $ docker stop --time=1 ac9aecb6c8e1bdac6c1174b1fe80566595f98847c4386bcef406904eb21c1c21 [2023-04-26T00:18:39.421Z] $ docker rm -f --volumes ac9aecb6c8e1bdac6c1174b1fe80566595f98847c4386bcef406904eb21c1c21 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T00:18:40.128Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-26T00:18:40.128Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T00:18:40.293Z] prd-ubuntu20.04-docker-8c-8g-10896 does not seem to be running inside a container [2023-04-26T00:18:40.329Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/_app-service-configurable_PR-551 -v /w/workspace/_app-service-configurable_PR-551:/w/workspace/_app-service-configurable_PR-551:rw,z -v /w/workspace/_app-service-configurable_PR-551@tmp:/w/workspace/_app-service-configurable_PR-551@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-26T00:18:40.667Z] $ docker top f31c51c91becae432cfac600ebc2708bd1de13aae3d00b21a6af6b7df65c05a2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-26T00:18:41.073Z] + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-551 [Pipeline] fileExists [Pipeline] sh [2023-04-26T00:18:41.442Z] + make test [2023-04-26T00:18:41.442Z] go test -race -coverprofile=coverage.out ./... [2023-04-26T00:18:59.608Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-04-26T00:19:21.598Z] go vet ./... [2023-04-26T00:19:22.983Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-26T00:19:22.983Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-26T00:19:22.983Z] ./bin/test-attribution-txt.sh [2023-04-26T00:19:22.983Z] An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add [2023-04-26T00:19:22.983Z] An attribution for gopkg.in/yaml.v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-04-26T00:19:23.025Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-26T00:19:23.066Z] $ docker stop --time=1 f31c51c91becae432cfac600ebc2708bd1de13aae3d00b21a6af6b7df65c05a2 [2023-04-26T00:19:26.893Z] $ docker rm -f --volumes f31c51c91becae432cfac600ebc2708bd1de13aae3d00b21a6af6b7df65c05a2 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-26T00:19:27.491Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-26T00:19:27.553Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-04-26T00:19:28.151Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-26T00:19:28.463Z] + ls -al . [2023-04-26T00:19:28.463Z] total 176 [2023-04-26T00:19:28.463Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 26 00:18 . [2023-04-26T00:19:28.463Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 00:17 .. [2023-04-26T00:19:28.463Z] -rw-rw-r-- 1 jenkins jenkins 119 Apr 26 00:17 .dockerignore [2023-04-26T00:19:28.463Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 26 00:17 .git [2023-04-26T00:19:28.463Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 00:17 .github [2023-04-26T00:19:28.463Z] -rw-rw-r-- 1 jenkins jenkins 171 Apr 26 00:17 .gitignore [2023-04-26T00:19:28.463Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 26 00:17 .golangci.yml [2023-04-26T00:19:28.463Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 26 00:17 .semver [2023-04-26T00:19:28.463Z] -rw-rw-r-- 1 jenkins jenkins 9088 Apr 26 00:17 Attribution.txt [2023-04-26T00:19:28.463Z] -rw-rw-r-- 1 jenkins jenkins 29118 Apr 26 00:17 CHANGELOG.md [2023-04-26T00:19:28.463Z] -rw-rw-r-- 1 jenkins jenkins 1898 Apr 26 00:17 Dockerfile [2023-04-26T00:19:28.463Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 26 00:17 GOVERNANCE.md [2023-04-26T00:19:28.463Z] -rw-rw-r-- 1 jenkins jenkins 688 Apr 26 00:17 Jenkinsfile [2023-04-26T00:19:28.463Z] -rw-rw-r-- 1 jenkins jenkins 10174 Apr 26 00:17 LICENSE [2023-04-26T00:19:28.463Z] -rw-rw-r-- 1 jenkins jenkins 618 Apr 26 00:17 OWNERS.md [2023-04-26T00:19:28.463Z] -rw-rw-r-- 1 jenkins jenkins 4369 Apr 26 00:17 README.md [2023-04-26T00:19:28.463Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 26 00:17 VERSION [2023-04-26T00:19:28.463Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 00:17 bin [2023-04-26T00:19:28.463Z] -rw-r--r-- 1 jenkins jenkins 13 Apr 26 00:18 coverage.out [2023-04-26T00:19:28.463Z] -rw-rw-r-- 1 jenkins jenkins 3302 Apr 26 00:17 go.mod [2023-04-26T00:19:28.463Z] -rw-rw-r-- 1 jenkins jenkins 31536 Apr 26 00:17 go.sum [2023-04-26T00:19:28.463Z] -rw-rw-r-- 1 jenkins jenkins 1949 Apr 26 00:17 main.go [2023-04-26T00:19:28.463Z] -rw-rw-r-- 1 jenkins jenkins 2569 Apr 26 00:17 makefile [2023-04-26T00:19:28.463Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 26 00:17 res [2023-04-26T00:19:28.463Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 00:17 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T00:19:28.861Z] + docker build -t app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=e96c232bc5d7993e89ef51e30aaef975901fcffc --label arch=amd64 --label version=0.0.0 . [2023-04-26T00:19:28.861Z] Sending build context to Docker daemon 3.295MB [2023-04-26T00:19:28.861Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-04-26T00:19:28.861Z] Step 2/26 : FROM ${BASE} AS builder [2023-04-26T00:19:28.861Z] ---> 08ee3aad46c7 [2023-04-26T00:19:28.861Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-04-26T00:19:28.861Z] ---> Running in 016d8a54169b [2023-04-26T00:19:29.119Z] Removing intermediate container 016d8a54169b [2023-04-26T00:19:29.119Z] ---> b6b377d8e48b [2023-04-26T00:19:29.119Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-04-26T00:19:29.119Z] ---> Running in ccbbeb34ae58 [2023-04-26T00:19:29.119Z] Removing intermediate container ccbbeb34ae58 [2023-04-26T00:19:29.119Z] ---> bf6da221ad24 [2023-04-26T00:19:29.119Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-04-26T00:19:29.119Z] ---> Running in 3a177a017497 [2023-04-26T00:19:29.392Z] Removing intermediate container 3a177a017497 [2023-04-26T00:19:29.392Z] ---> 0bdc69658b24 [2023-04-26T00:19:29.392Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-26T00:19:29.392Z] ---> Running in c27d84067571 [2023-04-26T00:19:29.651Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T00:19:29.651Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T00:19:29.910Z] OK: 265 MiB in 53 packages [2023-04-26T00:19:30.169Z] Removing intermediate container c27d84067571 [2023-04-26T00:19:30.169Z] ---> 5f25a92643ef [2023-04-26T00:19:30.169Z] Step 7/26 : WORKDIR /app [2023-04-26T00:19:30.169Z] ---> Running in bf1f3757a423 [2023-04-26T00:19:30.430Z] Removing intermediate container bf1f3757a423 [2023-04-26T00:19:30.430Z] ---> 368c4e8c5d14 [2023-04-26T00:19:30.430Z] Step 8/26 : COPY go.mod vendor* ./ [2023-04-26T00:19:30.430Z] ---> 80e8f9eebb8d [2023-04-26T00:19:30.430Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T00:19:30.430Z] ---> Running in f695b234957d [2023-04-26T00:19:31.880Z] Removing intermediate container f695b234957d [2023-04-26T00:19:31.880Z] ---> c246705062d2 [2023-04-26T00:19:31.880Z] Step 10/26 : COPY . . [2023-04-26T00:19:31.880Z] ---> 8397e4e200da [2023-04-26T00:19:31.880Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-26T00:19:31.880Z] ---> Running in fce74066d466 [2023-04-26T00:19:31.880Z] Removing intermediate container fce74066d466 [2023-04-26T00:19:31.880Z] ---> 0caadcdc95a6 [2023-04-26T00:19:31.880Z] Step 12/26 : RUN $MAKE [2023-04-26T00:19:31.880Z] ---> Running in c11c4eed6d48 [2023-04-26T00:19:32.139Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable [2023-04-26T00:19:54.066Z] Removing intermediate container c11c4eed6d48 [2023-04-26T00:19:54.066Z] ---> 504fd3b75d46 [2023-04-26T00:19:54.066Z] Step 13/26 : FROM alpine:3.17 [2023-04-26T00:19:54.066Z] 3.17: Pulling from library/alpine [2023-04-26T00:19:54.066Z] f56be85fc22e: Already exists [2023-04-26T00:19:54.066Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-26T00:19:54.066Z] Status: Downloaded newer image for alpine:3.17 [2023-04-26T00:19:54.066Z] ---> 9ed4aefc74f6 [2023-04-26T00:19:54.066Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-04-26T00:19:54.066Z] ---> Running in fee1bd28e758 [2023-04-26T00:19:54.066Z] Removing intermediate container fee1bd28e758 [2023-04-26T00:19:54.066Z] ---> 4bffe2a4475e [2023-04-26T00:19:54.066Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-04-26T00:19:54.066Z] ---> Running in 3ecddff45df1 [2023-04-26T00:19:54.066Z] Removing intermediate container 3ecddff45df1 [2023-04-26T00:19:54.066Z] ---> 4b377d9f24ec [2023-04-26T00:19:54.066Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-04-26T00:19:54.066Z] ---> Running in af1550dfde71 [2023-04-26T00:19:54.066Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T00:19:54.066Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T00:19:54.066Z] (1/2) Installing ca-certificates (20220614-r4) [2023-04-26T00:19:54.066Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-04-26T00:19:54.066Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T00:19:54.066Z] Executing ca-certificates-20220614-r4.trigger [2023-04-26T00:19:54.066Z] OK: 8 MiB in 17 packages [2023-04-26T00:19:54.066Z] Removing intermediate container af1550dfde71 [2023-04-26T00:19:54.066Z] ---> f56cc31eff22 [2023-04-26T00:19:54.066Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-04-26T00:19:54.066Z] ---> 7179bb0888f5 [2023-04-26T00:19:54.066Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-04-26T00:19:54.066Z] ---> e8fc1254803b [2023-04-26T00:19:54.066Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-04-26T00:19:54.066Z] ---> 80ef0ab8b55b [2023-04-26T00:19:54.066Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-04-26T00:19:54.066Z] ---> dfbbd80c2ec9 [2023-04-26T00:19:54.066Z] Step 21/26 : EXPOSE 48095 [2023-04-26T00:19:54.066Z] ---> Running in d588fa8fb00d [2023-04-26T00:19:54.066Z] Removing intermediate container d588fa8fb00d [2023-04-26T00:19:54.066Z] ---> 0aa4556c1d5b [2023-04-26T00:19:54.066Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-04-26T00:19:54.066Z] ---> Running in 50d2db5eda9f [2023-04-26T00:19:54.066Z] Removing intermediate container 50d2db5eda9f [2023-04-26T00:19:54.066Z] ---> f00af8b77975 [2023-04-26T00:19:54.066Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-26T00:19:54.066Z] ---> Running in d3101b3fc11d [2023-04-26T00:19:54.326Z] Removing intermediate container d3101b3fc11d [2023-04-26T00:19:54.326Z] ---> 16c21a25eeab [2023-04-26T00:19:54.326Z] Step 24/26 : LABEL arch=amd64 [2023-04-26T00:19:54.326Z] ---> Running in 701619e99e00 [2023-04-26T00:19:54.326Z] Removing intermediate container 701619e99e00 [2023-04-26T00:19:54.326Z] ---> b4f11b3b118d [2023-04-26T00:19:54.326Z] Step 25/26 : LABEL git_sha=e96c232bc5d7993e89ef51e30aaef975901fcffc [2023-04-26T00:19:54.326Z] ---> Running in 4f6cd5ba6007 [2023-04-26T00:19:54.326Z] Removing intermediate container 4f6cd5ba6007 [2023-04-26T00:19:54.326Z] ---> 02ce3995be25 [2023-04-26T00:19:54.326Z] Step 26/26 : LABEL version=0.0.0 [2023-04-26T00:19:54.326Z] ---> Running in e026ed653e4c [2023-04-26T00:19:54.584Z] Removing intermediate container e026ed653e4c [2023-04-26T00:19:54.584Z] ---> 4ebf7a6b976d [2023-04-26T00:19:54.584Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-26T00:19:54.584Z] Successfully built 4ebf7a6b976d [2023-04-26T00:19:54.584Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T00:19:55.459Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-26T00:19:55.459Z] [2023-04-26T00:19:55.459Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T00:19:55.838Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-26T00:19:55.838Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-26T00:19:55.838Z] 5eb5b503b376: Pulling fs layer [2023-04-26T00:19:55.838Z] 5c69ac0246d0: Pulling fs layer [2023-04-26T00:19:55.838Z] ec43610c2a17: Pulling fs layer [2023-04-26T00:19:55.838Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-26T00:19:55.838Z] 33b1e0a273af: Pulling fs layer [2023-04-26T00:19:55.838Z] 5d3b04190fa2: Pulling fs layer [2023-04-26T00:19:55.838Z] 2f39f015ded8: Pulling fs layer [2023-04-26T00:19:55.838Z] 3a2ae6a8a46f: Waiting [2023-04-26T00:19:55.838Z] 33b1e0a273af: Waiting [2023-04-26T00:19:55.838Z] 5d3b04190fa2: Waiting [2023-04-26T00:19:55.838Z] 2f39f015ded8: Waiting [2023-04-26T00:19:55.838Z] 5c69ac0246d0: Download complete [2023-04-26T00:19:55.838Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-26T00:19:55.838Z] 33b1e0a273af: Verifying Checksum [2023-04-26T00:19:55.838Z] 33b1e0a273af: Download complete [2023-04-26T00:19:55.838Z] 5d3b04190fa2: Verifying Checksum [2023-04-26T00:19:55.838Z] 5d3b04190fa2: Download complete [2023-04-26T00:19:55.838Z] ec43610c2a17: Verifying Checksum [2023-04-26T00:19:55.838Z] ec43610c2a17: Download complete [2023-04-26T00:19:56.097Z] 5eb5b503b376: Verifying Checksum [2023-04-26T00:19:56.097Z] 5eb5b503b376: Download complete [2023-04-26T00:19:56.666Z] 2f39f015ded8: Download complete [2023-04-26T00:19:57.234Z] 5eb5b503b376: Pull complete [2023-04-26T00:19:57.234Z] 5c69ac0246d0: Pull complete [2023-04-26T00:19:57.798Z] ec43610c2a17: Pull complete [2023-04-26T00:19:57.798Z] 3a2ae6a8a46f: Pull complete [2023-04-26T00:19:58.056Z] 33b1e0a273af: Pull complete [2023-04-26T00:19:58.056Z] 5d3b04190fa2: Pull complete [2023-04-26T00:20:02.242Z] 2f39f015ded8: Pull complete [2023-04-26T00:20:02.242Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-26T00:20:02.242Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-26T00:20:02.242Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T00:20:02.466Z] prd-ubuntu20.04-docker-8c-8g-10896 does not seem to be running inside a container [2023-04-26T00:20:02.499Z] $ 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/_app-service-configurable_PR-551 -v /w/workspace/_app-service-configurable_PR-551:/w/workspace/_app-service-configurable_PR-551:rw,z -v /w/workspace/_app-service-configurable_PR-551@tmp:/w/workspace/_app-service-configurable_PR-551@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-26T00:20:05.677Z] $ docker top 78de5fefc9daaf74b15c35066a918934ef7b80727a6b938274999a6e06ee319d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-26T00:20:06.118Z] ---> job-cost.sh [2023-04-26T00:20:06.118Z] lf-activate-venv: SKIPPING [2023-04-26T00:20:06.118Z] INFO: No Stack... [2023-04-26T00:20:06.378Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-26T00:20:06.946Z] INFO: Archiving Costs [Pipeline] sh [2023-04-26T00:20:07.264Z] + cat /w/workspace/_app-service-configurable_PR-551/archives/cost.csv [2023-04-26T00:20:07.265Z] + cut -d, -f6 [Pipeline] lock [2023-04-26T00:20:07.301Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-551-1-stack-cost] [2023-04-26T00:20:07.306Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-551-1-stack-cost] did not exist. Created. [2023-04-26T00:20:07.306Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-551-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-26T00:20:07.700Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-04-26T00:20:07.749Z] Stashed 1 file(s) [Pipeline] } [2023-04-26T00:20:07.774Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-551-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-26T00:20:07.861Z] $ docker stop --time=1 78de5fefc9daaf74b15c35066a918934ef7b80727a6b938274999a6e06ee319d [2023-04-26T00:20:09.063Z] $ docker rm -f --volumes 78de5fefc9daaf74b15c35066a918934ef7b80727a6b938274999a6e06ee319d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-04-26T00:20:53.218Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-10898 in /w/workspace/_app-service-configurable_PR-551 [Pipeline] { [Pipeline] ws [2023-04-26T00:20:53.273Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2023-04-26T00:20:53.415Z] Selected Git installation does not exist. Using Default [2023-04-26T00:20:53.415Z] The recommended git tool is: NONE [2023-04-26T00:20:58.960Z] using credential edgex-jenkins-ssh [2023-04-26T00:20:58.980Z] Cloning the remote Git repository [2023-04-26T00:20:59.037Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2023-04-26T00:20:59.134Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2023-04-26T00:20:59.301Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-04-26T00:20:59.303Z] > git --version # timeout=10 [2023-04-26T00:20:59.325Z] > git --version # 'git version 2.25.1' [2023-04-26T00:20:59.328Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-26T00:20:59.504Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-26T00:21:00.696Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-04-26T00:21:00.721Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-26T00:21:01.684Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-04-26T00:21:01.723Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-04-26T00:21:01.723Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-26T00:21:01.739Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/551/head:refs/remotes/origin/PR-551 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-04-26T00:21:02.299Z] Merging remotes/origin/main commit 3be8aac13bf41cca2c69aa6da9644fff7a8aa973 into PR head commit e96c232bc5d7993e89ef51e30aaef975901fcffc [2023-04-26T00:21:02.572Z] Merge succeeded, producing e96c232bc5d7993e89ef51e30aaef975901fcffc [2023-04-26T00:21:02.572Z] Checking out Revision e96c232bc5d7993e89ef51e30aaef975901fcffc (PR-551) [2023-04-26T00:21:03.114Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3" [2023-04-26T00:21:03.168Z] > git --version # timeout=10 [2023-04-26T00:21:03.183Z] > git --version # 'git version 2.25.1' [2023-04-26T00:21:03.201Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [2023-04-26T00:21:02.315Z] > git config core.sparsecheckout # timeout=10 [2023-04-26T00:21:02.375Z] > git checkout -f e96c232bc5d7993e89ef51e30aaef975901fcffc # timeout=10 [2023-04-26T00:21:02.463Z] > git remote # timeout=10 [2023-04-26T00:21:02.483Z] > git config --get remote.origin.url # timeout=10 [2023-04-26T00:21:02.502Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-26T00:21:02.516Z] > git merge 3be8aac13bf41cca2c69aa6da9644fff7a8aa973 # timeout=10 [2023-04-26T00:21:02.541Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-26T00:21:02.576Z] > git config core.sparsecheckout # timeout=10 [2023-04-26T00:21:02.596Z] > git checkout -f e96c232bc5d7993e89ef51e30aaef975901fcffc # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-26T00:21:04.355Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-26T00:21:04.355Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-26T00:21:04.355Z] Dload Upload Total Spent Left Speed [2023-04-26T00:21:04.355Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 92398 0 --:--:-- --:--:-- --:--:-- 92398 [Pipeline] sh [2023-04-26T00:21:05.019Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-26T00:21:05.389Z] + sudo tee /etc/docker/daemon.new [2023-04-26T00:21:05.390Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-26T00:21:05.390Z] { [2023-04-26T00:21:05.390Z] "registry-mirrors": [ [2023-04-26T00:21:05.390Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-26T00:21:05.390Z] ], [2023-04-26T00:21:05.390Z] "bip": "10.250.0.254/24", [2023-04-26T00:21:05.390Z] "hosts": [ [2023-04-26T00:21:05.390Z] "tcp://0.0.0.0:5555", [2023-04-26T00:21:05.390Z] "unix:///var/run/docker.sock" [2023-04-26T00:21:05.390Z] ], [2023-04-26T00:21:05.390Z] "mtu": 1458, [2023-04-26T00:21:05.390Z] "selinux-enabled": true, [2023-04-26T00:21:05.390Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-26T00:21:05.390Z] } [Pipeline] sh [2023-04-26T00:21:05.741Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-26T00:21:06.097Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-26T00:21:24.442Z] provisioning config files... [2023-04-26T00:21:24.472Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config10698455365967276476tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-26T00:21:24.870Z] ---> docker-login.sh [2023-04-26T00:21:24.870Z] nexus3.edgexfoundry.org:10001 [2023-04-26T00:21:25.141Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T00:21:25.410Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T00:21:25.410Z] Configure a credential helper to remove this warning. See [2023-04-26T00:21:25.410Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T00:21:25.410Z] [2023-04-26T00:21:25.410Z] Login Succeeded [2023-04-26T00:21:25.410Z] nexus3.edgexfoundry.org:10002 [2023-04-26T00:21:25.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T00:21:25.680Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T00:21:25.680Z] Configure a credential helper to remove this warning. See [2023-04-26T00:21:25.680Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T00:21:25.680Z] [2023-04-26T00:21:25.680Z] Login Succeeded [2023-04-26T00:21:25.680Z] nexus3.edgexfoundry.org:10003 [2023-04-26T00:21:25.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T00:21:26.219Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T00:21:26.219Z] Configure a credential helper to remove this warning. See [2023-04-26T00:21:26.219Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T00:21:26.219Z] [2023-04-26T00:21:26.219Z] Login Succeeded [2023-04-26T00:21:26.219Z] nexus3.edgexfoundry.org:10004 [2023-04-26T00:21:26.219Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T00:21:26.494Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T00:21:26.494Z] Configure a credential helper to remove this warning. See [2023-04-26T00:21:26.494Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T00:21:26.494Z] [2023-04-26T00:21:26.494Z] Login Succeeded [2023-04-26T00:21:26.494Z] docker.io [2023-04-26T00:21:26.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T00:21:27.031Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T00:21:27.031Z] Configure a credential helper to remove this warning. See [2023-04-26T00:21:27.031Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T00:21:27.031Z] [2023-04-26T00:21:27.031Z] Login Succeeded [2023-04-26T00:21:27.031Z] ---> docker-login.sh ends [Pipeline] } [2023-04-26T00:21:27.063Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-26T00:21:27.421Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-26T00:21:27.462Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-26T00:21:27.511Z] ========================================================= [2023-04-26T00:21:27.511Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-26T00:21:27.511Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T00:21:28.003Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-26T00:21:28.003Z] Sending build context to Docker daemon 169kB [2023-04-26T00:21:28.275Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-26T00:21:28.275Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-26T00:21:28.275Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-26T00:21:28.275Z] c41833b44d91: Pulling fs layer [2023-04-26T00:21:28.275Z] ed15518f5707: Pulling fs layer [2023-04-26T00:21:28.275Z] feae8fd75edb: Pulling fs layer [2023-04-26T00:21:28.275Z] 242c74f7c9fa: Pulling fs layer [2023-04-26T00:21:28.275Z] 3cdef696dda3: Pulling fs layer [2023-04-26T00:21:28.275Z] 2ced38df9373: Pulling fs layer [2023-04-26T00:21:28.275Z] 58f1dce35555: Pulling fs layer [2023-04-26T00:21:28.275Z] 3cdef696dda3: Waiting [2023-04-26T00:21:28.275Z] 242c74f7c9fa: Waiting [2023-04-26T00:21:28.275Z] 2ced38df9373: Waiting [2023-04-26T00:21:28.275Z] 58f1dce35555: Waiting [2023-04-26T00:21:28.275Z] ed15518f5707: Verifying Checksum [2023-04-26T00:21:28.275Z] ed15518f5707: Download complete [2023-04-26T00:21:28.275Z] 242c74f7c9fa: Verifying Checksum [2023-04-26T00:21:28.275Z] 242c74f7c9fa: Download complete [2023-04-26T00:21:28.545Z] 3cdef696dda3: Verifying Checksum [2023-04-26T00:21:28.545Z] 3cdef696dda3: Download complete [2023-04-26T00:21:28.545Z] c41833b44d91: Download complete [2023-04-26T00:21:29.525Z] c41833b44d91: Pull complete [2023-04-26T00:21:29.793Z] 58f1dce35555: Verifying Checksum [2023-04-26T00:21:29.793Z] 58f1dce35555: Download complete [2023-04-26T00:21:30.067Z] ed15518f5707: Pull complete [2023-04-26T00:21:31.034Z] 2ced38df9373: Verifying Checksum [2023-04-26T00:21:31.034Z] 2ced38df9373: Download complete [2023-04-26T00:21:31.034Z] feae8fd75edb: Verifying Checksum [2023-04-26T00:21:31.034Z] feae8fd75edb: Download complete [2023-04-26T00:21:41.220Z] feae8fd75edb: Pull complete [2023-04-26T00:21:41.220Z] 242c74f7c9fa: Pull complete [2023-04-26T00:21:41.220Z] 3cdef696dda3: Pull complete [2023-04-26T00:21:47.890Z] 2ced38df9373: Pull complete [2023-04-26T00:21:49.842Z] 58f1dce35555: Pull complete [2023-04-26T00:21:50.109Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-04-26T00:21:50.109Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-26T00:21:50.109Z] ---> fadd8f120f05 [2023-04-26T00:21:50.109Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-04-26T00:21:52.060Z] ---> Running in 6abc59628385 [2023-04-26T00:21:52.333Z] Removing intermediate container 6abc59628385 [2023-04-26T00:21:52.333Z] ---> 5474c37cf972 [2023-04-26T00:21:52.333Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-26T00:21:52.333Z] ---> Running in 258de7da2a3e [2023-04-26T00:21:52.601Z] Removing intermediate container 258de7da2a3e [2023-04-26T00:21:52.601Z] ---> f2078aefd097 [2023-04-26T00:21:52.601Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-04-26T00:21:52.601Z] ---> Running in 4d6a569c2210 [2023-04-26T00:21:52.869Z] Removing intermediate container 4d6a569c2210 [2023-04-26T00:21:52.869Z] ---> 6576747fbb56 [2023-04-26T00:21:52.869Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-26T00:21:53.140Z] ---> Running in 9f343c127918 [2023-04-26T00:21:54.107Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T00:21:54.691Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T00:21:56.115Z] OK: 263 MiB in 53 packages [2023-04-26T00:21:59.464Z] Removing intermediate container 9f343c127918 [2023-04-26T00:21:59.464Z] ---> eb66ab332998 [2023-04-26T00:21:59.464Z] Step 7/12 : WORKDIR /app [2023-04-26T00:21:59.464Z] ---> Running in 2f3ecf0b27e7 [2023-04-26T00:21:59.464Z] Removing intermediate container 2f3ecf0b27e7 [2023-04-26T00:21:59.464Z] ---> 81341e9e820f [2023-04-26T00:21:59.464Z] Step 8/12 : COPY go.mod vendor* ./ [2023-04-26T00:22:00.052Z] ---> 0625fb1b110a [2023-04-26T00:22:00.052Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T00:22:00.052Z] ---> Running in 38798a53ace0 [2023-04-26T00:23:07.954Z] Removing intermediate container 38798a53ace0 [2023-04-26T00:23:07.954Z] ---> ed5585db0025 [2023-04-26T00:23:07.954Z] Step 10/12 : COPY . . [2023-04-26T00:23:07.954Z] ---> 8f7ea28a1010 [2023-04-26T00:23:07.954Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-26T00:23:07.954Z] ---> Running in 85628fa3abcf [2023-04-26T00:23:07.954Z] Removing intermediate container 85628fa3abcf [2023-04-26T00:23:07.954Z] ---> c7d05497d1bf [2023-04-26T00:23:07.954Z] Step 12/12 : RUN $MAKE [2023-04-26T00:23:07.954Z] ---> Running in af6bce9d87f0 [2023-04-26T00:23:07.954Z] noop [2023-04-26T00:23:07.954Z] Removing intermediate container af6bce9d87f0 [2023-04-26T00:23:07.954Z] ---> abec85a45ab6 [2023-04-26T00:23:07.954Z] Successfully built abec85a45ab6 [2023-04-26T00:23:07.954Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T00:23:08.444Z] + docker inspect -f . ci-base-image-arm64 [2023-04-26T00:23:08.444Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T00:23:08.752Z] prd-ubuntu20.04-docker-arm64-4c-16g-10898 does not seem to be running inside a container [2023-04-26T00:23:08.835Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-26T00:23:10.164Z] $ docker top 786d4f2ad1c66db50dd4b84073dcaa2839c7bea30997025d9d9282d3c444fca6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-26T00:23:11.054Z] + go version [2023-04-26T00:23:11.054Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-26T00:23:11.094Z] $ docker stop --time=1 786d4f2ad1c66db50dd4b84073dcaa2839c7bea30997025d9d9282d3c444fca6 [2023-04-26T00:23:12.737Z] $ docker rm -f --volumes 786d4f2ad1c66db50dd4b84073dcaa2839c7bea30997025d9d9282d3c444fca6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T00:23:13.580Z] + docker inspect -f . ci-base-image-arm64 [2023-04-26T00:23:13.580Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T00:23:13.844Z] prd-ubuntu20.04-docker-arm64-4c-16g-10898 does not seem to be running inside a container [2023-04-26T00:23:13.932Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-26T00:23:15.111Z] $ docker top 59459862bde78072c4ce1d016ea5114d3a95f9a447749f186973ac7cf5e2bb54 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-26T00:23:15.978Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh [2023-04-26T00:23:16.702Z] + make test [2023-04-26T00:23:16.702Z] go test -race -coverprofile=coverage.out ./... [2023-04-26T00:26:08.503Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-04-26T00:26:08.504Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-26T00:26:08.504Z] go vet ./... [2023-04-26T00:28:30.238Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-26T00:28:30.238Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-26T00:28:30.238Z] ./bin/test-attribution-txt.sh [2023-04-26T00:28:30.238Z] An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add [2023-04-26T00:28:30.238Z] An attribution for gopkg.in/yaml.v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-04-26T00:28:30.281Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-26T00:28:30.321Z] $ docker stop --time=1 59459862bde78072c4ce1d016ea5114d3a95f9a447749f186973ac7cf5e2bb54 [2023-04-26T00:28:32.144Z] $ docker rm -f --volumes 59459862bde78072c4ce1d016ea5114d3a95f9a447749f186973ac7cf5e2bb54 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-26T00:28:33.690Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-26T00:28:33.722Z] Warning: overwriting stash ‘coverage-report’ [2023-04-26T00:28:34.171Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-26T00:28:34.766Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-26T00:28:35.102Z] + ls -al . [2023-04-26T00:28:35.102Z] total 172 [2023-04-26T00:28:35.102Z] drwxrwxr-x 7 jenkins jenkins 4096 Apr 26 00:23 . [2023-04-26T00:28:35.102Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 00:20 .. [2023-04-26T00:28:35.102Z] -rw-rw-r-- 1 jenkins jenkins 119 Apr 26 00:21 .dockerignore [2023-04-26T00:28:35.102Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 26 00:21 .git [2023-04-26T00:28:35.102Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 00:21 .github [2023-04-26T00:28:35.102Z] -rw-rw-r-- 1 jenkins jenkins 171 Apr 26 00:21 .gitignore [2023-04-26T00:28:35.102Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 26 00:21 .golangci.yml [2023-04-26T00:28:35.102Z] -rw-rw-r-- 1 jenkins jenkins 9088 Apr 26 00:21 Attribution.txt [2023-04-26T00:28:35.102Z] -rw-rw-r-- 1 jenkins jenkins 29118 Apr 26 00:21 CHANGELOG.md [2023-04-26T00:28:35.102Z] -rw-rw-r-- 1 jenkins jenkins 1898 Apr 26 00:21 Dockerfile [2023-04-26T00:28:35.102Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 26 00:21 GOVERNANCE.md [2023-04-26T00:28:35.102Z] -rw-rw-r-- 1 jenkins jenkins 688 Apr 26 00:21 Jenkinsfile [2023-04-26T00:28:35.102Z] -rw-rw-r-- 1 jenkins jenkins 10174 Apr 26 00:21 LICENSE [2023-04-26T00:28:35.102Z] -rw-rw-r-- 1 jenkins jenkins 618 Apr 26 00:21 OWNERS.md [2023-04-26T00:28:35.102Z] -rw-rw-r-- 1 jenkins jenkins 4369 Apr 26 00:21 README.md [2023-04-26T00:28:35.102Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 26 00:17 VERSION [2023-04-26T00:28:35.102Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 00:21 bin [2023-04-26T00:28:35.102Z] -rw-r--r-- 1 jenkins jenkins 13 Apr 26 00:23 coverage.out [2023-04-26T00:28:35.102Z] -rw-rw-r-- 1 jenkins jenkins 3302 Apr 26 00:21 go.mod [2023-04-26T00:28:35.102Z] -rw-rw-r-- 1 jenkins jenkins 31536 Apr 26 00:21 go.sum [2023-04-26T00:28:35.102Z] -rw-rw-r-- 1 jenkins jenkins 1949 Apr 26 00:21 main.go [2023-04-26T00:28:35.102Z] -rw-rw-r-- 1 jenkins jenkins 2569 Apr 26 00:21 makefile [2023-04-26T00:28:35.102Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 26 00:21 res [2023-04-26T00:28:35.102Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 00:21 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T00:28:35.522Z] + docker build -t app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=e96c232bc5d7993e89ef51e30aaef975901fcffc --label arch=arm64 --label version=0.0.0 . [2023-04-26T00:28:35.522Z] Sending build context to Docker daemon 170kB [2023-04-26T00:28:35.789Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-04-26T00:28:35.789Z] Step 2/26 : FROM ${BASE} AS builder [2023-04-26T00:28:35.789Z] ---> abec85a45ab6 [2023-04-26T00:28:35.789Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-04-26T00:28:37.735Z] ---> Running in bed00332da0b [2023-04-26T00:28:38.016Z] Removing intermediate container bed00332da0b [2023-04-26T00:28:38.016Z] ---> ac7097e7c3d4 [2023-04-26T00:28:38.016Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-04-26T00:28:38.289Z] ---> Running in 6cf0170d72f3 [2023-04-26T00:28:38.558Z] Removing intermediate container 6cf0170d72f3 [2023-04-26T00:28:38.558Z] ---> 935829295f6d [2023-04-26T00:28:38.558Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-04-26T00:28:38.558Z] ---> Running in f221f2a618db [2023-04-26T00:28:38.829Z] Removing intermediate container f221f2a618db [2023-04-26T00:28:38.829Z] ---> 8d00fe4aec0d [2023-04-26T00:28:38.829Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-26T00:28:38.829Z] ---> Running in 38b5adaa7069 [2023-04-26T00:28:39.792Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T00:28:40.377Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T00:28:41.792Z] OK: 263 MiB in 53 packages [2023-04-26T00:28:42.381Z] Removing intermediate container 38b5adaa7069 [2023-04-26T00:28:42.381Z] ---> 1ede7ff2342f [2023-04-26T00:28:42.381Z] Step 7/26 : WORKDIR /app [2023-04-26T00:28:42.381Z] ---> Running in d789582768dd [2023-04-26T00:28:42.649Z] Removing intermediate container d789582768dd [2023-04-26T00:28:42.649Z] ---> 3226d5216d8b [2023-04-26T00:28:42.649Z] Step 8/26 : COPY go.mod vendor* ./ [2023-04-26T00:28:43.237Z] ---> 831eafad5d52 [2023-04-26T00:28:43.237Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T00:28:43.237Z] ---> Running in 8f338d939c31 [2023-04-26T00:28:45.823Z] Removing intermediate container 8f338d939c31 [2023-04-26T00:28:45.823Z] ---> bd9bbab86b05 [2023-04-26T00:28:45.823Z] Step 10/26 : COPY . . [2023-04-26T00:28:46.089Z] ---> d4cd1210b602 [2023-04-26T00:28:46.089Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-26T00:28:46.357Z] ---> Running in b1c44d938781 [2023-04-26T00:28:46.628Z] Removing intermediate container b1c44d938781 [2023-04-26T00:28:46.628Z] ---> 78d49442c409 [2023-04-26T00:28:46.628Z] Step 12/26 : RUN $MAKE [2023-04-26T00:28:46.628Z] ---> Running in 6dc0900e38ac [2023-04-26T00:28:47.591Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable [2023-04-26T00:30:54.329Z] Removing intermediate container 6dc0900e38ac [2023-04-26T00:30:54.329Z] ---> b0cd038923ca [2023-04-26T00:30:54.329Z] Step 13/26 : FROM alpine:3.17 [2023-04-26T00:30:54.329Z] 3.17: Pulling from library/alpine [2023-04-26T00:30:54.329Z] c41833b44d91: Already exists [2023-04-26T00:30:54.595Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-26T00:30:54.595Z] Status: Downloaded newer image for alpine:3.17 [2023-04-26T00:30:54.595Z] ---> 51e60588ff2c [2023-04-26T00:30:54.595Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-04-26T00:30:54.595Z] ---> Running in d8c27e8e26dd [2023-04-26T00:30:54.863Z] Removing intermediate container d8c27e8e26dd [2023-04-26T00:30:54.863Z] ---> 2d97bf832af1 [2023-04-26T00:30:54.863Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-04-26T00:30:54.863Z] ---> Running in cdce20e089f8 [2023-04-26T00:30:55.130Z] Removing intermediate container cdce20e089f8 [2023-04-26T00:30:55.130Z] ---> f7f15c322bdb [2023-04-26T00:30:55.130Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-04-26T00:30:55.397Z] ---> Running in b3cb0408b3eb [2023-04-26T00:30:56.356Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T00:30:56.939Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T00:30:57.896Z] (1/2) Installing ca-certificates (20220614-r4) [2023-04-26T00:30:57.896Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-04-26T00:30:57.896Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T00:30:57.896Z] Executing ca-certificates-20220614-r4.trigger [2023-04-26T00:30:58.164Z] OK: 8 MiB in 17 packages [2023-04-26T00:30:59.568Z] Removing intermediate container b3cb0408b3eb [2023-04-26T00:30:59.568Z] ---> d1d613c3641f [2023-04-26T00:30:59.568Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-04-26T00:30:59.835Z] ---> 275c94cf33d6 [2023-04-26T00:30:59.835Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-04-26T00:31:00.418Z] ---> 50d5a399cf50 [2023-04-26T00:31:00.418Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-04-26T00:31:01.000Z] ---> 42d19df0cc63 [2023-04-26T00:31:01.000Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-04-26T00:31:02.410Z] ---> 79e9cd20422c [2023-04-26T00:31:02.410Z] Step 21/26 : EXPOSE 48095 [2023-04-26T00:31:02.410Z] ---> Running in e23afdcc9157 [2023-04-26T00:31:02.676Z] Removing intermediate container e23afdcc9157 [2023-04-26T00:31:02.676Z] ---> f3446c2fe53c [2023-04-26T00:31:02.676Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-04-26T00:31:02.676Z] ---> Running in 819f37bc49af [2023-04-26T00:31:02.943Z] Removing intermediate container 819f37bc49af [2023-04-26T00:31:02.943Z] ---> 3eb0a1e6d18e [2023-04-26T00:31:02.943Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-26T00:31:02.943Z] ---> Running in 94ad17e055f9 [2023-04-26T00:31:03.213Z] Removing intermediate container 94ad17e055f9 [2023-04-26T00:31:03.213Z] ---> a883b9a88b30 [2023-04-26T00:31:03.213Z] Step 24/26 : LABEL arch=arm64 [2023-04-26T00:31:03.213Z] ---> Running in b6bf4fc91ada [2023-04-26T00:31:03.488Z] Removing intermediate container b6bf4fc91ada [2023-04-26T00:31:03.488Z] ---> 0aeafdc32cce [2023-04-26T00:31:03.488Z] Step 25/26 : LABEL git_sha=e96c232bc5d7993e89ef51e30aaef975901fcffc [2023-04-26T00:31:03.764Z] ---> Running in dde52b93fba7 [2023-04-26T00:31:04.031Z] Removing intermediate container dde52b93fba7 [2023-04-26T00:31:04.031Z] ---> 32de9727c543 [2023-04-26T00:31:04.031Z] Step 26/26 : LABEL version=0.0.0 [2023-04-26T00:31:04.031Z] ---> Running in 7e4466561359 [2023-04-26T00:31:04.298Z] Removing intermediate container 7e4466561359 [2023-04-26T00:31:04.298Z] ---> ce77854387ba [2023-04-26T00:31:04.298Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-26T00:31:04.298Z] Successfully built ce77854387ba [2023-04-26T00:31:04.298Z] Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T00:31:05.186Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-26T00:31:05.186Z] [2023-04-26T00:31:05.186Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T00:31:05.591Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-26T00:31:06.193Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-26T00:31:06.193Z] 8998bd30e6a1: Pulling fs layer [2023-04-26T00:31:06.193Z] 04944245beec: Pulling fs layer [2023-04-26T00:31:06.193Z] 699f458cf7ca: Pulling fs layer [2023-04-26T00:31:06.193Z] 765212b225bb: Pulling fs layer [2023-04-26T00:31:06.193Z] 765212b225bb: Waiting [2023-04-26T00:31:06.193Z] f23df028b6ca: Pulling fs layer [2023-04-26T00:31:06.193Z] d65c8cfc05b1: Pulling fs layer [2023-04-26T00:31:06.193Z] 2437ff75d9bd: Pulling fs layer [2023-04-26T00:31:06.193Z] f23df028b6ca: Waiting [2023-04-26T00:31:06.193Z] 2437ff75d9bd: Waiting [2023-04-26T00:31:06.193Z] d65c8cfc05b1: Waiting [2023-04-26T00:31:06.193Z] 04944245beec: Verifying Checksum [2023-04-26T00:31:06.193Z] 04944245beec: Download complete [2023-04-26T00:31:06.193Z] 765212b225bb: Download complete [2023-04-26T00:31:06.467Z] f23df028b6ca: Verifying Checksum [2023-04-26T00:31:06.467Z] f23df028b6ca: Download complete [2023-04-26T00:31:06.467Z] d65c8cfc05b1: Verifying Checksum [2023-04-26T00:31:06.467Z] d65c8cfc05b1: Download complete [2023-04-26T00:31:06.467Z] 699f458cf7ca: Verifying Checksum [2023-04-26T00:31:06.467Z] 699f458cf7ca: Download complete [2023-04-26T00:31:07.082Z] 8998bd30e6a1: Verifying Checksum [2023-04-26T00:31:07.082Z] 8998bd30e6a1: Download complete [2023-04-26T00:31:09.052Z] 2437ff75d9bd: Verifying Checksum [2023-04-26T00:31:09.053Z] 2437ff75d9bd: Download complete [2023-04-26T00:31:11.011Z] 8998bd30e6a1: Pull complete [2023-04-26T00:31:11.281Z] 04944245beec: Pull complete [2023-04-26T00:31:12.705Z] 699f458cf7ca: Pull complete [2023-04-26T00:31:12.705Z] 765212b225bb: Pull complete [2023-04-26T00:31:13.678Z] f23df028b6ca: Pull complete [2023-04-26T00:31:13.678Z] d65c8cfc05b1: Pull complete [2023-04-26T00:31:28.951Z] 2437ff75d9bd: Pull complete [2023-04-26T00:31:28.951Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-26T00:31:28.951Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-26T00:31:28.951Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T00:31:29.300Z] prd-ubuntu20.04-docker-arm64-4c-16g-10898 does not seem to be running inside a container [2023-04-26T00:31:29.382Z] $ 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/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-04-26T00:31:32.121Z] $ docker top ed9d984794abbb138e80a8325d136ae40d60492d2542182652cb9546b5e11175 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-26T00:31:33.003Z] ---> job-cost.sh [2023-04-26T00:31:33.003Z] lf-activate-venv: SKIPPING [2023-04-26T00:31:33.003Z] INFO: No Stack... [2023-04-26T00:31:33.268Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-26T00:31:34.220Z] INFO: Archiving Costs [Pipeline] sh [2023-04-26T00:31:34.554Z] + cat /w/workspace/app-service-configurable/1/archives/cost.csv [2023-04-26T00:31:34.554Z] + cut -d, -f6 [Pipeline] lock [2023-04-26T00:31:34.633Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-551-1-stack-cost] [2023-04-26T00:31:34.638Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-551-1-stack-cost] did not exist. Created. [2023-04-26T00:31:34.638Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-551-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-26T00:31:35.050Z] /w/workspace/app-service-configurable/1@tmp/durable-dd937a44/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-04-26T00:31:35.398Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-26T00:31:35.437Z] Warning: overwriting stash ‘stack-cost’ [2023-04-26T00:31:35.484Z] Stashed 1 file(s) [Pipeline] } [2023-04-26T00:31:35.500Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-551-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-26T00:31:35.603Z] $ docker stop --time=1 ed9d984794abbb138e80a8325d136ae40d60492d2542182652cb9546b5e11175 [2023-04-26T00:31:37.027Z] $ docker rm -f --volumes ed9d984794abbb138e80a8325d136ae40d60492d2542182652cb9546b5e11175 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-04-26T00:31:38.086Z] provisioning config files... [2023-04-26T00:31:38.093Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-551@tmp/config1468556666961070963tmp [Pipeline] { [Pipeline] sh [2023-04-26T00:31:38.436Z] + set +x [2023-04-26T00:31:38.436Z] + curl -s https://codecov.io/bash [2023-04-26T00:31:38.436Z] + bash -s -- [2023-04-26T00:31:38.436Z] [2023-04-26T00:31:38.436Z] _____ _ [2023-04-26T00:31:38.436Z] / ____| | | [2023-04-26T00:31:38.436Z] | | ___ __| | ___ ___ _____ __ [2023-04-26T00:31:38.436Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-26T00:31:38.436Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-26T00:31:38.436Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-26T00:31:38.436Z] Bash-1.0.6 [2023-04-26T00:31:38.436Z] [2023-04-26T00:31:38.436Z] [2023-04-26T00:31:38.436Z] ==> git version 2.25.1 found [2023-04-26T00:31:38.436Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-04-26T00:31:38.436Z] Release-Date: 2020-01-08 [2023-04-26T00:31:38.436Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-04-26T00:31:38.436Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-26T00:31:38.436Z] ==> Jenkins CI detected. [2023-04-26T00:31:38.436Z] current dir:  /w/workspace/_app-service-configurable_PR-551 [2023-04-26T00:31:38.436Z] project root: . [2023-04-26T00:31:38.436Z] --> token set from env [2023-04-26T00:31:38.436Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-26T00:31:38.436Z] ==> Running gcov in . (disable via -X gcov) [2023-04-26T00:31:38.436Z] ==> Python coveragepy not found [2023-04-26T00:31:38.436Z] ==> Searching for coverage reports in: [2023-04-26T00:31:38.436Z] + . [2023-04-26T00:31:38.695Z] -> Found 1 reports [2023-04-26T00:31:38.695Z] ==> Detecting git/mercurial file structure [2023-04-26T00:31:38.695Z] ==> Reading reports [2023-04-26T00:31:38.695Z] + ./coverage.out bytes=13 [2023-04-26T00:31:38.695Z] ==> Appending adjustments [2023-04-26T00:31:38.695Z] https://docs.codecov.io/docs/fixing-reports [2023-04-26T00:31:38.695Z] + Found adjustments [2023-04-26T00:31:38.695Z] ==> Gzipping contents [2023-04-26T00:31:38.695Z] 4.0K /tmp/codecov.Ae5Lbq.gz [2023-04-26T00:31:38.695Z] ==> Uploading reports [2023-04-26T00:31:38.695Z] url: https://codecov.io [2023-04-26T00:31:38.695Z] query: branch=PR-551&commit=e96c232bc5d7993e89ef51e30aaef975901fcffc&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-551%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=551&job=&cmd_args= [2023-04-26T00:31:38.695Z] -> Pinging Codecov [2023-04-26T00:31:38.695Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-551&commit=e96c232bc5d7993e89ef51e30aaef975901fcffc&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-551%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=551&job=&cmd_args= [2023-04-26T00:31:38.955Z] -> Uploading to [2023-04-26T00:31:38.955Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-26/A97CA9966030D2A3747ED39772930CCE/e96c232bc5d7993e89ef51e30aaef975901fcffc/d865b894-ddc1-45dc-a171-8ea6b385c73a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230426%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230426T003138Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dbe6cfcc58eee666369d7218344cbbc98153ce64a403ee5da1fadfe94c05bcce [2023-04-26T00:31:38.955Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-26T00:31:38.955Z] Dload Upload Total Spent Left Speed [2023-04-26T00:31:39.225Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 429 0 0 100 429 0 1765 --:--:-- --:--:-- --:--:-- 1765 [2023-04-26T00:31:39.225Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/e96c232bc5d7993e89ef51e30aaef975901fcffc [Pipeline] } [2023-04-26T00:31:39.250Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-04-26T00:31:41.051Z] + [ -d /w/workspace/_app-service-configurable_PR-551/archives ] [2023-04-26T00:31:41.051Z] + ls -al /w/workspace/_app-service-configurable_PR-551/archives [2023-04-26T00:31:41.051Z] total 16 [2023-04-26T00:31:41.051Z] drwxr-xr-x 3 root root 4096 Apr 26 00:20 . [2023-04-26T00:31:41.051Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 26 00:20 .. [2023-04-26T00:31:41.051Z] drwxr-xr-x 2 root root 4096 Apr 26 00:20 cost [2023-04-26T00:31:41.051Z] -rw-r--r-- 1 root root 96 Apr 26 00:20 cost.csv [2023-04-26T00:31:41.051Z] + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-551/archives [2023-04-26T00:31:41.051Z] + ls -al /w/workspace/_app-service-configurable_PR-551/archives [2023-04-26T00:31:41.051Z] total 16 [2023-04-26T00:31:41.051Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 26 00:20 . [2023-04-26T00:31:41.051Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 26 00:20 .. [2023-04-26T00:31:41.051Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 26 00:20 cost [2023-04-26T00:31:41.051Z] -rw-r--r-- 1 jenkins jenkins 96 Apr 26 00:20 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-04-26T00:31:41.386Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-26T00:31:42.272Z] ---> package-listing.sh [2023-04-26T00:31:42.273Z] ++ facter osfamily [2023-04-26T00:31:42.273Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-26T00:31:42.532Z] + OS_FAMILY=debian [2023-04-26T00:31:42.532Z] + workspace=/w/workspace/_app-service-configurable_PR-551 [2023-04-26T00:31:42.532Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-26T00:31:42.532Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-26T00:31:42.532Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-26T00:31:42.532Z] + PACKAGES=/tmp/packages_start.txt [2023-04-26T00:31:42.532Z] + '[' /w/workspace/_app-service-configurable_PR-551 ']' [2023-04-26T00:31:42.532Z] + PACKAGES=/tmp/packages_end.txt [2023-04-26T00:31:42.532Z] + case "${OS_FAMILY}" in [2023-04-26T00:31:42.532Z] + dpkg -l [2023-04-26T00:31:42.532Z] + grep '^ii' [2023-04-26T00:31:42.532Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-26T00:31:42.532Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-26T00:31:42.532Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-26T00:31:42.532Z] + '[' /w/workspace/_app-service-configurable_PR-551 ']' [2023-04-26T00:31:42.532Z] + mkdir -p /w/workspace/_app-service-configurable_PR-551/archives/ [2023-04-26T00:31:42.532Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-551/archives/ [Pipeline] echo [2023-04-26T00:31:42.569Z] 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/_app-service-configurable_PR-551/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-04-26T00:31:42.863Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T00:31:43.498Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-26T00:31:43.498Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T00:31:43.651Z] prd-ubuntu20.04-docker-8c-8g-10896 does not seem to be running inside a container [2023-04-26T00:31:43.684Z] $ 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/_app-service-configurable_PR-551/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_PR-551 -v /w/workspace/_app-service-configurable_PR-551:/w/workspace/_app-service-configurable_PR-551:rw,z -v /w/workspace/_app-service-configurable_PR-551@tmp:/w/workspace/_app-service-configurable_PR-551@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-26T00:31:43.876Z] $ docker top 47d825d2c35dcceb2d3eaa8ab0fa8a2692dd3f30f85958419dafbaa6b04bb139 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-26T00:31:44.272Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-26T00:31:44.586Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-26T00:31:44.899Z] + ls /var/log/sa-host [2023-04-26T00:31:44.899Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-26T00:31:45.045Z] provisioning config files... [2023-04-26T00:31:45.056Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-551@tmp/config14700431328441343343tmp [Pipeline] { [Pipeline] echo [2023-04-26T00:31:45.111Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-26T00:31:45.432Z] ---> create-netrc.sh [Pipeline] } [2023-04-26T00:31:45.462Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-26T00:31:45.883Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-26T00:31:45.914Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-26T00:31:46.226Z] ---> sudo-logs.sh [2023-04-26T00:31:46.226Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-26T00:31:46.309Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-26T00:31:46.619Z] ---> job-cost.sh [2023-04-26T00:31:46.619Z] lf-activate-venv: SKIPPING [2023-04-26T00:31:46.619Z] DEBUG: total: 0.2199999988079071 [2023-04-26T00:31:46.619Z] INFO: Retrieving Stack Cost... [2023-04-26T00:31:46.879Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-26T00:31:47.447Z] INFO: Archiving Costs [Pipeline] echo [2023-04-26T00:31:47.494Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-26T00:31:47.805Z] ---> logs-deploy.sh [2023-04-26T00:31:47.805Z] lf-activate-venv: SKIPPING [2023-04-26T00:31:47.805Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-551/1 [2023-04-26T00:31:47.805Z] INFO: archiving workspace using pattern(s): [2023-04-26T00:31:48.740Z] Archives upload complete. [2023-04-26T00:31:49.309Z] INFO: archiving logs to Nexus [2023-04-26T00:31:49.877Z] ---> uname -a: [2023-04-26T00:31:49.877Z] Linux prd-ubuntu20-04-docker-8c-8g-10896 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-04-26T00:31:49.877Z] [2023-04-26T00:31:49.877Z] [2023-04-26T00:31:49.877Z] ---> lscpu: [2023-04-26T00:31:49.877Z] Architecture: x86_64 [2023-04-26T00:31:49.877Z] CPU op-mode(s): 32-bit, 64-bit [2023-04-26T00:31:49.877Z] Byte Order: Little Endian [2023-04-26T00:31:49.877Z] Address sizes: 40 bits physical, 48 bits virtual [2023-04-26T00:31:49.877Z] CPU(s): 8 [2023-04-26T00:31:49.877Z] On-line CPU(s) list: 0-7 [2023-04-26T00:31:49.877Z] Thread(s) per core: 1 [2023-04-26T00:31:49.877Z] Core(s) per socket: 1 [2023-04-26T00:31:49.877Z] Socket(s): 8 [2023-04-26T00:31:49.877Z] NUMA node(s): 1 [2023-04-26T00:31:49.877Z] Vendor ID: AuthenticAMD [2023-04-26T00:31:49.877Z] CPU family: 23 [2023-04-26T00:31:49.877Z] Model: 49 [2023-04-26T00:31:49.877Z] Model name: AMD EPYC-Rome Processor [2023-04-26T00:31:49.877Z] Stepping: 0 [2023-04-26T00:31:49.877Z] CPU MHz: 2799.998 [2023-04-26T00:31:49.877Z] BogoMIPS: 5599.99 [2023-04-26T00:31:49.877Z] Virtualization: AMD-V [2023-04-26T00:31:49.877Z] Hypervisor vendor: KVM [2023-04-26T00:31:49.877Z] Virtualization type: full [2023-04-26T00:31:49.877Z] L1d cache: 256 KiB [2023-04-26T00:31:49.877Z] L1i cache: 256 KiB [2023-04-26T00:31:49.877Z] L2 cache: 4 MiB [2023-04-26T00:31:49.877Z] L3 cache: 128 MiB [2023-04-26T00:31:49.877Z] NUMA node0 CPU(s): 0-7 [2023-04-26T00:31:49.877Z] Vulnerability Itlb multihit: Not affected [2023-04-26T00:31:49.878Z] Vulnerability L1tf: Not affected [2023-04-26T00:31:49.878Z] Vulnerability Mds: Not affected [2023-04-26T00:31:49.878Z] Vulnerability Meltdown: Not affected [2023-04-26T00:31:49.878Z] Vulnerability Mmio stale data: Not affected [2023-04-26T00:31:49.878Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-04-26T00:31:49.878Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-04-26T00:31:49.878Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-04-26T00:31:49.878Z] Vulnerability Srbds: Not affected [2023-04-26T00:31:49.878Z] Vulnerability Tsx async abort: Not affected [2023-04-26T00:31:49.878Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-04-26T00:31:49.878Z] [2023-04-26T00:31:49.878Z]