Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 851ef8fe5923146d6289fc7ea8cc90540e526b47 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-ssh2309176651436834862.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh7736996365161826086.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > 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-ssh5478035184242403640.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 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-ssh33449686313519060.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-ssh8990883271686305563.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.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-4989’ is offline ‘prd-ubuntu20.04-docker-8c-8g-4999’ is offline ‘prd-ubuntu20.04-docker-8c-8g-5005’ is offline ‘prd-ubuntu20.04-docker-arm64-4c-16g-5001’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-5008 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 851ef8fe5923146d6289fc7ea8cc90540e526b47 (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 851ef8fe5923146d6289fc7ea8cc90540e526b47 # timeout=10 Commit message: "fix: Update profiles to use TargetType flag for configurable functio… (#509)" > git rev-list --no-walk ae4d96f51e6c1b0b3f3d1c807dd8827f71e240f6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-07T22:46:30.007Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-07T22:46:30.060Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-07T22:46:30.073Z] ========================================================= [2023-02-07T22:46:30.073Z] EdgeX Global Pipelines Version Info [2023-02-07T22:46:30.073Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:46:31.146Z] ------------------- [2023-02-07T22:46:31.146Z] stable info: [2023-02-07T22:46:31.146Z] ------------------- [2023-02-07T22:46:31.146Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-07T22:46:31.146Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-07T22:46:31.146Z] Message: update stable to v1.0.244 [2023-02-07T22:46:31.407Z] ------------------- [2023-02-07T22:46:31.407Z] experimental info: [2023-02-07T22:46:31.407Z] ------------------- [2023-02-07T22:46:31.407Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-07T22:46:31.407Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-07T22:46:31.407Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-07T22:46:31.599Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2023-02-07T22:46:31.608Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2023-02-07T22:46:31.618Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-07T22:46:31.627Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-07T22:46:31.636Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-07T22:46:31.645Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-07T22:46:31.654Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-07T22:46:31.662Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-02-07T22:46:31.671Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-07T22:46:31.680Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-07T22:46:31.690Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-07T22:46:31.705Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2023-02-07T22:46:31.715Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-07T22:46:31.729Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-07T22:46:31.740Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-07T22:46:31.752Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-07T22:46:31.763Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-07T22:46:31.777Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-07T22:46:31.789Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-07T22:46:31.801Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-07T22:46:31.816Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-02-07T22:46:31.833Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-02-07T22:46:31.849Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-07T22:46:31.859Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-07T22:46:31.873Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-07T22:46:31.884Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-07T22:46:31.897Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-07T22:46:31.909Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-07T22:46:31.921Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-07T22:46:31.935Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-07T22:46:31.949Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 851ef8fe5923146d6289fc7ea8cc90540e526b47 [Pipeline] echo [2023-02-07T22:46:31.963Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 851ef8f [Pipeline] echo [2023-02-07T22:46:31.975Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-07T22:46:32.021Z] provisioning config files... [2023-02-07T22:46:32.037Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config10377231160921635729tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:46:32.339Z] ---> docker-login.sh [2023-02-07T22:46:32.339Z] nexus3.edgexfoundry.org:10001 [2023-02-07T22:46:32.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:46:33.169Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:46:33.169Z] Configure a credential helper to remove this warning. See [2023-02-07T22:46:33.169Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:46:33.169Z] [2023-02-07T22:46:33.169Z] Login Succeeded [2023-02-07T22:46:33.169Z] nexus3.edgexfoundry.org:10002 [2023-02-07T22:46:33.169Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:46:33.169Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:46:33.169Z] Configure a credential helper to remove this warning. See [2023-02-07T22:46:33.169Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:46:33.169Z] [2023-02-07T22:46:33.169Z] Login Succeeded [2023-02-07T22:46:33.169Z] nexus3.edgexfoundry.org:10003 [2023-02-07T22:46:33.169Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:46:33.430Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:46:33.430Z] Configure a credential helper to remove this warning. See [2023-02-07T22:46:33.430Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:46:33.430Z] [2023-02-07T22:46:33.430Z] Login Succeeded [2023-02-07T22:46:33.430Z] nexus3.edgexfoundry.org:10004 [2023-02-07T22:46:33.430Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:46:33.430Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:46:33.430Z] Configure a credential helper to remove this warning. See [2023-02-07T22:46:33.430Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:46:33.430Z] [2023-02-07T22:46:33.430Z] Login Succeeded [2023-02-07T22:46:33.430Z] docker.io [2023-02-07T22:46:33.430Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:46:33.689Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:46:33.689Z] Configure a credential helper to remove this warning. See [2023-02-07T22:46:33.689Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:46:33.689Z] [2023-02-07T22:46:33.689Z] Login Succeeded [2023-02-07T22:46:33.689Z] ---> docker-login.sh ends [Pipeline] } [2023-02-07T22:46:33.697Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-07T22:46:34.043Z] + git rev-list -1 --merges 851ef8fe5923146d6289fc7ea8cc90540e526b47~1..851ef8fe5923146d6289fc7ea8cc90540e526b47 [Pipeline] echo [2023-02-07T22:46:34.096Z] -----------> git rev-list -1 --merges 851ef8fe5923146d6289fc7ea8cc90540e526b47~1..851ef8fe5923146d6289fc7ea8cc90540e526b47 851ef8fe5923146d6289fc7ea8cc90540e526b47 [false] [Pipeline] sh [2023-02-07T22:46:34.377Z] + git log --format=format:%s -1 851ef8fe5923146d6289fc7ea8cc90540e526b47 [Pipeline] echo [2023-02-07T22:46:34.391Z] ========================================================= [2023-02-07T22:46:34.391Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-07T22:46:34.391Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-07T22:46:34.773Z] + git log --format=format:%s -1 851ef8fe5923146d6289fc7ea8cc90540e526b47 [Pipeline] echo [2023-02-07T22:46:34.785Z] [semverPrep] GIT_COMMIT: 851ef8fe5923146d6289fc7ea8cc90540e526b47, Commit Message: fix: Update profiles to use TargetType flag for configurable functio… (#509) [Pipeline] echo [2023-02-07T22:46:34.792Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-07T22:46:35.136Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-07T22:46:35.136Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-07T22:46:35.136Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-07T22:46:35.136Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-07T22:46:35.136Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-07T22:46:35.136Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-07T22:46:35.136Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:46:35.481Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T22:46:35.481Z] [2023-02-07T22:46:35.481Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:46:35.810Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T22:46:36.072Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-07T22:46:36.072Z] b85a868b505f: Pulling fs layer [2023-02-07T22:46:36.072Z] e2be974225ed: Pulling fs layer [2023-02-07T22:46:36.072Z] 339a4e72a1f5: Pulling fs layer [2023-02-07T22:46:36.072Z] 988bab9f4d93: Pulling fs layer [2023-02-07T22:46:36.072Z] 1469e6f7b9e6: Pulling fs layer [2023-02-07T22:46:36.072Z] eaf3925da568: Pulling fs layer [2023-02-07T22:46:36.072Z] bab4dde63d76: Pulling fs layer [2023-02-07T22:46:36.072Z] bde34c3a00c8: Pulling fs layer [2023-02-07T22:46:36.072Z] b352a97aabf1: Pulling fs layer [2023-02-07T22:46:36.072Z] 4872d77fe225: Pulling fs layer [2023-02-07T22:46:36.072Z] 5851b861e8e6: Pulling fs layer [2023-02-07T22:46:36.072Z] bab4dde63d76: Waiting [2023-02-07T22:46:36.072Z] bde34c3a00c8: Waiting [2023-02-07T22:46:36.072Z] b352a97aabf1: Waiting [2023-02-07T22:46:36.072Z] 4872d77fe225: Waiting [2023-02-07T22:46:36.072Z] 5851b861e8e6: Waiting [2023-02-07T22:46:36.072Z] 988bab9f4d93: Waiting [2023-02-07T22:46:36.072Z] 1469e6f7b9e6: Waiting [2023-02-07T22:46:36.072Z] eaf3925da568: Waiting [2023-02-07T22:46:36.072Z] e2be974225ed: Download complete [2023-02-07T22:46:36.072Z] 988bab9f4d93: Verifying Checksum [2023-02-07T22:46:36.072Z] 988bab9f4d93: Download complete [2023-02-07T22:46:36.343Z] 1469e6f7b9e6: Verifying Checksum [2023-02-07T22:46:36.343Z] 1469e6f7b9e6: Download complete [2023-02-07T22:46:36.343Z] eaf3925da568: Verifying Checksum [2023-02-07T22:46:36.343Z] eaf3925da568: Download complete [2023-02-07T22:46:36.608Z] 339a4e72a1f5: Verifying Checksum [2023-02-07T22:46:36.608Z] 339a4e72a1f5: Download complete [2023-02-07T22:46:36.608Z] bde34c3a00c8: Verifying Checksum [2023-02-07T22:46:36.608Z] bde34c3a00c8: Download complete [2023-02-07T22:46:36.608Z] b352a97aabf1: Download complete [2023-02-07T22:46:36.608Z] 4872d77fe225: Download complete [2023-02-07T22:46:36.608Z] 5851b861e8e6: Verifying Checksum [2023-02-07T22:46:36.608Z] 5851b861e8e6: Download complete [2023-02-07T22:46:36.608Z] b85a868b505f: Download complete [2023-02-07T22:46:37.175Z] bab4dde63d76: Verifying Checksum [2023-02-07T22:46:37.175Z] bab4dde63d76: Download complete [2023-02-07T22:46:37.742Z] b85a868b505f: Pull complete [2023-02-07T22:46:38.001Z] e2be974225ed: Pull complete [2023-02-07T22:46:38.569Z] 339a4e72a1f5: Pull complete [2023-02-07T22:46:38.569Z] 988bab9f4d93: Pull complete [2023-02-07T22:46:38.828Z] 1469e6f7b9e6: Pull complete [2023-02-07T22:46:38.828Z] eaf3925da568: Pull complete [2023-02-07T22:46:40.728Z] bab4dde63d76: Pull complete [2023-02-07T22:46:40.728Z] bde34c3a00c8: Pull complete [2023-02-07T22:46:40.728Z] b352a97aabf1: Pull complete [2023-02-07T22:46:40.728Z] 4872d77fe225: Pull complete [2023-02-07T22:46:40.728Z] 5851b861e8e6: Pull complete [2023-02-07T22:46:40.728Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-07T22:46:40.728Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T22:46:40.728Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T22:46:40.816Z] prd-ubuntu20.04-docker-8c-8g-5008 does not seem to be running inside a container [2023-02-07T22:46:40.844Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-07T22:46:46.039Z] $ docker top b571750005870badf05f8258a9e80d1ab27277ae666fe13ca11c4e7359c479fc -eo pid,comm [2023-02-07T22:46:46.103Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-07T22:46:46.103Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-07T22:46:46.138Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-07T22:46:46.138Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-07T22:46:46.290Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-07T22:46:46.295Z] $ docker exec b571750005870badf05f8258a9e80d1ab27277ae666fe13ca11c4e7359c479fc ssh-agent [2023-02-07T22:46:46.418Z] SSH_AUTH_SOCK=/tmp/ssh-yOPKl1RZ1nyT/agent.14 [2023-02-07T22:46:46.418Z] SSH_AGENT_PID=20 [2023-02-07T22:46:46.426Z] Running ssh-add (command line suppressed) [2023-02-07T22:46:46.538Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_17291692798888362678.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_17291692798888362678.key) [2023-02-07T22:46:46.563Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-07T22:46:46.851Z] + git tag --points-at HEAD [Pipeline] } [2023-02-07T22:46:46.863Z] $ docker exec --env ******** --env ******** b571750005870badf05f8258a9e80d1ab27277ae666fe13ca11c4e7359c479fc ssh-agent -k [2023-02-07T22:46:46.950Z] unset SSH_AUTH_SOCK; [2023-02-07T22:46:46.950Z] unset SSH_AGENT_PID; [2023-02-07T22:46:46.950Z] echo Agent pid 20 killed; [2023-02-07T22:46:46.956Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-07T22:46:46.981Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-07T22:46:46.981Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-07T22:46:47.098Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-07T22:46:47.117Z] $ docker exec b571750005870badf05f8258a9e80d1ab27277ae666fe13ca11c4e7359c479fc ssh-agent [2023-02-07T22:46:47.228Z] SSH_AUTH_SOCK=/tmp/ssh-2Z9sHqI48xnz/agent.59 [2023-02-07T22:46:47.228Z] SSH_AGENT_PID=65 [2023-02-07T22:46:47.233Z] Running ssh-add (command line suppressed) [2023-02-07T22:46:47.332Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_13188877292069011389.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_13188877292069011389.key) [2023-02-07T22:46:47.344Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-07T22:46:47.630Z] + git semver init [2023-02-07T22:46:47.890Z] 2023-02-07 22:46:47,851 [run_init] DEBUG init version:0.0.0 force:False [2023-02-07T22:46:47.890Z] 2023-02-07 22:46:47,852 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver [2023-02-07T22:46:47.890Z] 2023-02-07 22:46:47,853 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver [2023-02-07T22:46:47.890Z] 2023-02-07 22:46:47,853 [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) [2023-02-07T22:46:49.287Z] 2023-02-07 22:46:49,172 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude [2023-02-07T22:46:49.287Z] 2023-02-07 22:46:49,173 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False [2023-02-07T22:46:49.287Z] 2023-02-07 22:46:49,173 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-02-07T22:46:49.287Z] 2023-02-07 22:46:49,173 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-02-07T22:46:49.287Z] 3.0.0-dev.14 [Pipeline] } [2023-02-07T22:46:49.298Z] $ docker exec --env ******** --env ******** b571750005870badf05f8258a9e80d1ab27277ae666fe13ca11c4e7359c479fc ssh-agent -k [2023-02-07T22:46:49.388Z] unset SSH_AUTH_SOCK; [2023-02-07T22:46:49.389Z] unset SSH_AGENT_PID; [2023-02-07T22:46:49.389Z] echo Agent pid 65 killed; [2023-02-07T22:46:49.393Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-07T22:46:49.705Z] + git semver [Pipeline] } [2023-02-07T22:46:49.980Z] $ docker stop --time=1 b571750005870badf05f8258a9e80d1ab27277ae666fe13ca11c4e7359c479fc [2023-02-07T22:46:52.026Z] $ docker rm -f --volumes b571750005870badf05f8258a9e80d1ab27277ae666fe13ca11c4e7359c479fc [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-07T22:46:52.492Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-07T22:46:52.721Z] Stashed 1 file(s) [Pipeline] echo [2023-02-07T22:46:52.726Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.14 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-07T22:46:52.894Z] provisioning config files... [2023-02-07T22:46:52.902Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config16009702115003476190tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:46:53.196Z] ---> docker-login.sh [2023-02-07T22:46:53.196Z] nexus3.edgexfoundry.org:10001 [2023-02-07T22:46:53.196Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:46:53.196Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:46:53.196Z] Configure a credential helper to remove this warning. See [2023-02-07T22:46:53.196Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:46:53.196Z] [2023-02-07T22:46:53.196Z] Login Succeeded [2023-02-07T22:46:53.196Z] nexus3.edgexfoundry.org:10002 [2023-02-07T22:46:53.196Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:46:53.196Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:46:53.196Z] Configure a credential helper to remove this warning. See [2023-02-07T22:46:53.196Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:46:53.196Z] [2023-02-07T22:46:53.196Z] Login Succeeded [2023-02-07T22:46:53.196Z] nexus3.edgexfoundry.org:10003 [2023-02-07T22:46:53.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:46:53.455Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:46:53.455Z] Configure a credential helper to remove this warning. See [2023-02-07T22:46:53.455Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:46:53.455Z] [2023-02-07T22:46:53.455Z] Login Succeeded [2023-02-07T22:46:53.455Z] nexus3.edgexfoundry.org:10004 [2023-02-07T22:46:53.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:46:53.455Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:46:53.455Z] Configure a credential helper to remove this warning. See [2023-02-07T22:46:53.455Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:46:53.455Z] [2023-02-07T22:46:53.455Z] Login Succeeded [2023-02-07T22:46:53.455Z] docker.io [2023-02-07T22:46:53.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:46:53.714Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:46:53.714Z] Configure a credential helper to remove this warning. See [2023-02-07T22:46:53.714Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:46:53.714Z] [2023-02-07T22:46:53.714Z] Login Succeeded [2023-02-07T22:46:53.714Z] ---> docker-login.sh ends [Pipeline] } [2023-02-07T22:46:53.722Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-07T22:46:53.783Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T22:46:53.797Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T22:46:53.805Z] ========================================================= [2023-02-07T22:46:53.805Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-07T22:46:53.805Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:46:54.118Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-07T22:46:54.118Z] Sending build context to Docker daemon 3.228MB [2023-02-07T22:46:54.118Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-07T22:46:54.118Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-07T22:46:54.383Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-07T22:46:54.383Z] 213ec9aee27d: Pulling fs layer [2023-02-07T22:46:54.383Z] 4583459ba037: Pulling fs layer [2023-02-07T22:46:54.383Z] 93c1e223e6f2: Pulling fs layer [2023-02-07T22:46:54.383Z] 53926ce57604: Pulling fs layer [2023-02-07T22:46:54.383Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-07T22:46:54.383Z] 22ff95d597cd: Pulling fs layer [2023-02-07T22:46:54.383Z] 12d6caf4c0d1: Pulling fs layer [2023-02-07T22:46:54.383Z] 96b7cbca73a9: Pulling fs layer [2023-02-07T22:46:54.383Z] a7acece74701: Pulling fs layer [2023-02-07T22:46:54.383Z] 22ff95d597cd: Waiting [2023-02-07T22:46:54.383Z] 12d6caf4c0d1: Waiting [2023-02-07T22:46:54.383Z] 96b7cbca73a9: Waiting [2023-02-07T22:46:54.383Z] a7acece74701: Waiting [2023-02-07T22:46:54.383Z] 53926ce57604: Waiting [2023-02-07T22:46:54.383Z] 21b2b0c7a3f4: Waiting [2023-02-07T22:46:54.383Z] 93c1e223e6f2: Verifying Checksum [2023-02-07T22:46:54.383Z] 93c1e223e6f2: Download complete [2023-02-07T22:46:54.383Z] 4583459ba037: Download complete [2023-02-07T22:46:54.383Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-07T22:46:54.383Z] 21b2b0c7a3f4: Download complete [2023-02-07T22:46:54.383Z] 22ff95d597cd: Verifying Checksum [2023-02-07T22:46:54.383Z] 22ff95d597cd: Download complete [2023-02-07T22:46:54.383Z] 213ec9aee27d: Verifying Checksum [2023-02-07T22:46:54.383Z] 213ec9aee27d: Download complete [2023-02-07T22:46:54.651Z] 12d6caf4c0d1: Download complete [2023-02-07T22:46:54.930Z] 213ec9aee27d: Pull complete [2023-02-07T22:46:55.228Z] 4583459ba037: Pull complete [2023-02-07T22:46:55.558Z] 93c1e223e6f2: Pull complete [2023-02-07T22:46:56.230Z] a7acece74701: Verifying Checksum [2023-02-07T22:46:56.230Z] a7acece74701: Download complete [2023-02-07T22:46:56.230Z] 53926ce57604: Verifying Checksum [2023-02-07T22:46:56.230Z] 53926ce57604: Download complete [2023-02-07T22:46:56.230Z] 96b7cbca73a9: Verifying Checksum [2023-02-07T22:46:56.230Z] 96b7cbca73a9: Download complete [2023-02-07T22:47:00.410Z] 53926ce57604: Pull complete [2023-02-07T22:47:00.410Z] 21b2b0c7a3f4: Pull complete [2023-02-07T22:47:00.670Z] 22ff95d597cd: Pull complete [2023-02-07T22:47:00.928Z] 12d6caf4c0d1: Pull complete [2023-02-07T22:47:03.455Z] 96b7cbca73a9: Pull complete [2023-02-07T22:47:04.391Z] a7acece74701: Pull complete [2023-02-07T22:47:04.650Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-07T22:47:04.650Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-07T22:47:04.650Z] ---> db6d94c90886 [2023-02-07T22:47:04.650Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-02-07T22:47:07.840Z] Still waiting to schedule task [2023-02-07T22:47:07.840Z] ‘prd-ubuntu20.04-docker-8c-8g-4989’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-02-07T22:47:07.841Z] ‘prd-ubuntu20.04-docker-8c-8g-4999’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-02-07T22:47:07.841Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-5001’ is offline [2023-02-07T22:47:07.841Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-5009’ is offline [2023-02-07T22:47:12.764Z] ---> Running in e515c597d39f [2023-02-07T22:47:12.764Z] Removing intermediate container e515c597d39f [2023-02-07T22:47:12.764Z] ---> 28a415b73421 [2023-02-07T22:47:12.764Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-07T22:47:12.764Z] ---> Running in b23237290898 [2023-02-07T22:47:13.023Z] Removing intermediate container b23237290898 [2023-02-07T22:47:13.023Z] ---> 94e4b0f9186b [2023-02-07T22:47:13.023Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-02-07T22:47:13.023Z] ---> Running in ac90d813a6f9 [2023-02-07T22:47:13.023Z] Removing intermediate container ac90d813a6f9 [2023-02-07T22:47:13.023Z] ---> 13d76b0b4fb3 [2023-02-07T22:47:13.023Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-07T22:47:13.285Z] ---> Running in b821017a3ef7 [2023-02-07T22:47:13.544Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T22:47:13.544Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T22:47:13.803Z] OK: 211 MiB in 51 packages [2023-02-07T22:47:14.748Z] Removing intermediate container b821017a3ef7 [2023-02-07T22:47:14.748Z] ---> c52319733cde [2023-02-07T22:47:14.748Z] Step 7/12 : WORKDIR /app [2023-02-07T22:47:14.748Z] ---> Running in 46dfab530abc [2023-02-07T22:47:14.748Z] Removing intermediate container 46dfab530abc [2023-02-07T22:47:14.748Z] ---> 656b1edcd8df [2023-02-07T22:47:14.748Z] Step 8/12 : COPY go.mod vendor* ./ [2023-02-07T22:47:15.022Z] ---> 228a14261883 [2023-02-07T22:47:15.022Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:47:15.022Z] ---> Running in 0a317aba46b2 [2023-02-07T22:47:53.746Z] Removing intermediate container 0a317aba46b2 [2023-02-07T22:47:53.746Z] ---> 78e70ac3f50a [2023-02-07T22:47:53.746Z] Step 10/12 : COPY . . [2023-02-07T22:47:53.746Z] ---> 5d48e17073e3 [2023-02-07T22:47:53.746Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-07T22:47:53.746Z] ---> Running in c18860d4b63a [2023-02-07T22:47:53.746Z] Removing intermediate container c18860d4b63a [2023-02-07T22:47:53.746Z] ---> 7b4d55c89510 [2023-02-07T22:47:53.746Z] Step 12/12 : RUN $MAKE [2023-02-07T22:47:54.008Z] ---> Running in c05f3562b682 [2023-02-07T22:47:54.266Z] noop [2023-02-07T22:47:54.524Z] Removing intermediate container c05f3562b682 [2023-02-07T22:47:54.524Z] ---> 9198c506dfe8 [2023-02-07T22:47:54.524Z] Successfully built 9198c506dfe8 [2023-02-07T22:47:54.524Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:47:54.843Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-07T22:47:54.843Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T22:47:54.918Z] prd-ubuntu20.04-docker-8c-8g-5008 does not seem to be running inside a container [2023-02-07T22:47:54.948Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-07T22:47:55.291Z] $ docker top f13b15a9cc4b8e1bb97628e2e7a0582cac127ce254e8e93a54a2a50d6bcf1980 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T22:47:55.631Z] + go version [2023-02-07T22:47:55.631Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-07T22:47:55.640Z] $ docker stop --time=1 f13b15a9cc4b8e1bb97628e2e7a0582cac127ce254e8e93a54a2a50d6bcf1980 [2023-02-07T22:47:57.503Z] $ docker rm -f --volumes f13b15a9cc4b8e1bb97628e2e7a0582cac127ce254e8e93a54a2a50d6bcf1980 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:47:58.030Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-07T22:47:58.030Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T22:47:58.117Z] prd-ubuntu20.04-docker-8c-8g-5008 does not seem to be running inside a container [2023-02-07T22:47:58.181Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-07T22:47:59.155Z] $ docker top bfb0dbc61b11ead754b7873f94f2d7057b579d75bf858dcea2bd03138172ec16 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T22:47:59.493Z] + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh [2023-02-07T22:47:59.790Z] + make test [2023-02-07T22:47:59.790Z] go test -race -coverprofile=coverage.out ./... [2023-02-07T22:48:21.718Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-02-07T22:48:21.718Z] go vet ./... [2023-02-07T22:48:27.113Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-07T22:48:27.113Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-07T22:48:27.113Z] ./bin/test-attribution-txt.sh [2023-02-07T22:48:27.113Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-02-07T22:48:27.113Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-02-07T22:48:27.136Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-07T22:48:27.150Z] $ docker stop --time=1 bfb0dbc61b11ead754b7873f94f2d7057b579d75bf858dcea2bd03138172ec16 [2023-02-07T22:48:30.774Z] $ docker rm -f --volumes bfb0dbc61b11ead754b7873f94f2d7057b579d75bf858dcea2bd03138172ec16 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-07T22:48:31.194Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-07T22:48:31.230Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-07T22:48:31.649Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-07T22:48:31.935Z] + ls -al . [2023-02-07T22:48:31.935Z] total 172 [2023-02-07T22:48:31.935Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 7 22:47 . [2023-02-07T22:48:31.935Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 22:46 .. [2023-02-07T22:48:31.935Z] -rw-rw-r-- 1 jenkins jenkins 119 Feb 7 22:46 .dockerignore [2023-02-07T22:48:31.935Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 7 22:46 .git [2023-02-07T22:48:31.935Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 22:46 .github [2023-02-07T22:48:31.935Z] -rw-rw-r-- 1 jenkins jenkins 171 Feb 7 22:46 .gitignore [2023-02-07T22:48:31.935Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 7 22:46 .semver [2023-02-07T22:48:31.935Z] -rw-rw-r-- 1 jenkins jenkins 9103 Feb 7 22:46 Attribution.txt [2023-02-07T22:48:31.935Z] -rw-rw-r-- 1 jenkins jenkins 29118 Feb 7 22:46 CHANGELOG.md [2023-02-07T22:48:31.935Z] -rw-rw-r-- 1 jenkins jenkins 1898 Feb 7 22:46 Dockerfile [2023-02-07T22:48:31.935Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 7 22:46 GOVERNANCE.md [2023-02-07T22:48:31.935Z] -rw-rw-r-- 1 jenkins jenkins 688 Feb 7 22:46 Jenkinsfile [2023-02-07T22:48:31.935Z] -rw-rw-r-- 1 jenkins jenkins 10174 Feb 7 22:46 LICENSE [2023-02-07T22:48:31.935Z] -rw-rw-r-- 1 jenkins jenkins 618 Feb 7 22:46 OWNERS.md [2023-02-07T22:48:31.935Z] -rw-rw-r-- 1 jenkins jenkins 4369 Feb 7 22:46 README.md [2023-02-07T22:48:31.935Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 7 22:46 VERSION [2023-02-07T22:48:31.935Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 7 22:46 bin [2023-02-07T22:48:31.935Z] -rw-r--r-- 1 jenkins jenkins 13 Feb 7 22:47 coverage.out [2023-02-07T22:48:31.935Z] -rw-rw-r-- 1 jenkins jenkins 3307 Feb 7 22:46 go.mod [2023-02-07T22:48:31.935Z] -rw-rw-r-- 1 jenkins jenkins 32404 Feb 7 22:46 go.sum [2023-02-07T22:48:31.935Z] -rw-rw-r-- 1 jenkins jenkins 1949 Feb 7 22:46 main.go [2023-02-07T22:48:31.935Z] -rw-rw-r-- 1 jenkins jenkins 2078 Feb 7 22:46 makefile [2023-02-07T22:48:31.935Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 7 22:46 res [2023-02-07T22:48:31.935Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 22:46 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:48:32.236Z] + 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=851ef8fe5923146d6289fc7ea8cc90540e526b47 --label arch=amd64 --label version=3.0.0-dev.14 . [2023-02-07T22:48:32.236Z] Sending build context to Docker daemon 3.229MB [2023-02-07T22:48:32.236Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2023-02-07T22:48:32.236Z] Step 2/26 : FROM ${BASE} AS builder [2023-02-07T22:48:32.236Z] ---> 9198c506dfe8 [2023-02-07T22:48:32.236Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-02-07T22:48:32.236Z] ---> Running in 1206885b50d5 [2023-02-07T22:48:32.496Z] Removing intermediate container 1206885b50d5 [2023-02-07T22:48:32.496Z] ---> a202247c5d75 [2023-02-07T22:48:32.496Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-02-07T22:48:32.496Z] ---> Running in 77671fe9d8e7 [2023-02-07T22:48:32.496Z] Removing intermediate container 77671fe9d8e7 [2023-02-07T22:48:32.496Z] ---> 92d39473c869 [2023-02-07T22:48:32.496Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-02-07T22:48:32.496Z] ---> Running in a322a8c56128 [2023-02-07T22:48:32.496Z] Removing intermediate container a322a8c56128 [2023-02-07T22:48:32.496Z] ---> 1aeb0cd95b47 [2023-02-07T22:48:32.496Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-07T22:48:32.496Z] ---> Running in 2c6577e8e320 [2023-02-07T22:48:33.061Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T22:48:33.061Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T22:48:33.318Z] OK: 211 MiB in 51 packages [2023-02-07T22:48:33.580Z] Removing intermediate container 2c6577e8e320 [2023-02-07T22:48:33.580Z] ---> 222031bdcc1c [2023-02-07T22:48:33.580Z] Step 7/26 : WORKDIR /app [2023-02-07T22:48:33.580Z] ---> Running in e9816311a2ec [2023-02-07T22:48:33.838Z] Removing intermediate container e9816311a2ec [2023-02-07T22:48:33.838Z] ---> aa40a842b911 [2023-02-07T22:48:33.838Z] Step 8/26 : COPY go.mod vendor* ./ [2023-02-07T22:48:33.838Z] ---> 70e76f1a3b65 [2023-02-07T22:48:33.838Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:48:33.838Z] ---> Running in ea8b5fee3209 [2023-02-07T22:48:34.781Z] Removing intermediate container ea8b5fee3209 [2023-02-07T22:48:34.781Z] ---> a991f5763a69 [2023-02-07T22:48:34.781Z] Step 10/26 : COPY . . [2023-02-07T22:48:35.039Z] ---> d35f08d407bd [2023-02-07T22:48:35.039Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-07T22:48:35.039Z] ---> Running in 70955220b2b6 [2023-02-07T22:48:35.039Z] Removing intermediate container 70955220b2b6 [2023-02-07T22:48:35.039Z] ---> 3b144bb66c9d [2023-02-07T22:48:35.039Z] Step 12/26 : RUN $MAKE [2023-02-07T22:48:35.039Z] ---> Running in 5ef14ddbd19c [2023-02-07T22:48:35.298Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.27 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.14" -trimpath -mod=readonly -o app-service-configurable [2023-02-07T22:48:53.393Z] Removing intermediate container 5ef14ddbd19c [2023-02-07T22:48:53.393Z] ---> 954c1e0318ca [2023-02-07T22:48:53.393Z] Step 13/26 : FROM alpine:3.16 [2023-02-07T22:48:53.393Z] 3.16: Pulling from library/alpine [2023-02-07T22:48:53.393Z] ca7dd9ec2225: Pulling fs layer [2023-02-07T22:48:53.393Z] ca7dd9ec2225: Verifying Checksum [2023-02-07T22:48:53.393Z] ca7dd9ec2225: Download complete [2023-02-07T22:48:53.652Z] ca7dd9ec2225: Pull complete [2023-02-07T22:48:53.652Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-07T22:48:53.652Z] Status: Downloaded newer image for alpine:3.16 [2023-02-07T22:48:53.652Z] ---> bfe296a52501 [2023-02-07T22:48:53.652Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-07T22:48:53.652Z] ---> Running in 1f12968f84bd [2023-02-07T22:48:53.912Z] Removing intermediate container 1f12968f84bd [2023-02-07T22:48:53.912Z] ---> 5c03442af2d4 [2023-02-07T22:48:53.912Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-02-07T22:48:53.912Z] ---> Running in aa35723bee63 [2023-02-07T22:48:53.912Z] Removing intermediate container aa35723bee63 [2023-02-07T22:48:53.912Z] ---> 6601d9e54bc4 [2023-02-07T22:48:53.912Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-07T22:48:53.912Z] ---> Running in 8babc87aea1c [2023-02-07T22:48:54.170Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T22:48:54.427Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T22:48:54.685Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-07T22:48:54.685Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-07T22:48:54.685Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T22:48:54.685Z] Executing ca-certificates-20220614-r0.trigger [2023-02-07T22:48:54.685Z] OK: 6 MiB in 16 packages [2023-02-07T22:48:54.943Z] Removing intermediate container 8babc87aea1c [2023-02-07T22:48:54.943Z] ---> 27d7c2f54ce8 [2023-02-07T22:48:54.943Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-02-07T22:48:55.202Z] ---> 3be1764ad7a3 [2023-02-07T22:48:55.202Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-02-07T22:48:55.202Z] ---> 74172801dfbc [2023-02-07T22:48:55.202Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-02-07T22:48:55.460Z] ---> 578c9cf153a9 [2023-02-07T22:48:55.460Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-02-07T22:48:56.027Z] ---> 875729911a63 [2023-02-07T22:48:56.027Z] Step 21/26 : EXPOSE 48095 [2023-02-07T22:48:56.285Z] ---> Running in 27b108012055 [2023-02-07T22:48:56.285Z] Removing intermediate container 27b108012055 [2023-02-07T22:48:56.285Z] ---> 25c5e870688e [2023-02-07T22:48:56.285Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-02-07T22:48:56.285Z] ---> Running in 719ee5108381 [2023-02-07T22:48:56.285Z] Removing intermediate container 719ee5108381 [2023-02-07T22:48:56.285Z] ---> e1c1af146011 [2023-02-07T22:48:56.285Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-07T22:48:56.285Z] ---> Running in 371a0d26345a [2023-02-07T22:48:56.544Z] Removing intermediate container 371a0d26345a [2023-02-07T22:48:56.544Z] ---> 99488b94683e [2023-02-07T22:48:56.544Z] Step 24/26 : LABEL arch=amd64 [2023-02-07T22:48:56.544Z] ---> Running in ff3fcd412774 [2023-02-07T22:48:56.544Z] Removing intermediate container ff3fcd412774 [2023-02-07T22:48:56.544Z] ---> 9f0063abe00e [2023-02-07T22:48:56.544Z] Step 25/26 : LABEL git_sha=851ef8fe5923146d6289fc7ea8cc90540e526b47 [2023-02-07T22:48:56.544Z] ---> Running in 6ab8e9a01b7f [2023-02-07T22:48:56.802Z] Removing intermediate container 6ab8e9a01b7f [2023-02-07T22:48:56.802Z] ---> 288b4d3d8d57 [2023-02-07T22:48:56.802Z] Step 26/26 : LABEL version=3.0.0-dev.14 [2023-02-07T22:48:56.802Z] ---> Running in e6b3de6dae31 [2023-02-07T22:48:56.802Z] Removing intermediate container e6b3de6dae31 [2023-02-07T22:48:56.802Z] ---> 398a9ffab068 [2023-02-07T22:48:56.802Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-07T22:48:56.802Z] Successfully built 398a9ffab068 [2023-02-07T22:48:56.802Z] 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 [2023-02-07T22:48:56.910Z] provisioning config files... [2023-02-07T22:48:56.919Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config11121119451602461559tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:48:57.215Z] ---> docker-login.sh [2023-02-07T22:48:57.215Z] nexus3.edgexfoundry.org:10001 [2023-02-07T22:48:57.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:48:57.215Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:48:57.215Z] Configure a credential helper to remove this warning. See [2023-02-07T22:48:57.215Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:48:57.215Z] [2023-02-07T22:48:57.215Z] Login Succeeded [2023-02-07T22:48:57.215Z] nexus3.edgexfoundry.org:10002 [2023-02-07T22:48:57.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:48:57.215Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:48:57.215Z] Configure a credential helper to remove this warning. See [2023-02-07T22:48:57.215Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:48:57.215Z] [2023-02-07T22:48:57.215Z] Login Succeeded [2023-02-07T22:48:57.215Z] nexus3.edgexfoundry.org:10003 [2023-02-07T22:48:57.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:48:57.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:48:57.474Z] Configure a credential helper to remove this warning. See [2023-02-07T22:48:57.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:48:57.474Z] [2023-02-07T22:48:57.474Z] Login Succeeded [2023-02-07T22:48:57.474Z] nexus3.edgexfoundry.org:10004 [2023-02-07T22:48:57.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:48:57.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:48:57.474Z] Configure a credential helper to remove this warning. See [2023-02-07T22:48:57.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:48:57.474Z] [2023-02-07T22:48:57.474Z] Login Succeeded [2023-02-07T22:48:57.474Z] docker.io [2023-02-07T22:48:57.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:48:57.732Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:48:57.732Z] Configure a credential helper to remove this warning. See [2023-02-07T22:48:57.732Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:48:57.732Z] [2023-02-07T22:48:57.732Z] Login Succeeded [2023-02-07T22:48:57.732Z] ---> docker-login.sh ends [Pipeline] } [2023-02-07T22:48:57.739Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-07T22:48:57.769Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T22:48:57.789Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2023-02-07T22:48:57.789Z] 851ef8fe5923146d6289fc7ea8cc90540e526b47 [2023-02-07T22:48:57.789Z] latest [2023-02-07T22:48:57.789Z] 3.0.0-dev.14 [2023-02-07T22:48:57.789Z] 851ef8fe5923146d6289fc7ea8cc90540e526b47-3.0.0-dev.14 [2023-02-07T22:48:57.789Z] main [2023-02-07T22:48:57.789Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:48:58.106Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:851ef8fe5923146d6289fc7ea8cc90540e526b47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:48:58.415Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:851ef8fe5923146d6289fc7ea8cc90540e526b47 [2023-02-07T22:48:58.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-02-07T22:48:58.415Z] e187fc2e3c1d: Preparing [2023-02-07T22:48:58.415Z] d4d7647baa1b: Preparing [2023-02-07T22:48:58.415Z] ee0a2a178898: Preparing [2023-02-07T22:48:58.415Z] 4d5b19d6c736: Preparing [2023-02-07T22:48:58.415Z] 9a2d63ae5df6: Preparing [2023-02-07T22:48:58.415Z] e5e13b0c77cb: Preparing [2023-02-07T22:48:58.415Z] e5e13b0c77cb: Waiting [2023-02-07T22:48:58.415Z] 4d5b19d6c736: Pushed [2023-02-07T22:48:58.415Z] d4d7647baa1b: Pushed [2023-02-07T22:48:58.415Z] ee0a2a178898: Pushed [2023-02-07T22:48:58.415Z] 9a2d63ae5df6: Pushed [2023-02-07T22:48:58.415Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:49:00.944Z] e187fc2e3c1d: Pushed [2023-02-07T22:49:00.944Z] 851ef8fe5923146d6289fc7ea8cc90540e526b47: digest: sha256:eada73c4d10805eaed9235a4b690b72f087d008d60370982e2e0b3d32ff38bef size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:49:01.259Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:49:01.571Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2023-02-07T22:49:01.571Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-02-07T22:49:01.571Z] e187fc2e3c1d: Preparing [2023-02-07T22:49:01.571Z] d4d7647baa1b: Preparing [2023-02-07T22:49:01.571Z] ee0a2a178898: Preparing [2023-02-07T22:49:01.571Z] 4d5b19d6c736: Preparing [2023-02-07T22:49:01.571Z] 9a2d63ae5df6: Preparing [2023-02-07T22:49:01.571Z] e5e13b0c77cb: Preparing [2023-02-07T22:49:01.571Z] e5e13b0c77cb: Waiting [2023-02-07T22:49:01.571Z] ee0a2a178898: Layer already exists [2023-02-07T22:49:01.571Z] d4d7647baa1b: Layer already exists [2023-02-07T22:49:01.571Z] 9a2d63ae5df6: Layer already exists [2023-02-07T22:49:01.571Z] e187fc2e3c1d: Layer already exists [2023-02-07T22:49:01.571Z] 4d5b19d6c736: Layer already exists [2023-02-07T22:49:01.571Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:49:01.571Z] latest: digest: sha256:eada73c4d10805eaed9235a4b690b72f087d008d60370982e2e0b3d32ff38bef size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:49:01.895Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:49:02.200Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.14 [2023-02-07T22:49:02.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-02-07T22:49:02.200Z] e187fc2e3c1d: Preparing [2023-02-07T22:49:02.200Z] d4d7647baa1b: Preparing [2023-02-07T22:49:02.200Z] ee0a2a178898: Preparing [2023-02-07T22:49:02.200Z] 4d5b19d6c736: Preparing [2023-02-07T22:49:02.200Z] 9a2d63ae5df6: Preparing [2023-02-07T22:49:02.200Z] e5e13b0c77cb: Preparing [2023-02-07T22:49:02.200Z] e5e13b0c77cb: Waiting [2023-02-07T22:49:02.200Z] 9a2d63ae5df6: Layer already exists [2023-02-07T22:49:02.200Z] e187fc2e3c1d: Layer already exists [2023-02-07T22:49:02.200Z] 4d5b19d6c736: Layer already exists [2023-02-07T22:49:02.200Z] ee0a2a178898: Layer already exists [2023-02-07T22:49:02.200Z] d4d7647baa1b: Layer already exists [2023-02-07T22:49:02.200Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:49:02.200Z] 3.0.0-dev.14: digest: sha256:eada73c4d10805eaed9235a4b690b72f087d008d60370982e2e0b3d32ff38bef size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:49:02.520Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:851ef8fe5923146d6289fc7ea8cc90540e526b47-3.0.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:49:02.826Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:851ef8fe5923146d6289fc7ea8cc90540e526b47-3.0.0-dev.14 [2023-02-07T22:49:02.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-02-07T22:49:02.826Z] e187fc2e3c1d: Preparing [2023-02-07T22:49:02.826Z] d4d7647baa1b: Preparing [2023-02-07T22:49:02.826Z] ee0a2a178898: Preparing [2023-02-07T22:49:02.826Z] 4d5b19d6c736: Preparing [2023-02-07T22:49:02.826Z] 9a2d63ae5df6: Preparing [2023-02-07T22:49:02.826Z] e5e13b0c77cb: Preparing [2023-02-07T22:49:02.826Z] 4d5b19d6c736: Layer already exists [2023-02-07T22:49:02.826Z] 9a2d63ae5df6: Layer already exists [2023-02-07T22:49:02.826Z] ee0a2a178898: Layer already exists [2023-02-07T22:49:02.826Z] e187fc2e3c1d: Layer already exists [2023-02-07T22:49:02.826Z] d4d7647baa1b: Layer already exists [2023-02-07T22:49:02.826Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:49:02.826Z] 851ef8fe5923146d6289fc7ea8cc90540e526b47-3.0.0-dev.14: digest: sha256:eada73c4d10805eaed9235a4b690b72f087d008d60370982e2e0b3d32ff38bef size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:49:03.147Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:49:03.457Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2023-02-07T22:49:03.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-02-07T22:49:03.457Z] e187fc2e3c1d: Preparing [2023-02-07T22:49:03.457Z] d4d7647baa1b: Preparing [2023-02-07T22:49:03.457Z] ee0a2a178898: Preparing [2023-02-07T22:49:03.457Z] 4d5b19d6c736: Preparing [2023-02-07T22:49:03.457Z] 9a2d63ae5df6: Preparing [2023-02-07T22:49:03.457Z] e5e13b0c77cb: Preparing [2023-02-07T22:49:03.457Z] e5e13b0c77cb: Waiting [2023-02-07T22:49:03.457Z] e187fc2e3c1d: Layer already exists [2023-02-07T22:49:03.457Z] ee0a2a178898: Layer already exists [2023-02-07T22:49:03.457Z] 4d5b19d6c736: Layer already exists [2023-02-07T22:49:03.457Z] 9a2d63ae5df6: Layer already exists [2023-02-07T22:49:03.457Z] d4d7647baa1b: Layer already exists [2023-02-07T22:49:03.457Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:49:03.457Z] main: digest: sha256:eada73c4d10805eaed9235a4b690b72f087d008d60370982e2e0b3d32ff38bef size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-07T22:49:03.498Z] ===================================================== [Pipeline] echo [2023-02-07T22:49:03.507Z] taggedImages: [2023-02-07T22:49:03.507Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:851ef8fe5923146d6289fc7ea8cc90540e526b47 [2023-02-07T22:49:03.507Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2023-02-07T22:49:03.507Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.14 [2023-02-07T22:49:03.507Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:851ef8fe5923146d6289fc7ea8cc90540e526b47-3.0.0-dev.14 [2023-02-07T22:49:03.507Z] - 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 [2023-02-07T22:49:03.875Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-07T22:49:03.875Z] [2023-02-07T22:49:03.875Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:49:04.182Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-07T22:49:04.182Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-07T22:49:04.182Z] 5eb5b503b376: Pulling fs layer [2023-02-07T22:49:04.182Z] 5c69ac0246d0: Pulling fs layer [2023-02-07T22:49:04.182Z] ec43610c2a17: Pulling fs layer [2023-02-07T22:49:04.182Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-07T22:49:04.182Z] 33b1e0a273af: Pulling fs layer [2023-02-07T22:49:04.182Z] 5d3b04190fa2: Pulling fs layer [2023-02-07T22:49:04.182Z] 2f39f015ded8: Pulling fs layer [2023-02-07T22:49:04.182Z] 33b1e0a273af: Waiting [2023-02-07T22:49:04.182Z] 5d3b04190fa2: Waiting [2023-02-07T22:49:04.182Z] 3a2ae6a8a46f: Waiting [2023-02-07T22:49:04.182Z] 2f39f015ded8: Waiting [2023-02-07T22:49:04.182Z] 5c69ac0246d0: Verifying Checksum [2023-02-07T22:49:04.182Z] 5c69ac0246d0: Download complete [2023-02-07T22:49:04.182Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-07T22:49:04.182Z] 3a2ae6a8a46f: Download complete [2023-02-07T22:49:04.446Z] 33b1e0a273af: Verifying Checksum [2023-02-07T22:49:04.446Z] 33b1e0a273af: Download complete [2023-02-07T22:49:04.446Z] 5d3b04190fa2: Download complete [2023-02-07T22:49:04.446Z] ec43610c2a17: Verifying Checksum [2023-02-07T22:49:04.446Z] ec43610c2a17: Download complete [2023-02-07T22:49:04.706Z] 5eb5b503b376: Verifying Checksum [2023-02-07T22:49:04.706Z] 5eb5b503b376: Download complete [2023-02-07T22:49:05.640Z] 2f39f015ded8: Download complete [2023-02-07T22:49:05.897Z] 5eb5b503b376: Pull complete [2023-02-07T22:49:05.897Z] 5c69ac0246d0: Pull complete [2023-02-07T22:49:06.464Z] ec43610c2a17: Pull complete [2023-02-07T22:49:06.464Z] 3a2ae6a8a46f: Pull complete [2023-02-07T22:49:06.721Z] 33b1e0a273af: Pull complete [2023-02-07T22:49:06.721Z] 5d3b04190fa2: Pull complete [2023-02-07T22:49:10.903Z] 2f39f015ded8: Pull complete [2023-02-07T22:49:10.903Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-07T22:49:10.903Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-07T22:49:10.903Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T22:49:10.975Z] prd-ubuntu20.04-docker-8c-8g-5008 does not seem to be running inside a container [2023-02-07T22:49:11.004Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-07T22:49:13.518Z] $ docker top f001b90120a0ad3791691044d88f9e558d66e70b790ddc47a02f08501f708a66 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:49:13.874Z] ---> job-cost.sh [2023-02-07T22:49:13.874Z] lf-activate-venv: SKIPPING [2023-02-07T22:49:13.874Z] INFO: No Stack... [2023-02-07T22:49:14.132Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-07T22:49:14.390Z] INFO: Archiving Costs [Pipeline] sh [2023-02-07T22:49:14.674Z] + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [2023-02-07T22:49:14.674Z] + cut -d, -f6 [Pipeline] lock [2023-02-07T22:49:14.688Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-131-stack-cost] [2023-02-07T22:49:14.694Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-131-stack-cost] did not exist. Created. [2023-02-07T22:49:14.694Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-131-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-07T22:49:14.995Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-07T22:49:15.023Z] Stashed 1 file(s) [Pipeline] } [2023-02-07T22:49:15.029Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-131-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-07T22:49:15.044Z] $ docker stop --time=1 f001b90120a0ad3791691044d88f9e558d66e70b790ddc47a02f08501f708a66 [2023-02-07T22:49:16.180Z] $ docker rm -f --volumes f001b90120a0ad3791691044d88f9e558d66e70b790ddc47a02f08501f708a66 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-07T22:50:17.865Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5014 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2023-02-07T22:50:17.879Z] Running in /w/workspace/app-service-configurable/131 [Pipeline] { [Pipeline] checkout [2023-02-07T22:50:17.922Z] Selected Git installation does not exist. Using Default [2023-02-07T22:50:17.922Z] The recommended git tool is: NONE [2023-02-07T22:50:24.798Z] using credential edgex-jenkins-ssh [2023-02-07T22:50:24.815Z] Cloning the remote Git repository [2023-02-07T22:50:24.880Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2023-02-07T22:50:24.987Z] > git init /w/workspace/app-service-configurable/131 # timeout=10 [2023-02-07T22:50:25.171Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-02-07T22:50:25.173Z] > git --version # timeout=10 [2023-02-07T22:50:25.200Z] > git --version # 'git version 2.25.1' [2023-02-07T22:50:25.202Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-07T22:50:25.277Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-07T22:50:26.591Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-02-07T22:50:26.619Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-07T22:50:28.018Z] Avoid second fetch [2023-02-07T22:50:28.019Z] Checking out Revision 851ef8fe5923146d6289fc7ea8cc90540e526b47 (main) [2023-02-07T22:50:28.038Z] > git config core.sparsecheckout # timeout=10 [2023-02-07T22:50:28.064Z] > git checkout -f 851ef8fe5923146d6289fc7ea8cc90540e526b47 # timeout=10 [2023-02-07T22:50:28.678Z] Commit message: "fix: Update profiles to use TargetType flag for configurable functio… (#509)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-07T22:50:29.593Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-07T22:50:29.593Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-07T22:50:29.593Z] Dload Upload Total Spent Left Speed [2023-02-07T22:50:29.593Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 163k 0 --:--:-- --:--:-- --:--:-- 163k [Pipeline] sh [2023-02-07T22:50:30.407Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-07T22:50:30.762Z] + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-07T22:50:30.762Z] sudo tee /etc/docker/daemon.new [2023-02-07T22:50:30.762Z] { [2023-02-07T22:50:30.762Z] "registry-mirrors": [ [2023-02-07T22:50:30.762Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-07T22:50:30.762Z] ], [2023-02-07T22:50:30.762Z] "bip": "10.250.0.254/24", [2023-02-07T22:50:30.762Z] "hosts": [ [2023-02-07T22:50:30.762Z] "tcp://0.0.0.0:5555", [2023-02-07T22:50:30.762Z] "unix:///var/run/docker.sock" [2023-02-07T22:50:30.762Z] ], [2023-02-07T22:50:30.762Z] "mtu": 1458, [2023-02-07T22:50:30.762Z] "selinux-enabled": true, [2023-02-07T22:50:30.762Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-07T22:50:30.762Z] } [Pipeline] sh [2023-02-07T22:50:31.110Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-07T22:50:31.468Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-07T22:50:49.804Z] provisioning config files... [2023-02-07T22:50:49.840Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/131@tmp/config5280596998549548951tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:50:50.228Z] ---> docker-login.sh [2023-02-07T22:50:50.228Z] nexus3.edgexfoundry.org:10001 [2023-02-07T22:50:50.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:50:50.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:50:50.821Z] Configure a credential helper to remove this warning. See [2023-02-07T22:50:50.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:50:50.821Z] [2023-02-07T22:50:50.821Z] Login Succeeded [2023-02-07T22:50:50.821Z] nexus3.edgexfoundry.org:10002 [2023-02-07T22:50:51.414Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:50:51.414Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:50:51.414Z] Configure a credential helper to remove this warning. See [2023-02-07T22:50:51.414Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:50:51.414Z] [2023-02-07T22:50:51.414Z] Login Succeeded [2023-02-07T22:50:51.414Z] nexus3.edgexfoundry.org:10003 [2023-02-07T22:50:51.687Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:50:51.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:50:51.687Z] Configure a credential helper to remove this warning. See [2023-02-07T22:50:51.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:50:51.687Z] [2023-02-07T22:50:51.687Z] Login Succeeded [2023-02-07T22:50:51.687Z] nexus3.edgexfoundry.org:10004 [2023-02-07T22:50:51.958Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:50:52.234Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:50:52.234Z] Configure a credential helper to remove this warning. See [2023-02-07T22:50:52.234Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:50:52.234Z] [2023-02-07T22:50:52.234Z] Login Succeeded [2023-02-07T22:50:52.234Z] docker.io [2023-02-07T22:50:52.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:50:52.776Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:50:52.776Z] Configure a credential helper to remove this warning. See [2023-02-07T22:50:52.776Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:50:52.776Z] [2023-02-07T22:50:52.776Z] Login Succeeded [2023-02-07T22:50:52.777Z] ---> docker-login.sh ends [Pipeline] } [2023-02-07T22:50:52.793Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-07T22:50:53.128Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T22:50:53.146Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T22:50:53.159Z] ========================================================= [2023-02-07T22:50:53.159Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-07T22:50:53.159Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:50:53.532Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-07T22:50:53.532Z] Sending build context to Docker daemon 203.8kB [2023-02-07T22:50:53.804Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-07T22:50:53.804Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-07T22:50:54.078Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-07T22:50:54.078Z] 9b18e9b68314: Pulling fs layer [2023-02-07T22:50:54.078Z] 35d82f9e3411: Pulling fs layer [2023-02-07T22:50:54.078Z] e16973657156: Pulling fs layer [2023-02-07T22:50:54.078Z] fc693d55d65f: Pulling fs layer [2023-02-07T22:50:54.078Z] 7e9fc2657dce: Pulling fs layer [2023-02-07T22:50:54.078Z] dda99020689f: Pulling fs layer [2023-02-07T22:50:54.078Z] db1c61fa0a46: Pulling fs layer [2023-02-07T22:50:54.078Z] 891c053d2c06: Pulling fs layer [2023-02-07T22:50:54.078Z] 7e9fc2657dce: Waiting [2023-02-07T22:50:54.078Z] dda99020689f: Waiting [2023-02-07T22:50:54.078Z] fc693d55d65f: Waiting [2023-02-07T22:50:54.078Z] db1c61fa0a46: Waiting [2023-02-07T22:50:54.078Z] 891c053d2c06: Waiting [2023-02-07T22:50:54.078Z] e16973657156: Verifying Checksum [2023-02-07T22:50:54.078Z] e16973657156: Download complete [2023-02-07T22:50:54.078Z] 35d82f9e3411: Verifying Checksum [2023-02-07T22:50:54.078Z] 35d82f9e3411: Download complete [2023-02-07T22:50:54.078Z] 7e9fc2657dce: Verifying Checksum [2023-02-07T22:50:54.078Z] 7e9fc2657dce: Download complete [2023-02-07T22:50:54.078Z] dda99020689f: Verifying Checksum [2023-02-07T22:50:54.078Z] dda99020689f: Download complete [2023-02-07T22:50:54.078Z] 9b18e9b68314: Verifying Checksum [2023-02-07T22:50:54.078Z] 9b18e9b68314: Download complete [2023-02-07T22:50:55.523Z] 9b18e9b68314: Pull complete [2023-02-07T22:50:55.523Z] 891c053d2c06: Verifying Checksum [2023-02-07T22:50:55.523Z] 891c053d2c06: Download complete [2023-02-07T22:50:56.370Z] 35d82f9e3411: Pull complete [2023-02-07T22:50:56.370Z] e16973657156: Pull complete [2023-02-07T22:50:56.978Z] db1c61fa0a46: Verifying Checksum [2023-02-07T22:50:56.978Z] db1c61fa0a46: Download complete [2023-02-07T22:50:57.571Z] fc693d55d65f: Verifying Checksum [2023-02-07T22:50:57.571Z] fc693d55d65f: Download complete [2023-02-07T22:51:09.946Z] fc693d55d65f: Pull complete [2023-02-07T22:51:10.543Z] 7e9fc2657dce: Pull complete [2023-02-07T22:51:10.815Z] dda99020689f: Pull complete [2023-02-07T22:51:17.519Z] db1c61fa0a46: Pull complete [2023-02-07T22:51:19.487Z] 891c053d2c06: Pull complete [2023-02-07T22:51:19.487Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-07T22:51:19.487Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-07T22:51:19.487Z] ---> f96f9c87975a [2023-02-07T22:51:19.487Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-02-07T22:51:21.451Z] ---> Running in c36c0375361e [2023-02-07T22:51:21.721Z] Removing intermediate container c36c0375361e [2023-02-07T22:51:21.721Z] ---> 836b90efe676 [2023-02-07T22:51:21.721Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-07T22:51:21.721Z] ---> Running in 448ca5277273 [2023-02-07T22:51:21.991Z] Removing intermediate container 448ca5277273 [2023-02-07T22:51:21.991Z] ---> 971fbeb80fb2 [2023-02-07T22:51:21.991Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-02-07T22:51:22.261Z] ---> Running in 9374ec09eee2 [2023-02-07T22:51:22.534Z] Removing intermediate container 9374ec09eee2 [2023-02-07T22:51:22.534Z] ---> a796a4b154c7 [2023-02-07T22:51:22.534Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-07T22:51:22.534Z] ---> Running in 687cac5c3138 [2023-02-07T22:51:23.962Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T22:51:24.247Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T22:51:25.668Z] OK: 221 MiB in 51 packages [2023-02-07T22:51:26.642Z] Removing intermediate container 687cac5c3138 [2023-02-07T22:51:26.642Z] ---> 4c44d58b97f6 [2023-02-07T22:51:26.642Z] Step 7/12 : WORKDIR /app [2023-02-07T22:51:26.642Z] ---> Running in 9169e40ada1d [2023-02-07T22:51:26.911Z] Removing intermediate container 9169e40ada1d [2023-02-07T22:51:26.911Z] ---> 4bb9fe351a0b [2023-02-07T22:51:26.911Z] Step 8/12 : COPY go.mod vendor* ./ [2023-02-07T22:51:27.500Z] ---> bd98adf50732 [2023-02-07T22:51:27.500Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:51:27.500Z] ---> Running in 747b3c7b2438 [2023-02-07T22:52:49.388Z] Removing intermediate container 747b3c7b2438 [2023-02-07T22:52:49.388Z] ---> 45c835eadfa0 [2023-02-07T22:52:49.388Z] Step 10/12 : COPY . . [2023-02-07T22:52:49.388Z] ---> 40f8707e9fca [2023-02-07T22:52:49.388Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-07T22:52:49.388Z] ---> Running in ecd05f8b88af [2023-02-07T22:52:49.388Z] Removing intermediate container ecd05f8b88af [2023-02-07T22:52:49.388Z] ---> 8ada54443cc0 [2023-02-07T22:52:49.388Z] Step 12/12 : RUN $MAKE [2023-02-07T22:52:49.388Z] ---> Running in 04d023a3dcc1 [2023-02-07T22:52:49.388Z] noop [2023-02-07T22:52:49.388Z] Removing intermediate container 04d023a3dcc1 [2023-02-07T22:52:49.388Z] ---> c466a0163378 [2023-02-07T22:52:49.388Z] Successfully built c466a0163378 [2023-02-07T22:52:49.388Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:52:49.760Z] + docker inspect -f . ci-base-image-arm64 [2023-02-07T22:52:49.760Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T22:52:49.993Z] prd-ubuntu20.04-docker-arm64-4c-16g-5014 does not seem to be running inside a container [2023-02-07T22:52:50.083Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/131 -v /w/workspace/app-service-configurable/131:/w/workspace/app-service-configurable/131:rw,z -v /w/workspace/app-service-configurable/131@tmp:/w/workspace/app-service-configurable/131@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 [2023-02-07T22:52:51.449Z] $ docker top b1673849f8520f6c7670d47e944d9ef4110a200a77f167fb550c3678f87bc312 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T22:52:52.326Z] + go version [2023-02-07T22:52:52.326Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-07T22:52:52.354Z] $ docker stop --time=1 b1673849f8520f6c7670d47e944d9ef4110a200a77f167fb550c3678f87bc312 [2023-02-07T22:52:54.071Z] $ docker rm -f --volumes b1673849f8520f6c7670d47e944d9ef4110a200a77f167fb550c3678f87bc312 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:52:54.673Z] + docker inspect -f . ci-base-image-arm64 [2023-02-07T22:52:54.673Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T22:52:54.898Z] prd-ubuntu20.04-docker-arm64-4c-16g-5014 does not seem to be running inside a container [2023-02-07T22:52:54.996Z] $ 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/131 -v /w/workspace/app-service-configurable/131:/w/workspace/app-service-configurable/131:rw,z -v /w/workspace/app-service-configurable/131@tmp:/w/workspace/app-service-configurable/131@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 [2023-02-07T22:52:56.361Z] $ docker top b694da76f61a9d94b6520d55338ff37f161079cfc684ca2053928a22e2e51efc -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T22:52:57.248Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/131 [Pipeline] fileExists [Pipeline] sh [2023-02-07T22:52:57.922Z] + make test [2023-02-07T22:52:57.922Z] go test -race -coverprofile=coverage.out ./... [2023-02-07T22:56:06.278Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-02-07T22:56:06.278Z] go vet ./... [2023-02-07T22:57:27.991Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-07T22:57:27.991Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-07T22:57:27.991Z] ./bin/test-attribution-txt.sh [2023-02-07T22:57:27.991Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-02-07T22:57:27.991Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-02-07T22:57:28.012Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-07T22:57:28.031Z] $ docker stop --time=1 b694da76f61a9d94b6520d55338ff37f161079cfc684ca2053928a22e2e51efc [2023-02-07T22:57:29.861Z] $ docker rm -f --volumes b694da76f61a9d94b6520d55338ff37f161079cfc684ca2053928a22e2e51efc [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-07T22:57:31.165Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-07T22:57:31.184Z] Warning: overwriting stash ‘coverage-report’ [2023-02-07T22:57:31.653Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-07T22:57:32.046Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-07T22:57:32.370Z] + ls -al . [2023-02-07T22:57:32.370Z] total 168 [2023-02-07T22:57:32.370Z] drwxrwxr-x 7 jenkins jenkins 4096 Feb 7 22:52 . [2023-02-07T22:57:32.370Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 22:50 .. [2023-02-07T22:57:32.370Z] -rw-rw-r-- 1 jenkins jenkins 119 Feb 7 22:50 .dockerignore [2023-02-07T22:57:32.370Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 7 22:50 .git [2023-02-07T22:57:32.370Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 22:50 .github [2023-02-07T22:57:32.370Z] -rw-rw-r-- 1 jenkins jenkins 171 Feb 7 22:50 .gitignore [2023-02-07T22:57:32.370Z] -rw-rw-r-- 1 jenkins jenkins 9103 Feb 7 22:50 Attribution.txt [2023-02-07T22:57:32.370Z] -rw-rw-r-- 1 jenkins jenkins 29118 Feb 7 22:50 CHANGELOG.md [2023-02-07T22:57:32.370Z] -rw-rw-r-- 1 jenkins jenkins 1898 Feb 7 22:50 Dockerfile [2023-02-07T22:57:32.370Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 7 22:50 GOVERNANCE.md [2023-02-07T22:57:32.370Z] -rw-rw-r-- 1 jenkins jenkins 688 Feb 7 22:50 Jenkinsfile [2023-02-07T22:57:32.370Z] -rw-rw-r-- 1 jenkins jenkins 10174 Feb 7 22:50 LICENSE [2023-02-07T22:57:32.370Z] -rw-rw-r-- 1 jenkins jenkins 618 Feb 7 22:50 OWNERS.md [2023-02-07T22:57:32.370Z] -rw-rw-r-- 1 jenkins jenkins 4369 Feb 7 22:50 README.md [2023-02-07T22:57:32.370Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 7 22:46 VERSION [2023-02-07T22:57:32.370Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 7 22:50 bin [2023-02-07T22:57:32.370Z] -rw-r--r-- 1 jenkins jenkins 13 Feb 7 22:52 coverage.out [2023-02-07T22:57:32.370Z] -rw-rw-r-- 1 jenkins jenkins 3307 Feb 7 22:50 go.mod [2023-02-07T22:57:32.370Z] -rw-rw-r-- 1 jenkins jenkins 32404 Feb 7 22:50 go.sum [2023-02-07T22:57:32.370Z] -rw-rw-r-- 1 jenkins jenkins 1949 Feb 7 22:50 main.go [2023-02-07T22:57:32.370Z] -rw-rw-r-- 1 jenkins jenkins 2078 Feb 7 22:50 makefile [2023-02-07T22:57:32.370Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 7 22:50 res [2023-02-07T22:57:32.370Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 22:50 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:57:32.714Z] + 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=851ef8fe5923146d6289fc7ea8cc90540e526b47 --label arch=arm64 --label version=3.0.0-dev.14 . [2023-02-07T22:57:32.714Z] Sending build context to Docker daemon 204.8kB [2023-02-07T22:57:32.981Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2023-02-07T22:57:32.981Z] Step 2/26 : FROM ${BASE} AS builder [2023-02-07T22:57:32.981Z] ---> c466a0163378 [2023-02-07T22:57:32.981Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-02-07T22:57:32.981Z] ---> Running in 3e40716814e5 [2023-02-07T22:57:33.250Z] Removing intermediate container 3e40716814e5 [2023-02-07T22:57:33.250Z] ---> b933417b661a [2023-02-07T22:57:33.250Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-02-07T22:57:33.520Z] ---> Running in ec7c2a40a6f2 [2023-02-07T22:57:33.786Z] Removing intermediate container ec7c2a40a6f2 [2023-02-07T22:57:33.786Z] ---> 116e755b6191 [2023-02-07T22:57:33.787Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-02-07T22:57:33.787Z] ---> Running in 38ca6ab1f4ad [2023-02-07T22:57:34.056Z] Removing intermediate container 38ca6ab1f4ad [2023-02-07T22:57:34.056Z] ---> b91fc660cf71 [2023-02-07T22:57:34.056Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-07T22:57:34.056Z] ---> Running in 7cfe30c0956c [2023-02-07T22:57:35.094Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T22:57:35.693Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T22:57:36.651Z] OK: 221 MiB in 51 packages [2023-02-07T22:57:38.075Z] Removing intermediate container 7cfe30c0956c [2023-02-07T22:57:38.075Z] ---> c7f5d2c3c0bc [2023-02-07T22:57:38.075Z] Step 7/26 : WORKDIR /app [2023-02-07T22:57:38.075Z] ---> Running in 2daa2d354473 [2023-02-07T22:57:38.345Z] Removing intermediate container 2daa2d354473 [2023-02-07T22:57:38.345Z] ---> ec715045d4c6 [2023-02-07T22:57:38.345Z] Step 8/26 : COPY go.mod vendor* ./ [2023-02-07T22:57:38.613Z] ---> a62e604afa27 [2023-02-07T22:57:38.613Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:57:38.884Z] ---> Running in 9f125ed6f9ae [2023-02-07T22:57:41.471Z] Removing intermediate container 9f125ed6f9ae [2023-02-07T22:57:41.471Z] ---> f96572c112cc [2023-02-07T22:57:41.471Z] Step 10/26 : COPY . . [2023-02-07T22:57:42.054Z] ---> 3f8c7514af96 [2023-02-07T22:57:42.054Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-07T22:57:42.054Z] ---> Running in 03981c4ff821 [2023-02-07T22:57:42.321Z] Removing intermediate container 03981c4ff821 [2023-02-07T22:57:42.321Z] ---> 9a5aee6636b2 [2023-02-07T22:57:42.321Z] Step 12/26 : RUN $MAKE [2023-02-07T22:57:42.321Z] ---> Running in f0705bbefe9a [2023-02-07T22:57:43.281Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.27 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.14" -trimpath -mod=readonly -o app-service-configurable [2023-02-07T22:59:50.044Z] Removing intermediate container f0705bbefe9a [2023-02-07T22:59:50.044Z] ---> e090832bac57 [2023-02-07T22:59:50.044Z] Step 13/26 : FROM alpine:3.16 [2023-02-07T22:59:50.044Z] 3.16: Pulling from library/alpine [2023-02-07T22:59:50.044Z] 6875df1f5354: Pulling fs layer [2023-02-07T22:59:50.044Z] 6875df1f5354: Verifying Checksum [2023-02-07T22:59:50.044Z] 6875df1f5354: Download complete [2023-02-07T22:59:50.044Z] 6875df1f5354: Pull complete [2023-02-07T22:59:50.044Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-07T22:59:50.044Z] Status: Downloaded newer image for alpine:3.16 [2023-02-07T22:59:50.044Z] ---> 2b4661558fb8 [2023-02-07T22:59:50.044Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-07T22:59:50.044Z] ---> Running in 3d38a903ef62 [2023-02-07T22:59:50.044Z] Removing intermediate container 3d38a903ef62 [2023-02-07T22:59:50.044Z] ---> 04eee2a6354d [2023-02-07T22:59:50.044Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-02-07T22:59:50.044Z] ---> Running in 316e8222db6d [2023-02-07T22:59:50.044Z] Removing intermediate container 316e8222db6d [2023-02-07T22:59:50.044Z] ---> 63dba95a2390 [2023-02-07T22:59:50.044Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-07T22:59:50.044Z] ---> Running in b6c3932dfcc0 [2023-02-07T22:59:50.044Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T22:59:50.044Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T22:59:50.044Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-07T22:59:50.044Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-07T22:59:50.044Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T22:59:50.044Z] Executing ca-certificates-20220614-r0.trigger [2023-02-07T22:59:50.044Z] OK: 6 MiB in 16 packages [2023-02-07T22:59:50.044Z] Removing intermediate container b6c3932dfcc0 [2023-02-07T22:59:50.044Z] ---> 54eb0708e62a [2023-02-07T22:59:50.044Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-02-07T22:59:50.044Z] ---> 2b55318130ae [2023-02-07T22:59:50.044Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-02-07T22:59:50.044Z] ---> 3a10641f4f1d [2023-02-07T22:59:50.044Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-02-07T22:59:50.044Z] ---> 48ffaa421274 [2023-02-07T22:59:50.044Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-02-07T22:59:51.004Z] ---> e6f34e3c03e6 [2023-02-07T22:59:51.004Z] Step 21/26 : EXPOSE 48095 [2023-02-07T22:59:51.272Z] ---> Running in c8042462bc9e [2023-02-07T22:59:51.539Z] Removing intermediate container c8042462bc9e [2023-02-07T22:59:51.539Z] ---> b43b00ed60a9 [2023-02-07T22:59:51.539Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-02-07T22:59:51.539Z] ---> Running in fd3858f0cd71 [2023-02-07T22:59:51.807Z] Removing intermediate container fd3858f0cd71 [2023-02-07T22:59:51.807Z] ---> 81db1c6d7f54 [2023-02-07T22:59:51.807Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-07T22:59:51.807Z] ---> Running in 469c9d228b75 [2023-02-07T22:59:52.082Z] Removing intermediate container 469c9d228b75 [2023-02-07T22:59:52.082Z] ---> df671e723c99 [2023-02-07T22:59:52.082Z] Step 24/26 : LABEL arch=arm64 [2023-02-07T22:59:52.082Z] ---> Running in ce2495e83247 [2023-02-07T22:59:52.350Z] Removing intermediate container ce2495e83247 [2023-02-07T22:59:52.350Z] ---> 8e5cdb49acb3 [2023-02-07T22:59:52.350Z] Step 25/26 : LABEL git_sha=851ef8fe5923146d6289fc7ea8cc90540e526b47 [2023-02-07T22:59:52.623Z] ---> Running in fa39e1e7960f [2023-02-07T22:59:52.889Z] Removing intermediate container fa39e1e7960f [2023-02-07T22:59:52.889Z] ---> 2541eb509ab3 [2023-02-07T22:59:52.889Z] Step 26/26 : LABEL version=3.0.0-dev.14 [2023-02-07T22:59:52.889Z] ---> Running in e7acd1d88e0c [2023-02-07T22:59:53.154Z] Removing intermediate container e7acd1d88e0c [2023-02-07T22:59:53.154Z] ---> 66a7be684f10 [2023-02-07T22:59:53.154Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-07T22:59:53.154Z] Successfully built 66a7be684f10 [2023-02-07T22:59:53.154Z] 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 [2023-02-07T22:59:53.291Z] provisioning config files... [2023-02-07T22:59:53.304Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/131@tmp/config15382132238085553383tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:59:53.634Z] ---> docker-login.sh [2023-02-07T22:59:53.634Z] nexus3.edgexfoundry.org:10001 [2023-02-07T22:59:53.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:59:53.900Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:59:53.900Z] Configure a credential helper to remove this warning. See [2023-02-07T22:59:53.900Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:59:53.900Z] [2023-02-07T22:59:53.900Z] Login Succeeded [2023-02-07T22:59:53.900Z] nexus3.edgexfoundry.org:10002 [2023-02-07T22:59:54.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:59:54.167Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:59:54.167Z] Configure a credential helper to remove this warning. See [2023-02-07T22:59:54.167Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:59:54.167Z] [2023-02-07T22:59:54.167Z] Login Succeeded [2023-02-07T22:59:54.167Z] nexus3.edgexfoundry.org:10003 [2023-02-07T22:59:54.432Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:59:54.699Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:59:54.699Z] Configure a credential helper to remove this warning. See [2023-02-07T22:59:54.699Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:59:54.699Z] [2023-02-07T22:59:54.699Z] Login Succeeded [2023-02-07T22:59:54.699Z] nexus3.edgexfoundry.org:10004 [2023-02-07T22:59:54.699Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:59:54.965Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:59:54.965Z] Configure a credential helper to remove this warning. See [2023-02-07T22:59:54.965Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:59:54.965Z] [2023-02-07T22:59:54.965Z] Login Succeeded [2023-02-07T22:59:54.965Z] docker.io [2023-02-07T22:59:55.231Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:59:55.496Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:59:55.496Z] Configure a credential helper to remove this warning. See [2023-02-07T22:59:55.496Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:59:55.496Z] [2023-02-07T22:59:55.496Z] Login Succeeded [2023-02-07T22:59:55.496Z] ---> docker-login.sh ends [Pipeline] } [2023-02-07T22:59:55.508Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-07T22:59:55.530Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T22:59:55.546Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2023-02-07T22:59:55.546Z] 851ef8fe5923146d6289fc7ea8cc90540e526b47 [2023-02-07T22:59:55.546Z] latest [2023-02-07T22:59:55.546Z] 3.0.0-dev.14 [2023-02-07T22:59:55.546Z] 851ef8fe5923146d6289fc7ea8cc90540e526b47-3.0.0-dev.14 [2023-02-07T22:59:55.546Z] main [2023-02-07T22:59:55.546Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:59:55.878Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:851ef8fe5923146d6289fc7ea8cc90540e526b47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:59:56.211Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:851ef8fe5923146d6289fc7ea8cc90540e526b47 [2023-02-07T22:59:56.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-02-07T22:59:56.212Z] 33b81416fed4: Preparing [2023-02-07T22:59:56.212Z] b2d79fa4c80e: Preparing [2023-02-07T22:59:56.212Z] f8caa98bd00c: Preparing [2023-02-07T22:59:56.212Z] df44e8c8517d: Preparing [2023-02-07T22:59:56.212Z] b38cac5e0051: Preparing [2023-02-07T22:59:56.212Z] 17bec77d7fdc: Preparing [2023-02-07T22:59:56.212Z] 17bec77d7fdc: Waiting [2023-02-07T22:59:56.478Z] f8caa98bd00c: Pushed [2023-02-07T22:59:56.478Z] df44e8c8517d: Pushed [2023-02-07T22:59:56.478Z] b2d79fa4c80e: Pushed [2023-02-07T22:59:56.478Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:59:56.744Z] b38cac5e0051: Pushed [2023-02-07T23:00:00.981Z] 33b81416fed4: Pushed [2023-02-07T23:00:01.245Z] 851ef8fe5923146d6289fc7ea8cc90540e526b47: digest: sha256:3de82f257f1c2d1615f84125d0a2d1a372526d13d280fe8713806165ba879ba5 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T23:00:01.586Z] + 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 [2023-02-07T23:00:01.929Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2023-02-07T23:00:01.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-02-07T23:00:01.929Z] 33b81416fed4: Preparing [2023-02-07T23:00:01.929Z] b2d79fa4c80e: Preparing [2023-02-07T23:00:01.929Z] f8caa98bd00c: Preparing [2023-02-07T23:00:01.929Z] df44e8c8517d: Preparing [2023-02-07T23:00:01.929Z] b38cac5e0051: Preparing [2023-02-07T23:00:01.929Z] 17bec77d7fdc: Preparing [2023-02-07T23:00:01.929Z] 17bec77d7fdc: Waiting [2023-02-07T23:00:01.929Z] b2d79fa4c80e: Layer already exists [2023-02-07T23:00:01.929Z] b38cac5e0051: Layer already exists [2023-02-07T23:00:01.929Z] f8caa98bd00c: Layer already exists [2023-02-07T23:00:01.929Z] 33b81416fed4: Layer already exists [2023-02-07T23:00:01.929Z] df44e8c8517d: Layer already exists [2023-02-07T23:00:01.929Z] 17bec77d7fdc: Layer already exists [2023-02-07T23:00:02.195Z] latest: digest: sha256:3de82f257f1c2d1615f84125d0a2d1a372526d13d280fe8713806165ba879ba5 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T23:00:02.534Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T23:00:02.866Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.14 [2023-02-07T23:00:02.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-02-07T23:00:02.866Z] 33b81416fed4: Preparing [2023-02-07T23:00:02.866Z] b2d79fa4c80e: Preparing [2023-02-07T23:00:02.866Z] f8caa98bd00c: Preparing [2023-02-07T23:00:02.866Z] df44e8c8517d: Preparing [2023-02-07T23:00:02.866Z] b38cac5e0051: Preparing [2023-02-07T23:00:02.866Z] 17bec77d7fdc: Preparing [2023-02-07T23:00:02.866Z] 17bec77d7fdc: Waiting [2023-02-07T23:00:02.866Z] df44e8c8517d: Layer already exists [2023-02-07T23:00:02.866Z] f8caa98bd00c: Layer already exists [2023-02-07T23:00:02.866Z] 33b81416fed4: Layer already exists [2023-02-07T23:00:02.866Z] b2d79fa4c80e: Layer already exists [2023-02-07T23:00:02.866Z] b38cac5e0051: Layer already exists [2023-02-07T23:00:02.866Z] 17bec77d7fdc: Layer already exists [2023-02-07T23:00:02.866Z] 3.0.0-dev.14: digest: sha256:3de82f257f1c2d1615f84125d0a2d1a372526d13d280fe8713806165ba879ba5 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T23:00:03.263Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:851ef8fe5923146d6289fc7ea8cc90540e526b47-3.0.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T23:00:03.613Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:851ef8fe5923146d6289fc7ea8cc90540e526b47-3.0.0-dev.14 [2023-02-07T23:00:03.613Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-02-07T23:00:03.613Z] 33b81416fed4: Preparing [2023-02-07T23:00:03.613Z] b2d79fa4c80e: Preparing [2023-02-07T23:00:03.613Z] f8caa98bd00c: Preparing [2023-02-07T23:00:03.613Z] df44e8c8517d: Preparing [2023-02-07T23:00:03.613Z] b38cac5e0051: Preparing [2023-02-07T23:00:03.613Z] 17bec77d7fdc: Preparing [2023-02-07T23:00:03.613Z] 17bec77d7fdc: Waiting [2023-02-07T23:00:03.613Z] f8caa98bd00c: Layer already exists [2023-02-07T23:00:03.613Z] 33b81416fed4: Layer already exists [2023-02-07T23:00:03.613Z] b2d79fa4c80e: Layer already exists [2023-02-07T23:00:03.613Z] df44e8c8517d: Layer already exists [2023-02-07T23:00:03.613Z] b38cac5e0051: Layer already exists [2023-02-07T23:00:03.613Z] 17bec77d7fdc: Layer already exists [2023-02-07T23:00:03.613Z] 851ef8fe5923146d6289fc7ea8cc90540e526b47-3.0.0-dev.14: digest: sha256:3de82f257f1c2d1615f84125d0a2d1a372526d13d280fe8713806165ba879ba5 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T23:00:03.969Z] + 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 [2023-02-07T23:00:04.312Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2023-02-07T23:00:04.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-02-07T23:00:04.312Z] 33b81416fed4: Preparing [2023-02-07T23:00:04.312Z] b2d79fa4c80e: Preparing [2023-02-07T23:00:04.312Z] f8caa98bd00c: Preparing [2023-02-07T23:00:04.312Z] df44e8c8517d: Preparing [2023-02-07T23:00:04.312Z] b38cac5e0051: Preparing [2023-02-07T23:00:04.312Z] 17bec77d7fdc: Preparing [2023-02-07T23:00:04.312Z] 17bec77d7fdc: Waiting [2023-02-07T23:00:04.312Z] b38cac5e0051: Layer already exists [2023-02-07T23:00:04.312Z] df44e8c8517d: Layer already exists [2023-02-07T23:00:04.312Z] f8caa98bd00c: Layer already exists [2023-02-07T23:00:04.312Z] b2d79fa4c80e: Layer already exists [2023-02-07T23:00:04.312Z] 33b81416fed4: Layer already exists [2023-02-07T23:00:04.312Z] 17bec77d7fdc: Layer already exists [2023-02-07T23:00:04.312Z] main: digest: sha256:3de82f257f1c2d1615f84125d0a2d1a372526d13d280fe8713806165ba879ba5 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-07T23:00:04.357Z] ===================================================== [Pipeline] echo [2023-02-07T23:00:04.364Z] taggedImages: [2023-02-07T23:00:04.364Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:851ef8fe5923146d6289fc7ea8cc90540e526b47 [2023-02-07T23:00:04.364Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2023-02-07T23:00:04.364Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.14 [2023-02-07T23:00:04.364Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:851ef8fe5923146d6289fc7ea8cc90540e526b47-3.0.0-dev.14 [2023-02-07T23:00:04.364Z] - 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 [2023-02-07T23:00:04.701Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-07T23:00:04.701Z] [2023-02-07T23:00:04.701Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T23:00:05.032Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-07T23:00:05.032Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-07T23:00:05.033Z] 8998bd30e6a1: Pulling fs layer [2023-02-07T23:00:05.033Z] 04944245beec: Pulling fs layer [2023-02-07T23:00:05.033Z] 699f458cf7ca: Pulling fs layer [2023-02-07T23:00:05.033Z] 765212b225bb: Pulling fs layer [2023-02-07T23:00:05.033Z] f23df028b6ca: Pulling fs layer [2023-02-07T23:00:05.033Z] d65c8cfc05b1: Pulling fs layer [2023-02-07T23:00:05.033Z] 2437ff75d9bd: Pulling fs layer [2023-02-07T23:00:05.033Z] f23df028b6ca: Waiting [2023-02-07T23:00:05.033Z] d65c8cfc05b1: Waiting [2023-02-07T23:00:05.033Z] 2437ff75d9bd: Waiting [2023-02-07T23:00:05.033Z] 765212b225bb: Waiting [2023-02-07T23:00:05.303Z] 04944245beec: Verifying Checksum [2023-02-07T23:00:05.303Z] 04944245beec: Download complete [2023-02-07T23:00:05.303Z] 765212b225bb: Download complete [2023-02-07T23:00:05.303Z] f23df028b6ca: Verifying Checksum [2023-02-07T23:00:05.303Z] f23df028b6ca: Download complete [2023-02-07T23:00:05.570Z] d65c8cfc05b1: Verifying Checksum [2023-02-07T23:00:05.570Z] d65c8cfc05b1: Download complete [2023-02-07T23:00:05.570Z] 699f458cf7ca: Download complete [2023-02-07T23:00:05.838Z] 8998bd30e6a1: Verifying Checksum [2023-02-07T23:00:05.838Z] 8998bd30e6a1: Download complete [2023-02-07T23:00:08.418Z] 2437ff75d9bd: Verifying Checksum [2023-02-07T23:00:08.418Z] 2437ff75d9bd: Download complete [2023-02-07T23:00:09.377Z] 8998bd30e6a1: Pull complete [2023-02-07T23:00:09.960Z] 04944245beec: Pull complete [2023-02-07T23:00:12.541Z] 699f458cf7ca: Pull complete [2023-02-07T23:00:12.811Z] 765212b225bb: Pull complete [2023-02-07T23:00:13.398Z] f23df028b6ca: Pull complete [2023-02-07T23:00:13.664Z] d65c8cfc05b1: Pull complete [2023-02-07T23:00:28.650Z] 2437ff75d9bd: Pull complete [2023-02-07T23:00:28.650Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-07T23:00:28.650Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-07T23:00:28.650Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T23:00:28.849Z] prd-ubuntu20.04-docker-arm64-4c-16g-5014 does not seem to be running inside a container [2023-02-07T23:00:28.922Z] $ 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/131 -v /w/workspace/app-service-configurable/131:/w/workspace/app-service-configurable/131:rw,z -v /w/workspace/app-service-configurable/131@tmp:/w/workspace/app-service-configurable/131@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 [2023-02-07T23:00:31.373Z] $ docker top 42e0a90220a532f94438cf11920c077436ba79392d55faa33a8eaff04aa405e4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T23:00:31.882Z] ---> job-cost.sh [2023-02-07T23:00:32.152Z] lf-activate-venv: SKIPPING [2023-02-07T23:00:32.152Z] INFO: No Stack... [2023-02-07T23:00:32.732Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-07T23:00:33.689Z] INFO: Archiving Costs [Pipeline] sh [2023-02-07T23:00:34.321Z] + + cat /w/workspace/app-service-configurable/131/archives/cost.csvcut [2023-02-07T23:00:34.321Z] -d, -f6 [Pipeline] lock [2023-02-07T23:00:34.382Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-131-stack-cost] [2023-02-07T23:00:34.391Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-131-stack-cost] did not exist. Created. [2023-02-07T23:00:34.391Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-131-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-07T23:00:34.721Z] /w/workspace/app-service-configurable/131@tmp/durable-26e960c3/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-07T23:00:35.365Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-07T23:00:35.385Z] Warning: overwriting stash ‘stack-cost’ [2023-02-07T23:00:35.446Z] Stashed 1 file(s) [Pipeline] } [2023-02-07T23:00:35.454Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-131-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-07T23:00:35.473Z] $ docker stop --time=1 42e0a90220a532f94438cf11920c077436ba79392d55faa33a8eaff04aa405e4 [2023-02-07T23:00:38.216Z] $ docker rm -f --volumes 42e0a90220a532f94438cf11920c077436ba79392d55faa33a8eaff04aa405e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-02-07T23:00:38.565Z] provisioning config files... [2023-02-07T23:00:38.571Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config104896563435926662tmp [Pipeline] { [Pipeline] sh [2023-02-07T23:00:38.858Z] + set +x [2023-02-07T23:00:38.858Z] + curl -s https://codecov.io/bash [2023-02-07T23:00:38.858Z] + bash -s -- [2023-02-07T23:00:38.858Z] [2023-02-07T23:00:38.858Z] _____ _ [2023-02-07T23:00:38.858Z] / ____| | | [2023-02-07T23:00:38.858Z] | | ___ __| | ___ ___ _____ __ [2023-02-07T23:00:38.858Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-07T23:00:38.858Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-07T23:00:38.858Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-07T23:00:38.858Z] Bash-1.0.6 [2023-02-07T23:00:38.858Z] [2023-02-07T23:00:38.858Z] [2023-02-07T23:00:38.858Z] ==> git version 2.25.1 found [2023-02-07T23:00:38.858Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-02-07T23:00:38.858Z] Release-Date: 2020-01-08 [2023-02-07T23:00:38.858Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-07T23:00:38.858Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-07T23:00:38.858Z] ==> Jenkins CI detected. [2023-02-07T23:00:38.858Z] current dir:  /w/workspace/ry_app-service-configurable_main [2023-02-07T23:00:38.858Z] project root: . [2023-02-07T23:00:38.858Z] --> token set from env [2023-02-07T23:00:38.858Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-07T23:00:38.858Z] ==> Running gcov in . (disable via -X gcov) [2023-02-07T23:00:38.858Z] ==> Python coveragepy not found [2023-02-07T23:00:38.858Z] ==> Searching for coverage reports in: [2023-02-07T23:00:38.858Z] + . [2023-02-07T23:00:38.858Z] -> Found 1 reports [2023-02-07T23:00:38.858Z] ==> Detecting git/mercurial file structure [2023-02-07T23:00:38.858Z] ==> Reading reports [2023-02-07T23:00:38.858Z] + ./coverage.out bytes=13 [2023-02-07T23:00:38.858Z] ==> Appending adjustments [2023-02-07T23:00:38.858Z] https://docs.codecov.io/docs/fixing-reports [2023-02-07T23:00:39.117Z] + Found adjustments [2023-02-07T23:00:39.117Z] ==> Gzipping contents [2023-02-07T23:00:39.117Z] 4.0K /tmp/codecov.WKLogC.gz [2023-02-07T23:00:39.117Z] ==> Uploading reports [2023-02-07T23:00:39.117Z] url: https://codecov.io [2023-02-07T23:00:39.117Z] query: branch=main&commit=851ef8fe5923146d6289fc7ea8cc90540e526b47&build=131&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F131%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-07T23:00:39.117Z] -> Pinging Codecov [2023-02-07T23:00:39.117Z] 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=851ef8fe5923146d6289fc7ea8cc90540e526b47&build=131&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F131%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-07T23:00:39.376Z] -> Uploading to [2023-02-07T23:00:39.376Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-07/A97CA9966030D2A3747ED39772930CCE/851ef8fe5923146d6289fc7ea8cc90540e526b47/c5aefdfb-6c06-426c-b262-59a4291389a6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230207T230039Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=52ff94f9833a561497b1cc684faf6f6861d18efe66424d44908ace9cde82bf65 [2023-02-07T23:00:39.376Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-07T23:00:39.376Z] Dload Upload Total Spent Left Speed [2023-02-07T23:00:39.636Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 520 0 0 100 520 0 2131 --:--:-- --:--:-- --:--:-- 2131 [2023-02-07T23:00:39.636Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/851ef8fe5923146d6289fc7ea8cc90540e526b47 [Pipeline] } [2023-02-07T23:00:39.645Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-02-07T23:00:39.748Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-07T23:00:39.761Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T23:00:40.054Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-07T23:00:40.054Z] [2023-02-07T23:00:40.054Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T23:00:40.354Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-07T23:00:40.354Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-07T23:00:40.354Z] df9b9388f04a: Pulling fs layer [2023-02-07T23:00:40.354Z] 52dc419b0ee2: Pulling fs layer [2023-02-07T23:00:40.354Z] 25bc292e5bac: Pulling fs layer [2023-02-07T23:00:40.354Z] 114826534d7a: Pulling fs layer [2023-02-07T23:00:40.354Z] 4657fd5d0bcf: Pulling fs layer [2023-02-07T23:00:40.354Z] 6ad1cebc031e: Pulling fs layer [2023-02-07T23:00:40.354Z] 8a3aa393b2d8: Pulling fs layer [2023-02-07T23:00:40.354Z] 114826534d7a: Waiting [2023-02-07T23:00:40.354Z] 4657fd5d0bcf: Waiting [2023-02-07T23:00:40.354Z] 6ad1cebc031e: Waiting [2023-02-07T23:00:40.354Z] 25bc292e5bac: Verifying Checksum [2023-02-07T23:00:40.354Z] 25bc292e5bac: Download complete [2023-02-07T23:00:40.354Z] 52dc419b0ee2: Download complete [2023-02-07T23:00:40.354Z] 4657fd5d0bcf: Download complete [2023-02-07T23:00:40.621Z] df9b9388f04a: Verifying Checksum [2023-02-07T23:00:40.621Z] df9b9388f04a: Download complete [2023-02-07T23:00:40.621Z] df9b9388f04a: Pull complete [2023-02-07T23:00:40.898Z] 52dc419b0ee2: Pull complete [2023-02-07T23:00:40.898Z] 25bc292e5bac: Pull complete [2023-02-07T23:00:40.898Z] 6ad1cebc031e: Verifying Checksum [2023-02-07T23:00:40.898Z] 6ad1cebc031e: Download complete [2023-02-07T23:00:42.391Z] 114826534d7a: Verifying Checksum [2023-02-07T23:00:42.391Z] 114826534d7a: Download complete [2023-02-07T23:00:42.391Z] 8a3aa393b2d8: Verifying Checksum [2023-02-07T23:00:42.391Z] 8a3aa393b2d8: Download complete [2023-02-07T23:00:45.673Z] 114826534d7a: Pull complete [2023-02-07T23:00:45.673Z] 4657fd5d0bcf: Pull complete [2023-02-07T23:00:45.931Z] 6ad1cebc031e: Pull complete [2023-02-07T23:00:48.459Z] 8a3aa393b2d8: Pull complete [2023-02-07T23:00:48.459Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-07T23:00:48.459Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-07T23:00:48.459Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T23:00:48.537Z] prd-ubuntu20.04-docker-8c-8g-5008 does not seem to be running inside a container [2023-02-07T23:00:48.566Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-02-07T23:00:51.162Z] $ docker top 2989156d426079ae65d33377b3cdd3e1d569ee3658a646bbeffdad95bf182206 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-07T23:00:51.226Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh [2023-02-07T23:00:51.505Z] + set -o pipefail [2023-02-07T23:00:51.505Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' [2023-02-07T23:00:56.777Z] [2023-02-07T23:00:56.777Z] Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... [2023-02-07T23:00:56.777Z] [2023-02-07T23:00:56.777Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/5dc3b137-fb0b-4a97-896d-5818d87c686c [2023-02-07T23:00:56.777Z] [2023-02-07T23:00:56.777Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-02-07T23:00:56.777Z] [2023-02-07T23:00:56.777Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-07T23:00:56.777Z] [2023-02-07T23:00:56.777Z] [2023-02-07T23:00:56.777Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-07T23:00:56.777Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-07T23:00:56.777Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-07T23:00:56.785Z] $ docker stop --time=1 2989156d426079ae65d33377b3cdd3e1d569ee3658a646bbeffdad95bf182206 [2023-02-07T23:00:59.003Z] $ docker rm -f --volumes 2989156d426079ae65d33377b3cdd3e1d569ee3658a646bbeffdad95bf182206 [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 [2023-02-07T23:00:59.661Z] + git log --format=format:%s -1 851ef8fe5923146d6289fc7ea8cc90540e526b47 [Pipeline] sh [2023-02-07T23:00:59.947Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-07T23:00:59.947Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T23:01:00.242Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T23:01:00.242Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T23:01:00.309Z] prd-ubuntu20.04-docker-8c-8g-5008 does not seem to be running inside a container [2023-02-07T23:01:00.334Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-07T23:01:00.738Z] $ docker top bc0cceb26588dc430086f64bf5e0a311dea5dfda672b150b1f39cf0f554e553d -eo pid,comm [2023-02-07T23:01:00.785Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-07T23:01:00.785Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-07T23:01:00.830Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-07T23:01:00.830Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-07T23:01:00.938Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-07T23:01:00.939Z] $ docker exec bc0cceb26588dc430086f64bf5e0a311dea5dfda672b150b1f39cf0f554e553d ssh-agent [2023-02-07T23:01:01.041Z] SSH_AUTH_SOCK=/tmp/ssh-gxTJdbp1l3Gu/agent.32 [2023-02-07T23:01:01.041Z] SSH_AGENT_PID=38 [2023-02-07T23:01:01.046Z] Running ssh-add (command line suppressed) [2023-02-07T23:01:01.134Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_9126352510090909590.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_9126352510090909590.key) [2023-02-07T23:01:01.147Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-07T23:01:01.432Z] + git semver tag [2023-02-07T23:01:01.692Z] 2023-02-07 23:01:01,588 [run_tag] DEBUG tag force:False [2023-02-07T23:01:01.692Z] 2023-02-07 23:01:01,588 [check_head_tag] DEBUG check head tag [2023-02-07T23:01:01.692Z] 2023-02-07 23:01:01,589 [execute] INFO git cat-file --batch-check [2023-02-07T23:01:01.692Z] 2023-02-07 23:01:01,589 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2023-02-07T23:01:01.692Z] 2023-02-07 23:01:01,593 [execute] INFO git cat-file --batch [2023-02-07T23:01:01.692Z] 2023-02-07 23:01:01,593 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2023-02-07T23:01:01.692Z] 2023-02-07 23:01:01,615 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-02-07T23:01:01.692Z] 2023-02-07 23:01:01,615 [execute] INFO git tag -a v3.0.0-dev.14 -m v3.0.0-dev.14 [2023-02-07T23:01:01.692Z] 2023-02-07 23:01:01,616 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.14', '-m', 'v3.0.0-dev.14'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) [2023-02-07T23:01:01.692Z] 2023-02-07 23:01:01,620 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-02-07T23:01:01.692Z] 3.0.0-dev.14 [Pipeline] } [2023-02-07T23:01:01.699Z] $ docker exec --env ******** --env ******** bc0cceb26588dc430086f64bf5e0a311dea5dfda672b150b1f39cf0f554e553d ssh-agent -k [2023-02-07T23:01:01.804Z] unset SSH_AUTH_SOCK; [2023-02-07T23:01:01.805Z] unset SSH_AGENT_PID; [2023-02-07T23:01:01.805Z] echo Agent pid 38 killed; [2023-02-07T23:01:01.817Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-07T23:01:02.114Z] + git semver [Pipeline] } [2023-02-07T23:01:02.384Z] $ docker stop --time=1 bc0cceb26588dc430086f64bf5e0a311dea5dfda672b150b1f39cf0f554e553d [2023-02-07T23:01:03.671Z] $ docker rm -f --volumes bc0cceb26588dc430086f64bf5e0a311dea5dfda672b150b1f39cf0f554e553d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T23:01:04.056Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-07T23:01:04.056Z] [2023-02-07T23:01:04.056Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T23:01:04.358Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-07T23:01:04.358Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-07T23:01:04.358Z] ab5ef0e58194: Pulling fs layer [2023-02-07T23:01:04.358Z] 9712f1f96733: Pulling fs layer [2023-02-07T23:01:04.358Z] 63f879dbbcfc: Pulling fs layer [2023-02-07T23:01:04.358Z] 0d9ebad4ef96: Pulling fs layer [2023-02-07T23:01:04.358Z] e9a5061849ea: Pulling fs layer [2023-02-07T23:01:04.358Z] d747dcd14b5f: Pulling fs layer [2023-02-07T23:01:04.358Z] 2de7ff778b66: Pulling fs layer [2023-02-07T23:01:04.358Z] 2de7ff778b66: Waiting [2023-02-07T23:01:04.358Z] e9a5061849ea: Waiting [2023-02-07T23:01:04.358Z] 0d9ebad4ef96: Waiting [2023-02-07T23:01:04.358Z] d747dcd14b5f: Waiting [2023-02-07T23:01:04.358Z] 9712f1f96733: Verifying Checksum [2023-02-07T23:01:04.358Z] 9712f1f96733: Download complete [2023-02-07T23:01:05.427Z] 63f879dbbcfc: Verifying Checksum [2023-02-07T23:01:05.427Z] 63f879dbbcfc: Download complete [2023-02-07T23:01:05.755Z] e9a5061849ea: Verifying Checksum [2023-02-07T23:01:05.755Z] e9a5061849ea: Download complete [2023-02-07T23:01:05.755Z] d747dcd14b5f: Verifying Checksum [2023-02-07T23:01:05.755Z] d747dcd14b5f: Download complete [2023-02-07T23:01:06.029Z] 0d9ebad4ef96: Verifying Checksum [2023-02-07T23:01:06.029Z] 0d9ebad4ef96: Download complete [2023-02-07T23:01:06.029Z] ab5ef0e58194: Verifying Checksum [2023-02-07T23:01:06.029Z] ab5ef0e58194: Download complete [2023-02-07T23:01:06.287Z] 2de7ff778b66: Verifying Checksum [2023-02-07T23:01:06.287Z] 2de7ff778b66: Download complete [2023-02-07T23:01:08.810Z] ab5ef0e58194: Pull complete [2023-02-07T23:01:08.810Z] 9712f1f96733: Pull complete [2023-02-07T23:01:09.374Z] 63f879dbbcfc: Pull complete [2023-02-07T23:01:12.657Z] 0d9ebad4ef96: Pull complete [2023-02-07T23:01:12.657Z] e9a5061849ea: Pull complete [2023-02-07T23:01:12.657Z] d747dcd14b5f: Pull complete [2023-02-07T23:01:14.032Z] 2de7ff778b66: Pull complete [2023-02-07T23:01:14.032Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-07T23:01:14.032Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-07T23:01:14.032Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T23:01:14.112Z] prd-ubuntu20.04-docker-8c-8g-5008 does not seem to be running inside a container [2023-02-07T23:01:14.136Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-02-07T23:01:16.786Z] $ docker top 97d881eed0f30c5775ee91d7019104d9ff3a584ed1374ba0ec71c62aa79b122c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-07T23:01:16.855Z] provisioning config files... [2023-02-07T23:01:16.860Z] copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config12396969563823825313tmp [2023-02-07T23:01:16.868Z] copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config9919946208493904337tmp [2023-02-07T23:01:16.876Z] copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config10156923447639431617tmp [Pipeline] { [Pipeline] echo [2023-02-07T23:01:16.892Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T23:01:17.172Z] ---> sigul-configuration.sh [2023-02-07T23:01:17.172Z] gpg: directory `/root/.gnupg' created [2023-02-07T23:01:17.172Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-07T23:01:17.172Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-07T23:01:17.172Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-07T23:01:17.172Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-07T23:01:17.172Z] gpg: CAST5 encrypted data [2023-02-07T23:01:17.172Z] gpg: encrypted with 1 passphrase [2023-02-07T23:01:17.172Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-07T23:01:17.462Z] + mkdir /home/jenkins [2023-02-07T23:01:17.462Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-07T23:01:17.745Z] + 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 [2023-02-07T23:01:17.756Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T23:01:18.043Z] ---> sigul-install.sh [2023-02-07T23:01:18.043Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-07T23:01:18.330Z] + git tag --list [2023-02-07T23:01:18.330Z] v1.0.0 [2023-02-07T23:01:18.330Z] v1.1.0 [2023-02-07T23:01:18.330Z] v1.2.0 [2023-02-07T23:01:18.330Z] v1.3.0 [2023-02-07T23:01:18.330Z] v1.3.1 [2023-02-07T23:01:18.330Z] v2.0.0 [2023-02-07T23:01:18.330Z] v2.0.1 [2023-02-07T23:01:18.330Z] v2.1.0 [2023-02-07T23:01:18.330Z] v2.1.1 [2023-02-07T23:01:18.330Z] v2.1.1-dev.1 [2023-02-07T23:01:18.330Z] v2.1.1-dev.2 [2023-02-07T23:01:18.330Z] v2.2.0 [2023-02-07T23:01:18.330Z] v2.2.1-dev.1 [2023-02-07T23:01:18.330Z] v2.2.1-dev.10 [2023-02-07T23:01:18.330Z] v2.2.1-dev.2 [2023-02-07T23:01:18.330Z] v2.2.1-dev.3 [2023-02-07T23:01:18.330Z] v2.2.1-dev.4 [2023-02-07T23:01:18.330Z] v2.2.1-dev.5 [2023-02-07T23:01:18.330Z] v2.2.1-dev.6 [2023-02-07T23:01:18.330Z] v2.2.1-dev.7 [2023-02-07T23:01:18.330Z] v2.2.1-dev.8 [2023-02-07T23:01:18.330Z] v2.2.1-dev.9 [2023-02-07T23:01:18.330Z] v2.3.0 [2023-02-07T23:01:18.330Z] v2.3.0-dev.10 [2023-02-07T23:01:18.330Z] v2.3.0-dev.11 [2023-02-07T23:01:18.330Z] v2.3.0-dev.12 [2023-02-07T23:01:18.330Z] v2.3.0-dev.13 [2023-02-07T23:01:18.330Z] v2.3.0-dev.14 [2023-02-07T23:01:18.330Z] v2.3.0-dev.15 [2023-02-07T23:01:18.330Z] v2.3.0-dev.16 [2023-02-07T23:01:18.330Z] v2.3.0-dev.17 [2023-02-07T23:01:18.330Z] v2.3.0-dev.18 [2023-02-07T23:01:18.330Z] v2.3.0-dev.19 [2023-02-07T23:01:18.330Z] v2.3.0-dev.20 [2023-02-07T23:01:18.330Z] v2.3.0-dev.21 [2023-02-07T23:01:18.330Z] v2.3.0-dev.22 [2023-02-07T23:01:18.330Z] v2.3.0-dev.23 [2023-02-07T23:01:18.330Z] v2.3.0-dev.24 [2023-02-07T23:01:18.330Z] v2.3.0-dev.25 [2023-02-07T23:01:18.330Z] v2.3.0-dev.26 [2023-02-07T23:01:18.330Z] v2.3.0-dev.27 [2023-02-07T23:01:18.330Z] v2.3.0-dev.28 [2023-02-07T23:01:18.330Z] v2.3.0-dev.29 [2023-02-07T23:01:18.330Z] v2.3.0-dev.30 [2023-02-07T23:01:18.330Z] v2.3.0-dev.31 [2023-02-07T23:01:18.330Z] v2.3.0-dev.32 [2023-02-07T23:01:18.330Z] v2.3.0-dev.33 [2023-02-07T23:01:18.330Z] v2.3.0-dev.34 [2023-02-07T23:01:18.330Z] v2.3.0-dev.35 [2023-02-07T23:01:18.330Z] v2.3.0-dev.36 [2023-02-07T23:01:18.330Z] v2.3.0-dev.37 [2023-02-07T23:01:18.330Z] v3.0.0-dev.1 [2023-02-07T23:01:18.330Z] v3.0.0-dev.10 [2023-02-07T23:01:18.330Z] v3.0.0-dev.11 [2023-02-07T23:01:18.330Z] v3.0.0-dev.12 [2023-02-07T23:01:18.330Z] v3.0.0-dev.13 [2023-02-07T23:01:18.330Z] v3.0.0-dev.14 [2023-02-07T23:01:18.330Z] v3.0.0-dev.2 [2023-02-07T23:01:18.330Z] v3.0.0-dev.3 [2023-02-07T23:01:18.330Z] v3.0.0-dev.4 [2023-02-07T23:01:18.330Z] v3.0.0-dev.5 [2023-02-07T23:01:18.330Z] v3.0.0-dev.6 [2023-02-07T23:01:18.330Z] v3.0.0-dev.7 [2023-02-07T23:01:18.330Z] v3.0.0-dev.8 [2023-02-07T23:01:18.330Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-07T23:01:18.612Z] + lftools sign git-tag v3.0.0-dev.14 [2023-02-07T23:01:19.178Z] Signing Git tag with Sigul... [2023-02-07T23:01:19.178Z] Signing v3.0.0-dev.14 [Pipeline] echo [2023-02-07T23:01:19.445Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T23:01:19.727Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-07T23:01:19.734Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-07T23:01:19.751Z] $ docker stop --time=1 97d881eed0f30c5775ee91d7019104d9ff3a584ed1374ba0ec71c62aa79b122c [2023-02-07T23:01:21.023Z] $ docker rm -f --volumes 97d881eed0f30c5775ee91d7019104d9ff3a584ed1374ba0ec71c62aa79b122c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-07T23:01:21.413Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-07T23:01:21.413Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T23:01:21.705Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T23:01:21.705Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T23:01:21.775Z] prd-ubuntu20.04-docker-8c-8g-5008 does not seem to be running inside a container [2023-02-07T23:01:21.799Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-07T23:01:22.128Z] $ docker top 556c504ae362c165e72e6f8c880ffe26d9368ee54fa97baf8d45cab8cca11dbe -eo pid,comm [2023-02-07T23:01:22.175Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-07T23:01:22.175Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-07T23:01:22.221Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-07T23:01:22.221Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-07T23:01:22.338Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-07T23:01:22.338Z] $ docker exec 556c504ae362c165e72e6f8c880ffe26d9368ee54fa97baf8d45cab8cca11dbe ssh-agent [2023-02-07T23:01:22.438Z] SSH_AUTH_SOCK=/tmp/ssh-mmShiUyunOSB/agent.33 [2023-02-07T23:01:22.438Z] SSH_AGENT_PID=39 [2023-02-07T23:01:22.443Z] Running ssh-add (command line suppressed) [2023-02-07T23:01:22.542Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_9956058506006540716.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_9956058506006540716.key) [2023-02-07T23:01:22.555Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-07T23:01:22.840Z] + git semver bump pre [2023-02-07T23:01:23.099Z] 2023-02-07 23:01:22,995 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-02-07T23:01:23.099Z] 2023-02-07 23:01:22,995 [bump_version] DEBUG bumping version:3.0.0-dev.14 on axis:pre with prefix:dev [2023-02-07T23:01:23.099Z] 2023-02-07 23:01:22,995 [bump_version] DEBUG bumped version:3.0.0-dev.15 [2023-02-07T23:01:23.099Z] 2023-02-07 23:01:22,996 [write_version] DEBUG write version:3.0.0-dev.15 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True [2023-02-07T23:01:23.099Z] 2023-02-07 23:01:22,996 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-02-07T23:01:23.099Z] 2023-02-07 23:01:22,996 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main [2023-02-07T23:01:23.099Z] 2023-02-07 23:01:22,998 [execute] INFO git cat-file --batch-check [2023-02-07T23:01:23.099Z] 2023-02-07 23:01:22,998 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-07T23:01:23.099Z] 2023-02-07 23:01:23,003 [execute] INFO git cat-file --batch [2023-02-07T23:01:23.100Z] 2023-02-07 23:01:23,003 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-07T23:01:23.100Z] 2023-02-07 23:01:23,008 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-02-07T23:01:23.100Z] 3.0.0-dev.15 [Pipeline] } [2023-02-07T23:01:23.106Z] $ docker exec --env ******** --env ******** 556c504ae362c165e72e6f8c880ffe26d9368ee54fa97baf8d45cab8cca11dbe ssh-agent -k [2023-02-07T23:01:23.209Z] unset SSH_AUTH_SOCK; [2023-02-07T23:01:23.209Z] unset SSH_AGENT_PID; [2023-02-07T23:01:23.209Z] echo Agent pid 39 killed; [2023-02-07T23:01:23.223Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-07T23:01:23.517Z] + git semver [Pipeline] } [2023-02-07T23:01:23.785Z] $ docker stop --time=1 556c504ae362c165e72e6f8c880ffe26d9368ee54fa97baf8d45cab8cca11dbe [2023-02-07T23:01:25.050Z] $ docker rm -f --volumes 556c504ae362c165e72e6f8c880ffe26d9368ee54fa97baf8d45cab8cca11dbe [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-07T23:01:25.381Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-07T23:01:25.381Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T23:01:25.675Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T23:01:25.675Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T23:01:25.739Z] prd-ubuntu20.04-docker-8c-8g-5008 does not seem to be running inside a container [2023-02-07T23:01:25.765Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-07T23:01:26.063Z] $ docker top e04f1b16cc496dddc437dfd3e36d6f9183e8c2f74cbdbf91504bdf33bbe40102 -eo pid,comm [2023-02-07T23:01:26.109Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-07T23:01:26.109Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-07T23:01:26.154Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-07T23:01:26.154Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-07T23:01:26.257Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-07T23:01:26.257Z] $ docker exec e04f1b16cc496dddc437dfd3e36d6f9183e8c2f74cbdbf91504bdf33bbe40102 ssh-agent [2023-02-07T23:01:26.372Z] SSH_AUTH_SOCK=/tmp/ssh-GbZwJbea3H9b/agent.32 [2023-02-07T23:01:26.372Z] SSH_AGENT_PID=38 [2023-02-07T23:01:26.379Z] Running ssh-add (command line suppressed) [2023-02-07T23:01:26.481Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_3749607041834003927.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_3749607041834003927.key) [2023-02-07T23:01:26.496Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-07T23:01:26.779Z] + git semver push [2023-02-07T23:01:27.037Z] 2023-02-07 23:01:26,944 [run_push] DEBUG push [2023-02-07T23:01:27.037Z] 2023-02-07 23:01:26,945 [execute] INFO git cat-file --batch-check [2023-02-07T23:01:27.037Z] 2023-02-07 23:01:26,945 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-07T23:01:27.037Z] 2023-02-07 23:01:26,949 [execute] INFO git rev-list 5e3539081be46c340785e4e5c0668c8a69667c8a -- [2023-02-07T23:01:27.037Z] 2023-02-07 23:01:26,949 [execute] DEBUG Popen(['git', 'rev-list', '5e3539081be46c340785e4e5c0668c8a69667c8a', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-07T23:01:27.037Z] 2023-02-07 23:01:26,959 [execute] INFO git fetch -v origin [2023-02-07T23:01:27.037Z] 2023-02-07 23:01:26,960 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-07T23:01:27.603Z] 2023-02-07 23:01:27,530 [run_push] DEBUG no remote changes detected [2023-02-07T23:01:27.603Z] 2023-02-07 23:01:27,530 [execute] INFO git push origin semver [2023-02-07T23:01:27.604Z] 2023-02-07 23:01:27,531 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-07T23:01:28.538Z] 2023-02-07 23:01:28,490 [run_push] DEBUG push all version tags [2023-02-07T23:01:28.538Z] 2023-02-07 23:01:28,490 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-07T23:01:28.538Z] 2023-02-07 23:01:28,491 [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) [2023-02-07T23:01:29.474Z] 2023-02-07 23:01:29,284 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-02-07T23:01:29.474Z] 3.0.0-dev.15 [Pipeline] } [2023-02-07T23:01:29.482Z] $ docker exec --env ******** --env ******** e04f1b16cc496dddc437dfd3e36d6f9183e8c2f74cbdbf91504bdf33bbe40102 ssh-agent -k [2023-02-07T23:01:29.572Z] unset SSH_AUTH_SOCK; [2023-02-07T23:01:29.572Z] unset SSH_AGENT_PID; [2023-02-07T23:01:29.572Z] echo Agent pid 38 killed; [2023-02-07T23:01:29.585Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-07T23:01:29.880Z] + git semver [Pipeline] } [2023-02-07T23:01:30.150Z] $ docker stop --time=1 e04f1b16cc496dddc437dfd3e36d6f9183e8c2f74cbdbf91504bdf33bbe40102 [2023-02-07T23:01:31.414Z] $ docker rm -f --volumes e04f1b16cc496dddc437dfd3e36d6f9183e8c2f74cbdbf91504bdf33bbe40102 [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 [2023-02-07T23:01:31.968Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2023-02-07T23:01:31.968Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2023-02-07T23:01:31.968Z] total 16 [2023-02-07T23:01:31.968Z] drwxr-xr-x 3 root root 4096 Feb 7 22:49 . [2023-02-07T23:01:31.968Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 7 23:01 .. [2023-02-07T23:01:31.968Z] drwxr-xr-x 2 root root 4096 Feb 7 22:49 cost [2023-02-07T23:01:31.968Z] -rw-r--r-- 1 root root 96 Feb 7 22:49 cost.csv [2023-02-07T23:01:31.968Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2023-02-07T23:01:31.968Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2023-02-07T23:01:31.968Z] total 16 [2023-02-07T23:01:31.968Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 7 22:49 . [2023-02-07T23:01:31.968Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 7 23:01 .. [2023-02-07T23:01:31.968Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 7 22:49 cost [2023-02-07T23:01:31.968Z] -rw-r--r-- 1 jenkins jenkins 96 Feb 7 22:49 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-07T23:01:32.257Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T23:01:33.239Z] ---> package-listing.sh [2023-02-07T23:01:33.239Z] ++ facter osfamily [2023-02-07T23:01:33.239Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-07T23:01:33.239Z] + OS_FAMILY=debian [2023-02-07T23:01:33.239Z] + workspace=/w/workspace/ry_app-service-configurable_main [2023-02-07T23:01:33.239Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-07T23:01:33.239Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-07T23:01:33.239Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-07T23:01:33.239Z] + PACKAGES=/tmp/packages_start.txt [2023-02-07T23:01:33.239Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2023-02-07T23:01:33.239Z] + PACKAGES=/tmp/packages_end.txt [2023-02-07T23:01:33.239Z] + case "${OS_FAMILY}" in [2023-02-07T23:01:33.239Z] + dpkg -l [2023-02-07T23:01:33.239Z] + grep '^ii' [2023-02-07T23:01:33.521Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-07T23:01:33.521Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-07T23:01:33.521Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-07T23:01:33.521Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2023-02-07T23:01:33.521Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2023-02-07T23:01:33.521Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo [2023-02-07T23:01:33.555Z] 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 [2023-02-07T23:01:33.856Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T23:01:34.409Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-07T23:01:34.409Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T23:01:34.472Z] prd-ubuntu20.04-docker-8c-8g-5008 does not seem to be running inside a container [2023-02-07T23:01:34.496Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-07T23:01:34.709Z] $ docker top 12b6f23a41dbb17153385c0df52c9f0c7c585dabd2d013c956e3763ba7483875 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T23:01:35.057Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-07T23:01:35.340Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-07T23:01:35.624Z] + ls /var/log/sa-host [2023-02-07T23:01:35.624Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-07T23:01:35.703Z] provisioning config files... [2023-02-07T23:01:35.711Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config14179414341402053578tmp [Pipeline] { [Pipeline] echo [2023-02-07T23:01:35.724Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T23:01:36.005Z] ---> create-netrc.sh [Pipeline] } [2023-02-07T23:01:36.012Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-07T23:01:36.342Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-07T23:01:36.353Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T23:01:36.636Z] ---> sudo-logs.sh [2023-02-07T23:01:36.636Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-07T23:01:36.660Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T23:01:36.943Z] ---> job-cost.sh [2023-02-07T23:01:36.944Z] lf-activate-venv: SKIPPING [2023-02-07T23:01:36.944Z] DEBUG: total: 0.2199999988079071 [2023-02-07T23:01:36.944Z] INFO: Retrieving Stack Cost... [2023-02-07T23:01:37.202Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-07T23:01:37.769Z] INFO: Archiving Costs [Pipeline] echo [2023-02-07T23:01:37.783Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T23:01:38.068Z] ---> logs-deploy.sh [2023-02-07T23:01:38.068Z] lf-activate-venv: SKIPPING [2023-02-07T23:01:38.068Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/131 [2023-02-07T23:01:38.068Z] INFO: archiving workspace using pattern(s): [2023-02-07T23:01:39.004Z] Archives upload complete. [2023-02-07T23:01:39.004Z] INFO: archiving logs to Nexus