Pull request #692 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f8ab7e6288d99286c28a706c71f945815e6a73b8+4893ae94b3a8ce4bb8ee296d71267e8e7e82c368 (4c34f7784d141718c7a94e6e4c6aae77aa3d9eb5) 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-ssh8254866126674818522.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh11545663251450288867.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 0b81fa10a7dd14683a964f04f411324fe83f93ac The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-692/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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/PR-692/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2465114665832305743.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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/PR-692/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15536644021577079097.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 0b81fa10a7dd14683a964f04f411324fe83f93ac (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b81fa10a7dd14683a964f04f411324fe83f93ac # timeout=10 Commit message: "Merge pull request #457 from jinlinGuan/golang-1.23" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh10183088972414158495.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-692/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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/PR-692/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8380589189830462214.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac 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.23 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-26361 in /w/workspace/_app-service-configurable_PR-692 [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/_app-service-configurable_PR-692 # 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 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/692/head:refs/remotes/origin/PR-692 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 4893ae94b3a8ce4bb8ee296d71267e8e7e82c368 into PR head commit f8ab7e6288d99286c28a706c71f945815e6a73b8 Merge succeeded, producing f8ab7e6288d99286c28a706c71f945815e6a73b8 Checking out Revision f8ab7e6288d99286c28a706c71f945815e6a73b8 (PR-692) Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v4" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac > git config core.sparsecheckout # timeout=10 > git checkout -f f8ab7e6288d99286c28a706c71f945815e6a73b8 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4893ae94b3a8ce4bb8ee296d71267e8e7e82c368 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f8ab7e6288d99286c28a706c71f945815e6a73b8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-11-13T12:50:17.115Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-11-13T12:50:17.329Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-11-13T12:50:17.451Z] ========================================================= [2024-11-13T12:50:17.451Z] EdgeX Global Pipelines Version Info [2024-11-13T12:50:17.451Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-11-13T12:50:18.222Z] ------------------- [2024-11-13T12:50:18.222Z] stable info: [2024-11-13T12:50:18.222Z] ------------------- [2024-11-13T12:50:18.222Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-11-13T12:50:18.222Z] Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac [2024-11-13T12:50:18.222Z] Message: update stable to v1.0.265 [2024-11-13T12:50:18.796Z] ------------------- [2024-11-13T12:50:18.796Z] experimental info: [2024-11-13T12:50:18.796Z] ------------------- [2024-11-13T12:50:18.796Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-11-13T12:50:18.796Z] Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 [2024-11-13T12:50:18.796Z] Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-11-13T12:50:19.029Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2024-11-13T12:50:19.091Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2024-11-13T12:50:19.153Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-11-13T12:50:19.213Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-11-13T12:50:19.271Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-11-13T12:50:19.338Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2024-11-13T12:50:19.402Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-11-13T12:50:19.459Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-11-13T12:50:19.520Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-11-13T12:50:19.576Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-11-13T12:50:19.635Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-11-13T12:50:19.690Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2024-11-13T12:50:19.753Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-11-13T12:50:19.816Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-11-13T12:50:19.879Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-11-13T12:50:19.943Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-11-13T12:50:20.001Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-11-13T12:50:20.059Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-11-13T12:50:20.116Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-11-13T12:50:20.177Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-11-13T12:50:20.238Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-11-13T12:50:20.298Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-11-13T12:50:20.359Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-11-13T12:50:20.417Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-11-13T12:50:20.482Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-11-13T12:50:20.541Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-11-13T12:50:20.612Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-11-13T12:50:20.672Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-692 [Pipeline] echo [2024-11-13T12:50:20.733Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-692 [Pipeline] echo [2024-11-13T12:50:20.792Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-692 [Pipeline] echo [2024-11-13T12:50:20.859Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f8ab7e6288d99286c28a706c71f945815e6a73b8 [Pipeline] echo [2024-11-13T12:50:20.922Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f8ab7e6 [Pipeline] echo [2024-11-13T12:50:20.985Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-11-13T12:50:21.133Z] provisioning config files... [2024-11-13T12:50:21.147Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-692@tmp/config7416003612336506695tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-13T12:50:21.533Z] ---> ****-login.sh [2024-11-13T12:50:21.533Z] nexus3.edgexfoundry.org:10001 [2024-11-13T12:50:21.794Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T12:50:21.794Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T12:50:21.794Z] Configure a credential helper to remove this warning. See [2024-11-13T12:50:21.794Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T12:50:21.794Z] [2024-11-13T12:50:21.794Z] Login Succeeded [2024-11-13T12:50:21.794Z] nexus3.edgexfoundry.org:10002 [2024-11-13T12:50:22.054Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T12:50:22.054Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T12:50:22.054Z] Configure a credential helper to remove this warning. See [2024-11-13T12:50:22.054Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T12:50:22.054Z] [2024-11-13T12:50:22.054Z] Login Succeeded [2024-11-13T12:50:22.054Z] nexus3.edgexfoundry.org:10003 [2024-11-13T12:50:22.054Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T12:50:22.054Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T12:50:22.054Z] Configure a credential helper to remove this warning. See [2024-11-13T12:50:22.054Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T12:50:22.054Z] [2024-11-13T12:50:22.054Z] Login Succeeded [2024-11-13T12:50:22.054Z] nexus3.edgexfoundry.org:10004 [2024-11-13T12:50:22.054Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T12:50:22.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T12:50:22.337Z] Configure a credential helper to remove this warning. See [2024-11-13T12:50:22.337Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T12:50:22.337Z] [2024-11-13T12:50:22.337Z] Login Succeeded [2024-11-13T12:50:22.337Z] ****.io [2024-11-13T12:50:22.337Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T12:50:22.600Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T12:50:22.600Z] Configure a credential helper to remove this warning. See [2024-11-13T12:50:22.600Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T12:50:22.600Z] [2024-11-13T12:50:22.600Z] Login Succeeded [2024-11-13T12:50:22.600Z] ---> ****-login.sh ends [Pipeline] } [2024-11-13T12:50:22.643Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-11-13T12:50:23.313Z] + git rev-list -1 --merges f8ab7e6288d99286c28a706c71f945815e6a73b8~1..f8ab7e6288d99286c28a706c71f945815e6a73b8 [Pipeline] echo [2024-11-13T12:50:23.366Z] -----------> git rev-list -1 --merges f8ab7e6288d99286c28a706c71f945815e6a73b8~1..f8ab7e6288d99286c28a706c71f945815e6a73b8 f8ab7e6288d99286c28a706c71f945815e6a73b8 [false] [Pipeline] sh [2024-11-13T12:50:23.694Z] + git log --format=format:%s -1 f8ab7e6288d99286c28a706c71f945815e6a73b8 [Pipeline] echo [2024-11-13T12:50:23.734Z] ========================================================= [2024-11-13T12:50:23.734Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-11-13T12:50:23.734Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-11-13T12:50:24.197Z] + git log --format=format:%s -1 f8ab7e6288d99286c28a706c71f945815e6a73b8 [Pipeline] echo [2024-11-13T12:50:24.239Z] [semverPrep] GIT_COMMIT: f8ab7e6288d99286c28a706c71f945815e6a73b8, Commit Message: build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v4 [Pipeline] echo [2024-11-13T12:50:24.282Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-11-13T12:50:24.722Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-11-13T12:50:24.722Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-11-13T12:50:24.722Z] + [ -e /tmp/ssh_known_hosts ] [2024-11-13T12:50:24.722Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-11-13T12:50:24.722Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-11-13T12:50:24.722Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-11-13T12:50:24.722Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T12:50:25.276Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-13T12:50:25.276Z] [2024-11-13T12:50:25.276Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T12:50:25.682Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-13T12:50:25.682Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-11-13T12:50:25.682Z] b85a868b505f: Pulling fs layer [2024-11-13T12:50:25.682Z] e2be974225ed: Pulling fs layer [2024-11-13T12:50:25.682Z] 339a4e72a1f5: Pulling fs layer [2024-11-13T12:50:25.682Z] 988bab9f4d93: Pulling fs layer [2024-11-13T12:50:25.682Z] 1469e6f7b9e6: Pulling fs layer [2024-11-13T12:50:25.682Z] eaf3925da568: Pulling fs layer [2024-11-13T12:50:25.682Z] bab4dde63d76: Pulling fs layer [2024-11-13T12:50:25.682Z] bde34c3a00c8: Pulling fs layer [2024-11-13T12:50:25.682Z] b352a97aabf1: Pulling fs layer [2024-11-13T12:50:25.682Z] 4872d77fe225: Pulling fs layer [2024-11-13T12:50:25.682Z] 5851b861e8e6: Pulling fs layer [2024-11-13T12:50:25.682Z] b352a97aabf1: Waiting [2024-11-13T12:50:25.682Z] 5851b861e8e6: Waiting [2024-11-13T12:50:25.682Z] bab4dde63d76: Waiting [2024-11-13T12:50:25.682Z] bde34c3a00c8: Waiting [2024-11-13T12:50:25.682Z] 4872d77fe225: Waiting [2024-11-13T12:50:25.682Z] 988bab9f4d93: Waiting [2024-11-13T12:50:25.682Z] 1469e6f7b9e6: Waiting [2024-11-13T12:50:25.682Z] eaf3925da568: Waiting [2024-11-13T12:50:25.682Z] e2be974225ed: Verifying Checksum [2024-11-13T12:50:25.682Z] e2be974225ed: Download complete [2024-11-13T12:50:25.682Z] 988bab9f4d93: Verifying Checksum [2024-11-13T12:50:25.682Z] 988bab9f4d93: Download complete [2024-11-13T12:50:25.682Z] 1469e6f7b9e6: Verifying Checksum [2024-11-13T12:50:25.682Z] 1469e6f7b9e6: Download complete [2024-11-13T12:50:25.682Z] eaf3925da568: Verifying Checksum [2024-11-13T12:50:25.682Z] eaf3925da568: Download complete [2024-11-13T12:50:25.682Z] 339a4e72a1f5: Verifying Checksum [2024-11-13T12:50:25.682Z] 339a4e72a1f5: Download complete [2024-11-13T12:50:25.942Z] bde34c3a00c8: Verifying Checksum [2024-11-13T12:50:25.942Z] bde34c3a00c8: Download complete [2024-11-13T12:50:25.942Z] b352a97aabf1: Verifying Checksum [2024-11-13T12:50:25.942Z] b352a97aabf1: Download complete [2024-11-13T12:50:25.942Z] 4872d77fe225: Verifying Checksum [2024-11-13T12:50:25.942Z] 4872d77fe225: Download complete [2024-11-13T12:50:25.942Z] 5851b861e8e6: Download complete [2024-11-13T12:50:25.942Z] b85a868b505f: Verifying Checksum [2024-11-13T12:50:25.942Z] b85a868b505f: Download complete [2024-11-13T12:50:26.201Z] bab4dde63d76: Verifying Checksum [2024-11-13T12:50:26.201Z] bab4dde63d76: Download complete [2024-11-13T12:50:27.141Z] b85a868b505f: Pull complete [2024-11-13T12:50:27.400Z] e2be974225ed: Pull complete [2024-11-13T12:50:27.970Z] 339a4e72a1f5: Pull complete [2024-11-13T12:50:27.970Z] 988bab9f4d93: Pull complete [2024-11-13T12:50:28.233Z] 1469e6f7b9e6: Pull complete [2024-11-13T12:50:28.233Z] eaf3925da568: Pull complete [2024-11-13T12:50:30.147Z] bab4dde63d76: Pull complete [2024-11-13T12:50:30.147Z] bde34c3a00c8: Pull complete [2024-11-13T12:50:30.147Z] b352a97aabf1: Pull complete [2024-11-13T12:50:30.408Z] 4872d77fe225: Pull complete [2024-11-13T12:50:30.408Z] 5851b861e8e6: Pull complete [2024-11-13T12:50:30.408Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-11-13T12:50:30.408Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-13T12:50:30.408Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-13T12:50:30.723Z] prd-ubuntu20.04-docker-8c-8g-26361 does not seem to be running inside a container [2024-11-13T12:50:30.753Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-692 -v /w/workspace/_app-service-configurable_PR-692:/w/workspace/_app-service-configurable_PR-692:rw,z -v /w/workspace/_app-service-configurable_PR-692@tmp:/w/workspace/_app-service-configurable_PR-692@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-11-13T12:50:33.229Z] $ docker top af5a226c52c091b009318c7fbbea806a3b2fcf772a49ec209df1e7aa4c057e47 -eo pid,comm [2024-11-13T12:50:33.287Z] 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-11-13T12:50:33.287Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-11-13T12:50:33.468Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-11-13T12:50:33.468Z] [ssh-agent] Looking for ssh-agent implementation... [2024-11-13T12:50:33.592Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-11-13T12:50:33.593Z] $ docker exec af5a226c52c091b009318c7fbbea806a3b2fcf772a49ec209df1e7aa4c057e47 ssh-agent [2024-11-13T12:50:33.715Z] SSH_AUTH_SOCK=/tmp/ssh-zE92JNVnjtxc/agent.32 [2024-11-13T12:50:33.715Z] SSH_AGENT_PID=38 [2024-11-13T12:50:33.722Z] Running ssh-add (command line suppressed) [2024-11-13T12:50:33.821Z] Identity added: /w/workspace/_app-service-configurable_PR-692@tmp/private_key_5326789456454770107.key (/w/workspace/_app-service-configurable_PR-692@tmp/private_key_5326789456454770107.key) [2024-11-13T12:50:33.840Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-11-13T12:50:34.199Z] + git tag --points-at HEAD [Pipeline] } [2024-11-13T12:50:34.233Z] $ docker exec --env ******** --env ******** af5a226c52c091b009318c7fbbea806a3b2fcf772a49ec209df1e7aa4c057e47 ssh-agent -k [2024-11-13T12:50:34.324Z] unset SSH_AUTH_SOCK; [2024-11-13T12:50:34.324Z] unset SSH_AGENT_PID; [2024-11-13T12:50:34.324Z] echo Agent pid 38 killed; [2024-11-13T12:50:34.337Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-11-13T12:50:34.469Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-11-13T12:50:34.469Z] [ssh-agent] Looking for ssh-agent implementation... [2024-11-13T12:50:34.575Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-11-13T12:50:34.576Z] $ docker exec af5a226c52c091b009318c7fbbea806a3b2fcf772a49ec209df1e7aa4c057e47 ssh-agent [2024-11-13T12:50:34.693Z] SSH_AUTH_SOCK=/tmp/ssh-lK9LXSC3AzvS/agent.71 [2024-11-13T12:50:34.693Z] SSH_AGENT_PID=78 [2024-11-13T12:50:34.697Z] Running ssh-add (command line suppressed) [2024-11-13T12:50:34.812Z] Identity added: /w/workspace/_app-service-configurable_PR-692@tmp/private_key_16174735754208855240.key (/w/workspace/_app-service-configurable_PR-692@tmp/private_key_16174735754208855240.key) [2024-11-13T12:50:34.828Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-11-13T12:50:35.172Z] + git semver init [2024-11-13T12:50:35.432Z] 2024-11-13 12:50:35,348 [run_init] DEBUG init version:0.0.0 force:False [2024-11-13T12:50:35.432Z] 2024-11-13 12:50:35,349 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-692/.semver [2024-11-13T12:50:35.432Z] 2024-11-13 12:50:35,350 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-692/.semver [2024-11-13T12:50:35.432Z] 2024-11-13 12:50:35,350 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-692/.semver'], cwd=/w/workspace/_app-service-configurable_PR-692, universal_newlines=False, shell=None, istream=None) [2024-11-13T12:50:36.372Z] 2024-11-13 12:50:36,336 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-692/.git/info/exclude [2024-11-13T12:50:36.372Z] 2024-11-13 12:50:36,337 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-692/.semver/PR-692 with force:False [2024-11-13T12:50:36.372Z] 2024-11-13 12:50:36,337 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-692/.semver/PR-692 [2024-11-13T12:50:36.372Z] 2024-11-13 12:50:36,342 [execute] INFO git cat-file --batch-check [2024-11-13T12:50:36.372Z] 2024-11-13 12:50:36,343 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-692/.semver, universal_newlines=False, shell=None, istream=) [2024-11-13T12:50:36.372Z] 2024-11-13 12:50:36,349 [execute] INFO git cat-file --batch [2024-11-13T12:50:36.372Z] 2024-11-13 12:50:36,350 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-692/.semver, universal_newlines=False, shell=None, istream=) [2024-11-13T12:50:36.372Z] 2024-11-13 12:50:36,354 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-692/.semver/PR-692 [2024-11-13T12:50:36.372Z] 0.0.0 [Pipeline] } [2024-11-13T12:50:36.648Z] $ docker exec --env ******** --env ******** af5a226c52c091b009318c7fbbea806a3b2fcf772a49ec209df1e7aa4c057e47 ssh-agent -k [2024-11-13T12:50:36.754Z] unset SSH_AUTH_SOCK; [2024-11-13T12:50:36.755Z] unset SSH_AGENT_PID; [2024-11-13T12:50:36.755Z] echo Agent pid 78 killed; [2024-11-13T12:50:36.772Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-11-13T12:50:37.221Z] + git semver [Pipeline] } [2024-11-13T12:50:37.506Z] $ docker stop --time=1 af5a226c52c091b009318c7fbbea806a3b2fcf772a49ec209df1e7aa4c057e47 [2024-11-13T12:50:38.813Z] $ docker rm -f --volumes af5a226c52c091b009318c7fbbea806a3b2fcf772a49ec209df1e7aa4c057e47 [Pipeline] // withDockerContainer [Pipeline] sh [2024-11-13T12:50:39.245Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-11-13T12:50:39.600Z] Stashed 1 file(s) [Pipeline] echo [2024-11-13T12:50:39.626Z] [edgeXSemver]: initialized semver on version 0.0.0 [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-11-13T12:50:40.358Z] provisioning config files... [2024-11-13T12:50:40.368Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-692@tmp/config276354578447441767tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-13T12:50:40.743Z] ---> ****-login.sh [2024-11-13T12:50:40.743Z] nexus3.edgexfoundry.org:10001 [2024-11-13T12:50:40.743Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T12:50:40.743Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T12:50:40.743Z] Configure a credential helper to remove this warning. See [2024-11-13T12:50:40.743Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T12:50:40.743Z] [2024-11-13T12:50:40.743Z] Login Succeeded [2024-11-13T12:50:40.743Z] nexus3.edgexfoundry.org:10002 [2024-11-13T12:50:40.743Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T12:50:40.743Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T12:50:40.743Z] Configure a credential helper to remove this warning. See [2024-11-13T12:50:40.743Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T12:50:40.743Z] [2024-11-13T12:50:40.743Z] Login Succeeded [2024-11-13T12:50:40.743Z] nexus3.edgexfoundry.org:10003 [2024-11-13T12:50:41.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T12:50:41.004Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T12:50:41.004Z] Configure a credential helper to remove this warning. See [2024-11-13T12:50:41.004Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T12:50:41.004Z] [2024-11-13T12:50:41.004Z] Login Succeeded [2024-11-13T12:50:41.004Z] nexus3.edgexfoundry.org:10004 [2024-11-13T12:50:41.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T12:50:41.004Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T12:50:41.004Z] Configure a credential helper to remove this warning. See [2024-11-13T12:50:41.004Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T12:50:41.004Z] [2024-11-13T12:50:41.004Z] Login Succeeded [2024-11-13T12:50:41.004Z] ****.io [2024-11-13T12:50:41.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T12:50:41.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T12:50:41.264Z] Configure a credential helper to remove this warning. See [2024-11-13T12:50:41.264Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T12:50:41.264Z] [2024-11-13T12:50:41.264Z] Login Succeeded [2024-11-13T12:50:41.264Z] ---> ****-login.sh ends [Pipeline] } [2024-11-13T12:50:41.301Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-11-13T12:50:41.523Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-13T12:50:41.573Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-13T12:50:41.620Z] ========================================================= [2024-11-13T12:50:41.620Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2024-11-13T12:50:41.620Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T12:50:42.157Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2024-11-13T12:50:42.157Z] Sending build context to Docker daemon 9.222MB [2024-11-13T12:50:42.157Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2024-11-13T12:50:42.157Z] Step 2/12 : FROM ${BASE} AS builder [2024-11-13T12:50:42.157Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2024-11-13T12:50:42.157Z] 43c4264eed91: Pulling fs layer [2024-11-13T12:50:42.157Z] 4cc291be95ef: Pulling fs layer [2024-11-13T12:50:42.157Z] 2ac1f1163629: Pulling fs layer [2024-11-13T12:50:42.157Z] 5c3c966382ef: Pulling fs layer [2024-11-13T12:50:42.157Z] 4f4fb700ef54: Pulling fs layer [2024-11-13T12:50:42.157Z] 5d5c8e513c77: Pulling fs layer [2024-11-13T12:50:42.157Z] 9f66e0745190: Pulling fs layer [2024-11-13T12:50:42.157Z] f49a43e4bbc0: Pulling fs layer [2024-11-13T12:50:42.157Z] 561ebcabdf7f: Pulling fs layer [2024-11-13T12:50:42.157Z] 5c3c966382ef: Waiting [2024-11-13T12:50:42.157Z] 4f4fb700ef54: Waiting [2024-11-13T12:50:42.157Z] 5d5c8e513c77: Waiting [2024-11-13T12:50:42.157Z] 9f66e0745190: Waiting [2024-11-13T12:50:42.157Z] f49a43e4bbc0: Waiting [2024-11-13T12:50:42.157Z] 561ebcabdf7f: Waiting [2024-11-13T12:50:42.157Z] 4cc291be95ef: Verifying Checksum [2024-11-13T12:50:42.157Z] 4cc291be95ef: Download complete [2024-11-13T12:50:42.157Z] 5c3c966382ef: Verifying Checksum [2024-11-13T12:50:42.157Z] 5c3c966382ef: Download complete [2024-11-13T12:50:42.157Z] 4f4fb700ef54: Verifying Checksum [2024-11-13T12:50:42.157Z] 4f4fb700ef54: Download complete [2024-11-13T12:50:42.416Z] 5d5c8e513c77: Download complete [2024-11-13T12:50:42.416Z] 43c4264eed91: Download complete [2024-11-13T12:50:42.416Z] 9f66e0745190: Verifying Checksum [2024-11-13T12:50:42.416Z] 43c4264eed91: Pull complete [2024-11-13T12:50:42.677Z] 561ebcabdf7f: Download complete [2024-11-13T12:50:42.677Z] 4cc291be95ef: Pull complete [2024-11-13T12:50:42.677Z] 2ac1f1163629: Verifying Checksum [2024-11-13T12:50:42.677Z] 2ac1f1163629: Download complete [2024-11-13T12:50:42.937Z] f49a43e4bbc0: Verifying Checksum [2024-11-13T12:50:42.937Z] f49a43e4bbc0: Download complete [2024-11-13T12:50:46.250Z] 2ac1f1163629: Pull complete [2024-11-13T12:50:46.250Z] 5c3c966382ef: Pull complete [2024-11-13T12:50:46.250Z] 4f4fb700ef54: Pull complete [2024-11-13T12:50:46.512Z] 5d5c8e513c77: Pull complete [2024-11-13T12:50:46.513Z] 9f66e0745190: Pull complete [2024-11-13T12:50:49.061Z] f49a43e4bbc0: Pull complete [2024-11-13T12:50:49.327Z] 561ebcabdf7f: Pull complete [2024-11-13T12:50:49.327Z] Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d [2024-11-13T12:50:49.327Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-11-13T12:50:49.327Z] ---> 3a752c3f9dda [2024-11-13T12:50:49.327Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2024-11-13T12:50:52.626Z] ---> Running in 1d99f17f94a1 [2024-11-13T12:50:52.626Z] Removing intermediate container 1d99f17f94a1 [2024-11-13T12:50:52.626Z] ---> 516575347526 [2024-11-13T12:50:52.626Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-11-13T12:50:52.626Z] ---> Running in c03240875f46 [2024-11-13T12:50:52.885Z] Removing intermediate container c03240875f46 [2024-11-13T12:50:52.885Z] ---> f30133579948 [2024-11-13T12:50:52.885Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-11-13T12:50:52.885Z] ---> Running in 40aa5df0c7f6 [2024-11-13T12:50:52.885Z] Removing intermediate container 40aa5df0c7f6 [2024-11-13T12:50:52.885Z] ---> cd8e54a8b7ca [2024-11-13T12:50:52.885Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-11-13T12:50:52.885Z] ---> Running in a10b5c2487e2 [2024-11-13T12:50:53.145Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-13T12:50:53.405Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-13T12:50:53.665Z] OK: 246 MiB in 54 packages [2024-11-13T12:50:54.233Z] Removing intermediate container a10b5c2487e2 [2024-11-13T12:50:54.233Z] ---> 3c6e0c478861 [2024-11-13T12:50:54.233Z] Step 7/12 : WORKDIR /app [2024-11-13T12:50:54.233Z] ---> Running in a9aa1f4526e6 [2024-11-13T12:50:54.233Z] Removing intermediate container a9aa1f4526e6 [2024-11-13T12:50:54.233Z] ---> 540322417d24 [2024-11-13T12:50:54.233Z] Step 8/12 : COPY go.mod vendor* ./ [2024-11-13T12:50:54.233Z] ---> cdb16f40ccea [2024-11-13T12:50:54.233Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-13T12:50:54.233Z] ---> Running in 0d3de0292f66 [2024-11-13T12:50:55.142Z] Still waiting to schedule task [2024-11-13T12:50:55.142Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-11-13T12:52:02.038Z] Removing intermediate container 0d3de0292f66 [2024-11-13T12:52:02.038Z] ---> a4aa1e81edc8 [2024-11-13T12:52:02.038Z] Step 10/12 : COPY . . [2024-11-13T12:52:02.038Z] ---> fe90238c649e [2024-11-13T12:52:02.038Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-11-13T12:52:02.038Z] ---> Running in 1e6ed1d2e963 [2024-11-13T12:52:02.038Z] Removing intermediate container 1e6ed1d2e963 [2024-11-13T12:52:02.038Z] ---> 18004fb24e44 [2024-11-13T12:52:02.038Z] Step 12/12 : RUN $MAKE [2024-11-13T12:52:02.038Z] ---> Running in 62c2f42b068d [2024-11-13T12:52:02.038Z] noop [2024-11-13T12:52:02.038Z] Removing intermediate container 62c2f42b068d [2024-11-13T12:52:02.038Z] ---> 6a36e354de31 [2024-11-13T12:52:02.038Z] Successfully built 6a36e354de31 [2024-11-13T12:52:02.038Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T12:52:02.514Z] + docker inspect -f . ci-base-image-x86_64 [2024-11-13T12:52:02.514Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-13T12:52:02.676Z] prd-ubuntu20.04-docker-8c-8g-26361 does not seem to be running inside a container [2024-11-13T12:52:02.702Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-692 -v /w/workspace/_app-service-configurable_PR-692:/w/workspace/_app-service-configurable_PR-692:rw,z -v /w/workspace/_app-service-configurable_PR-692@tmp:/w/workspace/_app-service-configurable_PR-692@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-11-13T12:52:03.049Z] $ docker top 97308029b832a498b2f5491079022d051c5d14f4bb1e10a71f1f265bf5d285d1 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-13T12:52:03.452Z] + go version [2024-11-13T12:52:03.452Z] go version go1.23.2 linux/amd64 [Pipeline] } [2024-11-13T12:52:03.486Z] $ docker stop --time=1 97308029b832a498b2f5491079022d051c5d14f4bb1e10a71f1f265bf5d285d1 [2024-11-13T12:52:04.742Z] $ docker rm -f --volumes 97308029b832a498b2f5491079022d051c5d14f4bb1e10a71f1f265bf5d285d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T12:52:05.527Z] + docker inspect -f . ci-base-image-x86_64 [2024-11-13T12:52:05.527Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-13T12:52:05.688Z] prd-ubuntu20.04-docker-8c-8g-26361 does not seem to be running inside a container [2024-11-13T12:52:05.721Z] $ 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_PR-692 -v /w/workspace/_app-service-configurable_PR-692:/w/workspace/_app-service-configurable_PR-692:rw,z -v /w/workspace/_app-service-configurable_PR-692@tmp:/w/workspace/_app-service-configurable_PR-692@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-11-13T12:52:06.032Z] $ docker top 2d841e524696568ac4da3f8503e3cdab134f2e65c8da2c07a2466fdec3a6210d -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-13T12:52:06.446Z] + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-692 [Pipeline] fileExists [Pipeline] sh [2024-11-13T12:52:06.827Z] + make test [2024-11-13T12:52:06.827Z] go test -race -coverprofile=coverage.out ./... [2024-11-13T12:52:38.685Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-26362 in /w/workspace/_app-service-configurable_PR-692 [Pipeline] { [Pipeline] ws [2024-11-13T12:52:38.762Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2024-11-13T12:52:38.912Z] github.com/edgexfoundry/app-service-configurable coverage: 0.0% of statements [2024-11-13T12:52:41.950Z] The recommended git tool is: git [2024-11-13T12:52:49.824Z] using credential edgex-jenkins-ssh [2024-11-13T12:52:49.852Z] Cloning the remote Git repository [2024-11-13T12:52:49.898Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2024-11-13T12:52:50.061Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2024-11-13T12:52:50.267Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2024-11-13T12:52:50.269Z] > git --version # timeout=10 [2024-11-13T12:52:50.308Z] > git --version # 'git version 2.25.1' [2024-11-13T12:52:50.310Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-11-13T12:52:50.520Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-11-13T12:52:53.182Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2024-11-13T12:52:53.201Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-11-13T12:52:54.118Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2024-11-13T12:52:54.159Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2024-11-13T12:52:54.160Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-11-13T12:52:54.183Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/692/head:refs/remotes/origin/PR-692 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2024-11-13T12:52:54.735Z] Merging remotes/origin/main commit 4893ae94b3a8ce4bb8ee296d71267e8e7e82c368 into PR head commit f8ab7e6288d99286c28a706c71f945815e6a73b8 [2024-11-13T12:52:54.994Z] Merge succeeded, producing f8ab7e6288d99286c28a706c71f945815e6a73b8 [2024-11-13T12:52:54.995Z] Checking out Revision f8ab7e6288d99286c28a706c71f945815e6a73b8 (PR-692) [2024-11-13T12:52:55.548Z] Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v4" [2024-11-13T12:52:55.595Z] > git --version # timeout=10 [2024-11-13T12:52:55.605Z] > git --version # 'git version 2.25.1' [2024-11-13T12:52:55.617Z] fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac [2024-11-13T12:52:54.748Z] > git config core.sparsecheckout # timeout=10 [2024-11-13T12:52:54.804Z] > git checkout -f f8ab7e6288d99286c28a706c71f945815e6a73b8 # timeout=10 [2024-11-13T12:52:54.890Z] > git remote # timeout=10 [2024-11-13T12:52:54.910Z] > git config --get remote.origin.url # timeout=10 [2024-11-13T12:52:54.926Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-11-13T12:52:54.944Z] > git merge 4893ae94b3a8ce4bb8ee296d71267e8e7e82c368 # timeout=10 [2024-11-13T12:52:54.974Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-11-13T12:52:54.998Z] > git config core.sparsecheckout # timeout=10 [2024-11-13T12:52:55.011Z] > git checkout -f f8ab7e6288d99286c28a706c71f945815e6a73b8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-11-13T12:53:00.511Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-11-13T12:53:00.511Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-11-13T12:53:00.511Z] Dload Upload Total Spent Left Speed [2024-11-13T12:53:00.511Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 98676 0 --:--:-- --:--:-- --:--:-- 98676 [Pipeline] sh [2024-11-13T12:53:00.852Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-11-13T12:53:01.197Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-11-13T12:53:01.197Z] + sudo tee /etc/docker/daemon.new [2024-11-13T12:53:01.197Z] { [2024-11-13T12:53:01.197Z] "registry-mirrors": [ [2024-11-13T12:53:01.197Z] "https://nexus3.edgexfoundry.org:10001" [2024-11-13T12:53:01.197Z] ], [2024-11-13T12:53:01.197Z] "bip": "10.250.0.254/24", [2024-11-13T12:53:01.197Z] "hosts": [ [2024-11-13T12:53:01.197Z] "tcp://0.0.0.0:5555", [2024-11-13T12:53:01.197Z] "unix:///var/run/docker.sock" [2024-11-13T12:53:01.197Z] ], [2024-11-13T12:53:01.197Z] "mtu": 1458, [2024-11-13T12:53:01.197Z] "selinux-enabled": true, [2024-11-13T12:53:01.197Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-11-13T12:53:01.197Z] } [Pipeline] sh [2024-11-13T12:53:01.545Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-11-13T12:53:01.894Z] + sudo service docker restart [2024-11-13T12:53:11.010Z] go vet ./... [2024-11-13T12:53:16.283Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-11-13T12:53:16.283Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-11-13T12:53:16.283Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-11-13T12:53:16.333Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-11-13T12:53:16.374Z] $ docker stop --time=1 2d841e524696568ac4da3f8503e3cdab134f2e65c8da2c07a2466fdec3a6210d [2024-11-13T12:53:19.808Z] $ docker rm -f --volumes 2d841e524696568ac4da3f8503e3cdab134f2e65c8da2c07a2466fdec3a6210d [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-11-13T12:53:20.475Z] provisioning config files... [2024-11-13T12:53:20.500Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config8563297592935773801tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-13T12:53:20.619Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-11-13T12:53:20.900Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [2024-11-13T12:53:21.031Z] ---> ****-login.sh [2024-11-13T12:53:21.032Z] nexus3.edgexfoundry.org:10001 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2024-11-13T12:53:21.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh [2024-11-13T12:53:21.571Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T12:53:21.571Z] Configure a credential helper to remove this warning. See [2024-11-13T12:53:21.571Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T12:53:21.571Z] [2024-11-13T12:53:21.571Z] Login Succeeded [2024-11-13T12:53:21.571Z] nexus3.edgexfoundry.org:10002 [2024-11-13T12:53:21.717Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-11-13T12:53:21.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T12:53:21.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T12:53:21.838Z] Configure a credential helper to remove this warning. See [2024-11-13T12:53:21.838Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T12:53:21.838Z] [2024-11-13T12:53:21.838Z] Login Succeeded [2024-11-13T12:53:21.838Z] nexus3.edgexfoundry.org:10003 [2024-11-13T12:53:22.036Z] + ls -al . [2024-11-13T12:53:22.036Z] total 248 [2024-11-13T12:53:22.036Z] drwxrwxr-x 7 jenkins jenkins 4096 Nov 13 12:52 . [2024-11-13T12:53:22.036Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 13 12:50 .. [2024-11-13T12:53:22.036Z] -rw-rw-r-- 1 jenkins jenkins 119 Nov 13 12:50 .dockerignore [2024-11-13T12:53:22.036Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 13 12:52 .git [2024-11-13T12:53:22.036Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 13 12:50 .github [2024-11-13T12:53:22.036Z] -rw-rw-r-- 1 jenkins jenkins 106 Nov 13 12:50 .gitignore [2024-11-13T12:53:22.036Z] -rw-rw-r-- 1 jenkins jenkins 41 Nov 13 12:50 .golangci.yml [2024-11-13T12:53:22.036Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 13 12:50 .semver [2024-11-13T12:53:22.036Z] -rw-rw-r-- 1 jenkins jenkins 16432 Nov 13 12:50 Attribution.txt [2024-11-13T12:53:22.036Z] -rw-rw-r-- 1 jenkins jenkins 37263 Nov 13 12:50 CHANGELOG.md [2024-11-13T12:53:22.036Z] -rw-rw-r-- 1 jenkins jenkins 2008 Nov 13 12:50 Dockerfile [2024-11-13T12:53:22.036Z] -rw-rw-r-- 1 jenkins jenkins 677 Nov 13 12:50 GOVERNANCE.md [2024-11-13T12:53:22.036Z] -rw-rw-r-- 1 jenkins jenkins 666 Nov 13 12:50 Jenkinsfile [2024-11-13T12:53:22.036Z] -rw-rw-r-- 1 jenkins jenkins 10174 Nov 13 12:50 LICENSE [2024-11-13T12:53:22.036Z] -rw-rw-r-- 1 jenkins jenkins 618 Nov 13 12:50 OWNERS.md [2024-11-13T12:53:22.036Z] -rw-rw-r-- 1 jenkins jenkins 4582 Nov 13 12:50 README.md [2024-11-13T12:53:22.036Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 13 12:50 VERSION [2024-11-13T12:53:22.036Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 13 12:50 bin [2024-11-13T12:53:22.036Z] -rw-r--r-- 1 jenkins jenkins 953 Nov 13 12:52 coverage.out [2024-11-13T12:53:22.036Z] -rw-rw-r-- 1 jenkins jenkins 6598 Nov 13 12:50 go.mod [2024-11-13T12:53:22.036Z] -rw-rw-r-- 1 jenkins jenkins 88085 Nov 13 12:50 go.sum [2024-11-13T12:53:22.036Z] -rw-rw-r-- 1 jenkins jenkins 1937 Nov 13 12:50 main.go [2024-11-13T12:53:22.036Z] -rw-rw-r-- 1 jenkins jenkins 3155 Nov 13 12:50 makefile [2024-11-13T12:53:22.036Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 13 12:50 res [Pipeline] isUnix [2024-11-13T12:53:22.108Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T12:53:22.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T12:53:22.379Z] Configure a credential helper to remove this warning. See [2024-11-13T12:53:22.379Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T12:53:22.379Z] [2024-11-13T12:53:22.380Z] Login Succeeded [2024-11-13T12:53:22.380Z] nexus3.edgexfoundry.org:10004 [2024-11-13T12:53:22.380Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T12:53:22.495Z] + 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=f8ab7e6288d99286c28a706c71f945815e6a73b8 --label arch=amd64 --label version=0.0.0 . [2024-11-13T12:53:22.495Z] Sending build context to Docker daemon 9.224MB [2024-11-13T12:53:22.495Z] Step 1/27 : ARG BASE=golang:1.23-alpine3.20 [2024-11-13T12:53:22.495Z] Step 2/27 : FROM ${BASE} AS builder [2024-11-13T12:53:22.495Z] ---> 6a36e354de31 [2024-11-13T12:53:22.495Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git" [2024-11-13T12:53:22.650Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T12:53:22.651Z] Configure a credential helper to remove this warning. See [2024-11-13T12:53:22.651Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T12:53:22.651Z] [2024-11-13T12:53:22.651Z] Login Succeeded [2024-11-13T12:53:22.651Z] ****.io [2024-11-13T12:53:22.756Z] ---> Running in 55cecee3dc27 [2024-11-13T12:53:22.756Z] Removing intermediate container 55cecee3dc27 [2024-11-13T12:53:22.756Z] ---> 50d5e7913155 [2024-11-13T12:53:22.756Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2024-11-13T12:53:22.756Z] ---> Running in 2947af4df147 [2024-11-13T12:53:22.756Z] Removing intermediate container 2947af4df147 [2024-11-13T12:53:22.756Z] ---> 02950f6fc313 [2024-11-13T12:53:22.756Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2024-11-13T12:53:22.921Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T12:53:22.921Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T12:53:22.921Z] Configure a credential helper to remove this warning. See [2024-11-13T12:53:22.921Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T12:53:22.921Z] [2024-11-13T12:53:22.922Z] Login Succeeded [2024-11-13T12:53:22.922Z] ---> ****-login.sh ends [Pipeline] } [2024-11-13T12:53:22.956Z] Deleting 1 temporary files [Pipeline] // configFileProvider [2024-11-13T12:53:23.015Z] ---> Running in 8592ecea103e [2024-11-13T12:53:23.015Z] Removing intermediate container 8592ecea103e [2024-11-13T12:53:23.015Z] ---> c4f64b4d09d3 [2024-11-13T12:53:23.015Z] Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-11-13T12:53:23.015Z] ---> Running in 3a6c6b512e49 [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2024-11-13T12:53:23.275Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [Pipeline] echo [2024-11-13T12:53:23.416Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-13T12:53:23.468Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-13T12:53:23.523Z] ========================================================= [2024-11-13T12:53:23.523Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2024-11-13T12:53:23.523Z] ========================================================= [2024-11-13T12:53:23.535Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T12:53:23.794Z] OK: 246 MiB in 54 packages [2024-11-13T12:53:24.055Z] Removing intermediate container 3a6c6b512e49 [2024-11-13T12:53:24.055Z] ---> 2c8d8027ae39 [2024-11-13T12:53:24.055Z] Step 7/27 : WORKDIR /app [2024-11-13T12:53:24.055Z] ---> Running in 61cfc131e464 [2024-11-13T12:53:24.103Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2024-11-13T12:53:24.103Z] Sending build context to Docker daemon 225.3kB [2024-11-13T12:53:24.317Z] Removing intermediate container 61cfc131e464 [2024-11-13T12:53:24.317Z] ---> e62a39002e9d [2024-11-13T12:53:24.317Z] Step 8/27 : COPY go.mod vendor* ./ [2024-11-13T12:53:24.317Z] ---> 8d9088b27939 [2024-11-13T12:53:24.317Z] Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-13T12:53:24.317Z] ---> Running in bfa65877ca77 [2024-11-13T12:53:24.377Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2024-11-13T12:53:24.377Z] Step 2/12 : FROM ${BASE} AS builder [2024-11-13T12:53:24.650Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-11-13T12:53:24.650Z] cf04c63912e1: Pulling fs layer [2024-11-13T12:53:24.650Z] 55b35a11ae5e: Pulling fs layer [2024-11-13T12:53:24.650Z] a37a00ec5f00: Pulling fs layer [2024-11-13T12:53:24.650Z] 50b3750afda1: Pulling fs layer [2024-11-13T12:53:24.650Z] 4f4fb700ef54: Pulling fs layer [2024-11-13T12:53:24.650Z] 80978eb59214: Pulling fs layer [2024-11-13T12:53:24.650Z] c9f46d7d2bd2: Pulling fs layer [2024-11-13T12:53:24.650Z] 4f4fb700ef54: Waiting [2024-11-13T12:53:24.650Z] 80978eb59214: Waiting [2024-11-13T12:53:24.650Z] 50b3750afda1: Waiting [2024-11-13T12:53:24.650Z] c9f46d7d2bd2: Waiting [2024-11-13T12:53:24.650Z] c5a475d317c9: Pulling fs layer [2024-11-13T12:53:24.650Z] c5a475d317c9: Waiting [2024-11-13T12:53:24.650Z] 55b35a11ae5e: Download complete [2024-11-13T12:53:24.650Z] 50b3750afda1: Verifying Checksum [2024-11-13T12:53:24.650Z] 50b3750afda1: Download complete [2024-11-13T12:53:24.650Z] 4f4fb700ef54: Verifying Checksum [2024-11-13T12:53:24.650Z] 4f4fb700ef54: Download complete [2024-11-13T12:53:24.650Z] 80978eb59214: Verifying Checksum [2024-11-13T12:53:24.650Z] 80978eb59214: Download complete [2024-11-13T12:53:24.650Z] cf04c63912e1: Verifying Checksum [2024-11-13T12:53:24.650Z] cf04c63912e1: Download complete [2024-11-13T12:53:25.259Z] c5a475d317c9: Verifying Checksum [2024-11-13T12:53:25.259Z] c5a475d317c9: Download complete [2024-11-13T12:53:25.380Z] Removing intermediate container bfa65877ca77 [2024-11-13T12:53:25.380Z] ---> e310db1af2b5 [2024-11-13T12:53:25.380Z] Step 10/27 : COPY . . [2024-11-13T12:53:25.639Z] ---> ca2f328c0833 [2024-11-13T12:53:25.639Z] Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-11-13T12:53:25.639Z] ---> Running in e934f7765204 [2024-11-13T12:53:25.639Z] Removing intermediate container e934f7765204 [2024-11-13T12:53:25.639Z] ---> 61ca1db0779e [2024-11-13T12:53:25.639Z] Step 12/27 : RUN $MAKE [2024-11-13T12:53:25.639Z] ---> Running in 94d400917ffc [2024-11-13T12:53:25.856Z] cf04c63912e1: Pull complete [2024-11-13T12:53:25.899Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.SDKVersion=v4.0.0-dev.10 -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.ApplicationVersion=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2024-11-13T12:53:26.822Z] a37a00ec5f00: Verifying Checksum [2024-11-13T12:53:26.823Z] a37a00ec5f00: Download complete [2024-11-13T12:53:26.823Z] 55b35a11ae5e: Pull complete [2024-11-13T12:53:27.412Z] c9f46d7d2bd2: Verifying Checksum [2024-11-13T12:53:27.412Z] c9f46d7d2bd2: Download complete [2024-11-13T12:53:39.742Z] a37a00ec5f00: Pull complete [2024-11-13T12:53:40.009Z] 50b3750afda1: Pull complete [2024-11-13T12:53:40.009Z] 4f4fb700ef54: Pull complete [2024-11-13T12:53:40.276Z] 80978eb59214: Pull complete [2024-11-13T12:53:48.510Z] c9f46d7d2bd2: Pull complete [2024-11-13T12:53:49.473Z] c5a475d317c9: Pull complete [2024-11-13T12:53:49.473Z] Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b [2024-11-13T12:53:49.473Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-11-13T12:53:49.473Z] ---> be29e6b0f0d4 [2024-11-13T12:53:49.473Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2024-11-13T12:53:50.060Z] ---> Running in 3e1d96f6dad9 [2024-11-13T12:53:50.327Z] Removing intermediate container 3e1d96f6dad9 [2024-11-13T12:53:50.327Z] ---> a3ac83c6f626 [2024-11-13T12:53:50.327Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-11-13T12:53:50.327Z] ---> Running in ddf65e1188cb [2024-11-13T12:53:50.595Z] Removing intermediate container ddf65e1188cb [2024-11-13T12:53:50.595Z] ---> 8a8a4ff8b0c9 [2024-11-13T12:53:50.595Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-11-13T12:53:50.867Z] ---> Running in cb2c492d72af [2024-11-13T12:53:51.135Z] Removing intermediate container cb2c492d72af [2024-11-13T12:53:51.135Z] ---> f2995df64c08 [2024-11-13T12:53:51.135Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-11-13T12:53:51.135Z] ---> Running in 8e24eaf11063 [2024-11-13T12:53:52.094Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-13T12:53:52.366Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-13T12:53:53.783Z] OK: 238 MiB in 54 packages [2024-11-13T12:53:55.752Z] Removing intermediate container 8e24eaf11063 [2024-11-13T12:53:55.752Z] ---> 2d923c05537a [2024-11-13T12:53:55.752Z] Step 7/12 : WORKDIR /app [2024-11-13T12:53:55.752Z] ---> Running in 33d1d5034f8d [2024-11-13T12:53:56.020Z] Removing intermediate container 33d1d5034f8d [2024-11-13T12:53:56.020Z] ---> 8d53633f9020 [2024-11-13T12:53:56.020Z] Step 8/12 : COPY go.mod vendor* ./ [2024-11-13T12:53:56.606Z] ---> 54efc9dcfe31 [2024-11-13T12:53:56.606Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-13T12:53:56.606Z] ---> Running in 5543072a8390 [2024-11-13T12:54:04.663Z] Removing intermediate container 94d400917ffc [2024-11-13T12:54:04.663Z] ---> 4e6a87204508 [2024-11-13T12:54:04.663Z] Step 13/27 : FROM alpine:3.20 [2024-11-13T12:54:04.663Z] 3.20: Pulling from library/alpine [2024-11-13T12:54:04.663Z] da9db072f522: Pulling fs layer [2024-11-13T12:54:04.663Z] da9db072f522: Verifying Checksum [2024-11-13T12:54:04.663Z] da9db072f522: Download complete [2024-11-13T12:54:04.663Z] da9db072f522: Pull complete [2024-11-13T12:54:04.663Z] Digest: sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-11-13T12:54:04.663Z] Status: Downloaded newer image for alpine:3.20 [2024-11-13T12:54:04.663Z] ---> 63b790fccc90 [2024-11-13T12:54:04.663Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-11-13T12:54:04.663Z] ---> Running in 44c8e7bc51ab [2024-11-13T12:54:04.663Z] Removing intermediate container 44c8e7bc51ab [2024-11-13T12:54:04.663Z] ---> 7a98daa54cfa [2024-11-13T12:54:04.663Z] Step 15/27 : LABEL Name=app-service-configurable Version=${VERSION} [2024-11-13T12:54:04.663Z] ---> Running in 325f7dc67429 [2024-11-13T12:54:04.663Z] Removing intermediate container 325f7dc67429 [2024-11-13T12:54:04.663Z] ---> 9f5c70770847 [2024-11-13T12:54:04.663Z] Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init [2024-11-13T12:54:04.663Z] ---> Running in 192497100a4d [2024-11-13T12:54:04.663Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-13T12:54:04.663Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-13T12:54:04.663Z] (1/2) Installing ca-certificates (20240705-r0) [2024-11-13T12:54:04.663Z] (2/2) Installing dumb-init (1.2.5-r3) [2024-11-13T12:54:04.663Z] Executing busybox-1.36.1-r29.trigger [2024-11-13T12:54:04.663Z] Executing ca-certificates-20240705-r0.trigger [2024-11-13T12:54:04.663Z] OK: 9 MiB in 16 packages [2024-11-13T12:54:04.663Z] Removing intermediate container 192497100a4d [2024-11-13T12:54:04.663Z] ---> 4f63f49f3d59 [2024-11-13T12:54:04.663Z] Step 17/27 : RUN apk --no-cache upgrade [2024-11-13T12:54:04.663Z] ---> Running in 77752472f90f [2024-11-13T12:54:04.663Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-13T12:54:04.663Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-13T12:54:04.663Z] Upgrading critical system libraries and apk-tools: [2024-11-13T12:54:04.663Z] (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-13T12:54:04.663Z] Executing busybox-1.36.1-r29.trigger [2024-11-13T12:54:04.663Z] Continuing the upgrade transaction with new apk-tools: [2024-11-13T12:54:04.663Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-13T12:54:04.663Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-13T12:54:04.663Z] (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-13T12:54:04.663Z] (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-13T12:54:04.663Z] Executing ca-certificates-20240705-r0.trigger [2024-11-13T12:54:04.663Z] OK: 9 MiB in 16 packages [2024-11-13T12:54:04.663Z] Removing intermediate container 77752472f90f [2024-11-13T12:54:04.663Z] ---> 6dec41ef8fc6 [2024-11-13T12:54:04.663Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2024-11-13T12:54:04.663Z] ---> 4bfd19392e84 [2024-11-13T12:54:04.663Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2024-11-13T12:54:04.663Z] ---> 204af814141c [2024-11-13T12:54:04.663Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2024-11-13T12:54:04.663Z] ---> e89b772a111d [2024-11-13T12:54:04.663Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2024-11-13T12:54:04.924Z] ---> 2917e36ecd20 [2024-11-13T12:54:04.924Z] Step 22/27 : EXPOSE 48095 [2024-11-13T12:54:04.924Z] ---> Running in 735ed9c3f156 [2024-11-13T12:54:04.924Z] Removing intermediate container 735ed9c3f156 [2024-11-13T12:54:04.924Z] ---> 2f8a5e2fca17 [2024-11-13T12:54:04.924Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2024-11-13T12:54:04.924Z] ---> Running in c1e34d949e31 [2024-11-13T12:54:04.924Z] Removing intermediate container c1e34d949e31 [2024-11-13T12:54:04.924Z] ---> 50224f8d0628 [2024-11-13T12:54:04.924Z] Step 24/27 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2024-11-13T12:54:05.183Z] ---> Running in c5ce053862ab [2024-11-13T12:54:05.184Z] Removing intermediate container c5ce053862ab [2024-11-13T12:54:05.184Z] ---> f230459ff881 [2024-11-13T12:54:05.184Z] Step 25/27 : LABEL arch=amd64 [2024-11-13T12:54:05.184Z] ---> Running in 0b7cb541024a [2024-11-13T12:54:05.184Z] Removing intermediate container 0b7cb541024a [2024-11-13T12:54:05.184Z] ---> 9daf2477e8bc [2024-11-13T12:54:05.184Z] Step 26/27 : LABEL git_sha=f8ab7e6288d99286c28a706c71f945815e6a73b8 [2024-11-13T12:54:05.184Z] ---> Running in 1f44936a724e [2024-11-13T12:54:05.447Z] Removing intermediate container 1f44936a724e [2024-11-13T12:54:05.447Z] ---> 702dc3bce060 [2024-11-13T12:54:05.447Z] Step 27/27 : LABEL version=0.0.0 [2024-11-13T12:54:05.447Z] ---> Running in 2a19aade31c5 [2024-11-13T12:54:05.447Z] Removing intermediate container 2a19aade31c5 [2024-11-13T12:54:05.447Z] ---> c4f302dbf66a [2024-11-13T12:54:05.447Z] [Warning] One or more build-args [ARCH] were not consumed [2024-11-13T12:54:05.447Z] Successfully built c4f302dbf66a [2024-11-13T12:54:05.447Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [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-11-13T12:54:06.511Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-11-13T12:54:06.511Z] [2024-11-13T12:54:06.511Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T12:54:06.906Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-11-13T12:54:06.906Z] latest: Pulling from edgex-lftools-log-publisher [2024-11-13T12:54:06.906Z] 5eb5b503b376: Pulling fs layer [2024-11-13T12:54:06.906Z] 5c69ac0246d0: Pulling fs layer [2024-11-13T12:54:06.906Z] ec43610c2a17: Pulling fs layer [2024-11-13T12:54:06.906Z] 3a2ae6a8a46f: Pulling fs layer [2024-11-13T12:54:06.906Z] 33b1e0a273af: Pulling fs layer [2024-11-13T12:54:06.906Z] 5d3b04190fa2: Pulling fs layer [2024-11-13T12:54:06.906Z] 2f39f015ded8: Pulling fs layer [2024-11-13T12:54:06.906Z] 3a2ae6a8a46f: Waiting [2024-11-13T12:54:06.906Z] 33b1e0a273af: Waiting [2024-11-13T12:54:06.906Z] 5d3b04190fa2: Waiting [2024-11-13T12:54:06.906Z] 2f39f015ded8: Waiting [2024-11-13T12:54:06.906Z] 5c69ac0246d0: Verifying Checksum [2024-11-13T12:54:06.906Z] 5c69ac0246d0: Download complete [2024-11-13T12:54:06.906Z] 3a2ae6a8a46f: Verifying Checksum [2024-11-13T12:54:06.906Z] 3a2ae6a8a46f: Download complete [2024-11-13T12:54:06.906Z] 33b1e0a273af: Verifying Checksum [2024-11-13T12:54:06.906Z] 33b1e0a273af: Download complete [2024-11-13T12:54:06.906Z] 5d3b04190fa2: Verifying Checksum [2024-11-13T12:54:06.906Z] 5d3b04190fa2: Download complete [2024-11-13T12:54:06.906Z] ec43610c2a17: Verifying Checksum [2024-11-13T12:54:06.906Z] ec43610c2a17: Download complete [2024-11-13T12:54:07.165Z] 5eb5b503b376: Verifying Checksum [2024-11-13T12:54:07.165Z] 5eb5b503b376: Download complete [2024-11-13T12:54:07.731Z] 2f39f015ded8: Download complete [2024-11-13T12:54:08.300Z] 5eb5b503b376: Pull complete [2024-11-13T12:54:08.559Z] 5c69ac0246d0: Pull complete [2024-11-13T12:54:09.128Z] ec43610c2a17: Pull complete [2024-11-13T12:54:09.128Z] 3a2ae6a8a46f: Pull complete [2024-11-13T12:54:09.387Z] 33b1e0a273af: Pull complete [2024-11-13T12:54:09.387Z] 5d3b04190fa2: Pull complete [2024-11-13T12:54:13.573Z] 2f39f015ded8: Pull complete [2024-11-13T12:54:13.573Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-11-13T12:54:13.573Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-11-13T12:54:13.573Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-13T12:54:13.841Z] prd-ubuntu20.04-docker-8c-8g-26361 does not seem to be running inside a container [2024-11-13T12:54:13.864Z] $ 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_PR-692 -v /w/workspace/_app-service-configurable_PR-692:/w/workspace/_app-service-configurable_PR-692:rw,z -v /w/workspace/_app-service-configurable_PR-692@tmp:/w/workspace/_app-service-configurable_PR-692@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-11-13T12:54:17.188Z] $ docker top dc0a11992fefe395b21d61b0070239ed805e0158254f20e56688765a2fd43448 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-13T12:54:17.671Z] ---> job-cost.sh [2024-11-13T12:54:17.671Z] lf-activate-venv: SKIPPING [2024-11-13T12:54:17.671Z] INFO: No Stack... [2024-11-13T12:54:17.931Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-11-13T12:54:18.499Z] INFO: Archiving Costs [Pipeline] sh [2024-11-13T12:54:18.825Z] + cut -d, -f6 [2024-11-13T12:54:18.825Z] + cat /w/workspace/_app-service-configurable_PR-692/archives/cost.csv [Pipeline] lock [2024-11-13T12:54:18.877Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-PR-692-1-stack-cost] [2024-11-13T12:54:18.884Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-692-1-stack-cost] did not exist. Created. [2024-11-13T12:54:18.891Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-PR-692-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-11-13T12:54:19.307Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-11-13T12:54:19.368Z] Stashed 1 file(s) [Pipeline] } [2024-11-13T12:54:19.406Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-PR-692-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-11-13T12:54:19.499Z] $ docker stop --time=1 dc0a11992fefe395b21d61b0070239ed805e0158254f20e56688765a2fd43448 [2024-11-13T12:54:20.659Z] $ docker rm -f --volumes dc0a11992fefe395b21d61b0070239ed805e0158254f20e56688765a2fd43448 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-11-13T12:55:33.253Z] Removing intermediate container 5543072a8390 [2024-11-13T12:55:33.253Z] ---> e75ba96219bb [2024-11-13T12:55:33.253Z] Step 10/12 : COPY . . [2024-11-13T12:55:33.836Z] ---> 45dc6e3c5bab [2024-11-13T12:55:33.836Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-11-13T12:55:34.104Z] ---> Running in d877201176fb [2024-11-13T12:55:34.371Z] Removing intermediate container d877201176fb [2024-11-13T12:55:34.371Z] ---> a1e8b6359471 [2024-11-13T12:55:34.371Z] Step 12/12 : RUN $MAKE [2024-11-13T12:55:34.371Z] ---> Running in d19708c4d07e [2024-11-13T12:55:35.330Z] noop [2024-11-13T12:55:35.930Z] Removing intermediate container d19708c4d07e [2024-11-13T12:55:35.930Z] ---> 0e45228679c4 [2024-11-13T12:55:35.930Z] Successfully built 0e45228679c4 [2024-11-13T12:55:35.930Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T12:55:36.474Z] + docker inspect -f . ci-base-image-arm64 [2024-11-13T12:55:36.474Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-13T12:55:36.793Z] prd-ubuntu20.04-docker-arm64-4c-16g-26362 does not seem to be running inside a container [2024-11-13T12:55:36.856Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-11-13T12:55:38.069Z] $ docker top 2495e1b21219cab316cdbce9519b2619b06bb854371d24ad19fad46bd0db61f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-13T12:55:38.980Z] + go version [2024-11-13T12:55:38.980Z] go version go1.23.2 linux/arm64 [Pipeline] } [2024-11-13T12:55:39.022Z] $ docker stop --time=1 2495e1b21219cab316cdbce9519b2619b06bb854371d24ad19fad46bd0db61f7 [2024-11-13T12:55:40.661Z] $ docker rm -f --volumes 2495e1b21219cab316cdbce9519b2619b06bb854371d24ad19fad46bd0db61f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T12:55:41.619Z] + docker inspect -f . ci-base-image-arm64 [2024-11-13T12:55:41.619Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-13T12:55:41.902Z] prd-ubuntu20.04-docker-arm64-4c-16g-26362 does not seem to be running inside a container [2024-11-13T12:55:41.960Z] $ 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/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-11-13T12:55:43.217Z] $ docker top 9874e90de062f66afbe8b6de9d7789d4e7f0c02da5e947fe3b02778caba59ed6 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-13T12:55:44.133Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh [2024-11-13T12:55:44.855Z] + make test [2024-11-13T12:55:44.855Z] go test -race -coverprofile=coverage.out ./... [2024-11-13T12:59:51.703Z] github.com/edgexfoundry/app-service-configurable coverage: 0.0% of statements [2024-11-13T12:59:51.703Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-11-13T12:59:51.703Z] go vet ./... [2024-11-13T13:03:46.350Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-11-13T13:03:46.350Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-11-13T13:03:46.350Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-11-13T13:03:46.400Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-11-13T13:03:46.437Z] $ docker stop --time=1 9874e90de062f66afbe8b6de9d7789d4e7f0c02da5e947fe3b02778caba59ed6 [2024-11-13T13:03:48.339Z] $ docker rm -f --volumes 9874e90de062f66afbe8b6de9d7789d4e7f0c02da5e947fe3b02778caba59ed6 [Pipeline] // withDockerContainer [Pipeline] sh [2024-11-13T13:03:50.616Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-11-13T13:03:50.663Z] Warning: overwriting stash ‘coverage-report’ [2024-11-13T13:03:51.080Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-11-13T13:03:51.711Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-11-13T13:03:52.049Z] + ls -al . [2024-11-13T13:03:52.049Z] total 244 [2024-11-13T13:03:52.049Z] drwxrwxr-x 6 jenkins jenkins 4096 Nov 13 12:55 . [2024-11-13T13:03:52.049Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 13 12:52 .. [2024-11-13T13:03:52.049Z] -rw-rw-r-- 1 jenkins jenkins 119 Nov 13 12:52 .dockerignore [2024-11-13T13:03:52.049Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 13 12:52 .git [2024-11-13T13:03:52.049Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 13 12:52 .github [2024-11-13T13:03:52.049Z] -rw-rw-r-- 1 jenkins jenkins 106 Nov 13 12:52 .gitignore [2024-11-13T13:03:52.049Z] -rw-rw-r-- 1 jenkins jenkins 41 Nov 13 12:52 .golangci.yml [2024-11-13T13:03:52.049Z] -rw-rw-r-- 1 jenkins jenkins 16432 Nov 13 12:52 Attribution.txt [2024-11-13T13:03:52.049Z] -rw-rw-r-- 1 jenkins jenkins 37263 Nov 13 12:52 CHANGELOG.md [2024-11-13T13:03:52.049Z] -rw-rw-r-- 1 jenkins jenkins 2008 Nov 13 12:52 Dockerfile [2024-11-13T13:03:52.049Z] -rw-rw-r-- 1 jenkins jenkins 677 Nov 13 12:52 GOVERNANCE.md [2024-11-13T13:03:52.049Z] -rw-rw-r-- 1 jenkins jenkins 666 Nov 13 12:52 Jenkinsfile [2024-11-13T13:03:52.049Z] -rw-rw-r-- 1 jenkins jenkins 10174 Nov 13 12:52 LICENSE [2024-11-13T13:03:52.049Z] -rw-rw-r-- 1 jenkins jenkins 618 Nov 13 12:52 OWNERS.md [2024-11-13T13:03:52.049Z] -rw-rw-r-- 1 jenkins jenkins 4582 Nov 13 12:52 README.md [2024-11-13T13:03:52.049Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 13 12:50 VERSION [2024-11-13T13:03:52.049Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 13 12:52 bin [2024-11-13T13:03:52.049Z] -rw-r--r-- 1 jenkins jenkins 953 Nov 13 12:59 coverage.out [2024-11-13T13:03:52.049Z] -rw-rw-r-- 1 jenkins jenkins 6598 Nov 13 12:52 go.mod [2024-11-13T13:03:52.049Z] -rw-rw-r-- 1 jenkins jenkins 88085 Nov 13 12:52 go.sum [2024-11-13T13:03:52.049Z] -rw-rw-r-- 1 jenkins jenkins 1937 Nov 13 12:52 main.go [2024-11-13T13:03:52.049Z] -rw-rw-r-- 1 jenkins jenkins 3155 Nov 13 12:52 makefile [2024-11-13T13:03:52.049Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 13 12:52 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T13:03:52.524Z] + 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=f8ab7e6288d99286c28a706c71f945815e6a73b8 --label arch=arm64 --label version=0.0.0 . [2024-11-13T13:03:52.524Z] Sending build context to Docker daemon 226.8kB [2024-11-13T13:03:52.792Z] Step 1/27 : ARG BASE=golang:1.23-alpine3.20 [2024-11-13T13:03:52.792Z] Step 2/27 : FROM ${BASE} AS builder [2024-11-13T13:03:52.792Z] ---> 0e45228679c4 [2024-11-13T13:03:52.792Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git" [2024-11-13T13:03:52.792Z] ---> Running in 0df8cd4e9155 [2024-11-13T13:03:53.059Z] Removing intermediate container 0df8cd4e9155 [2024-11-13T13:03:53.059Z] ---> 9ec85d1ebf37 [2024-11-13T13:03:53.059Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2024-11-13T13:03:53.325Z] ---> Running in 25c046f9de97 [2024-11-13T13:03:53.326Z] Removing intermediate container 25c046f9de97 [2024-11-13T13:03:53.326Z] ---> e054f4e16ece [2024-11-13T13:03:53.326Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2024-11-13T13:03:53.594Z] ---> Running in 25a0b08017c5 [2024-11-13T13:03:53.865Z] Removing intermediate container 25a0b08017c5 [2024-11-13T13:03:53.865Z] ---> d5f885cbcc3f [2024-11-13T13:03:53.865Z] Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-11-13T13:03:53.865Z] ---> Running in 15ab5c7a4b96 [2024-11-13T13:03:54.829Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-13T13:03:55.420Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-13T13:03:59.202Z] OK: 238 MiB in 54 packages [2024-11-13T13:03:59.202Z] Removing intermediate container 15ab5c7a4b96 [2024-11-13T13:03:59.202Z] ---> 1b29bb5759e5 [2024-11-13T13:03:59.202Z] Step 7/27 : WORKDIR /app [2024-11-13T13:03:59.202Z] ---> Running in f7fd43324b35 [2024-11-13T13:03:59.202Z] Removing intermediate container f7fd43324b35 [2024-11-13T13:03:59.202Z] ---> 6ed64ddf3dc3 [2024-11-13T13:03:59.202Z] Step 8/27 : COPY go.mod vendor* ./ [2024-11-13T13:03:59.202Z] ---> 971d4c9a5229 [2024-11-13T13:03:59.202Z] Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-13T13:03:59.202Z] ---> Running in ecd98241081c [2024-11-13T13:04:02.331Z] Removing intermediate container ecd98241081c [2024-11-13T13:04:02.331Z] ---> b5d15a75b598 [2024-11-13T13:04:02.331Z] Step 10/27 : COPY . . [2024-11-13T13:04:02.331Z] ---> 1e909329de0c [2024-11-13T13:04:02.331Z] Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-11-13T13:04:02.331Z] ---> Running in 28cc58618bf8 [2024-11-13T13:04:02.331Z] Removing intermediate container 28cc58618bf8 [2024-11-13T13:04:02.331Z] ---> 4c3866f22ee7 [2024-11-13T13:04:02.331Z] Step 12/27 : RUN $MAKE [2024-11-13T13:04:02.331Z] ---> Running in dba1ac07f86e [2024-11-13T13:04:02.331Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.SDKVersion=v4.0.0-dev.10 -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.ApplicationVersion=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2024-11-13T13:07:24.089Z] Removing intermediate container dba1ac07f86e [2024-11-13T13:07:24.089Z] ---> 86e2ca4249b2 [2024-11-13T13:07:24.089Z] Step 13/27 : FROM alpine:3.20 [2024-11-13T13:07:24.089Z] 3.20: Pulling from library/alpine [2024-11-13T13:07:24.089Z] 9986a736f7d3: Pulling fs layer [2024-11-13T13:07:24.089Z] 9986a736f7d3: Verifying Checksum [2024-11-13T13:07:24.089Z] 9986a736f7d3: Download complete [2024-11-13T13:07:24.089Z] 9986a736f7d3: Pull complete [2024-11-13T13:07:24.089Z] Digest: sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-11-13T13:07:24.089Z] Status: Downloaded newer image for alpine:3.20 [2024-11-13T13:07:24.089Z] ---> 511a44083d3a [2024-11-13T13:07:24.089Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-11-13T13:07:24.089Z] ---> Running in d09f605dcb47 [2024-11-13T13:07:24.089Z] Removing intermediate container d09f605dcb47 [2024-11-13T13:07:24.089Z] ---> 1db494dfcde9 [2024-11-13T13:07:24.089Z] Step 15/27 : LABEL Name=app-service-configurable Version=${VERSION} [2024-11-13T13:07:24.089Z] ---> Running in 178401fc5c87 [2024-11-13T13:07:24.089Z] Removing intermediate container 178401fc5c87 [2024-11-13T13:07:24.089Z] ---> 4a840de6cb61 [2024-11-13T13:07:24.089Z] Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init [2024-11-13T13:07:24.089Z] ---> Running in 5259f403368e [2024-11-13T13:07:24.089Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-13T13:07:24.089Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-13T13:07:24.667Z] (1/2) Installing ca-certificates (20240705-r0) [2024-11-13T13:07:24.667Z] (2/2) Installing dumb-init (1.2.5-r3) [2024-11-13T13:07:24.667Z] Executing busybox-1.36.1-r29.trigger [2024-11-13T13:07:24.667Z] Executing ca-certificates-20240705-r0.trigger [2024-11-13T13:07:24.933Z] OK: 10 MiB in 16 packages [2024-11-13T13:07:25.891Z] Removing intermediate container 5259f403368e [2024-11-13T13:07:25.891Z] ---> ea5901aa0112 [2024-11-13T13:07:25.891Z] Step 17/27 : RUN apk --no-cache upgrade [2024-11-13T13:07:26.159Z] ---> Running in 7941a64df3fe [2024-11-13T13:07:27.113Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-13T13:07:27.380Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-13T13:07:28.334Z] Upgrading critical system libraries and apk-tools: [2024-11-13T13:07:28.334Z] (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-13T13:07:28.600Z] Executing busybox-1.36.1-r29.trigger [2024-11-13T13:07:28.865Z] Continuing the upgrade transaction with new apk-tools: [2024-11-13T13:07:28.865Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-13T13:07:29.129Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-13T13:07:30.538Z] (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-13T13:07:30.538Z] (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-13T13:07:30.538Z] Executing ca-certificates-20240705-r0.trigger [2024-11-13T13:07:30.538Z] OK: 10 MiB in 16 packages [2024-11-13T13:07:31.949Z] Removing intermediate container 7941a64df3fe [2024-11-13T13:07:31.949Z] ---> 7da647fb40bf [2024-11-13T13:07:31.949Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2024-11-13T13:07:32.217Z] ---> 54f4ca6c5b34 [2024-11-13T13:07:32.217Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2024-11-13T13:07:32.806Z] ---> 35e963c55763 [2024-11-13T13:07:32.806Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2024-11-13T13:07:33.391Z] ---> 7c0ee8ae08ee [2024-11-13T13:07:33.391Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2024-11-13T13:07:34.797Z] ---> 02ef24b5cdd4 [2024-11-13T13:07:34.797Z] Step 22/27 : EXPOSE 48095 [2024-11-13T13:07:35.133Z] ---> Running in 2deff18bed32 [2024-11-13T13:07:35.403Z] Removing intermediate container 2deff18bed32 [2024-11-13T13:07:35.403Z] ---> a080a2ae33a0 [2024-11-13T13:07:35.403Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2024-11-13T13:07:35.403Z] ---> Running in 5e455a3dbf08 [2024-11-13T13:07:35.679Z] Removing intermediate container 5e455a3dbf08 [2024-11-13T13:07:35.679Z] ---> a8d88bbcfd33 [2024-11-13T13:07:35.679Z] Step 24/27 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2024-11-13T13:07:35.679Z] ---> Running in 4d2fb95e43b2 [2024-11-13T13:07:35.957Z] Removing intermediate container 4d2fb95e43b2 [2024-11-13T13:07:35.957Z] ---> 59e670595c47 [2024-11-13T13:07:35.957Z] Step 25/27 : LABEL arch=arm64 [2024-11-13T13:07:36.241Z] ---> Running in 13c5b4516644 [2024-11-13T13:07:36.241Z] Removing intermediate container 13c5b4516644 [2024-11-13T13:07:36.241Z] ---> 767b3b6b0f19 [2024-11-13T13:07:36.241Z] Step 26/27 : LABEL git_sha=f8ab7e6288d99286c28a706c71f945815e6a73b8 [2024-11-13T13:07:36.539Z] ---> Running in 287d17940063 [2024-11-13T13:07:36.808Z] Removing intermediate container 287d17940063 [2024-11-13T13:07:36.808Z] ---> f6a1b44b0663 [2024-11-13T13:07:36.808Z] Step 27/27 : LABEL version=0.0.0 [2024-11-13T13:07:36.808Z] ---> Running in 520506f360b0 [2024-11-13T13:07:37.072Z] Removing intermediate container 520506f360b0 [2024-11-13T13:07:37.072Z] ---> 78d06cea29d0 [2024-11-13T13:07:37.072Z] [Warning] One or more build-args [ARCH] were not consumed [2024-11-13T13:07:37.072Z] Successfully built 78d06cea29d0 [2024-11-13T13:07:37.072Z] Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T13:07:38.072Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-11-13T13:07:38.072Z] [2024-11-13T13:07:38.072Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T13:07:38.503Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-11-13T13:07:38.503Z] arm64: Pulling from edgex-lftools-log-publisher [2024-11-13T13:07:38.503Z] 8998bd30e6a1: Pulling fs layer [2024-11-13T13:07:38.503Z] 04944245beec: Pulling fs layer [2024-11-13T13:07:38.503Z] 699f458cf7ca: Pulling fs layer [2024-11-13T13:07:38.503Z] 765212b225bb: Pulling fs layer [2024-11-13T13:07:38.503Z] f23df028b6ca: Pulling fs layer [2024-11-13T13:07:38.503Z] d65c8cfc05b1: Pulling fs layer [2024-11-13T13:07:38.503Z] 2437ff75d9bd: Pulling fs layer [2024-11-13T13:07:38.503Z] f23df028b6ca: Waiting [2024-11-13T13:07:38.503Z] d65c8cfc05b1: Waiting [2024-11-13T13:07:38.503Z] 2437ff75d9bd: Waiting [2024-11-13T13:07:38.503Z] 765212b225bb: Waiting [2024-11-13T13:07:38.769Z] 04944245beec: Verifying Checksum [2024-11-13T13:07:38.769Z] 04944245beec: Download complete [2024-11-13T13:07:38.769Z] 765212b225bb: Verifying Checksum [2024-11-13T13:07:38.769Z] 765212b225bb: Download complete [2024-11-13T13:07:38.769Z] f23df028b6ca: Download complete [2024-11-13T13:07:38.769Z] d65c8cfc05b1: Verifying Checksum [2024-11-13T13:07:38.769Z] d65c8cfc05b1: Download complete [2024-11-13T13:07:38.769Z] 699f458cf7ca: Verifying Checksum [2024-11-13T13:07:38.769Z] 699f458cf7ca: Download complete [2024-11-13T13:07:39.349Z] 8998bd30e6a1: Verifying Checksum [2024-11-13T13:07:39.349Z] 8998bd30e6a1: Download complete [2024-11-13T13:07:41.920Z] 2437ff75d9bd: Verifying Checksum [2024-11-13T13:07:41.920Z] 2437ff75d9bd: Download complete [2024-11-13T13:07:43.857Z] 8998bd30e6a1: Pull complete [2024-11-13T13:07:44.438Z] 04944245beec: Pull complete [2024-11-13T13:07:45.838Z] 699f458cf7ca: Pull complete [2024-11-13T13:07:46.104Z] 765212b225bb: Pull complete [2024-11-13T13:07:47.066Z] f23df028b6ca: Pull complete [2024-11-13T13:07:47.066Z] d65c8cfc05b1: Pull complete [2024-11-13T13:08:05.290Z] 2437ff75d9bd: Pull complete [2024-11-13T13:08:05.290Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-11-13T13:08:05.290Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-11-13T13:08:05.290Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-13T13:08:05.646Z] prd-ubuntu20.04-docker-arm64-4c-16g-26362 does not seem to be running inside a container [2024-11-13T13:08:05.694Z] $ 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/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-11-13T13:08:08.235Z] $ docker top f8105aa94f113fff47f12864208d913ebd41e7238a2b4e950366090d604515a2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-13T13:08:09.154Z] ---> job-cost.sh [2024-11-13T13:08:09.154Z] lf-activate-venv: SKIPPING [2024-11-13T13:08:09.154Z] INFO: No Stack... [2024-11-13T13:08:09.742Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-11-13T13:08:10.335Z] INFO: Archiving Costs [Pipeline] sh [2024-11-13T13:08:11.021Z] + cat /w/workspace/app-service-configurable/1/archives/cost.csv [2024-11-13T13:08:11.021Z] + cut -d, -f6 [Pipeline] lock [2024-11-13T13:08:11.095Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-PR-692-1-stack-cost] [2024-11-13T13:08:11.101Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-692-1-stack-cost] did not exist. Created. [2024-11-13T13:08:11.109Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-PR-692-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-11-13T13:08:11.870Z] /w/workspace/app-service-configurable/1@tmp/durable-a660f087/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-11-13T13:08:12.554Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-11-13T13:08:12.597Z] Warning: overwriting stash ‘stack-cost’ [2024-11-13T13:08:12.650Z] Stashed 1 file(s) [Pipeline] } [2024-11-13T13:08:12.674Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-PR-692-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-11-13T13:08:12.757Z] $ docker stop --time=1 f8105aa94f113fff47f12864208d913ebd41e7238a2b4e950366090d604515a2 [2024-11-13T13:08:14.218Z] $ docker rm -f --volumes f8105aa94f113fff47f12864208d913ebd41e7238a2b4e950366090d604515a2 [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-11-13T13:08:15.410Z] provisioning config files... [2024-11-13T13:08:15.417Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-692@tmp/config1778995216173896821tmp [Pipeline] { [Pipeline] sh [2024-11-13T13:08:15.767Z] + set +x [2024-11-13T13:08:15.768Z] + curl -s https://codecov.io/bash [2024-11-13T13:08:15.768Z] + bash -s -- [2024-11-13T13:08:15.768Z] [2024-11-13T13:08:15.768Z] _____ _ [2024-11-13T13:08:15.768Z] / ____| | | [2024-11-13T13:08:15.768Z] | | ___ __| | ___ ___ _____ __ [2024-11-13T13:08:15.768Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-11-13T13:08:15.768Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-11-13T13:08:15.768Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-11-13T13:08:15.768Z] Bash-1.0.6 [2024-11-13T13:08:15.768Z] [2024-11-13T13:08:15.768Z] [2024-11-13T13:08:15.768Z] ==> git version 2.25.1 found [2024-11-13T13:08:15.768Z] ==> 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-11-13T13:08:15.768Z] Release-Date: 2020-01-08 [2024-11-13T13:08:15.768Z] 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-11-13T13:08:15.768Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-11-13T13:08:15.768Z] ==> Jenkins CI detected. [2024-11-13T13:08:15.768Z] current dir:  /w/workspace/_app-service-configurable_PR-692 [2024-11-13T13:08:15.768Z] project root: . [2024-11-13T13:08:15.768Z] --> token set from env [2024-11-13T13:08:15.768Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-11-13T13:08:15.768Z] ==> Running gcov in . (disable via -X gcov) [2024-11-13T13:08:15.768Z] ==> Python coveragepy not found [2024-11-13T13:08:15.768Z] ==> Searching for coverage reports in: [2024-11-13T13:08:15.768Z] + . [2024-11-13T13:08:15.768Z] -> Found 1 reports [2024-11-13T13:08:15.768Z] ==> Detecting git/mercurial file structure [2024-11-13T13:08:15.768Z] ==> Reading reports [2024-11-13T13:08:16.027Z] + ./coverage.out bytes=953 [2024-11-13T13:08:16.027Z] ==> Appending adjustments [2024-11-13T13:08:16.027Z] https://docs.codecov.io/docs/fixing-reports [2024-11-13T13:08:16.027Z] + Found adjustments [2024-11-13T13:08:16.027Z] ==> Gzipping contents [2024-11-13T13:08:16.027Z] 4.0K /tmp/codecov.Wn4Ka8.gz [2024-11-13T13:08:16.027Z] ==> Uploading reports [2024-11-13T13:08:16.027Z] url: https://codecov.io [2024-11-13T13:08:16.027Z] query: branch=PR-692&commit=f8ab7e6288d99286c28a706c71f945815e6a73b8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-692%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=692&job=&cmd_args= [2024-11-13T13:08:16.027Z] -> Pinging Codecov [2024-11-13T13:08:16.028Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-692&commit=f8ab7e6288d99286c28a706c71f945815e6a73b8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-692%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=692&job=&cmd_args= [2024-11-13T13:08:16.287Z] -> Uploading to [2024-11-13T13:08:16.287Z] https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/app-service-configurable/f8ab7e6288d99286c28a706c71f945815e6a73b8/85510cba-5eeb-4383-9d1c-f7c19b1a7542.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241113%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241113T130816Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=85b906ef85fe23abd9058fe7349df6f1f4700508abec2661f232fe1e72c10159 [2024-11-13T13:08:16.287Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-11-13T13:08:16.287Z] Dload Upload Total Spent Left Speed [2024-11-13T13:08:16.546Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 410 0 0 100 410 0 2009 --:--:-- --:--:-- --:--:-- 2009 100 410 0 0 100 410 0 1830 --:--:-- --:--:-- --:--:-- 1822 [2024-11-13T13:08:16.546Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/f8ab7e6288d99286c28a706c71f945815e6a73b8 [Pipeline] } [2024-11-13T13:08:16.576Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [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-11-13T13:08:18.976Z] + [ -d /w/workspace/_app-service-configurable_PR-692/archives ] [2024-11-13T13:08:18.976Z] + ls -al /w/workspace/_app-service-configurable_PR-692/archives [2024-11-13T13:08:18.976Z] total 16 [2024-11-13T13:08:18.976Z] drwxr-xr-x 3 root root 4096 Nov 13 12:54 . [2024-11-13T13:08:18.976Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 13 12:54 .. [2024-11-13T13:08:18.977Z] drwxr-xr-x 2 root root 4096 Nov 13 12:54 cost [2024-11-13T13:08:18.977Z] -rw-r--r-- 1 root root 96 Nov 13 12:54 cost.csv [2024-11-13T13:08:18.977Z] + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-692/archives [2024-11-13T13:08:18.977Z] + ls -al /w/workspace/_app-service-configurable_PR-692/archives [2024-11-13T13:08:18.977Z] total 16 [2024-11-13T13:08:18.977Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 13 12:54 . [2024-11-13T13:08:18.977Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 13 12:54 .. [2024-11-13T13:08:18.977Z] drwxr-xr-x 2 jenkins jenkins 4096 Nov 13 12:54 cost [2024-11-13T13:08:18.977Z] -rw-r--r-- 1 jenkins jenkins 96 Nov 13 12:54 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-11-13T13:08:19.321Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-13T13:08:20.226Z] ---> package-listing.sh [2024-11-13T13:08:20.226Z] ++ facter osfamily [2024-11-13T13:08:20.226Z] ++ tr '[:upper:]' '[:lower:]' [2024-11-13T13:08:20.486Z] + OS_FAMILY=debian [2024-11-13T13:08:20.486Z] + workspace=/w/workspace/_app-service-configurable_PR-692 [2024-11-13T13:08:20.486Z] + START_PACKAGES=/tmp/packages_start.txt [2024-11-13T13:08:20.486Z] + END_PACKAGES=/tmp/packages_end.txt [2024-11-13T13:08:20.486Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-11-13T13:08:20.486Z] + PACKAGES=/tmp/packages_start.txt [2024-11-13T13:08:20.486Z] + '[' /w/workspace/_app-service-configurable_PR-692 ']' [2024-11-13T13:08:20.486Z] + PACKAGES=/tmp/packages_end.txt [2024-11-13T13:08:20.486Z] + case "${OS_FAMILY}" in [2024-11-13T13:08:20.486Z] + dpkg -l [2024-11-13T13:08:20.486Z] + grep '^ii' [2024-11-13T13:08:20.486Z] + '[' -f /tmp/packages_start.txt ']' [2024-11-13T13:08:20.486Z] + '[' -f /tmp/packages_end.txt ']' [2024-11-13T13:08:20.486Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-11-13T13:08:20.486Z] + '[' /w/workspace/_app-service-configurable_PR-692 ']' [2024-11-13T13:08:20.486Z] + mkdir -p /w/workspace/_app-service-configurable_PR-692/archives/ [2024-11-13T13:08:20.486Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-692/archives/ [Pipeline] echo [2024-11-13T13:08:20.529Z] 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/_app-service-configurable_PR-692/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-11-13T13:08:20.828Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T13:08:21.495Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-11-13T13:08:21.495Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-13T13:08:21.665Z] prd-ubuntu20.04-docker-8c-8g-26361 does not seem to be running inside a container [2024-11-13T13:08:21.724Z] $ 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/_app-service-configurable_PR-692/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_PR-692 -v /w/workspace/_app-service-configurable_PR-692:/w/workspace/_app-service-configurable_PR-692:rw,z -v /w/workspace/_app-service-configurable_PR-692@tmp:/w/workspace/_app-service-configurable_PR-692@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-11-13T13:08:21.905Z] $ docker top 55e31e6b432915803cd71c831e5c396ead3ab86a78dd49b56eb2c98abc7a1114 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-13T13:08:22.358Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-11-13T13:08:22.691Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-11-13T13:08:23.011Z] + ls /var/log/sa-host [2024-11-13T13:08:23.011Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-11-13T13:08:23.265Z] provisioning config files... [2024-11-13T13:08:23.275Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-692@tmp/config142841803990425756tmp [Pipeline] { [Pipeline] echo [2024-11-13T13:08:23.337Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-13T13:08:23.666Z] ---> create-netrc.sh [Pipeline] } [2024-11-13T13:08:23.698Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-11-13T13:08:24.116Z] ---> python-tools-install.sh [Pipeline] echo [2024-11-13T13:08:24.151Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-13T13:08:24.471Z] ---> sudo-logs.sh [2024-11-13T13:08:24.471Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-11-13T13:08:24.575Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-13T13:08:24.901Z] ---> job-cost.sh [2024-11-13T13:08:24.901Z] lf-activate-venv: SKIPPING [2024-11-13T13:08:24.901Z] DEBUG: total: 0.2199999988079071 [2024-11-13T13:08:24.901Z] INFO: Retrieving Stack Cost... [2024-11-13T13:08:25.471Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-11-13T13:08:25.730Z] INFO: Archiving Costs [Pipeline] echo [2024-11-13T13:08:25.772Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-13T13:08:26.098Z] ---> logs-deploy.sh [2024-11-13T13:08:26.099Z] lf-activate-venv: SKIPPING [2024-11-13T13:08:26.099Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-692/1 [2024-11-13T13:08:26.099Z] INFO: archiving workspace using pattern(s): [2024-11-13T13:08:27.419Z] Archives upload complete. [2024-11-13T13:08:27.419Z] INFO: archiving logs to Nexus