Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5ce181da19694a4307a13509148c3e1aea68fdc3 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-ssh8831291686295205693.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-ssh13047760948698503830.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15077273404570351888.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c7614b56cb57ece5b5bdf52d827492071d4cc62 # timeout=10 Commit message: "Merge pull request #399 from ernestojeda/fix-go-mod-version" > 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 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-ssh17395418399375161991.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7925297307784866901.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > 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 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.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-15459’ Running on prd-ubuntu20.04-docker-8c-8g-15463 in /w/workspace/ry_app-service-configurable_main [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/ry_app-service-configurable_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 5ce181da19694a4307a13509148c3e1aea68fdc3 (main) > 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 core.sparsecheckout # timeout=10 > git checkout -f 5ce181da19694a4307a13509148c3e1aea68fdc3 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#433)" > git rev-list --no-walk 2322ffdcb95edf8567155f04f68d1e09bc614b8a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:45:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:45:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:45:21 ========================================================= 16:45:21 EdgeX Global Pipelines Version Info 16:45:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:45:22 ------------------- 16:45:22 stable info: 16:45:22 ------------------- 16:45:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:45:22 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 16:45:22 Message: update stable to v1.0.234 16:45:23 ------------------- 16:45:23 experimental info: 16:45:23 ------------------- 16:45:23 Commited By: **** collab-it+edgex@linuxfoundation.org 16:45:23 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 16:45:23 Message: update experimental to v1.0.234 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:45:23 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 16:45:23 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 16:45:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:45:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:45:23 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:45:23 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 16:45:23 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:45:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:45:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:45:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:45:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:45:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 16:45:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:45:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:45:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:45:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:45:23 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:45:23 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:45:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:45:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:45:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:45:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:45:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:45:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:45:23 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:45:23 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:45:23 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 16:45:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 16:45:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 16:45:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 16:45:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5ce181da19694a4307a13509148c3e1aea68fdc3 [Pipeline] echo 16:45:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5ce181d [Pipeline] echo 16:45:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:45:24 provisioning config files... 16:45:24 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6567498404894830583tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:45:24 ---> docker-login.sh 16:45:24 nexus3.edgexfoundry.org:10001 16:45:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:45:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:45:24 Configure a credential helper to remove this warning. See 16:45:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:45:24 16:45:24 Login Succeeded 16:45:24 nexus3.edgexfoundry.org:10002 16:45:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:45:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:45:24 Configure a credential helper to remove this warning. See 16:45:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:45:24 16:45:24 Login Succeeded 16:45:24 nexus3.edgexfoundry.org:10003 16:45:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:45:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:45:24 Configure a credential helper to remove this warning. See 16:45:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:45:24 16:45:24 Login Succeeded 16:45:24 nexus3.edgexfoundry.org:10004 16:45:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:45:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:45:25 Configure a credential helper to remove this warning. See 16:45:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:45:25 16:45:25 Login Succeeded 16:45:25 docker.io 16:45:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:45:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:45:25 Configure a credential helper to remove this warning. See 16:45:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:45:25 16:45:25 Login Succeeded 16:45:25 ---> docker-login.sh ends [Pipeline] } 16:45:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 16:45:25 + git rev-list -1 --merges 5ce181da19694a4307a13509148c3e1aea68fdc3~1..5ce181da19694a4307a13509148c3e1aea68fdc3 [Pipeline] echo 16:45:25 -----------> git rev-list -1 --merges 5ce181da19694a4307a13509148c3e1aea68fdc3~1..5ce181da19694a4307a13509148c3e1aea68fdc3 5ce181da19694a4307a13509148c3e1aea68fdc3 [false] [Pipeline] sh 16:45:26 + git log --format=format:%s -1 5ce181da19694a4307a13509148c3e1aea68fdc3 [Pipeline] echo 16:45:26 ========================================================= 16:45:26 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:45:26 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:45:26 + git log --format=format:%s -1 5ce181da19694a4307a13509148c3e1aea68fdc3 [Pipeline] echo 16:45:26 [semverPrep] GIT_COMMIT: 5ce181da19694a4307a13509148c3e1aea68fdc3, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#433) [Pipeline] echo 16:45:26 [semverPrep] This is not a build commit. [Pipeline] sh 16:45:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:45:27 + grep -v github /etc/ssh/ssh_known_hosts 16:45:27 + [ -e /tmp/ssh_known_hosts ] 16:45:27 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:45:27 + + sudo tee -a /etc/ssh/ssh_known_hosts 16:45:27 echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 16:45:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:45:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:45:27 16:45:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:45:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:45:27 0.1.4: Pulling from edgex-devops/py-git-semver 16:45:27 42c077c10790: Pulling fs layer 16:45:27 f63e77b7563a: Pulling fs layer 16:45:27 bd5fdadae976: Pulling fs layer 16:45:27 205491f53016: Pulling fs layer 16:45:27 df18705c85c3: Pulling fs layer 16:45:27 bdb3f477010e: Pulling fs layer 16:45:27 c8a8fc8e1c8f: Pulling fs layer 16:45:27 2c6e9b1d212d: Pulling fs layer 16:45:27 bdb8f0575790: Pulling fs layer 16:45:27 386e3cb2ff24: Pulling fs layer 16:45:27 2343380bae48: Pulling fs layer 16:45:27 c8a8fc8e1c8f: Waiting 16:45:27 2c6e9b1d212d: Waiting 16:45:27 2343380bae48: Waiting 16:45:27 bdb8f0575790: Waiting 16:45:27 df18705c85c3: Waiting 16:45:27 205491f53016: Waiting 16:45:27 bdb3f477010e: Waiting 16:45:27 386e3cb2ff24: Waiting 16:45:27 f63e77b7563a: Verifying Checksum 16:45:27 f63e77b7563a: Download complete 16:45:27 205491f53016: Download complete 16:45:27 df18705c85c3: Verifying Checksum 16:45:27 df18705c85c3: Download complete 16:45:28 bdb3f477010e: Verifying Checksum 16:45:28 bdb3f477010e: Download complete 16:45:28 bd5fdadae976: Verifying Checksum 16:45:28 bd5fdadae976: Download complete 16:45:28 2c6e9b1d212d: Verifying Checksum 16:45:28 2c6e9b1d212d: Download complete 16:45:28 bdb8f0575790: Verifying Checksum 16:45:28 bdb8f0575790: Download complete 16:45:28 386e3cb2ff24: Verifying Checksum 16:45:28 386e3cb2ff24: Download complete 16:45:28 2343380bae48: Verifying Checksum 16:45:28 2343380bae48: Download complete 16:45:28 42c077c10790: Verifying Checksum 16:45:28 42c077c10790: Download complete 16:45:28 c8a8fc8e1c8f: Download complete 16:45:29 42c077c10790: Pull complete 16:45:29 f63e77b7563a: Pull complete 16:45:30 bd5fdadae976: Pull complete 16:45:30 205491f53016: Pull complete 16:45:30 df18705c85c3: Pull complete 16:45:30 bdb3f477010e: Pull complete 16:45:32 c8a8fc8e1c8f: Pull complete 16:45:32 2c6e9b1d212d: Pull complete 16:45:32 bdb8f0575790: Pull complete 16:45:32 386e3cb2ff24: Pull complete 16:45:33 2343380bae48: Pull complete 16:45:33 Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 16:45:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:45:33 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:45:33 prd-ubuntu20.04-docker-8c-8g-15463 does not seem to be running inside a container 16:45:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:45:34 $ docker top e1a1d1d7ea48eb18631fcdfd83730d98dede8168f223d932415b8d292ee46f3a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:45:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:45:34 [ssh-agent] Looking for ssh-agent implementation... 16:45:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:45:34 $ docker exec e1a1d1d7ea48eb18631fcdfd83730d98dede8168f223d932415b8d292ee46f3a ssh-agent 16:45:34 SSH_AUTH_SOCK=/tmp/ssh-QJI6AuMWdp3Q/agent.33 16:45:34 SSH_AGENT_PID=39 16:45:34 Running ssh-add (command line suppressed) 16:45:35 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_7356952871524492338.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_7356952871524492338.key) 16:45:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:45:35 + git tag --points-at HEAD [Pipeline] } 16:45:35 $ docker exec --env ******** --env ******** e1a1d1d7ea48eb18631fcdfd83730d98dede8168f223d932415b8d292ee46f3a ssh-agent -k 16:45:35 unset SSH_AUTH_SOCK; 16:45:35 unset SSH_AGENT_PID; 16:45:35 echo Agent pid 39 killed; 16:45:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:45:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:45:35 [ssh-agent] Looking for ssh-agent implementation... 16:45:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:45:35 $ docker exec e1a1d1d7ea48eb18631fcdfd83730d98dede8168f223d932415b8d292ee46f3a ssh-agent 16:45:35 SSH_AUTH_SOCK=/tmp/ssh-BjmUTBwCKK0y/agent.72 16:45:35 SSH_AGENT_PID=79 16:45:35 Running ssh-add (command line suppressed) 16:45:35 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_6621906375712730565.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_6621906375712730565.key) 16:45:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:45:36 + git semver init 16:45:36 2022-06-23 16:45:36,434 [run_init] DEBUG init version:0.0.0 force:False 16:45:36 2022-06-23 16:45:36,435 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver 16:45:36 2022-06-23 16:45:36,435 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver 16:45:36 2022-06-23 16:45:36,436 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/ry_app-service-configurable_main/.semver'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 16:45:37 2022-06-23 16:45:37,120 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude 16:45:37 2022-06-23 16:45:37,121 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False 16:45:37 2022-06-23 16:45:37,121 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:45:37 2022-06-23 16:45:37,121 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:45:37 2.2.1-dev.4 [Pipeline] } 16:45:37 $ docker exec --env ******** --env ******** e1a1d1d7ea48eb18631fcdfd83730d98dede8168f223d932415b8d292ee46f3a ssh-agent -k 16:45:37 unset SSH_AUTH_SOCK; 16:45:37 unset SSH_AGENT_PID; 16:45:37 echo Agent pid 79 killed; 16:45:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:45:37 + git semver [Pipeline] } 16:45:38 $ docker stop --time=1 e1a1d1d7ea48eb18631fcdfd83730d98dede8168f223d932415b8d292ee46f3a 16:45:39 $ docker rm -f e1a1d1d7ea48eb18631fcdfd83730d98dede8168f223d932415b8d292ee46f3a [Pipeline] // withDockerContainer [Pipeline] sh 16:45:39 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:45:40 Stashed 1 file(s) [Pipeline] echo 16:45:40 [edgeXSemver]: initialized semver on version 2.2.1-dev.4 [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 16:45:40 provisioning config files... 16:45:40 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6296985059238432805tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:45:40 ---> docker-login.sh 16:45:40 nexus3.edgexfoundry.org:10001 16:45:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:45:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:45:40 Configure a credential helper to remove this warning. See 16:45:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:45:40 16:45:40 Login Succeeded 16:45:40 nexus3.edgexfoundry.org:10002 16:45:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:45:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:45:40 Configure a credential helper to remove this warning. See 16:45:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:45:40 16:45:40 Login Succeeded 16:45:40 nexus3.edgexfoundry.org:10003 16:45:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:45:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:45:40 Configure a credential helper to remove this warning. See 16:45:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:45:40 16:45:40 Login Succeeded 16:45:40 nexus3.edgexfoundry.org:10004 16:45:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:45:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:45:41 Configure a credential helper to remove this warning. See 16:45:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:45:41 16:45:41 Login Succeeded 16:45:41 docker.io 16:45:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:45:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:45:41 Configure a credential helper to remove this warning. See 16:45:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:45:41 16:45:41 Login Succeeded 16:45:41 ---> docker-login.sh ends [Pipeline] } 16:45:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:45:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:45:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:45:41 ========================================================= 16:45:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 16:45:41 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:45:41 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . 16:45:41 Sending build context to Docker daemon 3.08MB 16:45:41 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 16:45:41 Step 2/13 : FROM ${BASE} AS builder 16:45:41 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 16:45:41 59bf1c3509f3: Pulling fs layer 16:45:41 666ba61612fd: Pulling fs layer 16:45:41 8ed8ca486205: Pulling fs layer 16:45:41 cc1cd167ecdc: Pulling fs layer 16:45:41 c516ae0d96e1: Pulling fs layer 16:45:41 684cea983483: Pulling fs layer 16:45:41 dd3240ac7de5: Pulling fs layer 16:45:41 b1e948a4e11c: Pulling fs layer 16:45:41 a8fd76ee1af6: Pulling fs layer 16:45:41 646ad004c059: Pulling fs layer 16:45:41 dd3240ac7de5: Waiting 16:45:41 b1e948a4e11c: Waiting 16:45:41 a8fd76ee1af6: Waiting 16:45:41 646ad004c059: Waiting 16:45:41 cc1cd167ecdc: Waiting 16:45:41 c516ae0d96e1: Waiting 16:45:41 8ed8ca486205: Verifying Checksum 16:45:41 8ed8ca486205: Download complete 16:45:41 666ba61612fd: Verifying Checksum 16:45:41 666ba61612fd: Download complete 16:45:41 c516ae0d96e1: Download complete 16:45:41 684cea983483: Download complete 16:45:42 59bf1c3509f3: Verifying Checksum 16:45:42 59bf1c3509f3: Download complete 16:45:42 dd3240ac7de5: Verifying Checksum 16:45:42 dd3240ac7de5: Download complete 16:45:42 b1e948a4e11c: Verifying Checksum 16:45:42 b1e948a4e11c: Download complete 16:45:42 59bf1c3509f3: Pull complete 16:45:42 666ba61612fd: Pull complete 16:45:42 8ed8ca486205: Pull complete 16:45:42 a8fd76ee1af6: Verifying Checksum 16:45:42 a8fd76ee1af6: Download complete 16:45:42 646ad004c059: Verifying Checksum 16:45:42 646ad004c059: Download complete 16:45:42 cc1cd167ecdc: Verifying Checksum 16:45:42 cc1cd167ecdc: Download complete 16:45:47 cc1cd167ecdc: Pull complete 16:45:47 c516ae0d96e1: Pull complete 16:45:47 684cea983483: Pull complete 16:45:47 dd3240ac7de5: Pull complete 16:45:47 b1e948a4e11c: Pull complete 16:45:49 a8fd76ee1af6: Pull complete 16:45:50 646ad004c059: Pull complete 16:45:50 Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 16:45:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 16:45:50 ---> 8f69c11f6b0c 16:45:50 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:45:51 ---> Running in 712345160d55 16:45:51 Removing intermediate container 712345160d55 16:45:51 ---> ca236471c68c 16:45:51 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 16:45:51 ---> Running in fe66f741f6a9 16:45:51 Removing intermediate container fe66f741f6a9 16:45:51 ---> a940ac47dd9e 16:45:51 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:45:51 ---> Running in ed49b471c37f 16:45:51 Removing intermediate container ed49b471c37f 16:45:51 ---> 8eed3c190026 16:45:51 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:45:51 ---> Running in 417035eaf2b5 16:45:52 Removing intermediate container 417035eaf2b5 16:45:52 ---> 5e04267e1968 16:45:52 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:45:52 ---> Running in 2b6045f21407 16:45:52 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:45:53 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:45:53 OK: 221 MiB in 52 packages 16:45:54 Removing intermediate container 2b6045f21407 16:45:54 ---> 37c2296d4f40 16:45:54 Step 8/13 : WORKDIR /app 16:45:54 ---> Running in a39e6217a309 16:45:54 Removing intermediate container a39e6217a309 16:45:54 ---> 3d8dea2c1d22 16:45:54 Step 9/13 : COPY go.mod vendor* ./ 16:45:54 ---> e1171aeddd07 16:45:54 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:45:54 ---> Running in de58ed3f6cce 16:45:55 Still waiting to schedule task 16:45:55 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-15461’ 16:46:16 Removing intermediate container de58ed3f6cce 16:46:16 ---> e8c37d3594a1 16:46:16 Step 11/13 : COPY . . 16:46:16 ---> 03043329e673 16:46:16 Step 12/13 : ARG MAKE="make build" 16:46:16 ---> Running in f1c6b673b81d 16:46:16 Removing intermediate container f1c6b673b81d 16:46:16 ---> daf30f4c3da8 16:46:16 Step 13/13 : RUN $MAKE 16:46:16 ---> Running in 0a11232e4bde 16:46:16 noop 16:46:16 Removing intermediate container 0a11232e4bde 16:46:16 ---> b95ebe7ef349 16:46:16 Successfully built b95ebe7ef349 16:46:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:46:16 + docker inspect -f . ci-base-image-x86_64 16:46:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:46:16 prd-ubuntu20.04-docker-8c-8g-15463 does not seem to be running inside a container 16:46:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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 ******** ci-base-image-x86_64 cat 16:46:17 $ docker top b9c183d8cd3bfea374d6a076531f3c670214e7a97ab1428c1db64f2099b0c94e -eo pid,comm [Pipeline] { [Pipeline] sh 16:46:17 + go version 16:46:17 go version go1.17.7 linux/amd64 [Pipeline] } 16:46:17 $ docker stop --time=1 b9c183d8cd3bfea374d6a076531f3c670214e7a97ab1428c1db64f2099b0c94e 16:46:19 $ docker rm -f b9c183d8cd3bfea374d6a076531f3c670214e7a97ab1428c1db64f2099b0c94e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:46:19 + docker inspect -f . ci-base-image-x86_64 16:46:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:46:19 prd-ubuntu20.04-docker-8c-8g-15463 does not seem to be running inside a container 16:46:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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 ******** ci-base-image-x86_64 cat 16:46:20 $ docker top 9c48815b3695b2fe1dc2fa96686323d6b87c44fb7551239c704b2c1e3ba63244 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 16:46:20 + make test 16:46:20 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 16:46:30 ? github.com/edgexfoundry/app-service-configurable [no test files] 16:46:30 CGO_ENABLED=1 go vet ./... 16:46:34 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:46:34 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:46:34 ./bin/test-attribution-txt.sh [Pipeline] echo 16:46:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:46:35 $ docker stop --time=1 9c48815b3695b2fe1dc2fa96686323d6b87c44fb7551239c704b2c1e3ba63244 16:46:36 $ docker rm -f 9c48815b3695b2fe1dc2fa96686323d6b87c44fb7551239c704b2c1e3ba63244 [Pipeline] // withDockerContainer [Pipeline] sh 16:46:37 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:46:37 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 16:46:37 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:46:38 + ls -al . 16:46:38 total 168 16:46:38 drwxrwxr-x 8 jenkins jenkins 4096 Jun 23 16:46 . 16:46:38 drwxrwxr-x 4 jenkins jenkins 4096 Jun 23 16:45 .. 16:46:38 -rw-rw-r-- 1 jenkins jenkins 119 Jun 23 16:45 .dockerignore 16:46:38 drwxrwxr-x 8 jenkins jenkins 4096 Jun 23 16:45 .git 16:46:38 drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 16:45 .github 16:46:38 -rw-rw-r-- 1 jenkins jenkins 104 Jun 23 16:45 .gitignore 16:46:38 drwxr-xr-x 3 jenkins jenkins 4096 Jun 23 16:45 .semver 16:46:38 -rw-rw-r-- 1 jenkins jenkins 8698 Jun 23 16:45 Attribution.txt 16:46:38 -rw-rw-r-- 1 jenkins jenkins 27269 Jun 23 16:45 CHANGELOG.md 16:46:38 -rw-rw-r-- 1 jenkins jenkins 2087 Jun 23 16:45 Dockerfile 16:46:38 -rw-rw-r-- 1 jenkins jenkins 677 Jun 23 16:45 GOVERNANCE.md 16:46:38 -rw-rw-r-- 1 jenkins jenkins 688 Jun 23 16:45 Jenkinsfile 16:46:38 -rw-rw-r-- 1 jenkins jenkins 10174 Jun 23 16:45 LICENSE 16:46:38 -rw-rw-r-- 1 jenkins jenkins 618 Jun 23 16:45 OWNERS.md 16:46:38 -rw-rw-r-- 1 jenkins jenkins 3718 Jun 23 16:45 README.md 16:46:38 -rw-rw-r-- 1 jenkins jenkins 11 Jun 23 16:45 VERSION 16:46:38 drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 16:45 bin 16:46:38 -rw-r--r-- 1 jenkins jenkins 10 Jun 23 16:46 coverage.out 16:46:38 -rw-rw-r-- 1 jenkins jenkins 3273 Jun 23 16:45 go.mod 16:46:38 -rw-rw-r-- 1 jenkins jenkins 35803 Jun 23 16:45 go.sum 16:46:38 -rw-rw-r-- 1 jenkins jenkins 1949 Jun 23 16:45 main.go 16:46:38 -rw-rw-r-- 1 jenkins jenkins 1972 Jun 23 16:45 makefile 16:46:38 drwxrwxr-x 10 jenkins jenkins 4096 Jun 23 16:45 res 16:46:38 drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 16:45 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:46:38 + 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=5ce181da19694a4307a13509148c3e1aea68fdc3 --label arch=amd64 --label version=2.2.1-dev.4 . 16:46:38 Sending build context to Docker daemon 3.081MB 16:46:38 Step 1/27 : ARG BASE=golang:1.17-alpine3.15 16:46:38 Step 2/27 : FROM ${BASE} AS builder 16:46:38 ---> b95ebe7ef349 16:46:38 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:46:38 ---> Running in 44c303d2052e 16:46:38 Removing intermediate container 44c303d2052e 16:46:38 ---> e70e7d79b570 16:46:38 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 16:46:38 ---> Running in 68f41e094b21 16:46:38 Removing intermediate container 68f41e094b21 16:46:38 ---> ac9010ad5d0f 16:46:38 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:46:38 ---> Running in cbc37342bdf1 16:46:38 Removing intermediate container cbc37342bdf1 16:46:38 ---> e30d7e767452 16:46:38 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:46:38 ---> Running in 7bca068ba6a6 16:46:39 Removing intermediate container 7bca068ba6a6 16:46:39 ---> 3ca50243261d 16:46:39 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:46:39 ---> Running in 9b64a97ee607 16:46:39 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:46:40 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:46:40 OK: 221 MiB in 52 packages 16:46:41 Removing intermediate container 9b64a97ee607 16:46:41 ---> e4e5637883d8 16:46:41 Step 8/27 : WORKDIR /app 16:46:41 ---> Running in 42bb3a07c930 16:46:41 Removing intermediate container 42bb3a07c930 16:46:41 ---> 2a41e5370d7d 16:46:41 Step 9/27 : COPY go.mod vendor* ./ 16:46:41 ---> 386eafc1bae8 16:46:41 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:46:41 ---> Running in 13b9a93a59ca 16:46:42 Removing intermediate container 13b9a93a59ca 16:46:42 ---> 633664805ccd 16:46:42 Step 11/27 : COPY . . 16:46:42 ---> cf8fab404a20 16:46:42 Step 12/27 : ARG MAKE="make build" 16:46:42 ---> Running in d2c37f1d645c 16:46:42 Removing intermediate container d2c37f1d645c 16:46:42 ---> 75ec0f7ce07b 16:46:42 Step 13/27 : RUN $MAKE 16:46:42 ---> Running in 6afcca915b1a 16:46:42 CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.1-dev.9 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.2.1-dev.4" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 16:47:05 Removing intermediate container 6afcca915b1a 16:47:05 ---> 3742b2684fe2 16:47:05 Step 14/27 : FROM alpine:3.14 16:47:05 3.14: Pulling from library/alpine 16:47:05 8663204ce13b: Pulling fs layer 16:47:05 8663204ce13b: Verifying Checksum 16:47:05 8663204ce13b: Download complete 16:47:05 8663204ce13b: Pull complete 16:47:05 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 16:47:05 Status: Downloaded newer image for alpine:3.14 16:47:05 ---> e04c818066af 16:47:05 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:47:05 ---> Running in 97305f82194b 16:47:05 Removing intermediate container 97305f82194b 16:47:05 ---> 446a0cac36bc 16:47:05 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 16:47:05 ---> Running in fb66467afb21 16:47:05 Removing intermediate container fb66467afb21 16:47:05 ---> 557b04bd1715 16:47:05 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 16:47:05 ---> Running in c43a9d6c4b87 16:47:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 16:47:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 16:47:05 (1/7) Installing ca-certificates (20211220-r0) 16:47:05 (2/7) Installing dumb-init (1.2.5-r1) 16:47:05 (3/7) Installing libgcc (10.3.1_git20210424-r2) 16:47:05 (4/7) Installing libsodium (1.0.18-r0) 16:47:05 (5/7) Installing libstdc++ (10.3.1_git20210424-r2) 16:47:05 (6/7) Installing libzmq (4.3.4-r0) 16:47:05 (7/7) Installing zeromq (4.3.4-r0) 16:47:05 Executing busybox-1.33.1-r7.trigger 16:47:05 Executing ca-certificates-20211220-r0.trigger 16:47:05 OK: 9 MiB in 21 packages 16:47:05 Removing intermediate container c43a9d6c4b87 16:47:05 ---> 5118cbca25db 16:47:05 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 16:47:06 ---> 7d325a35ce45 16:47:06 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 16:47:06 ---> b4c703a528ae 16:47:06 Step 20/27 : COPY --from=builder /app/res/ /res/ 16:47:06 ---> beff0a59d4cb 16:47:06 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 16:47:07 ---> ba6e378b27d9 16:47:07 Step 22/27 : EXPOSE 48095 16:47:07 ---> Running in c1b63708cfac 16:47:07 Removing intermediate container c1b63708cfac 16:47:07 ---> 92af83309861 16:47:07 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 16:47:07 ---> Running in 13aa8cafd483 16:47:07 Removing intermediate container 13aa8cafd483 16:47:07 ---> 5a641a96afe3 16:47:07 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:47:07 ---> Running in b20777fb7f76 16:47:07 Removing intermediate container b20777fb7f76 16:47:07 ---> 1906180e5ca0 16:47:07 Step 25/27 : LABEL arch=amd64 16:47:07 ---> Running in 5b0e787ce783 16:47:07 Removing intermediate container 5b0e787ce783 16:47:07 ---> 727053ee3d20 16:47:07 Step 26/27 : LABEL git_sha=5ce181da19694a4307a13509148c3e1aea68fdc3 16:47:07 ---> Running in 7f5983f9a681 16:47:07 Removing intermediate container 7f5983f9a681 16:47:07 ---> 684fd95a0733 16:47:07 Step 27/27 : LABEL version=2.2.1-dev.4 16:47:07 ---> Running in 5b5942a5631b 16:47:07 Removing intermediate container 5b5942a5631b 16:47:07 ---> 69050768015c 16:47:07 [Warning] One or more build-args [ARCH] were not consumed 16:47:07 Successfully built 69050768015c 16:47:07 Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:47:07 provisioning config files... 16:47:07 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6514614126024056148tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:47:08 ---> docker-login.sh 16:47:08 nexus3.edgexfoundry.org:10001 16:47:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:47:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:47:08 Configure a credential helper to remove this warning. See 16:47:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:47:08 16:47:08 Login Succeeded 16:47:08 nexus3.edgexfoundry.org:10002 16:47:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:47:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:47:08 Configure a credential helper to remove this warning. See 16:47:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:47:08 16:47:08 Login Succeeded 16:47:08 nexus3.edgexfoundry.org:10003 16:47:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:47:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:47:08 Configure a credential helper to remove this warning. See 16:47:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:47:08 16:47:08 Login Succeeded 16:47:08 nexus3.edgexfoundry.org:10004 16:47:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:47:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:47:08 Configure a credential helper to remove this warning. See 16:47:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:47:08 16:47:08 Login Succeeded 16:47:08 docker.io 16:47:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:47:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:47:09 Configure a credential helper to remove this warning. See 16:47:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:47:09 16:47:09 Login Succeeded 16:47:09 ---> docker-login.sh ends [Pipeline] } 16:47:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:47:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:47:09 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 16:47:09 5ce181da19694a4307a13509148c3e1aea68fdc3 16:47:09 latest 16:47:09 2.2.1-dev.4 16:47:09 5ce181da19694a4307a13509148c3e1aea68fdc3-2.2.1-dev.4 16:47:09 main 16:47:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:47:09 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:5ce181da19694a4307a13509148c3e1aea68fdc3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:47:09 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:5ce181da19694a4307a13509148c3e1aea68fdc3 16:47:09 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:47:09 a65c9f30edc6: Preparing 16:47:09 e4b38aec061f: Preparing 16:47:09 b49653d85656: Preparing 16:47:09 c03295c471bc: Preparing 16:47:09 6acd00b1839f: Preparing 16:47:09 b541d28bf3b4: Preparing 16:47:09 b541d28bf3b4: Waiting 16:47:09 b49653d85656: Pushed 16:47:09 c03295c471bc: Pushed 16:47:09 e4b38aec061f: Pushed 16:47:09 b541d28bf3b4: Layer already exists 16:47:10 6acd00b1839f: Pushed 16:47:12 a65c9f30edc6: Pushed 16:47:13 5ce181da19694a4307a13509148c3e1aea68fdc3: digest: sha256:87ff0a5864e607742a2799d8e1977d7951ee253efe1675320eec21129bded8fa size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:47:13 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:47:13 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 16:47:13 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:47:13 a65c9f30edc6: Preparing 16:47:13 e4b38aec061f: Preparing 16:47:13 b49653d85656: Preparing 16:47:13 c03295c471bc: Preparing 16:47:13 6acd00b1839f: Preparing 16:47:13 b541d28bf3b4: Preparing 16:47:13 b541d28bf3b4: Waiting 16:47:13 b49653d85656: Layer already exists 16:47:13 6acd00b1839f: Layer already exists 16:47:13 a65c9f30edc6: Layer already exists 16:47:13 c03295c471bc: Layer already exists 16:47:13 e4b38aec061f: Layer already exists 16:47:13 b541d28bf3b4: Layer already exists 16:47:13 latest: digest: sha256:87ff0a5864e607742a2799d8e1977d7951ee253efe1675320eec21129bded8fa size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:47:14 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.1-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:47:14 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.1-dev.4 16:47:14 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:47:14 a65c9f30edc6: Preparing 16:47:14 e4b38aec061f: Preparing 16:47:14 b49653d85656: Preparing 16:47:14 c03295c471bc: Preparing 16:47:14 6acd00b1839f: Preparing 16:47:14 b541d28bf3b4: Preparing 16:47:14 b541d28bf3b4: Waiting 16:47:14 c03295c471bc: Layer already exists 16:47:14 a65c9f30edc6: Layer already exists 16:47:14 e4b38aec061f: Layer already exists 16:47:14 b49653d85656: Layer already exists 16:47:14 6acd00b1839f: Layer already exists 16:47:14 b541d28bf3b4: Layer already exists 16:47:14 2.2.1-dev.4: digest: sha256:87ff0a5864e607742a2799d8e1977d7951ee253efe1675320eec21129bded8fa size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:47:14 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:5ce181da19694a4307a13509148c3e1aea68fdc3-2.2.1-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:47:15 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:5ce181da19694a4307a13509148c3e1aea68fdc3-2.2.1-dev.4 16:47:15 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:47:15 a65c9f30edc6: Preparing 16:47:15 e4b38aec061f: Preparing 16:47:15 b49653d85656: Preparing 16:47:15 c03295c471bc: Preparing 16:47:15 6acd00b1839f: Preparing 16:47:15 b541d28bf3b4: Preparing 16:47:15 c03295c471bc: Layer already exists 16:47:15 a65c9f30edc6: Layer already exists 16:47:15 e4b38aec061f: Layer already exists 16:47:15 b49653d85656: Layer already exists 16:47:15 6acd00b1839f: Layer already exists 16:47:15 b541d28bf3b4: Layer already exists 16:47:15 5ce181da19694a4307a13509148c3e1aea68fdc3-2.2.1-dev.4: digest: sha256:87ff0a5864e607742a2799d8e1977d7951ee253efe1675320eec21129bded8fa size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:47:15 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:47:15 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 16:47:15 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:47:15 a65c9f30edc6: Preparing 16:47:15 e4b38aec061f: Preparing 16:47:15 b49653d85656: Preparing 16:47:15 c03295c471bc: Preparing 16:47:15 6acd00b1839f: Preparing 16:47:15 b541d28bf3b4: Preparing 16:47:15 b541d28bf3b4: Waiting 16:47:15 6acd00b1839f: Layer already exists 16:47:15 c03295c471bc: Layer already exists 16:47:15 e4b38aec061f: Layer already exists 16:47:15 b49653d85656: Layer already exists 16:47:15 a65c9f30edc6: Layer already exists 16:47:15 b541d28bf3b4: Layer already exists 16:47:15 main: digest: sha256:87ff0a5864e607742a2799d8e1977d7951ee253efe1675320eec21129bded8fa size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:47:15 ===================================================== [Pipeline] echo 16:47:15 taggedImages: 16:47:15 - nexus3.edgexfoundry.org:10004/app-service-configurable:5ce181da19694a4307a13509148c3e1aea68fdc3 16:47:15 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 16:47:15 - nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.1-dev.4 16:47:15 - nexus3.edgexfoundry.org:10004/app-service-configurable:5ce181da19694a4307a13509148c3e1aea68fdc3-2.2.1-dev.4 16:47:15 - nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // script [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 16:47:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:47:16 16:47:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:47:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:47:16 latest: Pulling from edgex-lftools-log-publisher 16:47:16 5eb5b503b376: Pulling fs layer 16:47:16 5c69ac0246d0: Pulling fs layer 16:47:16 ec43610c2a17: Pulling fs layer 16:47:16 3a2ae6a8a46f: Pulling fs layer 16:47:16 33b1e0a273af: Pulling fs layer 16:47:16 5d3b04190fa2: Pulling fs layer 16:47:16 2f39f015ded8: Pulling fs layer 16:47:16 5d3b04190fa2: Waiting 16:47:16 3a2ae6a8a46f: Waiting 16:47:16 2f39f015ded8: Waiting 16:47:16 33b1e0a273af: Waiting 16:47:16 5c69ac0246d0: Download complete 16:47:16 3a2ae6a8a46f: Verifying Checksum 16:47:16 3a2ae6a8a46f: Download complete 16:47:16 33b1e0a273af: Verifying Checksum 16:47:16 33b1e0a273af: Download complete 16:47:16 ec43610c2a17: Verifying Checksum 16:47:16 ec43610c2a17: Download complete 16:47:16 5d3b04190fa2: Verifying Checksum 16:47:16 5d3b04190fa2: Download complete 16:47:16 5eb5b503b376: Verifying Checksum 16:47:16 5eb5b503b376: Download complete 16:47:17 2f39f015ded8: Download complete 16:47:17 5eb5b503b376: Pull complete 16:47:18 5c69ac0246d0: Pull complete 16:47:18 ec43610c2a17: Pull complete 16:47:18 3a2ae6a8a46f: Pull complete 16:47:18 33b1e0a273af: Pull complete 16:47:18 5d3b04190fa2: Pull complete 16:47:24 2f39f015ded8: Pull complete 16:47:24 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:47:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:47:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:47:24 prd-ubuntu20.04-docker-8c-8g-15463 does not seem to be running inside a container 16:47:24 $ 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/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:47:25 $ docker top fa0be5927901203edd74d706e5671506eb0faf29ff2c4452eb16acbc10a1d2f3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:47:26 ---> job-cost.sh 16:47:26 lf-activate-venv: SKIPPING 16:47:26 INFO: No Stack... 16:47:26 INFO: Retrieving Pricing Info for: v3-standard-8 16:47:27 INFO: Archiving Costs [Pipeline] sh 16:47:27 + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv 16:47:27 + cut -d, -f6 [Pipeline] lock 16:47:27 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-81-stack-cost] 16:47:27 Resource [jenkins-edgexfoundry-app-service-configurable-main-81-stack-cost] did not exist. Created. 16:47:27 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-81-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:47:27 + echo total: 0.2199999988079071 [Pipeline] stash 16:47:27 Stashed 1 file(s) [Pipeline] } 16:47:27 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-81-stack-cost] [Pipeline] // lock [Pipeline] } 16:47:27 $ docker stop --time=1 fa0be5927901203edd74d706e5671506eb0faf29ff2c4452eb16acbc10a1d2f3 16:47:28 $ docker rm -f fa0be5927901203edd74d706e5671506eb0faf29ff2c4452eb16acbc10a1d2f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:49:31 Running on prd-ubuntu20.04-docker-arm64-4c-16g-15464 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 16:49:31 Running in /w/workspace/app-service-configurable/81 [Pipeline] { [Pipeline] checkout 16:49:31 Selected Git installation does not exist. Using Default 16:49:31 The recommended git tool is: NONE 16:49:37 using credential edgex-jenkins-ssh 16:49:37 Cloning the remote Git repository 16:49:37 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 16:49:37 > git init /w/workspace/app-service-configurable/81 # timeout=10 16:49:37 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 16:49:37 > git --version # timeout=10 16:49:37 > git --version # 'git version 2.25.1' 16:49:37 using GIT_SSH to set credentials SSH Credentials for GitHub 16:49:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:49:38 Avoid second fetch 16:49:38 Checking out Revision 5ce181da19694a4307a13509148c3e1aea68fdc3 (main) 16:49:38 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 16:49:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:49:38 > git config core.sparsecheckout # timeout=10 16:49:39 > git checkout -f 5ce181da19694a4307a13509148c3e1aea68fdc3 # timeout=10 16:49:43 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#433)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:49:44 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 16:49:44 % Total % Received % Xferd Average Speed Time Time Time Current 16:49:44 Dload Upload Total Spent Left Speed 16:49:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 93534 0 --:--:-- --:--:-- --:--:-- 93534 [Pipeline] sh 16:49:45 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 16:49:45 + sudo tee /etc/docker/daemon.new 16:49:45 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 16:49:45 { 16:49:45 "registry-mirrors": [ 16:49:45 "https://nexus3.edgexfoundry.org:10001" 16:49:45 ], 16:49:45 "bip": "10.250.0.254/24", 16:49:45 "hosts": [ 16:49:45 "tcp://0.0.0.0:5555", 16:49:45 "unix:///var/run/docker.sock" 16:49:45 ], 16:49:45 "mtu": 1458, 16:49:45 "selinux-enabled": true, 16:49:45 "seccomp-profile": "/etc/docker/seccomp.json" 16:49:45 } [Pipeline] sh 16:49:46 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 16:49:46 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:50:04 provisioning config files... 16:50:04 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/81@tmp/config7217916383338499505tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:50:05 ---> docker-login.sh 16:50:05 nexus3.edgexfoundry.org:10001 16:50:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:50:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:50:06 Configure a credential helper to remove this warning. See 16:50:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:50:06 16:50:06 Login Succeeded 16:50:06 nexus3.edgexfoundry.org:10002 16:50:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:50:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:50:06 Configure a credential helper to remove this warning. See 16:50:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:50:06 16:50:06 Login Succeeded 16:50:06 nexus3.edgexfoundry.org:10003 16:50:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:50:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:50:06 Configure a credential helper to remove this warning. See 16:50:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:50:06 16:50:06 Login Succeeded 16:50:06 nexus3.edgexfoundry.org:10004 16:50:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:50:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:50:07 Configure a credential helper to remove this warning. See 16:50:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:50:07 16:50:07 Login Succeeded 16:50:07 docker.io 16:50:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:50:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:50:08 Configure a credential helper to remove this warning. See 16:50:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:50:08 16:50:08 Login Succeeded 16:50:08 ---> docker-login.sh ends [Pipeline] } 16:50:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:50:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:50:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:50:08 ========================================================= 16:50:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 16:50:08 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:09 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . 16:50:09 Sending build context to Docker daemon 204.8kB 16:50:09 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 16:50:09 Step 2/13 : FROM ${BASE} AS builder 16:50:09 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:50:09 9b3977197b4f: Pulling fs layer 16:50:09 1a89e8eeedd5: Pulling fs layer 16:50:09 94645a83ff95: Pulling fs layer 16:50:09 e6fb740bc735: Pulling fs layer 16:50:09 3a77bd46dcc9: Pulling fs layer 16:50:09 355e64cbe906: Pulling fs layer 16:50:09 63ab81a10011: Pulling fs layer 16:50:09 555d1d1c4555: Pulling fs layer 16:50:09 7d9057610161: Pulling fs layer 16:50:09 355e64cbe906: Waiting 16:50:09 63ab81a10011: Waiting 16:50:09 555d1d1c4555: Waiting 16:50:09 e6fb740bc735: Waiting 16:50:09 7d9057610161: Waiting 16:50:09 3a77bd46dcc9: Waiting 16:50:09 94645a83ff95: Verifying Checksum 16:50:09 94645a83ff95: Download complete 16:50:09 1a89e8eeedd5: Verifying Checksum 16:50:09 1a89e8eeedd5: Download complete 16:50:09 3a77bd46dcc9: Download complete 16:50:09 9b3977197b4f: Verifying Checksum 16:50:09 9b3977197b4f: Download complete 16:50:09 355e64cbe906: Verifying Checksum 16:50:09 355e64cbe906: Download complete 16:50:09 63ab81a10011: Verifying Checksum 16:50:09 63ab81a10011: Download complete 16:50:10 9b3977197b4f: Pull complete 16:50:10 7d9057610161: Verifying Checksum 16:50:10 7d9057610161: Download complete 16:50:11 1a89e8eeedd5: Pull complete 16:50:11 94645a83ff95: Pull complete 16:50:12 555d1d1c4555: Verifying Checksum 16:50:12 555d1d1c4555: Download complete 16:50:12 e6fb740bc735: Verifying Checksum 16:50:12 e6fb740bc735: Download complete 16:50:25 e6fb740bc735: Pull complete 16:50:25 3a77bd46dcc9: Pull complete 16:50:25 355e64cbe906: Pull complete 16:50:25 63ab81a10011: Pull complete 16:50:32 555d1d1c4555: Pull complete 16:50:34 7d9057610161: Pull complete 16:50:34 Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 16:50:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 16:50:34 ---> 819e984ddca1 16:50:34 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:50:35 ---> Running in eeca4922e368 16:50:35 Removing intermediate container eeca4922e368 16:50:35 ---> a7c8bb45b5b9 16:50:35 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 16:50:35 ---> Running in 3381ea77cbe4 16:50:35 Removing intermediate container 3381ea77cbe4 16:50:35 ---> 81d7ba449995 16:50:35 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:50:35 ---> Running in a9459fcd0ed6 16:50:36 Removing intermediate container a9459fcd0ed6 16:50:36 ---> ba31939ece45 16:50:36 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:50:36 ---> Running in 0438e453c7df 16:50:38 Removing intermediate container 0438e453c7df 16:50:38 ---> 3894e0994434 16:50:38 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:50:38 ---> Running in f6ccc7b1b206 16:50:39 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:50:40 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:50:41 OK: 220 MiB in 52 packages 16:50:42 Removing intermediate container f6ccc7b1b206 16:50:42 ---> f4a03798afa0 16:50:42 Step 8/13 : WORKDIR /app 16:50:42 ---> Running in e5d790399a53 16:50:42 Removing intermediate container e5d790399a53 16:50:42 ---> b292c3a4652b 16:50:42 Step 9/13 : COPY go.mod vendor* ./ 16:50:43 ---> 76348304932c 16:50:43 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:50:43 ---> Running in cf1d7b4d795f 16:51:30 Removing intermediate container cf1d7b4d795f 16:51:30 ---> 1ab71afbe291 16:51:30 Step 11/13 : COPY . . 16:51:30 ---> 9807700ebcf8 16:51:30 Step 12/13 : ARG MAKE="make build" 16:51:30 ---> Running in faf27baab249 16:51:30 Removing intermediate container faf27baab249 16:51:30 ---> dc42e2fdee79 16:51:30 Step 13/13 : RUN $MAKE 16:51:30 ---> Running in 70399a322408 16:51:31 noop 16:51:32 Removing intermediate container 70399a322408 16:51:32 ---> 585f40daf7f4 16:51:32 Successfully built 585f40daf7f4 16:51:32 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:51:32 + docker inspect -f . ci-base-image-arm64 16:51:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:51:33 prd-ubuntu20.04-docker-arm64-4c-16g-15464 does not seem to be running inside a container 16:51:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/81 -v /w/workspace/app-service-configurable/81:/w/workspace/app-service-configurable/81:rw,z -v /w/workspace/app-service-configurable/81@tmp:/w/workspace/app-service-configurable/81@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 ******** ci-base-image-arm64 cat 16:51:34 $ docker top 550782405a1ed2f0cab0fdc2b801925cac414a4676d1c87dafefffe39f957924 -eo pid,comm [Pipeline] { [Pipeline] sh 16:51:35 + go version 16:51:35 go version go1.17.7 linux/arm64 [Pipeline] } 16:51:35 $ docker stop --time=1 550782405a1ed2f0cab0fdc2b801925cac414a4676d1c87dafefffe39f957924 16:51:37 $ docker rm -f 550782405a1ed2f0cab0fdc2b801925cac414a4676d1c87dafefffe39f957924 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:51:38 + docker inspect -f . ci-base-image-arm64 16:51:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:51:38 prd-ubuntu20.04-docker-arm64-4c-16g-15464 does not seem to be running inside a container 16:51:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/81 -v /w/workspace/app-service-configurable/81:/w/workspace/app-service-configurable/81:rw,z -v /w/workspace/app-service-configurable/81@tmp:/w/workspace/app-service-configurable/81@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 ******** ci-base-image-arm64 cat 16:51:39 $ docker top b99a55ffce4ca169dc1f0dfceef59fdf3909743da930173960959e8d49adb8f8 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 16:51:40 + make test 16:51:40 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 16:53:17 ? github.com/edgexfoundry/app-service-configurable [no test files] 16:53:17 CGO_ENABLED=1 go vet ./... 16:53:35 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:53:35 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:53:35 ./bin/test-attribution-txt.sh [Pipeline] echo 16:53:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:53:36 $ docker stop --time=1 b99a55ffce4ca169dc1f0dfceef59fdf3909743da930173960959e8d49adb8f8 16:53:38 $ docker rm -f b99a55ffce4ca169dc1f0dfceef59fdf3909743da930173960959e8d49adb8f8 [Pipeline] // withDockerContainer [Pipeline] sh 16:53:39 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:53:39 Warning: overwriting stash ‘coverage-report’ 16:53:39 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:53:39 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:53:40 + ls -al . 16:53:40 total 164 16:53:40 drwxrwxr-x 7 jenkins jenkins 4096 Jun 23 16:53 . 16:53:40 drwxrwxr-x 4 jenkins jenkins 4096 Jun 23 16:49 .. 16:53:40 -rw-rw-r-- 1 jenkins jenkins 119 Jun 23 16:49 .dockerignore 16:53:40 drwxrwxr-x 8 jenkins jenkins 4096 Jun 23 16:49 .git 16:53:40 drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 16:49 .github 16:53:40 -rw-rw-r-- 1 jenkins jenkins 104 Jun 23 16:49 .gitignore 16:53:40 -rw-rw-r-- 1 jenkins jenkins 8698 Jun 23 16:49 Attribution.txt 16:53:40 -rw-rw-r-- 1 jenkins jenkins 27269 Jun 23 16:49 CHANGELOG.md 16:53:40 -rw-rw-r-- 1 jenkins jenkins 2087 Jun 23 16:49 Dockerfile 16:53:40 -rw-rw-r-- 1 jenkins jenkins 677 Jun 23 16:49 GOVERNANCE.md 16:53:40 -rw-rw-r-- 1 jenkins jenkins 688 Jun 23 16:49 Jenkinsfile 16:53:40 -rw-rw-r-- 1 jenkins jenkins 10174 Jun 23 16:49 LICENSE 16:53:40 -rw-rw-r-- 1 jenkins jenkins 618 Jun 23 16:49 OWNERS.md 16:53:40 -rw-rw-r-- 1 jenkins jenkins 3718 Jun 23 16:49 README.md 16:53:40 -rw-rw-r-- 1 jenkins jenkins 11 Jun 23 16:45 VERSION 16:53:40 drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 16:49 bin 16:53:40 -rw-r--r-- 1 jenkins jenkins 10 Jun 23 16:51 coverage.out 16:53:40 -rw-rw-r-- 1 jenkins jenkins 3273 Jun 23 16:49 go.mod 16:53:40 -rw-rw-r-- 1 jenkins jenkins 35803 Jun 23 16:49 go.sum 16:53:40 -rw-rw-r-- 1 jenkins jenkins 1949 Jun 23 16:49 main.go 16:53:40 -rw-rw-r-- 1 jenkins jenkins 1972 Jun 23 16:49 makefile 16:53:40 drwxrwxr-x 10 jenkins jenkins 4096 Jun 23 16:49 res 16:53:40 drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 16:49 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:53:40 + 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=5ce181da19694a4307a13509148c3e1aea68fdc3 --label arch=arm64 --label version=2.2.1-dev.4 . 16:53:40 Sending build context to Docker daemon 205.8kB 16:53:40 Step 1/27 : ARG BASE=golang:1.17-alpine3.15 16:53:40 Step 2/27 : FROM ${BASE} AS builder 16:53:40 ---> 585f40daf7f4 16:53:40 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:53:41 ---> Running in 7a732b90b726 16:53:41 Removing intermediate container 7a732b90b726 16:53:41 ---> f4c4af1e0b58 16:53:41 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 16:53:41 ---> Running in 03b392c8a607 16:53:41 Removing intermediate container 03b392c8a607 16:53:41 ---> 7dc4bae7df6a 16:53:41 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:53:41 ---> Running in 7c6fffee3de0 16:53:42 Removing intermediate container 7c6fffee3de0 16:53:42 ---> dd95279054e4 16:53:42 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:53:42 ---> Running in 5807742bfbe6 16:53:44 Removing intermediate container 5807742bfbe6 16:53:44 ---> cfe531d5d0be 16:53:44 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:53:44 ---> Running in 14aafc6817fe 16:53:45 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:53:46 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:53:47 OK: 220 MiB in 52 packages 16:53:48 Removing intermediate container 14aafc6817fe 16:53:48 ---> 8601247d9219 16:53:48 Step 8/27 : WORKDIR /app 16:53:48 ---> Running in dbb8a99541e6 16:53:48 Removing intermediate container dbb8a99541e6 16:53:48 ---> f49ebfb25f25 16:53:48 Step 9/27 : COPY go.mod vendor* ./ 16:53:49 ---> 616ce6ad4ab0 16:53:49 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:53:49 ---> Running in c76407cafaba 16:53:51 Removing intermediate container c76407cafaba 16:53:51 ---> 6691e7bb5f22 16:53:51 Step 11/27 : COPY . . 16:53:51 ---> 7cb5c4accc7a 16:53:51 Step 12/27 : ARG MAKE="make build" 16:53:51 ---> Running in 377a583fce2a 16:53:51 Removing intermediate container 377a583fce2a 16:53:51 ---> b46715dc3c32 16:53:51 Step 13/27 : RUN $MAKE 16:53:52 ---> Running in 0619c059f30a 16:53:53 CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.1-dev.9 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.2.1-dev.4" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 16:56:15 Removing intermediate container 0619c059f30a 16:56:15 ---> 5dab8831d3ed 16:56:15 Step 14/27 : FROM alpine:3.14 16:56:15 3.14: Pulling from library/alpine 16:56:15 455c02918c45: Pulling fs layer 16:56:15 455c02918c45: Verifying Checksum 16:56:15 455c02918c45: Download complete 16:56:15 455c02918c45: Pull complete 16:56:15 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 16:56:15 Status: Downloaded newer image for alpine:3.14 16:56:15 ---> ac73e934f311 16:56:15 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:56:15 ---> Running in e7b35f05464f 16:56:15 Removing intermediate container e7b35f05464f 16:56:15 ---> d21162808c7c 16:56:15 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 16:56:15 ---> Running in 8c966d160e4d 16:56:15 Removing intermediate container 8c966d160e4d 16:56:15 ---> 3b27cfdbe993 16:56:15 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 16:56:15 ---> Running in 600d0dfc2713 16:56:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 16:56:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 16:56:15 (1/7) Installing ca-certificates (20211220-r0) 16:56:15 (2/7) Installing dumb-init (1.2.5-r1) 16:56:15 (3/7) Installing libgcc (10.3.1_git20210424-r2) 16:56:15 (4/7) Installing libsodium (1.0.18-r0) 16:56:15 (5/7) Installing libstdc++ (10.3.1_git20210424-r2) 16:56:15 (6/7) Installing libzmq (4.3.4-r0) 16:56:15 (7/7) Installing zeromq (4.3.4-r0) 16:56:15 Executing busybox-1.33.1-r7.trigger 16:56:15 Executing ca-certificates-20211220-r0.trigger 16:56:15 OK: 9 MiB in 21 packages 16:56:15 Removing intermediate container 600d0dfc2713 16:56:15 ---> c86bfa3498f5 16:56:15 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 16:56:15 ---> ff3f32c613ba 16:56:15 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 16:56:15 ---> 0cb02b733f0f 16:56:15 Step 20/27 : COPY --from=builder /app/res/ /res/ 16:56:15 ---> a0c420712098 16:56:15 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 16:56:15 ---> e71b89a258dd 16:56:15 Step 22/27 : EXPOSE 48095 16:56:15 ---> Running in 0d098ebfaa34 16:56:15 Removing intermediate container 0d098ebfaa34 16:56:15 ---> 1637c619c863 16:56:15 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 16:56:15 ---> Running in dfb9e7c8fb49 16:56:15 Removing intermediate container dfb9e7c8fb49 16:56:15 ---> 92566f27ab88 16:56:15 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:56:15 ---> Running in 375ce1802112 16:56:15 Removing intermediate container 375ce1802112 16:56:15 ---> 1523babda971 16:56:15 Step 25/27 : LABEL arch=arm64 16:56:15 ---> Running in b73173c9b2fe 16:56:15 Removing intermediate container b73173c9b2fe 16:56:15 ---> 41c11ea963c8 16:56:15 Step 26/27 : LABEL git_sha=5ce181da19694a4307a13509148c3e1aea68fdc3 16:56:15 ---> Running in 770e01561f4c 16:56:15 Removing intermediate container 770e01561f4c 16:56:15 ---> 86b6be35a9d4 16:56:15 Step 27/27 : LABEL version=2.2.1-dev.4 16:56:15 ---> Running in 63b67bcda51b 16:56:15 Removing intermediate container 63b67bcda51b 16:56:15 ---> 4c44703e4eb5 16:56:15 [Warning] One or more build-args [ARCH] were not consumed 16:56:15 Successfully built 4c44703e4eb5 16:56:15 Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:56:15 provisioning config files... 16:56:15 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/81@tmp/config2241422253895581823tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:56:15 ---> docker-login.sh 16:56:15 nexus3.edgexfoundry.org:10001 16:56:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:16 Configure a credential helper to remove this warning. See 16:56:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:16 16:56:16 Login Succeeded 16:56:16 nexus3.edgexfoundry.org:10002 16:56:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:16 Configure a credential helper to remove this warning. See 16:56:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:16 16:56:16 Login Succeeded 16:56:16 nexus3.edgexfoundry.org:10003 16:56:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:17 Configure a credential helper to remove this warning. See 16:56:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:17 16:56:17 Login Succeeded 16:56:17 nexus3.edgexfoundry.org:10004 16:56:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:17 Configure a credential helper to remove this warning. See 16:56:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:17 16:56:17 Login Succeeded 16:56:17 docker.io 16:56:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:18 Configure a credential helper to remove this warning. See 16:56:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:18 16:56:18 Login Succeeded 16:56:18 ---> docker-login.sh ends [Pipeline] } 16:56:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:56:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:56:18 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 16:56:18 5ce181da19694a4307a13509148c3e1aea68fdc3 16:56:18 latest 16:56:18 2.2.1-dev.4 16:56:18 5ce181da19694a4307a13509148c3e1aea68fdc3-2.2.1-dev.4 16:56:18 main 16:56:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:56:18 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:5ce181da19694a4307a13509148c3e1aea68fdc3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:56:19 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:5ce181da19694a4307a13509148c3e1aea68fdc3 16:56:19 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:56:19 ce82543ab000: Preparing 16:56:19 46101b91037e: Preparing 16:56:19 9ebd4f348a9e: Preparing 16:56:19 cd5fe693b6cd: Preparing 16:56:19 beb91020e13f: Preparing 16:56:19 f73e7dbfee58: Preparing 16:56:19 f73e7dbfee58: Waiting 16:56:19 46101b91037e: Pushed 16:56:19 9ebd4f348a9e: Pushed 16:56:19 cd5fe693b6cd: Pushed 16:56:19 f73e7dbfee58: Layer already exists 16:56:20 beb91020e13f: Pushed 16:56:26 ce82543ab000: Pushed 16:56:26 5ce181da19694a4307a13509148c3e1aea68fdc3: digest: sha256:65bb17d0814d0ce5a03482b825a4875850d78b05447c548a182103853fff6d14 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:56:26 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:56:26 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 16:56:26 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:56:26 ce82543ab000: Preparing 16:56:26 46101b91037e: Preparing 16:56:26 9ebd4f348a9e: Preparing 16:56:26 cd5fe693b6cd: Preparing 16:56:26 beb91020e13f: Preparing 16:56:26 f73e7dbfee58: Preparing 16:56:26 f73e7dbfee58: Waiting 16:56:26 9ebd4f348a9e: Layer already exists 16:56:26 ce82543ab000: Layer already exists 16:56:26 46101b91037e: Layer already exists 16:56:26 cd5fe693b6cd: Layer already exists 16:56:26 beb91020e13f: Layer already exists 16:56:26 f73e7dbfee58: Layer already exists 16:56:27 latest: digest: sha256:65bb17d0814d0ce5a03482b825a4875850d78b05447c548a182103853fff6d14 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:56:27 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.1-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:56:27 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.1-dev.4 16:56:27 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:56:27 ce82543ab000: Preparing 16:56:27 46101b91037e: Preparing 16:56:27 9ebd4f348a9e: Preparing 16:56:27 cd5fe693b6cd: Preparing 16:56:27 beb91020e13f: Preparing 16:56:27 f73e7dbfee58: Preparing 16:56:27 f73e7dbfee58: Waiting 16:56:27 9ebd4f348a9e: Layer already exists 16:56:27 ce82543ab000: Layer already exists 16:56:27 cd5fe693b6cd: Layer already exists 16:56:28 46101b91037e: Layer already exists 16:56:28 beb91020e13f: Layer already exists 16:56:28 f73e7dbfee58: Layer already exists 16:56:28 2.2.1-dev.4: digest: sha256:65bb17d0814d0ce5a03482b825a4875850d78b05447c548a182103853fff6d14 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:56:28 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:5ce181da19694a4307a13509148c3e1aea68fdc3-2.2.1-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:56:28 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:5ce181da19694a4307a13509148c3e1aea68fdc3-2.2.1-dev.4 16:56:28 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:56:28 ce82543ab000: Preparing 16:56:28 46101b91037e: Preparing 16:56:28 9ebd4f348a9e: Preparing 16:56:28 cd5fe693b6cd: Preparing 16:56:28 beb91020e13f: Preparing 16:56:28 f73e7dbfee58: Preparing 16:56:28 f73e7dbfee58: Waiting 16:56:28 ce82543ab000: Layer already exists 16:56:28 beb91020e13f: Layer already exists 16:56:28 9ebd4f348a9e: Layer already exists 16:56:28 cd5fe693b6cd: Layer already exists 16:56:28 46101b91037e: Layer already exists 16:56:28 f73e7dbfee58: Layer already exists 16:56:28 5ce181da19694a4307a13509148c3e1aea68fdc3-2.2.1-dev.4: digest: sha256:65bb17d0814d0ce5a03482b825a4875850d78b05447c548a182103853fff6d14 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:56:29 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:56:29 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 16:56:29 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:56:29 ce82543ab000: Preparing 16:56:29 46101b91037e: Preparing 16:56:29 9ebd4f348a9e: Preparing 16:56:29 cd5fe693b6cd: Preparing 16:56:29 beb91020e13f: Preparing 16:56:29 f73e7dbfee58: Preparing 16:56:29 f73e7dbfee58: Waiting 16:56:29 46101b91037e: Layer already exists 16:56:29 cd5fe693b6cd: Layer already exists 16:56:29 beb91020e13f: Layer already exists 16:56:29 ce82543ab000: Layer already exists 16:56:29 9ebd4f348a9e: Layer already exists 16:56:29 f73e7dbfee58: Layer already exists 16:56:29 main: digest: sha256:65bb17d0814d0ce5a03482b825a4875850d78b05447c548a182103853fff6d14 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:56:30 ===================================================== [Pipeline] echo 16:56:30 taggedImages: 16:56:30 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:5ce181da19694a4307a13509148c3e1aea68fdc3 16:56:30 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 16:56:30 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.1-dev.4 16:56:30 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:5ce181da19694a4307a13509148c3e1aea68fdc3-2.2.1-dev.4 16:56:30 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:56:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:56:30 16:56:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:56:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:56:31 arm64: Pulling from edgex-lftools-log-publisher 16:56:31 8998bd30e6a1: Pulling fs layer 16:56:31 04944245beec: Pulling fs layer 16:56:31 699f458cf7ca: Pulling fs layer 16:56:31 765212b225bb: Pulling fs layer 16:56:31 f23df028b6ca: Pulling fs layer 16:56:31 d65c8cfc05b1: Pulling fs layer 16:56:31 2437ff75d9bd: Pulling fs layer 16:56:31 765212b225bb: Waiting 16:56:31 f23df028b6ca: Waiting 16:56:31 d65c8cfc05b1: Waiting 16:56:31 2437ff75d9bd: Waiting 16:56:31 04944245beec: Download complete 16:56:31 765212b225bb: Verifying Checksum 16:56:31 765212b225bb: Download complete 16:56:31 f23df028b6ca: Verifying Checksum 16:56:31 f23df028b6ca: Download complete 16:56:31 d65c8cfc05b1: Verifying Checksum 16:56:31 d65c8cfc05b1: Download complete 16:56:31 699f458cf7ca: Download complete 16:56:31 8998bd30e6a1: Verifying Checksum 16:56:31 8998bd30e6a1: Download complete 16:56:34 2437ff75d9bd: Verifying Checksum 16:56:34 2437ff75d9bd: Download complete 16:56:35 8998bd30e6a1: Pull complete 16:56:36 04944245beec: Pull complete 16:56:37 699f458cf7ca: Pull complete 16:56:37 765212b225bb: Pull complete 16:56:38 f23df028b6ca: Pull complete 16:56:39 d65c8cfc05b1: Pull complete 16:56:54 2437ff75d9bd: Pull complete 16:56:54 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 16:56:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:56:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:56:54 prd-ubuntu20.04-docker-arm64-4c-16g-15464 does not seem to be running inside a container 16:56:54 $ 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/81 -v /w/workspace/app-service-configurable/81:/w/workspace/app-service-configurable/81:rw,z -v /w/workspace/app-service-configurable/81@tmp:/w/workspace/app-service-configurable/81@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 16:56:57 $ docker top 1117530b22181295795ff38d59f08b66d4da3b86c04870ff6d78c5bf71b4880e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:56:58 ---> job-cost.sh 16:56:58 lf-activate-venv: SKIPPING 16:56:58 INFO: No Stack... 16:56:58 INFO: Retrieving Pricing Info for: v3-standard-4 16:56:59 INFO: Archiving Costs [Pipeline] sh 16:56:59 + cat /w/workspace/app-service-configurable/81/archives/cost.csv 16:56:59 + cut -d, -f6 [Pipeline] lock 16:57:00 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-81-stack-cost] 16:57:00 Resource [jenkins-edgexfoundry-app-service-configurable-main-81-stack-cost] did not exist. Created. 16:57:00 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-81-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:57:00 /w/workspace/app-service-configurable/81@tmp/durable-5a6294e0/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 16:57:01 + echo total: 0.10999999940395355 [Pipeline] stash 16:57:01 Warning: overwriting stash ‘stack-cost’ 16:57:01 Stashed 1 file(s) [Pipeline] } 16:57:01 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-81-stack-cost] [Pipeline] // lock [Pipeline] } 16:57:01 $ docker stop --time=1 1117530b22181295795ff38d59f08b66d4da3b86c04870ff6d78c5bf71b4880e 16:57:03 $ docker rm -f 1117530b22181295795ff38d59f08b66d4da3b86c04870ff6d78c5bf71b4880e [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 16:57:03 provisioning config files... 16:57:03 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config691644201211699384tmp [Pipeline] { [Pipeline] sh 16:57:03 + set +x 16:57:03 + curl+ -s https://codecov.io/bash 16:57:03 bash -s -- 16:57:03 16:57:03 _____ _ 16:57:03 / ____| | | 16:57:03 | | ___ __| | ___ ___ _____ __ 16:57:03 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:57:03 | |___| (_) | (_| | __/ (_| (_) \ V / 16:57:03 \_____\___/ \__,_|\___|\___\___/ \_/ 16:57:03 Bash-1.0.6 16:57:03 16:57:03 16:57:03 ==> git version 2.25.1 found 16:57:03 ==> 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 16:57:03 Release-Date: 2020-01-08 16:57:03 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 16:57:03 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 16:57:03 ==> Jenkins CI detected. 16:57:03 current dir:  /w/workspace/ry_app-service-configurable_main 16:57:03 project root: . 16:57:03 --> token set from env 16:57:03 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:57:03 ==> Running gcov in . (disable via -X gcov) 16:57:03 ==> Python coveragepy not found 16:57:03 ==> Searching for coverage reports in: 16:57:03 + . 16:57:03 -> Found 1 reports 16:57:03 ==> Detecting git/mercurial file structure 16:57:03 ==> Reading reports 16:57:03 + ./coverage.out bytes=10 16:57:03 ==> Appending adjustments 16:57:03 https://docs.codecov.io/docs/fixing-reports 16:57:04 + Found adjustments 16:57:04 ==> Gzipping contents 16:57:04 4.0K /tmp/codecov.lqyRJw.gz 16:57:04 ==> Uploading reports 16:57:04 url: https://codecov.io 16:57:04 query: branch=main&commit=5ce181da19694a4307a13509148c3e1aea68fdc3&build=81&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F81%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 16:57:04 -> Pinging Codecov 16:57:04 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=main&commit=5ce181da19694a4307a13509148c3e1aea68fdc3&build=81&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F81%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 16:57:04 -> Uploading to 16:57:04 https://storage.googleapis.com/codecov/v4/raw/2022-06-23/A97CA9966030D2A3747ED39772930CCE/5ce181da19694a4307a13509148c3e1aea68fdc3/27c6fc53-d98c-40fb-8e78-c8010971e73b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220623%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220623T165704Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3ffac5a0913919b2a58ab01640a75322df57e5f22bda4a5cbe6b4d8dc3afea69 16:57:04 % Total % Received % Xferd Average Speed Time Time Time Current 16:57:04 Dload Upload Total Spent Left Speed 16:57:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 592 0 0 100 592 0 2020 --:--:-- --:--:-- --:--:-- 2020 16:57:04 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/5ce181da19694a4307a13509148c3e1aea68fdc3 [Pipeline] } 16:57:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:57:04 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:57:04 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:57:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:57:05 16:57:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:57:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:57:05 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:57:05 df9b9388f04a: Pulling fs layer 16:57:05 52dc419b0ee2: Pulling fs layer 16:57:05 25bc292e5bac: Pulling fs layer 16:57:05 114826534d7a: Pulling fs layer 16:57:05 4657fd5d0bcf: Pulling fs layer 16:57:05 6ad1cebc031e: Pulling fs layer 16:57:05 8a3aa393b2d8: Pulling fs layer 16:57:05 4657fd5d0bcf: Waiting 16:57:05 114826534d7a: Waiting 16:57:05 6ad1cebc031e: Waiting 16:57:05 8a3aa393b2d8: Waiting 16:57:05 25bc292e5bac: Verifying Checksum 16:57:05 25bc292e5bac: Download complete 16:57:05 52dc419b0ee2: Download complete 16:57:05 4657fd5d0bcf: Verifying Checksum 16:57:05 4657fd5d0bcf: Download complete 16:57:05 df9b9388f04a: Download complete 16:57:05 6ad1cebc031e: Verifying Checksum 16:57:05 6ad1cebc031e: Download complete 16:57:05 df9b9388f04a: Pull complete 16:57:05 52dc419b0ee2: Pull complete 16:57:05 25bc292e5bac: Pull complete 16:57:06 114826534d7a: Verifying Checksum 16:57:06 114826534d7a: Download complete 16:57:06 8a3aa393b2d8: Download complete 16:57:10 114826534d7a: Pull complete 16:57:10 4657fd5d0bcf: Pull complete 16:57:10 6ad1cebc031e: Pull complete 16:57:13 8a3aa393b2d8: Pull complete 16:57:13 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 16:57:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:57:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:57:13 prd-ubuntu20.04-docker-8c-8g-15463 does not seem to be running inside a container 16:57:13 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:57:15 $ docker top a9fb9e49eafe821df55f65423cc5115f5d5c21684babf89b1e778a1e0e1a0e7e -eo pid,comm [Pipeline] { [Pipeline] echo 16:57:15 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh 16:57:15 + set -o pipefail 16:57:15 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' 16:57:20 16:57:20 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 16:57:20 16:57:20 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/074c90f9-4bcc-4706-bdef-d38dec114ed6 16:57:20 16:57:20 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 16:57:20 16:57:20 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:57:20 16:57:21 16:57:21 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 16:57:21 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 16:57:21 $ docker stop --time=1 a9fb9e49eafe821df55f65423cc5115f5d5c21684babf89b1e778a1e0e1a0e7e 16:57:23 $ docker rm -f a9fb9e49eafe821df55f65423cc5115f5d5c21684babf89b1e778a1e0e1a0e7e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:57:23 + git log --format=format:%s -1 5ce181da19694a4307a13509148c3e1aea68fdc3 [Pipeline] sh 16:57:24 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:57:24 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:57:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:57:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:57:24 prd-ubuntu20.04-docker-8c-8g-15463 does not seem to be running inside a container 16:57:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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 16:57:24 $ docker top ea125cc26a1e82f5a76f7b415b4ffa2b2aae8adafda866c0acdd85a3975eadca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:57:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:57:25 [ssh-agent] Looking for ssh-agent implementation... 16:57:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:57:25 $ docker exec ea125cc26a1e82f5a76f7b415b4ffa2b2aae8adafda866c0acdd85a3975eadca ssh-agent 16:57:25 SSH_AUTH_SOCK=/tmp/ssh-3hoTpFIXl7xz/agent.31 16:57:25 SSH_AGENT_PID=37 16:57:25 Running ssh-add (command line suppressed) 16:57:25 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_2411224554584778.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_2411224554584778.key) 16:57:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:57:25 + git semver tag 16:57:26 2022-06-23 16:57:26,030 [run_tag] DEBUG tag force:False 16:57:26 2022-06-23 16:57:26,030 [check_head_tag] DEBUG check head tag 16:57:26 2022-06-23 16:57:26,031 [execute] INFO git cat-file --batch-check 16:57:26 2022-06-23 16:57:26,031 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 16:57:26 2022-06-23 16:57:26,036 [execute] INFO git cat-file --batch 16:57:26 2022-06-23 16:57:26,036 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 16:57:26 2022-06-23 16:57:26,046 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:57:26 2022-06-23 16:57:26,046 [execute] INFO git tag -a v2.2.1-dev.4 -m v2.2.1-dev.4 16:57:26 2022-06-23 16:57:26,046 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.2.1-dev.4', '-m', 'v2.2.1-dev.4'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 16:57:26 2022-06-23 16:57:26,051 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:57:26 2.2.1-dev.4 [Pipeline] } 16:57:26 $ docker exec --env ******** --env ******** ea125cc26a1e82f5a76f7b415b4ffa2b2aae8adafda866c0acdd85a3975eadca ssh-agent -k 16:57:26 unset SSH_AUTH_SOCK; 16:57:26 unset SSH_AGENT_PID; 16:57:26 echo Agent pid 37 killed; 16:57:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:57:26 + git semver [Pipeline] } 16:57:26 $ docker stop --time=1 ea125cc26a1e82f5a76f7b415b4ffa2b2aae8adafda866c0acdd85a3975eadca 16:57:28 $ docker rm -f ea125cc26a1e82f5a76f7b415b4ffa2b2aae8adafda866c0acdd85a3975eadca [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:57:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:57:28 16:57:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:57:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:57:28 0.23.1-centos7: Pulling from edgex-lftools 16:57:28 ab5ef0e58194: Pulling fs layer 16:57:28 9712f1f96733: Pulling fs layer 16:57:28 63f879dbbcfc: Pulling fs layer 16:57:28 0d9ebad4ef96: Pulling fs layer 16:57:28 e9a5061849ea: Pulling fs layer 16:57:28 d747dcd14b5f: Pulling fs layer 16:57:28 2de7ff778b66: Pulling fs layer 16:57:28 0d9ebad4ef96: Waiting 16:57:28 e9a5061849ea: Waiting 16:57:28 2de7ff778b66: Waiting 16:57:28 d747dcd14b5f: Waiting 16:57:28 9712f1f96733: Verifying Checksum 16:57:28 9712f1f96733: Download complete 16:57:29 63f879dbbcfc: Verifying Checksum 16:57:29 63f879dbbcfc: Download complete 16:57:29 e9a5061849ea: Verifying Checksum 16:57:29 e9a5061849ea: Download complete 16:57:29 d747dcd14b5f: Download complete 16:57:29 ab5ef0e58194: Verifying Checksum 16:57:29 ab5ef0e58194: Download complete 16:57:29 0d9ebad4ef96: Verifying Checksum 16:57:29 0d9ebad4ef96: Download complete 16:57:29 2de7ff778b66: Verifying Checksum 16:57:29 2de7ff778b66: Download complete 16:57:32 ab5ef0e58194: Pull complete 16:57:32 9712f1f96733: Pull complete 16:57:33 63f879dbbcfc: Pull complete 16:57:38 0d9ebad4ef96: Pull complete 16:57:38 e9a5061849ea: Pull complete 16:57:38 d747dcd14b5f: Pull complete 16:57:39 2de7ff778b66: Pull complete 16:57:39 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:57:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:57:39 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:57:39 prd-ubuntu20.04-docker-8c-8g-15463 does not seem to be running inside a container 16:57:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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-lftools:0.23.1-centos7 cat 16:57:41 $ docker top 792e7e8f80edad8daed1e6c91a699512c3a42964fd01cbd1f944b50ae43aacf0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:57:41 provisioning config files... 16:57:41 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2685956767192354403tmp 16:57:41 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3267848687090622405tmp 16:57:41 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config7864500461936163196tmp [Pipeline] { [Pipeline] echo 16:57:41 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:57:42 ---> sigul-configuration.sh 16:57:42 gpg: directory `/root/.gnupg' created 16:57:42 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:57:42 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:57:42 gpg: keyring `/root/.gnupg/secring.gpg' created 16:57:42 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:57:42 gpg: CAST5 encrypted data 16:57:42 gpg: encrypted with 1 passphrase 16:57:42 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:57:42 + mkdir /home/jenkins 16:57:42 + mkdir /home/jenkins/sigul [Pipeline] sh 16:57:42 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 16:57:42 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:57:42 ---> sigul-install.sh 16:57:42 Sigul already installed; skipping installation. [Pipeline] sh 16:57:43 + git tag --list 16:57:43 v1.0.0 16:57:43 v1.1.0 16:57:43 v1.2.0 16:57:43 v1.3.0 16:57:43 v1.3.1 16:57:43 v2.0.0 16:57:43 v2.0.1 16:57:43 v2.1.0 16:57:43 v2.1.1 16:57:43 v2.1.1-dev.1 16:57:43 v2.1.1-dev.2 16:57:43 v2.2.0 16:57:43 v2.2.1-dev.1 16:57:43 v2.2.1-dev.2 16:57:43 v2.2.1-dev.3 16:57:43 v2.2.1-dev.4 [Pipeline] sh 16:57:43 + lftools sign git-tag v2.2.1-dev.4 16:57:44 Signing Git tag with Sigul... 16:57:44 Signing v2.2.1-dev.4 [Pipeline] echo 16:57:44 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:57:45 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:57:45 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:57:45 $ docker stop --time=1 792e7e8f80edad8daed1e6c91a699512c3a42964fd01cbd1f944b50ae43aacf0 16:57:46 $ docker rm -f 792e7e8f80edad8daed1e6c91a699512c3a42964fd01cbd1f944b50ae43aacf0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 16:57:46 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:57:46 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:57:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:57:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:57:47 prd-ubuntu20.04-docker-8c-8g-15463 does not seem to be running inside a container 16:57:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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 16:57:47 $ docker top 4ab59b226d9b9b4896eec8a2a8b86b18f83598d2d3631883da9c303d82c6b4dc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:57:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:57:47 [ssh-agent] Looking for ssh-agent implementation... 16:57:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:57:47 $ docker exec 4ab59b226d9b9b4896eec8a2a8b86b18f83598d2d3631883da9c303d82c6b4dc ssh-agent 16:57:48 SSH_AUTH_SOCK=/tmp/ssh-xA6IVOLlfjlX/agent.33 16:57:48 SSH_AGENT_PID=39 16:57:48 Running ssh-add (command line suppressed) 16:57:48 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_6737568961969491402.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_6737568961969491402.key) 16:57:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:57:48 + git semver bump pre 16:57:48 2022-06-23 16:57:48,634 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:57:48 2022-06-23 16:57:48,634 [bump_version] DEBUG bumping version:2.2.1-dev.4 on axis:pre with prefix:dev 16:57:48 2022-06-23 16:57:48,634 [bump_version] DEBUG bumped version:2.2.1-dev.5 16:57:48 2022-06-23 16:57:48,634 [write_version] DEBUG write version:2.2.1-dev.5 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True 16:57:48 2022-06-23 16:57:48,634 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:57:48 2022-06-23 16:57:48,634 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main 16:57:48 2022-06-23 16:57:48,636 [execute] INFO git cat-file --batch-check 16:57:48 2022-06-23 16:57:48,636 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 16:57:48 2022-06-23 16:57:48,640 [execute] INFO git cat-file --batch 16:57:48 2022-06-23 16:57:48,641 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 16:57:48 2022-06-23 16:57:48,645 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:57:48 2.2.1-dev.5 [Pipeline] } 16:57:48 $ docker exec --env ******** --env ******** 4ab59b226d9b9b4896eec8a2a8b86b18f83598d2d3631883da9c303d82c6b4dc ssh-agent -k 16:57:48 unset SSH_AUTH_SOCK; 16:57:48 unset SSH_AGENT_PID; 16:57:48 echo Agent pid 39 killed; 16:57:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:57:49 + git semver [Pipeline] } 16:57:49 $ docker stop --time=1 4ab59b226d9b9b4896eec8a2a8b86b18f83598d2d3631883da9c303d82c6b4dc 16:57:50 $ docker rm -f 4ab59b226d9b9b4896eec8a2a8b86b18f83598d2d3631883da9c303d82c6b4dc [Pipeline] // withDockerContainer [Pipeline] sh 16:57:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:57:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:57:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:57:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:57:51 prd-ubuntu20.04-docker-8c-8g-15463 does not seem to be running inside a container 16:57:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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 16:57:52 $ docker top 767024e5fab62ad1f3678c8a9b99af984e98c1bf3bb0b290820cf2e2e353bb9c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:57:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:57:52 [ssh-agent] Looking for ssh-agent implementation... 16:57:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:57:52 $ docker exec 767024e5fab62ad1f3678c8a9b99af984e98c1bf3bb0b290820cf2e2e353bb9c ssh-agent 16:57:52 SSH_AUTH_SOCK=/tmp/ssh-IW7B3QbYVB7x/agent.32 16:57:52 SSH_AGENT_PID=38 16:57:52 Running ssh-add (command line suppressed) 16:57:52 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_979315442382739631.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_979315442382739631.key) 16:57:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:57:52 + git semver push 16:57:53 2022-06-23 16:57:53,068 [run_push] DEBUG push 16:57:53 2022-06-23 16:57:53,069 [execute] INFO git cat-file --batch-check 16:57:53 2022-06-23 16:57:53,069 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 16:57:53 2022-06-23 16:57:53,074 [execute] INFO git rev-list ebdbaf25d6f106f169aa440319766fd5e9b24406 -- 16:57:53 2022-06-23 16:57:53,074 [execute] DEBUG Popen(['git', 'rev-list', 'ebdbaf25d6f106f169aa440319766fd5e9b24406', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 16:57:53 2022-06-23 16:57:53,084 [execute] INFO git fetch -v origin 16:57:53 2022-06-23 16:57:53,084 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) 16:57:53 2022-06-23 16:57:53,559 [run_push] DEBUG no remote changes detected 16:57:53 2022-06-23 16:57:53,559 [execute] INFO git push origin semver 16:57:53 2022-06-23 16:57:53,560 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 16:57:54 2022-06-23 16:57:54,425 [run_push] DEBUG push all version tags 16:57:54 2022-06-23 16:57:54,426 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 16:57:54 2022-06-23 16:57:54,427 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 16:57:55 2022-06-23 16:57:55,198 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:57:55 2.2.1-dev.5 [Pipeline] } 16:57:55 $ docker exec --env ******** --env ******** 767024e5fab62ad1f3678c8a9b99af984e98c1bf3bb0b290820cf2e2e353bb9c ssh-agent -k 16:57:55 unset SSH_AUTH_SOCK; 16:57:55 unset SSH_AGENT_PID; 16:57:55 echo Agent pid 38 killed; 16:57:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:57:55 + git semver [Pipeline] } 16:57:55 $ docker stop --time=1 767024e5fab62ad1f3678c8a9b99af984e98c1bf3bb0b290820cf2e2e353bb9c 16:57:57 $ docker rm -f 767024e5fab62ad1f3678c8a9b99af984e98c1bf3bb0b290820cf2e2e353bb9c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 16:57:57 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 16:57:57 + ls -al /w/workspace/ry_app-service-configurable_main/archives 16:57:57 total 16 16:57:57 drwxr-xr-x 3 root root 4096 Jun 23 16:47 . 16:57:57 drwxrwxr-x 9 jenkins jenkins 4096 Jun 23 16:57 .. 16:57:57 drwxr-xr-x 2 root root 4096 Jun 23 16:47 cost 16:57:57 -rw-r--r-- 1 root root 94 Jun 23 16:47 cost.csv 16:57:57 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 16:57:57 + ls -al /w/workspace/ry_app-service-configurable_main/archives 16:57:57 total 16 16:57:57 drwxr-xr-x 3 jenkins jenkins 4096 Jun 23 16:47 . 16:57:57 drwxrwxr-x 9 jenkins jenkins 4096 Jun 23 16:57 .. 16:57:57 drwxr-xr-x 2 jenkins jenkins 4096 Jun 23 16:47 cost 16:57:57 -rw-r--r-- 1 jenkins jenkins 94 Jun 23 16:47 cost.csv [Pipeline] libraryResource [Pipeline] sh 16:57:58 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:57:59 ---> package-listing.sh 16:57:59 ++ facter osfamily 16:57:59 ++ tr '[:upper:]' '[:lower:]' 16:57:59 + OS_FAMILY=debian 16:57:59 + workspace=/w/workspace/ry_app-service-configurable_main 16:57:59 + START_PACKAGES=/tmp/packages_start.txt 16:57:59 + END_PACKAGES=/tmp/packages_end.txt 16:57:59 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:57:59 + PACKAGES=/tmp/packages_start.txt 16:57:59 + '[' /w/workspace/ry_app-service-configurable_main ']' 16:57:59 + PACKAGES=/tmp/packages_end.txt 16:57:59 + case "${OS_FAMILY}" in 16:57:59 + dpkg -l 16:57:59 + grep '^ii' 16:57:59 + '[' -f /tmp/packages_start.txt ']' 16:57:59 + '[' -f /tmp/packages_end.txt ']' 16:57:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:57:59 + '[' /w/workspace/ry_app-service-configurable_main ']' 16:57:59 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 16:57:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 16:57:59 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/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:57:59 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:58:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:58:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:58:00 prd-ubuntu20.04-docker-8c-8g-15463 does not seem to be running inside a container 16:58:00 $ 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/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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-lftools-log-publisher:latest cat 16:58:00 $ docker top 2900fe6197c45c40a744b70e37888bbf26a356f9a659680979d7d16f240d1ea7 -eo pid,comm [Pipeline] { [Pipeline] sh 16:58:00 + touch /tmp/pre-build-complete [Pipeline] sh 16:58:01 + mkdir -p /var/log/sysstat [Pipeline] sh 16:58:01 + ls /var/log/sa-host 16:58:01 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:58:01 provisioning config files... 16:58:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6778439870877503671tmp [Pipeline] { [Pipeline] echo 16:58:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:58:01 ---> create-netrc.sh [Pipeline] } 16:58:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:58:02 ---> python-tools-install.sh [Pipeline] echo 16:58:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:58:02 ---> sudo-logs.sh 16:58:02 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:58:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:58:02 ---> job-cost.sh 16:58:02 lf-activate-venv: SKIPPING 16:58:02 DEBUG: total: 0.2199999988079071 16:58:02 INFO: Retrieving Stack Cost... 16:58:03 INFO: Retrieving Pricing Info for: v3-standard-8 16:58:03 INFO: Archiving Costs [Pipeline] echo 16:58:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:58:04 ---> logs-deploy.sh 16:58:04 lf-activate-venv: SKIPPING 16:58:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/81 16:58:04 INFO: archiving workspace using pattern(s): 16:58:04 Archives upload complete. 16:58:04 INFO: archiving logs to Nexus