Pull request #553 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d2e932c17d24234db440ad6e14789905f9378ead+62825bd30777131266891ed3853b6902d2747c3b (79c731b6d63fe4b0b31a156061f9dbeee07ba411) 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-ssh16204326956073728200.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-ssh2189683400920828679.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-553/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-553/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15695495631257989107.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-553/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14839137214694151004.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-ssh6611877588329701168.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-553/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-553/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2909145750585362018.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-12156 in /w/workspace/_app-service-configurable_PR-553 [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-553 # 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 > 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/553/head:refs/remotes/origin/PR-553 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 62825bd30777131266891ed3853b6902d2747c3b into PR head commit d2e932c17d24234db440ad6e14789905f9378ead Merge succeeded, producing d2e932c17d24234db440ad6e14789905f9378ead Checking out Revision d2e932c17d24234db440ad6e14789905f9378ead (PR-553) 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 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-01T12:58:29.879Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-05-01T12:58:30.060Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-01T12:58:30.162Z] ========================================================= [2023-05-01T12:58:30.162Z] EdgeX Global Pipelines Version Info [2023-05-01T12:58:30.162Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f d2e932c17d24234db440ad6e14789905f9378ead # 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 62825bd30777131266891ed3853b6902d2747c3b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d2e932c17d24234db440ad6e14789905f9378ead # timeout=10 [2023-05-01T12:58:30.919Z] ------------------- [2023-05-01T12:58:30.919Z] stable info: [2023-05-01T12:58:30.919Z] ------------------- [2023-05-01T12:58:30.919Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-05-01T12:58:30.919Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-05-01T12:58:30.919Z] Message: update stable to v1.0.248 [2023-05-01T12:58:31.491Z] ------------------- [2023-05-01T12:58:31.491Z] experimental info: [2023-05-01T12:58:31.491Z] ------------------- [2023-05-01T12:58:31.491Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-01T12:58:31.491Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-05-01T12:58:31.491Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-01T12:58:31.777Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2023-05-01T12:58:31.813Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2023-05-01T12:58:31.853Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-01T12:58:31.893Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-01T12:58:31.936Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-01T12:58:31.976Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-01T12:58:32.013Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-01T12:58:32.054Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-05-01T12:58:32.096Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-01T12:58:32.136Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-01T12:58:32.178Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-01T12:58:32.221Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2023-05-01T12:58:32.266Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-01T12:58:32.310Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-01T12:58:32.352Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-01T12:58:32.392Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-05-01T12:58:32.435Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-05-01T12:58:32.480Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-05-01T12:58:32.522Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-01T12:58:32.563Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-01T12:58:32.602Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-05-01T12:58:32.644Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-05-01T12:58:32.687Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-05-01T12:58:32.728Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-05-01T12:58:32.766Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-05-01T12:58:32.807Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-01T12:58:32.845Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-01T12:58:32.884Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-553 [Pipeline] echo [2023-05-01T12:58:32.922Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-553 [Pipeline] echo [2023-05-01T12:58:32.962Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-553 [Pipeline] echo [2023-05-01T12:58:33.004Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d2e932c17d24234db440ad6e14789905f9378ead [Pipeline] echo [2023-05-01T12:58:33.046Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d2e932c [Pipeline] echo [2023-05-01T12:58:33.095Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-01T12:58:33.209Z] provisioning config files... [2023-05-01T12:58:33.223Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-553@tmp/config17776221032551303140tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-01T12:58:33.577Z] ---> docker-login.sh [2023-05-01T12:58:33.577Z] nexus3.edgexfoundry.org:10001 [2023-05-01T12:58:33.837Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T12:58:33.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T12:58:33.837Z] Configure a credential helper to remove this warning. See [2023-05-01T12:58:33.837Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T12:58:33.837Z] [2023-05-01T12:58:33.837Z] Login Succeeded [2023-05-01T12:58:33.837Z] nexus3.edgexfoundry.org:10002 [2023-05-01T12:58:34.096Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T12:58:34.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T12:58:34.096Z] Configure a credential helper to remove this warning. See [2023-05-01T12:58:34.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T12:58:34.096Z] [2023-05-01T12:58:34.096Z] Login Succeeded [2023-05-01T12:58:34.096Z] nexus3.edgexfoundry.org:10003 [2023-05-01T12:58:34.096Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T12:58:34.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T12:58:34.096Z] Configure a credential helper to remove this warning. See [2023-05-01T12:58:34.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T12:58:34.096Z] [2023-05-01T12:58:34.096Z] Login Succeeded [2023-05-01T12:58:34.096Z] nexus3.edgexfoundry.org:10004 [2023-05-01T12:58:34.096Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T12:58:34.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T12:58:34.356Z] Configure a credential helper to remove this warning. See [2023-05-01T12:58:34.356Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T12:58:34.356Z] [2023-05-01T12:58:34.356Z] Login Succeeded [2023-05-01T12:58:34.356Z] docker.io [2023-05-01T12:58:34.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T12:58:34.617Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T12:58:34.617Z] Configure a credential helper to remove this warning. See [2023-05-01T12:58:34.617Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T12:58:34.617Z] [2023-05-01T12:58:34.617Z] Login Succeeded [2023-05-01T12:58:34.617Z] ---> docker-login.sh ends [Pipeline] } [2023-05-01T12:58:34.647Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-05-01T12:58:35.281Z] + git rev-list -1 --merges d2e932c17d24234db440ad6e14789905f9378ead~1..d2e932c17d24234db440ad6e14789905f9378ead [Pipeline] echo [2023-05-01T12:58:35.353Z] -----------> git rev-list -1 --merges d2e932c17d24234db440ad6e14789905f9378ead~1..d2e932c17d24234db440ad6e14789905f9378ead d2e932c17d24234db440ad6e14789905f9378ead [false] [Pipeline] sh [2023-05-01T12:58:35.660Z] + git log --format=format:%s -1 d2e932c17d24234db440ad6e14789905f9378ead [Pipeline] echo [2023-05-01T12:58:35.697Z] ========================================================= [2023-05-01T12:58:35.697Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-01T12:58:35.697Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-01T12:58:36.114Z] + git log --format=format:%s -1 d2e932c17d24234db440ad6e14789905f9378ead [Pipeline] echo [2023-05-01T12:58:36.159Z] [semverPrep] GIT_COMMIT: d2e932c17d24234db440ad6e14789905f9378ead, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3 [Pipeline] echo [2023-05-01T12:58:36.187Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-05-01T12:58:36.577Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-01T12:58:36.577Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-01T12:58:36.577Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-01T12:58:36.577Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-01T12:58:36.577Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-05-01T12:58:36.577Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-05-01T12:58:36.577Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T12:58:37.065Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-01T12:58:37.065Z] [2023-05-01T12:58:37.065Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T12:58:37.441Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-01T12:58:37.441Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-01T12:58:37.441Z] b85a868b505f: Pulling fs layer [2023-05-01T12:58:37.441Z] e2be974225ed: Pulling fs layer [2023-05-01T12:58:37.441Z] 339a4e72a1f5: Pulling fs layer [2023-05-01T12:58:37.441Z] 988bab9f4d93: Pulling fs layer [2023-05-01T12:58:37.441Z] 1469e6f7b9e6: Pulling fs layer [2023-05-01T12:58:37.441Z] eaf3925da568: Pulling fs layer [2023-05-01T12:58:37.441Z] bab4dde63d76: Pulling fs layer [2023-05-01T12:58:37.441Z] bde34c3a00c8: Pulling fs layer [2023-05-01T12:58:37.441Z] b352a97aabf1: Pulling fs layer [2023-05-01T12:58:37.441Z] 4872d77fe225: Pulling fs layer [2023-05-01T12:58:37.441Z] 5851b861e8e6: Pulling fs layer [2023-05-01T12:58:37.441Z] 988bab9f4d93: Waiting [2023-05-01T12:58:37.441Z] 1469e6f7b9e6: Waiting [2023-05-01T12:58:37.441Z] eaf3925da568: Waiting [2023-05-01T12:58:37.441Z] bab4dde63d76: Waiting [2023-05-01T12:58:37.441Z] bde34c3a00c8: Waiting [2023-05-01T12:58:37.441Z] b352a97aabf1: Waiting [2023-05-01T12:58:37.441Z] 4872d77fe225: Waiting [2023-05-01T12:58:37.441Z] 5851b861e8e6: Waiting [2023-05-01T12:58:37.441Z] e2be974225ed: Verifying Checksum [2023-05-01T12:58:37.441Z] e2be974225ed: Download complete [2023-05-01T12:58:37.441Z] 988bab9f4d93: Verifying Checksum [2023-05-01T12:58:37.441Z] 988bab9f4d93: Download complete [2023-05-01T12:58:37.702Z] 1469e6f7b9e6: Verifying Checksum [2023-05-01T12:58:37.702Z] 1469e6f7b9e6: Download complete [2023-05-01T12:58:37.702Z] eaf3925da568: Download complete [2023-05-01T12:58:37.702Z] 339a4e72a1f5: Verifying Checksum [2023-05-01T12:58:37.702Z] 339a4e72a1f5: Download complete [2023-05-01T12:58:37.702Z] bde34c3a00c8: Download complete [2023-05-01T12:58:37.702Z] b352a97aabf1: Download complete [2023-05-01T12:58:37.702Z] 4872d77fe225: Verifying Checksum [2023-05-01T12:58:37.702Z] 4872d77fe225: Download complete [2023-05-01T12:58:37.702Z] 5851b861e8e6: Download complete [2023-05-01T12:58:37.702Z] b85a868b505f: Verifying Checksum [2023-05-01T12:58:37.702Z] b85a868b505f: Download complete [2023-05-01T12:58:37.964Z] bab4dde63d76: Verifying Checksum [2023-05-01T12:58:37.964Z] bab4dde63d76: Download complete [2023-05-01T12:58:38.932Z] b85a868b505f: Pull complete [2023-05-01T12:58:39.193Z] e2be974225ed: Pull complete [2023-05-01T12:58:39.456Z] 339a4e72a1f5: Pull complete [2023-05-01T12:58:39.718Z] 988bab9f4d93: Pull complete [2023-05-01T12:58:39.978Z] 1469e6f7b9e6: Pull complete [2023-05-01T12:58:39.978Z] eaf3925da568: Pull complete [2023-05-01T12:58:41.885Z] bab4dde63d76: Pull complete [2023-05-01T12:58:41.885Z] bde34c3a00c8: Pull complete [2023-05-01T12:58:41.885Z] b352a97aabf1: Pull complete [2023-05-01T12:58:42.146Z] 4872d77fe225: Pull complete [2023-05-01T12:58:42.146Z] 5851b861e8e6: Pull complete [2023-05-01T12:58:42.146Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-01T12:58:42.146Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-01T12:58:42.146Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-01T12:58:42.379Z] prd-ubuntu20.04-docker-8c-8g-12156 does not seem to be running inside a container [2023-05-01T12:58:42.411Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-553 -v /w/workspace/_app-service-configurable_PR-553:/w/workspace/_app-service-configurable_PR-553:rw,z -v /w/workspace/_app-service-configurable_PR-553@tmp:/w/workspace/_app-service-configurable_PR-553@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-05-01T12:58:44.335Z] $ docker top b74282ca7083830120f1f12f4397a0a08b0e1f75e70f251029bac86571600045 -eo pid,comm [2023-05-01T12:58:44.394Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-05-01T12:58:44.394Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-01T12:58:44.523Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-01T12:58:44.523Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-01T12:58:44.632Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-01T12:58:44.632Z] $ docker exec b74282ca7083830120f1f12f4397a0a08b0e1f75e70f251029bac86571600045 ssh-agent [2023-05-01T12:58:44.751Z] SSH_AUTH_SOCK=/tmp/ssh-M1s1eNJ7QJHj/agent.32 [2023-05-01T12:58:44.751Z] SSH_AGENT_PID=38 [2023-05-01T12:58:44.760Z] Running ssh-add (command line suppressed) [2023-05-01T12:58:44.865Z] Identity added: /w/workspace/_app-service-configurable_PR-553@tmp/private_key_1220122494230457980.key (/w/workspace/_app-service-configurable_PR-553@tmp/private_key_1220122494230457980.key) [2023-05-01T12:58:44.886Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-01T12:58:45.213Z] + git tag --points-at HEAD [Pipeline] } [2023-05-01T12:58:45.231Z] $ docker exec --env ******** --env ******** b74282ca7083830120f1f12f4397a0a08b0e1f75e70f251029bac86571600045 ssh-agent -k [2023-05-01T12:58:45.326Z] unset SSH_AUTH_SOCK; [2023-05-01T12:58:45.326Z] unset SSH_AGENT_PID; [2023-05-01T12:58:45.327Z] echo Agent pid 38 killed; [2023-05-01T12:58:45.344Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-01T12:58:45.449Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-01T12:58:45.449Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-01T12:58:45.571Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-01T12:58:45.572Z] $ docker exec b74282ca7083830120f1f12f4397a0a08b0e1f75e70f251029bac86571600045 ssh-agent [2023-05-01T12:58:45.682Z] SSH_AUTH_SOCK=/tmp/ssh-rthMg4tdPN5p/agent.70 [2023-05-01T12:58:45.682Z] SSH_AGENT_PID=76 [2023-05-01T12:58:45.686Z] Running ssh-add (command line suppressed) [2023-05-01T12:58:45.827Z] Identity added: /w/workspace/_app-service-configurable_PR-553@tmp/private_key_7688948743877599629.key (/w/workspace/_app-service-configurable_PR-553@tmp/private_key_7688948743877599629.key) [2023-05-01T12:58:45.842Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-01T12:58:46.180Z] + git semver init [2023-05-01T12:58:46.440Z] 2023-05-01 12:58:46,349 [run_init] DEBUG init version:0.0.0 force:False [2023-05-01T12:58:46.440Z] 2023-05-01 12:58:46,349 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-553/.semver [2023-05-01T12:58:46.440Z] 2023-05-01 12:58:46,350 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-553/.semver [2023-05-01T12:58:46.440Z] 2023-05-01 12:58:46,350 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-553/.semver'], cwd=/w/workspace/_app-service-configurable_PR-553, universal_newlines=False, shell=None, istream=None) [2023-05-01T12:58:47.381Z] 2023-05-01 12:58:47,105 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-553/.git/info/exclude [2023-05-01T12:58:47.381Z] 2023-05-01 12:58:47,105 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-553/.semver/PR-553 with force:False [2023-05-01T12:58:47.381Z] 2023-05-01 12:58:47,105 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-553/.semver/PR-553 [2023-05-01T12:58:47.381Z] 2023-05-01 12:58:47,108 [execute] INFO git cat-file --batch-check [2023-05-01T12:58:47.381Z] 2023-05-01 12:58:47,108 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-553/.semver, universal_newlines=False, shell=None, istream=) [2023-05-01T12:58:47.381Z] 2023-05-01 12:58:47,113 [execute] INFO git cat-file --batch [2023-05-01T12:58:47.381Z] 2023-05-01 12:58:47,113 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-553/.semver, universal_newlines=False, shell=None, istream=) [2023-05-01T12:58:47.381Z] 2023-05-01 12:58:47,117 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-553/.semver/PR-553 [2023-05-01T12:58:47.381Z] 0.0.0 [Pipeline] } [2023-05-01T12:58:47.407Z] $ docker exec --env ******** --env ******** b74282ca7083830120f1f12f4397a0a08b0e1f75e70f251029bac86571600045 ssh-agent -k [2023-05-01T12:58:47.507Z] unset SSH_AUTH_SOCK; [2023-05-01T12:58:47.507Z] unset SSH_AGENT_PID; [2023-05-01T12:58:47.508Z] echo Agent pid 76 killed; [2023-05-01T12:58:47.519Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-01T12:58:47.950Z] + git semver [Pipeline] } [2023-05-01T12:58:48.229Z] $ docker stop --time=1 b74282ca7083830120f1f12f4397a0a08b0e1f75e70f251029bac86571600045 [2023-05-01T12:58:49.604Z] $ docker rm -f --volumes b74282ca7083830120f1f12f4397a0a08b0e1f75e70f251029bac86571600045 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-01T12:58:50.050Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-01T12:58:50.307Z] Stashed 1 file(s) [Pipeline] echo [2023-05-01T12:58:50.323Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-01T12:58:50.940Z] provisioning config files... [2023-05-01T12:58:50.949Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-553@tmp/config746137502825564180tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-01T12:58:51.293Z] ---> docker-login.sh [2023-05-01T12:58:51.293Z] nexus3.edgexfoundry.org:10001 [2023-05-01T12:58:51.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T12:58:51.293Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T12:58:51.293Z] Configure a credential helper to remove this warning. See [2023-05-01T12:58:51.293Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T12:58:51.293Z] [2023-05-01T12:58:51.293Z] Login Succeeded [2023-05-01T12:58:51.293Z] nexus3.edgexfoundry.org:10002 [2023-05-01T12:58:51.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T12:58:51.293Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T12:58:51.293Z] Configure a credential helper to remove this warning. See [2023-05-01T12:58:51.293Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T12:58:51.293Z] [2023-05-01T12:58:51.293Z] Login Succeeded [2023-05-01T12:58:51.293Z] nexus3.edgexfoundry.org:10003 [2023-05-01T12:58:51.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T12:58:51.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T12:58:51.552Z] Configure a credential helper to remove this warning. See [2023-05-01T12:58:51.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T12:58:51.552Z] [2023-05-01T12:58:51.552Z] Login Succeeded [2023-05-01T12:58:51.552Z] nexus3.edgexfoundry.org:10004 [2023-05-01T12:58:51.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T12:58:51.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T12:58:51.552Z] Configure a credential helper to remove this warning. See [2023-05-01T12:58:51.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T12:58:51.552Z] [2023-05-01T12:58:51.552Z] Login Succeeded [2023-05-01T12:58:51.552Z] docker.io [2023-05-01T12:58:51.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T12:58:51.810Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T12:58:51.810Z] Configure a credential helper to remove this warning. See [2023-05-01T12:58:51.811Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T12:58:51.811Z] [2023-05-01T12:58:51.811Z] Login Succeeded [2023-05-01T12:58:51.811Z] ---> docker-login.sh ends [Pipeline] } [2023-05-01T12:58:51.876Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-01T12:58:52.058Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-01T12:58:52.094Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-01T12:58:52.128Z] ========================================================= [2023-05-01T12:58:52.128Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-01T12:58:52.128Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T12:58:52.597Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-05-01T12:58:52.597Z] Sending build context to Docker daemon 3.297MB [2023-05-01T12:58:52.597Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-05-01T12:58:52.597Z] Step 2/12 : FROM ${BASE} AS builder [2023-05-01T12:58:52.597Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-01T12:58:52.597Z] f56be85fc22e: Pulling fs layer [2023-05-01T12:58:52.597Z] 85791d961cd3: Pulling fs layer [2023-05-01T12:58:52.597Z] d694b5ae8c79: Pulling fs layer [2023-05-01T12:58:52.597Z] 9f32a84ed3da: Pulling fs layer [2023-05-01T12:58:52.597Z] 9f32a84ed3da: Waiting [2023-05-01T12:58:52.597Z] 4d19c01a9841: Pulling fs layer [2023-05-01T12:58:52.597Z] 9325e15d5711: Pulling fs layer [2023-05-01T12:58:52.597Z] 556b6ee489ea: Pulling fs layer [2023-05-01T12:58:52.597Z] 9325e15d5711: Waiting [2023-05-01T12:58:52.597Z] 556b6ee489ea: Waiting [2023-05-01T12:58:52.597Z] c5a4b2cf53e6: Pulling fs layer [2023-05-01T12:58:52.597Z] c5a4b2cf53e6: Waiting [2023-05-01T12:58:52.597Z] 85791d961cd3: Verifying Checksum [2023-05-01T12:58:52.597Z] 85791d961cd3: Download complete [2023-05-01T12:58:52.597Z] 9f32a84ed3da: Verifying Checksum [2023-05-01T12:58:52.597Z] 9f32a84ed3da: Download complete [2023-05-01T12:58:52.597Z] 4d19c01a9841: Verifying Checksum [2023-05-01T12:58:52.597Z] 4d19c01a9841: Download complete [2023-05-01T12:58:52.857Z] f56be85fc22e: Verifying Checksum [2023-05-01T12:58:52.857Z] f56be85fc22e: Download complete [2023-05-01T12:58:52.857Z] 9325e15d5711: Verifying Checksum [2023-05-01T12:58:52.857Z] 9325e15d5711: Download complete [2023-05-01T12:58:52.857Z] f56be85fc22e: Pull complete [2023-05-01T12:58:53.117Z] 85791d961cd3: Pull complete [2023-05-01T12:58:53.117Z] c5a4b2cf53e6: Verifying Checksum [2023-05-01T12:58:53.117Z] c5a4b2cf53e6: Download complete [2023-05-01T12:58:53.376Z] d694b5ae8c79: Verifying Checksum [2023-05-01T12:58:53.376Z] d694b5ae8c79: Download complete [2023-05-01T12:58:53.634Z] 556b6ee489ea: Verifying Checksum [2023-05-01T12:58:53.634Z] 556b6ee489ea: Download complete [2023-05-01T12:58:56.925Z] d694b5ae8c79: Pull complete [2023-05-01T12:58:56.925Z] 9f32a84ed3da: Pull complete [2023-05-01T12:58:56.925Z] 4d19c01a9841: Pull complete [2023-05-01T12:58:56.925Z] 9325e15d5711: Pull complete [2023-05-01T12:58:59.449Z] 556b6ee489ea: Pull complete [2023-05-01T12:59:00.013Z] c5a4b2cf53e6: Pull complete [2023-05-01T12:59:00.013Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-01T12:59:00.013Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-01T12:59:00.013Z] ---> c4be618373d6 [2023-05-01T12:59:00.013Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-05-01T12:59:03.318Z] ---> Running in 9335f19cc1cc [2023-05-01T12:59:03.318Z] Removing intermediate container 9335f19cc1cc [2023-05-01T12:59:03.318Z] ---> 0610184794b0 [2023-05-01T12:59:03.318Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-05-01T12:59:03.318Z] ---> Running in fbe268cb47c9 [2023-05-01T12:59:03.318Z] Removing intermediate container fbe268cb47c9 [2023-05-01T12:59:03.318Z] ---> 2c78dc14a74a [2023-05-01T12:59:03.318Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-05-01T12:59:03.318Z] ---> Running in c81072c3278c [2023-05-01T12:59:03.318Z] Removing intermediate container c81072c3278c [2023-05-01T12:59:03.318Z] ---> 01182eb01cd1 [2023-05-01T12:59:03.318Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-01T12:59:03.318Z] ---> Running in 2a02f4e760b8 [2023-05-01T12:59:03.318Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-01T12:59:03.576Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-01T12:59:03.576Z] OK: 265 MiB in 53 packages [2023-05-01T12:59:04.145Z] Removing intermediate container 2a02f4e760b8 [2023-05-01T12:59:04.145Z] ---> 79212f93d301 [2023-05-01T12:59:04.145Z] Step 7/12 : WORKDIR /app [2023-05-01T12:59:04.145Z] ---> Running in 36dbf6ea0d34 [2023-05-01T12:59:04.145Z] Removing intermediate container 36dbf6ea0d34 [2023-05-01T12:59:04.145Z] ---> d47b7846a978 [2023-05-01T12:59:04.145Z] Step 8/12 : COPY go.mod vendor* ./ [2023-05-01T12:59:04.145Z] ---> d594ea491330 [2023-05-01T12:59:04.145Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-01T12:59:04.145Z] ---> Running in 64ddd76ff1e6 [2023-05-01T12:59:05.759Z] Still waiting to schedule task [2023-05-01T12:59:05.760Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-05-01T12:59:42.902Z] Removing intermediate container 64ddd76ff1e6 [2023-05-01T12:59:42.902Z] ---> 50eba6ea3d0d [2023-05-01T12:59:42.902Z] Step 10/12 : COPY . . [2023-05-01T12:59:42.902Z] ---> 2abf5eab5385 [2023-05-01T12:59:42.902Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-01T12:59:42.902Z] ---> Running in 5e5685a82e71 [2023-05-01T12:59:42.902Z] Removing intermediate container 5e5685a82e71 [2023-05-01T12:59:42.902Z] ---> cf5cef504985 [2023-05-01T12:59:42.902Z] Step 12/12 : RUN $MAKE [2023-05-01T12:59:42.902Z] ---> Running in 65b1049b109e [2023-05-01T12:59:42.902Z] noop [2023-05-01T12:59:42.902Z] Removing intermediate container 65b1049b109e [2023-05-01T12:59:42.902Z] ---> 41cc1fdb1973 [2023-05-01T12:59:42.902Z] Successfully built 41cc1fdb1973 [2023-05-01T12:59:42.902Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T12:59:43.341Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-01T12:59:43.341Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-01T12:59:43.494Z] prd-ubuntu20.04-docker-8c-8g-12156 does not seem to be running inside a container [2023-05-01T12:59:43.526Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-553 -v /w/workspace/_app-service-configurable_PR-553:/w/workspace/_app-service-configurable_PR-553:rw,z -v /w/workspace/_app-service-configurable_PR-553@tmp:/w/workspace/_app-service-configurable_PR-553@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-01T12:59:43.842Z] $ docker top 5b89cf01ae13b3163d4b17dff931155a7917f8fbccc16209de9b3242eafb09ec -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-01T12:59:44.230Z] + go version [2023-05-01T12:59:44.231Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-01T12:59:44.267Z] $ docker stop --time=1 5b89cf01ae13b3163d4b17dff931155a7917f8fbccc16209de9b3242eafb09ec [2023-05-01T12:59:45.531Z] $ docker rm -f --volumes 5b89cf01ae13b3163d4b17dff931155a7917f8fbccc16209de9b3242eafb09ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T12:59:46.261Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-01T12:59:46.261Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-01T12:59:46.418Z] prd-ubuntu20.04-docker-8c-8g-12156 does not seem to be running inside a container [2023-05-01T12:59:46.454Z] $ 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-553 -v /w/workspace/_app-service-configurable_PR-553:/w/workspace/_app-service-configurable_PR-553:rw,z -v /w/workspace/_app-service-configurable_PR-553@tmp:/w/workspace/_app-service-configurable_PR-553@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-01T12:59:46.768Z] $ docker top 45ba018886b752c1f2a1ec32cbe7cc0471463c4fb27836f8d0470e4dbf7ee223 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-01T12:59:47.150Z] + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-553 [Pipeline] fileExists [Pipeline] sh [2023-05-01T12:59:47.503Z] + make test [2023-05-01T12:59:47.503Z] go test -race -coverprofile=coverage.out ./... [2023-05-01T13:00:05.584Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-05-01T13:00:23.737Z] go vet ./... [2023-05-01T13:00:27.015Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-01T13:00:27.015Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-01T13:00:27.015Z] ./bin/test-attribution-txt.sh [2023-05-01T13:00:27.015Z] An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add [2023-05-01T13:00:27.274Z] An attribution for gopkg.in/yaml.v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-05-01T13:00:27.316Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-01T13:00:27.353Z] $ docker stop --time=1 45ba018886b752c1f2a1ec32cbe7cc0471463c4fb27836f8d0470e4dbf7ee223 [2023-05-01T13:00:30.281Z] $ docker rm -f --volumes 45ba018886b752c1f2a1ec32cbe7cc0471463c4fb27836f8d0470e4dbf7ee223 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-01T13:00:30.929Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-01T13:00:30.984Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-05-01T13:00:31.661Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-01T13:00:31.969Z] + ls -al . [2023-05-01T13:00:31.969Z] total 176 [2023-05-01T13:00:31.969Z] drwxrwxr-x 8 jenkins jenkins 4096 May 1 12:59 . [2023-05-01T13:00:31.969Z] drwxrwxr-x 4 jenkins jenkins 4096 May 1 12:58 .. [2023-05-01T13:00:31.969Z] -rw-rw-r-- 1 jenkins jenkins 119 May 1 12:58 .dockerignore [2023-05-01T13:00:31.969Z] drwxrwxr-x 8 jenkins jenkins 4096 May 1 12:58 .git [2023-05-01T13:00:31.969Z] drwxrwxr-x 3 jenkins jenkins 4096 May 1 12:58 .github [2023-05-01T13:00:31.969Z] -rw-rw-r-- 1 jenkins jenkins 171 May 1 12:58 .gitignore [2023-05-01T13:00:31.969Z] -rw-rw-r-- 1 jenkins jenkins 41 May 1 12:58 .golangci.yml [2023-05-01T13:00:31.969Z] drwxr-xr-x 3 jenkins jenkins 4096 May 1 12:58 .semver [2023-05-01T13:00:31.969Z] -rw-rw-r-- 1 jenkins jenkins 9088 May 1 12:58 Attribution.txt [2023-05-01T13:00:31.969Z] -rw-rw-r-- 1 jenkins jenkins 29118 May 1 12:58 CHANGELOG.md [2023-05-01T13:00:31.969Z] -rw-rw-r-- 1 jenkins jenkins 1898 May 1 12:58 Dockerfile [2023-05-01T13:00:31.969Z] -rw-rw-r-- 1 jenkins jenkins 677 May 1 12:58 GOVERNANCE.md [2023-05-01T13:00:31.969Z] -rw-rw-r-- 1 jenkins jenkins 688 May 1 12:58 Jenkinsfile [2023-05-01T13:00:31.969Z] -rw-rw-r-- 1 jenkins jenkins 10174 May 1 12:58 LICENSE [2023-05-01T13:00:31.969Z] -rw-rw-r-- 1 jenkins jenkins 618 May 1 12:58 OWNERS.md [2023-05-01T13:00:31.969Z] -rw-rw-r-- 1 jenkins jenkins 4369 May 1 12:58 README.md [2023-05-01T13:00:31.969Z] -rw-rw-r-- 1 jenkins jenkins 5 May 1 12:58 VERSION [2023-05-01T13:00:31.969Z] drwxrwxr-x 2 jenkins jenkins 4096 May 1 12:58 bin [2023-05-01T13:00:31.969Z] -rw-r--r-- 1 jenkins jenkins 13 May 1 12:59 coverage.out [2023-05-01T13:00:31.969Z] -rw-rw-r-- 1 jenkins jenkins 3302 May 1 12:58 go.mod [2023-05-01T13:00:31.969Z] -rw-rw-r-- 1 jenkins jenkins 31536 May 1 12:58 go.sum [2023-05-01T13:00:31.969Z] -rw-rw-r-- 1 jenkins jenkins 1949 May 1 12:58 main.go [2023-05-01T13:00:31.969Z] -rw-rw-r-- 1 jenkins jenkins 2569 May 1 12:58 makefile [2023-05-01T13:00:31.969Z] drwxrwxr-x 9 jenkins jenkins 4096 May 1 12:58 res [2023-05-01T13:00:31.969Z] drwxrwxr-x 4 jenkins jenkins 4096 May 1 12:58 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T13:00:32.363Z] + 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=d2e932c17d24234db440ad6e14789905f9378ead --label arch=amd64 --label version=0.0.0 . [2023-05-01T13:00:32.363Z] Sending build context to Docker daemon 3.298MB [2023-05-01T13:00:32.363Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-05-01T13:00:32.363Z] Step 2/26 : FROM ${BASE} AS builder [2023-05-01T13:00:32.363Z] ---> 41cc1fdb1973 [2023-05-01T13:00:32.363Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-05-01T13:00:32.363Z] ---> Running in 8708dde43f86 [2023-05-01T13:00:32.363Z] Removing intermediate container 8708dde43f86 [2023-05-01T13:00:32.363Z] ---> be6f85a7bd38 [2023-05-01T13:00:32.363Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-05-01T13:00:32.631Z] ---> Running in 39eec087ec91 [2023-05-01T13:00:32.631Z] Removing intermediate container 39eec087ec91 [2023-05-01T13:00:32.631Z] ---> 0f3fe7365196 [2023-05-01T13:00:32.631Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-05-01T13:00:32.631Z] ---> Running in 34c345a1a6bd [2023-05-01T13:00:32.631Z] Removing intermediate container 34c345a1a6bd [2023-05-01T13:00:32.631Z] ---> 39337029d73f [2023-05-01T13:00:32.631Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-01T13:00:32.631Z] ---> Running in 3c5983ea406a [2023-05-01T13:00:32.889Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-01T13:00:33.149Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-01T13:00:33.408Z] OK: 265 MiB in 53 packages [2023-05-01T13:00:33.665Z] Removing intermediate container 3c5983ea406a [2023-05-01T13:00:33.665Z] ---> 134bc625833f [2023-05-01T13:00:33.665Z] Step 7/26 : WORKDIR /app [2023-05-01T13:00:33.665Z] ---> Running in 62de156eecd1 [2023-05-01T13:00:33.665Z] Removing intermediate container 62de156eecd1 [2023-05-01T13:00:33.665Z] ---> 379112bdfa1d [2023-05-01T13:00:33.665Z] Step 8/26 : COPY go.mod vendor* ./ [2023-05-01T13:00:33.928Z] ---> 4f3ffd5974c5 [2023-05-01T13:00:33.928Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-01T13:00:33.928Z] ---> Running in 84e8ba399abe [2023-05-01T13:00:34.863Z] Removing intermediate container 84e8ba399abe [2023-05-01T13:00:34.863Z] ---> 652f44d92659 [2023-05-01T13:00:34.863Z] Step 10/26 : COPY . . [2023-05-01T13:00:34.863Z] ---> 02b4e5b6bf83 [2023-05-01T13:00:34.863Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-01T13:00:34.863Z] ---> Running in 9c4254c9b66f [2023-05-01T13:00:35.122Z] Removing intermediate container 9c4254c9b66f [2023-05-01T13:00:35.122Z] ---> c9d9318595b4 [2023-05-01T13:00:35.122Z] Step 12/26 : RUN $MAKE [2023-05-01T13:00:35.122Z] ---> Running in 2a1777e3bcac [2023-05-01T13:00:35.380Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.55 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable [2023-05-01T13:00:36.673Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-12157 in /w/workspace/_app-service-configurable_PR-553 [Pipeline] { [Pipeline] ws [2023-05-01T13:00:36.727Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2023-05-01T13:00:36.798Z] Selected Git installation does not exist. Using Default [2023-05-01T13:00:36.798Z] The recommended git tool is: NONE [2023-05-01T13:00:41.594Z] using credential edgex-jenkins-ssh [2023-05-01T13:00:41.615Z] Cloning the remote Git repository [2023-05-01T13:00:41.652Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2023-05-01T13:00:41.750Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2023-05-01T13:00:41.892Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-05-01T13:00:41.893Z] > git --version # timeout=10 [2023-05-01T13:00:41.912Z] > git --version # 'git version 2.25.1' [2023-05-01T13:00:41.914Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-01T13:00:42.067Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-01T13:00:43.209Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-05-01T13:00:43.241Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-01T13:00:44.057Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-05-01T13:00:44.099Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-05-01T13:00:44.100Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-01T13:00:44.118Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-05-01T13:00:44.620Z] Merging remotes/origin/main commit 62825bd30777131266891ed3853b6902d2747c3b into PR head commit d2e932c17d24234db440ad6e14789905f9378ead [2023-05-01T13:00:44.883Z] Merge succeeded, producing d2e932c17d24234db440ad6e14789905f9378ead [2023-05-01T13:00:44.883Z] Checking out Revision d2e932c17d24234db440ad6e14789905f9378ead (PR-553) [2023-05-01T13:00:45.327Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3" [2023-05-01T13:00:45.368Z] > git --version # timeout=10 [2023-05-01T13:00:45.381Z] > git --version # 'git version 2.25.1' [2023-05-01T13:00:45.396Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-05-01T13:00:44.633Z] > git config core.sparsecheckout # timeout=10 [2023-05-01T13:00:44.704Z] > git checkout -f d2e932c17d24234db440ad6e14789905f9378ead # timeout=10 [2023-05-01T13:00:44.785Z] > git remote # timeout=10 [2023-05-01T13:00:44.805Z] > git config --get remote.origin.url # timeout=10 [2023-05-01T13:00:44.826Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-01T13:00:44.839Z] > git merge 62825bd30777131266891ed3853b6902d2747c3b # timeout=10 [2023-05-01T13:00:44.866Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-05-01T13:00:44.887Z] > git config core.sparsecheckout # timeout=10 [2023-05-01T13:00:44.900Z] > git checkout -f d2e932c17d24234db440ad6e14789905f9378ead # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-01T13:00:46.573Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-01T13:00:46.573Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-01T13:00:46.573Z] Dload Upload Total Spent Left Speed [2023-05-01T13:00:46.573Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 96598 0 --:--:-- --:--:-- --:--:-- 96598 [Pipeline] sh [2023-05-01T13:00:47.258Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-05-01T13:00:47.599Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-05-01T13:00:47.599Z] + sudo tee /etc/docker/daemon.new [2023-05-01T13:00:47.599Z] { [2023-05-01T13:00:47.599Z] "registry-mirrors": [ [2023-05-01T13:00:47.599Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-01T13:00:47.599Z] ], [2023-05-01T13:00:47.599Z] "bip": "10.250.0.254/24", [2023-05-01T13:00:47.599Z] "hosts": [ [2023-05-01T13:00:47.599Z] "tcp://0.0.0.0:5555", [2023-05-01T13:00:47.599Z] "unix:///var/run/docker.sock" [2023-05-01T13:00:47.599Z] ], [2023-05-01T13:00:47.599Z] "mtu": 1458, [2023-05-01T13:00:47.599Z] "selinux-enabled": true, [2023-05-01T13:00:47.599Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-01T13:00:47.599Z] } [Pipeline] sh [2023-05-01T13:00:47.946Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-01T13:00:48.321Z] + sudo service docker restart [2023-05-01T13:00:53.460Z] Removing intermediate container 2a1777e3bcac [2023-05-01T13:00:53.460Z] ---> 7ffeb92a01fb [2023-05-01T13:00:53.460Z] Step 13/26 : FROM alpine:3.17 [2023-05-01T13:00:53.460Z] 3.17: Pulling from library/alpine [2023-05-01T13:00:53.460Z] f56be85fc22e: Already exists [2023-05-01T13:00:53.460Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-01T13:00:53.460Z] Status: Downloaded newer image for alpine:3.17 [2023-05-01T13:00:53.460Z] ---> 9ed4aefc74f6 [2023-05-01T13:00:53.460Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-05-01T13:00:53.460Z] ---> Running in dc4fefb4963d [2023-05-01T13:00:53.460Z] Removing intermediate container dc4fefb4963d [2023-05-01T13:00:53.460Z] ---> 3fad4b826cae [2023-05-01T13:00:53.460Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-05-01T13:00:53.460Z] ---> Running in a4c2a95a62dd [2023-05-01T13:00:53.460Z] Removing intermediate container a4c2a95a62dd [2023-05-01T13:00:53.460Z] ---> c05abd257609 [2023-05-01T13:00:53.460Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-05-01T13:00:53.460Z] ---> Running in a4f0bbd71be7 [2023-05-01T13:00:54.028Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-01T13:00:54.028Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-01T13:00:54.287Z] (1/2) Installing ca-certificates (20220614-r4) [2023-05-01T13:00:54.287Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-05-01T13:00:54.287Z] Executing busybox-1.35.0-r29.trigger [2023-05-01T13:00:54.287Z] Executing ca-certificates-20220614-r4.trigger [2023-05-01T13:00:54.287Z] OK: 8 MiB in 17 packages [2023-05-01T13:00:54.855Z] Removing intermediate container a4f0bbd71be7 [2023-05-01T13:00:54.855Z] ---> f505a9860895 [2023-05-01T13:00:54.855Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-05-01T13:00:54.855Z] ---> 00ecf733c6bb [2023-05-01T13:00:54.855Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-05-01T13:00:55.113Z] ---> a02e498d5806 [2023-05-01T13:00:55.113Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-05-01T13:00:55.113Z] ---> 1775dbd148ac [2023-05-01T13:00:55.113Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-05-01T13:00:55.679Z] ---> d425c71bd1a4 [2023-05-01T13:00:55.679Z] Step 21/26 : EXPOSE 48095 [2023-05-01T13:00:55.679Z] ---> Running in 6206a904af15 [2023-05-01T13:00:55.940Z] Removing intermediate container 6206a904af15 [2023-05-01T13:00:55.940Z] ---> 79b0123a47e2 [2023-05-01T13:00:55.940Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-05-01T13:00:55.940Z] ---> Running in 7844fb6710bd [2023-05-01T13:00:55.940Z] Removing intermediate container 7844fb6710bd [2023-05-01T13:00:55.940Z] ---> 6cfc542de38e [2023-05-01T13:00:55.940Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-01T13:00:55.940Z] ---> Running in 592b8a3a3ef2 [2023-05-01T13:00:55.940Z] Removing intermediate container 592b8a3a3ef2 [2023-05-01T13:00:55.940Z] ---> 81e1a4c76986 [2023-05-01T13:00:55.940Z] Step 24/26 : LABEL arch=amd64 [2023-05-01T13:00:55.940Z] ---> Running in 872c1a35de3f [2023-05-01T13:00:56.200Z] Removing intermediate container 872c1a35de3f [2023-05-01T13:00:56.200Z] ---> a137fed51e9f [2023-05-01T13:00:56.200Z] Step 25/26 : LABEL git_sha=d2e932c17d24234db440ad6e14789905f9378ead [2023-05-01T13:00:56.200Z] ---> Running in 6c45937b4eec [2023-05-01T13:00:56.200Z] Removing intermediate container 6c45937b4eec [2023-05-01T13:00:56.200Z] ---> 96537310e192 [2023-05-01T13:00:56.200Z] Step 26/26 : LABEL version=0.0.0 [2023-05-01T13:00:56.200Z] ---> Running in 5849c4cd0d4a [2023-05-01T13:00:56.200Z] Removing intermediate container 5849c4cd0d4a [2023-05-01T13:00:56.200Z] ---> 44f36870fff5 [2023-05-01T13:00:56.200Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-01T13:00:56.200Z] Successfully built 44f36870fff5 [2023-05-01T13:00:56.200Z] 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-05-01T13:00:57.077Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-01T13:00:57.077Z] [2023-05-01T13:00:57.077Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T13:00:57.456Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-01T13:00:57.456Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-01T13:00:57.456Z] 5eb5b503b376: Pulling fs layer [2023-05-01T13:00:57.456Z] 5c69ac0246d0: Pulling fs layer [2023-05-01T13:00:57.456Z] ec43610c2a17: Pulling fs layer [2023-05-01T13:00:57.456Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-01T13:00:57.456Z] 33b1e0a273af: Pulling fs layer [2023-05-01T13:00:57.456Z] 5d3b04190fa2: Pulling fs layer [2023-05-01T13:00:57.456Z] 2f39f015ded8: Pulling fs layer [2023-05-01T13:00:57.456Z] 3a2ae6a8a46f: Waiting [2023-05-01T13:00:57.456Z] 33b1e0a273af: Waiting [2023-05-01T13:00:57.456Z] 5d3b04190fa2: Waiting [2023-05-01T13:00:57.456Z] 2f39f015ded8: Waiting [2023-05-01T13:00:57.456Z] 5c69ac0246d0: Download complete [2023-05-01T13:00:57.456Z] 3a2ae6a8a46f: Verifying Checksum [2023-05-01T13:00:57.456Z] 3a2ae6a8a46f: Download complete [2023-05-01T13:00:57.456Z] 33b1e0a273af: Verifying Checksum [2023-05-01T13:00:57.456Z] 33b1e0a273af: Download complete [2023-05-01T13:00:57.456Z] 5d3b04190fa2: Verifying Checksum [2023-05-01T13:00:57.456Z] 5d3b04190fa2: Download complete [2023-05-01T13:00:57.456Z] ec43610c2a17: Verifying Checksum [2023-05-01T13:00:57.457Z] ec43610c2a17: Download complete [2023-05-01T13:00:57.716Z] 5eb5b503b376: Verifying Checksum [2023-05-01T13:00:57.716Z] 5eb5b503b376: Download complete [2023-05-01T13:00:58.282Z] 2f39f015ded8: Download complete [2023-05-01T13:00:58.860Z] 5eb5b503b376: Pull complete [2023-05-01T13:00:58.860Z] 5c69ac0246d0: Pull complete [2023-05-01T13:00:59.428Z] ec43610c2a17: Pull complete [2023-05-01T13:00:59.428Z] 3a2ae6a8a46f: Pull complete [2023-05-01T13:00:59.690Z] 33b1e0a273af: Pull complete [2023-05-01T13:00:59.690Z] 5d3b04190fa2: Pull complete [2023-05-01T13:01:03.875Z] 2f39f015ded8: Pull complete [2023-05-01T13:01:03.875Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-01T13:01:03.875Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-01T13:01:03.875Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-01T13:01:04.107Z] prd-ubuntu20.04-docker-8c-8g-12156 does not seem to be running inside a container [2023-05-01T13:01:04.139Z] $ 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-553 -v /w/workspace/_app-service-configurable_PR-553:/w/workspace/_app-service-configurable_PR-553:rw,z -v /w/workspace/_app-service-configurable_PR-553@tmp:/w/workspace/_app-service-configurable_PR-553@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-01T13:01:06.569Z] $ docker top 601f0338fa146899a34962390749fac2ff40cec4a7e22b3f7191334202ce517f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] configFileProvider [2023-05-01T13:01:06.818Z] provisioning config files... [2023-05-01T13:01:06.845Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config6551732692861940162tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-01T13:01:07.056Z] ---> job-cost.sh [2023-05-01T13:01:07.056Z] lf-activate-venv: SKIPPING [2023-05-01T13:01:07.056Z] INFO: No Stack... [2023-05-01T13:01:07.225Z] ---> docker-login.sh [2023-05-01T13:01:07.225Z] nexus3.edgexfoundry.org:10001 [2023-05-01T13:01:07.314Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-01T13:01:07.497Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T13:01:07.574Z] INFO: Archiving Costs [Pipeline] sh [2023-05-01T13:01:07.778Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T13:01:07.778Z] Configure a credential helper to remove this warning. See [2023-05-01T13:01:07.778Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T13:01:07.778Z] [2023-05-01T13:01:07.778Z] Login Succeeded [2023-05-01T13:01:07.778Z] nexus3.edgexfoundry.org:10002 [2023-05-01T13:01:07.886Z] + cat /w/workspace/_app-service-configurable_PR-553/archives/cost.csv [2023-05-01T13:01:07.886Z] + cut -d, -f6 [Pipeline] lock [2023-05-01T13:01:07.926Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-553-1-stack-cost] [2023-05-01T13:01:07.931Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-553-1-stack-cost] did not exist. Created. [2023-05-01T13:01:07.931Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-553-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-01T13:01:08.049Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T13:01:08.049Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T13:01:08.049Z] Configure a credential helper to remove this warning. See [2023-05-01T13:01:08.049Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T13:01:08.049Z] [2023-05-01T13:01:08.049Z] Login Succeeded [2023-05-01T13:01:08.049Z] nexus3.edgexfoundry.org:10003 [2023-05-01T13:01:08.319Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T13:01:08.321Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-05-01T13:01:08.391Z] Stashed 1 file(s) [Pipeline] } [2023-05-01T13:01:08.421Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-553-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-01T13:01:08.515Z] $ docker stop --time=1 601f0338fa146899a34962390749fac2ff40cec4a7e22b3f7191334202ce517f [2023-05-01T13:01:08.588Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T13:01:08.588Z] Configure a credential helper to remove this warning. See [2023-05-01T13:01:08.588Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T13:01:08.588Z] [2023-05-01T13:01:08.588Z] Login Succeeded [2023-05-01T13:01:08.588Z] nexus3.edgexfoundry.org:10004 [2023-05-01T13:01:08.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T13:01:08.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T13:01:08.860Z] Configure a credential helper to remove this warning. See [2023-05-01T13:01:08.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T13:01:08.860Z] [2023-05-01T13:01:08.860Z] Login Succeeded [2023-05-01T13:01:08.860Z] docker.io [2023-05-01T13:01:09.131Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T13:01:09.400Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T13:01:09.400Z] Configure a credential helper to remove this warning. See [2023-05-01T13:01:09.400Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T13:01:09.400Z] [2023-05-01T13:01:09.400Z] Login Succeeded [2023-05-01T13:01:09.400Z] ---> docker-login.sh ends [2023-05-01T13:01:09.683Z] $ docker rm -f --volumes 601f0338fa146899a34962390749fac2ff40cec4a7e22b3f7191334202ce517f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2023-05-01T13:01:09.866Z] Deleting 1 temporary files [Pipeline] // script [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] echo [2023-05-01T13:01:10.256Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-01T13:01:10.296Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-01T13:01:10.332Z] ========================================================= [2023-05-01T13:01:10.332Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-01T13:01:10.332Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T13:01:10.827Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-05-01T13:01:10.827Z] Sending build context to Docker daemon 169kB [2023-05-01T13:01:11.096Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-05-01T13:01:11.096Z] Step 2/12 : FROM ${BASE} AS builder [2023-05-01T13:01:11.096Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-01T13:01:11.096Z] c41833b44d91: Pulling fs layer [2023-05-01T13:01:11.096Z] ed15518f5707: Pulling fs layer [2023-05-01T13:01:11.096Z] feae8fd75edb: Pulling fs layer [2023-05-01T13:01:11.096Z] 242c74f7c9fa: Pulling fs layer [2023-05-01T13:01:11.096Z] 3cdef696dda3: Pulling fs layer [2023-05-01T13:01:11.096Z] 2ced38df9373: Pulling fs layer [2023-05-01T13:01:11.096Z] 58f1dce35555: Pulling fs layer [2023-05-01T13:01:11.096Z] 3cdef696dda3: Waiting [2023-05-01T13:01:11.096Z] 242c74f7c9fa: Waiting [2023-05-01T13:01:11.096Z] 2ced38df9373: Waiting [2023-05-01T13:01:11.367Z] ed15518f5707: Download complete [2023-05-01T13:01:11.367Z] 242c74f7c9fa: Verifying Checksum [2023-05-01T13:01:11.367Z] 242c74f7c9fa: Download complete [2023-05-01T13:01:11.367Z] 3cdef696dda3: Verifying Checksum [2023-05-01T13:01:11.367Z] 3cdef696dda3: Download complete [2023-05-01T13:01:11.367Z] c41833b44d91: Verifying Checksum [2023-05-01T13:01:12.364Z] c41833b44d91: Pull complete [2023-05-01T13:01:12.634Z] 58f1dce35555: Verifying Checksum [2023-05-01T13:01:12.635Z] 58f1dce35555: Download complete [2023-05-01T13:01:12.909Z] ed15518f5707: Pull complete [2023-05-01T13:01:13.897Z] feae8fd75edb: Download complete [2023-05-01T13:01:13.897Z] 2ced38df9373: Download complete [2023-05-01T13:01:26.349Z] feae8fd75edb: Pull complete [2023-05-01T13:01:26.349Z] 242c74f7c9fa: Pull complete [2023-05-01T13:01:26.349Z] 3cdef696dda3: Pull complete [2023-05-01T13:01:31.714Z] 2ced38df9373: Pull complete [2023-05-01T13:01:33.662Z] 58f1dce35555: Pull complete [2023-05-01T13:01:33.662Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-01T13:01:33.662Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-01T13:01:33.662Z] ---> fadd8f120f05 [2023-05-01T13:01:33.662Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-05-01T13:01:35.614Z] ---> Running in b691fb6ac1e0 [2023-05-01T13:01:35.880Z] Removing intermediate container b691fb6ac1e0 [2023-05-01T13:01:35.880Z] ---> 0af612b44549 [2023-05-01T13:01:35.880Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-05-01T13:01:35.880Z] ---> Running in 8f3b91d10d1e [2023-05-01T13:01:36.147Z] Removing intermediate container 8f3b91d10d1e [2023-05-01T13:01:36.147Z] ---> 23f6e9f845a1 [2023-05-01T13:01:36.147Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-05-01T13:01:36.147Z] ---> Running in 39b15dd83232 [2023-05-01T13:01:36.413Z] Removing intermediate container 39b15dd83232 [2023-05-01T13:01:36.413Z] ---> 88a2ac18f47b [2023-05-01T13:01:36.413Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-01T13:01:36.682Z] ---> Running in 5a4564bfdb55 [2023-05-01T13:01:37.645Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-01T13:01:38.230Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-01T13:01:39.190Z] OK: 263 MiB in 53 packages [2023-05-01T13:01:39.774Z] Removing intermediate container 5a4564bfdb55 [2023-05-01T13:01:39.774Z] ---> e354286c4574 [2023-05-01T13:01:39.774Z] Step 7/12 : WORKDIR /app [2023-05-01T13:01:40.042Z] ---> Running in fa11221c50fa [2023-05-01T13:01:40.311Z] Removing intermediate container fa11221c50fa [2023-05-01T13:01:40.311Z] ---> 616f3b8daeb5 [2023-05-01T13:01:40.311Z] Step 8/12 : COPY go.mod vendor* ./ [2023-05-01T13:01:41.272Z] ---> 99fb6a412f27 [2023-05-01T13:01:41.272Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-01T13:01:41.272Z] ---> Running in b940d904cc05 [2023-05-01T13:02:49.151Z] Removing intermediate container b940d904cc05 [2023-05-01T13:02:49.151Z] ---> 9b64af4d8c6e [2023-05-01T13:02:49.151Z] Step 10/12 : COPY . . [2023-05-01T13:02:49.151Z] ---> 75a9b3258285 [2023-05-01T13:02:49.151Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-01T13:02:49.151Z] ---> Running in 2fe9db58bce3 [2023-05-01T13:02:49.151Z] Removing intermediate container 2fe9db58bce3 [2023-05-01T13:02:49.151Z] ---> d9f0b43d5168 [2023-05-01T13:02:49.151Z] Step 12/12 : RUN $MAKE [2023-05-01T13:02:49.151Z] ---> Running in b59a1a6fff79 [2023-05-01T13:02:49.151Z] noop [2023-05-01T13:02:49.151Z] Removing intermediate container b59a1a6fff79 [2023-05-01T13:02:49.151Z] ---> aa5f5bc3c824 [2023-05-01T13:02:49.151Z] Successfully built aa5f5bc3c824 [2023-05-01T13:02:49.151Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T13:02:49.640Z] + docker inspect -f . ci-base-image-arm64 [2023-05-01T13:02:49.640Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-01T13:02:49.919Z] prd-ubuntu20.04-docker-arm64-4c-16g-12157 does not seem to be running inside a container [2023-05-01T13:02:49.991Z] $ 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-05-01T13:02:51.171Z] $ docker top 76222d4f79b29cbba6927a5d8ece7358b81706f87fedc8a20bb260970abc9572 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-01T13:02:52.048Z] + go version [2023-05-01T13:02:52.048Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-01T13:02:52.096Z] $ docker stop --time=1 76222d4f79b29cbba6927a5d8ece7358b81706f87fedc8a20bb260970abc9572 [2023-05-01T13:02:53.735Z] $ docker rm -f --volumes 76222d4f79b29cbba6927a5d8ece7358b81706f87fedc8a20bb260970abc9572 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T13:02:54.573Z] + docker inspect -f . ci-base-image-arm64 [2023-05-01T13:02:54.573Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-01T13:02:54.808Z] prd-ubuntu20.04-docker-arm64-4c-16g-12157 does not seem to be running inside a container [2023-05-01T13:02:54.877Z] $ 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-05-01T13:02:56.027Z] $ docker top 9cbd3f7b3a4cc4de804dc4874d8e19f3baa1fb5a38cc51e6c44c1dfd76c70664 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-01T13:02:56.577Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh [2023-05-01T13:02:57.215Z] + make test [2023-05-01T13:02:57.482Z] go test -race -coverprofile=coverage.out ./... [2023-05-01T13:05:34.182Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-05-01T13:05:34.182Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-05-01T13:05:34.182Z] go vet ./... [2023-05-01T13:07:40.851Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-01T13:07:40.851Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-01T13:07:40.851Z] ./bin/test-attribution-txt.sh [2023-05-01T13:07:40.851Z] An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add [2023-05-01T13:07:40.851Z] An attribution for gopkg.in/yaml.v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-05-01T13:07:40.895Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-01T13:07:40.936Z] $ docker stop --time=1 9cbd3f7b3a4cc4de804dc4874d8e19f3baa1fb5a38cc51e6c44c1dfd76c70664 [2023-05-01T13:07:42.758Z] $ docker rm -f --volumes 9cbd3f7b3a4cc4de804dc4874d8e19f3baa1fb5a38cc51e6c44c1dfd76c70664 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-01T13:07:44.241Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-01T13:07:44.280Z] Warning: overwriting stash ‘coverage-report’ [2023-05-01T13:07:44.658Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-01T13:07:45.253Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-01T13:07:45.586Z] + ls -al . [2023-05-01T13:07:45.586Z] total 172 [2023-05-01T13:07:45.586Z] drwxrwxr-x 7 jenkins jenkins 4096 May 1 13:03 . [2023-05-01T13:07:45.586Z] drwxrwxr-x 4 jenkins jenkins 4096 May 1 13:00 .. [2023-05-01T13:07:45.586Z] -rw-rw-r-- 1 jenkins jenkins 119 May 1 13:00 .dockerignore [2023-05-01T13:07:45.586Z] drwxrwxr-x 8 jenkins jenkins 4096 May 1 13:00 .git [2023-05-01T13:07:45.586Z] drwxrwxr-x 3 jenkins jenkins 4096 May 1 13:00 .github [2023-05-01T13:07:45.586Z] -rw-rw-r-- 1 jenkins jenkins 171 May 1 13:00 .gitignore [2023-05-01T13:07:45.586Z] -rw-rw-r-- 1 jenkins jenkins 41 May 1 13:00 .golangci.yml [2023-05-01T13:07:45.586Z] -rw-rw-r-- 1 jenkins jenkins 9088 May 1 13:00 Attribution.txt [2023-05-01T13:07:45.586Z] -rw-rw-r-- 1 jenkins jenkins 29118 May 1 13:00 CHANGELOG.md [2023-05-01T13:07:45.586Z] -rw-rw-r-- 1 jenkins jenkins 1898 May 1 13:00 Dockerfile [2023-05-01T13:07:45.586Z] -rw-rw-r-- 1 jenkins jenkins 677 May 1 13:00 GOVERNANCE.md [2023-05-01T13:07:45.586Z] -rw-rw-r-- 1 jenkins jenkins 688 May 1 13:00 Jenkinsfile [2023-05-01T13:07:45.586Z] -rw-rw-r-- 1 jenkins jenkins 10174 May 1 13:00 LICENSE [2023-05-01T13:07:45.586Z] -rw-rw-r-- 1 jenkins jenkins 618 May 1 13:00 OWNERS.md [2023-05-01T13:07:45.586Z] -rw-rw-r-- 1 jenkins jenkins 4369 May 1 13:00 README.md [2023-05-01T13:07:45.586Z] -rw-rw-r-- 1 jenkins jenkins 5 May 1 12:58 VERSION [2023-05-01T13:07:45.586Z] drwxrwxr-x 2 jenkins jenkins 4096 May 1 13:00 bin [2023-05-01T13:07:45.586Z] -rw-r--r-- 1 jenkins jenkins 13 May 1 13:03 coverage.out [2023-05-01T13:07:45.586Z] -rw-rw-r-- 1 jenkins jenkins 3302 May 1 13:00 go.mod [2023-05-01T13:07:45.586Z] -rw-rw-r-- 1 jenkins jenkins 31536 May 1 13:00 go.sum [2023-05-01T13:07:45.586Z] -rw-rw-r-- 1 jenkins jenkins 1949 May 1 13:00 main.go [2023-05-01T13:07:45.586Z] -rw-rw-r-- 1 jenkins jenkins 2569 May 1 13:00 makefile [2023-05-01T13:07:45.586Z] drwxrwxr-x 9 jenkins jenkins 4096 May 1 13:00 res [2023-05-01T13:07:45.586Z] drwxrwxr-x 4 jenkins jenkins 4096 May 1 13:00 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T13:07:45.999Z] + 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=d2e932c17d24234db440ad6e14789905f9378ead --label arch=arm64 --label version=0.0.0 . [2023-05-01T13:07:45.999Z] Sending build context to Docker daemon 170kB [2023-05-01T13:07:46.266Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-05-01T13:07:46.266Z] Step 2/26 : FROM ${BASE} AS builder [2023-05-01T13:07:46.266Z] ---> aa5f5bc3c824 [2023-05-01T13:07:46.266Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-05-01T13:07:46.266Z] ---> Running in 7998a62b492e [2023-05-01T13:07:46.533Z] Removing intermediate container 7998a62b492e [2023-05-01T13:07:46.533Z] ---> c686cb9ac98d [2023-05-01T13:07:46.533Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-05-01T13:07:46.801Z] ---> Running in 43eae1109c02 [2023-05-01T13:07:47.067Z] Removing intermediate container 43eae1109c02 [2023-05-01T13:07:47.067Z] ---> cd2ca8e69ce4 [2023-05-01T13:07:47.067Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-05-01T13:07:47.067Z] ---> Running in bdc286ab4656 [2023-05-01T13:07:47.333Z] Removing intermediate container bdc286ab4656 [2023-05-01T13:07:47.333Z] ---> e2062930380f [2023-05-01T13:07:47.333Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-01T13:07:47.333Z] ---> Running in c0b546c36c09 [2023-05-01T13:07:48.291Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-01T13:07:48.876Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-01T13:07:49.845Z] OK: 263 MiB in 53 packages [2023-05-01T13:07:52.428Z] Removing intermediate container c0b546c36c09 [2023-05-01T13:07:52.428Z] ---> 0ee251344421 [2023-05-01T13:07:52.428Z] Step 7/26 : WORKDIR /app [2023-05-01T13:07:52.695Z] ---> Running in 691f7cf61689 [2023-05-01T13:07:52.963Z] Removing intermediate container 691f7cf61689 [2023-05-01T13:07:52.963Z] ---> 85ddd66b0f77 [2023-05-01T13:07:52.963Z] Step 8/26 : COPY go.mod vendor* ./ [2023-05-01T13:07:53.554Z] ---> a93ae8ea7eb5 [2023-05-01T13:07:53.554Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-01T13:07:53.554Z] ---> Running in 6c2236422052 [2023-05-01T13:07:56.135Z] Removing intermediate container 6c2236422052 [2023-05-01T13:07:56.135Z] ---> 9581646ef5ca [2023-05-01T13:07:56.135Z] Step 10/26 : COPY . . [2023-05-01T13:07:56.403Z] ---> c30bc1ade232 [2023-05-01T13:07:56.403Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-01T13:07:56.403Z] ---> Running in db2348580861 [2023-05-01T13:07:56.675Z] Removing intermediate container db2348580861 [2023-05-01T13:07:56.675Z] ---> faa8efdd24cd [2023-05-01T13:07:56.675Z] Step 12/26 : RUN $MAKE [2023-05-01T13:07:56.675Z] ---> Running in ff96d5153fa0 [2023-05-01T13:07:57.655Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.55 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable [2023-05-01T13:10:04.319Z] Removing intermediate container ff96d5153fa0 [2023-05-01T13:10:04.319Z] ---> 758c47edcc55 [2023-05-01T13:10:04.319Z] Step 13/26 : FROM alpine:3.17 [2023-05-01T13:10:04.319Z] 3.17: Pulling from library/alpine [2023-05-01T13:10:04.319Z] c41833b44d91: Already exists [2023-05-01T13:10:04.319Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-01T13:10:04.319Z] Status: Downloaded newer image for alpine:3.17 [2023-05-01T13:10:04.319Z] ---> 51e60588ff2c [2023-05-01T13:10:04.319Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-05-01T13:10:04.319Z] ---> Running in aebcac1895a9 [2023-05-01T13:10:04.319Z] Removing intermediate container aebcac1895a9 [2023-05-01T13:10:04.319Z] ---> 0e32d8ec5db7 [2023-05-01T13:10:04.319Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-05-01T13:10:04.319Z] ---> Running in 22539045cffe [2023-05-01T13:10:04.319Z] Removing intermediate container 22539045cffe [2023-05-01T13:10:04.319Z] ---> 5934b12d9615 [2023-05-01T13:10:04.319Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-05-01T13:10:04.319Z] ---> Running in 1b9f20304bf9 [2023-05-01T13:10:04.319Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-01T13:10:04.319Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-01T13:10:04.319Z] (1/2) Installing ca-certificates (20220614-r4) [2023-05-01T13:10:04.587Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-05-01T13:10:04.587Z] Executing busybox-1.35.0-r29.trigger [2023-05-01T13:10:04.587Z] Executing ca-certificates-20220614-r4.trigger [2023-05-01T13:10:04.854Z] OK: 8 MiB in 17 packages [2023-05-01T13:10:06.263Z] Removing intermediate container 1b9f20304bf9 [2023-05-01T13:10:06.263Z] ---> 6a18979a74ae [2023-05-01T13:10:06.263Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-05-01T13:10:06.531Z] ---> dc05d7ea7f49 [2023-05-01T13:10:06.531Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-05-01T13:10:07.114Z] ---> 48269081c037 [2023-05-01T13:10:07.114Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-05-01T13:10:07.702Z] ---> dcc0a5a367df [2023-05-01T13:10:07.702Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-05-01T13:10:09.116Z] ---> 1e4500e45138 [2023-05-01T13:10:09.116Z] Step 21/26 : EXPOSE 48095 [2023-05-01T13:10:09.116Z] ---> Running in 3cb3e04e233d [2023-05-01T13:10:09.116Z] Removing intermediate container 3cb3e04e233d [2023-05-01T13:10:09.116Z] ---> 90c0050aab5c [2023-05-01T13:10:09.116Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-05-01T13:10:09.383Z] ---> Running in af6119ae0c2b [2023-05-01T13:10:09.650Z] Removing intermediate container af6119ae0c2b [2023-05-01T13:10:09.650Z] ---> b62592bb0061 [2023-05-01T13:10:09.650Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-01T13:10:09.650Z] ---> Running in 4f137f1865fb [2023-05-01T13:10:09.916Z] Removing intermediate container 4f137f1865fb [2023-05-01T13:10:09.916Z] ---> fd26e4ebfa62 [2023-05-01T13:10:09.916Z] Step 24/26 : LABEL arch=arm64 [2023-05-01T13:10:09.916Z] ---> Running in a8d90ee94f4e [2023-05-01T13:10:10.192Z] Removing intermediate container a8d90ee94f4e [2023-05-01T13:10:10.192Z] ---> da26e0933800 [2023-05-01T13:10:10.192Z] Step 25/26 : LABEL git_sha=d2e932c17d24234db440ad6e14789905f9378ead [2023-05-01T13:10:10.460Z] ---> Running in b63f2a4999b8 [2023-05-01T13:10:10.728Z] Removing intermediate container b63f2a4999b8 [2023-05-01T13:10:10.728Z] ---> e2136c4b3bcd [2023-05-01T13:10:10.728Z] Step 26/26 : LABEL version=0.0.0 [2023-05-01T13:10:10.728Z] ---> Running in 2c2b162c33a2 [2023-05-01T13:10:10.995Z] Removing intermediate container 2c2b162c33a2 [2023-05-01T13:10:10.995Z] ---> e0852ac0f027 [2023-05-01T13:10:10.995Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-01T13:10:10.995Z] Successfully built e0852ac0f027 [2023-05-01T13:10:10.995Z] 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-05-01T13:10:11.813Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-01T13:10:11.814Z] [2023-05-01T13:10:11.814Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T13:10:12.217Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-01T13:10:12.217Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-01T13:10:12.217Z] 8998bd30e6a1: Pulling fs layer [2023-05-01T13:10:12.217Z] 04944245beec: Pulling fs layer [2023-05-01T13:10:12.217Z] 699f458cf7ca: Pulling fs layer [2023-05-01T13:10:12.217Z] 765212b225bb: Pulling fs layer [2023-05-01T13:10:12.217Z] f23df028b6ca: Pulling fs layer [2023-05-01T13:10:12.217Z] d65c8cfc05b1: Pulling fs layer [2023-05-01T13:10:12.217Z] 2437ff75d9bd: Pulling fs layer [2023-05-01T13:10:12.217Z] 765212b225bb: Waiting [2023-05-01T13:10:12.217Z] d65c8cfc05b1: Waiting [2023-05-01T13:10:12.217Z] f23df028b6ca: Waiting [2023-05-01T13:10:12.488Z] 04944245beec: Verifying Checksum [2023-05-01T13:10:12.488Z] 04944245beec: Download complete [2023-05-01T13:10:12.488Z] 765212b225bb: Verifying Checksum [2023-05-01T13:10:12.488Z] 765212b225bb: Download complete [2023-05-01T13:10:12.488Z] f23df028b6ca: Verifying Checksum [2023-05-01T13:10:12.488Z] f23df028b6ca: Download complete [2023-05-01T13:10:12.488Z] d65c8cfc05b1: Verifying Checksum [2023-05-01T13:10:12.488Z] d65c8cfc05b1: Download complete [2023-05-01T13:10:12.758Z] 699f458cf7ca: Verifying Checksum [2023-05-01T13:10:12.758Z] 699f458cf7ca: Download complete [2023-05-01T13:10:13.025Z] 8998bd30e6a1: Verifying Checksum [2023-05-01T13:10:13.025Z] 8998bd30e6a1: Download complete [2023-05-01T13:10:15.634Z] 2437ff75d9bd: Verifying Checksum [2023-05-01T13:10:15.634Z] 2437ff75d9bd: Download complete [2023-05-01T13:10:18.976Z] 8998bd30e6a1: Pull complete [2023-05-01T13:10:18.976Z] 04944245beec: Pull complete [2023-05-01T13:10:20.390Z] 699f458cf7ca: Pull complete [2023-05-01T13:10:20.390Z] 765212b225bb: Pull complete [2023-05-01T13:10:21.352Z] f23df028b6ca: Pull complete [2023-05-01T13:10:21.352Z] d65c8cfc05b1: Pull complete [2023-05-01T13:10:36.466Z] 2437ff75d9bd: Pull complete [2023-05-01T13:10:36.466Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-01T13:10:36.466Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-01T13:10:36.466Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-01T13:10:36.808Z] prd-ubuntu20.04-docker-arm64-4c-16g-12157 does not seem to be running inside a container [2023-05-01T13:10:36.901Z] $ 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-05-01T13:10:39.447Z] $ docker top 9583bf52403ac10845c73b21153e6fdd78ba453cdf6ad201c4881a2f13a91442 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-01T13:10:40.339Z] ---> job-cost.sh [2023-05-01T13:10:40.339Z] lf-activate-venv: SKIPPING [2023-05-01T13:10:40.339Z] INFO: No Stack... [2023-05-01T13:10:40.922Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-01T13:10:41.506Z] INFO: Archiving Costs [Pipeline] sh [2023-05-01T13:10:42.420Z] + cat /w/workspace/app-service-configurable/1/archives/cost.csv [2023-05-01T13:10:42.421Z] + cut -d, -f6 [Pipeline] lock [2023-05-01T13:10:42.508Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-553-1-stack-cost] [2023-05-01T13:10:42.512Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-553-1-stack-cost] did not exist. Created. [2023-05-01T13:10:42.512Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-553-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-01T13:10:43.233Z] /w/workspace/app-service-configurable/1@tmp/durable-b68f3c32/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-05-01T13:10:43.916Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-01T13:10:43.952Z] Warning: overwriting stash ‘stack-cost’ [2023-05-01T13:10:43.999Z] Stashed 1 file(s) [Pipeline] } [2023-05-01T13:10:44.013Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-553-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-01T13:10:44.095Z] $ docker stop --time=1 9583bf52403ac10845c73b21153e6fdd78ba453cdf6ad201c4881a2f13a91442 [2023-05-01T13:10:45.581Z] $ docker rm -f --volumes 9583bf52403ac10845c73b21153e6fdd78ba453cdf6ad201c4881a2f13a91442 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-05-01T13:10:46.519Z] provisioning config files... [2023-05-01T13:10:46.530Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-553@tmp/config10402010692481549174tmp [Pipeline] { [Pipeline] sh [2023-05-01T13:10:46.861Z] + set +x [2023-05-01T13:10:46.861Z] + curl -s https://codecov.io/bash [2023-05-01T13:10:46.861Z] + bash -s -- [2023-05-01T13:10:46.861Z] [2023-05-01T13:10:46.861Z] _____ _ [2023-05-01T13:10:46.861Z] / ____| | | [2023-05-01T13:10:46.861Z] | | ___ __| | ___ ___ _____ __ [2023-05-01T13:10:46.861Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-01T13:10:46.861Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-01T13:10:46.861Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-01T13:10:46.861Z] Bash-1.0.6 [2023-05-01T13:10:46.861Z] [2023-05-01T13:10:46.861Z] [2023-05-01T13:10:46.861Z] ==> git version 2.25.1 found [2023-05-01T13:10:46.861Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-05-01T13:10:46.861Z] Release-Date: 2020-01-08 [2023-05-01T13:10:46.861Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-05-01T13:10:46.861Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-01T13:10:46.861Z] ==> Jenkins CI detected. [2023-05-01T13:10:46.861Z] current dir:  /w/workspace/_app-service-configurable_PR-553 [2023-05-01T13:10:46.861Z] project root: . [2023-05-01T13:10:46.861Z] --> token set from env [2023-05-01T13:10:46.861Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-01T13:10:46.861Z] ==> Running gcov in . (disable via -X gcov) [2023-05-01T13:10:46.861Z] ==> Python coveragepy not found [2023-05-01T13:10:46.861Z] ==> Searching for coverage reports in: [2023-05-01T13:10:46.861Z] + . [2023-05-01T13:10:46.861Z] -> Found 1 reports [2023-05-01T13:10:46.861Z] ==> Detecting git/mercurial file structure [2023-05-01T13:10:47.126Z] ==> Reading reports [2023-05-01T13:10:47.126Z] + ./coverage.out bytes=13 [2023-05-01T13:10:47.126Z] ==> Appending adjustments [2023-05-01T13:10:47.126Z] https://docs.codecov.io/docs/fixing-reports [2023-05-01T13:10:47.126Z] + Found adjustments [2023-05-01T13:10:47.126Z] ==> Gzipping contents [2023-05-01T13:10:47.126Z] 4.0K /tmp/codecov.Hm8BVq.gz [2023-05-01T13:10:47.126Z] ==> Uploading reports [2023-05-01T13:10:47.126Z] url: https://codecov.io [2023-05-01T13:10:47.126Z] query: branch=PR-553&commit=d2e932c17d24234db440ad6e14789905f9378ead&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-553%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=553&job=&cmd_args= [2023-05-01T13:10:47.126Z] -> Pinging Codecov [2023-05-01T13:10:47.126Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-553&commit=d2e932c17d24234db440ad6e14789905f9378ead&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-553%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=553&job=&cmd_args= [2023-05-01T13:10:47.126Z] -> Uploading to [2023-05-01T13:10:47.127Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-01/A97CA9966030D2A3747ED39772930CCE/d2e932c17d24234db440ad6e14789905f9378ead/716bcaae-fcce-48e8-bd15-b979d549c93d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230501%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230501T131047Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=21980aa095abda7075a0bd6973de9a1d373256e415a6e6663cd2f9b755624eec [2023-05-01T13:10:47.127Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-01T13:10:47.127Z] Dload Upload Total Spent Left Speed [2023-05-01T13:10:47.387Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 429 0 0 100 429 0 1722 --:--:-- --:--:-- --:--:-- 1722 [2023-05-01T13:10:47.387Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/d2e932c17d24234db440ad6e14789905f9378ead [Pipeline] } [2023-05-01T13:10:47.417Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-05-01T13:10:49.169Z] + [ -d /w/workspace/_app-service-configurable_PR-553/archives ] [2023-05-01T13:10:49.169Z] + ls -al /w/workspace/_app-service-configurable_PR-553/archives [2023-05-01T13:10:49.169Z] total 16 [2023-05-01T13:10:49.169Z] drwxr-xr-x 3 root root 4096 May 1 13:01 . [2023-05-01T13:10:49.169Z] drwxrwxr-x 9 jenkins jenkins 4096 May 1 13:01 .. [2023-05-01T13:10:49.169Z] drwxr-xr-x 2 root root 4096 May 1 13:01 cost [2023-05-01T13:10:49.169Z] -rw-r--r-- 1 root root 96 May 1 13:01 cost.csv [2023-05-01T13:10:49.169Z] + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-553/archives [2023-05-01T13:10:49.169Z] + ls -al /w/workspace/_app-service-configurable_PR-553/archives [2023-05-01T13:10:49.169Z] total 16 [2023-05-01T13:10:49.169Z] drwxr-xr-x 3 jenkins jenkins 4096 May 1 13:01 . [2023-05-01T13:10:49.169Z] drwxrwxr-x 9 jenkins jenkins 4096 May 1 13:01 .. [2023-05-01T13:10:49.169Z] drwxr-xr-x 2 jenkins jenkins 4096 May 1 13:01 cost [2023-05-01T13:10:49.169Z] -rw-r--r-- 1 jenkins jenkins 96 May 1 13:01 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-05-01T13:10:49.490Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-01T13:10:50.376Z] ---> package-listing.sh [2023-05-01T13:10:50.376Z] ++ facter osfamily [2023-05-01T13:10:50.376Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-01T13:10:50.637Z] + OS_FAMILY=debian [2023-05-01T13:10:50.637Z] + workspace=/w/workspace/_app-service-configurable_PR-553 [2023-05-01T13:10:50.637Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-01T13:10:50.637Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-01T13:10:50.637Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-01T13:10:50.637Z] + PACKAGES=/tmp/packages_start.txt [2023-05-01T13:10:50.637Z] + '[' /w/workspace/_app-service-configurable_PR-553 ']' [2023-05-01T13:10:50.637Z] + PACKAGES=/tmp/packages_end.txt [2023-05-01T13:10:50.637Z] + case "${OS_FAMILY}" in [2023-05-01T13:10:50.637Z] + dpkg -l [2023-05-01T13:10:50.637Z] + grep '^ii' [2023-05-01T13:10:50.637Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-01T13:10:50.637Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-01T13:10:50.637Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-01T13:10:50.637Z] + '[' /w/workspace/_app-service-configurable_PR-553 ']' [2023-05-01T13:10:50.637Z] + mkdir -p /w/workspace/_app-service-configurable_PR-553/archives/ [2023-05-01T13:10:50.637Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-553/archives/ [Pipeline] echo [2023-05-01T13:10:50.672Z] 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-553/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-05-01T13:10:50.963Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T13:10:51.578Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-01T13:10:51.578Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-01T13:10:51.728Z] prd-ubuntu20.04-docker-8c-8g-12156 does not seem to be running inside a container [2023-05-01T13:10:51.764Z] $ 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-553/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-553 -v /w/workspace/_app-service-configurable_PR-553:/w/workspace/_app-service-configurable_PR-553:rw,z -v /w/workspace/_app-service-configurable_PR-553@tmp:/w/workspace/_app-service-configurable_PR-553@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-01T13:10:51.982Z] $ docker top cf0262ae78f663d63c71384b4ec55f67483c2fa29542078042e007255a552888 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-01T13:10:52.375Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-01T13:10:52.695Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-01T13:10:53.009Z] + ls /var/log/sa-host [2023-05-01T13:10:53.009Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-01T13:10:53.216Z] provisioning config files... [2023-05-01T13:10:53.225Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-553@tmp/config9885039006683425754tmp [Pipeline] { [Pipeline] echo [2023-05-01T13:10:53.268Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-01T13:10:53.579Z] ---> create-netrc.sh [Pipeline] } [2023-05-01T13:10:53.605Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-01T13:10:53.999Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-01T13:10:54.030Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-01T13:10:54.349Z] ---> sudo-logs.sh [2023-05-01T13:10:54.350Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-01T13:10:54.434Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-01T13:10:54.742Z] ---> job-cost.sh [2023-05-01T13:10:54.742Z] lf-activate-venv: SKIPPING [2023-05-01T13:10:54.742Z] DEBUG: total: 0.2199999988079071 [2023-05-01T13:10:54.742Z] INFO: Retrieving Stack Cost... [2023-05-01T13:10:55.310Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-01T13:10:55.569Z] INFO: Archiving Costs [Pipeline] echo [2023-05-01T13:10:55.601Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-01T13:10:55.913Z] ---> logs-deploy.sh [2023-05-01T13:10:55.913Z] lf-activate-venv: SKIPPING [2023-05-01T13:10:55.913Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-553/1 [2023-05-01T13:10:55.913Z] INFO: archiving workspace using pattern(s): [2023-05-01T13:10:56.851Z] Archives upload complete. [2023-05-01T13:10:56.851Z] INFO: archiving logs to Nexus