Pull request #494 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/app-service-configurable Obtained Jenkinsfile from 9a1344e94c0b71b78ab19b4307347d2938ad1366+4955b72e7e2333f21a3dea3e923d2a5036ff361a (679528348468365bd4a82deabfe17e42d7181aef) 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-ssh1692192717753495518.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh5056051794876515165.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-494/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-494/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1076776149462527952.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-494/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15075879481823108145.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh12631458494514881975.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-494/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-494/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh14077225405263898557.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project: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.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: 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 Running on prd-ubuntu20.04-docker-8c-8g-975 in /w/workspace/_app-service-configurable_PR-494 [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-494 # 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 Merging remotes/origin/main commit 4955b72e7e2333f21a3dea3e923d2a5036ff361a into PR head commit 9a1344e94c0b71b78ab19b4307347d2938ad1366 > 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/494/head:refs/remotes/origin/PR-494 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9a1344e94c0b71b78ab19b4307347d2938ad1366 # 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 4955b72e7e2333f21a3dea3e923d2a5036ff361a # timeout=10 Merge succeeded, producing 9a1344e94c0b71b78ab19b4307347d2938ad1366 Checking out Revision 9a1344e94c0b71b78ab19b4307347d2938ad1366 (PR-494) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9a1344e94c0b71b78ab19b4307347d2938ad1366 # timeout=10 Commit message: "build: Disable CGO for all docker builds so always work" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-03T22:31:45.827Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-03T22:31:45.999Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-03T22:31:46.094Z] ========================================================= [2023-01-03T22:31:46.094Z] EdgeX Global Pipelines Version Info [2023-01-03T22:31:46.094Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-03T22:31:46.829Z] ------------------- [2023-01-03T22:31:46.829Z] stable info: [2023-01-03T22:31:46.829Z] ------------------- [2023-01-03T22:31:46.829Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-03T22:31:46.829Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-03T22:31:46.829Z] Message: update stable to v1.0.244 [2023-01-03T22:31:47.413Z] ------------------- [2023-01-03T22:31:47.413Z] experimental info: [2023-01-03T22:31:47.413Z] ------------------- [2023-01-03T22:31:47.413Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-03T22:31:47.413Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-03T22:31:47.413Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-03T22:31:47.719Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2023-01-03T22:31:47.757Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2023-01-03T22:31:47.794Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-03T22:31:47.837Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-03T22:31:47.875Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-03T22:31:47.910Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-03T22:31:47.950Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-03T22:31:47.986Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-01-03T22:31:48.020Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-03T22:31:48.053Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-03T22:31:48.089Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-03T22:31:48.126Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2023-01-03T22:31:48.162Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-03T22:31:48.206Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-03T22:31:48.243Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-03T22:31:48.277Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-03T22:31:48.319Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-01-03T22:31:48.356Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-01-03T22:31:48.394Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-03T22:31:48.430Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-03T22:31:48.470Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-01-03T22:31:48.506Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-01-03T22:31:48.545Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-01-03T22:31:48.589Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-01-03T22:31:48.629Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-01-03T22:31:48.667Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-03T22:31:48.707Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-03T22:31:48.741Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-494 [Pipeline] echo [2023-01-03T22:31:48.779Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-494 [Pipeline] echo [2023-01-03T22:31:48.815Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-494 [Pipeline] echo [2023-01-03T22:31:48.855Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9a1344e94c0b71b78ab19b4307347d2938ad1366 [Pipeline] echo [2023-01-03T22:31:48.893Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9a1344e [Pipeline] echo [2023-01-03T22:31:48.930Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-03T22:31:49.040Z] provisioning config files... [2023-01-03T22:31:49.055Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-494@tmp/config443757489180051943tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T22:31:49.405Z] ---> docker-login.sh [2023-01-03T22:31:49.405Z] nexus3.edgexfoundry.org:10001 [2023-01-03T22:31:49.666Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T22:31:49.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T22:31:49.666Z] Configure a credential helper to remove this warning. See [2023-01-03T22:31:49.666Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T22:31:49.666Z] [2023-01-03T22:31:49.666Z] Login Succeeded [2023-01-03T22:31:49.666Z] nexus3.edgexfoundry.org:10002 [2023-01-03T22:31:49.666Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T22:31:49.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T22:31:49.666Z] Configure a credential helper to remove this warning. See [2023-01-03T22:31:49.666Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T22:31:49.666Z] [2023-01-03T22:31:49.666Z] Login Succeeded [2023-01-03T22:31:49.666Z] nexus3.edgexfoundry.org:10003 [2023-01-03T22:31:49.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T22:31:49.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T22:31:49.926Z] Configure a credential helper to remove this warning. See [2023-01-03T22:31:49.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T22:31:49.926Z] [2023-01-03T22:31:49.926Z] Login Succeeded [2023-01-03T22:31:49.926Z] nexus3.edgexfoundry.org:10004 [2023-01-03T22:31:49.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T22:31:49.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T22:31:49.926Z] Configure a credential helper to remove this warning. See [2023-01-03T22:31:49.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T22:31:49.926Z] [2023-01-03T22:31:49.926Z] Login Succeeded [2023-01-03T22:31:49.926Z] docker.io [2023-01-03T22:31:49.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T22:31:50.185Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T22:31:50.186Z] Configure a credential helper to remove this warning. See [2023-01-03T22:31:50.186Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T22:31:50.186Z] [2023-01-03T22:31:50.186Z] Login Succeeded [2023-01-03T22:31:50.186Z] ---> docker-login.sh ends [Pipeline] } [2023-01-03T22:31:50.214Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-03T22:31:50.819Z] + git rev-list -1 --merges 9a1344e94c0b71b78ab19b4307347d2938ad1366~1..9a1344e94c0b71b78ab19b4307347d2938ad1366 [Pipeline] echo [2023-01-03T22:31:50.883Z] -----------> git rev-list -1 --merges 9a1344e94c0b71b78ab19b4307347d2938ad1366~1..9a1344e94c0b71b78ab19b4307347d2938ad1366 9a1344e94c0b71b78ab19b4307347d2938ad1366 [false] [Pipeline] sh [2023-01-03T22:31:51.188Z] + git log --format=format:%s -1 9a1344e94c0b71b78ab19b4307347d2938ad1366 [Pipeline] echo [2023-01-03T22:31:51.229Z] ========================================================= [2023-01-03T22:31:51.229Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-03T22:31:51.229Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-03T22:31:51.660Z] + git log --format=format:%s -1 9a1344e94c0b71b78ab19b4307347d2938ad1366 [Pipeline] echo [2023-01-03T22:31:51.691Z] [semverPrep] GIT_COMMIT: 9a1344e94c0b71b78ab19b4307347d2938ad1366, Commit Message: build: Disable CGO for all docker builds so always work [Pipeline] echo [2023-01-03T22:31:51.719Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-01-03T22:31:52.133Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-03T22:31:52.133Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-03T22:31:52.133Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-03T22:31:52.133Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-03T22:31:52.133Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-03T22:31:52.133Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-03T22:31:52.133Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T22:31:52.556Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T22:31:52.556Z] [2023-01-03T22:31:52.556Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T22:31:52.931Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T22:31:52.931Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-03T22:31:52.931Z] b85a868b505f: Pulling fs layer [2023-01-03T22:31:52.931Z] e2be974225ed: Pulling fs layer [2023-01-03T22:31:52.931Z] 339a4e72a1f5: Pulling fs layer [2023-01-03T22:31:52.931Z] 988bab9f4d93: Pulling fs layer [2023-01-03T22:31:52.931Z] 1469e6f7b9e6: Pulling fs layer [2023-01-03T22:31:52.931Z] eaf3925da568: Pulling fs layer [2023-01-03T22:31:52.931Z] bab4dde63d76: Pulling fs layer [2023-01-03T22:31:52.931Z] 988bab9f4d93: Waiting [2023-01-03T22:31:52.931Z] bde34c3a00c8: Pulling fs layer [2023-01-03T22:31:52.931Z] 1469e6f7b9e6: Waiting [2023-01-03T22:31:52.931Z] b352a97aabf1: Pulling fs layer [2023-01-03T22:31:52.931Z] bab4dde63d76: Waiting [2023-01-03T22:31:52.931Z] bde34c3a00c8: Waiting [2023-01-03T22:31:52.931Z] b352a97aabf1: Waiting [2023-01-03T22:31:52.931Z] 4872d77fe225: Pulling fs layer [2023-01-03T22:31:52.931Z] 5851b861e8e6: Pulling fs layer [2023-01-03T22:31:52.931Z] 4872d77fe225: Waiting [2023-01-03T22:31:52.931Z] 5851b861e8e6: Waiting [2023-01-03T22:31:53.192Z] e2be974225ed: Download complete [2023-01-03T22:31:53.192Z] 988bab9f4d93: Download complete [2023-01-03T22:31:53.192Z] 1469e6f7b9e6: Download complete [2023-01-03T22:31:53.192Z] 339a4e72a1f5: Verifying Checksum [2023-01-03T22:31:53.192Z] 339a4e72a1f5: Download complete [2023-01-03T22:31:53.192Z] eaf3925da568: Verifying Checksum [2023-01-03T22:31:53.192Z] eaf3925da568: Download complete [2023-01-03T22:31:53.192Z] bde34c3a00c8: Download complete [2023-01-03T22:31:53.192Z] b352a97aabf1: Verifying Checksum [2023-01-03T22:31:53.192Z] b352a97aabf1: Download complete [2023-01-03T22:31:53.451Z] 4872d77fe225: Verifying Checksum [2023-01-03T22:31:53.451Z] 4872d77fe225: Download complete [2023-01-03T22:31:53.451Z] 5851b861e8e6: Verifying Checksum [2023-01-03T22:31:53.451Z] 5851b861e8e6: Download complete [2023-01-03T22:31:53.451Z] b85a868b505f: Verifying Checksum [2023-01-03T22:31:53.451Z] b85a868b505f: Download complete [2023-01-03T22:31:53.710Z] bab4dde63d76: Verifying Checksum [2023-01-03T22:31:53.710Z] bab4dde63d76: Download complete [2023-01-03T22:31:54.650Z] b85a868b505f: Pull complete [2023-01-03T22:31:54.908Z] e2be974225ed: Pull complete [2023-01-03T22:31:55.168Z] 339a4e72a1f5: Pull complete [2023-01-03T22:31:55.428Z] 988bab9f4d93: Pull complete [2023-01-03T22:31:55.689Z] 1469e6f7b9e6: Pull complete [2023-01-03T22:31:55.689Z] eaf3925da568: Pull complete [2023-01-03T22:31:57.593Z] bab4dde63d76: Pull complete [2023-01-03T22:31:57.593Z] bde34c3a00c8: Pull complete [2023-01-03T22:31:57.593Z] b352a97aabf1: Pull complete [2023-01-03T22:31:57.593Z] 4872d77fe225: Pull complete [2023-01-03T22:31:57.593Z] 5851b861e8e6: Pull complete [2023-01-03T22:31:57.593Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-03T22:31:57.593Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T22:31:57.593Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T22:31:57.812Z] prd-ubuntu20.04-docker-8c-8g-975 does not seem to be running inside a container [2023-01-03T22:31:57.844Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-494 -v /w/workspace/_app-service-configurable_PR-494:/w/workspace/_app-service-configurable_PR-494:rw,z -v /w/workspace/_app-service-configurable_PR-494@tmp:/w/workspace/_app-service-configurable_PR-494@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-devops/py-git-semver:0.1.4 cat [2023-01-03T22:32:01.974Z] $ docker top 71d5df4dacb74eb74e0945aaf8e159a22846a924c6212785b4eeaa2328a72c75 -eo pid,comm [2023-01-03T22:32:02.028Z] 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-01-03T22:32:02.028Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-03T22:32:02.162Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-03T22:32:02.163Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-03T22:32:02.268Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-03T22:32:02.275Z] $ docker exec 71d5df4dacb74eb74e0945aaf8e159a22846a924c6212785b4eeaa2328a72c75 ssh-agent [2023-01-03T22:32:02.389Z] SSH_AUTH_SOCK=/tmp/ssh-l2Rd1uaibV3m/agent.32 [2023-01-03T22:32:02.389Z] SSH_AGENT_PID=38 [2023-01-03T22:32:02.396Z] Running ssh-add (command line suppressed) [2023-01-03T22:32:02.490Z] Identity added: /w/workspace/_app-service-configurable_PR-494@tmp/private_key_6232444301307453528.key (/w/workspace/_app-service-configurable_PR-494@tmp/private_key_6232444301307453528.key) [2023-01-03T22:32:02.500Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-03T22:32:02.843Z] + git tag --points-at HEAD [Pipeline] } [2023-01-03T22:32:02.876Z] $ docker exec --env ******** --env ******** 71d5df4dacb74eb74e0945aaf8e159a22846a924c6212785b4eeaa2328a72c75 ssh-agent -k [2023-01-03T22:32:02.970Z] unset SSH_AUTH_SOCK; [2023-01-03T22:32:02.970Z] unset SSH_AGENT_PID; [2023-01-03T22:32:02.970Z] echo Agent pid 38 killed; [2023-01-03T22:32:02.977Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-03T22:32:03.069Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-03T22:32:03.070Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-03T22:32:03.174Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-03T22:32:03.179Z] $ docker exec 71d5df4dacb74eb74e0945aaf8e159a22846a924c6212785b4eeaa2328a72c75 ssh-agent [2023-01-03T22:32:03.289Z] SSH_AUTH_SOCK=/tmp/ssh-B1CXiBXPUP1M/agent.69 [2023-01-03T22:32:03.289Z] SSH_AGENT_PID=75 [2023-01-03T22:32:03.295Z] Running ssh-add (command line suppressed) [2023-01-03T22:32:03.404Z] Identity added: /w/workspace/_app-service-configurable_PR-494@tmp/private_key_9809510924339976199.key (/w/workspace/_app-service-configurable_PR-494@tmp/private_key_9809510924339976199.key) [2023-01-03T22:32:03.413Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-03T22:32:03.742Z] + git semver init [2023-01-03T22:32:04.003Z] 2023-01-03 22:32:03,908 [run_init] DEBUG init version:0.0.0 force:False [2023-01-03T22:32:04.003Z] 2023-01-03 22:32:03,909 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-494/.semver [2023-01-03T22:32:04.003Z] 2023-01-03 22:32:03,909 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-494/.semver [2023-01-03T22:32:04.003Z] 2023-01-03 22:32:03,909 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-494/.semver'], cwd=/w/workspace/_app-service-configurable_PR-494, universal_newlines=False, shell=None, istream=None) [2023-01-03T22:32:04.943Z] 2023-01-03 22:32:04,817 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-494/.git/info/exclude [2023-01-03T22:32:04.943Z] 2023-01-03 22:32:04,818 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-494/.semver/PR-494 with force:False [2023-01-03T22:32:04.943Z] 2023-01-03 22:32:04,818 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-494/.semver/PR-494 [2023-01-03T22:32:04.943Z] 2023-01-03 22:32:04,822 [execute] INFO git cat-file --batch-check [2023-01-03T22:32:04.943Z] 2023-01-03 22:32:04,822 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-494/.semver, universal_newlines=False, shell=None, istream=) [2023-01-03T22:32:04.943Z] 2023-01-03 22:32:04,826 [execute] INFO git cat-file --batch [2023-01-03T22:32:04.943Z] 2023-01-03 22:32:04,827 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-494/.semver, universal_newlines=False, shell=None, istream=) [2023-01-03T22:32:04.943Z] 2023-01-03 22:32:04,831 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-494/.semver/PR-494 [2023-01-03T22:32:04.943Z] 0.0.0 [Pipeline] } [2023-01-03T22:32:04.974Z] $ docker exec --env ******** --env ******** 71d5df4dacb74eb74e0945aaf8e159a22846a924c6212785b4eeaa2328a72c75 ssh-agent -k [2023-01-03T22:32:05.062Z] unset SSH_AUTH_SOCK; [2023-01-03T22:32:05.063Z] unset SSH_AGENT_PID; [2023-01-03T22:32:05.063Z] echo Agent pid 75 killed; [2023-01-03T22:32:05.069Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-03T22:32:05.494Z] + git semver [Pipeline] } [2023-01-03T22:32:05.777Z] $ docker stop --time=1 71d5df4dacb74eb74e0945aaf8e159a22846a924c6212785b4eeaa2328a72c75 [2023-01-03T22:32:07.084Z] $ docker rm -f --volumes 71d5df4dacb74eb74e0945aaf8e159a22846a924c6212785b4eeaa2328a72c75 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-03T22:32:07.473Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-03T22:32:07.733Z] Stashed 1 file(s) [Pipeline] echo [2023-01-03T22:32:07.771Z] [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-01-03T22:32:08.322Z] provisioning config files... [2023-01-03T22:32:08.332Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-494@tmp/config17460031401317629235tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T22:32:08.677Z] ---> docker-login.sh [2023-01-03T22:32:08.677Z] nexus3.edgexfoundry.org:10001 [2023-01-03T22:32:08.677Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T22:32:08.677Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T22:32:08.678Z] Configure a credential helper to remove this warning. See [2023-01-03T22:32:08.678Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T22:32:08.678Z] [2023-01-03T22:32:08.678Z] Login Succeeded [2023-01-03T22:32:08.678Z] nexus3.edgexfoundry.org:10002 [2023-01-03T22:32:08.678Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T22:32:08.678Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T22:32:08.678Z] Configure a credential helper to remove this warning. See [2023-01-03T22:32:08.678Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T22:32:08.678Z] [2023-01-03T22:32:08.678Z] Login Succeeded [2023-01-03T22:32:08.678Z] nexus3.edgexfoundry.org:10003 [2023-01-03T22:32:08.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T22:32:08.942Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T22:32:08.942Z] Configure a credential helper to remove this warning. See [2023-01-03T22:32:08.942Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T22:32:08.942Z] [2023-01-03T22:32:08.942Z] Login Succeeded [2023-01-03T22:32:08.942Z] nexus3.edgexfoundry.org:10004 [2023-01-03T22:32:08.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T22:32:08.942Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T22:32:08.942Z] Configure a credential helper to remove this warning. See [2023-01-03T22:32:08.942Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T22:32:08.942Z] [2023-01-03T22:32:08.942Z] Login Succeeded [2023-01-03T22:32:08.942Z] docker.io [2023-01-03T22:32:08.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T22:32:09.201Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T22:32:09.201Z] Configure a credential helper to remove this warning. See [2023-01-03T22:32:09.201Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T22:32:09.201Z] [2023-01-03T22:32:09.201Z] Login Succeeded [2023-01-03T22:32:09.201Z] ---> docker-login.sh ends [Pipeline] } [2023-01-03T22:32:09.229Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-03T22:32:09.429Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-03T22:32:09.471Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-03T22:32:09.504Z] ========================================================= [2023-01-03T22:32:09.504Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-03T22:32:09.504Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T22:32:09.968Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-01-03T22:32:09.968Z] Sending build context to Docker daemon 3.206MB [2023-01-03T22:32:09.968Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2023-01-03T22:32:09.968Z] Step 2/13 : FROM ${BASE} AS builder [2023-01-03T22:32:09.968Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-03T22:32:09.968Z] 213ec9aee27d: Pulling fs layer [2023-01-03T22:32:09.968Z] 4583459ba037: Pulling fs layer [2023-01-03T22:32:09.968Z] 93c1e223e6f2: Pulling fs layer [2023-01-03T22:32:09.968Z] 53926ce57604: Pulling fs layer [2023-01-03T22:32:09.968Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-03T22:32:09.968Z] 22ff95d597cd: Pulling fs layer [2023-01-03T22:32:09.968Z] 12d6caf4c0d1: Pulling fs layer [2023-01-03T22:32:09.968Z] 96b7cbca73a9: Pulling fs layer [2023-01-03T22:32:09.968Z] a7acece74701: Pulling fs layer [2023-01-03T22:32:09.968Z] 22ff95d597cd: Waiting [2023-01-03T22:32:09.968Z] 12d6caf4c0d1: Waiting [2023-01-03T22:32:09.968Z] 96b7cbca73a9: Waiting [2023-01-03T22:32:09.968Z] a7acece74701: Waiting [2023-01-03T22:32:09.968Z] 53926ce57604: Waiting [2023-01-03T22:32:09.968Z] 21b2b0c7a3f4: Waiting [2023-01-03T22:32:09.968Z] 93c1e223e6f2: Verifying Checksum [2023-01-03T22:32:09.968Z] 93c1e223e6f2: Download complete [2023-01-03T22:32:09.968Z] 4583459ba037: Download complete [2023-01-03T22:32:09.969Z] 21b2b0c7a3f4: Verifying Checksum [2023-01-03T22:32:09.969Z] 21b2b0c7a3f4: Download complete [2023-01-03T22:32:09.969Z] 22ff95d597cd: Download complete [2023-01-03T22:32:09.969Z] 213ec9aee27d: Verifying Checksum [2023-01-03T22:32:09.969Z] 213ec9aee27d: Download complete [2023-01-03T22:32:10.233Z] 12d6caf4c0d1: Download complete [2023-01-03T22:32:10.233Z] 213ec9aee27d: Pull complete [2023-01-03T22:32:10.498Z] 4583459ba037: Pull complete [2023-01-03T22:32:10.498Z] 93c1e223e6f2: Pull complete [2023-01-03T22:32:10.498Z] a7acece74701: Verifying Checksum [2023-01-03T22:32:10.498Z] a7acece74701: Download complete [2023-01-03T22:32:10.758Z] 96b7cbca73a9: Verifying Checksum [2023-01-03T22:32:10.758Z] 96b7cbca73a9: Download complete [2023-01-03T22:32:11.017Z] 53926ce57604: Verifying Checksum [2023-01-03T22:32:11.017Z] 53926ce57604: Download complete [2023-01-03T22:32:15.199Z] 53926ce57604: Pull complete [2023-01-03T22:32:15.199Z] 21b2b0c7a3f4: Pull complete [2023-01-03T22:32:15.199Z] 22ff95d597cd: Pull complete [2023-01-03T22:32:15.199Z] 12d6caf4c0d1: Pull complete [2023-01-03T22:32:17.097Z] 96b7cbca73a9: Pull complete [2023-01-03T22:32:17.663Z] a7acece74701: Pull complete [2023-01-03T22:32:17.663Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-03T22:32:17.663Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-03T22:32:17.663Z] ---> db6d94c90886 [2023-01-03T22:32:17.663Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git" [2023-01-03T22:32:21.854Z] ---> Running in c63f83ca5b2a [2023-01-03T22:32:21.854Z] Removing intermediate container c63f83ca5b2a [2023-01-03T22:32:21.854Z] ---> af964b6e97b1 [2023-01-03T22:32:21.854Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2023-01-03T22:32:21.854Z] ---> Running in 9c3b9fd844d0 [2023-01-03T22:32:21.854Z] Removing intermediate container 9c3b9fd844d0 [2023-01-03T22:32:21.854Z] ---> 302de85311ba [2023-01-03T22:32:21.854Z] Step 5/13 : ARG ADD_BUILD_TAGS="" [2023-01-03T22:32:21.854Z] ---> Running in f6990a5aa3ae [2023-01-03T22:32:21.854Z] Removing intermediate container f6990a5aa3ae [2023-01-03T22:32:21.854Z] ---> 1302fd0d7320 [2023-01-03T22:32:21.854Z] Step 6/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-03T22:32:21.854Z] ---> Running in e7d86cbd5fd5 [2023-01-03T22:32:22.113Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-03T22:32:22.371Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-03T22:32:22.629Z] OK: 211 MiB in 51 packages [2023-01-03T22:32:22.888Z] Removing intermediate container e7d86cbd5fd5 [2023-01-03T22:32:22.888Z] ---> b369ab1524f9 [2023-01-03T22:32:22.888Z] Step 7/13 : WORKDIR /app [2023-01-03T22:32:22.888Z] ---> Running in 2620fe20d9a6 [2023-01-03T22:32:22.888Z] Removing intermediate container 2620fe20d9a6 [2023-01-03T22:32:22.888Z] ---> 758cc7465168 [2023-01-03T22:32:22.888Z] Step 8/13 : COPY go.mod vendor* ./ [2023-01-03T22:32:23.146Z] ---> 635032fcffef [2023-01-03T22:32:23.146Z] Step 9/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T22:32:23.146Z] ---> Running in 9cb05dccd68a [2023-01-03T22:32:23.153Z] Still waiting to schedule task [2023-01-03T22:32:23.153Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-976’ [2023-01-03T22:32:49.695Z] Removing intermediate container 9cb05dccd68a [2023-01-03T22:32:49.695Z] ---> 262a06f688c3 [2023-01-03T22:32:49.695Z] Step 10/13 : COPY . . [2023-01-03T22:32:49.695Z] ---> 7f77c57bbb48 [2023-01-03T22:32:49.695Z] Step 11/13 : ENV CGO_ENABLED=0 [2023-01-03T22:32:49.695Z] ---> Running in 41ef07c31feb [2023-01-03T22:32:49.695Z] Removing intermediate container 41ef07c31feb [2023-01-03T22:32:49.695Z] ---> 2e6c0bda38ab [2023-01-03T22:32:49.695Z] Step 12/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-03T22:32:49.695Z] ---> Running in 4680bceb05f9 [2023-01-03T22:32:49.695Z] Removing intermediate container 4680bceb05f9 [2023-01-03T22:32:49.695Z] ---> 031664704e30 [2023-01-03T22:32:49.695Z] Step 13/13 : RUN $MAKE [2023-01-03T22:32:49.695Z] ---> Running in 687a699650fa [2023-01-03T22:32:49.695Z] noop [2023-01-03T22:32:49.695Z] Removing intermediate container 687a699650fa [2023-01-03T22:32:49.695Z] ---> cfe6f699c42f [2023-01-03T22:32:49.695Z] Successfully built cfe6f699c42f [2023-01-03T22:32:49.695Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T22:32:50.121Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-03T22:32:50.121Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T22:32:50.260Z] prd-ubuntu20.04-docker-8c-8g-975 does not seem to be running inside a container [2023-01-03T22:32:50.292Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-494 -v /w/workspace/_app-service-configurable_PR-494:/w/workspace/_app-service-configurable_PR-494:rw,z -v /w/workspace/_app-service-configurable_PR-494@tmp:/w/workspace/_app-service-configurable_PR-494@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-03T22:32:50.660Z] $ docker top 0ada4110297f7f9e083e3e1739d25e5a24fa5d932bc7433cfe55499048844ac9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-03T22:32:51.047Z] + go version [2023-01-03T22:32:51.047Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-03T22:32:51.082Z] $ docker stop --time=1 0ada4110297f7f9e083e3e1739d25e5a24fa5d932bc7433cfe55499048844ac9 [2023-01-03T22:32:52.381Z] $ docker rm -f --volumes 0ada4110297f7f9e083e3e1739d25e5a24fa5d932bc7433cfe55499048844ac9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T22:32:53.054Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-03T22:32:53.054Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T22:32:53.198Z] prd-ubuntu20.04-docker-8c-8g-975 does not seem to be running inside a container [2023-01-03T22:32:53.234Z] $ 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-494 -v /w/workspace/_app-service-configurable_PR-494:/w/workspace/_app-service-configurable_PR-494:rw,z -v /w/workspace/_app-service-configurable_PR-494@tmp:/w/workspace/_app-service-configurable_PR-494@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-03T22:32:53.782Z] $ docker top eb8fabf29237a6c9db216c02a8d5ebeab37826d7357995be88bf9a42806e3006 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-03T22:32:54.160Z] + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-494 [Pipeline] fileExists [Pipeline] sh [2023-01-03T22:32:54.516Z] + make test [2023-01-03T22:32:54.516Z] go test -coverprofile=coverage.out ./... [2023-01-03T22:33:04.483Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-01-03T22:33:04.483Z] go vet ./... [2023-01-03T22:33:07.010Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-03T22:33:07.010Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-03T22:33:07.010Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-03T22:33:07.052Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-03T22:33:07.084Z] $ docker stop --time=1 eb8fabf29237a6c9db216c02a8d5ebeab37826d7357995be88bf9a42806e3006 [2023-01-03T22:33:09.551Z] $ docker rm -f --volumes eb8fabf29237a6c9db216c02a8d5ebeab37826d7357995be88bf9a42806e3006 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-03T22:33:09.995Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-03T22:33:10.065Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-01-03T22:33:10.707Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-03T22:33:11.015Z] + ls -al . [2023-01-03T22:33:11.015Z] total 184 [2023-01-03T22:33:11.015Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 3 22:32 . [2023-01-03T22:33:11.015Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 22:31 .. [2023-01-03T22:33:11.015Z] -rw-rw-r-- 1 jenkins jenkins 119 Jan 3 22:31 .dockerignore [2023-01-03T22:33:11.015Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 3 22:32 .git [2023-01-03T22:33:11.015Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 22:31 .github [2023-01-03T22:33:11.015Z] -rw-rw-r-- 1 jenkins jenkins 171 Jan 3 22:31 .gitignore [2023-01-03T22:33:11.015Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 3 22:32 .semver [2023-01-03T22:33:11.015Z] -rw-rw-r-- 1 jenkins jenkins 9207 Jan 3 22:31 Attribution.txt [2023-01-03T22:33:11.015Z] -rw-rw-r-- 1 jenkins jenkins 29118 Jan 3 22:31 CHANGELOG.md [2023-01-03T22:33:11.015Z] -rw-rw-r-- 1 jenkins jenkins 1916 Jan 3 22:31 Dockerfile [2023-01-03T22:33:11.015Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 3 22:31 GOVERNANCE.md [2023-01-03T22:33:11.015Z] -rw-rw-r-- 1 jenkins jenkins 688 Jan 3 22:31 Jenkinsfile [2023-01-03T22:33:11.015Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jan 3 22:31 LICENSE [2023-01-03T22:33:11.015Z] -rw-rw-r-- 1 jenkins jenkins 618 Jan 3 22:31 OWNERS.md [2023-01-03T22:33:11.015Z] -rw-rw-r-- 1 jenkins jenkins 4369 Jan 3 22:31 README.md [2023-01-03T22:33:11.015Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 3 22:32 VERSION [2023-01-03T22:33:11.015Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 3 22:31 bin [2023-01-03T22:33:11.015Z] -rw-r--r-- 1 jenkins jenkins 10 Jan 3 22:32 coverage.out [2023-01-03T22:33:11.015Z] -rw-rw-r-- 1 jenkins jenkins 3396 Jan 3 22:31 go.mod [2023-01-03T22:33:11.015Z] -rw-rw-r-- 1 jenkins jenkins 44230 Jan 3 22:31 go.sum [2023-01-03T22:33:11.015Z] -rw-rw-r-- 1 jenkins jenkins 1949 Jan 3 22:31 main.go [2023-01-03T22:33:11.015Z] -rw-rw-r-- 1 jenkins jenkins 1892 Jan 3 22:31 makefile [2023-01-03T22:33:11.016Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 3 22:31 res [2023-01-03T22:33:11.016Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 22:31 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T22:33:11.409Z] + 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=9a1344e94c0b71b78ab19b4307347d2938ad1366 --label arch=amd64 --label version=0.0.0 . [2023-01-03T22:33:11.409Z] Sending build context to Docker daemon 3.207MB [2023-01-03T22:33:11.409Z] Step 1/27 : ARG BASE=golang:1.18-alpine3.16 [2023-01-03T22:33:11.409Z] Step 2/27 : FROM ${BASE} AS builder [2023-01-03T22:33:11.409Z] ---> cfe6f699c42f [2023-01-03T22:33:11.409Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git" [2023-01-03T22:33:11.669Z] ---> Running in d170176657e6 [2023-01-03T22:33:11.669Z] Removing intermediate container d170176657e6 [2023-01-03T22:33:11.669Z] ---> 9517f3f1c4a6 [2023-01-03T22:33:11.669Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2023-01-03T22:33:11.669Z] ---> Running in 860ae871f49e [2023-01-03T22:33:11.669Z] Removing intermediate container 860ae871f49e [2023-01-03T22:33:11.669Z] ---> 42ae10c6f298 [2023-01-03T22:33:11.669Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2023-01-03T22:33:11.669Z] ---> Running in 9459f82091dd [2023-01-03T22:33:11.928Z] Removing intermediate container 9459f82091dd [2023-01-03T22:33:11.928Z] ---> f9c3db455206 [2023-01-03T22:33:11.928Z] Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-03T22:33:11.928Z] ---> Running in b8d3d5f16507 [2023-01-03T22:33:12.186Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-03T22:33:12.186Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-03T22:33:12.753Z] OK: 211 MiB in 51 packages [2023-01-03T22:33:12.753Z] Removing intermediate container b8d3d5f16507 [2023-01-03T22:33:12.753Z] ---> 268d5ebeb2d9 [2023-01-03T22:33:12.753Z] Step 7/27 : WORKDIR /app [2023-01-03T22:33:13.014Z] ---> Running in 4cbe0981c5c9 [2023-01-03T22:33:13.014Z] Removing intermediate container 4cbe0981c5c9 [2023-01-03T22:33:13.014Z] ---> 0bbf9f3e8072 [2023-01-03T22:33:13.014Z] Step 8/27 : COPY go.mod vendor* ./ [2023-01-03T22:33:13.014Z] ---> 29ac1c432bd8 [2023-01-03T22:33:13.014Z] Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T22:33:13.014Z] ---> Running in e07bf5101482 [2023-01-03T22:33:13.950Z] Removing intermediate container e07bf5101482 [2023-01-03T22:33:13.950Z] ---> 295fb4907598 [2023-01-03T22:33:13.950Z] Step 10/27 : COPY . . [2023-01-03T22:33:13.950Z] ---> c99da6d6cf8c [2023-01-03T22:33:13.950Z] Step 11/27 : ENV CGO_ENABLED=0 [2023-01-03T22:33:13.950Z] ---> Running in 74df2a44fb0c [2023-01-03T22:33:14.209Z] Removing intermediate container 74df2a44fb0c [2023-01-03T22:33:14.209Z] ---> 904c5ced2827 [2023-01-03T22:33:14.209Z] Step 12/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-03T22:33:14.209Z] ---> Running in 89065c742d75 [2023-01-03T22:33:14.209Z] Removing intermediate container 89065c742d75 [2023-01-03T22:33:14.209Z] ---> 5cdef7f8f22f [2023-01-03T22:33:14.209Z] Step 13/27 : RUN $MAKE [2023-01-03T22:33:14.209Z] ---> Running in 6a72d0e58dbd [2023-01-03T22:33:14.468Z] go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.9 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable [2023-01-03T22:33:36.396Z] Removing intermediate container 6a72d0e58dbd [2023-01-03T22:33:36.396Z] ---> 8b18ec2a87cc [2023-01-03T22:33:36.396Z] Step 14/27 : FROM alpine:3.16 [2023-01-03T22:33:36.396Z] 3.16: Pulling from library/alpine [2023-01-03T22:33:36.396Z] ca7dd9ec2225: Pulling fs layer [2023-01-03T22:33:36.396Z] ca7dd9ec2225: Verifying Checksum [2023-01-03T22:33:36.396Z] ca7dd9ec2225: Download complete [2023-01-03T22:33:36.396Z] ca7dd9ec2225: Pull complete [2023-01-03T22:33:36.396Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-03T22:33:36.396Z] Status: Downloaded newer image for alpine:3.16 [2023-01-03T22:33:36.396Z] ---> bfe296a52501 [2023-01-03T22:33:36.397Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-01-03T22:33:36.397Z] ---> Running in bcd7f1352107 [2023-01-03T22:33:36.397Z] Removing intermediate container bcd7f1352107 [2023-01-03T22:33:36.397Z] ---> 4fbb7c546bc3 [2023-01-03T22:33:36.397Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2023-01-03T22:33:36.397Z] ---> Running in e26aafd4c688 [2023-01-03T22:33:36.397Z] Removing intermediate container e26aafd4c688 [2023-01-03T22:33:36.397Z] ---> e0f5ff222f94 [2023-01-03T22:33:36.397Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-03T22:33:36.397Z] ---> Running in 5fcad1a3fc81 [2023-01-03T22:33:36.397Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-03T22:33:36.397Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-03T22:33:36.397Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-03T22:33:36.397Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-03T22:33:36.397Z] Executing busybox-1.35.0-r17.trigger [2023-01-03T22:33:36.397Z] Executing ca-certificates-20220614-r0.trigger [2023-01-03T22:33:36.397Z] OK: 6 MiB in 16 packages [2023-01-03T22:33:36.397Z] Removing intermediate container 5fcad1a3fc81 [2023-01-03T22:33:36.397Z] ---> 512c68e34472 [2023-01-03T22:33:36.397Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-01-03T22:33:36.397Z] ---> ebddffa4f0f5 [2023-01-03T22:33:36.397Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2023-01-03T22:33:36.397Z] ---> b8ea37d4dcac [2023-01-03T22:33:36.397Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2023-01-03T22:33:36.671Z] ---> dc67a42cfdee [2023-01-03T22:33:36.671Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-01-03T22:33:37.607Z] ---> d432046a62c2 [2023-01-03T22:33:37.607Z] Step 22/27 : EXPOSE 48095 [2023-01-03T22:33:37.607Z] ---> Running in 042aab8967ac [2023-01-03T22:33:37.607Z] Removing intermediate container 042aab8967ac [2023-01-03T22:33:37.607Z] ---> 8af40a1e3bc4 [2023-01-03T22:33:37.607Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2023-01-03T22:33:37.607Z] ---> Running in dbdc4157b7ba [2023-01-03T22:33:37.607Z] Removing intermediate container dbdc4157b7ba [2023-01-03T22:33:37.607Z] ---> 349ab05d2f4a [2023-01-03T22:33:37.607Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-03T22:33:37.607Z] ---> Running in 5e6d83bb85ef [2023-01-03T22:33:37.607Z] Removing intermediate container 5e6d83bb85ef [2023-01-03T22:33:37.607Z] ---> 6213a331f1dc [2023-01-03T22:33:37.607Z] Step 25/27 : LABEL arch=amd64 [2023-01-03T22:33:37.607Z] ---> Running in 079f288cb477 [2023-01-03T22:33:37.607Z] Removing intermediate container 079f288cb477 [2023-01-03T22:33:37.607Z] ---> 413128837c62 [2023-01-03T22:33:37.607Z] Step 26/27 : LABEL git_sha=9a1344e94c0b71b78ab19b4307347d2938ad1366 [2023-01-03T22:33:37.868Z] ---> Running in 2aa2da2e079c [2023-01-03T22:33:37.868Z] Removing intermediate container 2aa2da2e079c [2023-01-03T22:33:37.868Z] ---> c05e896db62d [2023-01-03T22:33:37.868Z] Step 27/27 : LABEL version=0.0.0 [2023-01-03T22:33:37.868Z] ---> Running in a836767cc379 [2023-01-03T22:33:37.868Z] Removing intermediate container a836767cc379 [2023-01-03T22:33:37.868Z] ---> 151cae0dbfdc [2023-01-03T22:33:37.868Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-03T22:33:37.868Z] Successfully built 151cae0dbfdc [2023-01-03T22:33:37.868Z] 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-01-03T22:33:38.757Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-03T22:33:38.758Z] [2023-01-03T22:33:38.758Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T22:33:39.138Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-03T22:33:39.138Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-03T22:33:39.138Z] 5eb5b503b376: Pulling fs layer [2023-01-03T22:33:39.138Z] 5c69ac0246d0: Pulling fs layer [2023-01-03T22:33:39.138Z] ec43610c2a17: Pulling fs layer [2023-01-03T22:33:39.138Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-03T22:33:39.138Z] 33b1e0a273af: Pulling fs layer [2023-01-03T22:33:39.138Z] 5d3b04190fa2: Pulling fs layer [2023-01-03T22:33:39.138Z] 2f39f015ded8: Pulling fs layer [2023-01-03T22:33:39.138Z] 33b1e0a273af: Waiting [2023-01-03T22:33:39.138Z] 3a2ae6a8a46f: Waiting [2023-01-03T22:33:39.138Z] 5d3b04190fa2: Waiting [2023-01-03T22:33:39.138Z] 2f39f015ded8: Waiting [2023-01-03T22:33:39.138Z] 5c69ac0246d0: Verifying Checksum [2023-01-03T22:33:39.138Z] 5c69ac0246d0: Download complete [2023-01-03T22:33:39.138Z] 3a2ae6a8a46f: Verifying Checksum [2023-01-03T22:33:39.138Z] 3a2ae6a8a46f: Download complete [2023-01-03T22:33:39.138Z] 33b1e0a273af: Verifying Checksum [2023-01-03T22:33:39.138Z] 33b1e0a273af: Download complete [2023-01-03T22:33:39.138Z] 5d3b04190fa2: Verifying Checksum [2023-01-03T22:33:39.138Z] 5d3b04190fa2: Download complete [2023-01-03T22:33:39.399Z] ec43610c2a17: Verifying Checksum [2023-01-03T22:33:39.399Z] ec43610c2a17: Download complete [2023-01-03T22:33:39.399Z] 5eb5b503b376: Verifying Checksum [2023-01-03T22:33:39.399Z] 5eb5b503b376: Download complete [2023-01-03T22:33:39.966Z] 2f39f015ded8: Download complete [2023-01-03T22:33:40.533Z] 5eb5b503b376: Pull complete [2023-01-03T22:33:40.790Z] 5c69ac0246d0: Pull complete [2023-01-03T22:33:41.355Z] ec43610c2a17: Pull complete [2023-01-03T22:33:41.355Z] 3a2ae6a8a46f: Pull complete [2023-01-03T22:33:41.355Z] 33b1e0a273af: Pull complete [2023-01-03T22:33:41.612Z] 5d3b04190fa2: Pull complete [2023-01-03T22:33:45.795Z] 2f39f015ded8: Pull complete [2023-01-03T22:33:45.795Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-03T22:33:45.795Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-03T22:33:45.795Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T22:33:46.043Z] prd-ubuntu20.04-docker-8c-8g-975 does not seem to be running inside a container [2023-01-03T22:33:46.075Z] $ 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-494 -v /w/workspace/_app-service-configurable_PR-494:/w/workspace/_app-service-configurable_PR-494:rw,z -v /w/workspace/_app-service-configurable_PR-494@tmp:/w/workspace/_app-service-configurable_PR-494@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-03T22:33:49.746Z] $ docker top 3c6c82e2efddebea7e066d5ad6d866e73ff31331c63f5545770783c3a3d05e7a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T22:33:50.180Z] ---> job-cost.sh [2023-01-03T22:33:50.180Z] lf-activate-venv: SKIPPING [2023-01-03T22:33:50.180Z] INFO: No Stack... [2023-01-03T22:33:50.748Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-03T22:33:51.008Z] INFO: Archiving Costs [Pipeline] sh [2023-01-03T22:33:51.326Z] + cat /w/workspace/_app-service-configurable_PR-494/archives/cost.csv [2023-01-03T22:33:51.326Z] + cut -d, -f6 [Pipeline] lock [2023-01-03T22:33:51.369Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-494-1-stack-cost] [2023-01-03T22:33:51.374Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-494-1-stack-cost] did not exist. Created. [2023-01-03T22:33:51.374Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-494-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-03T22:33:51.762Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-01-03T22:33:51.809Z] Stashed 1 file(s) [Pipeline] } [2023-01-03T22:33:51.839Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-494-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-03T22:33:51.917Z] $ docker stop --time=1 3c6c82e2efddebea7e066d5ad6d866e73ff31331c63f5545770783c3a3d05e7a [2023-01-03T22:33:53.060Z] $ docker rm -f --volumes 3c6c82e2efddebea7e066d5ad6d866e73ff31331c63f5545770783c3a3d05e7a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-01-03T22:35:20.718Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-977 in /w/workspace/_app-service-configurable_PR-494 [Pipeline] { [Pipeline] ws [2023-01-03T22:35:20.772Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2023-01-03T22:35:20.845Z] Selected Git installation does not exist. Using Default [2023-01-03T22:35:20.845Z] The recommended git tool is: NONE [2023-01-03T22:35:26.014Z] using credential edgex-jenkins-ssh [2023-01-03T22:35:26.031Z] Cloning the remote Git repository [2023-01-03T22:35:26.086Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2023-01-03T22:35:26.167Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2023-01-03T22:35:26.316Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-01-03T22:35:26.317Z] > git --version # timeout=10 [2023-01-03T22:35:26.338Z] > git --version # 'git version 2.25.1' [2023-01-03T22:35:26.340Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-03T22:35:26.397Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-03T22:35:28.332Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-01-03T22:35:28.365Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-03T22:35:29.286Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-01-03T22:35:29.328Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-01-03T22:35:29.329Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-03T22:35:29.349Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/494/head:refs/remotes/origin/PR-494 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-01-03T22:35:29.907Z] Merging remotes/origin/main commit 4955b72e7e2333f21a3dea3e923d2a5036ff361a into PR head commit 9a1344e94c0b71b78ab19b4307347d2938ad1366 [2023-01-03T22:35:30.150Z] Merge succeeded, producing 9a1344e94c0b71b78ab19b4307347d2938ad1366 [2023-01-03T22:35:30.151Z] Checking out Revision 9a1344e94c0b71b78ab19b4307347d2938ad1366 (PR-494) [2023-01-03T22:35:29.929Z] > git config core.sparsecheckout # timeout=10 [2023-01-03T22:35:29.947Z] > git checkout -f 9a1344e94c0b71b78ab19b4307347d2938ad1366 # timeout=10 [2023-01-03T22:35:30.037Z] > git remote # timeout=10 [2023-01-03T22:35:30.059Z] > git config --get remote.origin.url # timeout=10 [2023-01-03T22:35:30.090Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-03T22:35:30.105Z] > git merge 4955b72e7e2333f21a3dea3e923d2a5036ff361a # timeout=10 [2023-01-03T22:35:30.133Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-01-03T22:35:30.161Z] > git config core.sparsecheckout # timeout=10 [2023-01-03T22:35:30.175Z] > git checkout -f 9a1344e94c0b71b78ab19b4307347d2938ad1366 # timeout=10 [2023-01-03T22:35:33.685Z] Commit message: "build: Disable CGO for all docker builds so always work" [2023-01-03T22:35:33.741Z] > git --version # timeout=10 [2023-01-03T22:35:33.753Z] > git --version # 'git version 2.25.1' [2023-01-03T22:35:33.765Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-03T22:35:34.918Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-03T22:35:34.918Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-03T22:35:34.918Z] Dload Upload Total Spent Left Speed [2023-01-03T22:35:34.918Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 214k 0 --:--:-- --:--:-- --:--:-- 214k [Pipeline] sh [2023-01-03T22:35:35.602Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-03T22:35:35.953Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-03T22:35:35.954Z] + sudo tee /etc/docker/daemon.new [2023-01-03T22:35:35.954Z] { [2023-01-03T22:35:35.954Z] "registry-mirrors": [ [2023-01-03T22:35:35.954Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-03T22:35:35.954Z] ], [2023-01-03T22:35:35.954Z] "bip": "10.250.0.254/24", [2023-01-03T22:35:35.954Z] "hosts": [ [2023-01-03T22:35:35.954Z] "tcp://0.0.0.0:5555", [2023-01-03T22:35:35.954Z] "unix:///var/run/docker.sock" [2023-01-03T22:35:35.954Z] ], [2023-01-03T22:35:35.954Z] "mtu": 1458, [2023-01-03T22:35:35.954Z] "selinux-enabled": true, [2023-01-03T22:35:35.954Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-03T22:35:35.954Z] } [Pipeline] sh [2023-01-03T22:35:36.299Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-03T22:35:36.651Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-03T22:35:54.993Z] provisioning config files... [2023-01-03T22:35:55.022Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config3580466025639843914tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T22:35:55.422Z] ---> docker-login.sh [2023-01-03T22:35:55.422Z] nexus3.edgexfoundry.org:10001 [2023-01-03T22:35:56.012Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T22:35:56.012Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T22:35:56.012Z] Configure a credential helper to remove this warning. See [2023-01-03T22:35:56.012Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T22:35:56.012Z] [2023-01-03T22:35:56.012Z] Login Succeeded [2023-01-03T22:35:56.013Z] nexus3.edgexfoundry.org:10002 [2023-01-03T22:35:56.283Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T22:35:56.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T22:35:56.552Z] Configure a credential helper to remove this warning. See [2023-01-03T22:35:56.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T22:35:56.552Z] [2023-01-03T22:35:56.552Z] Login Succeeded [2023-01-03T22:35:56.552Z] nexus3.edgexfoundry.org:10003 [2023-01-03T22:35:56.822Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T22:35:56.822Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T22:35:56.822Z] Configure a credential helper to remove this warning. See [2023-01-03T22:35:56.822Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T22:35:56.822Z] [2023-01-03T22:35:56.822Z] Login Succeeded [2023-01-03T22:35:56.822Z] nexus3.edgexfoundry.org:10004 [2023-01-03T22:35:57.092Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T22:35:57.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T22:35:57.361Z] Configure a credential helper to remove this warning. See [2023-01-03T22:35:57.361Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T22:35:57.361Z] [2023-01-03T22:35:57.361Z] Login Succeeded [2023-01-03T22:35:57.361Z] docker.io [2023-01-03T22:35:57.630Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T22:35:57.899Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T22:35:57.899Z] Configure a credential helper to remove this warning. See [2023-01-03T22:35:57.899Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T22:35:57.899Z] [2023-01-03T22:35:57.899Z] Login Succeeded [2023-01-03T22:35:57.899Z] ---> docker-login.sh ends [Pipeline] } [2023-01-03T22:35:57.929Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-03T22:35:58.310Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-03T22:35:58.349Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-03T22:35:58.389Z] ========================================================= [2023-01-03T22:35:58.389Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-03T22:35:58.389Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T22:35:58.881Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-01-03T22:35:58.881Z] Sending build context to Docker daemon 216.6kB [2023-01-03T22:35:59.149Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2023-01-03T22:35:59.149Z] Step 2/13 : FROM ${BASE} AS builder [2023-01-03T22:35:59.149Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-03T22:35:59.149Z] 9b18e9b68314: Pulling fs layer [2023-01-03T22:35:59.149Z] 35d82f9e3411: Pulling fs layer [2023-01-03T22:35:59.149Z] e16973657156: Pulling fs layer [2023-01-03T22:35:59.149Z] fc693d55d65f: Pulling fs layer [2023-01-03T22:35:59.149Z] 7e9fc2657dce: Pulling fs layer [2023-01-03T22:35:59.149Z] dda99020689f: Pulling fs layer [2023-01-03T22:35:59.149Z] db1c61fa0a46: Pulling fs layer [2023-01-03T22:35:59.149Z] 891c053d2c06: Pulling fs layer [2023-01-03T22:35:59.149Z] fc693d55d65f: Waiting [2023-01-03T22:35:59.149Z] 7e9fc2657dce: Waiting [2023-01-03T22:35:59.149Z] dda99020689f: Waiting [2023-01-03T22:35:59.149Z] 891c053d2c06: Waiting [2023-01-03T22:35:59.149Z] db1c61fa0a46: Waiting [2023-01-03T22:35:59.428Z] 35d82f9e3411: Verifying Checksum [2023-01-03T22:35:59.428Z] 35d82f9e3411: Download complete [2023-01-03T22:35:59.428Z] e16973657156: Verifying Checksum [2023-01-03T22:35:59.428Z] e16973657156: Download complete [2023-01-03T22:35:59.428Z] 7e9fc2657dce: Verifying Checksum [2023-01-03T22:35:59.428Z] 7e9fc2657dce: Download complete [2023-01-03T22:35:59.428Z] dda99020689f: Verifying Checksum [2023-01-03T22:35:59.428Z] dda99020689f: Download complete [2023-01-03T22:35:59.428Z] 9b18e9b68314: Verifying Checksum [2023-01-03T22:35:59.428Z] 9b18e9b68314: Download complete [2023-01-03T22:36:00.409Z] 9b18e9b68314: Pull complete [2023-01-03T22:36:00.677Z] 891c053d2c06: Verifying Checksum [2023-01-03T22:36:00.677Z] 891c053d2c06: Download complete [2023-01-03T22:36:00.949Z] 35d82f9e3411: Pull complete [2023-01-03T22:36:01.220Z] e16973657156: Pull complete [2023-01-03T22:36:01.809Z] db1c61fa0a46: Verifying Checksum [2023-01-03T22:36:01.809Z] db1c61fa0a46: Download complete [2023-01-03T22:36:02.396Z] fc693d55d65f: Verifying Checksum [2023-01-03T22:36:02.396Z] fc693d55d65f: Download complete [2023-01-03T22:36:14.732Z] fc693d55d65f: Pull complete [2023-01-03T22:36:14.732Z] 7e9fc2657dce: Pull complete [2023-01-03T22:36:14.732Z] dda99020689f: Pull complete [2023-01-03T22:36:21.401Z] db1c61fa0a46: Pull complete [2023-01-03T22:36:22.367Z] 891c053d2c06: Pull complete [2023-01-03T22:36:22.367Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-03T22:36:22.367Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-03T22:36:22.367Z] ---> f96f9c87975a [2023-01-03T22:36:22.367Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git" [2023-01-03T22:36:24.330Z] ---> Running in 905501569bf7 [2023-01-03T22:36:24.599Z] Removing intermediate container 905501569bf7 [2023-01-03T22:36:24.599Z] ---> 154cd731e157 [2023-01-03T22:36:24.599Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2023-01-03T22:36:24.867Z] ---> Running in 78dbccc363ea [2023-01-03T22:36:25.136Z] Removing intermediate container 78dbccc363ea [2023-01-03T22:36:25.136Z] ---> 4e7ba2227aa0 [2023-01-03T22:36:25.136Z] Step 5/13 : ARG ADD_BUILD_TAGS="" [2023-01-03T22:36:25.136Z] ---> Running in 8ff37e778750 [2023-01-03T22:36:25.404Z] Removing intermediate container 8ff37e778750 [2023-01-03T22:36:25.404Z] ---> 279f4c9c93d3 [2023-01-03T22:36:25.404Z] Step 6/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-03T22:36:25.672Z] ---> Running in dcf825a1f097 [2023-01-03T22:36:26.636Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-03T22:36:26.903Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-03T22:36:28.317Z] OK: 221 MiB in 51 packages [2023-01-03T22:36:30.264Z] Removing intermediate container dcf825a1f097 [2023-01-03T22:36:30.264Z] ---> 251b959ecee1 [2023-01-03T22:36:30.264Z] Step 7/13 : WORKDIR /app [2023-01-03T22:36:30.264Z] ---> Running in c6ef591bc2f0 [2023-01-03T22:36:30.533Z] Removing intermediate container c6ef591bc2f0 [2023-01-03T22:36:30.533Z] ---> 8ff5ea5878ce [2023-01-03T22:36:30.533Z] Step 8/13 : COPY go.mod vendor* ./ [2023-01-03T22:36:31.119Z] ---> 4a2886ae8b48 [2023-01-03T22:36:31.119Z] Step 9/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T22:36:31.387Z] ---> Running in 96163bd33284 [2023-01-03T22:37:27.831Z] Removing intermediate container 96163bd33284 [2023-01-03T22:37:27.831Z] ---> a0a398bc141a [2023-01-03T22:37:27.831Z] Step 10/13 : COPY . . [2023-01-03T22:37:27.831Z] ---> d8e5449bf9e0 [2023-01-03T22:37:27.831Z] Step 11/13 : ENV CGO_ENABLED=0 [2023-01-03T22:37:27.831Z] ---> Running in c7d25e77ec0a [2023-01-03T22:37:27.831Z] Removing intermediate container c7d25e77ec0a [2023-01-03T22:37:27.831Z] ---> f9c5f488c021 [2023-01-03T22:37:27.831Z] Step 12/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-03T22:37:27.831Z] ---> Running in 6a0e120303eb [2023-01-03T22:37:27.831Z] Removing intermediate container 6a0e120303eb [2023-01-03T22:37:27.831Z] ---> a93a99cb143c [2023-01-03T22:37:27.831Z] Step 13/13 : RUN $MAKE [2023-01-03T22:37:27.831Z] ---> Running in 4752cc0fe3c8 [2023-01-03T22:37:28.098Z] noop [2023-01-03T22:37:28.683Z] Removing intermediate container 4752cc0fe3c8 [2023-01-03T22:37:28.683Z] ---> 4c233f958182 [2023-01-03T22:37:28.683Z] Successfully built 4c233f958182 [2023-01-03T22:37:28.683Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T22:37:29.153Z] + docker inspect -f . ci-base-image-arm64 [2023-01-03T22:37:29.153Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T22:37:29.431Z] prd-ubuntu20.04-docker-arm64-4c-16g-977 does not seem to be running inside a container [2023-01-03T22:37:29.505Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-03T22:37:32.567Z] $ docker top c7cae732d1da8a6429ff8bf0f2d8b5f67c3d069734eb141f84bdd4d606680ca3 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-03T22:37:33.494Z] + go version [2023-01-03T22:37:33.494Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-03T22:37:33.530Z] $ docker stop --time=1 c7cae732d1da8a6429ff8bf0f2d8b5f67c3d069734eb141f84bdd4d606680ca3 [2023-01-03T22:37:35.156Z] $ docker rm -f --volumes c7cae732d1da8a6429ff8bf0f2d8b5f67c3d069734eb141f84bdd4d606680ca3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T22:37:36.009Z] + docker inspect -f . ci-base-image-arm64 [2023-01-03T22:37:36.009Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T22:37:36.274Z] prd-ubuntu20.04-docker-arm64-4c-16g-977 does not seem to be running inside a container [2023-01-03T22:37:36.343Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-03T22:37:37.518Z] $ docker top 3c158e79fe546576845f0e474dfaca55ad0bffd58798701471074c58aa6952c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-03T22:37:38.090Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh [2023-01-03T22:37:38.745Z] + make test [2023-01-03T22:37:38.745Z] go test -coverprofile=coverage.out ./... [2023-01-03T22:39:15.501Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-01-03T22:39:15.501Z] go vet ./... [2023-01-03T22:39:27.833Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-03T22:39:27.833Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-03T22:39:27.833Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-03T22:39:27.875Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-03T22:39:27.907Z] $ docker stop --time=1 3c158e79fe546576845f0e474dfaca55ad0bffd58798701471074c58aa6952c8 [2023-01-03T22:39:29.665Z] $ docker rm -f --volumes 3c158e79fe546576845f0e474dfaca55ad0bffd58798701471074c58aa6952c8 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-03T22:39:30.680Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-03T22:39:30.713Z] Warning: overwriting stash ‘coverage-report’ [2023-01-03T22:39:31.117Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-03T22:39:31.700Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-03T22:39:32.034Z] + ls -al . [2023-01-03T22:39:32.034Z] total 180 [2023-01-03T22:39:32.034Z] drwxrwxr-x 7 jenkins jenkins 4096 Jan 3 22:37 . [2023-01-03T22:39:32.034Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 22:35 .. [2023-01-03T22:39:32.034Z] -rw-rw-r-- 1 jenkins jenkins 119 Jan 3 22:35 .dockerignore [2023-01-03T22:39:32.034Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 3 22:35 .git [2023-01-03T22:39:32.034Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 22:35 .github [2023-01-03T22:39:32.034Z] -rw-rw-r-- 1 jenkins jenkins 171 Jan 3 22:35 .gitignore [2023-01-03T22:39:32.034Z] -rw-rw-r-- 1 jenkins jenkins 9207 Jan 3 22:35 Attribution.txt [2023-01-03T22:39:32.034Z] -rw-rw-r-- 1 jenkins jenkins 29118 Jan 3 22:35 CHANGELOG.md [2023-01-03T22:39:32.034Z] -rw-rw-r-- 1 jenkins jenkins 1916 Jan 3 22:35 Dockerfile [2023-01-03T22:39:32.034Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 3 22:35 GOVERNANCE.md [2023-01-03T22:39:32.034Z] -rw-rw-r-- 1 jenkins jenkins 688 Jan 3 22:35 Jenkinsfile [2023-01-03T22:39:32.034Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jan 3 22:35 LICENSE [2023-01-03T22:39:32.034Z] -rw-rw-r-- 1 jenkins jenkins 618 Jan 3 22:35 OWNERS.md [2023-01-03T22:39:32.034Z] -rw-rw-r-- 1 jenkins jenkins 4369 Jan 3 22:35 README.md [2023-01-03T22:39:32.034Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 3 22:32 VERSION [2023-01-03T22:39:32.034Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 3 22:35 bin [2023-01-03T22:39:32.034Z] -rw-r--r-- 1 jenkins jenkins 10 Jan 3 22:37 coverage.out [2023-01-03T22:39:32.034Z] -rw-rw-r-- 1 jenkins jenkins 3396 Jan 3 22:35 go.mod [2023-01-03T22:39:32.034Z] -rw-rw-r-- 1 jenkins jenkins 44230 Jan 3 22:35 go.sum [2023-01-03T22:39:32.034Z] -rw-rw-r-- 1 jenkins jenkins 1949 Jan 3 22:35 main.go [2023-01-03T22:39:32.034Z] -rw-rw-r-- 1 jenkins jenkins 1892 Jan 3 22:35 makefile [2023-01-03T22:39:32.034Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 3 22:35 res [2023-01-03T22:39:32.034Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 22:35 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T22:39:32.445Z] + 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=9a1344e94c0b71b78ab19b4307347d2938ad1366 --label arch=arm64 --label version=0.0.0 . [2023-01-03T22:39:32.445Z] Sending build context to Docker daemon 217.6kB [2023-01-03T22:39:32.709Z] Step 1/27 : ARG BASE=golang:1.18-alpine3.16 [2023-01-03T22:39:32.709Z] Step 2/27 : FROM ${BASE} AS builder [2023-01-03T22:39:32.709Z] ---> 4c233f958182 [2023-01-03T22:39:32.709Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git" [2023-01-03T22:39:32.709Z] ---> Running in 63d173f86d75 [2023-01-03T22:39:32.976Z] Removing intermediate container 63d173f86d75 [2023-01-03T22:39:32.976Z] ---> 173a7787a43c [2023-01-03T22:39:32.976Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2023-01-03T22:39:33.241Z] ---> Running in 1e58196ed1ff [2023-01-03T22:39:33.511Z] Removing intermediate container 1e58196ed1ff [2023-01-03T22:39:33.511Z] ---> a400f62f395b [2023-01-03T22:39:33.511Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2023-01-03T22:39:33.511Z] ---> Running in 3bf9ae899391 [2023-01-03T22:39:33.776Z] Removing intermediate container 3bf9ae899391 [2023-01-03T22:39:33.776Z] ---> f7ea43b61e8c [2023-01-03T22:39:33.776Z] Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-03T22:39:34.043Z] ---> Running in 00681ea66e7f [2023-01-03T22:39:35.002Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-03T22:39:35.267Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-03T22:39:36.230Z] OK: 221 MiB in 51 packages [2023-01-03T22:39:38.193Z] Removing intermediate container 00681ea66e7f [2023-01-03T22:39:38.193Z] ---> c8141baf9bba [2023-01-03T22:39:38.193Z] Step 7/27 : WORKDIR /app [2023-01-03T22:39:38.193Z] ---> Running in 41599505445b [2023-01-03T22:39:38.563Z] Removing intermediate container 41599505445b [2023-01-03T22:39:38.563Z] ---> c90b497aef41 [2023-01-03T22:39:38.563Z] Step 8/27 : COPY go.mod vendor* ./ [2023-01-03T22:39:39.150Z] ---> 0b1e3b9af774 [2023-01-03T22:39:39.150Z] Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T22:39:39.150Z] ---> Running in 2caab1ea4980 [2023-01-03T22:39:41.091Z] Removing intermediate container 2caab1ea4980 [2023-01-03T22:39:41.091Z] ---> 1857405eabbb [2023-01-03T22:39:41.091Z] Step 10/27 : COPY . . [2023-01-03T22:39:41.678Z] ---> f31a2e292a84 [2023-01-03T22:39:41.678Z] Step 11/27 : ENV CGO_ENABLED=0 [2023-01-03T22:39:41.678Z] ---> Running in b7996389c03d [2023-01-03T22:39:41.944Z] Removing intermediate container b7996389c03d [2023-01-03T22:39:41.944Z] ---> 1776d4cf36cb [2023-01-03T22:39:41.944Z] Step 12/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-03T22:39:42.210Z] ---> Running in d0e04f1f0bb2 [2023-01-03T22:39:42.475Z] Removing intermediate container d0e04f1f0bb2 [2023-01-03T22:39:42.475Z] ---> e31db2cbc0e3 [2023-01-03T22:39:42.475Z] Step 13/27 : RUN $MAKE [2023-01-03T22:39:42.475Z] ---> Running in d93e5eb04f23 [2023-01-03T22:39:43.439Z] go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.9 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable [2023-01-03T22:41:50.347Z] Removing intermediate container d93e5eb04f23 [2023-01-03T22:41:50.347Z] ---> 9aadcfbb1970 [2023-01-03T22:41:50.347Z] Step 14/27 : FROM alpine:3.16 [2023-01-03T22:41:50.614Z] 3.16: Pulling from library/alpine [2023-01-03T22:41:50.614Z] 6875df1f5354: Pulling fs layer [2023-01-03T22:41:50.881Z] 6875df1f5354: Verifying Checksum [2023-01-03T22:41:51.471Z] 6875df1f5354: Pull complete [2023-01-03T22:41:51.471Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-03T22:41:51.471Z] Status: Downloaded newer image for alpine:3.16 [2023-01-03T22:41:51.471Z] ---> 2b4661558fb8 [2023-01-03T22:41:51.471Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-01-03T22:41:51.471Z] ---> Running in 3e986123cc05 [2023-01-03T22:41:51.739Z] Removing intermediate container 3e986123cc05 [2023-01-03T22:41:51.739Z] ---> 4adf1759fc4c [2023-01-03T22:41:51.739Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2023-01-03T22:41:51.739Z] ---> Running in 1940dfdcc081 [2023-01-03T22:41:52.005Z] Removing intermediate container 1940dfdcc081 [2023-01-03T22:41:52.005Z] ---> 79f9f79feb1b [2023-01-03T22:41:52.005Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-03T22:41:52.274Z] ---> Running in 292169ab8f67 [2023-01-03T22:41:53.231Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-03T22:41:53.231Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-03T22:41:54.190Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-03T22:41:54.190Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-03T22:41:54.190Z] Executing busybox-1.35.0-r17.trigger [2023-01-03T22:41:54.190Z] Executing ca-certificates-20220614-r0.trigger [2023-01-03T22:41:54.459Z] OK: 6 MiB in 16 packages [2023-01-03T22:41:57.802Z] Removing intermediate container 292169ab8f67 [2023-01-03T22:41:57.802Z] ---> 193edeb14ab7 [2023-01-03T22:41:57.802Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-01-03T22:41:58.382Z] ---> e7f27cf6f66a [2023-01-03T22:41:58.382Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2023-01-03T22:41:58.648Z] ---> aca40685929e [2023-01-03T22:41:58.648Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2023-01-03T22:41:59.230Z] ---> 0155df764859 [2023-01-03T22:41:59.230Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-01-03T22:42:00.629Z] ---> a484cead2300 [2023-01-03T22:42:00.629Z] Step 22/27 : EXPOSE 48095 [2023-01-03T22:42:00.629Z] ---> Running in 1e46ae0b7fc6 [2023-01-03T22:42:00.629Z] Removing intermediate container 1e46ae0b7fc6 [2023-01-03T22:42:00.629Z] ---> 843bb113bccb [2023-01-03T22:42:00.629Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2023-01-03T22:42:00.899Z] ---> Running in fc1ae3582e1a [2023-01-03T22:42:01.163Z] Removing intermediate container fc1ae3582e1a [2023-01-03T22:42:01.163Z] ---> 69843901a6bd [2023-01-03T22:42:01.163Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-03T22:42:01.163Z] ---> Running in 5d3d3872398f [2023-01-03T22:42:01.431Z] Removing intermediate container 5d3d3872398f [2023-01-03T22:42:01.431Z] ---> 46490988ca9a [2023-01-03T22:42:01.431Z] Step 25/27 : LABEL arch=arm64 [2023-01-03T22:42:01.431Z] ---> Running in 2f7fcd94fe49 [2023-01-03T22:42:01.698Z] Removing intermediate container 2f7fcd94fe49 [2023-01-03T22:42:01.698Z] ---> 77cb0e1eac1d [2023-01-03T22:42:01.698Z] Step 26/27 : LABEL git_sha=9a1344e94c0b71b78ab19b4307347d2938ad1366 [2023-01-03T22:42:01.698Z] ---> Running in 8b6f009f571c [2023-01-03T22:42:01.968Z] Removing intermediate container 8b6f009f571c [2023-01-03T22:42:01.968Z] ---> 7610f2d68b0b [2023-01-03T22:42:01.968Z] Step 27/27 : LABEL version=0.0.0 [2023-01-03T22:42:01.968Z] ---> Running in ed17b4b178d5 [2023-01-03T22:42:02.233Z] Removing intermediate container ed17b4b178d5 [2023-01-03T22:42:02.233Z] ---> 4847a614cb84 [2023-01-03T22:42:02.233Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-03T22:42:02.233Z] Successfully built 4847a614cb84 [2023-01-03T22:42:02.233Z] 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-01-03T22:42:03.084Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-03T22:42:03.084Z] [2023-01-03T22:42:03.084Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T22:42:03.475Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-03T22:42:03.475Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-03T22:42:03.475Z] 8998bd30e6a1: Pulling fs layer [2023-01-03T22:42:03.475Z] 04944245beec: Pulling fs layer [2023-01-03T22:42:03.475Z] 699f458cf7ca: Pulling fs layer [2023-01-03T22:42:03.475Z] 765212b225bb: Pulling fs layer [2023-01-03T22:42:03.475Z] f23df028b6ca: Pulling fs layer [2023-01-03T22:42:03.475Z] d65c8cfc05b1: Pulling fs layer [2023-01-03T22:42:03.475Z] 2437ff75d9bd: Pulling fs layer [2023-01-03T22:42:03.475Z] f23df028b6ca: Waiting [2023-01-03T22:42:03.475Z] d65c8cfc05b1: Waiting [2023-01-03T22:42:03.475Z] 2437ff75d9bd: Waiting [2023-01-03T22:42:03.475Z] 765212b225bb: Waiting [2023-01-03T22:42:03.743Z] 04944245beec: Verifying Checksum [2023-01-03T22:42:03.743Z] 04944245beec: Download complete [2023-01-03T22:42:03.743Z] 765212b225bb: Verifying Checksum [2023-01-03T22:42:03.743Z] 765212b225bb: Download complete [2023-01-03T22:42:03.743Z] f23df028b6ca: Verifying Checksum [2023-01-03T22:42:03.743Z] f23df028b6ca: Download complete [2023-01-03T22:42:03.743Z] d65c8cfc05b1: Verifying Checksum [2023-01-03T22:42:03.743Z] d65c8cfc05b1: Download complete [2023-01-03T22:42:03.743Z] 699f458cf7ca: Verifying Checksum [2023-01-03T22:42:03.743Z] 699f458cf7ca: Download complete [2023-01-03T22:42:04.327Z] 8998bd30e6a1: Verifying Checksum [2023-01-03T22:42:04.327Z] 8998bd30e6a1: Download complete [2023-01-03T22:42:06.264Z] 2437ff75d9bd: Verifying Checksum [2023-01-03T22:42:06.264Z] 2437ff75d9bd: Download complete [2023-01-03T22:42:07.669Z] 8998bd30e6a1: Pull complete [2023-01-03T22:42:07.935Z] 04944245beec: Pull complete [2023-01-03T22:42:09.339Z] 699f458cf7ca: Pull complete [2023-01-03T22:42:09.339Z] 765212b225bb: Pull complete [2023-01-03T22:42:09.980Z] f23df028b6ca: Pull complete [2023-01-03T22:42:10.247Z] d65c8cfc05b1: Pull complete [2023-01-03T22:42:25.224Z] 2437ff75d9bd: Pull complete [2023-01-03T22:42:25.224Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-03T22:42:25.224Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-03T22:42:25.224Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T22:42:25.530Z] prd-ubuntu20.04-docker-arm64-4c-16g-977 does not seem to be running inside a container [2023-01-03T22:42:25.584Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-01-03T22:42:27.917Z] $ docker top 1d6a9b54c4a3c85e12dc5e01560ff48dddab3bfef6f90ca66366784f71712b18 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T22:42:28.483Z] ---> job-cost.sh [2023-01-03T22:42:28.748Z] lf-activate-venv: SKIPPING [2023-01-03T22:42:28.748Z] INFO: No Stack... [2023-01-03T22:42:29.014Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-03T22:42:29.966Z] INFO: Archiving Costs [Pipeline] sh [2023-01-03T22:42:30.303Z] + cat /w/workspace/app-service-configurable/1/archives/cost.csv [2023-01-03T22:42:30.303Z] + cut -d, -f6 [Pipeline] lock [2023-01-03T22:42:30.387Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-494-1-stack-cost] [2023-01-03T22:42:30.393Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-494-1-stack-cost] did not exist. Created. [2023-01-03T22:42:30.393Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-494-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-03T22:42:30.801Z] /w/workspace/app-service-configurable/1@tmp/durable-7efbf5fd/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-01-03T22:42:31.148Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-03T22:42:31.187Z] Warning: overwriting stash ‘stack-cost’ [2023-01-03T22:42:31.232Z] Stashed 1 file(s) [Pipeline] } [2023-01-03T22:42:31.248Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-494-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-03T22:42:31.321Z] $ docker stop --time=1 1d6a9b54c4a3c85e12dc5e01560ff48dddab3bfef6f90ca66366784f71712b18 [2023-01-03T22:42:32.783Z] $ docker rm -f --volumes 1d6a9b54c4a3c85e12dc5e01560ff48dddab3bfef6f90ca66366784f71712b18 [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-01-03T22:42:33.739Z] provisioning config files... [2023-01-03T22:42:33.748Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-494@tmp/config4051839836817688907tmp [Pipeline] { [Pipeline] sh [2023-01-03T22:42:34.075Z] + set +x [2023-01-03T22:42:34.075Z] + bash -s -- [2023-01-03T22:42:34.075Z] + curl -s https://codecov.io/bash [2023-01-03T22:42:34.075Z] [2023-01-03T22:42:34.075Z] _____ _ [2023-01-03T22:42:34.075Z] / ____| | | [2023-01-03T22:42:34.075Z] | | ___ __| | ___ ___ _____ __ [2023-01-03T22:42:34.075Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-03T22:42:34.075Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-03T22:42:34.075Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-03T22:42:34.075Z] Bash-1.0.6 [2023-01-03T22:42:34.075Z] [2023-01-03T22:42:34.075Z] [2023-01-03T22:42:34.075Z] ==> git version 2.25.1 found [2023-01-03T22:42:34.075Z] ==> 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-01-03T22:42:34.075Z] Release-Date: 2020-01-08 [2023-01-03T22:42:34.075Z] 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-01-03T22:42:34.075Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-03T22:42:34.075Z] ==> Jenkins CI detected. [2023-01-03T22:42:34.075Z] current dir:  /w/workspace/_app-service-configurable_PR-494 [2023-01-03T22:42:34.075Z] project root: . [2023-01-03T22:42:34.075Z] --> token set from env [2023-01-03T22:42:34.075Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-03T22:42:34.075Z] ==> Running gcov in . (disable via -X gcov) [2023-01-03T22:42:34.075Z] ==> Python coveragepy not found [2023-01-03T22:42:34.075Z] ==> Searching for coverage reports in: [2023-01-03T22:42:34.075Z] + . [2023-01-03T22:42:34.075Z] -> Found 1 reports [2023-01-03T22:42:34.075Z] ==> Detecting git/mercurial file structure [2023-01-03T22:42:34.075Z] ==> Reading reports [2023-01-03T22:42:34.075Z] + ./coverage.out bytes=10 [2023-01-03T22:42:34.075Z] ==> Appending adjustments [2023-01-03T22:42:34.075Z] https://docs.codecov.io/docs/fixing-reports [2023-01-03T22:42:34.075Z] + Found adjustments [2023-01-03T22:42:34.334Z] ==> Gzipping contents [2023-01-03T22:42:34.334Z] 4.0K /tmp/codecov.QhvYOO.gz [2023-01-03T22:42:34.334Z] ==> Uploading reports [2023-01-03T22:42:34.334Z] url: https://codecov.io [2023-01-03T22:42:34.334Z] query: branch=PR-494&commit=9a1344e94c0b71b78ab19b4307347d2938ad1366&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-494%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=494&job=&cmd_args= [2023-01-03T22:42:34.334Z] -> Pinging Codecov [2023-01-03T22:42:34.335Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-494&commit=9a1344e94c0b71b78ab19b4307347d2938ad1366&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-494%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=494&job=&cmd_args= [2023-01-03T22:42:34.594Z] -> Uploading to [2023-01-03T22:42:34.595Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-03/A97CA9966030D2A3747ED39772930CCE/9a1344e94c0b71b78ab19b4307347d2938ad1366/634f94ee-1e63-4cd8-a86d-f4a4a971ced0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230103%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230103T224234Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7b325582b3c73662256d17599d299205a9ed4b1c1388d29bbe8d96be6150f066 [2023-01-03T22:42:34.595Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-03T22:42:34.595Z] Dload Upload Total Spent Left Speed [2023-01-03T22:42:34.854Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 527 0 0 100 527 0 2242 --:--:-- --:--:-- --:--:-- 2242 [2023-01-03T22:42:34.854Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/9a1344e94c0b71b78ab19b4307347d2938ad1366 [Pipeline] } [2023-01-03T22:42:34.881Z] 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-01-03T22:42:36.577Z] + [ -d /w/workspace/_app-service-configurable_PR-494/archives ] [2023-01-03T22:42:36.577Z] + ls -al /w/workspace/_app-service-configurable_PR-494/archives [2023-01-03T22:42:36.577Z] total 16 [2023-01-03T22:42:36.577Z] drwxr-xr-x 3 root root 4096 Jan 3 22:33 . [2023-01-03T22:42:36.577Z] drwxrwxr-x 9 jenkins jenkins 4096 Jan 3 22:33 .. [2023-01-03T22:42:36.577Z] drwxr-xr-x 2 root root 4096 Jan 3 22:33 cost [2023-01-03T22:42:36.577Z] -rw-r--r-- 1 root root 96 Jan 3 22:33 cost.csv [2023-01-03T22:42:36.577Z] + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-494/archives [2023-01-03T22:42:36.577Z] + ls -al /w/workspace/_app-service-configurable_PR-494/archives [2023-01-03T22:42:36.577Z] total 16 [2023-01-03T22:42:36.577Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 3 22:33 . [2023-01-03T22:42:36.577Z] drwxrwxr-x 9 jenkins jenkins 4096 Jan 3 22:33 .. [2023-01-03T22:42:36.577Z] drwxr-xr-x 2 jenkins jenkins 4096 Jan 3 22:33 cost [2023-01-03T22:42:36.577Z] -rw-r--r-- 1 jenkins jenkins 96 Jan 3 22:33 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-01-03T22:42:36.897Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T22:42:37.777Z] ---> package-listing.sh [2023-01-03T22:42:37.777Z] ++ facter osfamily [2023-01-03T22:42:37.777Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-03T22:42:38.036Z] + OS_FAMILY=debian [2023-01-03T22:42:38.036Z] + workspace=/w/workspace/_app-service-configurable_PR-494 [2023-01-03T22:42:38.036Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-03T22:42:38.036Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-03T22:42:38.036Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-03T22:42:38.036Z] + PACKAGES=/tmp/packages_start.txt [2023-01-03T22:42:38.036Z] + '[' /w/workspace/_app-service-configurable_PR-494 ']' [2023-01-03T22:42:38.036Z] + PACKAGES=/tmp/packages_end.txt [2023-01-03T22:42:38.036Z] + case "${OS_FAMILY}" in [2023-01-03T22:42:38.036Z] + dpkg -l [2023-01-03T22:42:38.036Z] + grep '^ii' [2023-01-03T22:42:38.036Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-03T22:42:38.036Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-03T22:42:38.036Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-03T22:42:38.036Z] + '[' /w/workspace/_app-service-configurable_PR-494 ']' [2023-01-03T22:42:38.036Z] + mkdir -p /w/workspace/_app-service-configurable_PR-494/archives/ [2023-01-03T22:42:38.036Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-494/archives/ [Pipeline] echo [2023-01-03T22:42:38.067Z] 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-494/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-01-03T22:42:38.353Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T22:42:39.000Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-03T22:42:39.000Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T22:42:39.128Z] prd-ubuntu20.04-docker-8c-8g-975 does not seem to be running inside a container [2023-01-03T22:42:39.154Z] $ 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-494/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-494 -v /w/workspace/_app-service-configurable_PR-494:/w/workspace/_app-service-configurable_PR-494:rw,z -v /w/workspace/_app-service-configurable_PR-494@tmp:/w/workspace/_app-service-configurable_PR-494@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-03T22:42:39.378Z] $ docker top 8d09c126700d450465ce72b06b9442be1d349c7a76141aa8e72c188a0bc2dfb1 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-03T22:42:39.760Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-03T22:42:40.063Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-03T22:42:40.371Z] + ls /var/log/sa-host [2023-01-03T22:42:40.371Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-03T22:42:40.511Z] provisioning config files... [2023-01-03T22:42:40.519Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-494@tmp/config12037605557843871484tmp [Pipeline] { [Pipeline] echo [2023-01-03T22:42:40.572Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T22:42:41.119Z] ---> create-netrc.sh [Pipeline] } [2023-01-03T22:42:41.182Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-03T22:42:41.569Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-03T22:42:41.600Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T22:42:41.907Z] ---> sudo-logs.sh [2023-01-03T22:42:41.908Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-03T22:42:41.986Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T22:42:42.292Z] ---> job-cost.sh [2023-01-03T22:42:42.292Z] lf-activate-venv: SKIPPING [2023-01-03T22:42:42.292Z] DEBUG: total: 0.2199999988079071 [2023-01-03T22:42:42.292Z] INFO: Retrieving Stack Cost... [2023-01-03T22:42:42.860Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-03T22:42:43.120Z] INFO: Archiving Costs [Pipeline] echo [2023-01-03T22:42:43.155Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T22:42:43.463Z] ---> logs-deploy.sh [2023-01-03T22:42:43.464Z] lf-activate-venv: SKIPPING [2023-01-03T22:42:43.464Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-494/1 [2023-01-03T22:42:43.464Z] INFO: archiving workspace using pattern(s): [2023-01-03T22:42:44.402Z] Archives upload complete. [2023-01-03T22:42:44.402Z] INFO: archiving logs to Nexus