Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a803cbcc243b34629df898652d25f5c56fc71900 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-ssh17297347221084277053.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh11715876250929842468.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh16697539132176810940.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh11552085700428761766.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-ssh1378097986331949423.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-224 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 a803cbcc243b34629df898652d25f5c56fc71900 (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 a803cbcc243b34629df898652d25f5c56fc71900 # timeout=10 Commit message: "build: Update to Go 1.20, Alpine 3.17 and linter v1.51.2 (#530)" > git rev-list --no-walk 64e14a40a239d934ad2ac2e5656398ec3b76321c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:50:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:50:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:50:25 ========================================================= 18:50:25 EdgeX Global Pipelines Version Info 18:50:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:50:26 ------------------- 18:50:26 stable info: 18:50:26 ------------------- 18:50:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:50:26 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 18:50:26 Message: update stable to v1.0.245 18:50:27 ------------------- 18:50:27 experimental info: 18:50:27 ------------------- 18:50:27 Commited By: **** collab-it+edgex@linuxfoundation.org 18:50:27 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 18:50:27 Message: update experimental to v1.0.245 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a803cbcc243b34629df898652d25f5c56fc71900 [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a803cbc [Pipeline] echo 18:50:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:50:27 provisioning config files... 18:50:27 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config9079450811834467450tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:50:28 ---> docker-login.sh 18:50:28 nexus3.edgexfoundry.org:10001 18:50:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:50:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:50:28 Configure a credential helper to remove this warning. See 18:50:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:50:28 18:50:28 Login Succeeded 18:50:28 nexus3.edgexfoundry.org:10002 18:50:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:50:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:50:28 Configure a credential helper to remove this warning. See 18:50:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:50:28 18:50:28 Login Succeeded 18:50:28 nexus3.edgexfoundry.org:10003 18:50:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:50:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:50:28 Configure a credential helper to remove this warning. See 18:50:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:50:28 18:50:28 Login Succeeded 18:50:28 nexus3.edgexfoundry.org:10004 18:50:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:50:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:50:28 Configure a credential helper to remove this warning. See 18:50:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:50:28 18:50:28 Login Succeeded 18:50:28 docker.io 18:50:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:50:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:50:29 Configure a credential helper to remove this warning. See 18:50:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:50:29 18:50:29 Login Succeeded 18:50:29 ---> docker-login.sh ends [Pipeline] } 18:50:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 18:50:29 + git rev-list -1 --merges a803cbcc243b34629df898652d25f5c56fc71900~1..a803cbcc243b34629df898652d25f5c56fc71900 [Pipeline] echo 18:50:29 -----------> git rev-list -1 --merges a803cbcc243b34629df898652d25f5c56fc71900~1..a803cbcc243b34629df898652d25f5c56fc71900 a803cbcc243b34629df898652d25f5c56fc71900 [false] [Pipeline] sh 18:50:29 + git log --format=format:%s -1 a803cbcc243b34629df898652d25f5c56fc71900 [Pipeline] echo 18:50:29 ========================================================= 18:50:29 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:50:29 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:50:30 + git log --format=format:%s -1 a803cbcc243b34629df898652d25f5c56fc71900 [Pipeline] echo 18:50:30 [semverPrep] GIT_COMMIT: a803cbcc243b34629df898652d25f5c56fc71900, Commit Message: build: Update to Go 1.20, Alpine 3.17 and linter v1.51.2 (#530) [Pipeline] echo 18:50:30 [semverPrep] This is not a build commit. [Pipeline] sh 18:50:30 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:50:30 + grep -v github /etc/ssh/ssh_known_hosts 18:50:30 + [ -e /tmp/ssh_known_hosts ] 18:50:30 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:50:30 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:50:30 + sudo tee -a /etc/ssh/ssh_known_hosts 18:50:30 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:50:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:50:30 18:50:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:50:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:50:31 0.1.4: Pulling from edgex-devops/py-git-semver 18:50:31 b85a868b505f: Pulling fs layer 18:50:31 e2be974225ed: Pulling fs layer 18:50:31 339a4e72a1f5: Pulling fs layer 18:50:31 988bab9f4d93: Pulling fs layer 18:50:31 1469e6f7b9e6: Pulling fs layer 18:50:31 eaf3925da568: Pulling fs layer 18:50:31 bab4dde63d76: Pulling fs layer 18:50:31 bde34c3a00c8: Pulling fs layer 18:50:31 b352a97aabf1: Pulling fs layer 18:50:31 4872d77fe225: Pulling fs layer 18:50:31 5851b861e8e6: Pulling fs layer 18:50:31 988bab9f4d93: Waiting 18:50:31 bde34c3a00c8: Waiting 18:50:31 1469e6f7b9e6: Waiting 18:50:31 b352a97aabf1: Waiting 18:50:31 4872d77fe225: Waiting 18:50:31 5851b861e8e6: Waiting 18:50:31 eaf3925da568: Waiting 18:50:31 bab4dde63d76: Waiting 18:50:31 e2be974225ed: Verifying Checksum 18:50:31 e2be974225ed: Download complete 18:50:31 988bab9f4d93: Verifying Checksum 18:50:31 988bab9f4d93: Download complete 18:50:31 1469e6f7b9e6: Verifying Checksum 18:50:31 1469e6f7b9e6: Download complete 18:50:31 339a4e72a1f5: Verifying Checksum 18:50:31 339a4e72a1f5: Download complete 18:50:31 eaf3925da568: Verifying Checksum 18:50:31 bde34c3a00c8: Verifying Checksum 18:50:31 bde34c3a00c8: Download complete 18:50:31 b352a97aabf1: Download complete 18:50:31 4872d77fe225: Download complete 18:50:31 5851b861e8e6: Download complete 18:50:31 b85a868b505f: Verifying Checksum 18:50:31 b85a868b505f: Download complete 18:50:31 bab4dde63d76: Verifying Checksum 18:50:31 bab4dde63d76: Download complete 18:50:32 b85a868b505f: Pull complete 18:50:32 e2be974225ed: Pull complete 18:50:33 339a4e72a1f5: Pull complete 18:50:33 988bab9f4d93: Pull complete 18:50:33 1469e6f7b9e6: Pull complete 18:50:33 eaf3925da568: Pull complete 18:50:35 bab4dde63d76: Pull complete 18:50:35 bde34c3a00c8: Pull complete 18:50:35 b352a97aabf1: Pull complete 18:50:35 4872d77fe225: Pull complete 18:50:36 5851b861e8e6: Pull complete 18:50:36 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 18:50:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:50:36 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:50:36 prd-ubuntu20.04-docker-8c-8g-224 does not seem to be running inside a container 18:50:36 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:50:39 $ docker top c945807e1f5bdae3378a8fc47e78a82d7ef72de57b5baf14a12df1677f5b2775 -eo pid,comm 18:50:39 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). 18:50:39 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:50:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:50:39 [ssh-agent] Looking for ssh-agent implementation... 18:50:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:50:39 $ docker exec c945807e1f5bdae3378a8fc47e78a82d7ef72de57b5baf14a12df1677f5b2775 ssh-agent 18:50:39 SSH_AUTH_SOCK=/tmp/ssh-PgiiIzNXCSXK/agent.33 18:50:39 SSH_AGENT_PID=39 18:50:39 Running ssh-add (command line suppressed) 18:50:40 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_3462687471261279756.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_3462687471261279756.key) 18:50:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:50:40 + git tag --points-at HEAD [Pipeline] } 18:50:40 $ docker exec --env ******** --env ******** c945807e1f5bdae3378a8fc47e78a82d7ef72de57b5baf14a12df1677f5b2775 ssh-agent -k 18:50:40 unset SSH_AUTH_SOCK; 18:50:40 unset SSH_AGENT_PID; 18:50:40 echo Agent pid 39 killed; 18:50:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:50:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:50:40 [ssh-agent] Looking for ssh-agent implementation... 18:50:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:50:40 $ docker exec c945807e1f5bdae3378a8fc47e78a82d7ef72de57b5baf14a12df1677f5b2775 ssh-agent 18:50:40 SSH_AUTH_SOCK=/tmp/ssh-vR9Z46BKyDiU/agent.71 18:50:40 SSH_AGENT_PID=77 18:50:40 Running ssh-add (command line suppressed) 18:50:40 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_13185493788495923104.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_13185493788495923104.key) 18:50:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:50:41 + git semver init 18:50:41 2023-03-14 18:50:41,399 [run_init] DEBUG init version:0.0.0 force:False 18:50:41 2023-03-14 18:50:41,399 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver 18:50:41 2023-03-14 18:50:41,400 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver 18:50:41 2023-03-14 18:50:41,400 [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) 18:50:42 2023-03-14 18:50:42,243 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude 18:50:42 2023-03-14 18:50:42,244 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False 18:50:42 2023-03-14 18:50:42,244 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 18:50:42 2023-03-14 18:50:42,244 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 18:50:42 3.0.0-dev.22 [Pipeline] } 18:50:42 $ docker exec --env ******** --env ******** c945807e1f5bdae3378a8fc47e78a82d7ef72de57b5baf14a12df1677f5b2775 ssh-agent -k 18:50:42 unset SSH_AUTH_SOCK; 18:50:42 unset SSH_AGENT_PID; 18:50:42 echo Agent pid 77 killed; 18:50:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:50:42 + git semver [Pipeline] } 18:50:43 $ docker stop --time=1 c945807e1f5bdae3378a8fc47e78a82d7ef72de57b5baf14a12df1677f5b2775 18:50:44 $ docker rm -f --volumes c945807e1f5bdae3378a8fc47e78a82d7ef72de57b5baf14a12df1677f5b2775 [Pipeline] // withDockerContainer [Pipeline] sh 18:50:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:50:44 Stashed 1 file(s) [Pipeline] echo 18:50:44 [edgeXSemver]: initialized semver on version 3.0.0-dev.22 [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 18:50:45 provisioning config files... 18:50:45 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config14441402347876270658tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:50:45 ---> docker-login.sh 18:50:45 nexus3.edgexfoundry.org:10001 18:50:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:50:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:50:45 Configure a credential helper to remove this warning. See 18:50:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:50:45 18:50:45 Login Succeeded 18:50:45 nexus3.edgexfoundry.org:10002 18:50:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:50:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:50:45 Configure a credential helper to remove this warning. See 18:50:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:50:45 18:50:45 Login Succeeded 18:50:45 nexus3.edgexfoundry.org:10003 18:50:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:50:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:50:45 Configure a credential helper to remove this warning. See 18:50:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:50:45 18:50:45 Login Succeeded 18:50:45 nexus3.edgexfoundry.org:10004 18:50:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:50:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:50:45 Configure a credential helper to remove this warning. See 18:50:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:50:45 18:50:45 Login Succeeded 18:50:45 docker.io 18:50:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:50:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:50:45 Configure a credential helper to remove this warning. See 18:50:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:50:45 18:50:45 Login Succeeded 18:50:45 ---> docker-login.sh ends [Pipeline] } 18:50:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:50:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:50:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:50:45 ========================================================= 18:50:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 18:50:45 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:50:46 + 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 . 18:50:46 Sending build context to Docker daemon 3.227MB 18:50:46 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 18:50:46 Step 2/12 : FROM ${BASE} AS builder 18:50:46 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 18:50:46 63b65145d645: Pulling fs layer 18:50:46 a2d21d5440eb: Pulling fs layer 18:50:46 935e6c44a52c: Pulling fs layer 18:50:46 94cc34f8dd06: Pulling fs layer 18:50:46 30dea6a524f1: Pulling fs layer 18:50:46 a2aff8979fd8: Pulling fs layer 18:50:46 6808be2612f2: Pulling fs layer 18:50:46 f25807f1079a: Pulling fs layer 18:50:46 30dea6a524f1: Waiting 18:50:46 a2aff8979fd8: Waiting 18:50:46 6808be2612f2: Waiting 18:50:46 f25807f1079a: Waiting 18:50:46 94cc34f8dd06: Waiting 18:50:46 a2d21d5440eb: Verifying Checksum 18:50:46 a2d21d5440eb: Download complete 18:50:46 94cc34f8dd06: Verifying Checksum 18:50:46 94cc34f8dd06: Download complete 18:50:46 30dea6a524f1: Verifying Checksum 18:50:46 30dea6a524f1: Download complete 18:50:46 63b65145d645: Verifying Checksum 18:50:46 63b65145d645: Download complete 18:50:46 a2aff8979fd8: Verifying Checksum 18:50:46 a2aff8979fd8: Download complete 18:50:46 63b65145d645: Pull complete 18:50:46 a2d21d5440eb: Pull complete 18:50:47 f25807f1079a: Verifying Checksum 18:50:47 f25807f1079a: Download complete 18:50:47 935e6c44a52c: Verifying Checksum 18:50:47 935e6c44a52c: Download complete 18:50:47 6808be2612f2: Verifying Checksum 18:50:50 935e6c44a52c: Pull complete 18:50:51 94cc34f8dd06: Pull complete 18:50:51 30dea6a524f1: Pull complete 18:50:51 a2aff8979fd8: Pull complete 18:50:53 6808be2612f2: Pull complete 18:50:54 f25807f1079a: Pull complete 18:50:54 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 18:50:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 18:50:54 ---> 3b553350e43f 18:50:54 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 18:50:58 ---> Running in cee7dbc4e589 18:50:58 Removing intermediate container cee7dbc4e589 18:50:58 ---> f3bd1eb6e536 18:50:58 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 18:50:58 ---> Running in 248263fbb8d4 18:50:58 Removing intermediate container 248263fbb8d4 18:50:58 ---> 62d4dd587513 18:50:58 Step 5/12 : ARG ADD_BUILD_TAGS="" 18:50:58 ---> Running in b56e4ffef14d 18:50:59 Removing intermediate container b56e4ffef14d 18:50:59 ---> 483102fbd995 18:50:59 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:50:59 ---> Running in a9e56241edb4 18:50:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:51:00 Still waiting to schedule task 18:51:00 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-222’ 18:51:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:51:00 OK: 265 MiB in 53 packages 18:51:00 Removing intermediate container a9e56241edb4 18:51:00 ---> 67ef8c3bb9d6 18:51:00 Step 7/12 : WORKDIR /app 18:51:00 ---> Running in daf4f953c1b0 18:51:00 Removing intermediate container daf4f953c1b0 18:51:00 ---> 362d560441cb 18:51:00 Step 8/12 : COPY go.mod vendor* ./ 18:51:00 ---> 7a6a0d5f1788 18:51:00 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:51:00 ---> Running in 3aa4b9387313 18:51:27 Removing intermediate container 3aa4b9387313 18:51:27 ---> 7662b4e27948 18:51:27 Step 10/12 : COPY . . 18:51:27 ---> 363b83fb3d7c 18:51:27 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:51:27 ---> Running in 44b54b969dc5 18:51:27 Removing intermediate container 44b54b969dc5 18:51:27 ---> 279ffb8680c0 18:51:27 Step 12/12 : RUN $MAKE 18:51:27 ---> Running in 5148fb9b47f1 18:51:27 noop 18:51:27 Removing intermediate container 5148fb9b47f1 18:51:27 ---> ce909108e552 18:51:27 Successfully built ce909108e552 18:51:27 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:51:27 + docker inspect -f . ci-base-image-x86_64 18:51:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:51:27 prd-ubuntu20.04-docker-8c-8g-224 does not seem to be running inside a container 18:51:27 $ 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 ******** ci-base-image-x86_64 cat 18:51:28 $ docker top 3eb4c0449f0c19b58ca86fb977d9de3a80c27a6139251e3a7d81dc709da5e417 -eo pid,comm [Pipeline] { [Pipeline] sh 18:51:28 + go version 18:51:28 go version go1.20.2 linux/amd64 [Pipeline] } 18:51:28 $ docker stop --time=1 3eb4c0449f0c19b58ca86fb977d9de3a80c27a6139251e3a7d81dc709da5e417 18:51:29 $ docker rm -f --volumes 3eb4c0449f0c19b58ca86fb977d9de3a80c27a6139251e3a7d81dc709da5e417 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:51:30 + docker inspect -f . ci-base-image-x86_64 18:51:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:51:30 prd-ubuntu20.04-docker-8c-8g-224 does not seem to be running inside a container 18:51:30 $ 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 ******** ci-base-image-x86_64 cat 18:51:30 $ docker top 63d4625291de77d3890e035d991c082a3f4f2a6b3f3e8ceaaf4c2147a741154a -eo pid,comm [Pipeline] { [Pipeline] sh 18:51:30 + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh 18:51:31 + make test 18:51:31 go test -race -coverprofile=coverage.out ./... 18:51:49 ? github.com/edgexfoundry/app-service-configurable [no test files] 18:52:07 go vet ./... 18:52:10 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:52:10 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:52:10 ./bin/test-attribution-txt.sh [Pipeline] echo 18:52:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:52:10 $ docker stop --time=1 63d4625291de77d3890e035d991c082a3f4f2a6b3f3e8ceaaf4c2147a741154a 18:52:13 $ docker rm -f --volumes 63d4625291de77d3890e035d991c082a3f4f2a6b3f3e8ceaaf4c2147a741154a [Pipeline] // withDockerContainer [Pipeline] sh 18:52:14 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:52:14 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 18:52:14 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:52:15 + ls -al . 18:52:15 total 176 18:52:15 drwxrwxr-x 8 jenkins jenkins 4096 Mar 14 18:51 . 18:52:15 drwxrwxr-x 4 jenkins jenkins 4096 Mar 14 18:50 .. 18:52:15 -rw-rw-r-- 1 jenkins jenkins 119 Mar 14 18:50 .dockerignore 18:52:15 drwxrwxr-x 8 jenkins jenkins 4096 Mar 14 18:50 .git 18:52:15 drwxrwxr-x 3 jenkins jenkins 4096 Mar 14 18:50 .github 18:52:15 -rw-rw-r-- 1 jenkins jenkins 171 Mar 14 18:50 .gitignore 18:52:15 -rw-rw-r-- 1 jenkins jenkins 41 Mar 14 18:50 .golangci.yml 18:52:15 drwxr-xr-x 3 jenkins jenkins 4096 Mar 14 18:50 .semver 18:52:15 -rw-rw-r-- 1 jenkins jenkins 9320 Mar 14 18:50 Attribution.txt 18:52:15 -rw-rw-r-- 1 jenkins jenkins 29118 Mar 14 18:50 CHANGELOG.md 18:52:15 -rw-rw-r-- 1 jenkins jenkins 1898 Mar 14 18:50 Dockerfile 18:52:15 -rw-rw-r-- 1 jenkins jenkins 677 Mar 14 18:50 GOVERNANCE.md 18:52:15 -rw-rw-r-- 1 jenkins jenkins 688 Mar 14 18:50 Jenkinsfile 18:52:15 -rw-rw-r-- 1 jenkins jenkins 10174 Mar 14 18:50 LICENSE 18:52:15 -rw-rw-r-- 1 jenkins jenkins 618 Mar 14 18:50 OWNERS.md 18:52:15 -rw-rw-r-- 1 jenkins jenkins 4369 Mar 14 18:50 README.md 18:52:15 -rw-rw-r-- 1 jenkins jenkins 12 Mar 14 18:50 VERSION 18:52:15 drwxrwxr-x 2 jenkins jenkins 4096 Mar 14 18:50 bin 18:52:15 -rw-r--r-- 1 jenkins jenkins 13 Mar 14 18:51 coverage.out 18:52:15 -rw-rw-r-- 1 jenkins jenkins 3309 Mar 14 18:50 go.mod 18:52:15 -rw-rw-r-- 1 jenkins jenkins 30618 Mar 14 18:50 go.sum 18:52:15 -rw-rw-r-- 1 jenkins jenkins 1949 Mar 14 18:50 main.go 18:52:15 -rw-rw-r-- 1 jenkins jenkins 2569 Mar 14 18:50 makefile 18:52:15 drwxrwxr-x 9 jenkins jenkins 4096 Mar 14 18:50 res 18:52:15 drwxrwxr-x 4 jenkins jenkins 4096 Mar 14 18:50 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:15 + 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=a803cbcc243b34629df898652d25f5c56fc71900 --label arch=amd64 --label version=3.0.0-dev.22 . 18:52:15 Sending build context to Docker daemon 3.228MB 18:52:15 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 18:52:15 Step 2/26 : FROM ${BASE} AS builder 18:52:15 ---> ce909108e552 18:52:15 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 18:52:15 ---> Running in 05406ee50eca 18:52:15 Removing intermediate container 05406ee50eca 18:52:15 ---> ddeead07ac46 18:52:15 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 18:52:15 ---> Running in 96ed4ce2ab56 18:52:15 Removing intermediate container 96ed4ce2ab56 18:52:15 ---> 840d74c1da02 18:52:15 Step 5/26 : ARG ADD_BUILD_TAGS="" 18:52:15 ---> Running in c8358f7a8609 18:52:15 Removing intermediate container c8358f7a8609 18:52:15 ---> 1c55e1db1e0a 18:52:15 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:52:15 ---> Running in d5e88d211a67 18:52:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:52:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:52:16 OK: 265 MiB in 53 packages 18:52:16 Removing intermediate container d5e88d211a67 18:52:16 ---> f4018fa99c31 18:52:16 Step 7/26 : WORKDIR /app 18:52:16 ---> Running in 797adbde29e5 18:52:16 Removing intermediate container 797adbde29e5 18:52:16 ---> 1cdda8de9c74 18:52:16 Step 8/26 : COPY go.mod vendor* ./ 18:52:16 ---> 2906560dc56f 18:52:16 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:52:16 ---> Running in d6a89c3e23f5 18:52:17 Removing intermediate container d6a89c3e23f5 18:52:17 ---> 2b8b89a4efa3 18:52:17 Step 10/26 : COPY . . 18:52:17 ---> 91a70f0b2fe8 18:52:17 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:52:18 ---> Running in c47733fc78da 18:52:18 Removing intermediate container c47733fc78da 18:52:18 ---> f0ab85e2c75e 18:52:18 Step 12/26 : RUN $MAKE 18:52:18 ---> Running in 03bf109f78a3 18:52:18 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.40 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.22" -trimpath -mod=readonly -o app-service-configurable 18:52:36 Removing intermediate container 03bf109f78a3 18:52:36 ---> d42f38fa29ff 18:52:36 Step 13/26 : FROM alpine:3.17 18:52:36 3.17: Pulling from library/alpine 18:52:36 63b65145d645: Already exists 18:52:36 Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 18:52:36 Status: Downloaded newer image for alpine:3.17 18:52:36 ---> b2aa39c304c2 18:52:36 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 18:52:36 ---> Running in b63b79a08152 18:52:36 Removing intermediate container b63b79a08152 18:52:36 ---> f377e4b4e0ee 18:52:36 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 18:52:36 ---> Running in 68f59f1ffc8f 18:52:36 Removing intermediate container 68f59f1ffc8f 18:52:36 ---> 253e5c652ee6 18:52:36 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 18:52:36 ---> Running in 79f20c3ca7a5 18:52:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:52:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:52:37 (1/2) Installing ca-certificates (20220614-r4) 18:52:37 (2/2) Installing dumb-init (1.2.5-r2) 18:52:37 Executing busybox-1.35.0-r29.trigger 18:52:37 Executing ca-certificates-20220614-r4.trigger 18:52:37 OK: 8 MiB in 17 packages 18:52:38 Removing intermediate container 79f20c3ca7a5 18:52:38 ---> 9a0b52685354 18:52:38 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 18:52:38 ---> aac5180dab12 18:52:38 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 18:52:38 ---> 2d0e8fcc7a96 18:52:38 Step 19/26 : COPY --from=builder /app/res/ /res/ 18:52:38 ---> fa8a43d93db2 18:52:38 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 18:52:39 ---> 9067287c6ebf 18:52:39 Step 21/26 : EXPOSE 48095 18:52:39 ---> Running in 6ee11b52e5c2 18:52:39 Removing intermediate container 6ee11b52e5c2 18:52:39 ---> cda79dae3c64 18:52:39 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 18:52:39 ---> Running in c6f83e55db23 18:52:39 Removing intermediate container c6f83e55db23 18:52:39 ---> 7ce99c4c5e92 18:52:39 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:52:39 ---> Running in 804be81b7bcb 18:52:39 Removing intermediate container 804be81b7bcb 18:52:39 ---> e186d93488b3 18:52:39 Step 24/26 : LABEL arch=amd64 18:52:39 ---> Running in b8fa8f0d3f25 18:52:39 Removing intermediate container b8fa8f0d3f25 18:52:39 ---> 62f0340cd507 18:52:39 Step 25/26 : LABEL git_sha=a803cbcc243b34629df898652d25f5c56fc71900 18:52:39 ---> Running in 0f426034811b 18:52:39 Removing intermediate container 0f426034811b 18:52:39 ---> 4d63c0c5f713 18:52:39 Step 26/26 : LABEL version=3.0.0-dev.22 18:52:39 ---> Running in cb74267ffdb9 18:52:39 Removing intermediate container cb74267ffdb9 18:52:39 ---> d6268c5bc3f1 18:52:39 [Warning] One or more build-args [ARCH] were not consumed 18:52:39 Successfully built d6268c5bc3f1 18:52:39 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 18:52:40 provisioning config files... 18:52:40 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config191755386752601334tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:52:40 ---> docker-login.sh 18:52:40 nexus3.edgexfoundry.org:10001 18:52:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:52:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:52:40 Configure a credential helper to remove this warning. See 18:52:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:52:40 18:52:40 Login Succeeded 18:52:40 nexus3.edgexfoundry.org:10002 18:52:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:52:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:52:40 Configure a credential helper to remove this warning. See 18:52:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:52:40 18:52:40 Login Succeeded 18:52:40 nexus3.edgexfoundry.org:10003 18:52:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:52:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:52:40 Configure a credential helper to remove this warning. See 18:52:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:52:40 18:52:40 Login Succeeded 18:52:40 nexus3.edgexfoundry.org:10004 18:52:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:52:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:52:40 Configure a credential helper to remove this warning. See 18:52:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:52:40 18:52:40 Login Succeeded 18:52:40 docker.io 18:52:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:52:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:52:40 Configure a credential helper to remove this warning. See 18:52:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:52:40 18:52:40 Login Succeeded 18:52:40 ---> docker-login.sh ends [Pipeline] } 18:52:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:52:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:52:40 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 18:52:40 a803cbcc243b34629df898652d25f5c56fc71900 18:52:40 latest 18:52:40 3.0.0-dev.22 18:52:40 a803cbcc243b34629df898652d25f5c56fc71900-3.0.0-dev.22 18:52:40 main 18:52:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:41 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:a803cbcc243b34629df898652d25f5c56fc71900 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:41 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:a803cbcc243b34629df898652d25f5c56fc71900 18:52:41 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 18:52:41 0338fc2ca512: Preparing 18:52:41 5407616bae24: Preparing 18:52:41 25f9de46cebc: Preparing 18:52:41 14eb1bdc4411: Preparing 18:52:41 885907f0c47a: Preparing 18:52:41 7cd52847ad77: Preparing 18:52:41 7cd52847ad77: Waiting 18:52:41 14eb1bdc4411: Pushed 18:52:41 5407616bae24: Pushed 18:52:41 25f9de46cebc: Pushed 18:52:41 7cd52847ad77: Layer already exists 18:52:41 885907f0c47a: Pushed 18:52:44 0338fc2ca512: Pushed 18:52:44 a803cbcc243b34629df898652d25f5c56fc71900: digest: sha256:fbae547ed8b4d88b51bc908edce0bbdae57cfdd9b89a3b50b7a604e0307146ab size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:44 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:44 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 18:52:44 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 18:52:44 0338fc2ca512: Preparing 18:52:44 5407616bae24: Preparing 18:52:44 25f9de46cebc: Preparing 18:52:44 14eb1bdc4411: Preparing 18:52:44 885907f0c47a: Preparing 18:52:44 7cd52847ad77: Preparing 18:52:44 7cd52847ad77: Waiting 18:52:44 25f9de46cebc: Layer already exists 18:52:44 14eb1bdc4411: Layer already exists 18:52:44 885907f0c47a: Layer already exists 18:52:44 0338fc2ca512: Layer already exists 18:52:44 5407616bae24: Layer already exists 18:52:44 7cd52847ad77: Layer already exists 18:52:44 latest: digest: sha256:fbae547ed8b4d88b51bc908edce0bbdae57cfdd9b89a3b50b7a604e0307146ab size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:45 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:45 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.22 18:52:45 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 18:52:45 0338fc2ca512: Preparing 18:52:45 5407616bae24: Preparing 18:52:45 25f9de46cebc: Preparing 18:52:45 14eb1bdc4411: Preparing 18:52:45 885907f0c47a: Preparing 18:52:45 7cd52847ad77: Preparing 18:52:45 7cd52847ad77: Waiting 18:52:45 5407616bae24: Layer already exists 18:52:45 25f9de46cebc: Layer already exists 18:52:45 885907f0c47a: Layer already exists 18:52:45 0338fc2ca512: Layer already exists 18:52:45 14eb1bdc4411: Layer already exists 18:52:45 7cd52847ad77: Layer already exists 18:52:45 3.0.0-dev.22: digest: sha256:fbae547ed8b4d88b51bc908edce0bbdae57cfdd9b89a3b50b7a604e0307146ab size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:45 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:a803cbcc243b34629df898652d25f5c56fc71900-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:45 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:a803cbcc243b34629df898652d25f5c56fc71900-3.0.0-dev.22 18:52:45 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 18:52:45 0338fc2ca512: Preparing 18:52:45 5407616bae24: Preparing 18:52:45 25f9de46cebc: Preparing 18:52:45 14eb1bdc4411: Preparing 18:52:45 885907f0c47a: Preparing 18:52:45 7cd52847ad77: Preparing 18:52:45 7cd52847ad77: Waiting 18:52:45 0338fc2ca512: Layer already exists 18:52:45 14eb1bdc4411: Layer already exists 18:52:45 25f9de46cebc: Layer already exists 18:52:45 885907f0c47a: Layer already exists 18:52:45 5407616bae24: Layer already exists 18:52:45 7cd52847ad77: Layer already exists 18:52:45 a803cbcc243b34629df898652d25f5c56fc71900-3.0.0-dev.22: digest: sha256:fbae547ed8b4d88b51bc908edce0bbdae57cfdd9b89a3b50b7a604e0307146ab size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:46 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:46 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 18:52:46 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 18:52:46 0338fc2ca512: Preparing 18:52:46 5407616bae24: Preparing 18:52:46 25f9de46cebc: Preparing 18:52:46 14eb1bdc4411: Preparing 18:52:46 885907f0c47a: Preparing 18:52:46 7cd52847ad77: Preparing 18:52:46 7cd52847ad77: Waiting 18:52:46 5407616bae24: Layer already exists 18:52:46 14eb1bdc4411: Layer already exists 18:52:46 885907f0c47a: Layer already exists 18:52:46 25f9de46cebc: Layer already exists 18:52:46 0338fc2ca512: Layer already exists 18:52:46 7cd52847ad77: Layer already exists 18:52:46 main: digest: sha256:fbae547ed8b4d88b51bc908edce0bbdae57cfdd9b89a3b50b7a604e0307146ab size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:52:46 ===================================================== [Pipeline] echo 18:52:46 taggedImages: 18:52:46 - nexus3.edgexfoundry.org:10004/app-service-configurable:a803cbcc243b34629df898652d25f5c56fc71900 18:52:46 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 18:52:46 - nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.22 18:52:46 - nexus3.edgexfoundry.org:10004/app-service-configurable:a803cbcc243b34629df898652d25f5c56fc71900-3.0.0-dev.22 18:52:46 - 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 18:52:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:52:47 18:52:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:52:47 latest: Pulling from edgex-lftools-log-publisher 18:52:47 5eb5b503b376: Pulling fs layer 18:52:47 5c69ac0246d0: Pulling fs layer 18:52:47 ec43610c2a17: Pulling fs layer 18:52:47 3a2ae6a8a46f: Pulling fs layer 18:52:47 33b1e0a273af: Pulling fs layer 18:52:47 5d3b04190fa2: Pulling fs layer 18:52:47 2f39f015ded8: Pulling fs layer 18:52:47 3a2ae6a8a46f: Waiting 18:52:47 33b1e0a273af: Waiting 18:52:47 5d3b04190fa2: Waiting 18:52:47 2f39f015ded8: Waiting 18:52:47 5c69ac0246d0: Download complete 18:52:47 3a2ae6a8a46f: Download complete 18:52:47 33b1e0a273af: Verifying Checksum 18:52:47 33b1e0a273af: Download complete 18:52:47 5d3b04190fa2: Download complete 18:52:47 ec43610c2a17: Verifying Checksum 18:52:47 ec43610c2a17: Download complete 18:52:47 5eb5b503b376: Verifying Checksum 18:52:47 5eb5b503b376: Download complete 18:52:48 2f39f015ded8: Download complete 18:52:48 5eb5b503b376: Pull complete 18:52:48 5c69ac0246d0: Pull complete 18:52:49 ec43610c2a17: Pull complete 18:52:49 3a2ae6a8a46f: Pull complete 18:52:49 33b1e0a273af: Pull complete 18:52:49 5d3b04190fa2: Pull complete 18:52:53 2f39f015ded8: Pull complete 18:52:53 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:52:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:52:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:52:54 prd-ubuntu20.04-docker-8c-8g-224 does not seem to be running inside a container 18:52:54 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/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 18:52:58 $ docker top 58a7547880f0c1dcb8fb01112ea1a1ccb70ca22ac458cc3228161bd6a70af0c5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:52:59 ---> job-cost.sh 18:52:59 lf-activate-venv: SKIPPING 18:52:59 INFO: No Stack... 18:52:59 INFO: Retrieving Pricing Info for: v3-standard-8 18:53:00 INFO: Archiving Costs [Pipeline] sh 18:53:00 + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv 18:53:00 + cut -d, -f6 [Pipeline] lock 18:53:00 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-139-stack-cost] 18:53:00 Resource [jenkins-edgexfoundry-app-service-configurable-main-139-stack-cost] did not exist. Created. 18:53:00 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-139-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:53:00 + echo total: 0.2199999988079071 [Pipeline] stash 18:53:00 Stashed 1 file(s) [Pipeline] } 18:53:00 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-139-stack-cost] [Pipeline] // lock [Pipeline] } 18:53:00 $ docker stop --time=1 58a7547880f0c1dcb8fb01112ea1a1ccb70ca22ac458cc3228161bd6a70af0c5 18:53:01 $ docker rm -f --volumes 58a7547880f0c1dcb8fb01112ea1a1ccb70ca22ac458cc3228161bd6a70af0c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:53:38 Running on prd-ubuntu20.04-docker-arm64-4c-16g-227 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 18:53:38 Running in /w/workspace/app-service-configurable/139 [Pipeline] { [Pipeline] checkout 18:53:38 Selected Git installation does not exist. Using Default 18:53:38 The recommended git tool is: NONE 18:53:44 using credential edgex-jenkins-ssh 18:53:44 Cloning the remote Git repository 18:53:44 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 18:53:44 > git init /w/workspace/app-service-configurable/139 # timeout=10 18:53:44 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:53:44 > git --version # timeout=10 18:53:44 > git --version # 'git version 2.25.1' 18:53:44 using GIT_SSH to set credentials SSH Credentials for GitHub 18:53:44 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:53:46 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:53:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:53:47 Avoid second fetch 18:53:47 Checking out Revision a803cbcc243b34629df898652d25f5c56fc71900 (main) 18:53:47 Commit message: "build: Update to Go 1.20, Alpine 3.17 and linter v1.51.2 (#530)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:53:47 > git config core.sparsecheckout # timeout=10 18:53:47 > git checkout -f a803cbcc243b34629df898652d25f5c56fc71900 # timeout=10 18:53:48 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:53:48 % Total % Received % Xferd Average Speed Time Time Time Current 18:53:48 Dload Upload Total Spent Left Speed 18:53:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 180k 0 --:--:-- --:--:-- --:--:-- 180k [Pipeline] sh 18:53:49 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:53:49 + sudo tee /etc/docker/daemon.new 18:53:49 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 18:53:49 { 18:53:49 "registry-mirrors": [ 18:53:49 "https://nexus3.edgexfoundry.org:10001" 18:53:49 ], 18:53:49 "bip": "10.250.0.254/24", 18:53:49 "hosts": [ 18:53:49 "tcp://0.0.0.0:5555", 18:53:49 "unix:///var/run/docker.sock" 18:53:49 ], 18:53:49 "mtu": 1458, 18:53:49 "selinux-enabled": true, 18:53:49 "seccomp-profile": "/etc/docker/seccomp.json" 18:53:49 } [Pipeline] sh 18:53:49 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:53:50 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:54:08 provisioning config files... 18:54:08 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/139@tmp/config16193249567064683943tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:54:08 ---> docker-login.sh 18:54:08 nexus3.edgexfoundry.org:10001 18:54:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:54:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:54:09 Configure a credential helper to remove this warning. See 18:54:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:54:09 18:54:09 Login Succeeded 18:54:09 nexus3.edgexfoundry.org:10002 18:54:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:54:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:54:10 Configure a credential helper to remove this warning. See 18:54:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:54:10 18:54:10 Login Succeeded 18:54:10 nexus3.edgexfoundry.org:10003 18:54:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:54:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:54:10 Configure a credential helper to remove this warning. See 18:54:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:54:10 18:54:10 Login Succeeded 18:54:10 nexus3.edgexfoundry.org:10004 18:54:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:54:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:54:10 Configure a credential helper to remove this warning. See 18:54:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:54:10 18:54:10 Login Succeeded 18:54:10 docker.io 18:54:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:54:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:54:11 Configure a credential helper to remove this warning. See 18:54:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:54:11 18:54:11 Login Succeeded 18:54:11 ---> docker-login.sh ends [Pipeline] } 18:54:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:54:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:54:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:54:11 ========================================================= 18:54:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 18:54:11 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:54:11 + 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 . 18:54:11 Sending build context to Docker daemon 174.1kB 18:54:12 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 18:54:12 Step 2/12 : FROM ${BASE} AS builder 18:54:12 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:54:12 af6eaf76a39c: Pulling fs layer 18:54:12 55522c791124: Pulling fs layer 18:54:12 ce5c4a1c91eb: Pulling fs layer 18:54:12 169dfbe0d373: Pulling fs layer 18:54:12 e1ff8fa3b103: Pulling fs layer 18:54:12 52ebb69f0ebf: Pulling fs layer 18:54:12 5abe8eddf0d5: Pulling fs layer 18:54:12 169dfbe0d373: Waiting 18:54:12 e1ff8fa3b103: Waiting 18:54:12 5abe8eddf0d5: Waiting 18:54:12 55522c791124: Verifying Checksum 18:54:12 55522c791124: Download complete 18:54:12 169dfbe0d373: Verifying Checksum 18:54:12 169dfbe0d373: Download complete 18:54:12 e1ff8fa3b103: Verifying Checksum 18:54:12 e1ff8fa3b103: Download complete 18:54:12 af6eaf76a39c: Verifying Checksum 18:54:13 af6eaf76a39c: Pull complete 18:54:13 5abe8eddf0d5: Verifying Checksum 18:54:13 5abe8eddf0d5: Download complete 18:54:13 55522c791124: Pull complete 18:54:14 ce5c4a1c91eb: Download complete 18:54:14 52ebb69f0ebf: Verifying Checksum 18:54:14 52ebb69f0ebf: Download complete 18:54:27 ce5c4a1c91eb: Pull complete 18:54:27 169dfbe0d373: Pull complete 18:54:27 e1ff8fa3b103: Pull complete 18:54:35 52ebb69f0ebf: Pull complete 18:54:36 5abe8eddf0d5: Pull complete 18:54:36 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 18:54:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 18:54:36 ---> 6cb57ee374ae 18:54:36 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 18:54:38 ---> Running in d00adc8e2311 18:54:38 Removing intermediate container d00adc8e2311 18:54:38 ---> 8ff8d193b8f9 18:54:38 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 18:54:38 ---> Running in 7f557d2c3d98 18:54:38 Removing intermediate container 7f557d2c3d98 18:54:38 ---> ae9028ec2d90 18:54:38 Step 5/12 : ARG ADD_BUILD_TAGS="" 18:54:38 ---> Running in 2524318d29d9 18:54:39 Removing intermediate container 2524318d29d9 18:54:39 ---> b9cb75a8e602 18:54:39 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:54:39 ---> Running in 641fe9e4a51d 18:54:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:54:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:54:42 OK: 263 MiB in 53 packages 18:54:43 Removing intermediate container 641fe9e4a51d 18:54:43 ---> e7b1757458da 18:54:43 Step 7/12 : WORKDIR /app 18:54:43 ---> Running in 1ff241d51738 18:54:43 Removing intermediate container 1ff241d51738 18:54:43 ---> 704f3e32724c 18:54:43 Step 8/12 : COPY go.mod vendor* ./ 18:54:44 ---> b75284e2b32a 18:54:44 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:54:44 ---> Running in cb716921c98c 18:55:52 Removing intermediate container cb716921c98c 18:55:52 ---> 7d6286ca8a7c 18:55:52 Step 10/12 : COPY . . 18:55:52 ---> 9c3fd69bbc98 18:55:52 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:55:52 ---> Running in b36fdffefb64 18:55:52 Removing intermediate container b36fdffefb64 18:55:52 ---> 7a5cdb91b337 18:55:52 Step 12/12 : RUN $MAKE 18:55:52 ---> Running in cbdf70e8c00e 18:55:52 noop 18:55:52 Removing intermediate container cbdf70e8c00e 18:55:52 ---> 79309471ea27 18:55:52 Successfully built 79309471ea27 18:55:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:55:52 + docker inspect -f . ci-base-image-arm64 18:55:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:55:52 prd-ubuntu20.04-docker-arm64-4c-16g-227 does not seem to be running inside a container 18:55:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/139 -v /w/workspace/app-service-configurable/139:/w/workspace/app-service-configurable/139:rw,z -v /w/workspace/app-service-configurable/139@tmp:/w/workspace/app-service-configurable/139@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 18:55:54 $ docker top 7f51098542e4df6cba7f8a2a5c8a70dab599a48f6030c08979942cc82985c6e9 -eo pid,comm [Pipeline] { [Pipeline] sh 18:55:55 + go version 18:55:55 go version go1.20.2 linux/arm64 [Pipeline] } 18:55:55 $ docker stop --time=1 7f51098542e4df6cba7f8a2a5c8a70dab599a48f6030c08979942cc82985c6e9 18:55:56 $ docker rm -f --volumes 7f51098542e4df6cba7f8a2a5c8a70dab599a48f6030c08979942cc82985c6e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:55:57 + docker inspect -f . ci-base-image-arm64 18:55:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:55:57 prd-ubuntu20.04-docker-arm64-4c-16g-227 does not seem to be running inside a container 18:55:57 $ 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/139 -v /w/workspace/app-service-configurable/139:/w/workspace/app-service-configurable/139:rw,z -v /w/workspace/app-service-configurable/139@tmp:/w/workspace/app-service-configurable/139@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 18:55:58 $ docker top 0a45b6d92486e9cf894228fea59d3c0ba6db3eb114f688f27852dec619d4ca9a -eo pid,comm [Pipeline] { [Pipeline] sh 18:55:59 + git config --global --add safe.directory /w/workspace/app-service-configurable/139 [Pipeline] fileExists [Pipeline] sh 18:56:00 + make test 18:56:00 go test -race -coverprofile=coverage.out ./... 18:59:09 ? github.com/edgexfoundry/app-service-configurable [no test files] 18:59:09 WARNING: Linting skipped (not on x86_64 or linter not installed) 18:59:09 go vet ./... 19:01:46 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:01:46 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:01:46 ./bin/test-attribution-txt.sh [Pipeline] echo 19:01:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 19:01:46 $ docker stop --time=1 0a45b6d92486e9cf894228fea59d3c0ba6db3eb114f688f27852dec619d4ca9a 19:01:48 $ docker rm -f --volumes 0a45b6d92486e9cf894228fea59d3c0ba6db3eb114f688f27852dec619d4ca9a [Pipeline] // withDockerContainer [Pipeline] sh 19:01:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 19:01:50 Warning: overwriting stash ‘coverage-report’ 19:01:50 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 19:01:51 + sudo chown -R jenkins:jenkins . [Pipeline] sh 19:01:51 + ls -al . 19:01:51 total 172 19:01:51 drwxrwxr-x 7 jenkins jenkins 4096 Mar 14 18:56 . 19:01:51 drwxrwxr-x 4 jenkins jenkins 4096 Mar 14 18:53 .. 19:01:51 -rw-rw-r-- 1 jenkins jenkins 119 Mar 14 18:53 .dockerignore 19:01:51 drwxrwxr-x 8 jenkins jenkins 4096 Mar 14 18:53 .git 19:01:51 drwxrwxr-x 3 jenkins jenkins 4096 Mar 14 18:53 .github 19:01:51 -rw-rw-r-- 1 jenkins jenkins 171 Mar 14 18:53 .gitignore 19:01:51 -rw-rw-r-- 1 jenkins jenkins 41 Mar 14 18:53 .golangci.yml 19:01:51 -rw-rw-r-- 1 jenkins jenkins 9320 Mar 14 18:53 Attribution.txt 19:01:51 -rw-rw-r-- 1 jenkins jenkins 29118 Mar 14 18:53 CHANGELOG.md 19:01:51 -rw-rw-r-- 1 jenkins jenkins 1898 Mar 14 18:53 Dockerfile 19:01:51 -rw-rw-r-- 1 jenkins jenkins 677 Mar 14 18:53 GOVERNANCE.md 19:01:51 -rw-rw-r-- 1 jenkins jenkins 688 Mar 14 18:53 Jenkinsfile 19:01:51 -rw-rw-r-- 1 jenkins jenkins 10174 Mar 14 18:53 LICENSE 19:01:51 -rw-rw-r-- 1 jenkins jenkins 618 Mar 14 18:53 OWNERS.md 19:01:51 -rw-rw-r-- 1 jenkins jenkins 4369 Mar 14 18:53 README.md 19:01:51 -rw-rw-r-- 1 jenkins jenkins 12 Mar 14 18:50 VERSION 19:01:51 drwxrwxr-x 2 jenkins jenkins 4096 Mar 14 18:53 bin 19:01:51 -rw-r--r-- 1 jenkins jenkins 13 Mar 14 18:56 coverage.out 19:01:51 -rw-rw-r-- 1 jenkins jenkins 3309 Mar 14 18:53 go.mod 19:01:51 -rw-rw-r-- 1 jenkins jenkins 30618 Mar 14 18:53 go.sum 19:01:51 -rw-rw-r-- 1 jenkins jenkins 1949 Mar 14 18:53 main.go 19:01:51 -rw-rw-r-- 1 jenkins jenkins 2569 Mar 14 18:53 makefile 19:01:51 drwxrwxr-x 9 jenkins jenkins 4096 Mar 14 18:53 res 19:01:51 drwxrwxr-x 4 jenkins jenkins 4096 Mar 14 18:53 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:01:51 + 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=a803cbcc243b34629df898652d25f5c56fc71900 --label arch=arm64 --label version=3.0.0-dev.22 . 19:01:51 Sending build context to Docker daemon 175.1kB 19:01:52 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 19:01:52 Step 2/26 : FROM ${BASE} AS builder 19:01:52 ---> 79309471ea27 19:01:52 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 19:01:52 ---> Running in 161994c96748 19:01:52 Removing intermediate container 161994c96748 19:01:52 ---> e8b78d180d01 19:01:52 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 19:01:52 ---> Running in 158c9cd5e308 19:01:52 Removing intermediate container 158c9cd5e308 19:01:52 ---> 9cd36170d302 19:01:52 Step 5/26 : ARG ADD_BUILD_TAGS="" 19:01:53 ---> Running in f53d6dc40368 19:01:53 Removing intermediate container f53d6dc40368 19:01:53 ---> 68d8d3947a42 19:01:53 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 19:01:53 ---> Running in ce5cd0c6b2b1 19:01:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:01:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:01:56 OK: 263 MiB in 53 packages 19:01:57 Removing intermediate container ce5cd0c6b2b1 19:01:57 ---> ac4911d0d023 19:01:57 Step 7/26 : WORKDIR /app 19:01:57 ---> Running in 293cc081f4d5 19:01:58 Removing intermediate container 293cc081f4d5 19:01:58 ---> 54ce7b4dc49e 19:01:58 Step 8/26 : COPY go.mod vendor* ./ 19:02:02 ---> e01325102ba3 19:02:02 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:02:02 ---> Running in 5a8b688d6875 19:02:04 Removing intermediate container 5a8b688d6875 19:02:04 ---> 12ee872b523f 19:02:04 Step 10/26 : COPY . . 19:02:05 ---> 479e38e4cbdc 19:02:05 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 19:02:05 ---> Running in b8175530897f 19:02:05 Removing intermediate container b8175530897f 19:02:05 ---> 2ded7e5b511b 19:02:05 Step 12/26 : RUN $MAKE 19:02:05 ---> Running in 9b494197185c 19:02:07 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.40 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.22" -trimpath -mod=readonly -o app-service-configurable 19:04:43 Removing intermediate container 9b494197185c 19:04:43 ---> ce92d88c9a16 19:04:43 Step 13/26 : FROM alpine:3.17 19:04:43 3.17: Pulling from library/alpine 19:04:43 af6eaf76a39c: Already exists 19:04:43 Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 19:04:43 Status: Downloaded newer image for alpine:3.17 19:04:43 ---> d74e625d9115 19:04:43 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 19:04:43 ---> Running in fa486380ff2e 19:04:43 Removing intermediate container fa486380ff2e 19:04:43 ---> 7556c6e70a70 19:04:43 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 19:04:43 ---> Running in 0eaeb5f02da5 19:04:43 Removing intermediate container 0eaeb5f02da5 19:04:43 ---> 2b4a7d46110e 19:04:43 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 19:04:43 ---> Running in 00be6c838767 19:04:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:04:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:04:43 (1/2) Installing ca-certificates (20220614-r4) 19:04:43 (2/2) Installing dumb-init (1.2.5-r2) 19:04:43 Executing busybox-1.35.0-r29.trigger 19:04:43 Executing ca-certificates-20220614-r4.trigger 19:04:43 OK: 8 MiB in 17 packages 19:04:43 Removing intermediate container 00be6c838767 19:04:43 ---> 9c66d94ad9b0 19:04:43 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 19:04:43 ---> 6cf276a5d3de 19:04:43 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 19:04:43 ---> f3a259f5d6f8 19:04:43 Step 19/26 : COPY --from=builder /app/res/ /res/ 19:04:43 ---> 4553fbbd6b0e 19:04:43 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 19:04:43 ---> 73a840960e40 19:04:43 Step 21/26 : EXPOSE 48095 19:04:43 ---> Running in 593bbb5bf561 19:04:43 Removing intermediate container 593bbb5bf561 19:04:43 ---> 96b8e42fed14 19:04:43 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 19:04:43 ---> Running in 96cc7df332b3 19:04:43 Removing intermediate container 96cc7df332b3 19:04:43 ---> a5718c951704 19:04:43 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:04:43 ---> Running in 5c2cbfcca1bd 19:04:43 Removing intermediate container 5c2cbfcca1bd 19:04:43 ---> b329095769ee 19:04:43 Step 24/26 : LABEL arch=arm64 19:04:43 ---> Running in ae0cc7f3e312 19:04:43 Removing intermediate container ae0cc7f3e312 19:04:43 ---> a3d02c0aca47 19:04:43 Step 25/26 : LABEL git_sha=a803cbcc243b34629df898652d25f5c56fc71900 19:04:43 ---> Running in 17528e5e0e36 19:04:43 Removing intermediate container 17528e5e0e36 19:04:43 ---> 2ce204b5dbf4 19:04:43 Step 26/26 : LABEL version=3.0.0-dev.22 19:04:43 ---> Running in 6319a39ac3c6 19:04:43 Removing intermediate container 6319a39ac3c6 19:04:43 ---> 3187de4fc782 19:04:43 [Warning] One or more build-args [ARCH] were not consumed 19:04:43 Successfully built 3187de4fc782 19:04:43 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 19:04:44 provisioning config files... 19:04:44 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/139@tmp/config9603433524493224785tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:04:44 ---> docker-login.sh 19:04:44 nexus3.edgexfoundry.org:10001 19:04:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:04:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:04:44 Configure a credential helper to remove this warning. See 19:04:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:04:44 19:04:44 Login Succeeded 19:04:44 nexus3.edgexfoundry.org:10002 19:04:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:04:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:04:44 Configure a credential helper to remove this warning. See 19:04:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:04:44 19:04:44 Login Succeeded 19:04:45 nexus3.edgexfoundry.org:10003 19:04:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:04:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:04:45 Configure a credential helper to remove this warning. See 19:04:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:04:45 19:04:45 Login Succeeded 19:04:45 nexus3.edgexfoundry.org:10004 19:04:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:04:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:04:45 Configure a credential helper to remove this warning. See 19:04:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:04:45 19:04:45 Login Succeeded 19:04:45 docker.io 19:04:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:04:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:04:46 Configure a credential helper to remove this warning. See 19:04:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:04:46 19:04:46 Login Succeeded 19:04:46 ---> docker-login.sh ends [Pipeline] } 19:04:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:04:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:04:46 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 19:04:46 a803cbcc243b34629df898652d25f5c56fc71900 19:04:46 latest 19:04:46 3.0.0-dev.22 19:04:46 a803cbcc243b34629df898652d25f5c56fc71900-3.0.0-dev.22 19:04:46 main 19:04:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:46 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a803cbcc243b34629df898652d25f5c56fc71900 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:47 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a803cbcc243b34629df898652d25f5c56fc71900 19:04:47 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 19:04:47 3cd84ac3f896: Preparing 19:04:47 14a9a143c1a7: Preparing 19:04:47 81817be801bf: Preparing 19:04:47 081da327a2cc: Preparing 19:04:47 a8bb82e800d3: Preparing 19:04:47 edf70074bd40: Preparing 19:04:47 edf70074bd40: Waiting 19:04:47 081da327a2cc: Pushed 19:04:47 81817be801bf: Pushed 19:04:47 14a9a143c1a7: Pushed 19:04:47 edf70074bd40: Layer already exists 19:04:47 a8bb82e800d3: Pushed 19:04:52 3cd84ac3f896: Pushed 19:04:53 a803cbcc243b34629df898652d25f5c56fc71900: digest: sha256:312297bcc71e068d43ba69ab7da725156addfa6e4bef9052b97cf9b912148edb size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:53 + 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 19:04:54 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 19:04:54 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 19:04:54 3cd84ac3f896: Preparing 19:04:54 14a9a143c1a7: Preparing 19:04:54 81817be801bf: Preparing 19:04:54 081da327a2cc: Preparing 19:04:54 a8bb82e800d3: Preparing 19:04:54 edf70074bd40: Preparing 19:04:54 edf70074bd40: Waiting 19:04:54 a8bb82e800d3: Layer already exists 19:04:54 3cd84ac3f896: Layer already exists 19:04:54 081da327a2cc: Layer already exists 19:04:54 14a9a143c1a7: Layer already exists 19:04:54 81817be801bf: Layer already exists 19:04:54 edf70074bd40: Layer already exists 19:04:54 latest: digest: sha256:312297bcc71e068d43ba69ab7da725156addfa6e4bef9052b97cf9b912148edb size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:54 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:55 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.22 19:04:55 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 19:04:55 3cd84ac3f896: Preparing 19:04:55 14a9a143c1a7: Preparing 19:04:55 81817be801bf: Preparing 19:04:55 081da327a2cc: Preparing 19:04:55 a8bb82e800d3: Preparing 19:04:55 edf70074bd40: Preparing 19:04:55 edf70074bd40: Waiting 19:04:55 3cd84ac3f896: Layer already exists 19:04:55 a8bb82e800d3: Layer already exists 19:04:55 14a9a143c1a7: Layer already exists 19:04:55 081da327a2cc: Layer already exists 19:04:55 81817be801bf: Layer already exists 19:04:55 edf70074bd40: Layer already exists 19:04:55 3.0.0-dev.22: digest: sha256:312297bcc71e068d43ba69ab7da725156addfa6e4bef9052b97cf9b912148edb size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:55 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a803cbcc243b34629df898652d25f5c56fc71900-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:55 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a803cbcc243b34629df898652d25f5c56fc71900-3.0.0-dev.22 19:04:55 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 19:04:55 3cd84ac3f896: Preparing 19:04:55 14a9a143c1a7: Preparing 19:04:55 81817be801bf: Preparing 19:04:55 081da327a2cc: Preparing 19:04:55 a8bb82e800d3: Preparing 19:04:55 edf70074bd40: Preparing 19:04:55 edf70074bd40: Waiting 19:04:55 81817be801bf: Layer already exists 19:04:55 3cd84ac3f896: Layer already exists 19:04:55 081da327a2cc: Layer already exists 19:04:55 14a9a143c1a7: Layer already exists 19:04:55 a8bb82e800d3: Layer already exists 19:04:55 edf70074bd40: Layer already exists 19:04:56 a803cbcc243b34629df898652d25f5c56fc71900-3.0.0-dev.22: digest: sha256:312297bcc71e068d43ba69ab7da725156addfa6e4bef9052b97cf9b912148edb size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:56 + 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 19:04:56 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 19:04:56 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 19:04:56 3cd84ac3f896: Preparing 19:04:56 14a9a143c1a7: Preparing 19:04:56 81817be801bf: Preparing 19:04:56 081da327a2cc: Preparing 19:04:56 a8bb82e800d3: Preparing 19:04:56 edf70074bd40: Preparing 19:04:56 edf70074bd40: Waiting 19:04:56 81817be801bf: Layer already exists 19:04:56 14a9a143c1a7: Layer already exists 19:04:56 3cd84ac3f896: Layer already exists 19:04:56 081da327a2cc: Layer already exists 19:04:56 a8bb82e800d3: Layer already exists 19:04:56 edf70074bd40: Layer already exists 19:04:57 main: digest: sha256:312297bcc71e068d43ba69ab7da725156addfa6e4bef9052b97cf9b912148edb size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:04:57 ===================================================== [Pipeline] echo 19:04:57 taggedImages: 19:04:57 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a803cbcc243b34629df898652d25f5c56fc71900 19:04:57 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 19:04:57 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.22 19:04:57 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a803cbcc243b34629df898652d25f5c56fc71900-3.0.0-dev.22 19:04:57 - 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 19:04:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:04:57 19:04:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:04:57 arm64: Pulling from edgex-lftools-log-publisher 19:04:57 8998bd30e6a1: Pulling fs layer 19:04:57 04944245beec: Pulling fs layer 19:04:57 699f458cf7ca: Pulling fs layer 19:04:57 765212b225bb: Pulling fs layer 19:04:57 f23df028b6ca: Pulling fs layer 19:04:57 d65c8cfc05b1: Pulling fs layer 19:04:57 2437ff75d9bd: Pulling fs layer 19:04:57 f23df028b6ca: Waiting 19:04:57 d65c8cfc05b1: Waiting 19:04:57 2437ff75d9bd: Waiting 19:04:57 765212b225bb: Waiting 19:04:58 04944245beec: Verifying Checksum 19:04:58 04944245beec: Download complete 19:04:58 765212b225bb: Verifying Checksum 19:04:58 765212b225bb: Download complete 19:04:58 f23df028b6ca: Verifying Checksum 19:04:58 f23df028b6ca: Download complete 19:04:58 d65c8cfc05b1: Verifying Checksum 19:04:58 d65c8cfc05b1: Download complete 19:04:58 699f458cf7ca: Verifying Checksum 19:04:58 699f458cf7ca: Download complete 19:04:58 8998bd30e6a1: Verifying Checksum 19:04:58 8998bd30e6a1: Download complete 19:05:01 2437ff75d9bd: Verifying Checksum 19:05:01 2437ff75d9bd: Download complete 19:05:02 8998bd30e6a1: Pull complete 19:05:03 04944245beec: Pull complete 19:05:04 699f458cf7ca: Pull complete 19:05:05 765212b225bb: Pull complete 19:05:05 f23df028b6ca: Pull complete 19:05:05 d65c8cfc05b1: Pull complete 19:05:20 2437ff75d9bd: Pull complete 19:05:20 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 19:05:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:05:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:05:21 prd-ubuntu20.04-docker-arm64-4c-16g-227 does not seem to be running inside a container 19:05:21 $ 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/139 -v /w/workspace/app-service-configurable/139:/w/workspace/app-service-configurable/139:rw,z -v /w/workspace/app-service-configurable/139@tmp:/w/workspace/app-service-configurable/139@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 19:05:23 $ docker top 4db94fb68c9e4503813d1784590c61e1ca015d67476ac28d102024648d8d7e4d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:05:24 ---> job-cost.sh 19:05:24 lf-activate-venv: SKIPPING 19:05:24 INFO: No Stack... 19:05:25 INFO: Retrieving Pricing Info for: v3-standard-4 19:05:26 INFO: Archiving Costs [Pipeline] sh 19:05:26 + cat /w/workspace/app-service-configurable/139/archives/cost.csv 19:05:26 + cut -d, -f6 [Pipeline] lock 19:05:26 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-139-stack-cost] 19:05:26 Resource [jenkins-edgexfoundry-app-service-configurable-main-139-stack-cost] did not exist. Created. 19:05:26 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-139-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:05:27 /w/workspace/app-service-configurable/139@tmp/durable-ef358ec2/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 19:05:28 + echo total: 0.10999999940395355 [Pipeline] stash 19:05:28 Warning: overwriting stash ‘stack-cost’ 19:05:28 Stashed 1 file(s) [Pipeline] } 19:05:28 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-139-stack-cost] [Pipeline] // lock [Pipeline] } 19:05:28 $ docker stop --time=1 4db94fb68c9e4503813d1784590c61e1ca015d67476ac28d102024648d8d7e4d 19:05:29 $ docker rm -f --volumes 4db94fb68c9e4503813d1784590c61e1ca015d67476ac28d102024648d8d7e4d [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 19:05:30 provisioning config files... 19:05:30 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3249871066392027339tmp [Pipeline] { [Pipeline] sh 19:05:30 + set +x 19:05:30 + curl -s https://codecov.io/bash 19:05:30 + bash -s -- 19:05:30 19:05:30 _____ _ 19:05:30 / ____| | | 19:05:30 | | ___ __| | ___ ___ _____ __ 19:05:30 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:05:30 | |___| (_) | (_| | __/ (_| (_) \ V / 19:05:30 \_____\___/ \__,_|\___|\___\___/ \_/ 19:05:30 Bash-1.0.6 19:05:30 19:05:30 19:05:30 ==> git version 2.25.1 found 19:05:30 ==> 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 19:05:30 Release-Date: 2020-01-08 19:05:30 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 19:05:30 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 19:05:30 ==> Jenkins CI detected. 19:05:30 current dir:  /w/workspace/ry_app-service-configurable_main 19:05:30 project root: . 19:05:30 --> token set from env 19:05:30 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:05:30 ==> Running gcov in . (disable via -X gcov) 19:05:30 ==> Python coveragepy not found 19:05:30 ==> Searching for coverage reports in: 19:05:30 + . 19:05:30 -> Found 1 reports 19:05:30 ==> Detecting git/mercurial file structure 19:05:30 ==> Reading reports 19:05:30 + ./coverage.out bytes=13 19:05:30 ==> Appending adjustments 19:05:30 https://docs.codecov.io/docs/fixing-reports 19:05:30 + Found adjustments 19:05:30 ==> Gzipping contents 19:05:30 4.0K /tmp/codecov.qV5LzL.gz 19:05:30 ==> Uploading reports 19:05:30 url: https://codecov.io 19:05:30 query: branch=main&commit=a803cbcc243b34629df898652d25f5c56fc71900&build=139&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F139%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 19:05:30 -> Pinging Codecov 19:05:30 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=a803cbcc243b34629df898652d25f5c56fc71900&build=139&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F139%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 19:05:30 -> Uploading to 19:05:30 https://storage.googleapis.com/codecov/v4/raw/2023-03-14/A97CA9966030D2A3747ED39772930CCE/a803cbcc243b34629df898652d25f5c56fc71900/cc7b3efd-3a40-4535-84a4-a8114ee47b2f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230314%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230314T190530Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5d86132068987c3434471d4080ca0c626d7976aecd2afb1f71e4e16e24878075 19:05:30 % Total % Received % Xferd Average Speed Time Time Time Current 19:05:30 Dload Upload Total Spent Left Speed 19:05:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 509 0 0 100 509 0 2129 --:--:-- --:--:-- --:--:-- 2129 19:05:31 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/a803cbcc243b34629df898652d25f5c56fc71900 [Pipeline] } 19:05:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 19:05:31 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 19:05:31 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:05:31 19:05:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:05:32 1.410.4: Pulling from edgex-devops/edgex-snyk-go 19:05:32 df9b9388f04a: Pulling fs layer 19:05:32 52dc419b0ee2: Pulling fs layer 19:05:32 25bc292e5bac: Pulling fs layer 19:05:32 114826534d7a: Pulling fs layer 19:05:32 4657fd5d0bcf: Pulling fs layer 19:05:32 6ad1cebc031e: Pulling fs layer 19:05:32 8a3aa393b2d8: Pulling fs layer 19:05:32 6ad1cebc031e: Waiting 19:05:32 4657fd5d0bcf: Waiting 19:05:32 114826534d7a: Waiting 19:05:32 8a3aa393b2d8: Waiting 19:05:32 25bc292e5bac: Verifying Checksum 19:05:32 25bc292e5bac: Download complete 19:05:32 52dc419b0ee2: Verifying Checksum 19:05:32 4657fd5d0bcf: Verifying Checksum 19:05:32 4657fd5d0bcf: Download complete 19:05:32 df9b9388f04a: Verifying Checksum 19:05:32 df9b9388f04a: Download complete 19:05:32 df9b9388f04a: Pull complete 19:05:32 52dc419b0ee2: Pull complete 19:05:32 6ad1cebc031e: Download complete 19:05:32 25bc292e5bac: Pull complete 19:05:32 114826534d7a: Verifying Checksum 19:05:32 114826534d7a: Download complete 19:05:33 8a3aa393b2d8: Verifying Checksum 19:05:33 8a3aa393b2d8: Download complete 19:05:36 114826534d7a: Pull complete 19:05:36 4657fd5d0bcf: Pull complete 19:05:36 6ad1cebc031e: Pull complete 19:05:39 8a3aa393b2d8: Pull complete 19:05:39 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 19:05:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:05:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:05:39 prd-ubuntu20.04-docker-8c-8g-224 does not seem to be running inside a container 19:05:39 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 19:05:43 $ docker top 3bb231936eeea001a88d997e55a1817b38da4f221b0c97086683e120fabf2b65 -eo pid,comm [Pipeline] { [Pipeline] echo 19:05:43 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh 19:05:43 + set -o pipefail 19:05:43 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' 19:05:47 19:05:47 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 19:05:47 19:05:47 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/6e1b88ad-e7c5-4f89-822e-1f8dd8dde220 19:05:47 19:05:47 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 19:05:47 19:05:47 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 19:05:47 19:05:48 19:05:48 A medium severity vulnerability was found in the Snyk CLI versions you are using. 19:05:48 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 19:05:48 More details here: https://snyk.co/ue1NS 19:05:48 You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. 19:05:48 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 19:05:48 $ docker stop --time=1 3bb231936eeea001a88d997e55a1817b38da4f221b0c97086683e120fabf2b65 19:05:51 $ docker rm -f --volumes 3bb231936eeea001a88d997e55a1817b38da4f221b0c97086683e120fabf2b65 [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 19:05:51 + git log --format=format:%s -1 a803cbcc243b34629df898652d25f5c56fc71900 [Pipeline] sh 19:05:52 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:05:52 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:05:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:05:52 prd-ubuntu20.04-docker-8c-8g-224 does not seem to be running inside a container 19:05:52 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:05:53 $ docker top 782697fb263939955a5cf2b79ec51420a8b3d0bcfab38357d374453a2754543e -eo pid,comm 19:05:53 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). 19:05:53 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:05:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:05:53 [ssh-agent] Looking for ssh-agent implementation... 19:05:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:05:53 $ docker exec 782697fb263939955a5cf2b79ec51420a8b3d0bcfab38357d374453a2754543e ssh-agent 19:05:53 SSH_AUTH_SOCK=/tmp/ssh-EiBdpYrLWjbH/agent.32 19:05:53 SSH_AGENT_PID=38 19:05:53 Running ssh-add (command line suppressed) 19:05:53 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_4037913924841399225.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_4037913924841399225.key) 19:05:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:05:53 + git semver tag 19:05:54 2023-03-14 19:05:54,040 [run_tag] DEBUG tag force:False 19:05:54 2023-03-14 19:05:54,040 [check_head_tag] DEBUG check head tag 19:05:54 2023-03-14 19:05:54,041 [execute] INFO git cat-file --batch-check 19:05:54 2023-03-14 19:05:54,041 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 19:05:54 2023-03-14 19:05:54,046 [execute] INFO git cat-file --batch 19:05:54 2023-03-14 19:05:54,046 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 19:05:54 2023-03-14 19:05:54,071 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 19:05:54 2023-03-14 19:05:54,071 [execute] INFO git tag -a v3.0.0-dev.22 -m v3.0.0-dev.22 19:05:54 2023-03-14 19:05:54,071 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.22', '-m', 'v3.0.0-dev.22'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 19:05:54 2023-03-14 19:05:54,077 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 19:05:54 3.0.0-dev.22 [Pipeline] } 19:05:54 $ docker exec --env ******** --env ******** 782697fb263939955a5cf2b79ec51420a8b3d0bcfab38357d374453a2754543e ssh-agent -k 19:05:54 unset SSH_AUTH_SOCK; 19:05:54 unset SSH_AGENT_PID; 19:05:54 echo Agent pid 38 killed; 19:05:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:05:54 + git semver [Pipeline] } 19:05:55 $ docker stop --time=1 782697fb263939955a5cf2b79ec51420a8b3d0bcfab38357d374453a2754543e 19:05:56 $ docker rm -f --volumes 782697fb263939955a5cf2b79ec51420a8b3d0bcfab38357d374453a2754543e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:05:56 19:05:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:05:57 0.23.1-centos7: Pulling from edgex-lftools 19:05:57 ab5ef0e58194: Pulling fs layer 19:05:57 9712f1f96733: Pulling fs layer 19:05:57 63f879dbbcfc: Pulling fs layer 19:05:57 0d9ebad4ef96: Pulling fs layer 19:05:57 e9a5061849ea: Pulling fs layer 19:05:57 d747dcd14b5f: Pulling fs layer 19:05:57 2de7ff778b66: Pulling fs layer 19:05:57 e9a5061849ea: Waiting 19:05:57 0d9ebad4ef96: Waiting 19:05:57 d747dcd14b5f: Waiting 19:05:57 2de7ff778b66: Waiting 19:05:57 9712f1f96733: Verifying Checksum 19:05:57 9712f1f96733: Download complete 19:05:57 63f879dbbcfc: Verifying Checksum 19:05:57 63f879dbbcfc: Download complete 19:05:57 e9a5061849ea: Verifying Checksum 19:05:57 e9a5061849ea: Download complete 19:05:57 d747dcd14b5f: Verifying Checksum 19:05:57 d747dcd14b5f: Download complete 19:05:57 ab5ef0e58194: Verifying Checksum 19:05:57 ab5ef0e58194: Download complete 19:05:57 0d9ebad4ef96: Verifying Checksum 19:05:57 0d9ebad4ef96: Download complete 19:05:57 2de7ff778b66: Verifying Checksum 19:05:57 2de7ff778b66: Download complete 19:06:01 ab5ef0e58194: Pull complete 19:06:01 9712f1f96733: Pull complete 19:06:01 63f879dbbcfc: Pull complete 19:06:05 0d9ebad4ef96: Pull complete 19:06:05 e9a5061849ea: Pull complete 19:06:05 d747dcd14b5f: Pull complete 19:06:06 2de7ff778b66: Pull complete 19:06:06 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 19:06:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:06:06 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:06:06 prd-ubuntu20.04-docker-8c-8g-224 does not seem to be running inside a container 19:06:06 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 19:06:11 $ docker top 9dc21c8906f80bc219c40c19f600331bd6d80f6ab41b09038cf2979a20f37678 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 19:06:11 provisioning config files... 19:06:11 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config12347302196984283258tmp 19:06:11 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config12318389044768603521tmp 19:06:11 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config17401705068306101293tmp [Pipeline] { [Pipeline] echo 19:06:11 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 19:06:11 ---> sigul-configuration.sh 19:06:11 gpg: directory `/root/.gnupg' created 19:06:11 gpg: new configuration file `/root/.gnupg/gpg.conf' created 19:06:11 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 19:06:11 gpg: keyring `/root/.gnupg/secring.gpg' created 19:06:11 gpg: keyring `/root/.gnupg/pubring.gpg' created 19:06:11 gpg: CAST5 encrypted data 19:06:11 gpg: encrypted with 1 passphrase 19:06:11 gpg: WARNING: message was not integrity protected [Pipeline] sh 19:06:12 + mkdir /home/jenkins 19:06:12 + mkdir /home/jenkins/sigul [Pipeline] sh 19:06:12 + 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 19:06:12 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 19:06:12 ---> sigul-install.sh 19:06:12 Sigul already installed; skipping installation. [Pipeline] sh 19:06:12 + git tag --list 19:06:12 v1.0.0 19:06:12 v1.1.0 19:06:12 v1.2.0 19:06:12 v1.3.0 19:06:12 v1.3.1 19:06:12 v2.0.0 19:06:12 v2.0.1 19:06:12 v2.1.0 19:06:12 v2.1.1 19:06:12 v2.1.1-dev.1 19:06:12 v2.1.1-dev.2 19:06:12 v2.2.0 19:06:12 v2.2.1-dev.1 19:06:12 v2.2.1-dev.10 19:06:12 v2.2.1-dev.2 19:06:12 v2.2.1-dev.3 19:06:12 v2.2.1-dev.4 19:06:12 v2.2.1-dev.5 19:06:12 v2.2.1-dev.6 19:06:12 v2.2.1-dev.7 19:06:12 v2.2.1-dev.8 19:06:12 v2.2.1-dev.9 19:06:12 v2.3.0 19:06:12 v2.3.0-dev.10 19:06:12 v2.3.0-dev.11 19:06:12 v2.3.0-dev.12 19:06:12 v2.3.0-dev.13 19:06:12 v2.3.0-dev.14 19:06:12 v2.3.0-dev.15 19:06:12 v2.3.0-dev.16 19:06:12 v2.3.0-dev.17 19:06:12 v2.3.0-dev.18 19:06:12 v2.3.0-dev.19 19:06:12 v2.3.0-dev.20 19:06:12 v2.3.0-dev.21 19:06:12 v2.3.0-dev.22 19:06:12 v2.3.0-dev.23 19:06:12 v2.3.0-dev.24 19:06:12 v2.3.0-dev.25 19:06:12 v2.3.0-dev.26 19:06:12 v2.3.0-dev.27 19:06:12 v2.3.0-dev.28 19:06:12 v2.3.0-dev.29 19:06:12 v2.3.0-dev.30 19:06:12 v2.3.0-dev.31 19:06:12 v2.3.0-dev.32 19:06:12 v2.3.0-dev.33 19:06:12 v2.3.0-dev.34 19:06:12 v2.3.0-dev.35 19:06:12 v2.3.0-dev.36 19:06:12 v2.3.0-dev.37 19:06:12 v3.0.0-dev.1 19:06:12 v3.0.0-dev.10 19:06:12 v3.0.0-dev.11 19:06:12 v3.0.0-dev.12 19:06:12 v3.0.0-dev.13 19:06:12 v3.0.0-dev.14 19:06:12 v3.0.0-dev.15 19:06:12 v3.0.0-dev.16 19:06:12 v3.0.0-dev.17 19:06:12 v3.0.0-dev.18 19:06:12 v3.0.0-dev.19 19:06:12 v3.0.0-dev.2 19:06:12 v3.0.0-dev.20 19:06:12 v3.0.0-dev.21 19:06:12 v3.0.0-dev.22 19:06:12 v3.0.0-dev.3 19:06:12 v3.0.0-dev.4 19:06:12 v3.0.0-dev.5 19:06:12 v3.0.0-dev.6 19:06:12 v3.0.0-dev.7 19:06:12 v3.0.0-dev.8 19:06:12 v3.0.0-dev.9 [Pipeline] sh 19:06:13 + lftools sign git-tag v3.0.0-dev.22 19:06:13 Signing Git tag with Sigul... 19:06:13 Signing v3.0.0-dev.22 [Pipeline] echo 19:06:14 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 19:06:14 ---> sigul-configuration-cleanup.sh [Pipeline] } 19:06:14 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 19:06:14 $ docker stop --time=1 9dc21c8906f80bc219c40c19f600331bd6d80f6ab41b09038cf2979a20f37678 19:06:15 $ docker rm -f --volumes 9dc21c8906f80bc219c40c19f600331bd6d80f6ab41b09038cf2979a20f37678 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 19:06:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:06:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:06:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:06:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:06:16 prd-ubuntu20.04-docker-8c-8g-224 does not seem to be running inside a container 19:06:16 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:06:16 $ docker top ff0458dbfd93bf31bfac457c71def9a84f5ba635240fc7d23225892ce2379ecd -eo pid,comm 19:06:16 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). 19:06:16 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:06:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:06:16 [ssh-agent] Looking for ssh-agent implementation... 19:06:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:06:17 $ docker exec ff0458dbfd93bf31bfac457c71def9a84f5ba635240fc7d23225892ce2379ecd ssh-agent 19:06:17 SSH_AUTH_SOCK=/tmp/ssh-3qfMUR7TR952/agent.31 19:06:17 SSH_AGENT_PID=37 19:06:17 Running ssh-add (command line suppressed) 19:06:17 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_15361886871201851186.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_15361886871201851186.key) 19:06:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:06:17 + git semver bump pre 19:06:17 2023-03-14 19:06:17,734 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 19:06:17 2023-03-14 19:06:17,734 [bump_version] DEBUG bumping version:3.0.0-dev.22 on axis:pre with prefix:dev 19:06:17 2023-03-14 19:06:17,734 [bump_version] DEBUG bumped version:3.0.0-dev.23 19:06:17 2023-03-14 19:06:17,734 [write_version] DEBUG write version:3.0.0-dev.23 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True 19:06:17 2023-03-14 19:06:17,734 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 19:06:17 2023-03-14 19:06:17,734 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main 19:06:17 2023-03-14 19:06:17,736 [execute] INFO git cat-file --batch-check 19:06:17 2023-03-14 19:06:17,736 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 19:06:17 2023-03-14 19:06:17,741 [execute] INFO git cat-file --batch 19:06:17 2023-03-14 19:06:17,741 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 19:06:17 2023-03-14 19:06:17,744 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 19:06:17 3.0.0-dev.23 [Pipeline] } 19:06:17 $ docker exec --env ******** --env ******** ff0458dbfd93bf31bfac457c71def9a84f5ba635240fc7d23225892ce2379ecd ssh-agent -k 19:06:17 unset SSH_AUTH_SOCK; 19:06:17 unset SSH_AGENT_PID; 19:06:17 echo Agent pid 37 killed; 19:06:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:06:18 + git semver [Pipeline] } 19:06:18 $ docker stop --time=1 ff0458dbfd93bf31bfac457c71def9a84f5ba635240fc7d23225892ce2379ecd 19:06:19 $ docker rm -f --volumes ff0458dbfd93bf31bfac457c71def9a84f5ba635240fc7d23225892ce2379ecd [Pipeline] // withDockerContainer [Pipeline] sh 19:06:20 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:06:20 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:06:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:06:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:06:20 prd-ubuntu20.04-docker-8c-8g-224 does not seem to be running inside a container 19:06:20 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:06:20 $ docker top 1dd8080c192b541f5ab6c800419fc50fd5518e20122a806a3b854ed1eee974c5 -eo pid,comm 19:06:20 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). 19:06:20 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:06:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:06:20 [ssh-agent] Looking for ssh-agent implementation... 19:06:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:06:21 $ docker exec 1dd8080c192b541f5ab6c800419fc50fd5518e20122a806a3b854ed1eee974c5 ssh-agent 19:06:21 SSH_AUTH_SOCK=/tmp/ssh-EyGihnvbTuso/agent.32 19:06:21 SSH_AGENT_PID=38 19:06:21 Running ssh-add (command line suppressed) 19:06:21 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_2391702639654055715.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_2391702639654055715.key) 19:06:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:06:21 + git semver push 19:06:21 2023-03-14 19:06:21,767 [run_push] DEBUG push 19:06:21 2023-03-14 19:06:21,768 [execute] INFO git cat-file --batch-check 19:06:21 2023-03-14 19:06:21,768 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 19:06:21 2023-03-14 19:06:21,772 [execute] INFO git rev-list aa85b58a009ad104c5685ab0cbdd8db2820a9bc1 -- 19:06:21 2023-03-14 19:06:21,773 [execute] DEBUG Popen(['git', 'rev-list', 'aa85b58a009ad104c5685ab0cbdd8db2820a9bc1', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 19:06:21 2023-03-14 19:06:21,784 [execute] INFO git fetch -v origin 19:06:21 2023-03-14 19:06:21,784 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) 19:06:22 2023-03-14 19:06:22,335 [run_push] DEBUG no remote changes detected 19:06:22 2023-03-14 19:06:22,335 [execute] INFO git push origin semver 19:06:22 2023-03-14 19:06:22,336 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 19:06:23 2023-03-14 19:06:23,142 [run_push] DEBUG push all version tags 19:06:23 2023-03-14 19:06:23,143 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 19:06:23 2023-03-14 19:06:23,143 [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) 19:06:24 2023-03-14 19:06:23,988 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 19:06:24 3.0.0-dev.23 [Pipeline] } 19:06:24 $ docker exec --env ******** --env ******** 1dd8080c192b541f5ab6c800419fc50fd5518e20122a806a3b854ed1eee974c5 ssh-agent -k 19:06:24 unset SSH_AUTH_SOCK; 19:06:24 unset SSH_AGENT_PID; 19:06:24 echo Agent pid 38 killed; 19:06:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:06:24 + git semver [Pipeline] } 19:06:25 $ docker stop --time=1 1dd8080c192b541f5ab6c800419fc50fd5518e20122a806a3b854ed1eee974c5 19:06:26 $ docker rm -f --volumes 1dd8080c192b541f5ab6c800419fc50fd5518e20122a806a3b854ed1eee974c5 [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 19:06:26 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 19:06:26 + ls -al /w/workspace/ry_app-service-configurable_main/archives 19:06:26 total 16 19:06:26 drwxr-xr-x 3 root root 4096 Mar 14 18:52 . 19:06:26 drwxrwxr-x 9 jenkins jenkins 4096 Mar 14 19:06 .. 19:06:26 drwxr-xr-x 2 root root 4096 Mar 14 18:52 cost 19:06:26 -rw-r--r-- 1 root root 96 Mar 14 18:52 cost.csv 19:06:26 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 19:06:26 + ls -al /w/workspace/ry_app-service-configurable_main/archives 19:06:26 total 16 19:06:26 drwxr-xr-x 3 jenkins jenkins 4096 Mar 14 18:52 . 19:06:26 drwxrwxr-x 9 jenkins jenkins 4096 Mar 14 19:06 .. 19:06:26 drwxr-xr-x 2 jenkins jenkins 4096 Mar 14 18:52 cost 19:06:26 -rw-r--r-- 1 jenkins jenkins 96 Mar 14 18:52 cost.csv [Pipeline] libraryResource [Pipeline] sh 19:06:27 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:06:28 ---> package-listing.sh 19:06:28 ++ facter osfamily 19:06:28 ++ tr '[:upper:]' '[:lower:]' 19:06:28 + OS_FAMILY=debian 19:06:28 + workspace=/w/workspace/ry_app-service-configurable_main 19:06:28 + START_PACKAGES=/tmp/packages_start.txt 19:06:28 + END_PACKAGES=/tmp/packages_end.txt 19:06:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:06:28 + PACKAGES=/tmp/packages_start.txt 19:06:28 + '[' /w/workspace/ry_app-service-configurable_main ']' 19:06:28 + PACKAGES=/tmp/packages_end.txt 19:06:28 + case "${OS_FAMILY}" in 19:06:28 + dpkg -l 19:06:28 + grep '^ii' 19:06:28 + '[' -f /tmp/packages_start.txt ']' 19:06:28 + '[' -f /tmp/packages_end.txt ']' 19:06:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:06:28 + '[' /w/workspace/ry_app-service-configurable_main ']' 19:06:28 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 19:06:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 19:06:28 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 19:06:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:06:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:06:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:06:29 prd-ubuntu20.04-docker-8c-8g-224 does not seem to be running inside a container 19:06:29 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 19:06:29 $ docker top 7caf8ed1ab193f78c4a66a619486e84cc597f4d32bf4a922186a49f042c6d713 -eo pid,comm [Pipeline] { [Pipeline] sh 19:06:29 + touch /tmp/pre-build-complete [Pipeline] sh 19:06:30 + mkdir -p /var/log/sysstat [Pipeline] sh 19:06:30 + ls /var/log/sa-host 19:06:30 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:06:30 provisioning config files... 19:06:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config9695456300966144932tmp [Pipeline] { [Pipeline] echo 19:06:30 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:06:30 ---> create-netrc.sh [Pipeline] } 19:06:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:06:31 ---> python-tools-install.sh [Pipeline] echo 19:06:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:06:31 ---> sudo-logs.sh 19:06:31 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:06:31 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:06:31 ---> job-cost.sh 19:06:31 lf-activate-venv: SKIPPING 19:06:31 DEBUG: total: 0.2199999988079071 19:06:31 INFO: Retrieving Stack Cost... 19:06:31 INFO: Retrieving Pricing Info for: v3-standard-8 19:06:32 INFO: Archiving Costs [Pipeline] echo 19:06:32 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:06:32 ---> logs-deploy.sh 19:06:32 lf-activate-venv: SKIPPING 19:06:32 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/139 19:06:32 INFO: archiving workspace using pattern(s): 19:06:33 Archives upload complete. 19:06:33 INFO: archiving logs to Nexus