Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 68cd066fbc50be95059e135e011029de61099e53 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-ssh10184716012184492607.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh10112500897434076630.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh2269605656034973482.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh9227154845359730360.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > 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-ssh9631010775107651532.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-5025 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 68cd066fbc50be95059e135e011029de61099e53 (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 68cd066fbc50be95059e135e011029de61099e53 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#592)" > git rev-list --no-walk 7b15cceeed622dc4aeebb3d22ff7765cc603f8c3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:02:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:02:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:02:27 ========================================================= 15:02:27 EdgeX Global Pipelines Version Info 15:02:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:02:28 ------------------- 15:02:28 stable info: 15:02:28 ------------------- 15:02:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:02:28 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 15:02:28 Message: update stable to v1.0.253 15:02:28 ------------------- 15:02:28 experimental info: 15:02:28 ------------------- 15:02:28 Commited By: **** collab-it+edgex@linuxfoundation.org 15:02:28 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 15:02:28 Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 68cd066fbc50be95059e135e011029de61099e53 [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 68cd066 [Pipeline] echo 15:02:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:02:29 provisioning config files... 15:02:29 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6878879246030552252tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:02:29 ---> docker-login.sh 15:02:29 nexus3.edgexfoundry.org:10001 15:02:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:02:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:02:30 Configure a credential helper to remove this warning. See 15:02:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:02:30 15:02:30 Login Succeeded 15:02:30 nexus3.edgexfoundry.org:10002 15:02:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:02:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:02:30 Configure a credential helper to remove this warning. See 15:02:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:02:30 15:02:30 Login Succeeded 15:02:30 nexus3.edgexfoundry.org:10003 15:02:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:02:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:02:30 Configure a credential helper to remove this warning. See 15:02:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:02:30 15:02:30 Login Succeeded 15:02:30 nexus3.edgexfoundry.org:10004 15:02:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:02:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:02:30 Configure a credential helper to remove this warning. See 15:02:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:02:30 15:02:30 Login Succeeded 15:02:30 docker.io 15:02:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:02:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:02:30 Configure a credential helper to remove this warning. See 15:02:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:02:30 15:02:30 Login Succeeded 15:02:30 ---> docker-login.sh ends [Pipeline] } 15:02:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 15:02:31 + git rev-list -1 --merges 68cd066fbc50be95059e135e011029de61099e53~1..68cd066fbc50be95059e135e011029de61099e53 [Pipeline] echo 15:02:31 -----------> git rev-list -1 --merges 68cd066fbc50be95059e135e011029de61099e53~1..68cd066fbc50be95059e135e011029de61099e53 68cd066fbc50be95059e135e011029de61099e53 [false] [Pipeline] sh 15:02:31 + git log --format=format:%s -1 68cd066fbc50be95059e135e011029de61099e53 [Pipeline] echo 15:02:31 ========================================================= 15:02:31 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 15:02:31 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:02:31 + git log --format=format:%s -1 68cd066fbc50be95059e135e011029de61099e53 [Pipeline] echo 15:02:31 [semverPrep] GIT_COMMIT: 68cd066fbc50be95059e135e011029de61099e53, Commit Message: build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#592) [Pipeline] echo 15:02:31 [semverPrep] This is not a build commit. [Pipeline] sh 15:02:32 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:02:32 + grep -v github /etc/ssh/ssh_known_hosts 15:02:32 + [ -e /tmp/ssh_known_hosts ] 15:02:32 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 15:02:32 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 15:02:32 + sudo tee -a /etc/ssh/ssh_known_hosts 15:02:32 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:02:32 15:02:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:02:32 0.1.4: Pulling from edgex-devops/py-git-semver 15:02:32 b85a868b505f: Pulling fs layer 15:02:32 e2be974225ed: Pulling fs layer 15:02:32 339a4e72a1f5: Pulling fs layer 15:02:32 988bab9f4d93: Pulling fs layer 15:02:32 1469e6f7b9e6: Pulling fs layer 15:02:32 eaf3925da568: Pulling fs layer 15:02:32 bab4dde63d76: Pulling fs layer 15:02:32 bde34c3a00c8: Pulling fs layer 15:02:32 b352a97aabf1: Pulling fs layer 15:02:32 4872d77fe225: Pulling fs layer 15:02:32 5851b861e8e6: Pulling fs layer 15:02:32 bab4dde63d76: Waiting 15:02:32 bde34c3a00c8: Waiting 15:02:32 b352a97aabf1: Waiting 15:02:32 4872d77fe225: Waiting 15:02:32 5851b861e8e6: Waiting 15:02:32 988bab9f4d93: Waiting 15:02:32 1469e6f7b9e6: Waiting 15:02:32 eaf3925da568: Waiting 15:02:32 e2be974225ed: Verifying Checksum 15:02:32 e2be974225ed: Download complete 15:02:32 988bab9f4d93: Download complete 15:02:33 1469e6f7b9e6: Verifying Checksum 15:02:33 1469e6f7b9e6: Download complete 15:02:33 eaf3925da568: Verifying Checksum 15:02:33 eaf3925da568: Download complete 15:02:33 339a4e72a1f5: Download complete 15:02:33 bde34c3a00c8: Verifying Checksum 15:02:33 bde34c3a00c8: Download complete 15:02:33 b352a97aabf1: Download complete 15:02:33 4872d77fe225: Verifying Checksum 15:02:33 4872d77fe225: Download complete 15:02:33 b85a868b505f: Verifying Checksum 15:02:33 b85a868b505f: Download complete 15:02:33 5851b861e8e6: Verifying Checksum 15:02:33 5851b861e8e6: Download complete 15:02:33 bab4dde63d76: Verifying Checksum 15:02:33 bab4dde63d76: Download complete 15:02:34 b85a868b505f: Pull complete 15:02:34 e2be974225ed: Pull complete 15:02:34 339a4e72a1f5: Pull complete 15:02:34 988bab9f4d93: Pull complete 15:02:35 1469e6f7b9e6: Pull complete 15:02:35 eaf3925da568: Pull complete 15:02:36 bab4dde63d76: Pull complete 15:02:36 bde34c3a00c8: Pull complete 15:02:36 b352a97aabf1: Pull complete 15:02:36 4872d77fe225: Pull complete 15:02:37 5851b861e8e6: Pull complete 15:02:37 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 15:02:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:02:37 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:02:37 prd-ubuntu20.04-docker-8c-8g-5025 does not seem to be running inside a container 15:02:37 $ 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 15:02:41 $ docker top 5d6eff4d7f31525f846318c9208232cd9536e0e1f1abf9ba0d5ef7fcfdfbda2f -eo pid,comm 15:02:41 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 15:02:41 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:02:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:02:41 [ssh-agent] Looking for ssh-agent implementation... 15:02:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:02:41 $ docker exec 5d6eff4d7f31525f846318c9208232cd9536e0e1f1abf9ba0d5ef7fcfdfbda2f ssh-agent 15:02:41 SSH_AUTH_SOCK=/tmp/ssh-Dm2EYySUh5a3/agent.32 15:02:41 SSH_AGENT_PID=38 15:02:41 Running ssh-add (command line suppressed) 15:02:42 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_9546952357966113775.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_9546952357966113775.key) 15:02:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:02:42 + git tag --points-at HEAD [Pipeline] } 15:02:42 $ docker exec --env ******** --env ******** 5d6eff4d7f31525f846318c9208232cd9536e0e1f1abf9ba0d5ef7fcfdfbda2f ssh-agent -k 15:02:42 unset SSH_AUTH_SOCK; 15:02:42 unset SSH_AGENT_PID; 15:02:42 echo Agent pid 38 killed; 15:02:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:02:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:02:42 [ssh-agent] Looking for ssh-agent implementation... 15:02:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:02:42 $ docker exec 5d6eff4d7f31525f846318c9208232cd9536e0e1f1abf9ba0d5ef7fcfdfbda2f ssh-agent 15:02:42 SSH_AUTH_SOCK=/tmp/ssh-p5mt39YrQ0Su/agent.70 15:02:42 SSH_AGENT_PID=76 15:02:42 Running ssh-add (command line suppressed) 15:02:42 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_11929166449796429158.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_11929166449796429158.key) 15:02:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:02:43 + git semver init 15:02:43 2023-08-31 15:02:43,301 [run_init] DEBUG init version:0.0.0 force:False 15:02:43 2023-08-31 15:02:43,302 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver 15:02:43 2023-08-31 15:02:43,303 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver 15:02:43 2023-08-31 15:02:43,303 [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) 15:02:44 2023-08-31 15:02:44,087 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude 15:02:44 2023-08-31 15:02:44,087 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False 15:02:44 2023-08-31 15:02:44,087 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 15:02:44 2023-08-31 15:02:44,088 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 15:02:44 3.1.0-dev.16 [Pipeline] } 15:02:44 $ docker exec --env ******** --env ******** 5d6eff4d7f31525f846318c9208232cd9536e0e1f1abf9ba0d5ef7fcfdfbda2f ssh-agent -k 15:02:44 unset SSH_AUTH_SOCK; 15:02:44 unset SSH_AGENT_PID; 15:02:44 echo Agent pid 76 killed; 15:02:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:02:44 + git semver [Pipeline] } 15:02:45 $ docker stop --time=1 5d6eff4d7f31525f846318c9208232cd9536e0e1f1abf9ba0d5ef7fcfdfbda2f 15:02:46 $ docker rm -f --volumes 5d6eff4d7f31525f846318c9208232cd9536e0e1f1abf9ba0d5ef7fcfdfbda2f [Pipeline] // withDockerContainer [Pipeline] sh 15:02:46 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:02:46 Stashed 1 file(s) [Pipeline] echo 15:02:46 [edgeXSemver]: initialized semver on version 3.1.0-dev.16 [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 15:02:47 provisioning config files... 15:02:47 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config16058644024882196740tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:02:47 ---> docker-login.sh 15:02:47 nexus3.edgexfoundry.org:10001 15:02:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:02:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:02:47 Configure a credential helper to remove this warning. See 15:02:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:02:47 15:02:47 Login Succeeded 15:02:47 nexus3.edgexfoundry.org:10002 15:02:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:02:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:02:47 Configure a credential helper to remove this warning. See 15:02:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:02:47 15:02:47 Login Succeeded 15:02:47 nexus3.edgexfoundry.org:10003 15:02:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:02:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:02:47 Configure a credential helper to remove this warning. See 15:02:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:02:47 15:02:47 Login Succeeded 15:02:47 nexus3.edgexfoundry.org:10004 15:02:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:02:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:02:47 Configure a credential helper to remove this warning. See 15:02:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:02:47 15:02:47 Login Succeeded 15:02:47 docker.io 15:02:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:02:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:02:47 Configure a credential helper to remove this warning. See 15:02:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:02:47 15:02:47 Login Succeeded 15:02:47 ---> docker-login.sh ends [Pipeline] } 15:02:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:02:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:02:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:02:47 ========================================================= 15:02:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 15:02:47 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:48 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 15:02:48 Sending build context to Docker daemon 3.331MB 15:02:48 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 15:02:48 Step 2/12 : FROM ${BASE} AS builder 15:02:48 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 15:02:48 4db1b89c0bd1: Pulling fs layer 15:02:48 6911f1a30b25: Pulling fs layer 15:02:48 e194b8c5c2a9: Pulling fs layer 15:02:48 6863d3e3a2b1: Pulling fs layer 15:02:48 ec0bb842ea78: Pulling fs layer 15:02:48 40a00589a448: Pulling fs layer 15:02:48 6c08303d61cc: Pulling fs layer 15:02:48 798269fcf238: Pulling fs layer 15:02:48 ec0bb842ea78: Waiting 15:02:48 798269fcf238: Waiting 15:02:48 40a00589a448: Waiting 15:02:48 6c08303d61cc: Waiting 15:02:48 6863d3e3a2b1: Waiting 15:02:48 6911f1a30b25: Download complete 15:02:48 6863d3e3a2b1: Verifying Checksum 15:02:48 6863d3e3a2b1: Download complete 15:02:48 ec0bb842ea78: Download complete 15:02:48 4db1b89c0bd1: Verifying Checksum 15:02:48 4db1b89c0bd1: Download complete 15:02:48 40a00589a448: Verifying Checksum 15:02:48 40a00589a448: Download complete 15:02:48 4db1b89c0bd1: Pull complete 15:02:48 6911f1a30b25: Pull complete 15:02:49 798269fcf238: Verifying Checksum 15:02:49 798269fcf238: Download complete 15:02:49 e194b8c5c2a9: Download complete 15:02:49 6c08303d61cc: Verifying Checksum 15:02:49 6c08303d61cc: Download complete 15:02:52 e194b8c5c2a9: Pull complete 15:02:52 6863d3e3a2b1: Pull complete 15:02:52 ec0bb842ea78: Pull complete 15:02:52 40a00589a448: Pull complete 15:02:55 6c08303d61cc: Pull complete 15:02:56 798269fcf238: Pull complete 15:02:56 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 15:02:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 15:02:56 ---> ec979cd7f677 15:02:56 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 15:03:01 ---> Running in 5508ffa44880 15:03:01 Removing intermediate container 5508ffa44880 15:03:01 ---> 7d098170f21f 15:03:01 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 15:03:01 ---> Running in 240514e2bc1d 15:03:01 Removing intermediate container 240514e2bc1d 15:03:01 ---> 6b1c5e8e5fe8 15:03:01 Step 5/12 : ARG ADD_BUILD_TAGS="" 15:03:01 ---> Running in 4970d4a86d04 15:03:01 Removing intermediate container 4970d4a86d04 15:03:01 ---> eed4fffc6f51 15:03:01 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:03:01 ---> Running in b5293449aa21 15:03:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:03:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:03:01 Still waiting to schedule task 15:03:01 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 15:03:02 OK: 265 MiB in 53 packages 15:03:02 Removing intermediate container b5293449aa21 15:03:02 ---> e586b4035816 15:03:02 Step 7/12 : WORKDIR /app 15:03:02 ---> Running in 1cd5e75cee1a 15:03:02 Removing intermediate container 1cd5e75cee1a 15:03:02 ---> e3db96247812 15:03:02 Step 8/12 : COPY go.mod vendor* ./ 15:03:02 ---> 3213f7250536 15:03:02 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:03:02 ---> Running in c80e8249a59f 15:03:43 Removing intermediate container c80e8249a59f 15:03:43 ---> fcb9061ca84a 15:03:43 Step 10/12 : COPY . . 15:03:43 ---> 4e485ab34012 15:03:43 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:03:43 ---> Running in e196f8f82e10 15:03:43 Removing intermediate container e196f8f82e10 15:03:43 ---> b6804d5cd3ff 15:03:43 Step 12/12 : RUN $MAKE 15:03:43 ---> Running in fe1f04c38baa 15:03:43 noop 15:03:43 Removing intermediate container fe1f04c38baa 15:03:43 ---> dd0599627c03 15:03:43 Successfully built dd0599627c03 15:03:43 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:03:43 + docker inspect -f . ci-base-image-x86_64 15:03:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:03:43 prd-ubuntu20.04-docker-8c-8g-5025 does not seem to be running inside a container 15:03:43 $ 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 15:03:44 $ docker top b1c999ebfdacdbdbeeaf33ddab1052b000cc59867f846feb0d4e78fc6b3a96bb -eo pid,comm [Pipeline] { [Pipeline] sh 15:03:44 + go version 15:03:44 go version go1.20.6 linux/amd64 [Pipeline] } 15:03:44 $ docker stop --time=1 b1c999ebfdacdbdbeeaf33ddab1052b000cc59867f846feb0d4e78fc6b3a96bb 15:03:45 $ docker rm -f --volumes b1c999ebfdacdbdbeeaf33ddab1052b000cc59867f846feb0d4e78fc6b3a96bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:03:46 + docker inspect -f . ci-base-image-x86_64 15:03:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:03:46 prd-ubuntu20.04-docker-8c-8g-5025 does not seem to be running inside a container 15:03:46 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -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 15:03:46 $ docker top 6ee1828c90992a234f16df0396720edbba44c316c2676e4a43733592f599c8ac -eo pid,comm [Pipeline] { [Pipeline] sh 15:03:47 + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh 15:03:47 + make test 15:03:47 go test -race -coverprofile=coverage.out ./... 15:04:09 ? github.com/edgexfoundry/app-service-configurable [no test files] 15:04:27 go vet ./... 15:04:30 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:04:30 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:04:30 ./bin/test-attribution-txt.sh 15:04:30 An attribution for github.com/golang-jwt/jwt is missing from Attribution.txt, please add 15:04:30 An attribution for github.com/labstack/echo/v4 is missing from Attribution.txt, please add 15:04:30 An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add 15:04:30 An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add 15:04:30 An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add 15:04:30 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 15:04:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:04:30 $ docker stop --time=1 6ee1828c90992a234f16df0396720edbba44c316c2676e4a43733592f599c8ac 15:04:38 $ docker rm -f --volumes 6ee1828c90992a234f16df0396720edbba44c316c2676e4a43733592f599c8ac [Pipeline] // withDockerContainer [Pipeline] sh 15:04:38 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:04:38 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 15:04:39 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:04:39 + ls -al . 15:04:39 total 184 15:04:39 drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 15:03 . 15:04:39 drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 15:02 .. 15:04:39 -rw-rw-r-- 1 jenkins jenkins 119 Aug 31 15:02 .dockerignore 15:04:39 drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 15:02 .git 15:04:39 drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 15:02 .github 15:04:39 -rw-rw-r-- 1 jenkins jenkins 171 Aug 31 15:02 .gitignore 15:04:39 -rw-rw-r-- 1 jenkins jenkins 41 Aug 31 15:02 .golangci.yml 15:04:39 drwxr-xr-x 3 jenkins jenkins 4096 Aug 31 15:02 .semver 15:04:39 -rw-rw-r-- 1 jenkins jenkins 9636 Aug 31 15:02 Attribution.txt 15:04:39 -rw-rw-r-- 1 jenkins jenkins 35039 Aug 31 15:02 CHANGELOG.md 15:04:39 -rw-rw-r-- 1 jenkins jenkins 1898 Aug 31 15:02 Dockerfile 15:04:39 -rw-rw-r-- 1 jenkins jenkins 677 Aug 31 15:02 GOVERNANCE.md 15:04:39 -rw-rw-r-- 1 jenkins jenkins 688 Aug 31 15:02 Jenkinsfile 15:04:39 -rw-rw-r-- 1 jenkins jenkins 10174 Aug 31 15:02 LICENSE 15:04:39 -rw-rw-r-- 1 jenkins jenkins 618 Aug 31 15:02 OWNERS.md 15:04:39 -rw-rw-r-- 1 jenkins jenkins 4885 Aug 31 15:02 README.md 15:04:39 -rw-rw-r-- 1 jenkins jenkins 12 Aug 31 15:02 VERSION 15:04:39 drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 15:02 bin 15:04:39 -rw-r--r-- 1 jenkins jenkins 13 Aug 31 15:03 coverage.out 15:04:39 -rw-rw-r-- 1 jenkins jenkins 3729 Aug 31 15:02 go.mod 15:04:39 -rw-rw-r-- 1 jenkins jenkins 33854 Aug 31 15:02 go.sum 15:04:39 -rw-rw-r-- 1 jenkins jenkins 1937 Aug 31 15:02 main.go 15:04:39 -rw-rw-r-- 1 jenkins jenkins 2569 Aug 31 15:02 makefile 15:04:39 drwxrwxr-x 9 jenkins jenkins 4096 Aug 31 15:02 res 15:04:39 drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 15:02 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:04:40 + 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=68cd066fbc50be95059e135e011029de61099e53 --label arch=amd64 --label version=3.1.0-dev.16 . 15:04:40 Sending build context to Docker daemon 3.332MB 15:04:40 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 15:04:40 Step 2/26 : FROM ${BASE} AS builder 15:04:40 ---> dd0599627c03 15:04:40 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 15:04:40 ---> Running in da062e65009c 15:04:40 Removing intermediate container da062e65009c 15:04:40 ---> c2db3feff6c3 15:04:40 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 15:04:40 ---> Running in f0d79a490ea2 15:04:40 Removing intermediate container f0d79a490ea2 15:04:40 ---> 837eb19b7b56 15:04:40 Step 5/26 : ARG ADD_BUILD_TAGS="" 15:04:40 ---> Running in d56a6a9c3832 15:04:40 Removing intermediate container d56a6a9c3832 15:04:40 ---> 7a80944a2b6f 15:04:40 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:04:40 ---> Running in 47e585cc2b21 15:04:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:04:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:04:41 OK: 265 MiB in 53 packages 15:04:41 Removing intermediate container 47e585cc2b21 15:04:41 ---> b7072faf9e95 15:04:41 Step 7/26 : WORKDIR /app 15:04:41 ---> Running in b49d653d0f6b 15:04:41 Removing intermediate container b49d653d0f6b 15:04:41 ---> f658d4a65ce7 15:04:41 Step 8/26 : COPY go.mod vendor* ./ 15:04:41 ---> 01f70f1fc7d0 15:04:41 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:04:41 ---> Running in 620d4652f192 15:04:42 Removing intermediate container 620d4652f192 15:04:42 ---> 413bb706020d 15:04:42 Step 10/26 : COPY . . 15:04:42 ---> 57b6032c1dcd 15:04:42 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:04:42 ---> Running in 3a37a2eca898 15:04:42 Removing intermediate container 3a37a2eca898 15:04:42 ---> de5f471ea390 15:04:42 Step 12/26 : RUN $MAKE 15:04:42 ---> Running in b143b8dfb2d9 15:04:43 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.25 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.16" -trimpath -mod=readonly -o app-service-configurable 15:05:09 Removing intermediate container b143b8dfb2d9 15:05:09 ---> c31628a5044a 15:05:09 Step 13/26 : FROM alpine:3.17 15:05:09 3.17: Pulling from library/alpine 15:05:09 9398808236ff: Pulling fs layer 15:05:09 9398808236ff: Download complete 15:05:09 9398808236ff: Pull complete 15:05:09 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 15:05:09 Status: Downloaded newer image for alpine:3.17 15:05:09 ---> 1e0b8b5322fc 15:05:09 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 15:05:09 ---> Running in e9b13f2004ad 15:05:09 Removing intermediate container e9b13f2004ad 15:05:09 ---> 12fc7e38e8af 15:05:09 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 15:05:09 ---> Running in 2e27b240c3f6 15:05:09 Removing intermediate container 2e27b240c3f6 15:05:09 ---> 1be5caf3216e 15:05:09 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 15:05:09 ---> Running in e37f7026fbc4 15:05:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:05:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:05:09 (1/2) Installing ca-certificates (20230506-r0) 15:05:09 (2/2) Installing dumb-init (1.2.5-r2) 15:05:09 Executing busybox-1.35.0-r29.trigger 15:05:09 Executing ca-certificates-20230506-r0.trigger 15:05:09 OK: 8 MiB in 17 packages 15:05:09 Removing intermediate container e37f7026fbc4 15:05:09 ---> 9a4a83dfa1ab 15:05:09 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 15:05:09 ---> 9b078bfa237c 15:05:09 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 15:05:09 ---> e9fee5160ad1 15:05:09 Step 19/26 : COPY --from=builder /app/res/ /res/ 15:05:09 ---> d41aa2f1591a 15:05:09 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 15:05:09 ---> 504c697ac656 15:05:09 Step 21/26 : EXPOSE 48095 15:05:09 ---> Running in 7f79c64dac07 15:05:09 Removing intermediate container 7f79c64dac07 15:05:09 ---> 708471bd8ad3 15:05:09 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 15:05:09 ---> Running in 26519e2504e0 15:05:09 Removing intermediate container 26519e2504e0 15:05:09 ---> 83984a2a3765 15:05:09 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:05:09 ---> Running in afd10ba70dbb 15:05:09 Removing intermediate container afd10ba70dbb 15:05:09 ---> eca28a33e4c1 15:05:09 Step 24/26 : LABEL arch=amd64 15:05:09 ---> Running in 29c7699fb2b8 15:05:09 Removing intermediate container 29c7699fb2b8 15:05:09 ---> 036d068de4e7 15:05:09 Step 25/26 : LABEL git_sha=68cd066fbc50be95059e135e011029de61099e53 15:05:09 ---> Running in bfb50bd7f00d 15:05:09 Removing intermediate container bfb50bd7f00d 15:05:09 ---> d59afb2c5990 15:05:09 Step 26/26 : LABEL version=3.1.0-dev.16 15:05:09 ---> Running in d5cfa27866f9 15:05:09 Removing intermediate container d5cfa27866f9 15:05:09 ---> 06a24cf961b1 15:05:09 [Warning] One or more build-args [ARCH] were not consumed 15:05:09 Successfully built 06a24cf961b1 15:05:09 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 15:05:09 provisioning config files... 15:05:09 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2071014401134507747tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:05:10 ---> docker-login.sh 15:05:10 nexus3.edgexfoundry.org:10001 15:05:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:05:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:05:10 Configure a credential helper to remove this warning. See 15:05:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:05:10 15:05:10 Login Succeeded 15:05:10 nexus3.edgexfoundry.org:10002 15:05:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:05:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:05:10 Configure a credential helper to remove this warning. See 15:05:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:05:10 15:05:10 Login Succeeded 15:05:10 nexus3.edgexfoundry.org:10003 15:05:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:05:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:05:10 Configure a credential helper to remove this warning. See 15:05:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:05:10 15:05:10 Login Succeeded 15:05:10 nexus3.edgexfoundry.org:10004 15:05:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:05:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:05:10 Configure a credential helper to remove this warning. See 15:05:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:05:10 15:05:10 Login Succeeded 15:05:10 docker.io 15:05:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:05:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:05:11 Configure a credential helper to remove this warning. See 15:05:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:05:11 15:05:11 Login Succeeded 15:05:11 ---> docker-login.sh ends [Pipeline] } 15:05:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:05:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:05:11 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 15:05:11 68cd066fbc50be95059e135e011029de61099e53 15:05:11 latest 15:05:11 3.1.0-dev.16 15:05:11 68cd066fbc50be95059e135e011029de61099e53-3.1.0-dev.16 15:05:11 main 15:05:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:05:11 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:68cd066fbc50be95059e135e011029de61099e53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:05:11 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:68cd066fbc50be95059e135e011029de61099e53 15:05:11 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 15:05:11 e19c2f2c766f: Preparing 15:05:11 b244488af5fb: Preparing 15:05:11 6fa0bf3e9b87: Preparing 15:05:11 6a028ae4bcc6: Preparing 15:05:11 9289252354ce: Preparing 15:05:11 36b50b131297: Preparing 15:05:11 36b50b131297: Waiting 15:05:11 b244488af5fb: Pushed 15:05:11 6a028ae4bcc6: Pushed 15:05:11 36b50b131297: Layer already exists 15:05:11 6fa0bf3e9b87: Pushed 15:05:11 9289252354ce: Pushed 15:05:14 e19c2f2c766f: Pushed 15:05:14 68cd066fbc50be95059e135e011029de61099e53: digest: sha256:9fb857ba4a5e3e33ce2aa6e4b113349052f72c78935eebe5fea1b6fef3a5f19c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:05:14 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:05:15 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 15:05:15 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 15:05:15 e19c2f2c766f: Preparing 15:05:15 b244488af5fb: Preparing 15:05:15 6fa0bf3e9b87: Preparing 15:05:15 6a028ae4bcc6: Preparing 15:05:15 9289252354ce: Preparing 15:05:15 36b50b131297: Preparing 15:05:15 36b50b131297: Waiting 15:05:15 6a028ae4bcc6: Layer already exists 15:05:15 b244488af5fb: Layer already exists 15:05:15 9289252354ce: Layer already exists 15:05:15 e19c2f2c766f: Layer already exists 15:05:15 6fa0bf3e9b87: Layer already exists 15:05:15 36b50b131297: Layer already exists 15:05:15 latest: digest: sha256:9fb857ba4a5e3e33ce2aa6e4b113349052f72c78935eebe5fea1b6fef3a5f19c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:05:15 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:05:15 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.1.0-dev.16 15:05:15 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 15:05:15 e19c2f2c766f: Preparing 15:05:15 b244488af5fb: Preparing 15:05:15 6fa0bf3e9b87: Preparing 15:05:15 6a028ae4bcc6: Preparing 15:05:15 9289252354ce: Preparing 15:05:15 36b50b131297: Preparing 15:05:15 36b50b131297: Waiting 15:05:15 b244488af5fb: Layer already exists 15:05:15 9289252354ce: Layer already exists 15:05:15 6a028ae4bcc6: Layer already exists 15:05:15 e19c2f2c766f: Layer already exists 15:05:15 6fa0bf3e9b87: Layer already exists 15:05:15 36b50b131297: Layer already exists 15:05:15 3.1.0-dev.16: digest: sha256:9fb857ba4a5e3e33ce2aa6e4b113349052f72c78935eebe5fea1b6fef3a5f19c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:05:16 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:68cd066fbc50be95059e135e011029de61099e53-3.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:05:16 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:68cd066fbc50be95059e135e011029de61099e53-3.1.0-dev.16 15:05:16 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 15:05:16 e19c2f2c766f: Preparing 15:05:16 b244488af5fb: Preparing 15:05:16 6fa0bf3e9b87: Preparing 15:05:16 6a028ae4bcc6: Preparing 15:05:16 9289252354ce: Preparing 15:05:16 36b50b131297: Preparing 15:05:16 36b50b131297: Waiting 15:05:16 6fa0bf3e9b87: Layer already exists 15:05:16 6a028ae4bcc6: Layer already exists 15:05:16 b244488af5fb: Layer already exists 15:05:16 e19c2f2c766f: Layer already exists 15:05:16 9289252354ce: Layer already exists 15:05:16 36b50b131297: Layer already exists 15:05:16 68cd066fbc50be95059e135e011029de61099e53-3.1.0-dev.16: digest: sha256:9fb857ba4a5e3e33ce2aa6e4b113349052f72c78935eebe5fea1b6fef3a5f19c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:05:16 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:05:17 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 15:05:17 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 15:05:17 e19c2f2c766f: Preparing 15:05:17 b244488af5fb: Preparing 15:05:17 6fa0bf3e9b87: Preparing 15:05:17 6a028ae4bcc6: Preparing 15:05:17 9289252354ce: Preparing 15:05:17 36b50b131297: Preparing 15:05:17 36b50b131297: Waiting 15:05:17 9289252354ce: Layer already exists 15:05:17 6fa0bf3e9b87: Layer already exists 15:05:17 e19c2f2c766f: Layer already exists 15:05:17 b244488af5fb: Layer already exists 15:05:17 6a028ae4bcc6: Layer already exists 15:05:17 36b50b131297: Layer already exists 15:05:17 main: digest: sha256:9fb857ba4a5e3e33ce2aa6e4b113349052f72c78935eebe5fea1b6fef3a5f19c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:05:17 ===================================================== [Pipeline] echo 15:05:17 taggedImages: 15:05:17 - nexus3.edgexfoundry.org:10004/app-service-configurable:68cd066fbc50be95059e135e011029de61099e53 15:05:17 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 15:05:17 - nexus3.edgexfoundry.org:10004/app-service-configurable:3.1.0-dev.16 15:05:17 - nexus3.edgexfoundry.org:10004/app-service-configurable:68cd066fbc50be95059e135e011029de61099e53-3.1.0-dev.16 15:05:17 - 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 15:05:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:05:17 15:05:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:05:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:05:17 latest: Pulling from edgex-lftools-log-publisher 15:05:17 5eb5b503b376: Pulling fs layer 15:05:17 5c69ac0246d0: Pulling fs layer 15:05:17 ec43610c2a17: Pulling fs layer 15:05:17 3a2ae6a8a46f: Pulling fs layer 15:05:17 33b1e0a273af: Pulling fs layer 15:05:17 5d3b04190fa2: Pulling fs layer 15:05:17 2f39f015ded8: Pulling fs layer 15:05:17 3a2ae6a8a46f: Waiting 15:05:17 33b1e0a273af: Waiting 15:05:17 5d3b04190fa2: Waiting 15:05:17 2f39f015ded8: Waiting 15:05:17 5c69ac0246d0: Verifying Checksum 15:05:17 5c69ac0246d0: Download complete 15:05:17 3a2ae6a8a46f: Verifying Checksum 15:05:17 3a2ae6a8a46f: Download complete 15:05:17 ec43610c2a17: Verifying Checksum 15:05:17 ec43610c2a17: Download complete 15:05:18 33b1e0a273af: Verifying Checksum 15:05:18 33b1e0a273af: Download complete 15:05:18 5d3b04190fa2: Verifying Checksum 15:05:18 5d3b04190fa2: Download complete 15:05:18 5eb5b503b376: Verifying Checksum 15:05:18 5eb5b503b376: Download complete 15:05:18 2f39f015ded8: Download complete 15:05:19 5eb5b503b376: Pull complete 15:05:19 5c69ac0246d0: Pull complete 15:05:19 ec43610c2a17: Pull complete 15:05:19 3a2ae6a8a46f: Pull complete 15:05:19 33b1e0a273af: Pull complete 15:05:20 5d3b04190fa2: Pull complete 15:05:24 2f39f015ded8: Pull complete 15:05:24 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 15:05:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:05:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:05:24 prd-ubuntu20.04-docker-8c-8g-5025 does not seem to be running inside a container 15:05: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 15:05:30 $ docker top 6e47e8e3b8a42a3ac7e5b2208765a6748a1bfe3bef280ea9d1656b274be0f0f2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:05:30 ---> job-cost.sh 15:05:30 lf-activate-venv: SKIPPING 15:05:30 INFO: No Stack... 15:05:31 INFO: Retrieving Pricing Info for: v3-standard-8 15:05:31 INFO: Archiving Costs [Pipeline] sh 15:05:32 + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv 15:05:32 + cut -d, -f6 [Pipeline] lock 15:05:32 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-185-stack-cost] 15:05:32 Resource [jenkins-edgexfoundry-app-service-configurable-main-185-stack-cost] did not exist. Created. 15:05:32 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-185-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:05:32 + echo total: 0.2199999988079071 [Pipeline] stash 15:05:32 Stashed 1 file(s) [Pipeline] } 15:05:32 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-185-stack-cost] [Pipeline] // lock [Pipeline] } 15:05:32 $ docker stop --time=1 6e47e8e3b8a42a3ac7e5b2208765a6748a1bfe3bef280ea9d1656b274be0f0f2 15:05:33 $ docker rm -f --volumes 6e47e8e3b8a42a3ac7e5b2208765a6748a1bfe3bef280ea9d1656b274be0f0f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:05:54 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5030 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 15:05:54 Running in /w/workspace/app-service-configurable/185 [Pipeline] { [Pipeline] checkout 15:05:54 Selected Git installation does not exist. Using Default 15:05:54 The recommended git tool is: NONE 15:06:00 using credential edgex-jenkins-ssh 15:06:00 Cloning the remote Git repository 15:06:00 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 15:06:01 > git init /w/workspace/app-service-configurable/185 # timeout=10 15:06:01 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 15:06:01 > git --version # timeout=10 15:06:01 > git --version # 'git version 2.25.1' 15:06:01 using GIT_SSH to set credentials SSH Credentials for GitHub 15:06:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:06:02 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 15:06:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:06:04 Avoid second fetch 15:06:04 Checking out Revision 68cd066fbc50be95059e135e011029de61099e53 (main) 15:06:04 > git config core.sparsecheckout # timeout=10 15:06:04 > git checkout -f 68cd066fbc50be95059e135e011029de61099e53 # timeout=10 15:06:04 Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#592)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:06:06 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 15:06:06 % Total % Received % Xferd Average Speed Time Time Time Current 15:06:06 Dload Upload Total Spent Left Speed 15:06:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 89167 0 --:--:-- --:--:-- --:--:-- 89167 [Pipeline] sh 15:06:06 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 15:06:07 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 15:06:07 + sudo tee /etc/docker/daemon.new 15:06:07 { 15:06:07 "registry-mirrors": [ 15:06:07 "https://nexus3.edgexfoundry.org:10001" 15:06:07 ], 15:06:07 "bip": "10.250.0.254/24", 15:06:07 "hosts": [ 15:06:07 "tcp://0.0.0.0:5555", 15:06:07 "unix:///var/run/docker.sock" 15:06:07 ], 15:06:07 "mtu": 1458, 15:06:07 "selinux-enabled": true, 15:06:07 "seccomp-profile": "/etc/docker/seccomp.json" 15:06:07 } [Pipeline] sh 15:06:07 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 15:06:07 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:06:26 provisioning config files... 15:06:26 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/185@tmp/config8726375078958427914tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:06:26 ---> docker-login.sh 15:06:26 nexus3.edgexfoundry.org:10001 15:06:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:06:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:06:27 Configure a credential helper to remove this warning. See 15:06:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:06:27 15:06:27 Login Succeeded 15:06:27 nexus3.edgexfoundry.org:10002 15:06:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:06:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:06:27 Configure a credential helper to remove this warning. See 15:06:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:06:27 15:06:27 Login Succeeded 15:06:27 nexus3.edgexfoundry.org:10003 15:06:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:06:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:06:28 Configure a credential helper to remove this warning. See 15:06:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:06:28 15:06:28 Login Succeeded 15:06:28 nexus3.edgexfoundry.org:10004 15:06:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:06:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:06:28 Configure a credential helper to remove this warning. See 15:06:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:06:28 15:06:28 Login Succeeded 15:06:28 docker.io 15:06:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:06:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:06:29 Configure a credential helper to remove this warning. See 15:06:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:06:29 15:06:29 Login Succeeded 15:06:29 ---> docker-login.sh ends [Pipeline] } 15:06:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:06:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:06:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:06:29 ========================================================= 15:06:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 15:06:29 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:06:29 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 15:06:29 Sending build context to Docker daemon 178.2kB 15:06:30 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 15:06:30 Step 2/12 : FROM ${BASE} AS builder 15:06:30 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:06:30 edb6bdbacee9: Pulling fs layer 15:06:30 5f9638ab2659: Pulling fs layer 15:06:30 8d51d6327a98: Pulling fs layer 15:06:30 8b374f2dd631: Pulling fs layer 15:06:30 ec14aa9079de: Pulling fs layer 15:06:30 2f466654f4bb: Pulling fs layer 15:06:30 554e91adad29: Pulling fs layer 15:06:30 ec14aa9079de: Waiting 15:06:30 2f466654f4bb: Waiting 15:06:30 554e91adad29: Waiting 15:06:30 8b374f2dd631: Waiting 15:06:30 5f9638ab2659: Verifying Checksum 15:06:30 5f9638ab2659: Download complete 15:06:30 8b374f2dd631: Verifying Checksum 15:06:30 8b374f2dd631: Download complete 15:06:30 ec14aa9079de: Verifying Checksum 15:06:30 ec14aa9079de: Download complete 15:06:30 edb6bdbacee9: Verifying Checksum 15:06:30 edb6bdbacee9: Download complete 15:06:31 edb6bdbacee9: Pull complete 15:06:31 554e91adad29: Verifying Checksum 15:06:31 554e91adad29: Download complete 15:06:32 5f9638ab2659: Pull complete 15:06:33 8d51d6327a98: Verifying Checksum 15:06:33 8d51d6327a98: Download complete 15:06:33 2f466654f4bb: Download complete 15:06:46 8d51d6327a98: Pull complete 15:06:46 8b374f2dd631: Pull complete 15:06:46 ec14aa9079de: Pull complete 15:06:52 2f466654f4bb: Pull complete 15:06:55 554e91adad29: Pull complete 15:06:55 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 15:06:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 15:06:55 ---> 1e15ea492957 15:06:55 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 15:06:59 ---> Running in 459b980740ec 15:06:59 Removing intermediate container 459b980740ec 15:06:59 ---> 1e4bd98bb62c 15:06:59 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 15:06:59 ---> Running in 8b9a20d255cc 15:06:59 Removing intermediate container 8b9a20d255cc 15:06:59 ---> 3dc1658ec88e 15:06:59 Step 5/12 : ARG ADD_BUILD_TAGS="" 15:06:59 ---> Running in bfed7e017c41 15:06:59 Removing intermediate container bfed7e017c41 15:06:59 ---> 066ecc206130 15:06:59 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:06:59 ---> Running in 0312cdf2f16c 15:07:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:07:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:07:02 OK: 263 MiB in 53 packages 15:07:03 Removing intermediate container 0312cdf2f16c 15:07:03 ---> f4e3a8b57823 15:07:03 Step 7/12 : WORKDIR /app 15:07:03 ---> Running in 28b3dddc3f44 15:07:03 Removing intermediate container 28b3dddc3f44 15:07:03 ---> 24478957a643 15:07:03 Step 8/12 : COPY go.mod vendor* ./ 15:07:04 ---> c1767fc3d347 15:07:04 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:07:04 ---> Running in f23f02a9a5d3 15:08:25 Removing intermediate container f23f02a9a5d3 15:08:25 ---> 0f58abf14b87 15:08:25 Step 10/12 : COPY . . 15:08:25 ---> ab86e618d907 15:08:25 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:08:25 ---> Running in 58458cd4113e 15:08:25 Removing intermediate container 58458cd4113e 15:08:25 ---> 6e601197a9e8 15:08:25 Step 12/12 : RUN $MAKE 15:08:25 ---> Running in 3198c6771b67 15:08:25 noop 15:08:25 Removing intermediate container 3198c6771b67 15:08:25 ---> 1fc112fe07be 15:08:25 Successfully built 1fc112fe07be 15:08:25 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:08:26 + docker inspect -f . ci-base-image-arm64 15:08:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:08:26 prd-ubuntu20.04-docker-arm64-4c-16g-5030 does not seem to be running inside a container 15:08:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/185 -v /w/workspace/app-service-configurable/185:/w/workspace/app-service-configurable/185:rw,z -v /w/workspace/app-service-configurable/185@tmp:/w/workspace/app-service-configurable/185@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 15:08:28 $ docker top 1a9e3a1a0de598ca612e3e01cf4fc1a09c7de6c7cf5fc7d8f345835ce0f41b94 -eo pid,comm [Pipeline] { [Pipeline] sh 15:08:29 + go version 15:08:29 go version go1.20.6 linux/arm64 [Pipeline] } 15:08:29 $ docker stop --time=1 1a9e3a1a0de598ca612e3e01cf4fc1a09c7de6c7cf5fc7d8f345835ce0f41b94 15:08:30 $ docker rm -f --volumes 1a9e3a1a0de598ca612e3e01cf4fc1a09c7de6c7cf5fc7d8f345835ce0f41b94 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:08:31 + docker inspect -f . ci-base-image-arm64 15:08:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:08:31 prd-ubuntu20.04-docker-arm64-4c-16g-5030 does not seem to be running inside a container 15:08:31 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-service-configurable/185 -v /w/workspace/app-service-configurable/185:/w/workspace/app-service-configurable/185:rw,z -v /w/workspace/app-service-configurable/185@tmp:/w/workspace/app-service-configurable/185@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 15:08:33 $ docker top 6c5b77b47f365ec8a4fd1090bb217c0d80b60747a6be38c837583f2439774bda -eo pid,comm [Pipeline] { [Pipeline] sh 15:08:34 + git config --global --add safe.directory /w/workspace/app-service-configurable/185 [Pipeline] fileExists [Pipeline] sh 15:08:34 + make test 15:08:34 go test -race -coverprofile=coverage.out ./... 15:11:56 ? github.com/edgexfoundry/app-service-configurable [no test files] 15:11:56 WARNING: Linting skipped (not on x86_64 or linter not installed) 15:11:56 go vet ./... 15:14:18 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:14:18 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:14:18 ./bin/test-attribution-txt.sh 15:14:18 An attribution for github.com/golang-jwt/jwt is missing from Attribution.txt, please add 15:14:18 An attribution for github.com/labstack/echo/v4 is missing from Attribution.txt, please add 15:14:18 An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add 15:14:18 An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add 15:14:18 An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add 15:14:18 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 15:14:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:14:18 $ docker stop --time=1 6c5b77b47f365ec8a4fd1090bb217c0d80b60747a6be38c837583f2439774bda 15:14:22 $ docker rm -f --volumes 6c5b77b47f365ec8a4fd1090bb217c0d80b60747a6be38c837583f2439774bda [Pipeline] // withDockerContainer [Pipeline] sh 15:14:23 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:14:23 Warning: overwriting stash ‘coverage-report’ 15:14:24 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 15:14:24 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:14:24 + ls -al . 15:14:24 total 180 15:14:24 drwxrwxr-x 7 jenkins jenkins 4096 Aug 31 15:08 . 15:14:24 drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 15:06 .. 15:14:24 -rw-rw-r-- 1 jenkins jenkins 119 Aug 31 15:06 .dockerignore 15:14:24 drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 15:06 .git 15:14:24 drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 15:06 .github 15:14:24 -rw-rw-r-- 1 jenkins jenkins 171 Aug 31 15:06 .gitignore 15:14:24 -rw-rw-r-- 1 jenkins jenkins 41 Aug 31 15:06 .golangci.yml 15:14:24 -rw-rw-r-- 1 jenkins jenkins 9636 Aug 31 15:06 Attribution.txt 15:14:24 -rw-rw-r-- 1 jenkins jenkins 35039 Aug 31 15:06 CHANGELOG.md 15:14:24 -rw-rw-r-- 1 jenkins jenkins 1898 Aug 31 15:06 Dockerfile 15:14:24 -rw-rw-r-- 1 jenkins jenkins 677 Aug 31 15:06 GOVERNANCE.md 15:14:24 -rw-rw-r-- 1 jenkins jenkins 688 Aug 31 15:06 Jenkinsfile 15:14:24 -rw-rw-r-- 1 jenkins jenkins 10174 Aug 31 15:06 LICENSE 15:14:24 -rw-rw-r-- 1 jenkins jenkins 618 Aug 31 15:06 OWNERS.md 15:14:24 -rw-rw-r-- 1 jenkins jenkins 4885 Aug 31 15:06 README.md 15:14:24 -rw-rw-r-- 1 jenkins jenkins 12 Aug 31 15:02 VERSION 15:14:24 drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 15:06 bin 15:14:24 -rw-r--r-- 1 jenkins jenkins 13 Aug 31 15:08 coverage.out 15:14:24 -rw-rw-r-- 1 jenkins jenkins 3729 Aug 31 15:06 go.mod 15:14:24 -rw-rw-r-- 1 jenkins jenkins 33854 Aug 31 15:06 go.sum 15:14:24 -rw-rw-r-- 1 jenkins jenkins 1937 Aug 31 15:06 main.go 15:14:24 -rw-rw-r-- 1 jenkins jenkins 2569 Aug 31 15:06 makefile 15:14:24 drwxrwxr-x 9 jenkins jenkins 4096 Aug 31 15:06 res 15:14:24 drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 15:06 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:14:25 + 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=68cd066fbc50be95059e135e011029de61099e53 --label arch=arm64 --label version=3.1.0-dev.16 . 15:14:25 Sending build context to Docker daemon 179.2kB 15:14:25 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 15:14:25 Step 2/26 : FROM ${BASE} AS builder 15:14:25 ---> 1fc112fe07be 15:14:25 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 15:14:25 ---> Running in bd314ddf50a8 15:14:25 Removing intermediate container bd314ddf50a8 15:14:25 ---> 6e72930bf5d6 15:14:25 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 15:14:26 ---> Running in e8dd62d97d44 15:14:26 Removing intermediate container e8dd62d97d44 15:14:26 ---> 6ee92764fa7a 15:14:26 Step 5/26 : ARG ADD_BUILD_TAGS="" 15:14:26 ---> Running in 15eda3fe0e41 15:14:26 Removing intermediate container 15eda3fe0e41 15:14:26 ---> d69f01b1288c 15:14:26 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:14:26 ---> Running in 7c8205b4f2b1 15:14:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:14:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:14:29 OK: 263 MiB in 53 packages 15:14:30 Removing intermediate container 7c8205b4f2b1 15:14:30 ---> d3e8d91bb716 15:14:30 Step 7/26 : WORKDIR /app 15:14:30 ---> Running in 5b29cdccc89c 15:14:30 Removing intermediate container 5b29cdccc89c 15:14:30 ---> d810e69c3a75 15:14:30 Step 8/26 : COPY go.mod vendor* ./ 15:14:31 ---> 06feb653ac3e 15:14:31 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:14:31 ---> Running in 3cb173d2c39e 15:14:33 Removing intermediate container 3cb173d2c39e 15:14:33 ---> 193b852f3f4e 15:14:33 Step 10/26 : COPY . . 15:14:34 ---> 6168faeed818 15:14:34 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:14:34 ---> Running in e374daaf71b1 15:14:34 Removing intermediate container e374daaf71b1 15:14:34 ---> fd9b795db4f5 15:14:34 Step 12/26 : RUN $MAKE 15:14:34 ---> Running in 79de50827ad2 15:14:35 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.25 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.16" -trimpath -mod=readonly -o app-service-configurable 15:17:13 Removing intermediate container 79de50827ad2 15:17:13 ---> fda0c321fc84 15:17:13 Step 13/26 : FROM alpine:3.17 15:17:13 3.17: Pulling from library/alpine 15:17:13 4060ece20d7a: Pulling fs layer 15:17:13 4060ece20d7a: Verifying Checksum 15:17:13 4060ece20d7a: Download complete 15:17:13 4060ece20d7a: Pull complete 15:17:13 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 15:17:13 Status: Downloaded newer image for alpine:3.17 15:17:13 ---> 8650cd65339b 15:17:13 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 15:17:13 ---> Running in 75365698b552 15:17:13 Removing intermediate container 75365698b552 15:17:13 ---> 596b9c8b614b 15:17:13 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 15:17:13 ---> Running in b41834d50912 15:17:13 Removing intermediate container b41834d50912 15:17:13 ---> 2b4e1003faf1 15:17:13 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 15:17:13 ---> Running in 04a4d2df5cb7 15:17:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:17:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:17:13 (1/2) Installing ca-certificates (20230506-r0) 15:17:13 (2/2) Installing dumb-init (1.2.5-r2) 15:17:13 Executing busybox-1.35.0-r29.trigger 15:17:13 Executing ca-certificates-20230506-r0.trigger 15:17:13 OK: 8 MiB in 17 packages 15:17:13 Removing intermediate container 04a4d2df5cb7 15:17:13 ---> d32c8b2323b7 15:17:13 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 15:17:13 ---> d841c961f11d 15:17:13 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 15:17:13 ---> 6aaf9c53e39c 15:17:13 Step 19/26 : COPY --from=builder /app/res/ /res/ 15:17:13 ---> 1efbb2ae5b54 15:17:13 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 15:17:13 ---> 4bb835eab153 15:17:13 Step 21/26 : EXPOSE 48095 15:17:13 ---> Running in 2caf6585dd98 15:17:13 Removing intermediate container 2caf6585dd98 15:17:13 ---> 43b58d5b722a 15:17:13 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 15:17:13 ---> Running in 8bab97025af4 15:17:13 Removing intermediate container 8bab97025af4 15:17:13 ---> 69f8e673beba 15:17:13 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:17:13 ---> Running in 5207e60901a4 15:17:13 Removing intermediate container 5207e60901a4 15:17:13 ---> e6512e3e0f03 15:17:13 Step 24/26 : LABEL arch=arm64 15:17:13 ---> Running in 77fc5c6cbd3f 15:17:13 Removing intermediate container 77fc5c6cbd3f 15:17:13 ---> 29b928d97a47 15:17:13 Step 25/26 : LABEL git_sha=68cd066fbc50be95059e135e011029de61099e53 15:17:13 ---> Running in a2efe66a23bd 15:17:13 Removing intermediate container a2efe66a23bd 15:17:13 ---> e0b3b8bd9164 15:17:13 Step 26/26 : LABEL version=3.1.0-dev.16 15:17:13 ---> Running in bbe8f6a14f4e 15:17:13 Removing intermediate container bbe8f6a14f4e 15:17:13 ---> 2ad91b22025d 15:17:13 [Warning] One or more build-args [ARCH] were not consumed 15:17:13 Successfully built 2ad91b22025d 15:17:13 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 15:17:13 provisioning config files... 15:17:13 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/185@tmp/config16214251392629853115tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:17:13 ---> docker-login.sh 15:17:13 nexus3.edgexfoundry.org:10001 15:17:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:17:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:17:13 Configure a credential helper to remove this warning. See 15:17:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:17:13 15:17:13 Login Succeeded 15:17:13 nexus3.edgexfoundry.org:10002 15:17:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:17:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:17:13 Configure a credential helper to remove this warning. See 15:17:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:17:13 15:17:13 Login Succeeded 15:17:13 nexus3.edgexfoundry.org:10003 15:17:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:17:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:17:14 Configure a credential helper to remove this warning. See 15:17:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:17:14 15:17:14 Login Succeeded 15:17:14 nexus3.edgexfoundry.org:10004 15:17:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:17:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:17:14 Configure a credential helper to remove this warning. See 15:17:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:17:14 15:17:14 Login Succeeded 15:17:14 docker.io 15:17:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:17:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:17:15 Configure a credential helper to remove this warning. See 15:17:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:17:15 15:17:15 Login Succeeded 15:17:15 ---> docker-login.sh ends [Pipeline] } 15:17:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:17:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:17:15 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 15:17:15 68cd066fbc50be95059e135e011029de61099e53 15:17:15 latest 15:17:15 3.1.0-dev.16 15:17:15 68cd066fbc50be95059e135e011029de61099e53-3.1.0-dev.16 15:17:15 main 15:17:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:15 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:68cd066fbc50be95059e135e011029de61099e53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:16 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:68cd066fbc50be95059e135e011029de61099e53 15:17:16 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 15:17:16 96a989b91ac7: Preparing 15:17:16 c54848a54dd6: Preparing 15:17:16 caab150d5ec6: Preparing 15:17:16 923ded2a12c4: Preparing 15:17:16 af286b94abb3: Preparing 15:17:16 d2d9d24a8c2a: Preparing 15:17:16 d2d9d24a8c2a: Waiting 15:17:16 c54848a54dd6: Pushed 15:17:16 caab150d5ec6: Pushed 15:17:16 923ded2a12c4: Pushed 15:17:16 d2d9d24a8c2a: Layer already exists 15:17:16 af286b94abb3: Pushed 15:17:21 96a989b91ac7: Pushed 15:17:22 68cd066fbc50be95059e135e011029de61099e53: digest: sha256:312938ac6c01c470b0890a49eab8faf41dcf158e32201a6ce98b9f72c96a06df size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:22 + 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 15:17:22 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 15:17:22 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 15:17:22 96a989b91ac7: Preparing 15:17:22 c54848a54dd6: Preparing 15:17:22 caab150d5ec6: Preparing 15:17:22 923ded2a12c4: Preparing 15:17:22 af286b94abb3: Preparing 15:17:22 d2d9d24a8c2a: Preparing 15:17:22 d2d9d24a8c2a: Waiting 15:17:22 96a989b91ac7: Layer already exists 15:17:22 c54848a54dd6: Layer already exists 15:17:22 923ded2a12c4: Layer already exists 15:17:22 af286b94abb3: Layer already exists 15:17:22 caab150d5ec6: Layer already exists 15:17:22 d2d9d24a8c2a: Layer already exists 15:17:22 latest: digest: sha256:312938ac6c01c470b0890a49eab8faf41dcf158e32201a6ce98b9f72c96a06df size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:23 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:23 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.1.0-dev.16 15:17:23 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 15:17:23 96a989b91ac7: Preparing 15:17:23 c54848a54dd6: Preparing 15:17:23 caab150d5ec6: Preparing 15:17:23 923ded2a12c4: Preparing 15:17:23 af286b94abb3: Preparing 15:17:23 d2d9d24a8c2a: Preparing 15:17:23 d2d9d24a8c2a: Waiting 15:17:23 96a989b91ac7: Layer already exists 15:17:23 af286b94abb3: Layer already exists 15:17:23 c54848a54dd6: Layer already exists 15:17:23 caab150d5ec6: Layer already exists 15:17:23 923ded2a12c4: Layer already exists 15:17:23 d2d9d24a8c2a: Layer already exists 15:17:23 3.1.0-dev.16: digest: sha256:312938ac6c01c470b0890a49eab8faf41dcf158e32201a6ce98b9f72c96a06df size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:24 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:68cd066fbc50be95059e135e011029de61099e53-3.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:24 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:68cd066fbc50be95059e135e011029de61099e53-3.1.0-dev.16 15:17:24 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 15:17:24 96a989b91ac7: Preparing 15:17:24 c54848a54dd6: Preparing 15:17:24 caab150d5ec6: Preparing 15:17:24 923ded2a12c4: Preparing 15:17:24 af286b94abb3: Preparing 15:17:24 d2d9d24a8c2a: Preparing 15:17:24 d2d9d24a8c2a: Waiting 15:17:24 af286b94abb3: Layer already exists 15:17:24 caab150d5ec6: Layer already exists 15:17:24 96a989b91ac7: Layer already exists 15:17:24 923ded2a12c4: Layer already exists 15:17:24 c54848a54dd6: Layer already exists 15:17:24 d2d9d24a8c2a: Layer already exists 15:17:24 68cd066fbc50be95059e135e011029de61099e53-3.1.0-dev.16: digest: sha256:312938ac6c01c470b0890a49eab8faf41dcf158e32201a6ce98b9f72c96a06df size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:24 + 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 15:17:25 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 15:17:25 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 15:17:25 96a989b91ac7: Preparing 15:17:25 c54848a54dd6: Preparing 15:17:25 caab150d5ec6: Preparing 15:17:25 923ded2a12c4: Preparing 15:17:25 af286b94abb3: Preparing 15:17:25 d2d9d24a8c2a: Preparing 15:17:25 d2d9d24a8c2a: Waiting 15:17:25 caab150d5ec6: Layer already exists 15:17:25 96a989b91ac7: Layer already exists 15:17:25 923ded2a12c4: Layer already exists 15:17:25 af286b94abb3: Layer already exists 15:17:25 c54848a54dd6: Layer already exists 15:17:25 d2d9d24a8c2a: Layer already exists 15:17:25 main: digest: sha256:312938ac6c01c470b0890a49eab8faf41dcf158e32201a6ce98b9f72c96a06df size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:17:25 ===================================================== [Pipeline] echo 15:17:25 taggedImages: 15:17:25 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:68cd066fbc50be95059e135e011029de61099e53 15:17:25 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 15:17:25 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.1.0-dev.16 15:17:25 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:68cd066fbc50be95059e135e011029de61099e53-3.1.0-dev.16 15:17:25 - 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 15:17:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:17:25 15:17:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:17:26 arm64: Pulling from edgex-lftools-log-publisher 15:17:26 8998bd30e6a1: Pulling fs layer 15:17:26 04944245beec: Pulling fs layer 15:17:26 699f458cf7ca: Pulling fs layer 15:17:26 765212b225bb: Pulling fs layer 15:17:26 f23df028b6ca: Pulling fs layer 15:17:26 d65c8cfc05b1: Pulling fs layer 15:17:26 2437ff75d9bd: Pulling fs layer 15:17:26 f23df028b6ca: Waiting 15:17:26 d65c8cfc05b1: Waiting 15:17:26 765212b225bb: Waiting 15:17:26 2437ff75d9bd: Waiting 15:17:26 04944245beec: Verifying Checksum 15:17:26 04944245beec: Download complete 15:17:26 765212b225bb: Verifying Checksum 15:17:26 765212b225bb: Download complete 15:17:26 f23df028b6ca: Download complete 15:17:26 d65c8cfc05b1: Verifying Checksum 15:17:26 d65c8cfc05b1: Download complete 15:17:26 699f458cf7ca: Verifying Checksum 15:17:26 699f458cf7ca: Download complete 15:17:27 8998bd30e6a1: Verifying Checksum 15:17:27 8998bd30e6a1: Download complete 15:17:29 2437ff75d9bd: Verifying Checksum 15:17:29 2437ff75d9bd: Download complete 15:17:31 8998bd30e6a1: Pull complete 15:17:31 04944245beec: Pull complete 15:17:32 699f458cf7ca: Pull complete 15:17:32 765212b225bb: Pull complete 15:17:33 f23df028b6ca: Pull complete 15:17:33 d65c8cfc05b1: Pull complete 15:17:48 2437ff75d9bd: Pull complete 15:17:48 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 15:17:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:17:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:17:49 prd-ubuntu20.04-docker-arm64-4c-16g-5030 does not seem to be running inside a container 15:17:49 $ 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/185 -v /w/workspace/app-service-configurable/185:/w/workspace/app-service-configurable/185:rw,z -v /w/workspace/app-service-configurable/185@tmp:/w/workspace/app-service-configurable/185@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 15:17:51 $ docker top bd63690485f91ad54b5c8b33ca4d8705b889ec29e8b8d7a8ccdd9569cfba61bf -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:17:52 ---> job-cost.sh 15:17:52 lf-activate-venv: SKIPPING 15:17:52 INFO: No Stack... 15:17:52 INFO: Retrieving Pricing Info for: v3-standard-4 15:17:53 INFO: Archiving Costs [Pipeline] sh 15:17:53 + cat /w/workspace/app-service-configurable/185/archives/cost.csv 15:17:53 + cut -d, -f6 [Pipeline] lock 15:17:54 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-185-stack-cost] 15:17:54 Resource [jenkins-edgexfoundry-app-service-configurable-main-185-stack-cost] did not exist. Created. 15:17:54 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-185-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:17:54 /w/workspace/app-service-configurable/185@tmp/durable-cb207c0d/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 15:17:55 + echo total: 0.10999999940395355 [Pipeline] stash 15:17:55 Warning: overwriting stash ‘stack-cost’ 15:17:55 Stashed 1 file(s) [Pipeline] } 15:17:55 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-185-stack-cost] [Pipeline] // lock [Pipeline] } 15:17:55 $ docker stop --time=1 bd63690485f91ad54b5c8b33ca4d8705b889ec29e8b8d7a8ccdd9569cfba61bf 15:17:58 $ docker rm -f --volumes bd63690485f91ad54b5c8b33ca4d8705b889ec29e8b8d7a8ccdd9569cfba61bf [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 15:17:58 provisioning config files... 15:17:58 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config1718276341685205763tmp [Pipeline] { [Pipeline] sh 15:17:58 + set +x 15:17:58 + bash -s -- 15:17:58 + curl -s https://codecov.io/bash 15:17:58 15:17:58 _____ _ 15:17:58 / ____| | | 15:17:58 | | ___ __| | ___ ___ _____ __ 15:17:58 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:17:58 | |___| (_) | (_| | __/ (_| (_) \ V / 15:17:58 \_____\___/ \__,_|\___|\___\___/ \_/ 15:17:58 Bash-1.0.6 15:17:58 15:17:58 15:17:58 ==> git version 2.25.1 found 15:17:58 ==> 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 15:17:58 Release-Date: 2020-01-08 15:17:58 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 15:17:58 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 15:17:58 ==> Jenkins CI detected. 15:17:58 current dir:  /w/workspace/ry_app-service-configurable_main 15:17:58 project root: . 15:17:58 --> token set from env 15:17:58 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:17:58 ==> Running gcov in . (disable via -X gcov) 15:17:58 ==> Python coveragepy not found 15:17:58 ==> Searching for coverage reports in: 15:17:58 + . 15:17:58 -> Found 1 reports 15:17:58 ==> Detecting git/mercurial file structure 15:17:58 ==> Reading reports 15:17:58 + ./coverage.out bytes=13 15:17:58 ==> Appending adjustments 15:17:58 https://docs.codecov.io/docs/fixing-reports 15:17:58 + Found adjustments 15:17:58 ==> Gzipping contents 15:17:59 4.0K /tmp/codecov.rEARoJ.gz 15:17:59 ==> Uploading reports 15:17:59 url: https://codecov.io 15:17:59 query: branch=main&commit=68cd066fbc50be95059e135e011029de61099e53&build=185&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F185%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 15:17:59 -> Pinging Codecov 15:17:59 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=68cd066fbc50be95059e135e011029de61099e53&build=185&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F185%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 15:17:59 -> Uploading to 15:17:59 https://storage.googleapis.com/codecov/v4/raw/2023-08-31/A97CA9966030D2A3747ED39772930CCE/68cd066fbc50be95059e135e011029de61099e53/f130ceaa-915e-4fad-ae0e-0bdf6849a0bb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230831%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230831T151758Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=292856610340a12b2f3c0a5be02d4353fb1ba559d01ba4e17faf5439fb9152ea 15:17:59 % Total % Received % Xferd Average Speed Time Time Time Current 15:17:59 Dload Upload Total Spent Left Speed 15:17:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 429 0 0 100 429 0 2166 --:--:-- --:--:-- --:--:-- 2166 15:17:59 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/68cd066fbc50be95059e135e011029de61099e53 [Pipeline] } 15:17:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:17:59 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:17:59 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:17:59 15:17:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:18:00 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:18:00 df9b9388f04a: Pulling fs layer 15:18:00 52dc419b0ee2: Pulling fs layer 15:18:00 25bc292e5bac: Pulling fs layer 15:18:00 114826534d7a: Pulling fs layer 15:18:00 4657fd5d0bcf: Pulling fs layer 15:18:00 6ad1cebc031e: Pulling fs layer 15:18:00 8a3aa393b2d8: Pulling fs layer 15:18:00 4657fd5d0bcf: Waiting 15:18:00 6ad1cebc031e: Waiting 15:18:00 8a3aa393b2d8: Waiting 15:18:00 114826534d7a: Waiting 15:18:00 25bc292e5bac: Verifying Checksum 15:18:00 25bc292e5bac: Download complete 15:18:00 52dc419b0ee2: Verifying Checksum 15:18:00 52dc419b0ee2: Download complete 15:18:00 4657fd5d0bcf: Download complete 15:18:00 6ad1cebc031e: Verifying Checksum 15:18:00 6ad1cebc031e: Download complete 15:18:00 df9b9388f04a: Pull complete 15:18:00 52dc419b0ee2: Pull complete 15:18:00 25bc292e5bac: Pull complete 15:18:00 114826534d7a: Verifying Checksum 15:18:00 114826534d7a: Download complete 15:18:00 8a3aa393b2d8: Verifying Checksum 15:18:00 8a3aa393b2d8: Download complete 15:18:04 114826534d7a: Pull complete 15:18:04 4657fd5d0bcf: Pull complete 15:18:04 6ad1cebc031e: Pull complete 15:18:06 8a3aa393b2d8: Pull complete 15:18:06 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 15:18:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:18:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:18:06 prd-ubuntu20.04-docker-8c-8g-5025 does not seem to be running inside a container 15:18:07 $ 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 15:18:12 $ docker top 4d1556cb3c2b4d1de36bf64ddc52aca29216b3566ff971921bf88faa7bec2d4e -eo pid,comm [Pipeline] { [Pipeline] echo 15:18:12 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh 15:18:12 + set -o pipefail 15:18:12 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' 15:18:19 15:18:19 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 15:18:19 15:18:19 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/4053f6a0-2552-4542-a261-55cc56139bde 15:18:19 15:18:19 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 15:18:19 15:18:19 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:18:19 15:18:19 15:18:19 A medium severity vulnerability was found in the Snyk CLI versions you are using. 15:18:19 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 15:18:19 More details here: https://snyk.co/ue1NS [Pipeline] } 15:18:19 $ docker stop --time=1 4d1556cb3c2b4d1de36bf64ddc52aca29216b3566ff971921bf88faa7bec2d4e 15:18:24 $ docker rm -f --volumes 4d1556cb3c2b4d1de36bf64ddc52aca29216b3566ff971921bf88faa7bec2d4e [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 15:18:25 + git log --format=format:%s -1 68cd066fbc50be95059e135e011029de61099e53 [Pipeline] sh 15:18:25 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:18:25 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:18:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:18:25 prd-ubuntu20.04-docker-8c-8g-5025 does not seem to be running inside a container 15:18:25 $ 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 15:18:26 $ docker top 3f7ae7dc7be164d6ce7c082fb19093ceffd548de9e02c0da90111cc2fc5a499d -eo pid,comm 15:18:26 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 15:18:26 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:18:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:18:26 [ssh-agent] Looking for ssh-agent implementation... 15:18:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:18:26 $ docker exec 3f7ae7dc7be164d6ce7c082fb19093ceffd548de9e02c0da90111cc2fc5a499d ssh-agent 15:18:26 SSH_AUTH_SOCK=/tmp/ssh-foUgK9h5p9jv/agent.32 15:18:26 SSH_AGENT_PID=39 15:18:26 Running ssh-add (command line suppressed) 15:18:26 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_3858033201666690737.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_3858033201666690737.key) 15:18:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:18:26 + git semver tag 15:18:27 2023-08-31 15:18:27,167 [run_tag] DEBUG tag force:False 15:18:27 2023-08-31 15:18:27,167 [check_head_tag] DEBUG check head tag 15:18:27 2023-08-31 15:18:27,168 [execute] INFO git cat-file --batch-check 15:18:27 2023-08-31 15:18:27,168 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 15:18:27 2023-08-31 15:18:27,173 [execute] INFO git cat-file --batch 15:18:27 2023-08-31 15:18:27,173 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 15:18:27 2023-08-31 15:18:27,187 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 15:18:27 2023-08-31 15:18:27,187 [execute] INFO git tag -a v3.1.0-dev.16 -m v3.1.0-dev.16 15:18:27 2023-08-31 15:18:27,187 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.16', '-m', 'v3.1.0-dev.16'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 15:18:27 2023-08-31 15:18:27,192 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 15:18:27 3.1.0-dev.16 [Pipeline] } 15:18:27 $ docker exec --env ******** --env ******** 3f7ae7dc7be164d6ce7c082fb19093ceffd548de9e02c0da90111cc2fc5a499d ssh-agent -k 15:18:27 unset SSH_AUTH_SOCK; 15:18:27 unset SSH_AGENT_PID; 15:18:27 echo Agent pid 39 killed; 15:18:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:18:27 + git semver [Pipeline] } 15:18:27 $ docker stop --time=1 3f7ae7dc7be164d6ce7c082fb19093ceffd548de9e02c0da90111cc2fc5a499d 15:18:29 $ docker rm -f --volumes 3f7ae7dc7be164d6ce7c082fb19093ceffd548de9e02c0da90111cc2fc5a499d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:18:29 15:18:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:18:29 0.23.1-centos7: Pulling from edgex-lftools 15:18:29 ab5ef0e58194: Pulling fs layer 15:18:29 9712f1f96733: Pulling fs layer 15:18:29 63f879dbbcfc: Pulling fs layer 15:18:29 0d9ebad4ef96: Pulling fs layer 15:18:29 e9a5061849ea: Pulling fs layer 15:18:29 d747dcd14b5f: Pulling fs layer 15:18:29 2de7ff778b66: Pulling fs layer 15:18:29 0d9ebad4ef96: Waiting 15:18:29 d747dcd14b5f: Waiting 15:18:29 2de7ff778b66: Waiting 15:18:29 e9a5061849ea: Waiting 15:18:29 9712f1f96733: Verifying Checksum 15:18:29 9712f1f96733: Download complete 15:18:30 63f879dbbcfc: Download complete 15:18:30 e9a5061849ea: Verifying Checksum 15:18:30 e9a5061849ea: Download complete 15:18:30 0d9ebad4ef96: Verifying Checksum 15:18:30 0d9ebad4ef96: Download complete 15:18:30 ab5ef0e58194: Verifying Checksum 15:18:30 ab5ef0e58194: Download complete 15:18:30 d747dcd14b5f: Verifying Checksum 15:18:30 2de7ff778b66: Verifying Checksum 15:18:30 2de7ff778b66: Download complete 15:18:33 ab5ef0e58194: Pull complete 15:18:33 9712f1f96733: Pull complete 15:18:33 63f879dbbcfc: Pull complete 15:18:38 0d9ebad4ef96: Pull complete 15:18:38 e9a5061849ea: Pull complete 15:18:38 d747dcd14b5f: Pull complete 15:18:38 2de7ff778b66: Pull complete 15:18:38 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:18:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:18:38 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:18:39 prd-ubuntu20.04-docker-8c-8g-5025 does not seem to be running inside a container 15:18: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 15:18:45 $ docker top b4b402c9791453a471af7a985b01f049174c7cd4ab4abe75dfd49eb65acadbdc -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:18:45 provisioning config files... 15:18:45 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config15180349419541643432tmp 15:18:45 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config15481653826860898061tmp 15:18:45 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6503619587326017784tmp [Pipeline] { [Pipeline] echo 15:18:45 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:18:46 ---> sigul-configuration.sh 15:18:46 gpg: directory `/root/.gnupg' created 15:18:46 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:18:46 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:18:46 gpg: keyring `/root/.gnupg/secring.gpg' created 15:18:46 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:18:46 gpg: CAST5 encrypted data 15:18:46 gpg: encrypted with 1 passphrase 15:18:46 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:18:46 + mkdir /home/jenkins 15:18:46 + mkdir /home/jenkins/sigul [Pipeline] sh 15:18:46 + 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 15:18:46 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:18:46 ---> sigul-install.sh 15:18:46 Sigul already installed; skipping installation. [Pipeline] sh 15:18:47 + git tag --list 15:18:47 v1.0.0 15:18:47 v1.1.0 15:18:47 v1.2.0 15:18:47 v1.3.0 15:18:47 v1.3.1 15:18:47 v2.0.0 15:18:47 v2.0.1 15:18:47 v2.1.0 15:18:47 v2.1.1 15:18:47 v2.1.2 15:18:47 v2.2.0 15:18:47 v2.3 15:18:47 v2.3.0 15:18:47 v2.3.1 15:18:47 v3.0 15:18:47 v3.0.0 15:18:47 v3.0.1 15:18:47 v3.0.1-dev.1 15:18:47 v3.1.0-dev.1 15:18:47 v3.1.0-dev.10 15:18:47 v3.1.0-dev.11 15:18:47 v3.1.0-dev.12 15:18:47 v3.1.0-dev.13 15:18:47 v3.1.0-dev.14 15:18:47 v3.1.0-dev.15 15:18:47 v3.1.0-dev.16 15:18:47 v3.1.0-dev.2 15:18:47 v3.1.0-dev.3 15:18:47 v3.1.0-dev.4 15:18:47 v3.1.0-dev.5 15:18:47 v3.1.0-dev.6 15:18:47 v3.1.0-dev.7 15:18:47 v3.1.0-dev.8 15:18:47 v3.1.0-dev.9 [Pipeline] sh 15:18:47 + lftools sign git-tag v3.1.0-dev.16 15:18:48 Signing Git tag with Sigul... 15:18:48 Signing v3.1.0-dev.16 [Pipeline] echo 15:18:48 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:18:48 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:18:48 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:18:48 $ docker stop --time=1 b4b402c9791453a471af7a985b01f049174c7cd4ab4abe75dfd49eb65acadbdc 15:18:50 $ docker rm -f --volumes b4b402c9791453a471af7a985b01f049174c7cd4ab4abe75dfd49eb65acadbdc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 15:18:50 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:18:50 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:18:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:18:50 prd-ubuntu20.04-docker-8c-8g-5025 does not seem to be running inside a container 15:18:50 $ 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 15:18:51 $ docker top 52b0ecb47e24f0326af87eb042a5173ff9b57266d12fd26e5aa2ad23282675a1 -eo pid,comm 15:18:51 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 15:18:51 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:18:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:18:51 [ssh-agent] Looking for ssh-agent implementation... 15:18:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:18:51 $ docker exec 52b0ecb47e24f0326af87eb042a5173ff9b57266d12fd26e5aa2ad23282675a1 ssh-agent 15:18:51 SSH_AUTH_SOCK=/tmp/ssh-lJX8EpNiY94O/agent.32 15:18:51 SSH_AGENT_PID=38 15:18:51 Running ssh-add (command line suppressed) 15:18:51 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_9823283603775575298.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_9823283603775575298.key) 15:18:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:18:51 + git semver bump pre 15:18:52 2023-08-31 15:18:52,110 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 15:18:52 2023-08-31 15:18:52,110 [bump_version] DEBUG bumping version:3.1.0-dev.16 on axis:pre with prefix:dev 15:18:52 2023-08-31 15:18:52,110 [bump_version] DEBUG bumped version:3.1.0-dev.17 15:18:52 2023-08-31 15:18:52,110 [write_version] DEBUG write version:3.1.0-dev.17 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True 15:18:52 2023-08-31 15:18:52,110 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 15:18:52 2023-08-31 15:18:52,110 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main 15:18:52 2023-08-31 15:18:52,113 [execute] INFO git cat-file --batch-check 15:18:52 2023-08-31 15:18:52,113 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 15:18:52 2023-08-31 15:18:52,119 [execute] INFO git cat-file --batch 15:18:52 2023-08-31 15:18:52,119 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 15:18:52 2023-08-31 15:18:52,125 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 15:18:52 3.1.0-dev.17 [Pipeline] } 15:18:52 $ docker exec --env ******** --env ******** 52b0ecb47e24f0326af87eb042a5173ff9b57266d12fd26e5aa2ad23282675a1 ssh-agent -k 15:18:52 unset SSH_AUTH_SOCK; 15:18:52 unset SSH_AGENT_PID; 15:18:52 echo Agent pid 38 killed; 15:18:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:18:52 + git semver [Pipeline] } 15:18:52 $ docker stop --time=1 52b0ecb47e24f0326af87eb042a5173ff9b57266d12fd26e5aa2ad23282675a1 15:18:54 $ docker rm -f --volumes 52b0ecb47e24f0326af87eb042a5173ff9b57266d12fd26e5aa2ad23282675a1 [Pipeline] // withDockerContainer [Pipeline] sh 15:18:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:18:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:18:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:18:54 prd-ubuntu20.04-docker-8c-8g-5025 does not seem to be running inside a container 15:18:54 $ 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 15:18:55 $ docker top 717e029f4cb80900888530bd706b5fe518c721771842afe2625a7876a924115e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:18:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:18:55 [ssh-agent] Looking for ssh-agent implementation... 15:18:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:18:55 $ docker exec 717e029f4cb80900888530bd706b5fe518c721771842afe2625a7876a924115e ssh-agent 15:18:55 SSH_AUTH_SOCK=/tmp/ssh-XgxrDW3dcy8t/agent.32 15:18:55 SSH_AGENT_PID=38 15:18:55 Running ssh-add (command line suppressed) 15:18:55 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_14032830586613556277.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_14032830586613556277.key) 15:18:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:18:55 + git semver push 15:18:56 2023-08-31 15:18:56,127 [run_push] DEBUG push 15:18:56 2023-08-31 15:18:56,128 [execute] INFO git cat-file --batch-check 15:18:56 2023-08-31 15:18:56,128 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 15:18:56 2023-08-31 15:18:56,132 [execute] INFO git rev-list 5397498df5f78bf0076362bd314b6e40e67af367 -- 15:18:56 2023-08-31 15:18:56,132 [execute] DEBUG Popen(['git', 'rev-list', '5397498df5f78bf0076362bd314b6e40e67af367', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 15:18:56 2023-08-31 15:18:56,144 [execute] INFO git fetch -v origin 15:18:56 2023-08-31 15:18:56,145 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) 15:18:56 2023-08-31 15:18:56,625 [run_push] DEBUG no remote changes detected 15:18:56 2023-08-31 15:18:56,625 [execute] INFO git push origin semver 15:18:56 2023-08-31 15:18:56,626 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 15:18:57 2023-08-31 15:18:57,505 [run_push] DEBUG push all version tags 15:18:57 2023-08-31 15:18:57,505 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 15:18:57 2023-08-31 15:18:57,506 [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) 15:18:58 2023-08-31 15:18:58,551 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 15:18:58 3.1.0-dev.17 [Pipeline] } 15:18:58 $ docker exec --env ******** --env ******** 717e029f4cb80900888530bd706b5fe518c721771842afe2625a7876a924115e ssh-agent -k 15:18:58 unset SSH_AUTH_SOCK; 15:18:58 unset SSH_AGENT_PID; 15:18:58 echo Agent pid 38 killed; 15:18:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:18:59 + git semver [Pipeline] } 15:18:59 $ docker stop --time=1 717e029f4cb80900888530bd706b5fe518c721771842afe2625a7876a924115e 15:19:00 $ docker rm -f --volumes 717e029f4cb80900888530bd706b5fe518c721771842afe2625a7876a924115e [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 15:19:01 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 15:19:01 + ls -al /w/workspace/ry_app-service-configurable_main/archives 15:19:01 total 16 15:19:01 drwxr-xr-x 3 root root 4096 Aug 31 15:05 . 15:19:01 drwxrwxr-x 9 jenkins jenkins 4096 Aug 31 15:18 .. 15:19:01 drwxr-xr-x 2 root root 4096 Aug 31 15:05 cost 15:19:01 -rw-r--r-- 1 root root 96 Aug 31 15:05 cost.csv 15:19:01 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 15:19:01 + ls -al /w/workspace/ry_app-service-configurable_main/archives 15:19:01 total 16 15:19:01 drwxr-xr-x 3 jenkins jenkins 4096 Aug 31 15:05 . 15:19:01 drwxrwxr-x 9 jenkins jenkins 4096 Aug 31 15:18 .. 15:19:01 drwxr-xr-x 2 jenkins jenkins 4096 Aug 31 15:05 cost 15:19:01 -rw-r--r-- 1 jenkins jenkins 96 Aug 31 15:05 cost.csv [Pipeline] libraryResource [Pipeline] sh 15:19:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:19:02 ---> package-listing.sh 15:19:02 ++ facter osfamily 15:19:02 ++ tr '[:upper:]' '[:lower:]' 15:19:02 + OS_FAMILY=debian 15:19:02 + workspace=/w/workspace/ry_app-service-configurable_main 15:19:02 + START_PACKAGES=/tmp/packages_start.txt 15:19:02 + END_PACKAGES=/tmp/packages_end.txt 15:19:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:19:02 + PACKAGES=/tmp/packages_start.txt 15:19:02 + '[' /w/workspace/ry_app-service-configurable_main ']' 15:19:02 + PACKAGES=/tmp/packages_end.txt 15:19:02 + case "${OS_FAMILY}" in 15:19:02 + dpkg -l 15:19:02 + grep '^ii' 15:19:02 + '[' -f /tmp/packages_start.txt ']' 15:19:02 + '[' -f /tmp/packages_end.txt ']' 15:19:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:19:02 + '[' /w/workspace/ry_app-service-configurable_main ']' 15:19:02 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 15:19:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 15:19:02 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 15:19:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:19:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:19:03 prd-ubuntu20.04-docker-8c-8g-5025 does not seem to be running inside a container 15:19:03 $ 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 15:19:03 $ docker top 8e54c43ef470178b983925aa13e06d066ab4156066ce63cc808e5f6c3919a6ac -eo pid,comm [Pipeline] { [Pipeline] sh 15:19:04 + touch /tmp/pre-build-complete [Pipeline] sh 15:19:04 + mkdir -p /var/log/sysstat [Pipeline] sh 15:19:04 + ls /var/log/sa-host 15:19:04 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:19:04 provisioning config files... 15:19:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2468512546812021326tmp [Pipeline] { [Pipeline] echo 15:19:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:19:05 ---> create-netrc.sh [Pipeline] } 15:19:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 15:19:05 ---> python-tools-install.sh [Pipeline] echo 15:19:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:19:05 ---> sudo-logs.sh 15:19:05 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:19:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:19:06 ---> job-cost.sh 15:19:06 lf-activate-venv: SKIPPING 15:19:06 DEBUG: total: 0.2199999988079071 15:19:06 INFO: Retrieving Stack Cost... 15:19:06 INFO: Retrieving Pricing Info for: v3-standard-8 15:19:07 INFO: Archiving Costs [Pipeline] echo 15:19:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:19:07 ---> logs-deploy.sh 15:19:07 lf-activate-venv: SKIPPING 15:19:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/185 15:19:07 INFO: archiving workspace using pattern(s): 15:19:08 Archives upload complete. 15:19:08 INFO: archiving logs to Nexus