Pull request #480 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 039cb83e8e07daf76122e2716a309c1f53258016+ca8db051e8ce2d5f3f176f01313854c190459811 (4029dd5119e537fd9941730605d8b765454d1b54) 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-ssh16128855505904883810.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 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-ssh11649914284344489654.key Verifying host key using known hosts file > 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 6c1167a966ce7273a24629bf6583a1975ad218c3 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-480/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-480/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12747312650836327235.key Verifying host key using known hosts file > 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-480/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17625373187992839929.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c1167a966ce7273a24629bf6583a1975ad218c3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1167a966ce7273a24629bf6583a1975ad218c3 # timeout=10 Commit message: "Merge pull request #418 from cjoyv/upgrade-gradle" > 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-ssh16902313274073861188.key Verifying host key using known hosts file > 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-480/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-480/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh14142804422536409145.key Verifying host key using known hosts file > 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 6c1167a966ce7273a24629bf6583a1975ad218c3 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 Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-117119 in /w/workspace/_app-service-configurable_PR-480 [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-480 # 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/480/head:refs/remotes/origin/PR-480 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit ca8db051e8ce2d5f3f176f01313854c190459811 into PR head commit 039cb83e8e07daf76122e2716a309c1f53258016 Merge succeeded, producing 039cb83e8e07daf76122e2716a309c1f53258016 Checking out Revision 039cb83e8e07daf76122e2716a309c1f53258016 (PR-480) Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-10-26T12:04:13.797Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-10-26T12:04:13.970Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-10-26T12:04:14.063Z] ========================================================= [2022-10-26T12:04:14.063Z] EdgeX Global Pipelines Version Info [2022-10-26T12:04:14.063Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f 039cb83e8e07daf76122e2716a309c1f53258016 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge ca8db051e8ce2d5f3f176f01313854c190459811 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 039cb83e8e07daf76122e2716a309c1f53258016 # timeout=10 [2022-10-26T12:04:14.797Z] ------------------- [2022-10-26T12:04:14.797Z] stable info: [2022-10-26T12:04:14.797Z] ------------------- [2022-10-26T12:04:14.797Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-10-26T12:04:14.797Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-26T12:04:14.797Z] Message: update stable to v1.0.243 [2022-10-26T12:04:15.369Z] ------------------- [2022-10-26T12:04:15.369Z] experimental info: [2022-10-26T12:04:15.369Z] ------------------- [2022-10-26T12:04:15.369Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-10-26T12:04:15.369Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-26T12:04:15.369Z] Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-10-26T12:04:15.653Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2022-10-26T12:04:15.695Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2022-10-26T12:04:15.741Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-10-26T12:04:15.782Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-10-26T12:04:15.822Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-10-26T12:04:15.859Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-10-26T12:04:15.895Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-10-26T12:04:15.930Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-10-26T12:04:15.967Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-10-26T12:04:16.003Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-10-26T12:04:16.039Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-10-26T12:04:16.075Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2022-10-26T12:04:16.111Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-10-26T12:04:16.146Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-10-26T12:04:16.186Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-10-26T12:04:16.225Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-10-26T12:04:16.265Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-10-26T12:04:16.305Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-10-26T12:04:16.338Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-10-26T12:04:16.377Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-10-26T12:04:16.415Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-10-26T12:04:16.453Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-10-26T12:04:16.488Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-10-26T12:04:16.525Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-10-26T12:04:16.559Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-10-26T12:04:16.592Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-10-26T12:04:16.633Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-10-26T12:04:16.668Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-480 [Pipeline] echo [2022-10-26T12:04:16.703Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-480 [Pipeline] echo [2022-10-26T12:04:16.737Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-480 [Pipeline] echo [2022-10-26T12:04:16.770Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 039cb83e8e07daf76122e2716a309c1f53258016 [Pipeline] echo [2022-10-26T12:04:16.804Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 039cb83 [Pipeline] echo [2022-10-26T12:04:16.850Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-26T12:04:16.952Z] provisioning config files... [2022-10-26T12:04:16.966Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-480@tmp/config1357500931069403123tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-26T12:04:17.305Z] ---> docker-login.sh [2022-10-26T12:04:17.305Z] nexus3.edgexfoundry.org:10001 [2022-10-26T12:04:17.567Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T12:04:17.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T12:04:17.826Z] Configure a credential helper to remove this warning. See [2022-10-26T12:04:17.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T12:04:17.826Z] [2022-10-26T12:04:17.826Z] Login Succeeded [2022-10-26T12:04:17.826Z] nexus3.edgexfoundry.org:10002 [2022-10-26T12:04:17.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T12:04:18.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T12:04:18.087Z] Configure a credential helper to remove this warning. See [2022-10-26T12:04:18.087Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T12:04:18.087Z] [2022-10-26T12:04:18.087Z] Login Succeeded [2022-10-26T12:04:18.087Z] nexus3.edgexfoundry.org:10003 [2022-10-26T12:04:18.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T12:04:18.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T12:04:18.087Z] Configure a credential helper to remove this warning. See [2022-10-26T12:04:18.087Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T12:04:18.087Z] [2022-10-26T12:04:18.087Z] Login Succeeded [2022-10-26T12:04:18.087Z] nexus3.edgexfoundry.org:10004 [2022-10-26T12:04:18.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T12:04:18.348Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T12:04:18.348Z] Configure a credential helper to remove this warning. See [2022-10-26T12:04:18.348Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T12:04:18.348Z] [2022-10-26T12:04:18.348Z] Login Succeeded [2022-10-26T12:04:18.348Z] docker.io [2022-10-26T12:04:18.348Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T12:04:18.609Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T12:04:18.609Z] Configure a credential helper to remove this warning. See [2022-10-26T12:04:18.609Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T12:04:18.609Z] [2022-10-26T12:04:18.609Z] Login Succeeded [2022-10-26T12:04:18.609Z] ---> docker-login.sh ends [Pipeline] } [2022-10-26T12:04:18.635Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-10-26T12:04:19.233Z] + git rev-list -1 --merges 039cb83e8e07daf76122e2716a309c1f53258016~1..039cb83e8e07daf76122e2716a309c1f53258016 [Pipeline] echo [2022-10-26T12:04:19.280Z] -----------> git rev-list -1 --merges 039cb83e8e07daf76122e2716a309c1f53258016~1..039cb83e8e07daf76122e2716a309c1f53258016 039cb83e8e07daf76122e2716a309c1f53258016 [false] [Pipeline] sh [2022-10-26T12:04:19.589Z] + git log --format=format:%s -1 039cb83e8e07daf76122e2716a309c1f53258016 [Pipeline] echo [2022-10-26T12:04:19.639Z] ========================================================= [2022-10-26T12:04:19.639Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-10-26T12:04:19.639Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-26T12:04:20.063Z] + git log --format=format:%s -1 039cb83e8e07daf76122e2716a309c1f53258016 [Pipeline] echo [2022-10-26T12:04:20.097Z] [semverPrep] GIT_COMMIT: 039cb83e8e07daf76122e2716a309c1f53258016, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 [Pipeline] echo [2022-10-26T12:04:20.126Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-10-26T12:04:20.516Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-26T12:04:20.516Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-10-26T12:04:20.516Z] + [ -e /tmp/ssh_known_hosts ] [2022-10-26T12:04:20.516Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-10-26T12:04:20.516Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-10-26T12:04:20.516Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-10-26T12:04:20.516Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T12:04:20.994Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-26T12:04:20.994Z] [2022-10-26T12:04:20.994Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T12:04:21.366Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-26T12:04:21.366Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-10-26T12:04:21.366Z] b85a868b505f: Pulling fs layer [2022-10-26T12:04:21.366Z] e2be974225ed: Pulling fs layer [2022-10-26T12:04:21.366Z] 339a4e72a1f5: Pulling fs layer [2022-10-26T12:04:21.366Z] 988bab9f4d93: Pulling fs layer [2022-10-26T12:04:21.366Z] 1469e6f7b9e6: Pulling fs layer [2022-10-26T12:04:21.366Z] eaf3925da568: Pulling fs layer [2022-10-26T12:04:21.366Z] 1469e6f7b9e6: Waiting [2022-10-26T12:04:21.366Z] 988bab9f4d93: Waiting [2022-10-26T12:04:21.366Z] bab4dde63d76: Pulling fs layer [2022-10-26T12:04:21.366Z] bde34c3a00c8: Pulling fs layer [2022-10-26T12:04:21.366Z] eaf3925da568: Waiting [2022-10-26T12:04:21.366Z] b352a97aabf1: Pulling fs layer [2022-10-26T12:04:21.366Z] 4872d77fe225: Pulling fs layer [2022-10-26T12:04:21.366Z] 5851b861e8e6: Pulling fs layer [2022-10-26T12:04:21.366Z] 5851b861e8e6: Waiting [2022-10-26T12:04:21.366Z] b352a97aabf1: Waiting [2022-10-26T12:04:21.366Z] e2be974225ed: Verifying Checksum [2022-10-26T12:04:21.366Z] 988bab9f4d93: Verifying Checksum [2022-10-26T12:04:21.366Z] 988bab9f4d93: Download complete [2022-10-26T12:04:21.628Z] 1469e6f7b9e6: Verifying Checksum [2022-10-26T12:04:21.628Z] 1469e6f7b9e6: Download complete [2022-10-26T12:04:21.628Z] 339a4e72a1f5: Verifying Checksum [2022-10-26T12:04:21.628Z] 339a4e72a1f5: Download complete [2022-10-26T12:04:21.628Z] eaf3925da568: Verifying Checksum [2022-10-26T12:04:21.628Z] eaf3925da568: Download complete [2022-10-26T12:04:21.628Z] bde34c3a00c8: Verifying Checksum [2022-10-26T12:04:21.628Z] bde34c3a00c8: Download complete [2022-10-26T12:04:21.628Z] b352a97aabf1: Verifying Checksum [2022-10-26T12:04:21.628Z] b352a97aabf1: Download complete [2022-10-26T12:04:21.628Z] 4872d77fe225: Download complete [2022-10-26T12:04:21.628Z] 5851b861e8e6: Download complete [2022-10-26T12:04:21.628Z] b85a868b505f: Download complete [2022-10-26T12:04:21.887Z] bab4dde63d76: Verifying Checksum [2022-10-26T12:04:21.887Z] bab4dde63d76: Download complete [2022-10-26T12:04:22.828Z] b85a868b505f: Pull complete [2022-10-26T12:04:23.086Z] e2be974225ed: Pull complete [2022-10-26T12:04:23.347Z] 339a4e72a1f5: Pull complete [2022-10-26T12:04:23.606Z] 988bab9f4d93: Pull complete [2022-10-26T12:04:23.864Z] 1469e6f7b9e6: Pull complete [2022-10-26T12:04:23.864Z] eaf3925da568: Pull complete [2022-10-26T12:04:25.779Z] bab4dde63d76: Pull complete [2022-10-26T12:04:25.779Z] bde34c3a00c8: Pull complete [2022-10-26T12:04:26.044Z] b352a97aabf1: Pull complete [2022-10-26T12:04:26.044Z] 4872d77fe225: Pull complete [2022-10-26T12:04:26.044Z] 5851b861e8e6: Pull complete [2022-10-26T12:04:26.044Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-10-26T12:04:26.044Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-26T12:04:26.044Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-26T12:04:26.242Z] prd-ubuntu20.04-docker-8c-8g-117119 does not seem to be running inside a container [2022-10-26T12:04:26.277Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-480 -v /w/workspace/_app-service-configurable_PR-480:/w/workspace/_app-service-configurable_PR-480:rw,z -v /w/workspace/_app-service-configurable_PR-480@tmp:/w/workspace/_app-service-configurable_PR-480@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-10-26T12:04:27.555Z] $ docker top 7abd1be62de938c9fb9f7f2d2289639ff77bcc1eee30b44e4ef98091a9fb240e -eo pid,comm [2022-10-26T12:04:27.613Z] 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). [2022-10-26T12:04:27.613Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-26T12:04:27.741Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-26T12:04:27.742Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-26T12:04:27.862Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-26T12:04:27.864Z] $ docker exec 7abd1be62de938c9fb9f7f2d2289639ff77bcc1eee30b44e4ef98091a9fb240e ssh-agent [2022-10-26T12:04:27.995Z] SSH_AUTH_SOCK=/tmp/ssh-YhqjVbT8WyWY/agent.33 [2022-10-26T12:04:27.995Z] SSH_AGENT_PID=39 [2022-10-26T12:04:28.003Z] Running ssh-add (command line suppressed) [2022-10-26T12:04:28.129Z] Identity added: /w/workspace/_app-service-configurable_PR-480@tmp/private_key_10360376490176216783.key (/w/workspace/_app-service-configurable_PR-480@tmp/private_key_10360376490176216783.key) [2022-10-26T12:04:28.145Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-26T12:04:28.476Z] + git tag --points-at HEAD [Pipeline] } [2022-10-26T12:04:28.502Z] $ docker exec --env ******** --env ******** 7abd1be62de938c9fb9f7f2d2289639ff77bcc1eee30b44e4ef98091a9fb240e ssh-agent -k [2022-10-26T12:04:28.607Z] unset SSH_AUTH_SOCK; [2022-10-26T12:04:28.608Z] unset SSH_AGENT_PID; [2022-10-26T12:04:28.609Z] echo Agent pid 39 killed; [2022-10-26T12:04:28.620Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-10-26T12:04:28.707Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-26T12:04:28.707Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-26T12:04:28.835Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-26T12:04:28.837Z] $ docker exec 7abd1be62de938c9fb9f7f2d2289639ff77bcc1eee30b44e4ef98091a9fb240e ssh-agent [2022-10-26T12:04:28.946Z] SSH_AUTH_SOCK=/tmp/ssh-8I0KJNEuwXkL/agent.70 [2022-10-26T12:04:28.946Z] SSH_AGENT_PID=76 [2022-10-26T12:04:28.951Z] Running ssh-add (command line suppressed) [2022-10-26T12:04:29.061Z] Identity added: /w/workspace/_app-service-configurable_PR-480@tmp/private_key_14167469441670070652.key (/w/workspace/_app-service-configurable_PR-480@tmp/private_key_14167469441670070652.key) [2022-10-26T12:04:29.077Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-26T12:04:29.401Z] + git semver init [2022-10-26T12:04:29.660Z] 2022-10-26 12:04:29,577 [run_init] DEBUG init version:0.0.0 force:False [2022-10-26T12:04:29.660Z] 2022-10-26 12:04:29,578 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-480/.semver [2022-10-26T12:04:29.660Z] 2022-10-26 12:04:29,578 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-480/.semver [2022-10-26T12:04:29.660Z] 2022-10-26 12:04:29,579 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-480/.semver'], cwd=/w/workspace/_app-service-configurable_PR-480, universal_newlines=False, shell=None, istream=None) [2022-10-26T12:04:30.597Z] 2022-10-26 12:04:30,475 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-480/.git/info/exclude [2022-10-26T12:04:30.597Z] 2022-10-26 12:04:30,475 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-480/.semver/PR-480 with force:False [2022-10-26T12:04:30.597Z] 2022-10-26 12:04:30,476 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-480/.semver/PR-480 [2022-10-26T12:04:30.597Z] 2022-10-26 12:04:30,480 [execute] INFO git cat-file --batch-check [2022-10-26T12:04:30.597Z] 2022-10-26 12:04:30,481 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-480/.semver, universal_newlines=False, shell=None, istream=) [2022-10-26T12:04:30.597Z] 2022-10-26 12:04:30,489 [execute] INFO git cat-file --batch [2022-10-26T12:04:30.597Z] 2022-10-26 12:04:30,490 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-480/.semver, universal_newlines=False, shell=None, istream=) [2022-10-26T12:04:30.597Z] 2022-10-26 12:04:30,497 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-480/.semver/PR-480 [2022-10-26T12:04:30.597Z] 0.0.0 [Pipeline] } [2022-10-26T12:04:30.622Z] $ docker exec --env ******** --env ******** 7abd1be62de938c9fb9f7f2d2289639ff77bcc1eee30b44e4ef98091a9fb240e ssh-agent -k [2022-10-26T12:04:30.729Z] unset SSH_AUTH_SOCK; [2022-10-26T12:04:30.730Z] unset SSH_AGENT_PID; [2022-10-26T12:04:30.730Z] echo Agent pid 76 killed; [2022-10-26T12:04:30.740Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-26T12:04:31.204Z] + git semver [Pipeline] } [2022-10-26T12:04:31.485Z] $ docker stop --time=1 7abd1be62de938c9fb9f7f2d2289639ff77bcc1eee30b44e4ef98091a9fb240e [2022-10-26T12:04:32.813Z] $ docker rm -f 7abd1be62de938c9fb9f7f2d2289639ff77bcc1eee30b44e4ef98091a9fb240e [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-26T12:04:33.216Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-10-26T12:04:33.449Z] Stashed 1 file(s) [Pipeline] echo [2022-10-26T12:04:33.465Z] [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 [2022-10-26T12:04:34.019Z] provisioning config files... [2022-10-26T12:04:34.029Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-480@tmp/config12196873204401488431tmp [2022-10-26T12:04:34.167Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-117117 in /w/workspace/_app-service-configurable_PR-480 [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] ws [2022-10-26T12:04:34.286Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2022-10-26T12:04:34.359Z] Selected Git installation does not exist. Using Default [2022-10-26T12:04:34.359Z] The recommended git tool is: NONE [2022-10-26T12:04:34.514Z] ---> docker-login.sh [2022-10-26T12:04:34.514Z] nexus3.edgexfoundry.org:10001 [2022-10-26T12:04:34.514Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T12:04:34.514Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T12:04:34.514Z] Configure a credential helper to remove this warning. See [2022-10-26T12:04:34.514Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T12:04:34.514Z] [2022-10-26T12:04:34.514Z] Login Succeeded [2022-10-26T12:04:34.514Z] nexus3.edgexfoundry.org:10002 [2022-10-26T12:04:34.514Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T12:04:34.778Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T12:04:34.778Z] Configure a credential helper to remove this warning. See [2022-10-26T12:04:34.778Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T12:04:34.778Z] [2022-10-26T12:04:34.778Z] Login Succeeded [2022-10-26T12:04:34.778Z] nexus3.edgexfoundry.org:10003 [2022-10-26T12:04:34.778Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T12:04:34.778Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T12:04:34.778Z] Configure a credential helper to remove this warning. See [2022-10-26T12:04:34.778Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T12:04:34.778Z] [2022-10-26T12:04:34.778Z] Login Succeeded [2022-10-26T12:04:34.778Z] nexus3.edgexfoundry.org:10004 [2022-10-26T12:04:34.778Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T12:04:34.778Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T12:04:34.778Z] Configure a credential helper to remove this warning. See [2022-10-26T12:04:34.778Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T12:04:34.778Z] [2022-10-26T12:04:34.778Z] Login Succeeded [2022-10-26T12:04:34.778Z] docker.io [2022-10-26T12:04:35.038Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T12:04:35.296Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T12:04:35.296Z] Configure a credential helper to remove this warning. See [2022-10-26T12:04:35.296Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T12:04:35.296Z] [2022-10-26T12:04:35.296Z] Login Succeeded [2022-10-26T12:04:35.296Z] ---> docker-login.sh ends [Pipeline] } [2022-10-26T12:04:35.328Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-26T12:04:35.514Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-26T12:04:35.546Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-26T12:04:35.574Z] ========================================================= [2022-10-26T12:04:35.574Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-10-26T12:04:35.574Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T12:04:36.030Z] + 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 . [2022-10-26T12:04:36.030Z] Sending build context to Docker daemon 3.176MB [2022-10-26T12:04:36.030Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2022-10-26T12:04:36.030Z] Step 2/13 : FROM ${BASE} AS builder [2022-10-26T12:04:36.030Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-10-26T12:04:36.030Z] 213ec9aee27d: Pulling fs layer [2022-10-26T12:04:36.030Z] 4583459ba037: Pulling fs layer [2022-10-26T12:04:36.030Z] 93c1e223e6f2: Pulling fs layer [2022-10-26T12:04:36.030Z] 53926ce57604: Pulling fs layer [2022-10-26T12:04:36.030Z] 21b2b0c7a3f4: Pulling fs layer [2022-10-26T12:04:36.030Z] 30f14e443154: Pulling fs layer [2022-10-26T12:04:36.030Z] 801331c1e519: Pulling fs layer [2022-10-26T12:04:36.030Z] 99cc6dd402b0: Pulling fs layer [2022-10-26T12:04:36.030Z] 7d9ed39f4882: Pulling fs layer [2022-10-26T12:04:36.030Z] 801331c1e519: Waiting [2022-10-26T12:04:36.030Z] 53926ce57604: Waiting [2022-10-26T12:04:36.030Z] 21b2b0c7a3f4: Waiting [2022-10-26T12:04:36.030Z] 99cc6dd402b0: Waiting [2022-10-26T12:04:36.030Z] 7d9ed39f4882: Waiting [2022-10-26T12:04:36.030Z] 30f14e443154: Waiting [2022-10-26T12:04:36.030Z] 93c1e223e6f2: Verifying Checksum [2022-10-26T12:04:36.030Z] 93c1e223e6f2: Download complete [2022-10-26T12:04:36.030Z] 4583459ba037: Verifying Checksum [2022-10-26T12:04:36.030Z] 4583459ba037: Download complete [2022-10-26T12:04:36.030Z] 21b2b0c7a3f4: Verifying Checksum [2022-10-26T12:04:36.030Z] 21b2b0c7a3f4: Download complete [2022-10-26T12:04:36.030Z] 30f14e443154: Verifying Checksum [2022-10-26T12:04:36.030Z] 30f14e443154: Download complete [2022-10-26T12:04:36.030Z] 213ec9aee27d: Verifying Checksum [2022-10-26T12:04:36.030Z] 213ec9aee27d: Download complete [2022-10-26T12:04:36.293Z] 801331c1e519: Download complete [2022-10-26T12:04:36.293Z] 213ec9aee27d: Pull complete [2022-10-26T12:04:36.570Z] 4583459ba037: Pull complete [2022-10-26T12:04:36.570Z] 93c1e223e6f2: Pull complete [2022-10-26T12:04:36.570Z] 7d9ed39f4882: Verifying Checksum [2022-10-26T12:04:36.570Z] 7d9ed39f4882: Download complete [2022-10-26T12:04:37.157Z] 99cc6dd402b0: Verifying Checksum [2022-10-26T12:04:37.157Z] 99cc6dd402b0: Download complete [2022-10-26T12:04:37.157Z] 53926ce57604: Verifying Checksum [2022-10-26T12:04:37.157Z] 53926ce57604: Download complete [2022-10-26T12:04:39.151Z] using credential edgex-jenkins-ssh [2022-10-26T12:04:39.166Z] Cloning the remote Git repository [2022-10-26T12:04:39.222Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2022-10-26T12:04:39.300Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2022-10-26T12:04:39.436Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-10-26T12:04:39.437Z] > git --version # timeout=10 [2022-10-26T12:04:39.459Z] > git --version # 'git version 2.25.1' [2022-10-26T12:04:39.461Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-26T12:04:39.517Z] Verifying host key using known hosts file [2022-10-26T12:04:39.686Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-26T12:04:39.697Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-26T12:04:41.338Z] 53926ce57604: Pull complete [2022-10-26T12:04:41.338Z] 21b2b0c7a3f4: Pull complete [2022-10-26T12:04:41.338Z] 30f14e443154: Pull complete [2022-10-26T12:04:41.338Z] 801331c1e519: Pull complete [2022-10-26T12:04:40.817Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-10-26T12:04:40.835Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-26T12:04:41.665Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-10-26T12:04:42.331Z] Merging remotes/origin/main commit ca8db051e8ce2d5f3f176f01313854c190459811 into PR head commit 039cb83e8e07daf76122e2716a309c1f53258016 [2022-10-26T12:04:42.578Z] Merge succeeded, producing 039cb83e8e07daf76122e2716a309c1f53258016 [2022-10-26T12:04:42.579Z] Checking out Revision 039cb83e8e07daf76122e2716a309c1f53258016 (PR-480) [2022-10-26T12:04:41.707Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-10-26T12:04:41.708Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-26T12:04:41.713Z] Verifying host key using known hosts file [2022-10-26T12:04:41.719Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-26T12:04:41.730Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/480/head:refs/remotes/origin/PR-480 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-10-26T12:04:42.361Z] > git config core.sparsecheckout # timeout=10 [2022-10-26T12:04:42.380Z] > git checkout -f 039cb83e8e07daf76122e2716a309c1f53258016 # timeout=10 [2022-10-26T12:04:42.470Z] > git remote # timeout=10 [2022-10-26T12:04:42.494Z] > git config --get remote.origin.url # timeout=10 [2022-10-26T12:04:42.512Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-26T12:04:42.518Z] Verifying host key using known hosts file [2022-10-26T12:04:42.538Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-26T12:04:42.548Z] > git merge ca8db051e8ce2d5f3f176f01313854c190459811 # timeout=10 [2022-10-26T12:04:42.574Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-26T12:04:42.596Z] > git config core.sparsecheckout # timeout=10 [2022-10-26T12:04:42.612Z] > git checkout -f 039cb83e8e07daf76122e2716a309c1f53258016 # timeout=10 [2022-10-26T12:04:43.040Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" [2022-10-26T12:04:43.101Z] > git --version # timeout=10 [2022-10-26T12:04:43.114Z] > git --version # 'git version 2.25.1' [2022-10-26T12:04:43.141Z] fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-26T12:04:43.239Z] 99cc6dd402b0: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-26T12:04:44.177Z] 7d9ed39f4882: Pull complete [2022-10-26T12:04:44.177Z] Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 [2022-10-26T12:04:44.177Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-26T12:04:44.177Z] ---> 1dedd983c030 [2022-10-26T12:04:44.177Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-10-26T12:04:44.249Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-10-26T12:04:44.249Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-26T12:04:44.249Z] Dload Upload Total Spent Left Speed [2022-10-26T12:04:44.249Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 69624 0 --:--:-- --:--:-- --:--:-- 70011 [Pipeline] sh [2022-10-26T12:04:44.885Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-10-26T12:04:45.235Z] + sudo tee /etc/docker/daemon.new+ [2022-10-26T12:04:45.235Z] sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-10-26T12:04:45.235Z] { [2022-10-26T12:04:45.235Z] "registry-mirrors": [ [2022-10-26T12:04:45.235Z] "https://nexus3.edgexfoundry.org:10001" [2022-10-26T12:04:45.235Z] ], [2022-10-26T12:04:45.235Z] "bip": "10.250.0.254/24", [2022-10-26T12:04:45.235Z] "hosts": [ [2022-10-26T12:04:45.235Z] "tcp://0.0.0.0:5555", [2022-10-26T12:04:45.235Z] "unix:///var/run/docker.sock" [2022-10-26T12:04:45.235Z] ], [2022-10-26T12:04:45.235Z] "mtu": 1458, [2022-10-26T12:04:45.235Z] "selinux-enabled": true, [2022-10-26T12:04:45.235Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-10-26T12:04:45.235Z] } [Pipeline] sh [2022-10-26T12:04:45.584Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-10-26T12:04:45.943Z] + sudo service docker restart [2022-10-26T12:04:46.091Z] ---> Running in ec36b38096e0 [2022-10-26T12:04:46.091Z] Removing intermediate container ec36b38096e0 [2022-10-26T12:04:46.091Z] ---> 1e0ad41205c2 [2022-10-26T12:04:46.091Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-10-26T12:04:46.091Z] ---> Running in 5dc4f8ab4312 [2022-10-26T12:04:46.091Z] Removing intermediate container 5dc4f8ab4312 [2022-10-26T12:04:46.091Z] ---> 8ce29463fe47 [2022-10-26T12:04:46.091Z] Step 5/13 : ARG ADD_BUILD_TAGS="" [2022-10-26T12:04:46.091Z] ---> Running in 2d0f706cf15c [2022-10-26T12:04:46.091Z] Removing intermediate container 2d0f706cf15c [2022-10-26T12:04:46.091Z] ---> 89396d8d17fe [2022-10-26T12:04:46.091Z] Step 6/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-26T12:04:46.350Z] ---> Running in 1b84ba224632 [2022-10-26T12:04:46.350Z] Removing intermediate container 1b84ba224632 [2022-10-26T12:04:46.350Z] ---> 36fc9a126f87 [2022-10-26T12:04:46.350Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-26T12:04:46.350Z] ---> Running in 490e953eabc7 [2022-10-26T12:04:46.610Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-26T12:04:46.870Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-26T12:04:46.870Z] OK: 211 MiB in 51 packages [2022-10-26T12:04:47.436Z] Removing intermediate container 490e953eabc7 [2022-10-26T12:04:47.437Z] ---> 1ab81837f4f2 [2022-10-26T12:04:47.437Z] Step 8/13 : WORKDIR /app [2022-10-26T12:04:47.437Z] ---> Running in 87ac8bfca978 [2022-10-26T12:04:47.437Z] Removing intermediate container 87ac8bfca978 [2022-10-26T12:04:47.437Z] ---> 89a1c67171eb [2022-10-26T12:04:47.437Z] Step 9/13 : COPY go.mod vendor* ./ [2022-10-26T12:04:47.696Z] ---> 98fd398cdf2f [2022-10-26T12:04:47.696Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-26T12:04:47.696Z] ---> Running in 7fb35ded68ae [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-26T12:05:04.271Z] provisioning config files... [2022-10-26T12:05:04.296Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config11629549742064371605tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-26T12:05:04.672Z] ---> docker-login.sh [2022-10-26T12:05:04.672Z] nexus3.edgexfoundry.org:10001 [2022-10-26T12:05:04.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T12:05:05.220Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T12:05:05.220Z] Configure a credential helper to remove this warning. See [2022-10-26T12:05:05.220Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T12:05:05.220Z] [2022-10-26T12:05:05.220Z] Login Succeeded [2022-10-26T12:05:05.220Z] nexus3.edgexfoundry.org:10002 [2022-10-26T12:05:05.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T12:05:05.490Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T12:05:05.490Z] Configure a credential helper to remove this warning. See [2022-10-26T12:05:05.490Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T12:05:05.490Z] [2022-10-26T12:05:05.490Z] Login Succeeded [2022-10-26T12:05:05.490Z] nexus3.edgexfoundry.org:10003 [2022-10-26T12:05:05.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T12:05:06.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T12:05:06.029Z] Configure a credential helper to remove this warning. See [2022-10-26T12:05:06.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T12:05:06.029Z] [2022-10-26T12:05:06.029Z] Login Succeeded [2022-10-26T12:05:06.029Z] nexus3.edgexfoundry.org:10004 [2022-10-26T12:05:06.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T12:05:06.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T12:05:06.298Z] Configure a credential helper to remove this warning. See [2022-10-26T12:05:06.298Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T12:05:06.298Z] [2022-10-26T12:05:06.298Z] Login Succeeded [2022-10-26T12:05:06.298Z] docker.io [2022-10-26T12:05:06.564Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T12:05:06.831Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T12:05:06.831Z] Configure a credential helper to remove this warning. See [2022-10-26T12:05:06.831Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T12:05:06.831Z] [2022-10-26T12:05:06.831Z] Login Succeeded [2022-10-26T12:05:06.831Z] ---> docker-login.sh ends [Pipeline] } [2022-10-26T12:05:06.861Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-26T12:05:07.116Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-26T12:05:07.151Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-26T12:05:07.182Z] ========================================================= [2022-10-26T12:05:07.182Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-10-26T12:05:07.182Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T12:05:07.684Z] + 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 . [2022-10-26T12:05:07.684Z] Sending build context to Docker daemon 216.1kB [2022-10-26T12:05:07.952Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2022-10-26T12:05:07.952Z] Step 2/13 : FROM ${BASE} AS builder [2022-10-26T12:05:07.952Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-10-26T12:05:07.952Z] 9b18e9b68314: Pulling fs layer [2022-10-26T12:05:07.952Z] d32db5db7311: Pulling fs layer [2022-10-26T12:05:07.952Z] d0c4b47475fc: Pulling fs layer [2022-10-26T12:05:07.952Z] 5831b945b038: Pulling fs layer [2022-10-26T12:05:07.952Z] 86bbec2aaacd: Pulling fs layer [2022-10-26T12:05:07.952Z] e10730c5d714: Pulling fs layer [2022-10-26T12:05:07.952Z] 5dd5c2283517: Pulling fs layer [2022-10-26T12:05:07.952Z] d5ac0230b979: Pulling fs layer [2022-10-26T12:05:07.952Z] 5831b945b038: Waiting [2022-10-26T12:05:07.952Z] 86bbec2aaacd: Waiting [2022-10-26T12:05:07.952Z] e10730c5d714: Waiting [2022-10-26T12:05:07.953Z] 5dd5c2283517: Waiting [2022-10-26T12:05:07.953Z] d5ac0230b979: Waiting [2022-10-26T12:05:07.953Z] d0c4b47475fc: Verifying Checksum [2022-10-26T12:05:07.953Z] d0c4b47475fc: Download complete [2022-10-26T12:05:07.953Z] d32db5db7311: Verifying Checksum [2022-10-26T12:05:07.953Z] d32db5db7311: Download complete [2022-10-26T12:05:08.222Z] 86bbec2aaacd: Download complete [2022-10-26T12:05:08.222Z] e10730c5d714: Download complete [2022-10-26T12:05:08.222Z] 9b18e9b68314: Verifying Checksum [2022-10-26T12:05:08.808Z] 9b18e9b68314: Pull complete [2022-10-26T12:05:09.393Z] d5ac0230b979: Verifying Checksum [2022-10-26T12:05:09.393Z] d5ac0230b979: Download complete [2022-10-26T12:05:09.393Z] d32db5db7311: Pull complete [2022-10-26T12:05:09.635Z] Removing intermediate container 7fb35ded68ae [2022-10-26T12:05:09.635Z] ---> c6c84c214a22 [2022-10-26T12:05:09.635Z] Step 11/13 : COPY . . [2022-10-26T12:05:09.635Z] ---> 29c5f50c4274 [2022-10-26T12:05:09.635Z] Step 12/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-26T12:05:09.635Z] ---> Running in 371a1d7f9009 [2022-10-26T12:05:09.635Z] Removing intermediate container 371a1d7f9009 [2022-10-26T12:05:09.635Z] ---> 6090eec7420f [2022-10-26T12:05:09.635Z] Step 13/13 : RUN $MAKE [2022-10-26T12:05:09.635Z] ---> Running in 197f23c44796 [2022-10-26T12:05:09.635Z] noop [2022-10-26T12:05:09.635Z] Removing intermediate container 197f23c44796 [2022-10-26T12:05:09.635Z] ---> 7780e7a1879a [2022-10-26T12:05:09.635Z] Successfully built 7780e7a1879a [2022-10-26T12:05:09.635Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [2022-10-26T12:05:09.677Z] d0c4b47475fc: Pull complete [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T12:05:10.092Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-26T12:05:10.092Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-26T12:05:10.241Z] prd-ubuntu20.04-docker-8c-8g-117119 does not seem to be running inside a container [2022-10-26T12:05:10.263Z] 5dd5c2283517: Verifying Checksum [2022-10-26T12:05:10.263Z] 5dd5c2283517: Download complete [2022-10-26T12:05:10.269Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-480 -v /w/workspace/_app-service-configurable_PR-480:/w/workspace/_app-service-configurable_PR-480:rw,z -v /w/workspace/_app-service-configurable_PR-480@tmp:/w/workspace/_app-service-configurable_PR-480@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-10-26T12:05:10.664Z] $ docker top b81268b9ab168d21b7f98b42fc63c75f48b75842607a7bdae74f2d7b7f424866 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-26T12:05:10.849Z] 5831b945b038: Verifying Checksum [2022-10-26T12:05:10.849Z] 5831b945b038: Download complete [2022-10-26T12:05:11.080Z] + go version [2022-10-26T12:05:11.080Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-10-26T12:05:11.108Z] $ docker stop --time=1 b81268b9ab168d21b7f98b42fc63c75f48b75842607a7bdae74f2d7b7f424866 [2022-10-26T12:05:12.434Z] $ docker rm -f b81268b9ab168d21b7f98b42fc63c75f48b75842607a7bdae74f2d7b7f424866 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T12:05:13.203Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-26T12:05:13.203Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-26T12:05:13.354Z] prd-ubuntu20.04-docker-8c-8g-117119 does not seem to be running inside a container [2022-10-26T12:05:13.380Z] $ 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-480 -v /w/workspace/_app-service-configurable_PR-480:/w/workspace/_app-service-configurable_PR-480:rw,z -v /w/workspace/_app-service-configurable_PR-480@tmp:/w/workspace/_app-service-configurable_PR-480@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-10-26T12:05:13.771Z] $ docker top f9198d7bee0c81b9708e09e3b053440e9553f37d314b7d570f3b25fd15551538 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-26T12:05:14.174Z] + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-480 [Pipeline] fileExists [Pipeline] sh [2022-10-26T12:05:14.555Z] + make test [2022-10-26T12:05:14.555Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-10-26T12:05:23.296Z] 5831b945b038: Pull complete [2022-10-26T12:05:23.296Z] 86bbec2aaacd: Pull complete [2022-10-26T12:05:23.296Z] e10730c5d714: Pull complete [2022-10-26T12:05:26.753Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-10-26T12:05:26.753Z] CGO_ENABLED=1 go vet ./... [2022-10-26T12:05:28.650Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-26T12:05:28.650Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-26T12:05:28.650Z] ./bin/test-attribution-txt.sh [2022-10-26T12:05:28.678Z] 5dd5c2283517: Pull complete [Pipeline] echo [2022-10-26T12:05:28.694Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-26T12:05:28.826Z] $ docker stop --time=1 f9198d7bee0c81b9708e09e3b053440e9553f37d314b7d570f3b25fd15551538 [2022-10-26T12:05:30.459Z] $ docker rm -f f9198d7bee0c81b9708e09e3b053440e9553f37d314b7d570f3b25fd15551538 [Pipeline] // withDockerContainer [2022-10-26T12:05:30.623Z] d5ac0230b979: Pull complete [2022-10-26T12:05:30.623Z] Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 [2022-10-26T12:05:30.623Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-26T12:05:30.623Z] ---> 59b3b1a385d4 [2022-10-26T12:05:30.623Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [Pipeline] sh [2022-10-26T12:05:30.922Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-26T12:05:30.987Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-10-26T12:05:31.641Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-26T12:05:31.951Z] + ls -al . [2022-10-26T12:05:31.951Z] total 180 [2022-10-26T12:05:31.951Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 26 12:05 . [2022-10-26T12:05:31.951Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 26 12:04 .. [2022-10-26T12:05:31.951Z] -rw-rw-r-- 1 jenkins jenkins 119 Oct 26 12:04 .dockerignore [2022-10-26T12:05:31.951Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 26 12:04 .git [2022-10-26T12:05:31.951Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 26 12:04 .github [2022-10-26T12:05:31.951Z] -rw-rw-r-- 1 jenkins jenkins 171 Oct 26 12:04 .gitignore [2022-10-26T12:05:31.951Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 26 12:04 .semver [2022-10-26T12:05:31.951Z] -rw-rw-r-- 1 jenkins jenkins 9207 Oct 26 12:04 Attribution.txt [2022-10-26T12:05:31.951Z] -rw-rw-r-- 1 jenkins jenkins 27269 Oct 26 12:04 CHANGELOG.md [2022-10-26T12:05:31.951Z] -rw-rw-r-- 1 jenkins jenkins 2058 Oct 26 12:04 Dockerfile [2022-10-26T12:05:31.951Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 26 12:04 GOVERNANCE.md [2022-10-26T12:05:31.952Z] -rw-rw-r-- 1 jenkins jenkins 688 Oct 26 12:04 Jenkinsfile [2022-10-26T12:05:31.952Z] -rw-rw-r-- 1 jenkins jenkins 10174 Oct 26 12:04 LICENSE [2022-10-26T12:05:31.952Z] -rw-rw-r-- 1 jenkins jenkins 618 Oct 26 12:04 OWNERS.md [2022-10-26T12:05:31.952Z] -rw-rw-r-- 1 jenkins jenkins 4369 Oct 26 12:04 README.md [2022-10-26T12:05:31.952Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 26 12:04 VERSION [2022-10-26T12:05:31.952Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 26 12:04 bin [2022-10-26T12:05:31.952Z] -rw-r--r-- 1 jenkins jenkins 10 Oct 26 12:05 coverage.out [2022-10-26T12:05:31.952Z] -rw-rw-r-- 1 jenkins jenkins 3444 Oct 26 12:04 go.mod [2022-10-26T12:05:31.952Z] -rw-rw-r-- 1 jenkins jenkins 44361 Oct 26 12:04 go.sum [2022-10-26T12:05:31.952Z] -rw-rw-r-- 1 jenkins jenkins 1949 Oct 26 12:04 main.go [2022-10-26T12:05:31.952Z] -rw-rw-r-- 1 jenkins jenkins 2185 Oct 26 12:04 makefile [2022-10-26T12:05:31.952Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 26 12:04 res [2022-10-26T12:05:31.952Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 26 12:04 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2022-10-26T12:05:32.038Z] ---> Running in 30ace2ec0e80 [2022-10-26T12:05:32.038Z] Removing intermediate container 30ace2ec0e80 [2022-10-26T12:05:32.038Z] ---> de3abe22d837 [2022-10-26T12:05:32.038Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-10-26T12:05:32.038Z] ---> Running in 3c8ffbaa9c15 [Pipeline] sh [2022-10-26T12:05:32.308Z] Removing intermediate container 3c8ffbaa9c15 [2022-10-26T12:05:32.308Z] ---> 6af0346359ac [2022-10-26T12:05:32.308Z] Step 5/13 : ARG ADD_BUILD_TAGS="" [2022-10-26T12:05:32.351Z] + 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=039cb83e8e07daf76122e2716a309c1f53258016 --label arch=amd64 --label version=0.0.0 . [2022-10-26T12:05:32.351Z] Sending build context to Docker daemon 3.177MB [2022-10-26T12:05:32.351Z] Step 1/27 : ARG BASE=golang:1.18-alpine3.16 [2022-10-26T12:05:32.351Z] Step 2/27 : FROM ${BASE} AS builder [2022-10-26T12:05:32.351Z] ---> 7780e7a1879a [2022-10-26T12:05:32.351Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-10-26T12:05:32.351Z] ---> Running in 15816c1f7090 [2022-10-26T12:05:32.576Z] ---> Running in 209c7a9632c7 [2022-10-26T12:05:32.612Z] Removing intermediate container 15816c1f7090 [2022-10-26T12:05:32.612Z] ---> 1b313be2617e [2022-10-26T12:05:32.612Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-10-26T12:05:32.612Z] ---> Running in 2c0699b4a25c [2022-10-26T12:05:32.612Z] Removing intermediate container 2c0699b4a25c [2022-10-26T12:05:32.612Z] ---> bebb022cfa68 [2022-10-26T12:05:32.612Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2022-10-26T12:05:32.612Z] ---> Running in 1de95721ea3c [2022-10-26T12:05:32.843Z] Removing intermediate container 209c7a9632c7 [2022-10-26T12:05:32.844Z] ---> 57894d1cca79 [2022-10-26T12:05:32.844Z] Step 6/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-26T12:05:32.844Z] ---> Running in c70117d2bbe4 [2022-10-26T12:05:32.872Z] Removing intermediate container 1de95721ea3c [2022-10-26T12:05:32.872Z] ---> d6baa4dd2371 [2022-10-26T12:05:32.872Z] Step 6/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-26T12:05:32.872Z] ---> Running in a828e8321232 [2022-10-26T12:05:32.872Z] Removing intermediate container a828e8321232 [2022-10-26T12:05:32.872Z] ---> 0ebbeddd4338 [2022-10-26T12:05:32.872Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-26T12:05:32.872Z] ---> Running in 10a0369b4ebb [2022-10-26T12:05:33.118Z] Removing intermediate container c70117d2bbe4 [2022-10-26T12:05:33.118Z] ---> a5e3ec482b85 [2022-10-26T12:05:33.118Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-26T12:05:33.118Z] ---> Running in ba6ba7f751df [2022-10-26T12:05:33.134Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-26T12:05:33.399Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-26T12:05:33.659Z] OK: 211 MiB in 51 packages [2022-10-26T12:05:33.918Z] Removing intermediate container 10a0369b4ebb [2022-10-26T12:05:33.918Z] ---> bc4a41c5537d [2022-10-26T12:05:33.918Z] Step 8/27 : WORKDIR /app [2022-10-26T12:05:33.918Z] ---> Running in 25481ceeeb8c [2022-10-26T12:05:33.918Z] Removing intermediate container 25481ceeeb8c [2022-10-26T12:05:33.918Z] ---> bf0617403a15 [2022-10-26T12:05:33.918Z] Step 9/27 : COPY go.mod vendor* ./ [2022-10-26T12:05:34.089Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-26T12:05:34.180Z] ---> b7cdf996987e [2022-10-26T12:05:34.180Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-26T12:05:34.180Z] ---> Running in 7320f24c3620 [2022-10-26T12:05:34.356Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-26T12:05:35.118Z] Removing intermediate container 7320f24c3620 [2022-10-26T12:05:35.118Z] ---> 3d0584153f5d [2022-10-26T12:05:35.118Z] Step 11/27 : COPY . . [2022-10-26T12:05:35.118Z] ---> 5e6daf2dcbc2 [2022-10-26T12:05:35.118Z] Step 12/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-26T12:05:35.118Z] ---> Running in 4b895a31db02 [2022-10-26T12:05:35.318Z] OK: 221 MiB in 51 packages [2022-10-26T12:05:35.376Z] Removing intermediate container 4b895a31db02 [2022-10-26T12:05:35.376Z] ---> 7f36dd8af49c [2022-10-26T12:05:35.377Z] Step 13/27 : RUN $MAKE [2022-10-26T12:05:35.377Z] ---> Running in f32ff56a8921 [2022-10-26T12:05:35.636Z] CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.3.0-dev.56 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-10-26T12:05:35.903Z] Removing intermediate container ba6ba7f751df [2022-10-26T12:05:35.903Z] ---> 6601d858208f [2022-10-26T12:05:35.903Z] Step 8/13 : WORKDIR /app [2022-10-26T12:05:35.903Z] ---> Running in 7cfb8760edec [2022-10-26T12:05:36.487Z] Removing intermediate container 7cfb8760edec [2022-10-26T12:05:36.487Z] ---> 71fddbdcc4cf [2022-10-26T12:05:36.487Z] Step 9/13 : COPY go.mod vendor* ./ [2022-10-26T12:05:36.757Z] ---> d93069f276ee [2022-10-26T12:05:36.757Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-26T12:05:36.757Z] ---> Running in 5f8f76bb133d [2022-10-26T12:05:57.741Z] Removing intermediate container f32ff56a8921 [2022-10-26T12:05:57.741Z] ---> 2ec24a697115 [2022-10-26T12:05:57.741Z] Step 14/27 : FROM alpine:3.16 [2022-10-26T12:05:57.741Z] 3.16: Pulling from library/alpine [2022-10-26T12:05:57.741Z] 213ec9aee27d: Already exists [2022-10-26T12:05:57.741Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-26T12:05:57.741Z] Status: Downloaded newer image for alpine:3.16 [2022-10-26T12:05:57.741Z] ---> 9c6f07244728 [2022-10-26T12:05:57.741Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-26T12:05:57.741Z] ---> Running in 30dd88fe08ef [2022-10-26T12:05:57.741Z] Removing intermediate container 30dd88fe08ef [2022-10-26T12:05:57.741Z] ---> bb0ab59acabf [2022-10-26T12:05:57.741Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-10-26T12:05:57.741Z] ---> Running in 44fd4d6a7a61 [2022-10-26T12:05:57.741Z] Removing intermediate container 44fd4d6a7a61 [2022-10-26T12:05:57.741Z] ---> f3018cea86b5 [2022-10-26T12:05:57.741Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-10-26T12:05:57.741Z] ---> Running in e6ab8632f898 [2022-10-26T12:05:58.000Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-26T12:05:58.000Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-26T12:05:58.258Z] (1/7) Installing ca-certificates (20220614-r0) [2022-10-26T12:05:58.258Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-10-26T12:05:58.258Z] (3/7) Installing libgcc (11.2.1_git20220219-r2) [2022-10-26T12:05:58.258Z] (4/7) Installing libsodium (1.0.18-r0) [2022-10-26T12:05:58.258Z] (5/7) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-26T12:05:58.258Z] (6/7) Installing libzmq (4.3.4-r0) [2022-10-26T12:05:58.258Z] (7/7) Installing zeromq (4.3.4-r0) [2022-10-26T12:05:58.516Z] Executing busybox-1.35.0-r17.trigger [2022-10-26T12:05:58.516Z] Executing ca-certificates-20220614-r0.trigger [2022-10-26T12:05:58.516Z] OK: 9 MiB in 21 packages [2022-10-26T12:05:59.087Z] Removing intermediate container e6ab8632f898 [2022-10-26T12:05:59.087Z] ---> fdf041e39873 [2022-10-26T12:05:59.087Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-10-26T12:05:59.087Z] ---> 2ceb6a711e6e [2022-10-26T12:05:59.087Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-10-26T12:05:59.347Z] ---> e280ea95439c [2022-10-26T12:05:59.347Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-10-26T12:05:59.347Z] ---> 9014ce65847a [2022-10-26T12:05:59.347Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-10-26T12:05:59.916Z] ---> 52421e47d098 [2022-10-26T12:05:59.916Z] Step 22/27 : EXPOSE 48095 [2022-10-26T12:05:59.916Z] ---> Running in d33bf8ec9ddd [2022-10-26T12:05:59.916Z] Removing intermediate container d33bf8ec9ddd [2022-10-26T12:05:59.916Z] ---> fe0192d58d8e [2022-10-26T12:05:59.916Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-10-26T12:06:00.175Z] ---> Running in ea0145a4137d [2022-10-26T12:06:00.175Z] Removing intermediate container ea0145a4137d [2022-10-26T12:06:00.176Z] ---> 5bdbab07c8a4 [2022-10-26T12:06:00.176Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-26T12:06:00.176Z] ---> Running in 8efec2527842 [2022-10-26T12:06:00.176Z] Removing intermediate container 8efec2527842 [2022-10-26T12:06:00.176Z] ---> 89fe851b5df6 [2022-10-26T12:06:00.176Z] Step 25/27 : LABEL arch=amd64 [2022-10-26T12:06:00.435Z] ---> Running in d49da73a2474 [2022-10-26T12:06:00.435Z] Removing intermediate container d49da73a2474 [2022-10-26T12:06:00.435Z] ---> c2b5c39cd252 [2022-10-26T12:06:00.435Z] Step 26/27 : LABEL git_sha=039cb83e8e07daf76122e2716a309c1f53258016 [2022-10-26T12:06:00.435Z] ---> Running in d5b2f43ddcbc [2022-10-26T12:06:00.435Z] Removing intermediate container d5b2f43ddcbc [2022-10-26T12:06:00.435Z] ---> b9b115f4b737 [2022-10-26T12:06:00.435Z] Step 27/27 : LABEL version=0.0.0 [2022-10-26T12:06:00.435Z] ---> Running in 755de2406704 [2022-10-26T12:06:00.695Z] Removing intermediate container 755de2406704 [2022-10-26T12:06:00.695Z] ---> f965a8097a1f [2022-10-26T12:06:00.695Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-26T12:06:00.695Z] Successfully built f965a8097a1f [2022-10-26T12:06:00.695Z] 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 [2022-10-26T12:06:01.600Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-26T12:06:01.600Z] [2022-10-26T12:06:01.600Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T12:06:01.981Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-26T12:06:01.981Z] latest: Pulling from edgex-lftools-log-publisher [2022-10-26T12:06:01.981Z] 5eb5b503b376: Pulling fs layer [2022-10-26T12:06:01.981Z] 5c69ac0246d0: Pulling fs layer [2022-10-26T12:06:01.981Z] ec43610c2a17: Pulling fs layer [2022-10-26T12:06:01.981Z] 3a2ae6a8a46f: Pulling fs layer [2022-10-26T12:06:01.981Z] 33b1e0a273af: Pulling fs layer [2022-10-26T12:06:01.981Z] 5d3b04190fa2: Pulling fs layer [2022-10-26T12:06:01.981Z] 2f39f015ded8: Pulling fs layer [2022-10-26T12:06:01.981Z] 3a2ae6a8a46f: Waiting [2022-10-26T12:06:01.981Z] 5d3b04190fa2: Waiting [2022-10-26T12:06:01.981Z] 2f39f015ded8: Waiting [2022-10-26T12:06:01.981Z] 33b1e0a273af: Waiting [2022-10-26T12:06:01.981Z] 5c69ac0246d0: Verifying Checksum [2022-10-26T12:06:01.981Z] 5c69ac0246d0: Download complete [2022-10-26T12:06:01.981Z] 3a2ae6a8a46f: Verifying Checksum [2022-10-26T12:06:01.981Z] 3a2ae6a8a46f: Download complete [2022-10-26T12:06:01.981Z] 33b1e0a273af: Verifying Checksum [2022-10-26T12:06:01.981Z] 33b1e0a273af: Download complete [2022-10-26T12:06:02.241Z] 5d3b04190fa2: Verifying Checksum [2022-10-26T12:06:02.241Z] 5d3b04190fa2: Download complete [2022-10-26T12:06:02.241Z] ec43610c2a17: Download complete [2022-10-26T12:06:02.241Z] 5eb5b503b376: Download complete [2022-10-26T12:06:02.806Z] 2f39f015ded8: Download complete [2022-10-26T12:06:03.742Z] 5eb5b503b376: Pull complete [2022-10-26T12:06:03.742Z] 5c69ac0246d0: Pull complete [2022-10-26T12:06:04.002Z] ec43610c2a17: Pull complete [2022-10-26T12:06:04.002Z] 3a2ae6a8a46f: Pull complete [2022-10-26T12:06:04.261Z] 33b1e0a273af: Pull complete [2022-10-26T12:06:04.520Z] 5d3b04190fa2: Pull complete [2022-10-26T12:06:08.711Z] 2f39f015ded8: Pull complete [2022-10-26T12:06:08.711Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-10-26T12:06:08.711Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-26T12:06:08.711Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-26T12:06:08.927Z] prd-ubuntu20.04-docker-8c-8g-117119 does not seem to be running inside a container [2022-10-26T12:06:08.949Z] $ 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-480 -v /w/workspace/_app-service-configurable_PR-480:/w/workspace/_app-service-configurable_PR-480:rw,z -v /w/workspace/_app-service-configurable_PR-480@tmp:/w/workspace/_app-service-configurable_PR-480@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-10-26T12:06:10.537Z] $ docker top 5bf24508e8653ff9a6ab1372ab5d694aa12516419afcadf5a68fc15145af4863 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-26T12:06:11.012Z] ---> job-cost.sh [2022-10-26T12:06:11.012Z] lf-activate-venv: SKIPPING [2022-10-26T12:06:11.012Z] INFO: No Stack... [2022-10-26T12:06:11.581Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-26T12:06:11.840Z] INFO: Archiving Costs [Pipeline] sh [2022-10-26T12:06:12.155Z] + cat /w/workspace/_app-service-configurable_PR-480/archives/cost.csv [2022-10-26T12:06:12.155Z] + cut -d, -f6 [Pipeline] lock [2022-10-26T12:06:12.195Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-480-1-stack-cost] [2022-10-26T12:06:12.199Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-480-1-stack-cost] did not exist. Created. [2022-10-26T12:06:12.199Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-480-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-26T12:06:12.591Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-10-26T12:06:12.642Z] Stashed 1 file(s) [Pipeline] } [2022-10-26T12:06:12.669Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-480-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-26T12:06:12.746Z] $ docker stop --time=1 5bf24508e8653ff9a6ab1372ab5d694aa12516419afcadf5a68fc15145af4863 [2022-10-26T12:06:13.931Z] $ docker rm -f 5bf24508e8653ff9a6ab1372ab5d694aa12516419afcadf5a68fc15145af4863 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-10-26T12:06:33.169Z] Removing intermediate container 5f8f76bb133d [2022-10-26T12:06:33.169Z] ---> fd91caf2c77a [2022-10-26T12:06:33.169Z] Step 11/13 : COPY . . [2022-10-26T12:06:33.169Z] ---> 1dedb1a61d19 [2022-10-26T12:06:33.169Z] Step 12/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-26T12:06:33.169Z] ---> Running in be8fbdfcedb8 [2022-10-26T12:06:33.169Z] Removing intermediate container be8fbdfcedb8 [2022-10-26T12:06:33.169Z] ---> 341ba46874aa [2022-10-26T12:06:33.169Z] Step 13/13 : RUN $MAKE [2022-10-26T12:06:33.169Z] ---> Running in 297de7606606 [2022-10-26T12:06:33.169Z] noop [2022-10-26T12:06:33.169Z] Removing intermediate container 297de7606606 [2022-10-26T12:06:33.169Z] ---> 6c04974beaab [2022-10-26T12:06:33.169Z] Successfully built 6c04974beaab [2022-10-26T12:06:33.169Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T12:06:33.620Z] + docker inspect -f . ci-base-image-arm64 [2022-10-26T12:06:33.620Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-26T12:06:33.877Z] prd-ubuntu20.04-docker-arm64-4c-16g-117117 does not seem to be running inside a container [2022-10-26T12:06:33.954Z] $ 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 ******** ci-base-image-arm64 cat [2022-10-26T12:06:35.162Z] $ docker top 2451799b2f9689fd0f65d297b3194ca22d02160fefd18734fa6dffbc90c6b073 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-26T12:06:36.017Z] + go version [2022-10-26T12:06:36.017Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-10-26T12:06:36.062Z] $ docker stop --time=1 2451799b2f9689fd0f65d297b3194ca22d02160fefd18734fa6dffbc90c6b073 [2022-10-26T12:06:37.614Z] $ docker rm -f 2451799b2f9689fd0f65d297b3194ca22d02160fefd18734fa6dffbc90c6b073 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T12:06:38.439Z] + docker inspect -f . ci-base-image-arm64 [2022-10-26T12:06:38.439Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-26T12:06:38.682Z] prd-ubuntu20.04-docker-arm64-4c-16g-117117 does not seem to be running inside a container [2022-10-26T12:06:38.751Z] $ 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 ******** ci-base-image-arm64 cat [2022-10-26T12:06:39.914Z] $ docker top 7232707130c7abdb642761bb1f86d6b3058b26d1fdbe1ed33bf7aa37d3ac32f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-26T12:06:40.449Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh [2022-10-26T12:06:40.916Z] + make test [2022-10-26T12:06:40.916Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-10-26T12:08:02.546Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-10-26T12:08:02.546Z] CGO_ENABLED=1 go vet ./... [2022-10-26T12:08:20.760Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-26T12:08:20.760Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-26T12:08:20.760Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-26T12:08:20.804Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-26T12:08:20.847Z] $ docker stop --time=1 7232707130c7abdb642761bb1f86d6b3058b26d1fdbe1ed33bf7aa37d3ac32f0 [2022-10-26T12:08:22.540Z] $ docker rm -f 7232707130c7abdb642761bb1f86d6b3058b26d1fdbe1ed33bf7aa37d3ac32f0 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-26T12:08:23.442Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-26T12:08:23.476Z] Warning: overwriting stash ‘coverage-report’ [2022-10-26T12:08:23.813Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-26T12:08:24.390Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-26T12:08:24.739Z] + ls -al . [2022-10-26T12:08:24.739Z] total 176 [2022-10-26T12:08:24.739Z] drwxrwxr-x 7 jenkins jenkins 4096 Oct 26 12:06 . [2022-10-26T12:08:24.739Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 26 12:04 .. [2022-10-26T12:08:24.739Z] -rw-rw-r-- 1 jenkins jenkins 119 Oct 26 12:04 .dockerignore [2022-10-26T12:08:24.739Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 26 12:04 .git [2022-10-26T12:08:24.739Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 26 12:04 .github [2022-10-26T12:08:24.739Z] -rw-rw-r-- 1 jenkins jenkins 171 Oct 26 12:04 .gitignore [2022-10-26T12:08:24.739Z] -rw-rw-r-- 1 jenkins jenkins 9207 Oct 26 12:04 Attribution.txt [2022-10-26T12:08:24.739Z] -rw-rw-r-- 1 jenkins jenkins 27269 Oct 26 12:04 CHANGELOG.md [2022-10-26T12:08:24.739Z] -rw-rw-r-- 1 jenkins jenkins 2058 Oct 26 12:04 Dockerfile [2022-10-26T12:08:24.739Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 26 12:04 GOVERNANCE.md [2022-10-26T12:08:24.739Z] -rw-rw-r-- 1 jenkins jenkins 688 Oct 26 12:04 Jenkinsfile [2022-10-26T12:08:24.739Z] -rw-rw-r-- 1 jenkins jenkins 10174 Oct 26 12:04 LICENSE [2022-10-26T12:08:24.739Z] -rw-rw-r-- 1 jenkins jenkins 618 Oct 26 12:04 OWNERS.md [2022-10-26T12:08:24.739Z] -rw-rw-r-- 1 jenkins jenkins 4369 Oct 26 12:04 README.md [2022-10-26T12:08:24.739Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 26 12:04 VERSION [2022-10-26T12:08:24.739Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 26 12:04 bin [2022-10-26T12:08:24.739Z] -rw-r--r-- 1 jenkins jenkins 10 Oct 26 12:06 coverage.out [2022-10-26T12:08:24.739Z] -rw-rw-r-- 1 jenkins jenkins 3444 Oct 26 12:04 go.mod [2022-10-26T12:08:24.739Z] -rw-rw-r-- 1 jenkins jenkins 44361 Oct 26 12:04 go.sum [2022-10-26T12:08:24.739Z] -rw-rw-r-- 1 jenkins jenkins 1949 Oct 26 12:04 main.go [2022-10-26T12:08:24.739Z] -rw-rw-r-- 1 jenkins jenkins 2185 Oct 26 12:04 makefile [2022-10-26T12:08:24.739Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 26 12:04 res [2022-10-26T12:08:24.739Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 26 12:04 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T12:08:25.166Z] + 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=039cb83e8e07daf76122e2716a309c1f53258016 --label arch=arm64 --label version=0.0.0 . [2022-10-26T12:08:25.166Z] Sending build context to Docker daemon 217.1kB [2022-10-26T12:08:25.433Z] Step 1/27 : ARG BASE=golang:1.18-alpine3.16 [2022-10-26T12:08:25.433Z] Step 2/27 : FROM ${BASE} AS builder [2022-10-26T12:08:25.433Z] ---> 6c04974beaab [2022-10-26T12:08:25.433Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-10-26T12:08:25.433Z] ---> Running in 203bc5e4edad [2022-10-26T12:08:25.700Z] Removing intermediate container 203bc5e4edad [2022-10-26T12:08:25.700Z] ---> 7414ea7d7896 [2022-10-26T12:08:25.700Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-10-26T12:08:25.700Z] ---> Running in 3174cd5c4894 [2022-10-26T12:08:25.969Z] Removing intermediate container 3174cd5c4894 [2022-10-26T12:08:25.969Z] ---> cca8ee335c53 [2022-10-26T12:08:25.969Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2022-10-26T12:08:26.237Z] ---> Running in f7fd58285381 [2022-10-26T12:08:26.509Z] Removing intermediate container f7fd58285381 [2022-10-26T12:08:26.509Z] ---> 8ace747ba119 [2022-10-26T12:08:26.509Z] Step 6/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-26T12:08:26.509Z] ---> Running in be8f0a6e660c [2022-10-26T12:08:26.777Z] Removing intermediate container be8f0a6e660c [2022-10-26T12:08:26.777Z] ---> 9fc6b60c909f [2022-10-26T12:08:26.777Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-26T12:08:26.777Z] ---> Running in ee376a630792 [2022-10-26T12:08:27.739Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-26T12:08:28.006Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-26T12:08:28.968Z] OK: 221 MiB in 51 packages [2022-10-26T12:08:29.552Z] Removing intermediate container ee376a630792 [2022-10-26T12:08:29.552Z] ---> 0f1d9c7a39f7 [2022-10-26T12:08:29.552Z] Step 8/27 : WORKDIR /app [2022-10-26T12:08:29.552Z] ---> Running in f02067b7c816 [2022-10-26T12:08:29.820Z] Removing intermediate container f02067b7c816 [2022-10-26T12:08:29.820Z] ---> 0ea4cb966f9a [2022-10-26T12:08:29.820Z] Step 9/27 : COPY go.mod vendor* ./ [2022-10-26T12:08:30.403Z] ---> 721b007e5409 [2022-10-26T12:08:30.403Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-26T12:08:30.403Z] ---> Running in 1e984e9c3efd [2022-10-26T12:08:32.347Z] Removing intermediate container 1e984e9c3efd [2022-10-26T12:08:32.347Z] ---> 85953acbf0a9 [2022-10-26T12:08:32.347Z] Step 11/27 : COPY . . [2022-10-26T12:08:32.929Z] ---> 90dd4bc6d1c7 [2022-10-26T12:08:32.929Z] Step 12/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-26T12:08:32.929Z] ---> Running in 3dea1ace44d4 [2022-10-26T12:08:34.339Z] Removing intermediate container 3dea1ace44d4 [2022-10-26T12:08:34.339Z] ---> d0bb861824d4 [2022-10-26T12:08:34.339Z] Step 13/27 : RUN $MAKE [2022-10-26T12:08:34.339Z] ---> Running in bf4d57c05707 [2022-10-26T12:08:35.301Z] CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.3.0-dev.56 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-10-26T12:10:41.973Z] Removing intermediate container bf4d57c05707 [2022-10-26T12:10:41.973Z] ---> 84b8d2968da3 [2022-10-26T12:10:41.973Z] Step 14/27 : FROM alpine:3.16 [2022-10-26T12:10:41.973Z] 3.16: Pulling from library/alpine [2022-10-26T12:10:41.973Z] 9b18e9b68314: Already exists [2022-10-26T12:10:41.973Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-26T12:10:41.973Z] Status: Downloaded newer image for alpine:3.16 [2022-10-26T12:10:41.973Z] ---> a6215f271958 [2022-10-26T12:10:41.973Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-26T12:10:41.973Z] ---> Running in f53c48ef70ef [2022-10-26T12:10:41.973Z] Removing intermediate container f53c48ef70ef [2022-10-26T12:10:41.973Z] ---> 8889f8e97a2f [2022-10-26T12:10:41.973Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-10-26T12:10:41.973Z] ---> Running in a5ac982f40a1 [2022-10-26T12:10:41.973Z] Removing intermediate container a5ac982f40a1 [2022-10-26T12:10:41.973Z] ---> 8c863b738fe5 [2022-10-26T12:10:41.973Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-10-26T12:10:41.973Z] ---> Running in bb9a080aff2f [2022-10-26T12:10:41.973Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-26T12:10:41.973Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-26T12:10:42.555Z] (1/7) Installing ca-certificates (20220614-r0) [2022-10-26T12:10:42.555Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-10-26T12:10:42.555Z] (3/7) Installing libgcc (11.2.1_git20220219-r2) [2022-10-26T12:10:42.555Z] (4/7) Installing libsodium (1.0.18-r0) [2022-10-26T12:10:42.555Z] (5/7) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-26T12:10:42.555Z] (6/7) Installing libzmq (4.3.4-r0) [2022-10-26T12:10:42.555Z] (7/7) Installing zeromq (4.3.4-r0) [2022-10-26T12:10:42.555Z] Executing busybox-1.35.0-r17.trigger [2022-10-26T12:10:42.555Z] Executing ca-certificates-20220614-r0.trigger [2022-10-26T12:10:42.825Z] OK: 9 MiB in 21 packages [2022-10-26T12:10:44.770Z] Removing intermediate container bb9a080aff2f [2022-10-26T12:10:44.770Z] ---> 610a2779a412 [2022-10-26T12:10:44.770Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-10-26T12:10:44.770Z] ---> f6f3fab0e529 [2022-10-26T12:10:44.770Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-10-26T12:10:45.355Z] ---> 729b47001942 [2022-10-26T12:10:45.355Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-10-26T12:10:45.944Z] ---> 9ce2eae8a562 [2022-10-26T12:10:45.944Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-10-26T12:10:47.350Z] ---> cc291a696f02 [2022-10-26T12:10:47.350Z] Step 22/27 : EXPOSE 48095 [2022-10-26T12:10:47.350Z] ---> Running in 232ef5ea9fdb [2022-10-26T12:10:47.616Z] Removing intermediate container 232ef5ea9fdb [2022-10-26T12:10:47.616Z] ---> b3cd5a6d77c0 [2022-10-26T12:10:47.617Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-10-26T12:10:47.617Z] ---> Running in cb6cb216db92 [2022-10-26T12:10:47.885Z] Removing intermediate container cb6cb216db92 [2022-10-26T12:10:47.885Z] ---> 9bd70845fd61 [2022-10-26T12:10:47.885Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-26T12:10:47.885Z] ---> Running in 5e5890cdaccd [2022-10-26T12:10:48.154Z] Removing intermediate container 5e5890cdaccd [2022-10-26T12:10:48.154Z] ---> 53dc9f21efd0 [2022-10-26T12:10:48.154Z] Step 25/27 : LABEL arch=arm64 [2022-10-26T12:10:48.427Z] ---> Running in 4b4a87bb111e [2022-10-26T12:10:48.693Z] Removing intermediate container 4b4a87bb111e [2022-10-26T12:10:48.693Z] ---> 8b8f1a209bfe [2022-10-26T12:10:48.693Z] Step 26/27 : LABEL git_sha=039cb83e8e07daf76122e2716a309c1f53258016 [2022-10-26T12:10:48.693Z] ---> Running in 70c08987ba40 [2022-10-26T12:10:48.961Z] Removing intermediate container 70c08987ba40 [2022-10-26T12:10:48.961Z] ---> 13a60ab611eb [2022-10-26T12:10:48.961Z] Step 27/27 : LABEL version=0.0.0 [2022-10-26T12:10:48.961Z] ---> Running in 32baf3ca483b [2022-10-26T12:10:49.231Z] Removing intermediate container 32baf3ca483b [2022-10-26T12:10:49.231Z] ---> 6099ef2dd1d2 [2022-10-26T12:10:49.231Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-26T12:10:49.231Z] Successfully built 6099ef2dd1d2 [2022-10-26T12:10:49.231Z] 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 [2022-10-26T12:10:50.052Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-26T12:10:50.052Z] [2022-10-26T12:10:50.052Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T12:10:50.449Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-26T12:10:50.449Z] arm64: Pulling from edgex-lftools-log-publisher [2022-10-26T12:10:50.449Z] 8998bd30e6a1: Pulling fs layer [2022-10-26T12:10:50.449Z] 04944245beec: Pulling fs layer [2022-10-26T12:10:50.449Z] 699f458cf7ca: Pulling fs layer [2022-10-26T12:10:50.449Z] 765212b225bb: Pulling fs layer [2022-10-26T12:10:50.449Z] f23df028b6ca: Pulling fs layer [2022-10-26T12:10:50.449Z] d65c8cfc05b1: Pulling fs layer [2022-10-26T12:10:50.449Z] 2437ff75d9bd: Pulling fs layer [2022-10-26T12:10:50.449Z] 765212b225bb: Waiting [2022-10-26T12:10:50.449Z] 2437ff75d9bd: Waiting [2022-10-26T12:10:50.449Z] f23df028b6ca: Waiting [2022-10-26T12:10:50.449Z] d65c8cfc05b1: Waiting [2022-10-26T12:10:50.716Z] 04944245beec: Verifying Checksum [2022-10-26T12:10:50.716Z] 04944245beec: Download complete [2022-10-26T12:10:50.716Z] 765212b225bb: Verifying Checksum [2022-10-26T12:10:50.716Z] 765212b225bb: Download complete [2022-10-26T12:10:50.716Z] f23df028b6ca: Verifying Checksum [2022-10-26T12:10:50.716Z] f23df028b6ca: Download complete [2022-10-26T12:10:50.716Z] d65c8cfc05b1: Verifying Checksum [2022-10-26T12:10:50.716Z] d65c8cfc05b1: Download complete [2022-10-26T12:10:50.716Z] 699f458cf7ca: Verifying Checksum [2022-10-26T12:10:50.716Z] 699f458cf7ca: Download complete [2022-10-26T12:10:51.304Z] 8998bd30e6a1: Download complete [2022-10-26T12:10:53.893Z] 2437ff75d9bd: Verifying Checksum [2022-10-26T12:10:53.893Z] 2437ff75d9bd: Download complete [2022-10-26T12:10:55.306Z] 8998bd30e6a1: Pull complete [2022-10-26T12:10:55.575Z] 04944245beec: Pull complete [2022-10-26T12:10:56.988Z] 699f458cf7ca: Pull complete [2022-10-26T12:10:56.988Z] 765212b225bb: Pull complete [2022-10-26T12:10:57.950Z] f23df028b6ca: Pull complete [2022-10-26T12:10:57.950Z] d65c8cfc05b1: Pull complete [2022-10-26T12:11:12.948Z] 2437ff75d9bd: Pull complete [2022-10-26T12:11:12.948Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-10-26T12:11:12.948Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-26T12:11:12.948Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-26T12:11:13.249Z] prd-ubuntu20.04-docker-arm64-4c-16g-117117 does not seem to be running inside a container [2022-10-26T12:11:13.402Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-10-26T12:11:15.970Z] $ docker top a032439eb9e81c0b51c9a99729b22e8024359aaead0009dd19ef093a79f24463 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-26T12:11:16.560Z] ---> job-cost.sh [2022-10-26T12:11:16.830Z] lf-activate-venv: SKIPPING [2022-10-26T12:11:16.830Z] INFO: No Stack... [2022-10-26T12:11:17.416Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-10-26T12:11:18.012Z] INFO: Archiving Costs [Pipeline] sh [2022-10-26T12:11:18.676Z] + cat /w/workspace/app-service-configurable/1/archives/cost.csv [2022-10-26T12:11:18.676Z] + cut -d, -f6 [Pipeline] lock [2022-10-26T12:11:18.757Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-480-1-stack-cost] [2022-10-26T12:11:18.762Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-480-1-stack-cost] did not exist. Created. [2022-10-26T12:11:18.762Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-480-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-26T12:11:19.169Z] /w/workspace/app-service-configurable/1@tmp/durable-9aa5cc78/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-10-26T12:11:19.526Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-10-26T12:11:19.560Z] Warning: overwriting stash ‘stack-cost’ [2022-10-26T12:11:19.602Z] Stashed 1 file(s) [Pipeline] } [2022-10-26T12:11:19.623Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-480-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-26T12:11:19.719Z] $ docker stop --time=1 a032439eb9e81c0b51c9a99729b22e8024359aaead0009dd19ef093a79f24463 [2022-10-26T12:11:21.167Z] $ docker rm -f a032439eb9e81c0b51c9a99729b22e8024359aaead0009dd19ef093a79f24463 [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 [2022-10-26T12:11:22.136Z] provisioning config files... [2022-10-26T12:11:22.143Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-480@tmp/config11490534894109446583tmp [Pipeline] { [Pipeline] sh [2022-10-26T12:11:22.478Z] + set +x [2022-10-26T12:11:22.478Z] + bash -s -- [2022-10-26T12:11:22.478Z] + curl -s https://codecov.io/bash [2022-10-26T12:11:22.478Z] [2022-10-26T12:11:22.478Z] _____ _ [2022-10-26T12:11:22.478Z] / ____| | | [2022-10-26T12:11:22.478Z] | | ___ __| | ___ ___ _____ __ [2022-10-26T12:11:22.478Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-10-26T12:11:22.478Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-10-26T12:11:22.478Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-10-26T12:11:22.478Z] Bash-1.0.6 [2022-10-26T12:11:22.478Z] [2022-10-26T12:11:22.478Z] [2022-10-26T12:11:22.478Z] ==> git version 2.25.1 found [2022-10-26T12:11:22.478Z] ==> 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 [2022-10-26T12:11:22.478Z] Release-Date: 2020-01-08 [2022-10-26T12:11:22.478Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-10-26T12:11:22.478Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-10-26T12:11:22.478Z] ==> Jenkins CI detected. [2022-10-26T12:11:22.478Z] current dir:  /w/workspace/_app-service-configurable_PR-480 [2022-10-26T12:11:22.478Z] project root: . [2022-10-26T12:11:22.478Z] --> token set from env [2022-10-26T12:11:22.478Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-10-26T12:11:22.478Z] ==> Running gcov in . (disable via -X gcov) [2022-10-26T12:11:22.478Z] ==> Python coveragepy not found [2022-10-26T12:11:22.478Z] ==> Searching for coverage reports in: [2022-10-26T12:11:22.478Z] + . [2022-10-26T12:11:22.478Z] -> Found 1 reports [2022-10-26T12:11:22.478Z] ==> Detecting git/mercurial file structure [2022-10-26T12:11:22.478Z] ==> Reading reports [2022-10-26T12:11:22.738Z] + ./coverage.out bytes=10 [2022-10-26T12:11:22.738Z] ==> Appending adjustments [2022-10-26T12:11:22.738Z] https://docs.codecov.io/docs/fixing-reports [2022-10-26T12:11:22.738Z] + Found adjustments [2022-10-26T12:11:22.738Z] ==> Gzipping contents [2022-10-26T12:11:22.738Z] 4.0K /tmp/codecov.FpjHEx.gz [2022-10-26T12:11:22.738Z] ==> Uploading reports [2022-10-26T12:11:22.738Z] url: https://codecov.io [2022-10-26T12:11:22.738Z] query: branch=PR-480&commit=039cb83e8e07daf76122e2716a309c1f53258016&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-480%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=480&job=&cmd_args= [2022-10-26T12:11:22.738Z] -> Pinging Codecov [2022-10-26T12:11:22.738Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-480&commit=039cb83e8e07daf76122e2716a309c1f53258016&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-480%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=480&job=&cmd_args= [2022-10-26T12:11:22.997Z] -> Uploading to [2022-10-26T12:11:22.998Z] https://storage.googleapis.com/codecov/v4/raw/2022-10-26/A97CA9966030D2A3747ED39772930CCE/039cb83e8e07daf76122e2716a309c1f53258016/4112ee2c-ec15-4bf9-ad42-f77d18589e1c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221026%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221026T121122Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c1c5dc23f237eccc1be117c93331e0f02b712741d30d2c3bbbbb11231fc22995 [2022-10-26T12:11:22.998Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-26T12:11:22.998Z] Dload Upload Total Spent Left Speed [2022-10-26T12:11:23.257Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 527 0 0 100 527 0 2159 --:--:-- --:--:-- --:--:-- 2159 [2022-10-26T12:11:23.257Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/039cb83e8e07daf76122e2716a309c1f53258016 [Pipeline] } [2022-10-26T12:11:23.285Z] 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 [2022-10-26T12:11:25.049Z] + [ -d /w/workspace/_app-service-configurable_PR-480/archives ] [2022-10-26T12:11:25.049Z] + ls -al /w/workspace/_app-service-configurable_PR-480/archives [2022-10-26T12:11:25.049Z] total 16 [2022-10-26T12:11:25.049Z] drwxr-xr-x 3 root root 4096 Oct 26 12:06 . [2022-10-26T12:11:25.049Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 26 12:06 .. [2022-10-26T12:11:25.049Z] drwxr-xr-x 2 root root 4096 Oct 26 12:06 cost [2022-10-26T12:11:25.049Z] -rw-r--r-- 1 root root 96 Oct 26 12:06 cost.csv [2022-10-26T12:11:25.049Z] + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-480/archives [2022-10-26T12:11:25.049Z] + ls -al /w/workspace/_app-service-configurable_PR-480/archives [2022-10-26T12:11:25.049Z] total 16 [2022-10-26T12:11:25.049Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 26 12:06 . [2022-10-26T12:11:25.049Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 26 12:06 .. [2022-10-26T12:11:25.049Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 26 12:06 cost [2022-10-26T12:11:25.049Z] -rw-r--r-- 1 jenkins jenkins 96 Oct 26 12:06 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-10-26T12:11:25.374Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-26T12:11:26.260Z] ---> package-listing.sh [2022-10-26T12:11:26.260Z] ++ facter osfamily [2022-10-26T12:11:26.260Z] ++ tr '[:upper:]' '[:lower:]' [2022-10-26T12:11:26.518Z] + OS_FAMILY=debian [2022-10-26T12:11:26.518Z] + workspace=/w/workspace/_app-service-configurable_PR-480 [2022-10-26T12:11:26.518Z] + START_PACKAGES=/tmp/packages_start.txt [2022-10-26T12:11:26.518Z] + END_PACKAGES=/tmp/packages_end.txt [2022-10-26T12:11:26.518Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-10-26T12:11:26.518Z] + PACKAGES=/tmp/packages_start.txt [2022-10-26T12:11:26.518Z] + '[' /w/workspace/_app-service-configurable_PR-480 ']' [2022-10-26T12:11:26.518Z] + PACKAGES=/tmp/packages_end.txt [2022-10-26T12:11:26.518Z] + case "${OS_FAMILY}" in [2022-10-26T12:11:26.518Z] + dpkg -l [2022-10-26T12:11:26.518Z] + grep '^ii' [2022-10-26T12:11:26.518Z] + '[' -f /tmp/packages_start.txt ']' [2022-10-26T12:11:26.518Z] + '[' -f /tmp/packages_end.txt ']' [2022-10-26T12:11:26.518Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-10-26T12:11:26.518Z] + '[' /w/workspace/_app-service-configurable_PR-480 ']' [2022-10-26T12:11:26.518Z] + mkdir -p /w/workspace/_app-service-configurable_PR-480/archives/ [2022-10-26T12:11:26.518Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-480/archives/ [Pipeline] echo [2022-10-26T12:11:26.554Z] 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-480/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-10-26T12:11:26.845Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T12:11:27.467Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-26T12:11:27.467Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-26T12:11:27.614Z] prd-ubuntu20.04-docker-8c-8g-117119 does not seem to be running inside a container [2022-10-26T12:11:27.644Z] $ 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-480/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-480 -v /w/workspace/_app-service-configurable_PR-480:/w/workspace/_app-service-configurable_PR-480:rw,z -v /w/workspace/_app-service-configurable_PR-480@tmp:/w/workspace/_app-service-configurable_PR-480@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-10-26T12:11:27.870Z] $ docker top 17c74f0024e94fedd040358b089f9206113466d2911344f534cf5e9751517991 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-26T12:11:28.260Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-10-26T12:11:28.567Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-10-26T12:11:28.878Z] + ls /var/log/sa-host [2022-10-26T12:11:28.878Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-26T12:11:29.088Z] provisioning config files... [2022-10-26T12:11:29.097Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-480@tmp/config704741848969113356tmp [Pipeline] { [Pipeline] echo [2022-10-26T12:11:29.146Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-26T12:11:29.454Z] ---> create-netrc.sh [Pipeline] } [2022-10-26T12:11:29.481Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-10-26T12:11:29.890Z] ---> python-tools-install.sh [Pipeline] echo [2022-10-26T12:11:29.919Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-26T12:11:30.236Z] ---> sudo-logs.sh [2022-10-26T12:11:30.236Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-10-26T12:11:30.328Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-26T12:11:30.634Z] ---> job-cost.sh [2022-10-26T12:11:30.634Z] lf-activate-venv: SKIPPING [2022-10-26T12:11:30.634Z] DEBUG: total: 0.2199999988079071 [2022-10-26T12:11:30.634Z] INFO: Retrieving Stack Cost... [2022-10-26T12:11:31.201Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-26T12:11:31.459Z] INFO: Archiving Costs [Pipeline] echo [2022-10-26T12:11:31.495Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-26T12:11:31.802Z] ---> logs-deploy.sh [2022-10-26T12:11:31.802Z] lf-activate-venv: SKIPPING [2022-10-26T12:11:31.802Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-480/1 [2022-10-26T12:11:31.802Z] INFO: archiving workspace using pattern(s): [2022-10-26T12:11:32.738Z] Archives upload complete. [2022-10-26T12:11:32.738Z] INFO: archiving logs to Nexus