Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e 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-ssh5855796169246838357.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f5e0e1f8358a839901f1a476b3a28a62f8570917 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-ssh8155699927862962947.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 f5e0e1f8358a839901f1a476b3a28a62f8570917 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-ssh2695776821021242947.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f5e0e1f8358a839901f1a476b3a28a62f8570917 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f5e0e1f8358a839901f1a476b3a28a62f8570917 # timeout=10 Commit message: "Merge pull request #449 from jinlinGuan/issue-448" > 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-ssh2514630072051476492.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-ssh1448856912194362517.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] ========================================================= [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.21 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-865 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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 > 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 Avoid second fetch Checking out Revision 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e (main) Commit message: "Merge pull request #660 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.2.0-dev.36" > git config core.sparsecheckout # timeout=10 > git checkout -f 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e # timeout=10 > git rev-list --no-walk 4880d13fba8919741e70fade795d8a1158c52518 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-05-27T13:59:47.657Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-05-27T13:59:47.724Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-05-27T13:59:47.751Z] ========================================================= [2024-05-27T13:59:47.752Z] EdgeX Global Pipelines Version Info [2024-05-27T13:59:47.752Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-05-27T13:59:48.480Z] ------------------- [2024-05-27T13:59:48.480Z] stable info: [2024-05-27T13:59:48.480Z] ------------------- [2024-05-27T13:59:48.480Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-05-27T13:59:48.480Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-05-27T13:59:48.480Z] Message: update stable to v1.0.259 [2024-05-27T13:59:49.051Z] ------------------- [2024-05-27T13:59:49.051Z] experimental info: [2024-05-27T13:59:49.051Z] ------------------- [2024-05-27T13:59:49.051Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-05-27T13:59:49.051Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-05-27T13:59:49.051Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-05-27T13:59:49.128Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2024-05-27T13:59:49.146Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2024-05-27T13:59:49.169Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-05-27T13:59:49.190Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-05-27T13:59:49.211Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-05-27T13:59:49.232Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-05-27T13:59:49.254Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-05-27T13:59:49.274Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-05-27T13:59:49.294Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-05-27T13:59:49.314Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-05-27T13:59:49.338Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-05-27T13:59:49.358Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2024-05-27T13:59:49.377Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-05-27T13:59:49.402Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-05-27T13:59:49.425Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-05-27T13:59:49.446Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-05-27T13:59:49.462Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-05-27T13:59:49.482Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-05-27T13:59:49.502Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-05-27T13:59:49.524Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-05-27T13:59:49.545Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-05-27T13:59:49.569Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-05-27T13:59:49.593Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-05-27T13:59:49.617Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-05-27T13:59:49.637Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-05-27T13:59:49.658Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-05-27T13:59:49.678Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-05-27T13:59:49.699Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-05-27T13:59:49.723Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-05-27T13:59:49.746Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-05-27T13:59:49.765Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e [Pipeline] echo [2024-05-27T13:59:49.786Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2a61b8a [Pipeline] echo [2024-05-27T13:59:49.810Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-27T13:59:49.870Z] provisioning config files... [2024-05-27T13:59:49.884Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config7523974578479395867tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-27T13:59:50.215Z] ---> ****-login.sh [2024-05-27T13:59:50.215Z] nexus3.edgexfoundry.org:10001 [2024-05-27T13:59:50.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T13:59:50.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T13:59:50.474Z] Configure a credential helper to remove this warning. See [2024-05-27T13:59:50.474Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T13:59:50.474Z] [2024-05-27T13:59:50.474Z] Login Succeeded [2024-05-27T13:59:50.474Z] nexus3.edgexfoundry.org:10002 [2024-05-27T13:59:50.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T13:59:50.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T13:59:50.734Z] Configure a credential helper to remove this warning. See [2024-05-27T13:59:50.734Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T13:59:50.734Z] [2024-05-27T13:59:50.734Z] Login Succeeded [2024-05-27T13:59:50.734Z] nexus3.edgexfoundry.org:10003 [2024-05-27T13:59:50.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T13:59:50.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T13:59:50.734Z] Configure a credential helper to remove this warning. See [2024-05-27T13:59:50.734Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T13:59:50.734Z] [2024-05-27T13:59:50.734Z] Login Succeeded [2024-05-27T13:59:50.734Z] nexus3.edgexfoundry.org:10004 [2024-05-27T13:59:50.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T13:59:50.994Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T13:59:50.994Z] Configure a credential helper to remove this warning. See [2024-05-27T13:59:50.994Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T13:59:50.994Z] [2024-05-27T13:59:50.994Z] Login Succeeded [2024-05-27T13:59:50.994Z] ****.io [2024-05-27T13:59:50.994Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T13:59:51.255Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T13:59:51.255Z] Configure a credential helper to remove this warning. See [2024-05-27T13:59:51.255Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T13:59:51.255Z] [2024-05-27T13:59:51.255Z] Login Succeeded [2024-05-27T13:59:51.255Z] ---> ****-login.sh ends [Pipeline] } [2024-05-27T13:59:51.262Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-05-27T13:59:51.677Z] + git rev-list -1 --merges 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e~1..2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e [Pipeline] echo [2024-05-27T13:59:51.700Z] -----------> git rev-list -1 --merges 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e~1..2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e [2024-05-27T13:59:51.700Z] 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e [false] [Pipeline] sh [2024-05-27T13:59:51.993Z] + git log --format=format:%s -1 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e [Pipeline] echo [2024-05-27T13:59:52.010Z] ========================================================= [2024-05-27T13:59:52.010Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-05-27T13:59:52.010Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-05-27T13:59:52.355Z] + git log --format=format:%s -1 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e [Pipeline] echo [2024-05-27T13:59:52.368Z] [semverPrep] GIT_COMMIT: 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e, Commit Message: Merge pull request #660 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.2.0-dev.36 [Pipeline] echo [2024-05-27T13:59:52.381Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-05-27T13:59:52.755Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-05-27T13:59:52.755Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-05-27T13:59:52.755Z] + [ -e /tmp/ssh_known_hosts ] [2024-05-27T13:59:52.755Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-05-27T13:59:52.755Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-05-27T13:59:52.755Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-05-27T13:59:52.755Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T13:59:53.186Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-27T13:59:53.186Z] [2024-05-27T13:59:53.186Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T13:59:53.485Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-27T13:59:53.485Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-05-27T13:59:53.485Z] b85a868b505f: Pulling fs layer [2024-05-27T13:59:53.485Z] e2be974225ed: Pulling fs layer [2024-05-27T13:59:53.485Z] 339a4e72a1f5: Pulling fs layer [2024-05-27T13:59:53.485Z] 988bab9f4d93: Pulling fs layer [2024-05-27T13:59:53.485Z] 1469e6f7b9e6: Pulling fs layer [2024-05-27T13:59:53.485Z] eaf3925da568: Pulling fs layer [2024-05-27T13:59:53.485Z] bab4dde63d76: Pulling fs layer [2024-05-27T13:59:53.485Z] bde34c3a00c8: Pulling fs layer [2024-05-27T13:59:53.485Z] 988bab9f4d93: Waiting [2024-05-27T13:59:53.485Z] 1469e6f7b9e6: Waiting [2024-05-27T13:59:53.485Z] eaf3925da568: Waiting [2024-05-27T13:59:53.486Z] bab4dde63d76: Waiting [2024-05-27T13:59:53.486Z] b352a97aabf1: Pulling fs layer [2024-05-27T13:59:53.486Z] 4872d77fe225: Pulling fs layer [2024-05-27T13:59:53.486Z] bde34c3a00c8: Waiting [2024-05-27T13:59:53.486Z] b352a97aabf1: Waiting [2024-05-27T13:59:53.486Z] 5851b861e8e6: Pulling fs layer [2024-05-27T13:59:53.486Z] 4872d77fe225: Waiting [2024-05-27T13:59:53.486Z] e2be974225ed: Verifying Checksum [2024-05-27T13:59:53.486Z] e2be974225ed: Download complete [2024-05-27T13:59:53.486Z] 988bab9f4d93: Download complete [2024-05-27T13:59:53.486Z] 1469e6f7b9e6: Verifying Checksum [2024-05-27T13:59:53.486Z] 1469e6f7b9e6: Download complete [2024-05-27T13:59:53.743Z] eaf3925da568: Verifying Checksum [2024-05-27T13:59:53.743Z] eaf3925da568: Download complete [2024-05-27T13:59:53.743Z] 339a4e72a1f5: Verifying Checksum [2024-05-27T13:59:53.743Z] 339a4e72a1f5: Download complete [2024-05-27T13:59:53.743Z] bde34c3a00c8: Download complete [2024-05-27T13:59:53.743Z] b85a868b505f: Verifying Checksum [2024-05-27T13:59:53.743Z] b85a868b505f: Download complete [2024-05-27T13:59:53.743Z] 4872d77fe225: Verifying Checksum [2024-05-27T13:59:53.743Z] 4872d77fe225: Download complete [2024-05-27T13:59:53.743Z] b352a97aabf1: Verifying Checksum [2024-05-27T13:59:53.743Z] b352a97aabf1: Download complete [2024-05-27T13:59:53.743Z] 5851b861e8e6: Verifying Checksum [2024-05-27T13:59:53.743Z] 5851b861e8e6: Download complete [2024-05-27T13:59:54.005Z] bab4dde63d76: Verifying Checksum [2024-05-27T13:59:54.005Z] bab4dde63d76: Download complete [2024-05-27T13:59:54.956Z] b85a868b505f: Pull complete [2024-05-27T13:59:54.956Z] e2be974225ed: Pull complete [2024-05-27T13:59:55.523Z] 339a4e72a1f5: Pull complete [2024-05-27T13:59:55.523Z] 988bab9f4d93: Pull complete [2024-05-27T13:59:55.782Z] 1469e6f7b9e6: Pull complete [2024-05-27T13:59:55.782Z] eaf3925da568: Pull complete [2024-05-27T13:59:57.683Z] bab4dde63d76: Pull complete [2024-05-27T13:59:57.683Z] bde34c3a00c8: Pull complete [2024-05-27T13:59:57.683Z] b352a97aabf1: Pull complete [2024-05-27T13:59:57.683Z] 4872d77fe225: Pull complete [2024-05-27T13:59:57.683Z] 5851b861e8e6: Pull complete [2024-05-27T13:59:57.683Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-05-27T13:59:57.683Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-27T13:59:57.683Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-27T13:59:57.822Z] prd-ubuntu20.04-docker-8c-8g-865 does not seem to be running inside a container [2024-05-27T13:59:57.856Z] $ 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 [2024-05-27T14:00:01.227Z] $ docker top 5f5a1e85f3d50e04375f00e896a8e58747a247bf0bab9a8f376b0a0afdeb254c -eo pid,comm [2024-05-27T14:00:01.299Z] 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). [2024-05-27T14:00:01.299Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-05-27T14:00:01.344Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-05-27T14:00:01.344Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-27T14:00:01.444Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-27T14:00:01.448Z] $ docker exec 5f5a1e85f3d50e04375f00e896a8e58747a247bf0bab9a8f376b0a0afdeb254c ssh-agent [2024-05-27T14:00:01.565Z] SSH_AUTH_SOCK=/tmp/ssh-Vc9qb4D4YB8A/agent.33 [2024-05-27T14:00:01.565Z] SSH_AGENT_PID=39 [2024-05-27T14:00:01.572Z] Running ssh-add (command line suppressed) [2024-05-27T14:00:01.682Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_4654497565649199902.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_4654497565649199902.key) [2024-05-27T14:00:01.701Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-27T14:00:02.001Z] + git tag --points-at HEAD [Pipeline] } [2024-05-27T14:00:02.015Z] $ docker exec --env ******** --env ******** 5f5a1e85f3d50e04375f00e896a8e58747a247bf0bab9a8f376b0a0afdeb254c ssh-agent -k [2024-05-27T14:00:02.093Z] unset SSH_AUTH_SOCK; [2024-05-27T14:00:02.093Z] unset SSH_AGENT_PID; [2024-05-27T14:00:02.094Z] echo Agent pid 39 killed; [2024-05-27T14:00:02.098Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-05-27T14:00:02.137Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-05-27T14:00:02.137Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-27T14:00:02.239Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-27T14:00:02.244Z] $ docker exec 5f5a1e85f3d50e04375f00e896a8e58747a247bf0bab9a8f376b0a0afdeb254c ssh-agent [2024-05-27T14:00:02.345Z] SSH_AUTH_SOCK=/tmp/ssh-VYOvRdapAN4K/agent.72 [2024-05-27T14:00:02.345Z] SSH_AGENT_PID=78 [2024-05-27T14:00:02.351Z] Running ssh-add (command line suppressed) [2024-05-27T14:00:02.458Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_11786924392105431865.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_11786924392105431865.key) [2024-05-27T14:00:02.469Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-27T14:00:02.762Z] + git semver init [2024-05-27T14:00:03.020Z] 2024-05-27 14:00:02,980 [run_init] DEBUG init version:0.0.0 force:False [2024-05-27T14:00:03.020Z] 2024-05-27 14:00:02,981 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver [2024-05-27T14:00:03.020Z] 2024-05-27 14:00:02,981 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver [2024-05-27T14:00:03.020Z] 2024-05-27 14:00:02,981 [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) [2024-05-27T14:00:04.398Z] 2024-05-27 14:00:04,263 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude [2024-05-27T14:00:04.398Z] 2024-05-27 14:00:04,264 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False [2024-05-27T14:00:04.398Z] 2024-05-27 14:00:04,264 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2024-05-27T14:00:04.398Z] 2024-05-27 14:00:04,264 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2024-05-27T14:00:04.398Z] 3.2.0-dev.22 [Pipeline] } [2024-05-27T14:00:04.409Z] $ docker exec --env ******** --env ******** 5f5a1e85f3d50e04375f00e896a8e58747a247bf0bab9a8f376b0a0afdeb254c ssh-agent -k [2024-05-27T14:00:04.514Z] unset SSH_AUTH_SOCK; [2024-05-27T14:00:04.515Z] unset SSH_AGENT_PID; [2024-05-27T14:00:04.515Z] echo Agent pid 78 killed; [2024-05-27T14:00:04.522Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-05-27T14:00:04.914Z] + git semver [Pipeline] } [2024-05-27T14:00:05.189Z] $ docker stop --time=1 5f5a1e85f3d50e04375f00e896a8e58747a247bf0bab9a8f376b0a0afdeb254c [2024-05-27T14:00:06.431Z] $ docker rm -f --volumes 5f5a1e85f3d50e04375f00e896a8e58747a247bf0bab9a8f376b0a0afdeb254c [Pipeline] // withDockerContainer [Pipeline] sh [2024-05-27T14:00:06.770Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-05-27T14:00:07.012Z] Stashed 1 file(s) [Pipeline] echo [2024-05-27T14:00:07.014Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.22 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-27T14:00:07.184Z] provisioning config files... [2024-05-27T14:00:07.196Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config18121995317920440972tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-27T14:00:07.498Z] ---> ****-login.sh [2024-05-27T14:00:07.498Z] nexus3.edgexfoundry.org:10001 [2024-05-27T14:00:07.498Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:00:07.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:00:07.498Z] Configure a credential helper to remove this warning. See [2024-05-27T14:00:07.498Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:00:07.498Z] [2024-05-27T14:00:07.498Z] Login Succeeded [2024-05-27T14:00:07.498Z] nexus3.edgexfoundry.org:10002 [2024-05-27T14:00:07.498Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:00:07.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:00:07.498Z] Configure a credential helper to remove this warning. See [2024-05-27T14:00:07.498Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:00:07.498Z] [2024-05-27T14:00:07.498Z] Login Succeeded [2024-05-27T14:00:07.498Z] nexus3.edgexfoundry.org:10003 [2024-05-27T14:00:07.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:00:07.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:00:07.765Z] Configure a credential helper to remove this warning. See [2024-05-27T14:00:07.765Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:00:07.765Z] [2024-05-27T14:00:07.765Z] Login Succeeded [2024-05-27T14:00:07.765Z] nexus3.edgexfoundry.org:10004 [2024-05-27T14:00:07.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:00:07.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:00:07.765Z] Configure a credential helper to remove this warning. See [2024-05-27T14:00:07.765Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:00:07.765Z] [2024-05-27T14:00:07.765Z] Login Succeeded [2024-05-27T14:00:07.765Z] ****.io [2024-05-27T14:00:07.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:00:09.670Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:00:09.670Z] Configure a credential helper to remove this warning. See [2024-05-27T14:00:09.670Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:00:09.670Z] [2024-05-27T14:00:09.670Z] Login Succeeded [2024-05-27T14:00:09.670Z] ---> ****-login.sh ends [Pipeline] } [2024-05-27T14:00:09.677Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-05-27T14:00:09.774Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-05-27T14:00:09.793Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-05-27T14:00:09.810Z] ========================================================= [2024-05-27T14:00:09.810Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-05-27T14:00:09.810Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:00:10.141Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-05-27T14:00:10.141Z] Sending build context to Docker daemon 10.71MB [2024-05-27T14:00:10.141Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-05-27T14:00:10.141Z] Step 2/12 : FROM ${BASE} AS builder [2024-05-27T14:00:10.141Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-05-27T14:00:10.141Z] 619be1103602: Pulling fs layer [2024-05-27T14:00:10.141Z] 7862e08f4a3e: Pulling fs layer [2024-05-27T14:00:10.141Z] 5df492c9dc93: Pulling fs layer [2024-05-27T14:00:10.141Z] 7629e6793208: Pulling fs layer [2024-05-27T14:00:10.141Z] 4f4fb700ef54: Pulling fs layer [2024-05-27T14:00:10.141Z] fb5054dd5b73: Pulling fs layer [2024-05-27T14:00:10.141Z] eeca6798cff9: Pulling fs layer [2024-05-27T14:00:10.141Z] aa269ceb94a6: Pulling fs layer [2024-05-27T14:00:10.141Z] ada007ff1a6a: Pulling fs layer [2024-05-27T14:00:10.141Z] 7629e6793208: Waiting [2024-05-27T14:00:10.141Z] 4f4fb700ef54: Waiting [2024-05-27T14:00:10.141Z] fb5054dd5b73: Waiting [2024-05-27T14:00:10.141Z] eeca6798cff9: Waiting [2024-05-27T14:00:10.141Z] aa269ceb94a6: Waiting [2024-05-27T14:00:10.141Z] ada007ff1a6a: Waiting [2024-05-27T14:00:10.141Z] 7862e08f4a3e: Download complete [2024-05-27T14:00:10.141Z] 7629e6793208: Verifying Checksum [2024-05-27T14:00:10.141Z] 7629e6793208: Download complete [2024-05-27T14:00:10.141Z] 4f4fb700ef54: Download complete [2024-05-27T14:00:10.141Z] fb5054dd5b73: Verifying Checksum [2024-05-27T14:00:10.141Z] fb5054dd5b73: Download complete [2024-05-27T14:00:10.400Z] 619be1103602: Verifying Checksum [2024-05-27T14:00:10.400Z] 619be1103602: Download complete [2024-05-27T14:00:10.400Z] eeca6798cff9: Verifying Checksum [2024-05-27T14:00:10.400Z] eeca6798cff9: Download complete [2024-05-27T14:00:10.400Z] 619be1103602: Pull complete [2024-05-27T14:00:10.400Z] ada007ff1a6a: Verifying Checksum [2024-05-27T14:00:10.400Z] ada007ff1a6a: Download complete [2024-05-27T14:00:10.660Z] 7862e08f4a3e: Pull complete [2024-05-27T14:00:10.660Z] 5df492c9dc93: Verifying Checksum [2024-05-27T14:00:10.660Z] 5df492c9dc93: Download complete [2024-05-27T14:00:11.223Z] aa269ceb94a6: Verifying Checksum [2024-05-27T14:00:13.755Z] 5df492c9dc93: Pull complete [2024-05-27T14:00:13.755Z] 7629e6793208: Pull complete [2024-05-27T14:00:13.755Z] 4f4fb700ef54: Pull complete [2024-05-27T14:00:14.012Z] fb5054dd5b73: Pull complete [2024-05-27T14:00:14.012Z] eeca6798cff9: Pull complete [2024-05-27T14:00:16.557Z] aa269ceb94a6: Pull complete [2024-05-27T14:00:16.557Z] ada007ff1a6a: Pull complete [2024-05-27T14:00:16.557Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-05-27T14:00:16.557Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-05-27T14:00:16.557Z] ---> f489d0715acc [2024-05-27T14:00:16.557Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2024-05-27T14:00:22.130Z] Still waiting to schedule task [2024-05-27T14:00:22.130Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-05-27T14:00:24.682Z] ---> Running in ff3d7c40a8b8 [2024-05-27T14:00:24.682Z] Removing intermediate container ff3d7c40a8b8 [2024-05-27T14:00:24.682Z] ---> e6e85e9bbdf8 [2024-05-27T14:00:24.682Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-05-27T14:00:24.682Z] ---> Running in 38a99f9b320d [2024-05-27T14:00:24.682Z] Removing intermediate container 38a99f9b320d [2024-05-27T14:00:24.682Z] ---> a107e1881c4a [2024-05-27T14:00:24.682Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-05-27T14:00:24.682Z] ---> Running in 226adace7711 [2024-05-27T14:00:24.682Z] Removing intermediate container 226adace7711 [2024-05-27T14:00:24.682Z] ---> 2c0f460b68b5 [2024-05-27T14:00:24.682Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-05-27T14:00:24.682Z] ---> Running in 5a6dbebc6aaf [2024-05-27T14:00:24.682Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-27T14:00:24.682Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-27T14:00:24.682Z] OK: 264 MiB in 52 packages [2024-05-27T14:00:24.941Z] Removing intermediate container 5a6dbebc6aaf [2024-05-27T14:00:24.941Z] ---> 694eb0eab777 [2024-05-27T14:00:24.941Z] Step 7/12 : WORKDIR /app [2024-05-27T14:00:24.941Z] ---> Running in d2e597c6d699 [2024-05-27T14:00:25.200Z] Removing intermediate container d2e597c6d699 [2024-05-27T14:00:25.200Z] ---> d1fdacb24f88 [2024-05-27T14:00:25.200Z] Step 8/12 : COPY go.mod vendor* ./ [2024-05-27T14:00:25.200Z] ---> ebbc5145f730 [2024-05-27T14:00:25.200Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-27T14:00:25.200Z] ---> Running in c2585a3c9f71 [2024-05-27T14:01:25.070Z] go: github.com/Microsoft/go-winio@v0.6.1: Get "https://proxy.golang.org/github.com/%21microsoft/go-winio/@v/v0.6.1.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address [2024-05-27T14:01:25.070Z] go: github.com/armon/go-metrics@v0.4.1: Get "https://proxy.golang.org/github.com/armon/go-metrics/@v/v0.4.1.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address [2024-05-27T14:01:25.070Z] go: github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2: Get "https://proxy.golang.org/github.com/asaskevich/govalidator/@v/v0.0.0-20230301143203-a9d515a09cc2.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address [2024-05-27T14:01:25.070Z] go: github.com/barkimedes/go-deepcopy@v0.0.0-20220514131651-17c30cfc62df: Get "https://proxy.golang.org/github.com/barkimedes/go-deepcopy/@v/v0.0.0-20220514131651-17c30cfc62df.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address [2024-05-27T14:01:25.070Z] go: github.com/cenkalti/backoff@v2.2.1+incompatible: Get "https://proxy.golang.org/github.com/cenkalti/backoff/@v/v2.2.1+incompatible.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address [2024-05-27T14:01:25.070Z] go: github.com/cenkalti/backoff/v4@v4.3.0: Get "https://proxy.golang.org/github.com/cenkalti/backoff/v4/@v/v4.3.0.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address [2024-05-27T14:01:25.070Z] go: github.com/diegoholiveira/jsonlogic/v3@v3.5.3: Get "https://proxy.golang.org/github.com/diegoholiveira/jsonlogic/v3/@v/v3.5.3.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address [2024-05-27T14:01:25.070Z] go: github.com/eclipse/paho.mqtt.golang@v1.4.3: Get "https://proxy.golang.org/github.com/eclipse/paho.mqtt.golang/@v/v1.4.3.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address [2024-05-27T14:01:25.070Z] go: github.com/edgexfoundry/app-functions-sdk-go/v3@v3.2.0-dev.36: Get "https://proxy.golang.org/github.com/edgexfoundry/app-functions-sdk-go/v3/@v/v3.2.0-dev.36.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address [2024-05-27T14:01:25.070Z] go: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.2.0-dev.32: Get "https://proxy.golang.org/github.com/edgexfoundry/go-mod-bootstrap/v3/@v/v3.2.0-dev.32.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address [2024-05-27T14:01:25.070Z] go: github.com/edgexfoundry/go-mod-configuration/v3@v3.2.0-dev.7: Get "https://proxy.golang.org/github.com/edgexfoundry/go-mod-configuration/v3/@v/v3.2.0-dev.7.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address [2024-05-27T14:01:25.070Z] go: github.com/edgexfoundry/go-mod-core-contracts/v3@v3.2.0-dev.20: Get "https://proxy.golang.org/github.com/edgexfoundry/go-mod-core-contracts/v3/@v/v3.2.0-dev.20.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address [2024-05-27T14:01:25.070Z] go: github.com/edgexfoundry/go-mod-messaging/v3@v3.2.0-dev.20: Get "https://proxy.golang.org/github.com/edgexfoundry/go-mod-messaging/v3/@v/v3.2.0-dev.20.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address [2024-05-27T14:01:25.070Z] go: github.com/edgexfoundry/go-mod-registry/v3@v3.2.0-dev.8: Get "https://proxy.golang.org/github.com/edgexfoundry/go-mod-registry/v3/@v/v3.2.0-dev.8.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address [2024-05-27T14:01:25.070Z] go: github.com/edgexfoundry/go-mod-secrets/v3@v3.2.0-dev.5: Get "https://proxy.golang.org/github.com/edgexfoundry/go-mod-secrets/v3/@v/v3.2.0-dev.5.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address [2024-05-27T14:01:25.070Z] go: github.com/fatih/color@v1.16.0: Get "https://proxy.golang.org/github.com/fatih/color/@v/v1.16.0.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address [2024-05-27T14:01:25.070Z] go: github.com/fsnotify/fsnotify@v1.7.0: Get "https://proxy.golang.org/github.com/fsnotify/fsnotify/@v/v1.7.0.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address [2024-05-27T14:01:25.070Z] go: github.com/fullsailor/pkcs7@v0.0.0-20190404230743-d7302db945fa: Get "https://proxy.golang.org/github.com/fullsailor/pkcs7/@v/v0.0.0-20190404230743-d7302db945fa.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address [2024-05-27T14:01:25.071Z] go: github.com/fxamacker/cbor/v2@v2.6.0: Get "https://proxy.golang.org/github.com/fxamacker/cbor/v2/@v/v2.6.0.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address [2024-05-27T14:01:25.071Z] go: github.com/gabriel-vasile/mimetype@v1.4.3: Get "https://proxy.golang.org/github.com/gabriel-vasile/mimetype/@v/v1.4.3.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address [2024-05-27T14:01:25.071Z] go: github.com/go-jose/go-jose/v3@v3.0.3: Get "https://proxy.golang.org/github.com/go-jose/go-jose/v3/@v/v3.0.3.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address [2024-05-27T14:01:25.071Z] go: github.com/go-kit/log@v0.2.1: Get "https://proxy.golang.org/github.com/go-kit/log/@v/v0.2.1.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address [2024-05-27T14:01:25.071Z] go: github.com/go-logfmt/logfmt@v0.5.1: Get "https://proxy.golang.org/github.com/go-logfmt/logfmt/@v/v0.5.1.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address [2024-05-27T14:01:25.071Z] go: github.com/go-logr/logr@v1.4.1: Get "https://proxy.golang.org/github.com/go-logr/logr/@v/v1.4.1.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address [2024-05-27T14:01:25.071Z] go: github.com/go-logr/stdr@v1.2.2: Get "https://proxy.golang.org/github.com/go-logr/stdr/@v/v1.2.2.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address [2024-05-27T14:01:25.071Z] go: github.com/go-ole/go-ole@v1.2.6: Get "https://proxy.golang.org/github.com/go-ole/go-ole/@v/v1.2.6.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address [2024-05-27T14:01:25.071Z] go: github.com/go-openapi/analysis@v0.23.0: Get "https://proxy.golang.org/github.com/go-openapi/analysis/@v/v0.23.0.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address [2024-05-27T14:01:25.071Z] go: github.com/go-openapi/errors@v0.22.0: Get "https://proxy.golang.org/github.com/go-openapi/errors/@v/v0.22.0.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address [2024-05-27T14:01:25.071Z] go: github.com/go-openapi/jsonpointer@v0.21.0: Get "https://proxy.golang.org/github.com/go-openapi/jsonpointer/@v/v0.21.0.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address [2024-05-27T14:01:25.071Z] go: github.com/go-openapi/jsonreference@v0.21.0: Get "https://proxy.golang.org/github.com/go-openapi/jsonreference/@v/v0.21.0.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address [2024-05-27T14:01:25.071Z] go: github.com/go-openapi/loads@v0.22.0: Get "https://proxy.golang.org/github.com/go-openapi/loads/@v/v0.22.0.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address [2024-05-27T14:01:25.071Z] go: github.com/go-openapi/runtime@v0.28.0: Get "https://proxy.golang.org/github.com/go-openapi/runtime/@v/v0.28.0.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address [2024-05-27T14:01:25.071Z] skipping... [2024-05-27T14:01:51.611Z] Removing intermediate container c2585a3c9f71 [2024-05-27T14:01:51.611Z] ---> 0d274c13731b [2024-05-27T14:01:51.611Z] Step 10/12 : COPY . . [2024-05-27T14:01:51.611Z] ---> 06b7aa2787b9 [2024-05-27T14:01:51.611Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-05-27T14:01:51.611Z] ---> Running in d05681a92280 [2024-05-27T14:01:51.870Z] Removing intermediate container d05681a92280 [2024-05-27T14:01:51.870Z] ---> 390a8293e8a6 [2024-05-27T14:01:51.870Z] Step 12/12 : RUN $MAKE [2024-05-27T14:01:51.870Z] ---> Running in c21e5812b43f [2024-05-27T14:01:51.870Z] noop [2024-05-27T14:01:52.436Z] Removing intermediate container c21e5812b43f [2024-05-27T14:01:52.436Z] ---> 8afa1ff70d34 [2024-05-27T14:01:52.436Z] Successfully built 8afa1ff70d34 [2024-05-27T14:01:52.436Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:01:52.767Z] + docker inspect -f . ci-base-image-x86_64 [2024-05-27T14:01:52.767Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-27T14:01:52.844Z] prd-ubuntu20.04-docker-8c-8g-865 does not seem to be running inside a container [2024-05-27T14:01:52.881Z] $ 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 [2024-05-27T14:01:53.251Z] $ docker top cacecef57baedf7a39c74344e90cc4b642767727b819d48dd73a2e1328a09be7 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-27T14:01:53.590Z] + go version [2024-05-27T14:01:53.590Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-05-27T14:01:53.604Z] $ docker stop --time=1 cacecef57baedf7a39c74344e90cc4b642767727b819d48dd73a2e1328a09be7 [2024-05-27T14:01:55.190Z] $ docker rm -f --volumes cacecef57baedf7a39c74344e90cc4b642767727b819d48dd73a2e1328a09be7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:01:55.663Z] + docker inspect -f . ci-base-image-x86_64 [2024-05-27T14:01:55.663Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-27T14:01:55.747Z] prd-ubuntu20.04-docker-8c-8g-865 does not seem to be running inside a container [2024-05-27T14:01:55.782Z] $ 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 [2024-05-27T14:01:56.113Z] $ docker top 7bae5b1ad0a235d1c17fe93e3ceb993593e8d7afd20fa4a0c5528852cf9c3465 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-27T14:01:56.455Z] + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh [2024-05-27T14:01:56.753Z] + make test [2024-05-27T14:01:56.753Z] go test -race -coverprofile=coverage.out ./... [2024-05-27T14:01:56.753Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v3 v3.2.0-dev.36 [2024-05-27T14:01:57.012Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v3 v3.2.0-dev.32 [2024-05-27T14:01:57.012Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.2.0-dev.20 [2024-05-27T14:01:57.012Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.2.0-dev.20 [2024-05-27T14:01:57.270Z] go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.2.0-dev.8 [2024-05-27T14:01:57.270Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.2.0-dev.5 [2024-05-27T14:01:57.270Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.4.3 [2024-05-27T14:01:57.270Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.2.0-dev.7 [2024-05-27T14:01:57.270Z] go: downloading github.com/fxamacker/cbor/v2 v2.6.0 [2024-05-27T14:01:57.270Z] go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.5.3 [2024-05-27T14:01:57.270Z] go: downloading github.com/go-kit/log v0.2.1 [2024-05-27T14:01:57.270Z] go: downloading github.com/go-openapi/runtime v0.28.0 [2024-05-27T14:01:57.527Z] go: downloading github.com/cenkalti/backoff/v4 v4.3.0 [2024-05-27T14:01:57.527Z] go: downloading github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df [2024-05-27T14:01:57.527Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2024-05-27T14:01:57.527Z] go: downloading github.com/gabriel-vasile/mimetype v1.4.3 [2024-05-27T14:01:57.527Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2024-05-27T14:01:57.527Z] go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 [2024-05-27T14:01:57.527Z] go: downloading github.com/go-openapi/errors v0.22.0 [2024-05-27T14:01:57.784Z] go: downloading github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa [2024-05-27T14:01:57.784Z] go: downloading github.com/fsnotify/fsnotify v1.7.0 [2024-05-27T14:01:57.784Z] go: downloading github.com/go-jose/go-jose/v3 v3.0.3 [2024-05-27T14:01:57.784Z] go: downloading github.com/go-openapi/analysis v0.23.0 [2024-05-27T14:01:57.784Z] go: downloading github.com/go-openapi/loads v0.22.0 [2024-05-27T14:01:57.784Z] go: downloading github.com/go-logr/logr v1.4.1 [2024-05-27T14:01:57.784Z] go: downloading github.com/go-openapi/jsonpointer v0.21.0 [2024-05-27T14:01:57.784Z] go: downloading github.com/fatih/color v1.16.0 [2024-05-27T14:01:57.784Z] go: downloading github.com/armon/go-metrics v0.4.1 [2024-05-27T14:01:57.784Z] go: downloading github.com/go-openapi/jsonreference v0.21.0 [2024-05-27T14:01:57.784Z] go: downloading github.com/go-logr/stdr v1.2.2 [2024-05-27T14:02:08.526Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-867 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2024-05-27T14:02:08.538Z] Running in /w/workspace/app-service-configurable/231 [Pipeline] { [Pipeline] checkout [2024-05-27T14:02:08.581Z] The recommended git tool is: git [2024-05-27T14:02:15.692Z] using credential edgex-jenkins-ssh [2024-05-27T14:02:15.717Z] Cloning the remote Git repository [2024-05-27T14:02:15.795Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2024-05-27T14:02:15.922Z] > git init /w/workspace/app-service-configurable/231 # timeout=10 [2024-05-27T14:02:16.270Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2024-05-27T14:02:16.271Z] > git --version # timeout=10 [2024-05-27T14:02:16.356Z] > git --version # 'git version 2.25.1' [2024-05-27T14:02:16.362Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-05-27T14:02:16.604Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-05-27T14:02:20.083Z] Avoid second fetch [2024-05-27T14:02:20.083Z] Checking out Revision 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e (main) [2024-05-27T14:02:19.078Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2024-05-27T14:02:19.103Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-05-27T14:02:20.108Z] > git config core.sparsecheckout # timeout=10 [2024-05-27T14:02:20.194Z] > git checkout -f 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e # timeout=10 [2024-05-27T14:02:20.800Z] Commit message: "Merge pull request #660 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.2.0-dev.36" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-05-27T14:02:25.440Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-05-27T14:02:25.440Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-05-27T14:02:25.440Z] Dload Upload Total Spent Left Speed [2024-05-27T14:02:25.440Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 108k 0 --:--:-- --:--:-- --:--:-- 109k [Pipeline] sh [2024-05-27T14:02:25.782Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-05-27T14:02:26.112Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-05-27T14:02:26.113Z] + sudo tee /etc/docker/daemon.new [2024-05-27T14:02:26.113Z] { [2024-05-27T14:02:26.113Z] "registry-mirrors": [ [2024-05-27T14:02:26.113Z] "https://nexus3.edgexfoundry.org:10001" [2024-05-27T14:02:26.113Z] ], [2024-05-27T14:02:26.113Z] "bip": "10.250.0.254/24", [2024-05-27T14:02:26.113Z] "hosts": [ [2024-05-27T14:02:26.113Z] "tcp://0.0.0.0:5555", [2024-05-27T14:02:26.113Z] "unix:///var/run/docker.sock" [2024-05-27T14:02:26.113Z] ], [2024-05-27T14:02:26.113Z] "mtu": 1458, [2024-05-27T14:02:26.113Z] "selinux-enabled": true, [2024-05-27T14:02:26.113Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-05-27T14:02:26.113Z] } [Pipeline] sh [2024-05-27T14:02:26.445Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-05-27T14:02:26.777Z] + sudo service docker restart [2024-05-27T14:02:29.847Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-27T14:02:45.052Z] provisioning config files... [2024-05-27T14:02:45.074Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/231@tmp/config13385039287488453510tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-27T14:02:45.513Z] ---> ****-login.sh [2024-05-27T14:02:45.513Z] nexus3.edgexfoundry.org:10001 [2024-05-27T14:02:45.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:02:46.048Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:02:46.048Z] Configure a credential helper to remove this warning. See [2024-05-27T14:02:46.048Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:02:46.048Z] [2024-05-27T14:02:46.048Z] Login Succeeded [2024-05-27T14:02:46.048Z] nexus3.edgexfoundry.org:10002 [2024-05-27T14:02:46.319Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:02:46.320Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:02:46.320Z] Configure a credential helper to remove this warning. See [2024-05-27T14:02:46.320Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:02:46.320Z] [2024-05-27T14:02:46.320Z] Login Succeeded [2024-05-27T14:02:46.320Z] nexus3.edgexfoundry.org:10003 [2024-05-27T14:02:46.586Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:02:46.853Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:02:46.853Z] Configure a credential helper to remove this warning. See [2024-05-27T14:02:46.853Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:02:46.853Z] [2024-05-27T14:02:46.853Z] Login Succeeded [2024-05-27T14:02:46.853Z] nexus3.edgexfoundry.org:10004 [2024-05-27T14:02:46.853Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:02:47.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:02:47.120Z] Configure a credential helper to remove this warning. See [2024-05-27T14:02:47.120Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:02:47.120Z] [2024-05-27T14:02:47.120Z] Login Succeeded [2024-05-27T14:02:47.120Z] ****.io [2024-05-27T14:02:47.390Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:02:47.390Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:02:47.390Z] Configure a credential helper to remove this warning. See [2024-05-27T14:02:47.390Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:02:47.390Z] [2024-05-27T14:02:47.390Z] Login Succeeded [2024-05-27T14:02:47.390Z] ---> ****-login.sh ends [Pipeline] } [2024-05-27T14:02:47.402Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-05-27T14:02:47.679Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-05-27T14:02:47.698Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-05-27T14:02:47.718Z] ========================================================= [2024-05-27T14:02:47.718Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-05-27T14:02:47.718Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:02:48.074Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-05-27T14:02:48.074Z] Sending build context to Docker daemon 238.6kB [2024-05-27T14:02:48.342Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-05-27T14:02:48.342Z] Step 2/12 : FROM ${BASE} AS builder [2024-05-27T14:02:48.342Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-05-27T14:02:48.342Z] c6b39de5b339: Pulling fs layer [2024-05-27T14:02:48.342Z] a69c41024577: Pulling fs layer [2024-05-27T14:02:48.342Z] d6de4b400683: Pulling fs layer [2024-05-27T14:02:48.342Z] 35cb2a7552d0: Pulling fs layer [2024-05-27T14:02:48.342Z] 4f4fb700ef54: Pulling fs layer [2024-05-27T14:02:48.342Z] 35cb2a7552d0: Waiting [2024-05-27T14:02:48.342Z] 464afbd9ba4c: Pulling fs layer [2024-05-27T14:02:48.342Z] 00f215d4a9da: Pulling fs layer [2024-05-27T14:02:48.342Z] d496ad576159: Pulling fs layer [2024-05-27T14:02:48.342Z] 4f4fb700ef54: Waiting [2024-05-27T14:02:48.342Z] 464afbd9ba4c: Waiting [2024-05-27T14:02:48.342Z] 00f215d4a9da: Waiting [2024-05-27T14:02:48.342Z] d496ad576159: Waiting [2024-05-27T14:02:48.342Z] a69c41024577: Verifying Checksum [2024-05-27T14:02:48.342Z] a69c41024577: Download complete [2024-05-27T14:02:48.342Z] 35cb2a7552d0: Verifying Checksum [2024-05-27T14:02:48.342Z] 35cb2a7552d0: Download complete [2024-05-27T14:02:48.607Z] 4f4fb700ef54: Verifying Checksum [2024-05-27T14:02:48.607Z] 4f4fb700ef54: Download complete [2024-05-27T14:02:48.607Z] 464afbd9ba4c: Verifying Checksum [2024-05-27T14:02:48.607Z] 464afbd9ba4c: Download complete [2024-05-27T14:02:48.607Z] c6b39de5b339: Download complete [2024-05-27T14:02:48.874Z] d496ad576159: Verifying Checksum [2024-05-27T14:02:48.874Z] d496ad576159: Download complete [2024-05-27T14:02:49.458Z] c6b39de5b339: Pull complete [2024-05-27T14:02:50.043Z] a69c41024577: Pull complete [2024-05-27T14:02:50.043Z] d6de4b400683: Verifying Checksum [2024-05-27T14:02:50.043Z] d6de4b400683: Download complete [2024-05-27T14:02:51.001Z] 00f215d4a9da: Verifying Checksum [2024-05-27T14:02:51.001Z] 00f215d4a9da: Download complete [2024-05-27T14:02:56.429Z] go vet ./... [2024-05-27T14:02:57.367Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-05-27T14:02:57.367Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-05-27T14:02:57.367Z] ./bin/test-attribution-txt.sh [2024-05-27T14:02:57.367Z] An attribution for github.com/barkimedes/go-deepcopy is missing from Attribution.txt, please add [2024-05-27T14:02:57.625Z] An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [Pipeline] echo [2024-05-27T14:02:57.636Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-05-27T14:02:57.656Z] $ docker stop --time=1 7bae5b1ad0a235d1c17fe93e3ceb993593e8d7afd20fa4a0c5528852cf9c3465 [2024-05-27T14:03:03.035Z] $ docker rm -f --volumes 7bae5b1ad0a235d1c17fe93e3ceb993593e8d7afd20fa4a0c5528852cf9c3465 [2024-05-27T14:03:03.308Z] d6de4b400683: Pull complete [2024-05-27T14:03:03.308Z] 35cb2a7552d0: Pull complete [2024-05-27T14:03:03.308Z] 4f4fb700ef54: Pull complete [2024-05-27T14:03:03.308Z] 464afbd9ba4c: Pull complete [Pipeline] // withDockerContainer [Pipeline] sh [2024-05-27T14:03:03.710Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-05-27T14:03:03.764Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-05-27T14:03:04.274Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-05-27T14:03:04.564Z] + ls -al . [2024-05-27T14:03:04.564Z] total 260 [2024-05-27T14:03:04.564Z] drwxrwxr-x 7 jenkins jenkins 4096 May 27 14:01 . [2024-05-27T14:03:04.564Z] drwxrwxr-x 4 jenkins jenkins 4096 May 27 13:59 .. [2024-05-27T14:03:04.564Z] -rw-rw-r-- 1 jenkins jenkins 119 May 27 13:59 .dockerignore [2024-05-27T14:03:04.564Z] drwxrwxr-x 8 jenkins jenkins 4096 May 27 14:02 .git [2024-05-27T14:03:04.564Z] drwxrwxr-x 3 jenkins jenkins 4096 May 27 13:59 .github [2024-05-27T14:03:04.564Z] -rw-rw-r-- 1 jenkins jenkins 106 May 27 13:59 .gitignore [2024-05-27T14:03:04.564Z] -rw-rw-r-- 1 jenkins jenkins 41 May 27 13:59 .golangci.yml [2024-05-27T14:03:04.564Z] drwxr-xr-x 3 jenkins jenkins 4096 May 27 14:00 .semver [2024-05-27T14:03:04.564Z] -rw-rw-r-- 1 jenkins jenkins 18981 May 27 13:59 Attribution.txt [2024-05-27T14:03:04.564Z] -rw-rw-r-- 1 jenkins jenkins 37263 May 27 13:59 CHANGELOG.md [2024-05-27T14:03:04.564Z] -rw-rw-r-- 1 jenkins jenkins 2007 May 27 13:59 Dockerfile [2024-05-27T14:03:04.564Z] -rw-rw-r-- 1 jenkins jenkins 677 May 27 13:59 GOVERNANCE.md [2024-05-27T14:03:04.564Z] -rw-rw-r-- 1 jenkins jenkins 666 May 27 13:59 Jenkinsfile [2024-05-27T14:03:04.564Z] -rw-rw-r-- 1 jenkins jenkins 10174 May 27 13:59 LICENSE [2024-05-27T14:03:04.564Z] -rw-rw-r-- 1 jenkins jenkins 618 May 27 13:59 OWNERS.md [2024-05-27T14:03:04.564Z] -rw-rw-r-- 1 jenkins jenkins 4582 May 27 13:59 README.md [2024-05-27T14:03:04.564Z] -rw-rw-r-- 1 jenkins jenkins 12 May 27 14:00 VERSION [2024-05-27T14:03:04.564Z] drwxrwxr-x 2 jenkins jenkins 4096 May 27 13:59 bin [2024-05-27T14:03:04.564Z] -rw-r--r-- 1 jenkins jenkins 13 May 27 14:01 coverage.out [2024-05-27T14:03:04.564Z] -rw-rw-r-- 1 jenkins jenkins 7154 May 27 13:59 go.mod [2024-05-27T14:03:04.564Z] -rw-rw-r-- 1 jenkins jenkins 102020 May 27 13:59 go.sum [2024-05-27T14:03:04.564Z] -rw-rw-r-- 1 jenkins jenkins 1937 May 27 13:59 main.go [2024-05-27T14:03:04.564Z] -rw-rw-r-- 1 jenkins jenkins 2572 May 27 13:59 makefile [2024-05-27T14:03:04.564Z] drwxrwxr-x 9 jenkins jenkins 4096 May 27 13:59 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:03:04.888Z] + 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=2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e --label arch=amd64 --label version=3.2.0-dev.22 . [2024-05-27T14:03:04.888Z] Sending build context to Docker daemon 10.72MB [2024-05-27T14:03:04.888Z] Step 1/27 : ARG BASE=golang:1.21-alpine3.18 [2024-05-27T14:03:04.888Z] Step 2/27 : FROM ${BASE} AS builder [2024-05-27T14:03:04.889Z] ---> 8afa1ff70d34 [2024-05-27T14:03:04.889Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git" [2024-05-27T14:03:05.148Z] ---> Running in 493f28cbfcea [2024-05-27T14:03:05.148Z] Removing intermediate container 493f28cbfcea [2024-05-27T14:03:05.148Z] ---> e39a08defe4d [2024-05-27T14:03:05.148Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2024-05-27T14:03:05.148Z] ---> Running in cf03e580e544 [2024-05-27T14:03:05.408Z] Removing intermediate container cf03e580e544 [2024-05-27T14:03:05.408Z] ---> 0bfb554e8d50 [2024-05-27T14:03:05.408Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2024-05-27T14:03:05.408Z] ---> Running in ebbe45860748 [2024-05-27T14:03:05.408Z] Removing intermediate container ebbe45860748 [2024-05-27T14:03:05.408Z] ---> 02acd3173945 [2024-05-27T14:03:05.408Z] Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-05-27T14:03:05.408Z] ---> Running in 0fd4c1b2b13d [2024-05-27T14:03:05.669Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-27T14:03:05.928Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-27T14:03:06.188Z] OK: 264 MiB in 52 packages [2024-05-27T14:03:06.758Z] Removing intermediate container 0fd4c1b2b13d [2024-05-27T14:03:06.758Z] ---> 188c86af9122 [2024-05-27T14:03:06.758Z] Step 7/27 : WORKDIR /app [2024-05-27T14:03:07.017Z] ---> Running in ac56db21f924 [2024-05-27T14:03:07.594Z] Removing intermediate container ac56db21f924 [2024-05-27T14:03:07.594Z] ---> 8e1f5a0f2f6b [2024-05-27T14:03:07.594Z] Step 8/27 : COPY go.mod vendor* ./ [2024-05-27T14:03:07.852Z] ---> d289535c9ced [2024-05-27T14:03:07.852Z] Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-27T14:03:07.852Z] ---> Running in b06029ba0c3b [2024-05-27T14:03:11.557Z] 00f215d4a9da: Pull complete [2024-05-27T14:03:13.494Z] d496ad576159: Pull complete [2024-05-27T14:03:13.494Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-05-27T14:03:13.494Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-05-27T14:03:13.494Z] ---> f246e2811388 [2024-05-27T14:03:13.494Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2024-05-27T14:03:14.419Z] Removing intermediate container b06029ba0c3b [2024-05-27T14:03:14.419Z] ---> 0930fb0c4446 [2024-05-27T14:03:14.419Z] Step 10/27 : COPY . . [2024-05-27T14:03:14.419Z] ---> 6e541fafca6b [2024-05-27T14:03:14.419Z] Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-05-27T14:03:14.419Z] ---> Running in 4db039611fd8 [2024-05-27T14:03:14.419Z] Removing intermediate container 4db039611fd8 [2024-05-27T14:03:14.419Z] ---> 84657844d704 [2024-05-27T14:03:14.419Z] Step 12/27 : RUN $MAKE [2024-05-27T14:03:14.419Z] ---> Running in a92066c6a5e3 [2024-05-27T14:03:14.461Z] ---> Running in 1f71fe7b287a [2024-05-27T14:03:14.461Z] Removing intermediate container 1f71fe7b287a [2024-05-27T14:03:14.461Z] ---> 0c3842a373fd [2024-05-27T14:03:14.461Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-05-27T14:03:14.677Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.36 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.2.0-dev.22" -trimpath -mod=readonly -o app-service-configurable [2024-05-27T14:03:14.731Z] ---> Running in fe9d379e2084 [2024-05-27T14:03:15.000Z] Removing intermediate container fe9d379e2084 [2024-05-27T14:03:15.000Z] ---> c83d78283704 [2024-05-27T14:03:15.000Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-05-27T14:03:15.000Z] ---> Running in 8c28afe9e08a [2024-05-27T14:03:15.266Z] Removing intermediate container 8c28afe9e08a [2024-05-27T14:03:15.266Z] ---> 85e34529ec11 [2024-05-27T14:03:15.266Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-05-27T14:03:15.266Z] ---> Running in 1b12485ffd57 [2024-05-27T14:03:16.222Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-27T14:03:16.807Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-27T14:03:17.765Z] OK: 266 MiB in 52 packages [2024-05-27T14:03:18.352Z] Removing intermediate container 1b12485ffd57 [2024-05-27T14:03:18.352Z] ---> 1b4b4da046a9 [2024-05-27T14:03:18.352Z] Step 7/12 : WORKDIR /app [2024-05-27T14:03:18.352Z] ---> Running in 12f6eff3dfbb [2024-05-27T14:03:18.628Z] Removing intermediate container 12f6eff3dfbb [2024-05-27T14:03:18.628Z] ---> 24ba64f706be [2024-05-27T14:03:18.628Z] Step 8/12 : COPY go.mod vendor* ./ [2024-05-27T14:03:19.211Z] ---> 3ada59d502e5 [2024-05-27T14:03:19.211Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-27T14:03:19.211Z] ---> Running in 25b1be361b57 [2024-05-27T14:03:54.057Z] Removing intermediate container a92066c6a5e3 [2024-05-27T14:03:54.057Z] ---> 1a8a6c471e07 [2024-05-27T14:03:54.057Z] Step 13/27 : FROM alpine:3.18 [2024-05-27T14:03:54.057Z] 3.18: Pulling from library/alpine [2024-05-27T14:03:54.057Z] 619be1103602: Already exists [2024-05-27T14:03:54.057Z] Digest: sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-05-27T14:03:54.057Z] Status: Downloaded newer image for alpine:3.18 [2024-05-27T14:03:54.057Z] ---> d3782b16ccc9 [2024-05-27T14:03:54.057Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-05-27T14:03:54.057Z] ---> Running in 14c908a7a9bb [2024-05-27T14:03:54.057Z] Removing intermediate container 14c908a7a9bb [2024-05-27T14:03:54.057Z] ---> d9360ee00a97 [2024-05-27T14:03:54.057Z] Step 15/27 : LABEL Name=app-service-configurable Version=${VERSION} [2024-05-27T14:03:54.057Z] ---> Running in 9472a07fd6dc [2024-05-27T14:03:54.057Z] Removing intermediate container 9472a07fd6dc [2024-05-27T14:03:54.057Z] ---> 0b509a33895f [2024-05-27T14:03:54.057Z] Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init [2024-05-27T14:03:54.057Z] ---> Running in 6f40ab486ece [2024-05-27T14:03:54.057Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-27T14:03:54.057Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-27T14:03:54.057Z] (1/2) Installing ca-certificates (20240226-r0) [2024-05-27T14:03:54.057Z] (2/2) Installing dumb-init (1.2.5-r2) [2024-05-27T14:03:54.057Z] Executing busybox-1.36.1-r5.trigger [2024-05-27T14:03:54.057Z] Executing ca-certificates-20240226-r0.trigger [2024-05-27T14:03:54.057Z] OK: 8 MiB in 17 packages [2024-05-27T14:03:54.057Z] Removing intermediate container 6f40ab486ece [2024-05-27T14:03:54.057Z] ---> 2189a6781045 [2024-05-27T14:03:54.057Z] Step 17/27 : RUN apk --no-cache upgrade [2024-05-27T14:03:54.057Z] ---> Running in d2023576e010 [2024-05-27T14:03:54.057Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-27T14:03:54.057Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-27T14:03:54.057Z] Upgrading critical system libraries and apk-tools: [2024-05-27T14:03:54.057Z] (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-05-27T14:03:54.057Z] Executing busybox-1.36.1-r5.trigger [2024-05-27T14:03:54.057Z] Continuing the upgrade transaction with new apk-tools: [2024-05-27T14:03:54.057Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-27T14:03:54.057Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-27T14:03:54.057Z] (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) [2024-05-27T14:03:54.057Z] Executing busybox-1.36.1-r6.post-upgrade [2024-05-27T14:03:54.057Z] (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) [2024-05-27T14:03:54.057Z] (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-05-27T14:03:54.057Z] (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-27T14:03:54.057Z] (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-27T14:03:54.057Z] (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) [2024-05-27T14:03:54.057Z] Executing busybox-1.36.1-r6.trigger [2024-05-27T14:03:54.057Z] Executing ca-certificates-20240226-r0.trigger [2024-05-27T14:03:54.057Z] OK: 8 MiB in 17 packages [2024-05-27T14:03:54.057Z] Removing intermediate container d2023576e010 [2024-05-27T14:03:54.057Z] ---> db88a09c1089 [2024-05-27T14:03:54.057Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2024-05-27T14:03:54.057Z] ---> 106dfeca4000 [2024-05-27T14:03:54.057Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2024-05-27T14:03:54.057Z] ---> 47fb2ccbe8a1 [2024-05-27T14:03:54.057Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2024-05-27T14:03:54.057Z] ---> 0f822e1e7b7b [2024-05-27T14:03:54.057Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2024-05-27T14:03:54.315Z] ---> 859e4ac3d411 [2024-05-27T14:03:54.315Z] Step 22/27 : EXPOSE 48095 [2024-05-27T14:03:54.315Z] ---> Running in 2469ea72645b [2024-05-27T14:03:54.573Z] Removing intermediate container 2469ea72645b [2024-05-27T14:03:54.573Z] ---> f4cda7c34d8e [2024-05-27T14:03:54.573Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2024-05-27T14:03:54.573Z] ---> Running in dd2383a508fb [2024-05-27T14:03:54.573Z] Removing intermediate container dd2383a508fb [2024-05-27T14:03:54.573Z] ---> e8a2f03917e5 [2024-05-27T14:03:54.573Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-05-27T14:03:54.573Z] ---> Running in c0fe1bce1a57 [2024-05-27T14:03:54.573Z] Removing intermediate container c0fe1bce1a57 [2024-05-27T14:03:54.573Z] ---> a2c6e93cae24 [2024-05-27T14:03:54.573Z] Step 25/27 : LABEL arch=amd64 [2024-05-27T14:03:54.573Z] ---> Running in 4ec0063e30b4 [2024-05-27T14:03:54.832Z] Removing intermediate container 4ec0063e30b4 [2024-05-27T14:03:54.832Z] ---> 71109b80597a [2024-05-27T14:03:54.832Z] Step 26/27 : LABEL git_sha=2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e [2024-05-27T14:03:54.832Z] ---> Running in 9ecd91f81f36 [2024-05-27T14:03:54.832Z] Removing intermediate container 9ecd91f81f36 [2024-05-27T14:03:54.832Z] ---> 14111b3585e4 [2024-05-27T14:03:54.832Z] Step 27/27 : LABEL version=3.2.0-dev.22 [2024-05-27T14:03:54.832Z] ---> Running in c5ee206da5aa [2024-05-27T14:03:54.832Z] Removing intermediate container c5ee206da5aa [2024-05-27T14:03:54.832Z] ---> b45cdda57eb2 [2024-05-27T14:03:54.832Z] [Warning] One or more build-args [ARCH] were not consumed [2024-05-27T14:03:54.832Z] Successfully built b45cdda57eb2 [2024-05-27T14:03:54.832Z] 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 [2024-05-27T14:03:54.960Z] provisioning config files... [2024-05-27T14:03:54.967Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config8831180659757115972tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-27T14:03:55.266Z] ---> ****-login.sh [2024-05-27T14:03:55.266Z] nexus3.edgexfoundry.org:10001 [2024-05-27T14:03:55.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:03:55.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:03:55.266Z] Configure a credential helper to remove this warning. See [2024-05-27T14:03:55.266Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:03:55.266Z] [2024-05-27T14:03:55.266Z] Login Succeeded [2024-05-27T14:03:55.266Z] nexus3.edgexfoundry.org:10002 [2024-05-27T14:03:55.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:03:55.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:03:55.266Z] Configure a credential helper to remove this warning. See [2024-05-27T14:03:55.266Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:03:55.266Z] [2024-05-27T14:03:55.266Z] Login Succeeded [2024-05-27T14:03:55.266Z] nexus3.edgexfoundry.org:10003 [2024-05-27T14:03:55.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:03:55.525Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:03:55.525Z] Configure a credential helper to remove this warning. See [2024-05-27T14:03:55.525Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:03:55.525Z] [2024-05-27T14:03:55.525Z] Login Succeeded [2024-05-27T14:03:55.525Z] nexus3.edgexfoundry.org:10004 [2024-05-27T14:03:55.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:03:55.525Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:03:55.525Z] Configure a credential helper to remove this warning. See [2024-05-27T14:03:55.525Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:03:55.525Z] [2024-05-27T14:03:55.525Z] Login Succeeded [2024-05-27T14:03:55.525Z] ****.io [2024-05-27T14:03:55.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:03:55.785Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:03:55.785Z] Configure a credential helper to remove this warning. See [2024-05-27T14:03:55.785Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:03:55.785Z] [2024-05-27T14:03:55.785Z] Login Succeeded [2024-05-27T14:03:55.785Z] ---> ****-login.sh ends [Pipeline] } [2024-05-27T14:03:55.792Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-27T14:03:55.836Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-05-27T14:03:55.865Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2024-05-27T14:03:55.865Z] 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e [2024-05-27T14:03:55.865Z] latest [2024-05-27T14:03:55.865Z] 3.2.0-dev.22 [2024-05-27T14:03:55.865Z] 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e-3.2.0-dev.22 [2024-05-27T14:03:55.865Z] main [2024-05-27T14:03:55.865Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:03:56.217Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:03:56.547Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e [2024-05-27T14:03:56.547Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2024-05-27T14:03:56.547Z] 0ed61f5ed8ba: Preparing [2024-05-27T14:03:56.547Z] 9f1b99f5c918: Preparing [2024-05-27T14:03:56.547Z] d9a86f872c1b: Preparing [2024-05-27T14:03:56.547Z] bbf644c3f816: Preparing [2024-05-27T14:03:56.547Z] 75a32171a52d: Preparing [2024-05-27T14:03:56.547Z] fcf310f82df2: Preparing [2024-05-27T14:03:56.547Z] aedc3bda2944: Preparing [2024-05-27T14:03:56.547Z] fcf310f82df2: Waiting [2024-05-27T14:03:56.547Z] aedc3bda2944: Waiting [2024-05-27T14:03:56.547Z] 9f1b99f5c918: Pushed [2024-05-27T14:03:56.547Z] d9a86f872c1b: Pushed [2024-05-27T14:03:56.547Z] bbf644c3f816: Pushed [2024-05-27T14:03:56.547Z] aedc3bda2944: Layer already exists [2024-05-27T14:03:56.806Z] fcf310f82df2: Pushed [2024-05-27T14:03:57.066Z] 75a32171a52d: Pushed [2024-05-27T14:03:59.597Z] 0ed61f5ed8ba: Pushed [2024-05-27T14:03:59.597Z] 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e: digest: sha256:133112a12916d97503c3827a0c1bad337ed0c7d540697fb9cbb9694e9b28b31d size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:03:59.924Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:04:00.253Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2024-05-27T14:04:00.253Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2024-05-27T14:04:00.253Z] 0ed61f5ed8ba: Preparing [2024-05-27T14:04:00.253Z] 9f1b99f5c918: Preparing [2024-05-27T14:04:00.253Z] d9a86f872c1b: Preparing [2024-05-27T14:04:00.253Z] bbf644c3f816: Preparing [2024-05-27T14:04:00.253Z] 75a32171a52d: Preparing [2024-05-27T14:04:00.253Z] fcf310f82df2: Preparing [2024-05-27T14:04:00.253Z] aedc3bda2944: Preparing [2024-05-27T14:04:00.253Z] aedc3bda2944: Waiting [2024-05-27T14:04:00.253Z] fcf310f82df2: Waiting [2024-05-27T14:04:00.253Z] 75a32171a52d: Layer already exists [2024-05-27T14:04:00.253Z] bbf644c3f816: Layer already exists [2024-05-27T14:04:00.253Z] 9f1b99f5c918: Layer already exists [2024-05-27T14:04:00.253Z] 0ed61f5ed8ba: Layer already exists [2024-05-27T14:04:00.253Z] d9a86f872c1b: Layer already exists [2024-05-27T14:04:00.253Z] fcf310f82df2: Layer already exists [2024-05-27T14:04:00.253Z] aedc3bda2944: Layer already exists [2024-05-27T14:04:00.253Z] latest: digest: sha256:133112a12916d97503c3827a0c1bad337ed0c7d540697fb9cbb9694e9b28b31d size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:04:00.574Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.2.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:04:00.898Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.2.0-dev.22 [2024-05-27T14:04:00.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2024-05-27T14:04:00.898Z] 0ed61f5ed8ba: Preparing [2024-05-27T14:04:00.898Z] 9f1b99f5c918: Preparing [2024-05-27T14:04:00.898Z] d9a86f872c1b: Preparing [2024-05-27T14:04:00.898Z] bbf644c3f816: Preparing [2024-05-27T14:04:00.898Z] 75a32171a52d: Preparing [2024-05-27T14:04:00.898Z] fcf310f82df2: Preparing [2024-05-27T14:04:00.898Z] aedc3bda2944: Preparing [2024-05-27T14:04:00.898Z] fcf310f82df2: Waiting [2024-05-27T14:04:00.898Z] aedc3bda2944: Waiting [2024-05-27T14:04:00.898Z] d9a86f872c1b: Layer already exists [2024-05-27T14:04:00.898Z] 9f1b99f5c918: Layer already exists [2024-05-27T14:04:00.898Z] 75a32171a52d: Layer already exists [2024-05-27T14:04:00.899Z] bbf644c3f816: Layer already exists [2024-05-27T14:04:00.899Z] 0ed61f5ed8ba: Layer already exists [2024-05-27T14:04:00.899Z] fcf310f82df2: Layer already exists [2024-05-27T14:04:00.899Z] aedc3bda2944: Layer already exists [2024-05-27T14:04:00.899Z] 3.2.0-dev.22: digest: sha256:133112a12916d97503c3827a0c1bad337ed0c7d540697fb9cbb9694e9b28b31d size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:04:01.239Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e-3.2.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:04:01.564Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e-3.2.0-dev.22 [2024-05-27T14:04:01.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2024-05-27T14:04:01.564Z] 0ed61f5ed8ba: Preparing [2024-05-27T14:04:01.564Z] 9f1b99f5c918: Preparing [2024-05-27T14:04:01.564Z] d9a86f872c1b: Preparing [2024-05-27T14:04:01.564Z] bbf644c3f816: Preparing [2024-05-27T14:04:01.564Z] 75a32171a52d: Preparing [2024-05-27T14:04:01.564Z] fcf310f82df2: Preparing [2024-05-27T14:04:01.564Z] aedc3bda2944: Preparing [2024-05-27T14:04:01.564Z] fcf310f82df2: Waiting [2024-05-27T14:04:01.564Z] bbf644c3f816: Layer already exists [2024-05-27T14:04:01.564Z] d9a86f872c1b: Layer already exists [2024-05-27T14:04:01.564Z] 9f1b99f5c918: Layer already exists [2024-05-27T14:04:01.564Z] 0ed61f5ed8ba: Layer already exists [2024-05-27T14:04:01.564Z] 75a32171a52d: Layer already exists [2024-05-27T14:04:01.564Z] aedc3bda2944: Layer already exists [2024-05-27T14:04:01.564Z] fcf310f82df2: Layer already exists [2024-05-27T14:04:01.564Z] 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e-3.2.0-dev.22: digest: sha256:133112a12916d97503c3827a0c1bad337ed0c7d540697fb9cbb9694e9b28b31d size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:04:01.889Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:04:02.223Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2024-05-27T14:04:02.223Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2024-05-27T14:04:02.223Z] 0ed61f5ed8ba: Preparing [2024-05-27T14:04:02.223Z] 9f1b99f5c918: Preparing [2024-05-27T14:04:02.223Z] d9a86f872c1b: Preparing [2024-05-27T14:04:02.223Z] bbf644c3f816: Preparing [2024-05-27T14:04:02.223Z] 75a32171a52d: Preparing [2024-05-27T14:04:02.223Z] fcf310f82df2: Preparing [2024-05-27T14:04:02.223Z] aedc3bda2944: Preparing [2024-05-27T14:04:02.223Z] aedc3bda2944: Waiting [2024-05-27T14:04:02.223Z] bbf644c3f816: Layer already exists [2024-05-27T14:04:02.223Z] 0ed61f5ed8ba: Layer already exists [2024-05-27T14:04:02.223Z] d9a86f872c1b: Layer already exists [2024-05-27T14:04:02.223Z] 9f1b99f5c918: Layer already exists [2024-05-27T14:04:02.223Z] 75a32171a52d: Layer already exists [2024-05-27T14:04:02.223Z] fcf310f82df2: Layer already exists [2024-05-27T14:04:02.223Z] aedc3bda2944: Layer already exists [2024-05-27T14:04:02.223Z] main: digest: sha256:133112a12916d97503c3827a0c1bad337ed0c7d540697fb9cbb9694e9b28b31d size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-27T14:04:02.302Z] ===================================================== [Pipeline] echo [2024-05-27T14:04:02.319Z] taggedImages: [2024-05-27T14:04:02.319Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e [2024-05-27T14:04:02.319Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2024-05-27T14:04:02.319Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:3.2.0-dev.22 [2024-05-27T14:04:02.319Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e-3.2.0-dev.22 [2024-05-27T14:04:02.319Z] - 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] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:04:02.722Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-27T14:04:02.722Z] [2024-05-27T14:04:02.722Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:04:03.031Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-27T14:04:03.031Z] latest: Pulling from edgex-lftools-log-publisher [2024-05-27T14:04:03.031Z] 5eb5b503b376: Pulling fs layer [2024-05-27T14:04:03.031Z] 5c69ac0246d0: Pulling fs layer [2024-05-27T14:04:03.031Z] ec43610c2a17: Pulling fs layer [2024-05-27T14:04:03.031Z] 3a2ae6a8a46f: Pulling fs layer [2024-05-27T14:04:03.031Z] 33b1e0a273af: Pulling fs layer [2024-05-27T14:04:03.031Z] 5d3b04190fa2: Pulling fs layer [2024-05-27T14:04:03.031Z] 2f39f015ded8: Pulling fs layer [2024-05-27T14:04:03.031Z] 5d3b04190fa2: Waiting [2024-05-27T14:04:03.031Z] 3a2ae6a8a46f: Waiting [2024-05-27T14:04:03.031Z] 33b1e0a273af: Waiting [2024-05-27T14:04:03.031Z] 2f39f015ded8: Waiting [2024-05-27T14:04:03.031Z] 5c69ac0246d0: Download complete [2024-05-27T14:04:03.031Z] 3a2ae6a8a46f: Verifying Checksum [2024-05-27T14:04:03.031Z] 3a2ae6a8a46f: Download complete [2024-05-27T14:04:03.031Z] 33b1e0a273af: Verifying Checksum [2024-05-27T14:04:03.031Z] 33b1e0a273af: Download complete [2024-05-27T14:04:03.031Z] 5d3b04190fa2: Download complete [2024-05-27T14:04:03.031Z] ec43610c2a17: Verifying Checksum [2024-05-27T14:04:03.031Z] ec43610c2a17: Download complete [2024-05-27T14:04:03.290Z] 5eb5b503b376: Download complete [2024-05-27T14:04:03.855Z] 2f39f015ded8: Download complete [2024-05-27T14:04:04.422Z] 5eb5b503b376: Pull complete [2024-05-27T14:04:04.422Z] 5c69ac0246d0: Pull complete [2024-05-27T14:04:04.988Z] ec43610c2a17: Pull complete [2024-05-27T14:04:04.988Z] 3a2ae6a8a46f: Pull complete [2024-05-27T14:04:05.248Z] 33b1e0a273af: Pull complete [2024-05-27T14:04:05.248Z] 5d3b04190fa2: Pull complete [2024-05-27T14:04:09.427Z] 2f39f015ded8: Pull complete [2024-05-27T14:04:09.427Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-05-27T14:04:09.427Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-27T14:04:09.427Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-27T14:04:09.524Z] prd-ubuntu20.04-docker-8c-8g-865 does not seem to be running inside a container [2024-05-27T14:04:09.559Z] $ 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 [2024-05-27T14:04:14.205Z] $ docker top b256af8e22c4b0101f67a3ce891e460d5476f1f8e7cda415a64b2db0d8077341 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-27T14:04:14.612Z] ---> job-cost.sh [2024-05-27T14:04:14.612Z] lf-activate-venv: SKIPPING [2024-05-27T14:04:14.612Z] INFO: No Stack... [2024-05-27T14:04:14.870Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-05-27T14:04:15.128Z] INFO: Archiving Costs [Pipeline] sh [2024-05-27T14:04:15.420Z] + cut -d, -f6 [2024-05-27T14:04:15.420Z] + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [Pipeline] lock [2024-05-27T14:04:15.434Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-main-231-stack-cost] [2024-05-27T14:04:15.445Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-231-stack-cost] did not exist. Created. [2024-05-27T14:04:15.451Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-main-231-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-05-27T14:04:15.756Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-05-27T14:04:15.779Z] Stashed 1 file(s) [Pipeline] } [2024-05-27T14:04:15.796Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-main-231-stack-cost] [Pipeline] // lock [Pipeline] } [2024-05-27T14:04:15.824Z] $ docker stop --time=1 b256af8e22c4b0101f67a3ce891e460d5476f1f8e7cda415a64b2db0d8077341 [2024-05-27T14:04:16.974Z] $ docker rm -f --volumes b256af8e22c4b0101f67a3ce891e460d5476f1f8e7cda415a64b2db0d8077341 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-05-27T14:05:10.872Z] Removing intermediate container 25b1be361b57 [2024-05-27T14:05:10.872Z] ---> 3deb9d079d8c [2024-05-27T14:05:10.872Z] Step 10/12 : COPY . . [2024-05-27T14:05:10.872Z] ---> 7592dbb2d4d4 [2024-05-27T14:05:10.872Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-05-27T14:05:10.872Z] ---> Running in f5781e2ddbed [2024-05-27T14:05:10.872Z] Removing intermediate container f5781e2ddbed [2024-05-27T14:05:10.872Z] ---> 41f1e8b49b4e [2024-05-27T14:05:10.872Z] Step 12/12 : RUN $MAKE [2024-05-27T14:05:10.872Z] ---> Running in 10104d029d95 [2024-05-27T14:05:10.872Z] noop [2024-05-27T14:05:10.872Z] Removing intermediate container 10104d029d95 [2024-05-27T14:05:10.872Z] ---> 60401e1de955 [2024-05-27T14:05:10.872Z] Successfully built 60401e1de955 [2024-05-27T14:05:10.872Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:05:11.251Z] + docker inspect -f . ci-base-image-arm64 [2024-05-27T14:05:11.251Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-27T14:05:11.467Z] prd-ubuntu20.04-docker-arm64-4c-16g-867 does not seem to be running inside a container [2024-05-27T14:05:11.549Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/231 -v /w/workspace/app-service-configurable/231:/w/workspace/app-service-configurable/231:rw,z -v /w/workspace/app-service-configurable/231@tmp:/w/workspace/app-service-configurable/231@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 [2024-05-27T14:05:12.732Z] $ docker top 773e150aa31c47b3ab805dda0de8375bd3d8c6766c272265dcf113c448e91ecc -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-27T14:05:13.563Z] + go version [2024-05-27T14:05:13.563Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-05-27T14:05:13.583Z] $ docker stop --time=1 773e150aa31c47b3ab805dda0de8375bd3d8c6766c272265dcf113c448e91ecc [2024-05-27T14:05:15.204Z] $ docker rm -f --volumes 773e150aa31c47b3ab805dda0de8375bd3d8c6766c272265dcf113c448e91ecc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:05:15.785Z] + docker inspect -f . ci-base-image-arm64 [2024-05-27T14:05:15.786Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-27T14:05:15.975Z] prd-ubuntu20.04-docker-arm64-4c-16g-867 does not seem to be running inside a container [2024-05-27T14:05:16.179Z] $ 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/231 -v /w/workspace/app-service-configurable/231:/w/workspace/app-service-configurable/231:rw,z -v /w/workspace/app-service-configurable/231@tmp:/w/workspace/app-service-configurable/231@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 [2024-05-27T14:05:17.424Z] $ docker top a5ab4c069a5deba3dffc0c43f7b6a398702300d312cd0d7882d5d754acd72979 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-27T14:05:18.259Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/231 [Pipeline] fileExists [Pipeline] sh [2024-05-27T14:05:18.906Z] + make test [2024-05-27T14:05:18.906Z] go test -race -coverprofile=coverage.out ./... [2024-05-27T14:09:41.067Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2024-05-27T14:09:41.067Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-05-27T14:09:41.067Z] go vet ./... [2024-05-27T14:13:47.916Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-05-27T14:13:47.916Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-05-27T14:13:47.916Z] ./bin/test-attribution-txt.sh [2024-05-27T14:13:47.916Z] An attribution for github.com/barkimedes/go-deepcopy is missing from Attribution.txt, please add [2024-05-27T14:13:47.916Z] An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [Pipeline] echo [2024-05-27T14:13:47.934Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-05-27T14:13:47.956Z] $ docker stop --time=1 a5ab4c069a5deba3dffc0c43f7b6a398702300d312cd0d7882d5d754acd72979 [2024-05-27T14:13:49.814Z] $ docker rm -f --volumes a5ab4c069a5deba3dffc0c43f7b6a398702300d312cd0d7882d5d754acd72979 [Pipeline] // withDockerContainer [Pipeline] sh [2024-05-27T14:13:51.977Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-05-27T14:13:52.004Z] Warning: overwriting stash ‘coverage-report’ [2024-05-27T14:13:52.448Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-05-27T14:13:52.843Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-05-27T14:13:53.160Z] + ls -al . [2024-05-27T14:13:53.160Z] total 256 [2024-05-27T14:13:53.160Z] drwxrwxr-x 6 jenkins jenkins 4096 May 27 14:05 . [2024-05-27T14:13:53.160Z] drwxrwxr-x 4 jenkins jenkins 4096 May 27 14:02 .. [2024-05-27T14:13:53.160Z] -rw-rw-r-- 1 jenkins jenkins 119 May 27 14:02 .dockerignore [2024-05-27T14:13:53.160Z] drwxrwxr-x 8 jenkins jenkins 4096 May 27 14:02 .git [2024-05-27T14:13:53.160Z] drwxrwxr-x 3 jenkins jenkins 4096 May 27 14:02 .github [2024-05-27T14:13:53.160Z] -rw-rw-r-- 1 jenkins jenkins 106 May 27 14:02 .gitignore [2024-05-27T14:13:53.160Z] -rw-rw-r-- 1 jenkins jenkins 41 May 27 14:02 .golangci.yml [2024-05-27T14:13:53.160Z] -rw-rw-r-- 1 jenkins jenkins 18981 May 27 14:02 Attribution.txt [2024-05-27T14:13:53.160Z] -rw-rw-r-- 1 jenkins jenkins 37263 May 27 14:02 CHANGELOG.md [2024-05-27T14:13:53.160Z] -rw-rw-r-- 1 jenkins jenkins 2007 May 27 14:02 Dockerfile [2024-05-27T14:13:53.160Z] -rw-rw-r-- 1 jenkins jenkins 677 May 27 14:02 GOVERNANCE.md [2024-05-27T14:13:53.160Z] -rw-rw-r-- 1 jenkins jenkins 666 May 27 14:02 Jenkinsfile [2024-05-27T14:13:53.160Z] -rw-rw-r-- 1 jenkins jenkins 10174 May 27 14:02 LICENSE [2024-05-27T14:13:53.160Z] -rw-rw-r-- 1 jenkins jenkins 618 May 27 14:02 OWNERS.md [2024-05-27T14:13:53.160Z] -rw-rw-r-- 1 jenkins jenkins 4582 May 27 14:02 README.md [2024-05-27T14:13:53.160Z] -rw-rw-r-- 1 jenkins jenkins 12 May 27 14:00 VERSION [2024-05-27T14:13:53.160Z] drwxrwxr-x 2 jenkins jenkins 4096 May 27 14:02 bin [2024-05-27T14:13:53.160Z] -rw-r--r-- 1 jenkins jenkins 13 May 27 14:05 coverage.out [2024-05-27T14:13:53.160Z] -rw-rw-r-- 1 jenkins jenkins 7154 May 27 14:02 go.mod [2024-05-27T14:13:53.160Z] -rw-rw-r-- 1 jenkins jenkins 102020 May 27 14:02 go.sum [2024-05-27T14:13:53.160Z] -rw-rw-r-- 1 jenkins jenkins 1937 May 27 14:02 main.go [2024-05-27T14:13:53.160Z] -rw-rw-r-- 1 jenkins jenkins 2572 May 27 14:02 makefile [2024-05-27T14:13:53.160Z] drwxrwxr-x 9 jenkins jenkins 4096 May 27 14:02 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:13:53.506Z] + 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=2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e --label arch=arm64 --label version=3.2.0-dev.22 . [2024-05-27T14:13:53.506Z] Sending build context to Docker daemon 239.6kB [2024-05-27T14:13:53.772Z] Step 1/27 : ARG BASE=golang:1.21-alpine3.18 [2024-05-27T14:13:53.772Z] Step 2/27 : FROM ${BASE} AS builder [2024-05-27T14:13:53.772Z] ---> 60401e1de955 [2024-05-27T14:13:53.772Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git" [2024-05-27T14:13:53.772Z] ---> Running in ea980808ef4f [2024-05-27T14:13:54.042Z] Removing intermediate container ea980808ef4f [2024-05-27T14:13:54.042Z] ---> c18431763a1b [2024-05-27T14:13:54.042Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2024-05-27T14:13:54.312Z] ---> Running in d55dd2df4a43 [2024-05-27T14:13:54.577Z] Removing intermediate container d55dd2df4a43 [2024-05-27T14:13:54.577Z] ---> 6a8f792a0628 [2024-05-27T14:13:54.577Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2024-05-27T14:13:54.577Z] ---> Running in 2b19894b23a8 [2024-05-27T14:13:54.844Z] Removing intermediate container 2b19894b23a8 [2024-05-27T14:13:54.844Z] ---> e2b6b81303d1 [2024-05-27T14:13:54.844Z] Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-05-27T14:13:54.844Z] ---> Running in 7f42c1e59e70 [2024-05-27T14:13:55.805Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-27T14:13:56.399Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-27T14:13:57.358Z] OK: 266 MiB in 52 packages [2024-05-27T14:13:58.328Z] Removing intermediate container 7f42c1e59e70 [2024-05-27T14:13:58.328Z] ---> 9518c38d405f [2024-05-27T14:13:58.328Z] Step 7/27 : WORKDIR /app [2024-05-27T14:13:58.328Z] ---> Running in 4c666bffee9e [2024-05-27T14:13:58.606Z] Removing intermediate container 4c666bffee9e [2024-05-27T14:13:58.606Z] ---> d77f06ce32cd [2024-05-27T14:13:58.606Z] Step 8/27 : COPY go.mod vendor* ./ [2024-05-27T14:13:59.193Z] ---> 467dd1b8e8db [2024-05-27T14:13:59.194Z] Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-27T14:13:59.194Z] ---> Running in ea4d49d36672 [2024-05-27T14:14:01.774Z] Removing intermediate container ea4d49d36672 [2024-05-27T14:14:01.774Z] ---> f269a25fc7fa [2024-05-27T14:14:01.774Z] Step 10/27 : COPY . . [2024-05-27T14:14:02.357Z] ---> c5ba40b5e2a3 [2024-05-27T14:14:02.357Z] Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-05-27T14:14:02.357Z] ---> Running in 0cf7621cd35f [2024-05-27T14:14:02.943Z] Removing intermediate container 0cf7621cd35f [2024-05-27T14:14:02.943Z] ---> ddf7466b2f5f [2024-05-27T14:14:02.943Z] Step 12/27 : RUN $MAKE [2024-05-27T14:14:02.943Z] ---> Running in abe38bbc9000 [2024-05-27T14:14:03.910Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.36 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.2.0-dev.22" -trimpath -mod=readonly -o app-service-configurable [2024-05-27T14:17:55.709Z] Removing intermediate container abe38bbc9000 [2024-05-27T14:17:55.709Z] ---> 2f535ca42a86 [2024-05-27T14:17:55.709Z] Step 13/27 : FROM alpine:3.18 [2024-05-27T14:17:55.709Z] 3.18: Pulling from library/alpine [2024-05-27T14:17:55.709Z] c6b39de5b339: Already exists [2024-05-27T14:17:55.709Z] Digest: sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-05-27T14:17:55.709Z] Status: Downloaded newer image for alpine:3.18 [2024-05-27T14:17:55.709Z] ---> 33abbf032149 [2024-05-27T14:17:55.709Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-05-27T14:17:55.709Z] ---> Running in 5daea7f80afd [2024-05-27T14:17:55.709Z] Removing intermediate container 5daea7f80afd [2024-05-27T14:17:55.709Z] ---> 9c904e31f904 [2024-05-27T14:17:55.709Z] Step 15/27 : LABEL Name=app-service-configurable Version=${VERSION} [2024-05-27T14:17:55.709Z] ---> Running in 22ecea3d2fab [2024-05-27T14:17:55.709Z] Removing intermediate container 22ecea3d2fab [2024-05-27T14:17:55.709Z] ---> 0c2dfbe460e5 [2024-05-27T14:17:55.709Z] Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init [2024-05-27T14:17:55.709Z] ---> Running in 42e2ded0ea69 [2024-05-27T14:17:55.709Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-27T14:17:55.709Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-27T14:17:55.709Z] (1/2) Installing ca-certificates (20240226-r0) [2024-05-27T14:17:55.709Z] (2/2) Installing dumb-init (1.2.5-r2) [2024-05-27T14:17:55.709Z] Executing busybox-1.36.1-r5.trigger [2024-05-27T14:17:55.709Z] Executing ca-certificates-20240226-r0.trigger [2024-05-27T14:17:55.709Z] OK: 9 MiB in 17 packages [2024-05-27T14:17:55.709Z] Removing intermediate container 42e2ded0ea69 [2024-05-27T14:17:55.709Z] ---> e51ca04d6f2a [2024-05-27T14:17:55.709Z] Step 17/27 : RUN apk --no-cache upgrade [2024-05-27T14:17:55.709Z] ---> Running in 06b8dcce7cca [2024-05-27T14:17:55.709Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-27T14:17:55.709Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-27T14:17:55.709Z] Upgrading critical system libraries and apk-tools: [2024-05-27T14:17:55.709Z] (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-05-27T14:17:55.709Z] Executing busybox-1.36.1-r5.trigger [2024-05-27T14:17:55.709Z] Continuing the upgrade transaction with new apk-tools: [2024-05-27T14:17:55.709Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-27T14:17:55.709Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-27T14:17:55.709Z] (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) [2024-05-27T14:17:55.709Z] Executing busybox-1.36.1-r6.post-upgrade [2024-05-27T14:17:55.709Z] (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) [2024-05-27T14:17:55.709Z] (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-05-27T14:17:55.709Z] (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-27T14:17:55.709Z] (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-27T14:17:55.709Z] (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) [2024-05-27T14:17:55.709Z] Executing busybox-1.36.1-r6.trigger [2024-05-27T14:17:55.709Z] Executing ca-certificates-20240226-r0.trigger [2024-05-27T14:17:55.709Z] OK: 9 MiB in 17 packages [2024-05-27T14:17:55.709Z] Removing intermediate container 06b8dcce7cca [2024-05-27T14:17:55.709Z] ---> feaad2405d06 [2024-05-27T14:17:55.709Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2024-05-27T14:17:55.709Z] ---> 9785543c093a [2024-05-27T14:17:55.709Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2024-05-27T14:17:55.709Z] ---> f3041ba72133 [2024-05-27T14:17:55.709Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2024-05-27T14:17:55.709Z] ---> 7646355fe61e [2024-05-27T14:17:55.709Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2024-05-27T14:17:57.654Z] ---> 3e669de5ca52 [2024-05-27T14:17:57.654Z] Step 22/27 : EXPOSE 48095 [2024-05-27T14:17:57.654Z] ---> Running in 5a813d315239 [2024-05-27T14:17:57.924Z] Removing intermediate container 5a813d315239 [2024-05-27T14:17:57.924Z] ---> 7e740a3cf230 [2024-05-27T14:17:57.924Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2024-05-27T14:17:57.924Z] ---> Running in 07d862139360 [2024-05-27T14:17:58.197Z] Removing intermediate container 07d862139360 [2024-05-27T14:17:58.197Z] ---> 6b01a9122a42 [2024-05-27T14:17:58.197Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-05-27T14:17:58.465Z] ---> Running in 86cc1e03ea46 [2024-05-27T14:17:58.734Z] Removing intermediate container 86cc1e03ea46 [2024-05-27T14:17:58.734Z] ---> 3912015ceacd [2024-05-27T14:17:58.734Z] Step 25/27 : LABEL arch=arm64 [2024-05-27T14:17:58.734Z] ---> Running in c824a77b7d50 [2024-05-27T14:17:59.001Z] Removing intermediate container c824a77b7d50 [2024-05-27T14:17:59.001Z] ---> 1241d3ec18b5 [2024-05-27T14:17:59.001Z] Step 26/27 : LABEL git_sha=2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e [2024-05-27T14:17:59.277Z] ---> Running in 29cbd3415f80 [2024-05-27T14:17:59.546Z] Removing intermediate container 29cbd3415f80 [2024-05-27T14:17:59.546Z] ---> 662578175e85 [2024-05-27T14:17:59.546Z] Step 27/27 : LABEL version=3.2.0-dev.22 [2024-05-27T14:17:59.546Z] ---> Running in 9115100a5254 [2024-05-27T14:17:59.814Z] Removing intermediate container 9115100a5254 [2024-05-27T14:17:59.814Z] ---> b12a48e76adf [2024-05-27T14:17:59.814Z] [Warning] One or more build-args [ARCH] were not consumed [2024-05-27T14:17:59.814Z] Successfully built b12a48e76adf [2024-05-27T14:17:59.814Z] 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 [2024-05-27T14:17:59.946Z] provisioning config files... [2024-05-27T14:17:59.963Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/231@tmp/config6523749659140651168tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-27T14:18:00.307Z] ---> ****-login.sh [2024-05-27T14:18:00.307Z] nexus3.edgexfoundry.org:10001 [2024-05-27T14:18:00.577Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:18:00.577Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:18:00.577Z] Configure a credential helper to remove this warning. See [2024-05-27T14:18:00.577Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:18:00.577Z] [2024-05-27T14:18:00.577Z] Login Succeeded [2024-05-27T14:18:00.577Z] nexus3.edgexfoundry.org:10002 [2024-05-27T14:18:00.846Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:18:00.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:18:00.846Z] Configure a credential helper to remove this warning. See [2024-05-27T14:18:00.846Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:18:00.846Z] [2024-05-27T14:18:00.846Z] Login Succeeded [2024-05-27T14:18:00.846Z] nexus3.edgexfoundry.org:10003 [2024-05-27T14:18:01.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:18:01.387Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:18:01.387Z] Configure a credential helper to remove this warning. See [2024-05-27T14:18:01.387Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:18:01.387Z] [2024-05-27T14:18:01.387Z] Login Succeeded [2024-05-27T14:18:01.387Z] nexus3.edgexfoundry.org:10004 [2024-05-27T14:18:01.659Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:18:01.659Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:18:01.660Z] Configure a credential helper to remove this warning. See [2024-05-27T14:18:01.660Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:18:01.660Z] [2024-05-27T14:18:01.660Z] Login Succeeded [2024-05-27T14:18:01.660Z] ****.io [2024-05-27T14:18:01.928Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:18:02.197Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:18:02.198Z] Configure a credential helper to remove this warning. See [2024-05-27T14:18:02.198Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:18:02.198Z] [2024-05-27T14:18:02.198Z] Login Succeeded [2024-05-27T14:18:02.198Z] ---> ****-login.sh ends [Pipeline] } [2024-05-27T14:18:02.211Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-27T14:18:02.264Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-05-27T14:18:02.294Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2024-05-27T14:18:02.294Z] 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e [2024-05-27T14:18:02.294Z] latest [2024-05-27T14:18:02.294Z] 3.2.0-dev.22 [2024-05-27T14:18:02.294Z] 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e-3.2.0-dev.22 [2024-05-27T14:18:02.294Z] main [2024-05-27T14:18:02.294Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:18:02.656Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:18:03.020Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e [2024-05-27T14:18:03.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2024-05-27T14:18:03.020Z] de2cce0f385f: Preparing [2024-05-27T14:18:03.020Z] d60041684cac: Preparing [2024-05-27T14:18:03.020Z] e4a6b13e6c42: Preparing [2024-05-27T14:18:03.020Z] cf073211e8aa: Preparing [2024-05-27T14:18:03.020Z] c677b036d59e: Preparing [2024-05-27T14:18:03.020Z] 0aba5802089a: Preparing [2024-05-27T14:18:03.020Z] 7c504f21be85: Preparing [2024-05-27T14:18:03.020Z] 0aba5802089a: Waiting [2024-05-27T14:18:03.020Z] 7c504f21be85: Waiting [2024-05-27T14:18:03.289Z] d60041684cac: Pushed [2024-05-27T14:18:03.289Z] cf073211e8aa: Pushed [2024-05-27T14:18:03.289Z] e4a6b13e6c42: Pushed [2024-05-27T14:18:03.289Z] 7c504f21be85: Layer already exists [2024-05-27T14:18:03.555Z] 0aba5802089a: Pushed [2024-05-27T14:18:04.958Z] c677b036d59e: Pushed [2024-05-27T14:18:10.287Z] de2cce0f385f: Pushed [2024-05-27T14:18:10.287Z] 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e: digest: sha256:d9beedc674298d30d81fa58deab0e29c70cdf3a02a2a037a73f976cb48afdc57 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:18:10.656Z] + 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 [2024-05-27T14:18:11.017Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2024-05-27T14:18:11.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2024-05-27T14:18:11.017Z] de2cce0f385f: Preparing [2024-05-27T14:18:11.017Z] d60041684cac: Preparing [2024-05-27T14:18:11.017Z] e4a6b13e6c42: Preparing [2024-05-27T14:18:11.017Z] cf073211e8aa: Preparing [2024-05-27T14:18:11.017Z] c677b036d59e: Preparing [2024-05-27T14:18:11.017Z] 0aba5802089a: Preparing [2024-05-27T14:18:11.017Z] 7c504f21be85: Preparing [2024-05-27T14:18:11.017Z] 0aba5802089a: Waiting [2024-05-27T14:18:11.017Z] 7c504f21be85: Waiting [2024-05-27T14:18:11.017Z] cf073211e8aa: Layer already exists [2024-05-27T14:18:11.017Z] e4a6b13e6c42: Layer already exists [2024-05-27T14:18:11.017Z] d60041684cac: Layer already exists [2024-05-27T14:18:11.017Z] de2cce0f385f: Layer already exists [2024-05-27T14:18:11.017Z] c677b036d59e: Layer already exists [2024-05-27T14:18:11.017Z] 7c504f21be85: Layer already exists [2024-05-27T14:18:11.017Z] 0aba5802089a: Layer already exists [2024-05-27T14:18:11.283Z] latest: digest: sha256:d9beedc674298d30d81fa58deab0e29c70cdf3a02a2a037a73f976cb48afdc57 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:18:11.636Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.2.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:18:11.980Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.2.0-dev.22 [2024-05-27T14:18:11.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2024-05-27T14:18:11.981Z] de2cce0f385f: Preparing [2024-05-27T14:18:11.981Z] d60041684cac: Preparing [2024-05-27T14:18:11.981Z] e4a6b13e6c42: Preparing [2024-05-27T14:18:11.981Z] cf073211e8aa: Preparing [2024-05-27T14:18:11.981Z] c677b036d59e: Preparing [2024-05-27T14:18:11.981Z] 0aba5802089a: Preparing [2024-05-27T14:18:11.981Z] 7c504f21be85: Preparing [2024-05-27T14:18:11.981Z] 0aba5802089a: Waiting [2024-05-27T14:18:11.981Z] 7c504f21be85: Waiting [2024-05-27T14:18:11.981Z] d60041684cac: Layer already exists [2024-05-27T14:18:11.981Z] c677b036d59e: Layer already exists [2024-05-27T14:18:11.981Z] de2cce0f385f: Layer already exists [2024-05-27T14:18:11.981Z] cf073211e8aa: Layer already exists [2024-05-27T14:18:11.981Z] e4a6b13e6c42: Layer already exists [2024-05-27T14:18:11.981Z] 0aba5802089a: Layer already exists [2024-05-27T14:18:11.981Z] 7c504f21be85: Layer already exists [2024-05-27T14:18:11.981Z] 3.2.0-dev.22: digest: sha256:d9beedc674298d30d81fa58deab0e29c70cdf3a02a2a037a73f976cb48afdc57 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:18:12.598Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e-3.2.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:18:12.946Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e-3.2.0-dev.22 [2024-05-27T14:18:12.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2024-05-27T14:18:12.946Z] de2cce0f385f: Preparing [2024-05-27T14:18:12.946Z] d60041684cac: Preparing [2024-05-27T14:18:12.946Z] e4a6b13e6c42: Preparing [2024-05-27T14:18:12.946Z] cf073211e8aa: Preparing [2024-05-27T14:18:12.946Z] c677b036d59e: Preparing [2024-05-27T14:18:12.946Z] 0aba5802089a: Preparing [2024-05-27T14:18:12.946Z] 7c504f21be85: Preparing [2024-05-27T14:18:12.946Z] 0aba5802089a: Waiting [2024-05-27T14:18:12.946Z] 7c504f21be85: Waiting [2024-05-27T14:18:12.946Z] d60041684cac: Layer already exists [2024-05-27T14:18:12.946Z] cf073211e8aa: Layer already exists [2024-05-27T14:18:12.946Z] c677b036d59e: Layer already exists [2024-05-27T14:18:12.946Z] de2cce0f385f: Layer already exists [2024-05-27T14:18:12.946Z] e4a6b13e6c42: Layer already exists [2024-05-27T14:18:12.946Z] 7c504f21be85: Layer already exists [2024-05-27T14:18:12.946Z] 0aba5802089a: Layer already exists [2024-05-27T14:18:13.211Z] 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e-3.2.0-dev.22: digest: sha256:d9beedc674298d30d81fa58deab0e29c70cdf3a02a2a037a73f976cb48afdc57 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:18:13.570Z] + 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 [2024-05-27T14:18:13.905Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2024-05-27T14:18:13.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2024-05-27T14:18:13.905Z] de2cce0f385f: Preparing [2024-05-27T14:18:13.905Z] d60041684cac: Preparing [2024-05-27T14:18:13.905Z] e4a6b13e6c42: Preparing [2024-05-27T14:18:13.905Z] cf073211e8aa: Preparing [2024-05-27T14:18:13.905Z] c677b036d59e: Preparing [2024-05-27T14:18:13.905Z] 0aba5802089a: Preparing [2024-05-27T14:18:13.905Z] 7c504f21be85: Preparing [2024-05-27T14:18:13.905Z] 0aba5802089a: Waiting [2024-05-27T14:18:13.905Z] 7c504f21be85: Waiting [2024-05-27T14:18:13.905Z] c677b036d59e: Layer already exists [2024-05-27T14:18:13.905Z] cf073211e8aa: Layer already exists [2024-05-27T14:18:13.905Z] de2cce0f385f: Layer already exists [2024-05-27T14:18:13.905Z] d60041684cac: Layer already exists [2024-05-27T14:18:13.905Z] e4a6b13e6c42: Layer already exists [2024-05-27T14:18:13.905Z] 7c504f21be85: Layer already exists [2024-05-27T14:18:13.905Z] 0aba5802089a: Layer already exists [2024-05-27T14:18:14.171Z] main: digest: sha256:d9beedc674298d30d81fa58deab0e29c70cdf3a02a2a037a73f976cb48afdc57 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-27T14:18:14.254Z] ===================================================== [Pipeline] echo [2024-05-27T14:18:14.267Z] taggedImages: [2024-05-27T14:18:14.267Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e [2024-05-27T14:18:14.267Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2024-05-27T14:18:14.267Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.2.0-dev.22 [2024-05-27T14:18:14.267Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e-3.2.0-dev.22 [2024-05-27T14:18:14.267Z] - 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 [2024-05-27T14:18:14.652Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-05-27T14:18:14.652Z] [2024-05-27T14:18:14.652Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:18:14.987Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-05-27T14:18:14.987Z] arm64: Pulling from edgex-lftools-log-publisher [2024-05-27T14:18:14.987Z] 8998bd30e6a1: Pulling fs layer [2024-05-27T14:18:14.987Z] 04944245beec: Pulling fs layer [2024-05-27T14:18:14.987Z] 699f458cf7ca: Pulling fs layer [2024-05-27T14:18:14.987Z] 765212b225bb: Pulling fs layer [2024-05-27T14:18:14.987Z] f23df028b6ca: Pulling fs layer [2024-05-27T14:18:14.987Z] d65c8cfc05b1: Pulling fs layer [2024-05-27T14:18:14.987Z] 2437ff75d9bd: Pulling fs layer [2024-05-27T14:18:14.987Z] 765212b225bb: Waiting [2024-05-27T14:18:14.987Z] f23df028b6ca: Waiting [2024-05-27T14:18:14.987Z] d65c8cfc05b1: Waiting [2024-05-27T14:18:14.987Z] 2437ff75d9bd: Waiting [2024-05-27T14:18:15.252Z] 04944245beec: Verifying Checksum [2024-05-27T14:18:15.252Z] 04944245beec: Download complete [2024-05-27T14:18:15.252Z] 765212b225bb: Verifying Checksum [2024-05-27T14:18:15.252Z] 765212b225bb: Download complete [2024-05-27T14:18:15.252Z] f23df028b6ca: Verifying Checksum [2024-05-27T14:18:15.252Z] f23df028b6ca: Download complete [2024-05-27T14:18:15.252Z] d65c8cfc05b1: Verifying Checksum [2024-05-27T14:18:15.252Z] d65c8cfc05b1: Download complete [2024-05-27T14:18:15.252Z] 699f458cf7ca: Verifying Checksum [2024-05-27T14:18:15.252Z] 699f458cf7ca: Download complete [2024-05-27T14:18:15.833Z] 8998bd30e6a1: Download complete [2024-05-27T14:18:18.413Z] 2437ff75d9bd: Verifying Checksum [2024-05-27T14:18:19.815Z] 8998bd30e6a1: Pull complete [2024-05-27T14:18:20.393Z] 04944245beec: Pull complete [2024-05-27T14:18:21.793Z] 699f458cf7ca: Pull complete [2024-05-27T14:18:21.793Z] 765212b225bb: Pull complete [2024-05-27T14:18:22.748Z] f23df028b6ca: Pull complete [2024-05-27T14:18:22.748Z] d65c8cfc05b1: Pull complete [2024-05-27T14:18:37.724Z] 2437ff75d9bd: Pull complete [2024-05-27T14:18:37.724Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-05-27T14:18:37.724Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-05-27T14:18:37.724Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-27T14:18:37.938Z] prd-ubuntu20.04-docker-arm64-4c-16g-867 does not seem to be running inside a container [2024-05-27T14:18:38.005Z] $ 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/231 -v /w/workspace/app-service-configurable/231:/w/workspace/app-service-configurable/231:rw,z -v /w/workspace/app-service-configurable/231@tmp:/w/workspace/app-service-configurable/231@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 [2024-05-27T14:18:40.884Z] $ docker top 5fac048efac42131f5810d749cee67130688e7b43e7e801d00c42a0e43a49b45 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-27T14:18:41.729Z] ---> job-cost.sh [2024-05-27T14:18:41.729Z] lf-activate-venv: SKIPPING [2024-05-27T14:18:41.729Z] INFO: No Stack... [2024-05-27T14:18:42.310Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-05-27T14:18:42.892Z] INFO: Archiving Costs [Pipeline] sh [2024-05-27T14:18:43.219Z] + cat /w/workspace/app-service-configurable/231/archives/cost.csv [2024-05-27T14:18:43.485Z] + cut -d, -f6 [Pipeline] lock [2024-05-27T14:18:43.539Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-main-231-stack-cost] [2024-05-27T14:18:43.552Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-231-stack-cost] did not exist. Created. [2024-05-27T14:18:43.559Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-main-231-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-05-27T14:18:43.985Z] /w/workspace/app-service-configurable/231@tmp/durable-576dbcab/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-05-27T14:18:44.338Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-05-27T14:18:44.374Z] Warning: overwriting stash ‘stack-cost’ [2024-05-27T14:18:44.423Z] Stashed 1 file(s) [Pipeline] } [2024-05-27T14:18:44.431Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-main-231-stack-cost] [Pipeline] // lock [Pipeline] } [2024-05-27T14:18:44.458Z] $ docker stop --time=1 5fac048efac42131f5810d749cee67130688e7b43e7e801d00c42a0e43a49b45 [2024-05-27T14:18:45.949Z] $ docker rm -f --volumes 5fac048efac42131f5810d749cee67130688e7b43e7e801d00c42a0e43a49b45 [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 [2024-05-27T14:18:46.489Z] provisioning config files... [2024-05-27T14:18:46.542Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13427709031432884742tmp [Pipeline] { [Pipeline] sh [2024-05-27T14:18:46.906Z] + set +x [2024-05-27T14:18:46.906Z] + curl -s https://codecov.io/bash+ [2024-05-27T14:18:46.906Z] bash -s -- [2024-05-27T14:18:46.906Z] [2024-05-27T14:18:46.906Z] _____ _ [2024-05-27T14:18:46.906Z] / ____| | | [2024-05-27T14:18:46.906Z] | | ___ __| | ___ ___ _____ __ [2024-05-27T14:18:46.906Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-05-27T14:18:46.906Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-05-27T14:18:46.906Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-05-27T14:18:46.906Z] Bash-1.0.6 [2024-05-27T14:18:46.906Z] [2024-05-27T14:18:46.906Z] [2024-05-27T14:18:46.906Z] ==> git version 2.25.1 found [2024-05-27T14:18:46.906Z] ==> 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 [2024-05-27T14:18:46.906Z] Release-Date: 2020-01-08 [2024-05-27T14:18:46.906Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-05-27T14:18:46.906Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-05-27T14:18:46.906Z] ==> Jenkins CI detected. [2024-05-27T14:18:46.906Z] current dir:  /w/workspace/ry_app-service-configurable_main [2024-05-27T14:18:46.906Z] project root: . [2024-05-27T14:18:46.906Z] --> token set from env [2024-05-27T14:18:46.906Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-05-27T14:18:46.906Z] ==> Running gcov in . (disable via -X gcov) [2024-05-27T14:18:46.906Z] ==> Python coveragepy not found [2024-05-27T14:18:46.906Z] ==> Searching for coverage reports in: [2024-05-27T14:18:46.906Z] + . [2024-05-27T14:18:46.906Z] -> Found 1 reports [2024-05-27T14:18:46.906Z] ==> Detecting git/mercurial file structure [2024-05-27T14:18:46.906Z] ==> Reading reports [2024-05-27T14:18:46.906Z] + ./coverage.out bytes=13 [2024-05-27T14:18:46.906Z] ==> Appending adjustments [2024-05-27T14:18:46.907Z] https://docs.codecov.io/docs/fixing-reports [2024-05-27T14:18:47.165Z] + Found adjustments [2024-05-27T14:18:47.165Z] ==> Gzipping contents [2024-05-27T14:18:47.165Z] 4.0K /tmp/codecov.p3XXBQ.gz [2024-05-27T14:18:47.165Z] ==> Uploading reports [2024-05-27T14:18:47.165Z] url: https://codecov.io [2024-05-27T14:18:47.166Z] query: branch=main&commit=2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e&build=231&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F231%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2024-05-27T14:18:47.166Z] -> Pinging Codecov [2024-05-27T14:18:47.166Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e&build=231&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F231%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2024-05-27T14:18:47.166Z] -> Uploading to [2024-05-27T14:18:47.166Z] https://storage.googleapis.com/codecov/v4/raw/2024-05-27/A97CA9966030D2A3747ED39772930CCE/2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e/b1d5dc0d-8a1a-4a12-ae5d-ba8511f9672a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240527%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240527T141847Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cd7e64a9267ff88263ad0e185ba6b42d4895ac0144cf2dcc02c10c3ddf18dc22 [2024-05-27T14:18:47.166Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-05-27T14:18:47.166Z] Dload Upload Total Spent Left Speed [2024-05-27T14:18:47.425Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 234 0 0 100 234 0 1054 --:--:-- --:--:-- --:--:-- 1054 [2024-05-27T14:18:47.425Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e [Pipeline] } [2024-05-27T14:18:47.433Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2024-05-27T14:18:47.660Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-05-27T14:18:47.683Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:18:48.059Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-05-27T14:18:48.059Z] [2024-05-27T14:18:48.059Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:18:48.359Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-05-27T14:18:48.359Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-05-27T14:18:48.359Z] 619be1103602: Already exists [2024-05-27T14:18:48.359Z] f8ea3408117e: Pulling fs layer [2024-05-27T14:18:48.359Z] 91320369b822: Pulling fs layer [2024-05-27T14:18:48.359Z] 0406650e8295: Pulling fs layer [2024-05-27T14:18:48.359Z] 4f4fb700ef54: Pulling fs layer [2024-05-27T14:18:48.359Z] 96d80e3f36e1: Pulling fs layer [2024-05-27T14:18:48.359Z] bcf3aedb951c: Pulling fs layer [2024-05-27T14:18:48.359Z] 96d80e3f36e1: Waiting [2024-05-27T14:18:48.359Z] bcf3aedb951c: Waiting [2024-05-27T14:18:48.359Z] 0406650e8295: Verifying Checksum [2024-05-27T14:18:48.359Z] 0406650e8295: Download complete [2024-05-27T14:18:48.359Z] f8ea3408117e: Verifying Checksum [2024-05-27T14:18:48.359Z] f8ea3408117e: Download complete [2024-05-27T14:18:48.359Z] 4f4fb700ef54: Verifying Checksum [2024-05-27T14:18:48.359Z] 4f4fb700ef54: Download complete [2024-05-27T14:18:48.359Z] f8ea3408117e: Pull complete [2024-05-27T14:18:48.630Z] 96d80e3f36e1: Verifying Checksum [2024-05-27T14:18:48.630Z] 96d80e3f36e1: Download complete [2024-05-27T14:18:48.889Z] 91320369b822: Verifying Checksum [2024-05-27T14:18:48.889Z] 91320369b822: Download complete [2024-05-27T14:18:49.453Z] bcf3aedb951c: Verifying Checksum [2024-05-27T14:18:49.453Z] bcf3aedb951c: Download complete [2024-05-27T14:18:52.049Z] 91320369b822: Pull complete [2024-05-27T14:18:52.049Z] 0406650e8295: Pull complete [2024-05-27T14:18:52.049Z] 4f4fb700ef54: Pull complete [2024-05-27T14:18:52.049Z] 96d80e3f36e1: Pull complete [2024-05-27T14:18:55.336Z] bcf3aedb951c: Pull complete [2024-05-27T14:18:55.336Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-05-27T14:18:55.336Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-05-27T14:18:55.336Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-27T14:18:55.456Z] prd-ubuntu20.04-docker-8c-8g-865 does not seem to be running inside a container [2024-05-27T14:18:55.491Z] $ 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:latest cat [2024-05-27T14:18:59.272Z] $ docker top b6d20b5825963129a5abd26b0200f285ca4d4ba9a65397121b131759d561cb5f -eo pid,comm [Pipeline] { [Pipeline] echo [2024-05-27T14:18:59.341Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh [2024-05-27T14:18:59.623Z] + set -o pipefail [2024-05-27T14:18:59.624Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' [2024-05-27T14:19:07.739Z] [2024-05-27T14:19:07.739Z] Monitoring /w/workspace/ry_app-service-configurable_main... [2024-05-27T14:19:07.739Z] [2024-05-27T14:19:07.739Z] 'go list -json -deps ./...' command failed with error: go: downloading github.com/edgexfoundry/app-functions-sdk-go/v3 v3.2.0-dev.36 [2024-05-27T14:19:07.739Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.2.0-dev.20 [2024-05-27T14:19:07.739Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v3 v3.2.0-dev.32 [2024-05-27T14:19:07.739Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.2.0-dev.20 [2024-05-27T14:19:07.739Z] go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.2.0-dev.8 [2024-05-27T14:19:07.739Z] go: downloading github.com/google/uuid v1.6.0 [2024-05-27T14:19:07.739Z] go: downloading github.com/labstack/echo/v4 v4.11.4 [2024-05-27T14:19:07.739Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2024-05-27T14:19:07.740Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.2.0-dev.5 [2024-05-27T14:19:07.740Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2024-05-27T14:19:07.740Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.4.3 [2024-05-27T14:19:07.740Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.2.0-dev.7 [2024-05-27T14:19:07.740Z] go: downloading github.com/hashicorp/consul/api v1.28.3 [2024-05-27T14:19:07.740Z] go: downloading github.com/go-kit/log v0.2.1 [2024-05-27T14:19:07.740Z] go: downloading github.com/go-playground/validator/v10 v10.20.0 [2024-05-27T14:19:07.740Z] go: downloading github.com/mitchellh/copystructure v1.2.0 [2024-05-27T14:19:07.740Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2024-05-27T14:19:07.740Z] go: downloading github.com/sirupsen/logrus v1.9.3 [2024-05-27T14:19:07.740Z] go: downloading github.com/fxamacker/cbor/v2 v2.6.0 [2024-05-27T14:19:07.740Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2024-05-27T14:19:07.740Z] go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.5.3 [2024-05-27T14:19:07.740Z] go: downloading github.com/openziti/sdk-golang v0.23.37 [2024-05-27T14:19:07.740Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2024-05-27T14:19:07.740Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.1.7 [2024-05-27T14:19:07.740Z] go: downloading github.com/labstack/gommon v0.4.2 [2024-05-27T14:19:07.740Z] go: downloading golang.org/x/crypto v0.23.0 [2024-05-27T14:19:07.740Z] go: downloading golang.org/x/net v0.25.0 [2024-05-27T14:19:07.740Z] go: downloading github.com/gorilla/websocket v1.5.1 [2024-05-27T14:19:07.740Z] go: downloading golang.org/x/sync v0.7.0 [2024-05-27T14:19:07.740Z] go: downloading github.com/mitchellh/reflectwalk v1.0.2 [2024-05-27T14:19:07.740Z] go: downloading github.com/mitchellh/mapstructure v1.5.0 [2024-05-27T14:19:07.740Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2024-05-27T14:19:07.740Z] go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible [2024-05-27T14:19:07.740Z] go: downloading github.com/valyala/fasttemplate v1.2.2 [2024-05-27T14:19:07.740Z] go: downloading golang.org/x/time v0.5.0 [2024-05-27T14:19:07.740Z] go: downloading golang.org/x/sys v0.20.0 [2024-05-27T14:19:07.740Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2024-05-27T14:19:07.740Z] go: downloading github.com/x448/float16 v0.8.4 [2024-05-27T14:19:07.740Z] go: downloading github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df [2024-05-27T14:19:07.740Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2024-05-27T14:19:07.740Z] go: downloading github.com/spf13/cast v1.6.0 [2024-05-27T14:19:07.740Z] go: downloading github.com/gabriel-vasile/mimetype v1.4.3 [2024-05-27T14:19:07.740Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2024-05-27T14:19:07.740Z] go: downloading github.com/leodido/go-urn v1.4.0 [2024-05-27T14:19:07.740Z] go: downloading golang.org/x/text v0.15.0 [2024-05-27T14:19:07.740Z] go: downloading github.com/go-openapi/runtime v0.28.0 [2024-05-27T14:19:07.740Z] go: downloading github.com/go-openapi/strfmt v0.23.0 [2024-05-27T14:19:07.740Z] go: downloading github.com/go-resty/resty/v2 v2.13.1 [2024-05-27T14:19:07.740Z] go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 [2024-05-27T14:19:07.740Z] go: downloading github.com/michaelquigley/pfxlog v0.6.10 [2024-05-27T14:19:07.740Z] go: downloading github.com/openziti/edge-api v0.26.19 [2024-05-27T14:19:07.740Z] go: downloading github.com/openziti/foundation/v2 v2.0.45 [2024-05-27T14:19:07.740Z] go: downloading github.com/openziti/identity v1.0.77 [2024-05-27T14:19:07.740Z] go: downloading github.com/orcaman/concurrent-map/v2 v2.0.1 [2024-05-27T14:19:07.740Z] go: downloading github.com/pkg/errors v0.9.1 [2024-05-27T14:19:07.740Z] go: downloading github.com/zitadel/oidc/v2 v2.12.0 [2024-05-27T14:19:07.740Z] go: downloading golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 [2024-05-27T14:19:07.740Z] go: downloading golang.org/x/oauth2 v0.20.0 [2024-05-27T14:19:07.740Z] go: downloading github.com/cenkalti/backoff/v4 v4.3.0 [2024-05-27T14:19:07.740Z] go: downloading github.com/kataras/go-events v0.0.3 [2024-05-27T14:19:07.740Z] go: downloading github.com/openziti/channel/v2 v2.0.130 [2024-05-27T14:19:07.740Z] go: downloading github.com/openziti/secretstream v0.1.20 [2024-05-27T14:19:07.740Z] go: downloading github.com/openziti/transport/v2 v2.0.133 [2024-05-27T14:19:07.740Z] go: downloading github.com/openziti/metrics v1.2.54 [2024-05-27T14:19:07.740Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2024-05-27T14:19:07.740Z] go: downloading github.com/zeebo/errs v1.3.0 [2024-05-27T14:19:07.740Z] go: downloading google.golang.org/grpc v1.60.1 [2024-05-27T14:19:07.740Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2024-05-27T14:19:07.740Z] go: downloading github.com/hashicorp/go-hclog v1.5.0 [2024-05-27T14:19:07.740Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2024-05-27T14:19:07.740Z] go: downloading github.com/hashicorp/serf v0.10.1 [2024-05-27T14:19:07.740Z] go: downloading github.com/mattn/go-colorable v0.1.13 [2024-05-27T14:19:07.740Z] go: downloading github.com/mattn/go-isatty v0.0.20 [2024-05-27T14:19:07.740Z] go: downloading github.com/valyala/bytebufferpool v1.0.0 [2024-05-27T14:19:07.740Z] go: downloading github.com/go-playground/locales v0.14.1 [2024-05-27T14:19:07.740Z] go: downloading github.com/go-openapi/errors v0.22.0 [2024-05-27T14:19:07.740Z] go: downloading github.com/go-openapi/swag v0.23.0 [2024-05-27T14:19:07.740Z] go: downloading github.com/opentracing/opentracing-go v1.2.0 [2024-05-27T14:19:07.740Z] go: downloading go.opentelemetry.io/otel v1.25.0 [2024-05-27T14:19:07.740Z] go: downloading go.opentelemetry.io/otel/trace v1.25.0 [2024-05-27T14:19:07.740Z] go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d [2024-05-27T14:19:07.740Z] go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 [2024-05-27T14:19:07.740Z] go: downloading go.mongodb.org/mongo-driver v1.15.0 [2024-05-27T14:19:07.740Z] go: downloading github.com/oklog/ulid v1.3.1 [2024-05-27T14:19:07.740Z] go: downloading github.com/go-openapi/validate v0.24.0 [2024-05-27T14:19:07.740Z] go: downloading github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa [2024-05-27T14:19:07.740Z] go: downloading github.com/fsnotify/fsnotify v1.7.0 [2024-05-27T14:19:07.740Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2024-05-27T14:19:07.740Z] go: downloading github.com/gorilla/securecookie v1.1.1 [2024-05-27T14:19:07.740Z] go: downloading github.com/gorilla/schema v1.2.0 [2024-05-27T14:19:07.740Z] go: downloading github.com/muhlemmer/gu v0.3.1 [2024-05-27T14:19:07.740Z] go: downloading github.com/speps/go-hashids v2.0.0+incompatible [2024-05-27T14:19:07.740Z] go: downloading github.com/golang/protobuf v1.5.4 [2024-05-27T14:19:07.740Z] go: downloading google.golang.org/protobuf v1.34.1 [2024-05-27T14:19:07.740Z] go: downloading github.com/mitchellh/go-ps v1.0.0 [2024-05-27T14:19:07.740Z] go: downloading github.com/shirou/gopsutil/v3 v3.24.4 [2024-05-27T14:19:07.740Z] go: downloading github.com/go-jose/go-jose/v3 v3.0.3 [2024-05-27T14:19:07.740Z] go: downloading github.com/fatih/color v1.16.0 [2024-05-27T14:19:07.740Z] go: downloading github.com/armon/go-metrics v0.4.1 [2024-05-27T14:19:07.740Z] go: downloading github.com/go-openapi/analysis v0.23.0 [2024-05-27T14:19:07.740Z] go: downloading github.com/go-openapi/loads v0.22.0 [2024-05-27T14:19:07.740Z] go: downloading github.com/go-openapi/spec v0.21.0 [2024-05-27T14:19:07.740Z] go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b [2024-05-27T14:19:07.740Z] go: downloading github.com/mailru/easyjson v0.7.7 [2024-05-27T14:19:07.740Z] go: downloading github.com/go-logr/logr v1.4.1 [2024-05-27T14:19:07.740Z] go: downloading go.opentelemetry.io/otel/metric v1.25.0 [2024-05-27T14:19:07.740Z] go: downloading golang.org/x/term v0.20.0 [2024-05-27T14:19:07.740Z] go: downloading github.com/go-openapi/jsonpointer v0.21.0 [2024-05-27T14:19:07.740Z] go: downloading github.com/tklauser/go-sysconf v0.3.12 [2024-05-27T14:19:07.740Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2024-05-27T14:19:07.740Z] go: downloading github.com/josharian/intern v1.0.0 [2024-05-27T14:19:07.740Z] go: downloading github.com/go-logr/stdr v1.2.2 [2024-05-27T14:19:07.740Z] go: downloading github.com/parallaxsecond/parsec-client-go v0.0.0-20221025095442-f0a77d263cf9 [2024-05-27T14:19:07.740Z] go: downloading github.com/go-openapi/jsonreference v0.21.0 [2024-05-27T14:19:07.740Z] go: downloading github.com/tklauser/numcpus v0.6.1 [2024-05-27T14:19:07.740Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2024-05-27T14:19:07.740Z] error obtaining VCS status: exit status 128 [2024-05-27T14:19:07.740Z] Use -buildvcs=false to disable VCS stamping. [2024-05-27T14:19:07.740Z] [Pipeline] } [2024-05-27T14:19:07.754Z] $ docker stop --time=1 b6d20b5825963129a5abd26b0200f285ca4d4ba9a65397121b131759d561cb5f [2024-05-27T14:19:12.876Z] $ docker rm -f --volumes b6d20b5825963129a5abd26b0200f285ca4d4ba9a65397121b131759d561cb5f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-05-27T14:19:13.254Z] [edgeXSnyk] Exit Code: 2 [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-05-27T14:19:14.061Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2024-05-27T14:19:14.062Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2024-05-27T14:19:14.062Z] total 16 [2024-05-27T14:19:14.062Z] drwxr-xr-x 3 root root 4096 May 27 14:04 . [2024-05-27T14:19:14.062Z] drwxrwxr-x 8 jenkins jenkins 4096 May 27 14:04 .. [2024-05-27T14:19:14.062Z] drwxr-xr-x 2 root root 4096 May 27 14:04 cost [2024-05-27T14:19:14.062Z] -rw-r--r-- 1 root root 96 May 27 14:04 cost.csv [2024-05-27T14:19:14.062Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2024-05-27T14:19:14.062Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2024-05-27T14:19:14.062Z] total 16 [2024-05-27T14:19:14.062Z] drwxr-xr-x 3 jenkins jenkins 4096 May 27 14:04 . [2024-05-27T14:19:14.062Z] drwxrwxr-x 8 jenkins jenkins 4096 May 27 14:04 .. [2024-05-27T14:19:14.062Z] drwxr-xr-x 2 jenkins jenkins 4096 May 27 14:04 cost [2024-05-27T14:19:14.062Z] -rw-r--r-- 1 jenkins jenkins 96 May 27 14:04 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-05-27T14:19:14.349Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-27T14:19:15.205Z] ---> package-listing.sh [2024-05-27T14:19:15.205Z] ++ facter osfamily [2024-05-27T14:19:15.205Z] ++ tr '[:upper:]' '[:lower:]' [2024-05-27T14:19:15.465Z] + OS_FAMILY=debian [2024-05-27T14:19:15.465Z] + workspace=/w/workspace/ry_app-service-configurable_main [2024-05-27T14:19:15.465Z] + START_PACKAGES=/tmp/packages_start.txt [2024-05-27T14:19:15.465Z] + END_PACKAGES=/tmp/packages_end.txt [2024-05-27T14:19:15.465Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-05-27T14:19:15.465Z] + PACKAGES=/tmp/packages_start.txt [2024-05-27T14:19:15.465Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2024-05-27T14:19:15.465Z] + PACKAGES=/tmp/packages_end.txt [2024-05-27T14:19:15.465Z] + case "${OS_FAMILY}" in [2024-05-27T14:19:15.465Z] + dpkg -l [2024-05-27T14:19:15.465Z] + grep '^ii' [2024-05-27T14:19:15.465Z] + '[' -f /tmp/packages_start.txt ']' [2024-05-27T14:19:15.465Z] + '[' -f /tmp/packages_end.txt ']' [2024-05-27T14:19:15.465Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-05-27T14:19:15.465Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2024-05-27T14:19:15.465Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2024-05-27T14:19:15.465Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo [2024-05-27T14:19:15.477Z] 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 [2024-05-27T14:19:15.756Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:19:16.331Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-27T14:19:16.331Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-27T14:19:16.417Z] prd-ubuntu20.04-docker-8c-8g-865 does not seem to be running inside a container [2024-05-27T14:19:16.453Z] $ 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 [2024-05-27T14:19:16.776Z] $ docker top 6c0f61378bb4884178e956e18aee383aa86dffdb7fc3b45d5d1ed65ae5238cb3 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-27T14:19:17.125Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-05-27T14:19:17.411Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-05-27T14:19:17.700Z] + ls /var/log/sa-host [2024-05-27T14:19:17.700Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-27T14:19:17.890Z] provisioning config files... [2024-05-27T14:19:17.899Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config11223960701261347675tmp [Pipeline] { [Pipeline] echo [2024-05-27T14:19:17.917Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-27T14:19:18.214Z] ---> create-netrc.sh [Pipeline] } [2024-05-27T14:19:18.221Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-05-27T14:19:18.588Z] ---> python-tools-install.sh [Pipeline] echo [2024-05-27T14:19:18.597Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-27T14:19:18.880Z] ---> sudo-logs.sh [2024-05-27T14:19:18.880Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-05-27T14:19:18.904Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-27T14:19:19.189Z] ---> job-cost.sh [2024-05-27T14:19:19.189Z] lf-activate-venv: SKIPPING [2024-05-27T14:19:19.189Z] DEBUG: total: 0.2199999988079071 [2024-05-27T14:19:19.189Z] INFO: Retrieving Stack Cost... [2024-05-27T14:19:19.447Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-05-27T14:19:20.016Z] INFO: Archiving Costs [Pipeline] echo [2024-05-27T14:19:20.028Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-27T14:19:20.311Z] ---> logs-deploy.sh [2024-05-27T14:19:20.312Z] lf-activate-venv: SKIPPING [2024-05-27T14:19:20.312Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/231 [2024-05-27T14:19:20.312Z] INFO: archiving workspace using pattern(s): [2024-05-27T14:19:21.249Z] Archives upload complete. [2024-05-27T14:19:21.249Z] INFO: archiving logs to Nexus