Pull request #675 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 70169381ee4e38355a25d44b59c2fd9235a847e0+15c04fe60731885bccda40a58f5d4699135bca2b (6534306abf817ab0e22b4bcb3234502d6ec6c5fe) 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-ssh10539202320593905746.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f3350a1713306dce7682ed7e37d5774890d03277 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-ssh14132097324315724895.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 f3350a1713306dce7682ed7e37d5774890d03277 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-675/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-675/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6062833507648343722.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-675/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1174202622770213947.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f3350a1713306dce7682ed7e37d5774890d03277 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3350a1713306dce7682ed7e37d5774890d03277 # timeout=10 Commit message: "Merge pull request #455 from cherrycl/issue-452-3" > 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-ssh8401709214076410445.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-675/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-675/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12860964707390833818.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 f3350a1713306dce7682ed7e37d5774890d03277 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-9862 in /w/workspace/_app-service-configurable_PR-675 [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-675 # 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 Merging remotes/origin/main commit 15c04fe60731885bccda40a58f5d4699135bca2b into PR head commit 70169381ee4e38355a25d44b59c2fd9235a847e0 Merge succeeded, producing 70169381ee4e38355a25d44b59c2fd9235a847e0 Checking out Revision 70169381ee4e38355a25d44b59c2fd9235a847e0 (PR-675) Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object f3350a1713306dce7682ed7e37d5774890d03277 > 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/675/head:refs/remotes/origin/PR-675 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 70169381ee4e38355a25d44b59c2fd9235a847e0 # 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 15c04fe60731885bccda40a58f5d4699135bca2b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 70169381ee4e38355a25d44b59c2fd9235a847e0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-09-09T12:58:24.780Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-09-09T12:58:25.021Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-09-09T12:58:25.150Z] ========================================================= [2024-09-09T12:58:25.150Z] EdgeX Global Pipelines Version Info [2024-09-09T12:58:25.150Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-09-09T12:58:25.916Z] ------------------- [2024-09-09T12:58:25.916Z] stable info: [2024-09-09T12:58:25.916Z] ------------------- [2024-09-09T12:58:25.916Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-09-09T12:58:25.916Z] Commit SHA: f3350a1713306dce7682ed7e37d5774890d03277 [2024-09-09T12:58:25.916Z] Message: update stable to v1.0.263 [2024-09-09T12:58:26.485Z] ------------------- [2024-09-09T12:58:26.485Z] experimental info: [2024-09-09T12:58:26.485Z] ------------------- [2024-09-09T12:58:26.485Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-09-09T12:58:26.485Z] Commit SHA: f3350a1713306dce7682ed7e37d5774890d03277 [2024-09-09T12:58:26.485Z] Message: update experimental to v1.0.263 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-09-09T12:58:26.711Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2024-09-09T12:58:26.776Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2024-09-09T12:58:26.837Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-09-09T12:58:26.896Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-09-09T12:58:26.956Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-09-09T12:58:27.025Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-09-09T12:58:27.083Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-09-09T12:58:27.143Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-09-09T12:58:27.199Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-09-09T12:58:27.254Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-09-09T12:58:27.309Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-09-09T12:58:27.369Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2024-09-09T12:58:27.425Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-09-09T12:58:27.482Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-09-09T12:58:27.537Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-09-09T12:58:27.604Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-09-09T12:58:27.665Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-09-09T12:58:27.797Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-09-09T12:58:27.857Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-09-09T12:58:27.914Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-09-09T12:58:27.980Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-09-09T12:58:28.056Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-09-09T12:58:28.122Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-09-09T12:58:28.188Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-09-09T12:58:28.254Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-09-09T12:58:28.331Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-09-09T12:58:28.394Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-09-09T12:58:28.452Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-675 [Pipeline] echo [2024-09-09T12:58:28.506Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-675 [Pipeline] echo [2024-09-09T12:58:28.609Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-675 [Pipeline] echo [2024-09-09T12:58:28.678Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 70169381ee4e38355a25d44b59c2fd9235a847e0 [Pipeline] echo [2024-09-09T12:58:28.737Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7016938 [Pipeline] echo [2024-09-09T12:58:28.798Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-09-09T12:58:28.981Z] provisioning config files... [2024-09-09T12:58:28.995Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-675@tmp/config6150886513559276039tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-09-09T12:58:29.389Z] ---> ****-login.sh [2024-09-09T12:58:29.389Z] nexus3.edgexfoundry.org:10001 [2024-09-09T12:58:29.648Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T12:58:29.649Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T12:58:29.649Z] Configure a credential helper to remove this warning. See [2024-09-09T12:58:29.649Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T12:58:29.649Z] [2024-09-09T12:58:29.649Z] Login Succeeded [2024-09-09T12:58:29.649Z] nexus3.edgexfoundry.org:10002 [2024-09-09T12:58:29.649Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T12:58:29.649Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T12:58:29.649Z] Configure a credential helper to remove this warning. See [2024-09-09T12:58:29.649Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T12:58:29.649Z] [2024-09-09T12:58:29.649Z] Login Succeeded [2024-09-09T12:58:29.649Z] nexus3.edgexfoundry.org:10003 [2024-09-09T12:58:30.052Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T12:58:30.052Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T12:58:30.052Z] Configure a credential helper to remove this warning. See [2024-09-09T12:58:30.052Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T12:58:30.052Z] [2024-09-09T12:58:30.052Z] Login Succeeded [2024-09-09T12:58:30.052Z] nexus3.edgexfoundry.org:10004 [2024-09-09T12:58:30.052Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T12:58:30.052Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T12:58:30.052Z] Configure a credential helper to remove this warning. See [2024-09-09T12:58:30.052Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T12:58:30.052Z] [2024-09-09T12:58:30.052Z] Login Succeeded [2024-09-09T12:58:30.052Z] ****.io [2024-09-09T12:58:30.052Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T12:58:30.314Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T12:58:30.314Z] Configure a credential helper to remove this warning. See [2024-09-09T12:58:30.314Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T12:58:30.314Z] [2024-09-09T12:58:30.314Z] Login Succeeded [2024-09-09T12:58:30.314Z] ---> ****-login.sh ends [Pipeline] } [2024-09-09T12:58:30.347Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-09-09T12:58:31.068Z] + git rev-list -1 --merges 70169381ee4e38355a25d44b59c2fd9235a847e0~1..70169381ee4e38355a25d44b59c2fd9235a847e0 [Pipeline] echo [2024-09-09T12:58:31.121Z] -----------> git rev-list -1 --merges 70169381ee4e38355a25d44b59c2fd9235a847e0~1..70169381ee4e38355a25d44b59c2fd9235a847e0 70169381ee4e38355a25d44b59c2fd9235a847e0 [false] [Pipeline] sh [2024-09-09T12:58:31.657Z] + git log --format=format:%s -1 70169381ee4e38355a25d44b59c2fd9235a847e0 [Pipeline] echo [2024-09-09T12:58:31.698Z] ========================================================= [2024-09-09T12:58:31.698Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-09-09T12:58:31.698Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-09-09T12:58:32.154Z] + git log --format=format:%s -1 70169381ee4e38355a25d44b59c2fd9235a847e0 [Pipeline] echo [2024-09-09T12:58:32.197Z] [semverPrep] GIT_COMMIT: 70169381ee4e38355a25d44b59c2fd9235a847e0, Commit Message: build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 [Pipeline] echo [2024-09-09T12:58:32.246Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-09-09T12:58:32.644Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-09-09T12:58:32.644Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-09-09T12:58:32.644Z] + [ -e /tmp/ssh_known_hosts ] [2024-09-09T12:58:32.644Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-09-09T12:58:32.644Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-09-09T12:58:32.644Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-09-09T12:58:32.644Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T12:58:33.102Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-09T12:58:33.102Z] [2024-09-09T12:58:33.102Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T12:58:33.504Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-09T12:58:33.504Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-09-09T12:58:33.504Z] b85a868b505f: Pulling fs layer [2024-09-09T12:58:33.504Z] e2be974225ed: Pulling fs layer [2024-09-09T12:58:33.504Z] 339a4e72a1f5: Pulling fs layer [2024-09-09T12:58:33.504Z] 988bab9f4d93: Pulling fs layer [2024-09-09T12:58:33.504Z] 1469e6f7b9e6: Pulling fs layer [2024-09-09T12:58:33.504Z] eaf3925da568: Pulling fs layer [2024-09-09T12:58:33.504Z] bab4dde63d76: Pulling fs layer [2024-09-09T12:58:33.504Z] bde34c3a00c8: Pulling fs layer [2024-09-09T12:58:33.504Z] b352a97aabf1: Pulling fs layer [2024-09-09T12:58:33.504Z] 4872d77fe225: Pulling fs layer [2024-09-09T12:58:33.504Z] 5851b861e8e6: Pulling fs layer [2024-09-09T12:58:33.504Z] bab4dde63d76: Waiting [2024-09-09T12:58:33.504Z] 988bab9f4d93: Waiting [2024-09-09T12:58:33.504Z] bde34c3a00c8: Waiting [2024-09-09T12:58:33.504Z] b352a97aabf1: Waiting [2024-09-09T12:58:33.504Z] 1469e6f7b9e6: Waiting [2024-09-09T12:58:33.504Z] eaf3925da568: Waiting [2024-09-09T12:58:33.504Z] 4872d77fe225: Waiting [2024-09-09T12:58:33.504Z] 5851b861e8e6: Waiting [2024-09-09T12:58:33.504Z] e2be974225ed: Verifying Checksum [2024-09-09T12:58:33.504Z] e2be974225ed: Download complete [2024-09-09T12:58:33.504Z] 988bab9f4d93: Verifying Checksum [2024-09-09T12:58:33.504Z] 988bab9f4d93: Download complete [2024-09-09T12:58:33.504Z] 1469e6f7b9e6: Verifying Checksum [2024-09-09T12:58:33.504Z] 1469e6f7b9e6: Download complete [2024-09-09T12:58:33.504Z] 339a4e72a1f5: Verifying Checksum [2024-09-09T12:58:33.504Z] 339a4e72a1f5: Download complete [2024-09-09T12:58:33.763Z] eaf3925da568: Verifying Checksum [2024-09-09T12:58:33.763Z] eaf3925da568: Download complete [2024-09-09T12:58:33.763Z] bde34c3a00c8: Download complete [2024-09-09T12:58:33.763Z] b352a97aabf1: Download complete [2024-09-09T12:58:33.763Z] 4872d77fe225: Download complete [2024-09-09T12:58:33.763Z] 5851b861e8e6: Verifying Checksum [2024-09-09T12:58:33.763Z] 5851b861e8e6: Download complete [2024-09-09T12:58:33.763Z] b85a868b505f: Verifying Checksum [2024-09-09T12:58:33.763Z] b85a868b505f: Download complete [2024-09-09T12:58:34.038Z] bab4dde63d76: Verifying Checksum [2024-09-09T12:58:34.974Z] b85a868b505f: Pull complete [2024-09-09T12:58:34.974Z] e2be974225ed: Pull complete [2024-09-09T12:58:35.542Z] 339a4e72a1f5: Pull complete [2024-09-09T12:58:35.542Z] 988bab9f4d93: Pull complete [2024-09-09T12:58:35.800Z] 1469e6f7b9e6: Pull complete [2024-09-09T12:58:35.800Z] eaf3925da568: Pull complete [2024-09-09T12:58:37.709Z] bab4dde63d76: Pull complete [2024-09-09T12:58:37.709Z] bde34c3a00c8: Pull complete [2024-09-09T12:58:37.709Z] b352a97aabf1: Pull complete [2024-09-09T12:58:37.709Z] 4872d77fe225: Pull complete [2024-09-09T12:58:37.967Z] 5851b861e8e6: Pull complete [2024-09-09T12:58:37.967Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-09-09T12:58:37.967Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-09T12:58:37.967Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-09T12:58:38.268Z] prd-ubuntu20.04-docker-8c-8g-9862 does not seem to be running inside a container [2024-09-09T12:58:38.296Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-675 -v /w/workspace/_app-service-configurable_PR-675:/w/workspace/_app-service-configurable_PR-675:rw,z -v /w/workspace/_app-service-configurable_PR-675@tmp:/w/workspace/_app-service-configurable_PR-675@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-09-09T12:58:41.485Z] $ docker top b0bd84759c506daf11c21b54cee2b09bb22f7e75f70cbc6905638d706be47b41 -eo pid,comm [2024-09-09T12:58:41.552Z] 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-09-09T12:58:41.552Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-09-09T12:58:41.743Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-09-09T12:58:41.743Z] [ssh-agent] Looking for ssh-agent implementation... [2024-09-09T12:58:41.838Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-09-09T12:58:41.839Z] $ docker exec b0bd84759c506daf11c21b54cee2b09bb22f7e75f70cbc6905638d706be47b41 ssh-agent [2024-09-09T12:58:41.949Z] SSH_AUTH_SOCK=/tmp/ssh-BTYKIfCck8dD/agent.32 [2024-09-09T12:58:41.949Z] SSH_AGENT_PID=38 [2024-09-09T12:58:41.957Z] Running ssh-add (command line suppressed) [2024-09-09T12:58:42.043Z] Identity added: /w/workspace/_app-service-configurable_PR-675@tmp/private_key_14344178448777812923.key (/w/workspace/_app-service-configurable_PR-675@tmp/private_key_14344178448777812923.key) [2024-09-09T12:58:42.062Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-09-09T12:58:42.412Z] + git tag --points-at HEAD [Pipeline] } [2024-09-09T12:58:42.440Z] $ docker exec --env ******** --env ******** b0bd84759c506daf11c21b54cee2b09bb22f7e75f70cbc6905638d706be47b41 ssh-agent -k [2024-09-09T12:58:42.529Z] unset SSH_AUTH_SOCK; [2024-09-09T12:58:42.529Z] unset SSH_AGENT_PID; [2024-09-09T12:58:42.529Z] echo Agent pid 38 killed; [2024-09-09T12:58:42.542Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-09-09T12:58:42.670Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-09-09T12:58:42.670Z] [ssh-agent] Looking for ssh-agent implementation... [2024-09-09T12:58:42.778Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-09-09T12:58:42.779Z] $ docker exec b0bd84759c506daf11c21b54cee2b09bb22f7e75f70cbc6905638d706be47b41 ssh-agent [2024-09-09T12:58:42.895Z] SSH_AUTH_SOCK=/tmp/ssh-YD4QBl54txZH/agent.71 [2024-09-09T12:58:42.895Z] SSH_AGENT_PID=77 [2024-09-09T12:58:42.900Z] Running ssh-add (command line suppressed) [2024-09-09T12:58:43.008Z] Identity added: /w/workspace/_app-service-configurable_PR-675@tmp/private_key_9392401219842584624.key (/w/workspace/_app-service-configurable_PR-675@tmp/private_key_9392401219842584624.key) [2024-09-09T12:58:43.022Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-09-09T12:58:43.374Z] + git semver init [2024-09-09T12:58:43.634Z] 2024-09-09 12:58:43,531 [run_init] DEBUG init version:0.0.0 force:False [2024-09-09T12:58:43.634Z] 2024-09-09 12:58:43,531 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-675/.semver [2024-09-09T12:58:43.634Z] 2024-09-09 12:58:43,532 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-675/.semver [2024-09-09T12:58:43.634Z] 2024-09-09 12:58:43,532 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-675/.semver'], cwd=/w/workspace/_app-service-configurable_PR-675, universal_newlines=False, shell=None, istream=None) [2024-09-09T12:58:45.014Z] 2024-09-09 12:58:44,593 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-675/.git/info/exclude [2024-09-09T12:58:45.014Z] 2024-09-09 12:58:44,593 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-675/.semver/PR-675 with force:False [2024-09-09T12:58:45.014Z] 2024-09-09 12:58:44,593 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-675/.semver/PR-675 [2024-09-09T12:58:45.014Z] 2024-09-09 12:58:44,598 [execute] INFO git cat-file --batch-check [2024-09-09T12:58:45.014Z] 2024-09-09 12:58:44,598 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-675/.semver, universal_newlines=False, shell=None, istream=) [2024-09-09T12:58:45.014Z] 2024-09-09 12:58:44,603 [execute] INFO git cat-file --batch [2024-09-09T12:58:45.014Z] 2024-09-09 12:58:44,603 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-675/.semver, universal_newlines=False, shell=None, istream=) [2024-09-09T12:58:45.014Z] 2024-09-09 12:58:44,608 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-675/.semver/PR-675 [2024-09-09T12:58:45.014Z] 0.0.0 [Pipeline] } [2024-09-09T12:58:45.042Z] $ docker exec --env ******** --env ******** b0bd84759c506daf11c21b54cee2b09bb22f7e75f70cbc6905638d706be47b41 ssh-agent -k [2024-09-09T12:58:45.138Z] unset SSH_AUTH_SOCK; [2024-09-09T12:58:45.138Z] unset SSH_AGENT_PID; [2024-09-09T12:58:45.139Z] echo Agent pid 77 killed; [2024-09-09T12:58:45.151Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-09-09T12:58:45.610Z] + git semver [Pipeline] } [2024-09-09T12:58:45.896Z] $ docker stop --time=1 b0bd84759c506daf11c21b54cee2b09bb22f7e75f70cbc6905638d706be47b41 [2024-09-09T12:58:47.191Z] $ docker rm -f --volumes b0bd84759c506daf11c21b54cee2b09bb22f7e75f70cbc6905638d706be47b41 [Pipeline] // withDockerContainer [Pipeline] sh [2024-09-09T12:58:47.642Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-09-09T12:58:47.961Z] Stashed 1 file(s) [Pipeline] echo [2024-09-09T12:58:47.985Z] [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-09-09T12:58:48.721Z] provisioning config files... [2024-09-09T12:58:48.731Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-675@tmp/config9403302723064862056tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-09-09T12:58:49.088Z] ---> ****-login.sh [2024-09-09T12:58:49.088Z] nexus3.edgexfoundry.org:10001 [2024-09-09T12:58:49.088Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T12:58:49.088Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T12:58:49.088Z] Configure a credential helper to remove this warning. See [2024-09-09T12:58:49.088Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T12:58:49.088Z] [2024-09-09T12:58:49.088Z] Login Succeeded [2024-09-09T12:58:49.088Z] nexus3.edgexfoundry.org:10002 [2024-09-09T12:58:49.088Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T12:58:49.088Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T12:58:49.088Z] Configure a credential helper to remove this warning. See [2024-09-09T12:58:49.089Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T12:58:49.089Z] [2024-09-09T12:58:49.089Z] Login Succeeded [2024-09-09T12:58:49.089Z] nexus3.edgexfoundry.org:10003 [2024-09-09T12:58:49.346Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T12:58:49.347Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T12:58:49.347Z] Configure a credential helper to remove this warning. See [2024-09-09T12:58:49.347Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T12:58:49.347Z] [2024-09-09T12:58:49.347Z] Login Succeeded [2024-09-09T12:58:49.347Z] nexus3.edgexfoundry.org:10004 [2024-09-09T12:58:49.347Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T12:58:49.347Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T12:58:49.347Z] Configure a credential helper to remove this warning. See [2024-09-09T12:58:49.347Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T12:58:49.347Z] [2024-09-09T12:58:49.347Z] Login Succeeded [2024-09-09T12:58:49.347Z] ****.io [2024-09-09T12:58:49.347Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T12:58:49.607Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T12:58:49.607Z] Configure a credential helper to remove this warning. See [2024-09-09T12:58:49.607Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T12:58:49.607Z] [2024-09-09T12:58:49.607Z] Login Succeeded [2024-09-09T12:58:49.607Z] ---> ****-login.sh ends [Pipeline] } [2024-09-09T12:58:49.639Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-09-09T12:58:49.882Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-09-09T12:58:49.932Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-09-09T12:58:49.978Z] ========================================================= [2024-09-09T12:58:49.978Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-09-09T12:58:49.978Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T12:58:50.491Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-09-09T12:58:50.491Z] Sending build context to Docker daemon 9.156MB [2024-09-09T12:58:50.491Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-09-09T12:58:50.491Z] Step 2/12 : FROM ${BASE} AS builder [2024-09-09T12:58:50.491Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-09-09T12:58:50.491Z] 619be1103602: Pulling fs layer [2024-09-09T12:58:50.491Z] 7862e08f4a3e: Pulling fs layer [2024-09-09T12:58:50.491Z] 5df492c9dc93: Pulling fs layer [2024-09-09T12:58:50.491Z] 7629e6793208: Pulling fs layer [2024-09-09T12:58:50.491Z] 4f4fb700ef54: Pulling fs layer [2024-09-09T12:58:50.491Z] fb5054dd5b73: Pulling fs layer [2024-09-09T12:58:50.491Z] eeca6798cff9: Pulling fs layer [2024-09-09T12:58:50.491Z] aa269ceb94a6: Pulling fs layer [2024-09-09T12:58:50.491Z] ada007ff1a6a: Pulling fs layer [2024-09-09T12:58:50.491Z] fb5054dd5b73: Waiting [2024-09-09T12:58:50.491Z] eeca6798cff9: Waiting [2024-09-09T12:58:50.491Z] ada007ff1a6a: Waiting [2024-09-09T12:58:50.491Z] aa269ceb94a6: Waiting [2024-09-09T12:58:50.491Z] 4f4fb700ef54: Waiting [2024-09-09T12:58:50.491Z] 7629e6793208: Waiting [2024-09-09T12:58:50.491Z] 7862e08f4a3e: Download complete [2024-09-09T12:58:50.749Z] 7629e6793208: Verifying Checksum [2024-09-09T12:58:50.749Z] 7629e6793208: Download complete [2024-09-09T12:58:50.749Z] 4f4fb700ef54: Download complete [2024-09-09T12:58:50.749Z] 619be1103602: Download complete [2024-09-09T12:58:50.749Z] fb5054dd5b73: Verifying Checksum [2024-09-09T12:58:50.749Z] fb5054dd5b73: Download complete [2024-09-09T12:58:50.749Z] eeca6798cff9: Verifying Checksum [2024-09-09T12:58:50.749Z] eeca6798cff9: Download complete [2024-09-09T12:58:50.749Z] 619be1103602: Pull complete [2024-09-09T12:58:51.008Z] ada007ff1a6a: Verifying Checksum [2024-09-09T12:58:51.008Z] ada007ff1a6a: Download complete [2024-09-09T12:58:51.008Z] 7862e08f4a3e: Pull complete [2024-09-09T12:58:51.008Z] 5df492c9dc93: Verifying Checksum [2024-09-09T12:58:51.008Z] 5df492c9dc93: Download complete [2024-09-09T12:58:51.572Z] aa269ceb94a6: Verifying Checksum [2024-09-09T12:58:51.572Z] aa269ceb94a6: Download complete [2024-09-09T12:58:54.103Z] 5df492c9dc93: Pull complete [2024-09-09T12:58:54.103Z] 7629e6793208: Pull complete [2024-09-09T12:58:54.103Z] 4f4fb700ef54: Pull complete [2024-09-09T12:58:54.103Z] fb5054dd5b73: Pull complete [2024-09-09T12:58:54.361Z] eeca6798cff9: Pull complete [2024-09-09T12:58:56.262Z] aa269ceb94a6: Pull complete [2024-09-09T12:58:56.831Z] ada007ff1a6a: Pull complete [2024-09-09T12:58:56.831Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-09-09T12:58:56.831Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-09-09T12:58:56.831Z] ---> f489d0715acc [2024-09-09T12:58:56.831Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2024-09-09T12:59:02.126Z] ---> Running in f64020a0f6f1 [2024-09-09T12:59:02.386Z] Removing intermediate container f64020a0f6f1 [2024-09-09T12:59:02.386Z] ---> decb301e0b79 [2024-09-09T12:59:02.386Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-09-09T12:59:02.386Z] ---> Running in b8a139e55630 [2024-09-09T12:59:02.386Z] Removing intermediate container b8a139e55630 [2024-09-09T12:59:02.386Z] ---> 845d67100ade [2024-09-09T12:59:02.386Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-09-09T12:59:02.386Z] ---> Running in 6cb843571c27 [2024-09-09T12:59:02.386Z] Removing intermediate container 6cb843571c27 [2024-09-09T12:59:02.386Z] ---> 5f7c80457090 [2024-09-09T12:59:02.386Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-09-09T12:59:02.386Z] ---> Running in 09dede9a60f7 [2024-09-09T12:59:02.646Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T12:59:02.905Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T12:59:03.163Z] OK: 264 MiB in 52 packages [2024-09-09T12:59:03.422Z] Removing intermediate container 09dede9a60f7 [2024-09-09T12:59:03.422Z] ---> cc9172a48668 [2024-09-09T12:59:03.422Z] Step 7/12 : WORKDIR /app [2024-09-09T12:59:03.422Z] ---> Running in d86edc8105d2 [2024-09-09T12:59:03.422Z] Removing intermediate container d86edc8105d2 [2024-09-09T12:59:03.422Z] ---> e5dc1088a33a [2024-09-09T12:59:03.422Z] Step 8/12 : COPY go.mod vendor* ./ [2024-09-09T12:59:03.504Z] Still waiting to schedule task [2024-09-09T12:59:03.504Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2024-09-09T12:59:03.681Z] ---> 1435d3c9f764 [2024-09-09T12:59:03.681Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T12:59:03.681Z] ---> Running in 7a7f4d7619fb [2024-09-09T12:59:59.922Z] Removing intermediate container 7a7f4d7619fb [2024-09-09T12:59:59.922Z] ---> 99d23d1ae34b [2024-09-09T12:59:59.922Z] Step 10/12 : COPY . . [2024-09-09T12:59:59.922Z] ---> c16ae631f028 [2024-09-09T12:59:59.922Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-09-09T12:59:59.922Z] ---> Running in d39f756eaef5 [2024-09-09T12:59:59.922Z] Removing intermediate container d39f756eaef5 [2024-09-09T12:59:59.922Z] ---> e36cf2bb14ee [2024-09-09T12:59:59.922Z] Step 12/12 : RUN $MAKE [2024-09-09T12:59:59.922Z] ---> Running in 71d22fb40a19 [2024-09-09T12:59:59.922Z] noop [2024-09-09T12:59:59.922Z] Removing intermediate container 71d22fb40a19 [2024-09-09T12:59:59.922Z] ---> e567f4f548cd [2024-09-09T12:59:59.922Z] Successfully built e567f4f548cd [2024-09-09T12:59:59.922Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T13:00:00.411Z] + docker inspect -f . ci-base-image-x86_64 [2024-09-09T13:00:00.411Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-09T13:00:00.580Z] prd-ubuntu20.04-docker-8c-8g-9862 does not seem to be running inside a container [2024-09-09T13:00:00.604Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-675 -v /w/workspace/_app-service-configurable_PR-675:/w/workspace/_app-service-configurable_PR-675:rw,z -v /w/workspace/_app-service-configurable_PR-675@tmp:/w/workspace/_app-service-configurable_PR-675@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 ******** ci-base-image-x86_64 cat [2024-09-09T13:00:00.939Z] $ docker top 2fd5f0629f47d3301c9fda73670b83918dfc2184d064807297f622837ce518fa -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-09T13:00:01.361Z] + go version [2024-09-09T13:00:01.361Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-09-09T13:00:01.398Z] $ docker stop --time=1 2fd5f0629f47d3301c9fda73670b83918dfc2184d064807297f622837ce518fa [2024-09-09T13:00:02.657Z] $ docker rm -f --volumes 2fd5f0629f47d3301c9fda73670b83918dfc2184d064807297f622837ce518fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T13:00:03.431Z] + docker inspect -f . ci-base-image-x86_64 [2024-09-09T13:00:03.431Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-09T13:00:03.609Z] prd-ubuntu20.04-docker-8c-8g-9862 does not seem to be running inside a container [2024-09-09T13:00:03.637Z] $ 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-675 -v /w/workspace/_app-service-configurable_PR-675:/w/workspace/_app-service-configurable_PR-675:rw,z -v /w/workspace/_app-service-configurable_PR-675@tmp:/w/workspace/_app-service-configurable_PR-675@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 ******** ci-base-image-x86_64 cat [2024-09-09T13:00:03.945Z] $ docker top 75c98428517fd90d0d8f56c8b587b829b3362a225b78858d7072c1c125ea5a99 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-09T13:00:04.368Z] + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-675 [Pipeline] fileExists [Pipeline] sh [2024-09-09T13:00:04.745Z] + make test [2024-09-09T13:00:04.745Z] go test -race -coverprofile=coverage.out ./... [2024-09-09T13:00:34.722Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2024-09-09T13:01:07.296Z] go vet ./... [2024-09-09T13:01:10.579Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-09-09T13:01:10.579Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-09-09T13:01:10.579Z] ./bin/test-attribution-txt.sh [2024-09-09T13:01:10.579Z] An attribution for github.com/barkimedes/go-deepcopy is missing from Attribution.txt, please add [2024-09-09T13:01:10.579Z] An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add [2024-09-09T13:01:10.579Z] An attribution for github.com/jackc/pgerrcode is missing from Attribution.txt, please add [2024-09-09T13:01:10.579Z] An attribution for github.com/jackc/pgpassfile is missing from Attribution.txt, please add [2024-09-09T13:01:10.579Z] An attribution for github.com/jackc/pgservicefile is missing from Attribution.txt, please add [2024-09-09T13:01:10.579Z] An attribution for github.com/jackc/pgx/v5 is missing from Attribution.txt, please add [2024-09-09T13:01:10.579Z] An attribution for github.com/jackc/puddle/v2 is missing from Attribution.txt, please add [2024-09-09T13:01:10.579Z] An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [Pipeline] echo [2024-09-09T13:01:10.635Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-09-09T13:01:10.667Z] $ docker stop --time=1 75c98428517fd90d0d8f56c8b587b829b3362a225b78858d7072c1c125ea5a99 [2024-09-09T13:01:17.564Z] $ docker rm -f --volumes 75c98428517fd90d0d8f56c8b587b829b3362a225b78858d7072c1c125ea5a99 [Pipeline] // withDockerContainer [Pipeline] sh [2024-09-09T13:01:18.300Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-09-09T13:01:18.382Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-09-09T13:01:19.027Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-09-09T13:01:19.345Z] + ls -al . [2024-09-09T13:01:19.346Z] total 264 [2024-09-09T13:01:19.346Z] drwxrwxr-x 7 jenkins jenkins 4096 Sep 9 13:00 . [2024-09-09T13:01:19.346Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 9 12:58 .. [2024-09-09T13:01:19.346Z] -rw-rw-r-- 1 jenkins jenkins 119 Sep 9 12:58 .dockerignore [2024-09-09T13:01:19.346Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 9 13:00 .git [2024-09-09T13:01:19.346Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 9 12:58 .github [2024-09-09T13:01:19.346Z] -rw-rw-r-- 1 jenkins jenkins 106 Sep 9 12:58 .gitignore [2024-09-09T13:01:19.346Z] -rw-rw-r-- 1 jenkins jenkins 41 Sep 9 12:58 .golangci.yml [2024-09-09T13:01:19.346Z] drwxr-xr-x 3 jenkins jenkins 4096 Sep 9 12:58 .semver [2024-09-09T13:01:19.346Z] -rw-rw-r-- 1 jenkins jenkins 18981 Sep 9 12:58 Attribution.txt [2024-09-09T13:01:19.346Z] -rw-rw-r-- 1 jenkins jenkins 37263 Sep 9 12:58 CHANGELOG.md [2024-09-09T13:01:19.346Z] -rw-rw-r-- 1 jenkins jenkins 2007 Sep 9 12:58 Dockerfile [2024-09-09T13:01:19.346Z] -rw-rw-r-- 1 jenkins jenkins 677 Sep 9 12:58 GOVERNANCE.md [2024-09-09T13:01:19.346Z] -rw-rw-r-- 1 jenkins jenkins 666 Sep 9 12:58 Jenkinsfile [2024-09-09T13:01:19.346Z] -rw-rw-r-- 1 jenkins jenkins 10174 Sep 9 12:58 LICENSE [2024-09-09T13:01:19.346Z] -rw-rw-r-- 1 jenkins jenkins 618 Sep 9 12:58 OWNERS.md [2024-09-09T13:01:19.346Z] -rw-rw-r-- 1 jenkins jenkins 4582 Sep 9 12:58 README.md [2024-09-09T13:01:19.346Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 9 12:58 VERSION [2024-09-09T13:01:19.346Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 9 12:58 bin [2024-09-09T13:01:19.346Z] -rw-r--r-- 1 jenkins jenkins 13 Sep 9 13:00 coverage.out [2024-09-09T13:01:19.346Z] -rw-rw-r-- 1 jenkins jenkins 7342 Sep 9 12:58 go.mod [2024-09-09T13:01:19.346Z] -rw-rw-r-- 1 jenkins jenkins 102421 Sep 9 12:58 go.sum [2024-09-09T13:01:19.346Z] -rw-rw-r-- 1 jenkins jenkins 1937 Sep 9 12:58 main.go [2024-09-09T13:01:19.346Z] -rw-rw-r-- 1 jenkins jenkins 2572 Sep 9 12:58 makefile [2024-09-09T13:01:19.346Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 9 12:58 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T13:01:19.944Z] + 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=70169381ee4e38355a25d44b59c2fd9235a847e0 --label arch=amd64 --label version=0.0.0 . [2024-09-09T13:01:19.944Z] Sending build context to Docker daemon 9.157MB [2024-09-09T13:01:19.944Z] Step 1/27 : ARG BASE=golang:1.21-alpine3.18 [2024-09-09T13:01:19.944Z] Step 2/27 : FROM ${BASE} AS builder [2024-09-09T13:01:19.944Z] ---> e567f4f548cd [2024-09-09T13:01:19.944Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git" [2024-09-09T13:01:20.207Z] ---> Running in cee3b71c8f86 [2024-09-09T13:01:20.207Z] Removing intermediate container cee3b71c8f86 [2024-09-09T13:01:20.207Z] ---> 75fe635cf419 [2024-09-09T13:01:20.207Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2024-09-09T13:01:20.207Z] ---> Running in e26c9b758409 [2024-09-09T13:01:20.466Z] Removing intermediate container e26c9b758409 [2024-09-09T13:01:20.466Z] ---> f41200382b6f [2024-09-09T13:01:20.466Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2024-09-09T13:01:20.466Z] ---> Running in 397291c27774 [2024-09-09T13:01:20.466Z] Removing intermediate container 397291c27774 [2024-09-09T13:01:20.466Z] ---> 7235cfc167e9 [2024-09-09T13:01:20.466Z] Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-09-09T13:01:20.466Z] ---> Running in ebdf2fdcdcbf [2024-09-09T13:01:20.726Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T13:01:20.726Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T13:01:20.987Z] OK: 264 MiB in 52 packages [2024-09-09T13:01:21.247Z] Removing intermediate container ebdf2fdcdcbf [2024-09-09T13:01:21.247Z] ---> 78ff0123c432 [2024-09-09T13:01:21.247Z] Step 7/27 : WORKDIR /app [2024-09-09T13:01:21.247Z] ---> Running in e66b5da4cfc5 [2024-09-09T13:01:21.507Z] Removing intermediate container e66b5da4cfc5 [2024-09-09T13:01:21.507Z] ---> 710a68253afe [2024-09-09T13:01:21.507Z] Step 8/27 : COPY go.mod vendor* ./ [2024-09-09T13:01:21.507Z] ---> be7471cbd1a9 [2024-09-09T13:01:21.507Z] Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T13:01:21.507Z] ---> Running in fb0f29c33c61 [2024-09-09T13:01:22.083Z] Removing intermediate container fb0f29c33c61 [2024-09-09T13:01:22.083Z] ---> b77f5159c6cc [2024-09-09T13:01:22.083Z] Step 10/27 : COPY . . [2024-09-09T13:01:22.753Z] ---> 380587168d09 [2024-09-09T13:01:22.753Z] Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-09-09T13:01:22.753Z] ---> Running in 3b23f7e90c16 [2024-09-09T13:01:22.753Z] Removing intermediate container 3b23f7e90c16 [2024-09-09T13:01:22.753Z] ---> c3a4454fd32f [2024-09-09T13:01:22.753Z] Step 12/27 : RUN $MAKE [2024-09-09T13:01:22.753Z] ---> Running in 8cd2d2e871d1 [2024-09-09T13:01:23.015Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.50 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable [2024-09-09T13:02:01.747Z] Removing intermediate container 8cd2d2e871d1 [2024-09-09T13:02:01.747Z] ---> 71f879939ee6 [2024-09-09T13:02:01.747Z] Step 13/27 : FROM alpine:3.18 [2024-09-09T13:02:01.747Z] 3.18: Pulling from library/alpine [2024-09-09T13:02:01.747Z] 1cc3d825d8b2: Pulling fs layer [2024-09-09T13:02:01.747Z] 1cc3d825d8b2: Download complete [2024-09-09T13:02:01.747Z] 1cc3d825d8b2: Pull complete [2024-09-09T13:02:01.747Z] Digest: sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-09T13:02:01.747Z] Status: Downloaded newer image for alpine:3.18 [2024-09-09T13:02:01.747Z] ---> 2c64cf60f6f0 [2024-09-09T13:02:01.747Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-09-09T13:02:01.747Z] ---> Running in e1b7c6f869b1 [2024-09-09T13:02:01.747Z] Removing intermediate container e1b7c6f869b1 [2024-09-09T13:02:01.747Z] ---> 18d7f103d019 [2024-09-09T13:02:01.747Z] Step 15/27 : LABEL Name=app-service-configurable Version=${VERSION} [2024-09-09T13:02:01.747Z] ---> Running in e6c73a392a0c [2024-09-09T13:02:01.747Z] Removing intermediate container e6c73a392a0c [2024-09-09T13:02:01.747Z] ---> a438b0d2581c [2024-09-09T13:02:01.747Z] Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init [2024-09-09T13:02:01.747Z] ---> Running in 185458c3eca9 [2024-09-09T13:02:01.747Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T13:02:01.747Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T13:02:01.747Z] (1/2) Installing ca-certificates (20240226-r0) [2024-09-09T13:02:01.747Z] (2/2) Installing dumb-init (1.2.5-r2) [2024-09-09T13:02:01.747Z] Executing busybox-1.36.1-r7.trigger [2024-09-09T13:02:01.747Z] Executing ca-certificates-20240226-r0.trigger [2024-09-09T13:02:01.747Z] OK: 8 MiB in 17 packages [2024-09-09T13:02:01.747Z] Removing intermediate container 185458c3eca9 [2024-09-09T13:02:01.747Z] ---> 51ae49aa4351 [2024-09-09T13:02:01.747Z] Step 17/27 : RUN apk --no-cache upgrade [2024-09-09T13:02:01.747Z] ---> Running in 7e68f7756523 [2024-09-09T13:02:01.747Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T13:02:01.747Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T13:02:01.747Z] OK: 8 MiB in 17 packages [2024-09-09T13:02:01.747Z] Removing intermediate container 7e68f7756523 [2024-09-09T13:02:01.747Z] ---> c4ce3f48077c [2024-09-09T13:02:01.747Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2024-09-09T13:02:01.747Z] ---> 141517621b76 [2024-09-09T13:02:01.747Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2024-09-09T13:02:01.747Z] ---> f33e88c818ed [2024-09-09T13:02:01.747Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2024-09-09T13:02:01.747Z] ---> b05c57416da2 [2024-09-09T13:02:01.747Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2024-09-09T13:02:01.747Z] ---> dcc2048e2fed [2024-09-09T13:02:01.747Z] Step 22/27 : EXPOSE 48095 [2024-09-09T13:02:01.747Z] ---> Running in 99c3e1751de8 [2024-09-09T13:02:01.747Z] Removing intermediate container 99c3e1751de8 [2024-09-09T13:02:01.747Z] ---> ced0ef60827a [2024-09-09T13:02:01.747Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2024-09-09T13:02:01.747Z] ---> Running in 35f6523b2039 [2024-09-09T13:02:01.747Z] Removing intermediate container 35f6523b2039 [2024-09-09T13:02:01.747Z] ---> 54a15e708a60 [2024-09-09T13:02:01.747Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-09-09T13:02:01.747Z] ---> Running in 4f415fa44257 [2024-09-09T13:02:01.747Z] Removing intermediate container 4f415fa44257 [2024-09-09T13:02:01.747Z] ---> 50127e4d2152 [2024-09-09T13:02:01.747Z] Step 25/27 : LABEL arch=amd64 [2024-09-09T13:02:01.747Z] ---> Running in ef116b9d5cd3 [2024-09-09T13:02:01.747Z] Removing intermediate container ef116b9d5cd3 [2024-09-09T13:02:01.747Z] ---> 8d5a74ff1bfa [2024-09-09T13:02:01.747Z] Step 26/27 : LABEL git_sha=70169381ee4e38355a25d44b59c2fd9235a847e0 [2024-09-09T13:02:01.747Z] ---> Running in 8edff3982921 [2024-09-09T13:02:01.747Z] Removing intermediate container 8edff3982921 [2024-09-09T13:02:01.747Z] ---> 5c1a104b1576 [2024-09-09T13:02:01.747Z] Step 27/27 : LABEL version=0.0.0 [2024-09-09T13:02:01.747Z] ---> Running in fba2bf497d4a [2024-09-09T13:02:01.747Z] Removing intermediate container fba2bf497d4a [2024-09-09T13:02:01.747Z] ---> 32653eda66fd [2024-09-09T13:02:01.747Z] [Warning] One or more build-args [ARCH] were not consumed [2024-09-09T13:02:01.747Z] Successfully built 32653eda66fd [2024-09-09T13:02:01.747Z] 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-09-09T13:02:02.821Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-09-09T13:02:02.821Z] [2024-09-09T13:02:02.821Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T13:02:03.224Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-09-09T13:02:03.224Z] latest: Pulling from edgex-lftools-log-publisher [2024-09-09T13:02:03.224Z] 5eb5b503b376: Pulling fs layer [2024-09-09T13:02:03.224Z] 5c69ac0246d0: Pulling fs layer [2024-09-09T13:02:03.224Z] ec43610c2a17: Pulling fs layer [2024-09-09T13:02:03.224Z] 3a2ae6a8a46f: Pulling fs layer [2024-09-09T13:02:03.224Z] 33b1e0a273af: Pulling fs layer [2024-09-09T13:02:03.224Z] 5d3b04190fa2: Pulling fs layer [2024-09-09T13:02:03.224Z] 2f39f015ded8: Pulling fs layer [2024-09-09T13:02:03.224Z] 3a2ae6a8a46f: Waiting [2024-09-09T13:02:03.224Z] 2f39f015ded8: Waiting [2024-09-09T13:02:03.224Z] 5d3b04190fa2: Waiting [2024-09-09T13:02:03.224Z] 33b1e0a273af: Waiting [2024-09-09T13:02:03.224Z] 5c69ac0246d0: Download complete [2024-09-09T13:02:03.224Z] 3a2ae6a8a46f: Verifying Checksum [2024-09-09T13:02:03.224Z] 3a2ae6a8a46f: Download complete [2024-09-09T13:02:03.224Z] 33b1e0a273af: Verifying Checksum [2024-09-09T13:02:03.224Z] 33b1e0a273af: Download complete [2024-09-09T13:02:03.224Z] 5d3b04190fa2: Verifying Checksum [2024-09-09T13:02:03.224Z] 5d3b04190fa2: Download complete [2024-09-09T13:02:03.224Z] ec43610c2a17: Verifying Checksum [2024-09-09T13:02:03.224Z] ec43610c2a17: Download complete [2024-09-09T13:02:03.483Z] 5eb5b503b376: Verifying Checksum [2024-09-09T13:02:03.483Z] 5eb5b503b376: Download complete [2024-09-09T13:02:04.050Z] 2f39f015ded8: Verifying Checksum [2024-09-09T13:02:04.050Z] 2f39f015ded8: Download complete [2024-09-09T13:02:04.617Z] 5eb5b503b376: Pull complete [2024-09-09T13:02:04.876Z] 5c69ac0246d0: Pull complete [2024-09-09T13:02:05.135Z] ec43610c2a17: Pull complete [2024-09-09T13:02:05.135Z] 3a2ae6a8a46f: Pull complete [2024-09-09T13:02:05.395Z] 33b1e0a273af: Pull complete [2024-09-09T13:02:05.395Z] 5d3b04190fa2: Pull complete [2024-09-09T13:02:09.576Z] 2f39f015ded8: Pull complete [2024-09-09T13:02:09.576Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-09-09T13:02:09.576Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-09-09T13:02:09.576Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-09T13:02:09.847Z] prd-ubuntu20.04-docker-8c-8g-9862 does not seem to be running inside a container [2024-09-09T13:02:09.882Z] $ 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-675 -v /w/workspace/_app-service-configurable_PR-675:/w/workspace/_app-service-configurable_PR-675:rw,z -v /w/workspace/_app-service-configurable_PR-675@tmp:/w/workspace/_app-service-configurable_PR-675@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-09-09T13:02:16.298Z] $ docker top 1b336a851a1c12627b84484e474d25c58c72c4968b14e1866116a51979bcab9e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-09-09T13:02:16.768Z] ---> job-cost.sh [2024-09-09T13:02:16.768Z] lf-activate-venv: SKIPPING [2024-09-09T13:02:16.768Z] INFO: No Stack... [2024-09-09T13:02:17.337Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-09-09T13:02:17.597Z] INFO: Archiving Costs [Pipeline] sh [2024-09-09T13:02:17.925Z] + cat /w/workspace/_app-service-configurable_PR-675/archives/cost.csv [2024-09-09T13:02:17.925Z] + cut -d, -f6 [Pipeline] lock [2024-09-09T13:02:17.977Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-PR-675-1-stack-cost] [2024-09-09T13:02:17.987Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-675-1-stack-cost] did not exist. Created. [2024-09-09T13:02:17.994Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-PR-675-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-09-09T13:02:18.401Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-09-09T13:02:18.459Z] Stashed 1 file(s) [Pipeline] } [2024-09-09T13:02:18.498Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-PR-675-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-09-09T13:02:18.582Z] $ docker stop --time=1 1b336a851a1c12627b84484e474d25c58c72c4968b14e1866116a51979bcab9e [2024-09-09T13:02:19.733Z] $ docker rm -f --volumes 1b336a851a1c12627b84484e474d25c58c72c4968b14e1866116a51979bcab9e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-09-09T13:02:42.271Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9864 in /w/workspace/_app-service-configurable_PR-675 [Pipeline] { [Pipeline] ws [2024-09-09T13:02:42.362Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2024-09-09T13:02:42.466Z] The recommended git tool is: git [2024-09-09T13:02:51.844Z] using credential edgex-jenkins-ssh [2024-09-09T13:02:51.873Z] Cloning the remote Git repository [2024-09-09T13:02:51.950Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2024-09-09T13:02:52.082Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2024-09-09T13:02:52.298Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2024-09-09T13:02:52.301Z] > git --version # timeout=10 [2024-09-09T13:02:52.345Z] > git --version # 'git version 2.25.1' [2024-09-09T13:02:52.348Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-09-09T13:02:52.666Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-09-09T13:02:55.084Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2024-09-09T13:02:55.141Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-09-09T13:02:57.231Z] Merging remotes/origin/main commit 15c04fe60731885bccda40a58f5d4699135bca2b into PR head commit 70169381ee4e38355a25d44b59c2fd9235a847e0 [2024-09-09T13:02:57.644Z] Merge succeeded, producing 70169381ee4e38355a25d44b59c2fd9235a847e0 [2024-09-09T13:02:57.645Z] Checking out Revision 70169381ee4e38355a25d44b59c2fd9235a847e0 (PR-675) [2024-09-09T13:02:56.596Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2024-09-09T13:02:56.660Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2024-09-09T13:02:56.661Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-09-09T13:02:56.690Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/675/head:refs/remotes/origin/PR-675 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2024-09-09T13:02:57.252Z] > git config core.sparsecheckout # timeout=10 [2024-09-09T13:02:57.345Z] > git checkout -f 70169381ee4e38355a25d44b59c2fd9235a847e0 # timeout=10 [2024-09-09T13:02:57.484Z] > git remote # timeout=10 [2024-09-09T13:02:57.519Z] > git config --get remote.origin.url # timeout=10 [2024-09-09T13:02:57.539Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-09-09T13:02:57.564Z] > git merge 15c04fe60731885bccda40a58f5d4699135bca2b # timeout=10 [2024-09-09T13:02:57.607Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-09-09T13:02:57.651Z] > git config core.sparsecheckout # timeout=10 [2024-09-09T13:02:57.674Z] > git checkout -f 70169381ee4e38355a25d44b59c2fd9235a847e0 # timeout=10 [2024-09-09T13:02:58.449Z] Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3" [2024-09-09T13:02:58.530Z] > git --version # timeout=10 [2024-09-09T13:02:58.547Z] > git --version # 'git version 2.25.1' [2024-09-09T13:02:58.568Z] fatal: bad object f3350a1713306dce7682ed7e37d5774890d03277 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-09-09T13:03:03.849Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-09-09T13:03:03.849Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-09T13:03:03.849Z] Dload Upload Total Spent Left Speed [2024-09-09T13:03:03.849Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 91628 0 --:--:-- --:--:-- --:--:-- 91628 [Pipeline] sh [2024-09-09T13:03:04.203Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-09-09T13:03:04.558Z] + sudo tee /etc/docker/daemon.new [2024-09-09T13:03:04.559Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-09-09T13:03:04.559Z] { [2024-09-09T13:03:04.559Z] "registry-mirrors": [ [2024-09-09T13:03:04.559Z] "https://nexus3.edgexfoundry.org:10001" [2024-09-09T13:03:04.559Z] ], [2024-09-09T13:03:04.559Z] "bip": "10.250.0.254/24", [2024-09-09T13:03:04.559Z] "hosts": [ [2024-09-09T13:03:04.559Z] "tcp://0.0.0.0:5555", [2024-09-09T13:03:04.559Z] "unix:///var/run/docker.sock" [2024-09-09T13:03:04.559Z] ], [2024-09-09T13:03:04.559Z] "mtu": 1458, [2024-09-09T13:03:04.559Z] "selinux-enabled": true, [2024-09-09T13:03:04.559Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-09-09T13:03:04.559Z] } [Pipeline] sh [2024-09-09T13:03:04.910Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-09-09T13:03:05.287Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-09-09T13:03:23.669Z] provisioning config files... [2024-09-09T13:03:23.702Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config10278765875186167119tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-09-09T13:03:24.228Z] ---> ****-login.sh [2024-09-09T13:03:24.228Z] nexus3.edgexfoundry.org:10001 [2024-09-09T13:03:24.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T13:03:24.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T13:03:24.860Z] Configure a credential helper to remove this warning. See [2024-09-09T13:03:24.860Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T13:03:24.860Z] [2024-09-09T13:03:24.860Z] Login Succeeded [2024-09-09T13:03:24.860Z] nexus3.edgexfoundry.org:10002 [2024-09-09T13:03:25.131Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T13:03:25.405Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T13:03:25.406Z] Configure a credential helper to remove this warning. See [2024-09-09T13:03:25.406Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T13:03:25.406Z] [2024-09-09T13:03:25.406Z] Login Succeeded [2024-09-09T13:03:25.406Z] nexus3.edgexfoundry.org:10003 [2024-09-09T13:03:25.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T13:03:25.680Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T13:03:25.680Z] Configure a credential helper to remove this warning. See [2024-09-09T13:03:25.680Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T13:03:25.680Z] [2024-09-09T13:03:25.680Z] Login Succeeded [2024-09-09T13:03:25.680Z] nexus3.edgexfoundry.org:10004 [2024-09-09T13:03:25.953Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T13:03:25.953Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T13:03:25.953Z] Configure a credential helper to remove this warning. See [2024-09-09T13:03:25.954Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T13:03:25.954Z] [2024-09-09T13:03:25.954Z] Login Succeeded [2024-09-09T13:03:25.954Z] ****.io [2024-09-09T13:03:26.224Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T13:03:26.493Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T13:03:26.493Z] Configure a credential helper to remove this warning. See [2024-09-09T13:03:26.493Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T13:03:26.493Z] [2024-09-09T13:03:26.493Z] Login Succeeded [2024-09-09T13:03:26.493Z] ---> ****-login.sh ends [Pipeline] } [2024-09-09T13:03:26.526Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-09-09T13:03:27.001Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-09-09T13:03:27.047Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-09-09T13:03:27.210Z] ========================================================= [2024-09-09T13:03:27.210Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-09-09T13:03:27.210Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T13:03:27.788Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-09-09T13:03:27.788Z] Sending build context to Docker daemon 242.7kB [2024-09-09T13:03:28.056Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-09-09T13:03:28.056Z] Step 2/12 : FROM ${BASE} AS builder [2024-09-09T13:03:28.056Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-09-09T13:03:28.056Z] c6b39de5b339: Pulling fs layer [2024-09-09T13:03:28.056Z] a69c41024577: Pulling fs layer [2024-09-09T13:03:28.056Z] d6de4b400683: Pulling fs layer [2024-09-09T13:03:28.056Z] 35cb2a7552d0: Pulling fs layer [2024-09-09T13:03:28.056Z] 4f4fb700ef54: Pulling fs layer [2024-09-09T13:03:28.056Z] 464afbd9ba4c: Pulling fs layer [2024-09-09T13:03:28.056Z] 00f215d4a9da: Pulling fs layer [2024-09-09T13:03:28.056Z] d496ad576159: Pulling fs layer [2024-09-09T13:03:28.056Z] 4f4fb700ef54: Waiting [2024-09-09T13:03:28.056Z] 464afbd9ba4c: Waiting [2024-09-09T13:03:28.056Z] 00f215d4a9da: Waiting [2024-09-09T13:03:28.056Z] d496ad576159: Waiting [2024-09-09T13:03:28.056Z] 35cb2a7552d0: Waiting [2024-09-09T13:03:28.326Z] a69c41024577: Verifying Checksum [2024-09-09T13:03:28.326Z] a69c41024577: Download complete [2024-09-09T13:03:28.326Z] 35cb2a7552d0: Download complete [2024-09-09T13:03:28.326Z] 4f4fb700ef54: Verifying Checksum [2024-09-09T13:03:28.326Z] 4f4fb700ef54: Download complete [2024-09-09T13:03:28.326Z] 464afbd9ba4c: Verifying Checksum [2024-09-09T13:03:28.326Z] 464afbd9ba4c: Download complete [2024-09-09T13:03:28.326Z] c6b39de5b339: Verifying Checksum [2024-09-09T13:03:28.326Z] c6b39de5b339: Download complete [2024-09-09T13:03:28.976Z] d496ad576159: Verifying Checksum [2024-09-09T13:03:28.976Z] d496ad576159: Download complete [2024-09-09T13:03:29.257Z] c6b39de5b339: Pull complete [2024-09-09T13:03:30.232Z] a69c41024577: Pull complete [2024-09-09T13:03:30.232Z] d6de4b400683: Verifying Checksum [2024-09-09T13:03:30.232Z] d6de4b400683: Download complete [2024-09-09T13:03:31.653Z] 00f215d4a9da: Verifying Checksum [2024-09-09T13:03:31.653Z] 00f215d4a9da: Download complete [2024-09-09T13:03:43.995Z] d6de4b400683: Pull complete [2024-09-09T13:03:43.995Z] 35cb2a7552d0: Pull complete [2024-09-09T13:03:43.995Z] 4f4fb700ef54: Pull complete [2024-09-09T13:03:43.995Z] 464afbd9ba4c: Pull complete [2024-09-09T13:03:52.227Z] 00f215d4a9da: Pull complete [2024-09-09T13:03:53.662Z] d496ad576159: Pull complete [2024-09-09T13:03:53.663Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-09-09T13:03:53.663Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-09-09T13:03:53.663Z] ---> f246e2811388 [2024-09-09T13:03:53.663Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2024-09-09T13:03:55.614Z] ---> Running in 9b240ac5652e [2024-09-09T13:03:55.614Z] Removing intermediate container 9b240ac5652e [2024-09-09T13:03:55.614Z] ---> 92c7a9cc86d9 [2024-09-09T13:03:55.614Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-09-09T13:03:55.614Z] ---> Running in ea6adfa8f3c9 [2024-09-09T13:03:55.883Z] Removing intermediate container ea6adfa8f3c9 [2024-09-09T13:03:55.883Z] ---> b196ad644b13 [2024-09-09T13:03:55.883Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-09-09T13:03:56.152Z] ---> Running in 2e9b14b57036 [2024-09-09T13:03:56.423Z] Removing intermediate container 2e9b14b57036 [2024-09-09T13:03:56.423Z] ---> 2b323b4573ae [2024-09-09T13:03:56.423Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-09-09T13:03:56.423Z] ---> Running in f533ee7c414a [2024-09-09T13:03:57.860Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T13:03:57.860Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T13:03:58.847Z] OK: 266 MiB in 52 packages [2024-09-09T13:04:00.801Z] Removing intermediate container f533ee7c414a [2024-09-09T13:04:00.801Z] ---> 1a66ba8b8fef [2024-09-09T13:04:00.801Z] Step 7/12 : WORKDIR /app [2024-09-09T13:04:00.801Z] ---> Running in 1ebd716228c6 [2024-09-09T13:04:01.081Z] Removing intermediate container 1ebd716228c6 [2024-09-09T13:04:01.081Z] ---> b8fe36916b51 [2024-09-09T13:04:01.081Z] Step 8/12 : COPY go.mod vendor* ./ [2024-09-09T13:04:01.668Z] ---> 5226ff911d7a [2024-09-09T13:04:01.668Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T13:04:01.668Z] ---> Running in 7aefaa0eec7f [2024-09-09T13:05:54.792Z] Removing intermediate container 7aefaa0eec7f [2024-09-09T13:05:54.792Z] ---> d9861a7b4027 [2024-09-09T13:05:54.792Z] Step 10/12 : COPY . . [2024-09-09T13:05:54.792Z] ---> 7186ff9f4ad6 [2024-09-09T13:05:54.792Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-09-09T13:05:54.792Z] ---> Running in 9fb9c808f081 [2024-09-09T13:05:54.792Z] Removing intermediate container 9fb9c808f081 [2024-09-09T13:05:54.792Z] ---> 0a2b47c57dc0 [2024-09-09T13:05:54.792Z] Step 12/12 : RUN $MAKE [2024-09-09T13:05:54.792Z] ---> Running in bb14cb6dcc41 [2024-09-09T13:05:55.382Z] noop [2024-09-09T13:05:55.969Z] Removing intermediate container bb14cb6dcc41 [2024-09-09T13:05:55.969Z] ---> af70956f3017 [2024-09-09T13:05:55.969Z] Successfully built af70956f3017 [2024-09-09T13:05:55.969Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T13:05:56.764Z] + docker inspect -f . ci-base-image-arm64 [2024-09-09T13:05:56.764Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-09T13:05:57.061Z] prd-ubuntu20.04-docker-arm64-4c-16g-9864 does not seem to be running inside a container [2024-09-09T13:05:57.130Z] $ 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-09-09T13:05:58.320Z] $ docker top 048dd99b2338405d4e5af1fe8504942bc5b32a64ca98ad78efaf05e22f5fd383 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-09T13:05:59.236Z] + go version [2024-09-09T13:05:59.236Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-09-09T13:05:59.270Z] $ docker stop --time=1 048dd99b2338405d4e5af1fe8504942bc5b32a64ca98ad78efaf05e22f5fd383 [2024-09-09T13:06:00.902Z] $ docker rm -f --volumes 048dd99b2338405d4e5af1fe8504942bc5b32a64ca98ad78efaf05e22f5fd383 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T13:06:01.893Z] + docker inspect -f . ci-base-image-arm64 [2024-09-09T13:06:01.893Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-09T13:06:02.178Z] prd-ubuntu20.04-docker-arm64-4c-16g-9864 does not seem to be running inside a container [2024-09-09T13:06:02.236Z] $ 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-09-09T13:06:03.471Z] $ docker top 0127a96f2258cac7d4275f55fe9506015efcc5f25eaf407d62820a5d60d94cab -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-09T13:06:04.376Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh [2024-09-09T13:06:04.807Z] + make test [2024-09-09T13:06:04.807Z] go test -race -coverprofile=coverage.out ./... [2024-09-09T13:10:26.642Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2024-09-09T13:10:26.642Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-09-09T13:10:26.642Z] go vet ./... [2024-09-09T13:14:33.484Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-09-09T13:14:33.484Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-09-09T13:14:33.484Z] ./bin/test-attribution-txt.sh [2024-09-09T13:14:33.484Z] An attribution for github.com/barkimedes/go-deepcopy is missing from Attribution.txt, please add [2024-09-09T13:14:33.484Z] An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add [2024-09-09T13:14:33.484Z] An attribution for github.com/jackc/pgerrcode is missing from Attribution.txt, please add [2024-09-09T13:14:33.484Z] An attribution for github.com/jackc/pgpassfile is missing from Attribution.txt, please add [2024-09-09T13:14:33.484Z] An attribution for github.com/jackc/pgservicefile is missing from Attribution.txt, please add [2024-09-09T13:14:33.484Z] An attribution for github.com/jackc/pgx/v5 is missing from Attribution.txt, please add [2024-09-09T13:14:33.484Z] An attribution for github.com/jackc/puddle/v2 is missing from Attribution.txt, please add [2024-09-09T13:14:33.484Z] An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [Pipeline] echo [2024-09-09T13:14:33.537Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-09-09T13:14:33.570Z] $ docker stop --time=1 0127a96f2258cac7d4275f55fe9506015efcc5f25eaf407d62820a5d60d94cab [2024-09-09T13:14:35.472Z] $ docker rm -f --volumes 0127a96f2258cac7d4275f55fe9506015efcc5f25eaf407d62820a5d60d94cab [Pipeline] // withDockerContainer [Pipeline] sh [2024-09-09T13:14:37.779Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-09-09T13:14:37.865Z] Warning: overwriting stash ‘coverage-report’ [2024-09-09T13:14:38.369Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-09-09T13:14:39.024Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-09-09T13:14:39.377Z] + ls -al . [2024-09-09T13:14:39.377Z] total 260 [2024-09-09T13:14:39.377Z] drwxrwxr-x 6 jenkins jenkins 4096 Sep 9 13:06 . [2024-09-09T13:14:39.377Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 9 13:02 .. [2024-09-09T13:14:39.377Z] -rw-rw-r-- 1 jenkins jenkins 119 Sep 9 13:02 .dockerignore [2024-09-09T13:14:39.377Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 9 13:03 .git [2024-09-09T13:14:39.377Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 9 13:02 .github [2024-09-09T13:14:39.377Z] -rw-rw-r-- 1 jenkins jenkins 106 Sep 9 13:02 .gitignore [2024-09-09T13:14:39.377Z] -rw-rw-r-- 1 jenkins jenkins 41 Sep 9 13:02 .golangci.yml [2024-09-09T13:14:39.377Z] -rw-rw-r-- 1 jenkins jenkins 18981 Sep 9 13:02 Attribution.txt [2024-09-09T13:14:39.377Z] -rw-rw-r-- 1 jenkins jenkins 37263 Sep 9 13:02 CHANGELOG.md [2024-09-09T13:14:39.377Z] -rw-rw-r-- 1 jenkins jenkins 2007 Sep 9 13:02 Dockerfile [2024-09-09T13:14:39.377Z] -rw-rw-r-- 1 jenkins jenkins 677 Sep 9 13:02 GOVERNANCE.md [2024-09-09T13:14:39.377Z] -rw-rw-r-- 1 jenkins jenkins 666 Sep 9 13:02 Jenkinsfile [2024-09-09T13:14:39.377Z] -rw-rw-r-- 1 jenkins jenkins 10174 Sep 9 13:02 LICENSE [2024-09-09T13:14:39.377Z] -rw-rw-r-- 1 jenkins jenkins 618 Sep 9 13:02 OWNERS.md [2024-09-09T13:14:39.377Z] -rw-rw-r-- 1 jenkins jenkins 4582 Sep 9 13:02 README.md [2024-09-09T13:14:39.377Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 9 12:58 VERSION [2024-09-09T13:14:39.377Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 9 13:02 bin [2024-09-09T13:14:39.377Z] -rw-r--r-- 1 jenkins jenkins 13 Sep 9 13:06 coverage.out [2024-09-09T13:14:39.377Z] -rw-rw-r-- 1 jenkins jenkins 7342 Sep 9 13:02 go.mod [2024-09-09T13:14:39.377Z] -rw-rw-r-- 1 jenkins jenkins 102421 Sep 9 13:02 go.sum [2024-09-09T13:14:39.377Z] -rw-rw-r-- 1 jenkins jenkins 1937 Sep 9 13:02 main.go [2024-09-09T13:14:39.377Z] -rw-rw-r-- 1 jenkins jenkins 2572 Sep 9 13:02 makefile [2024-09-09T13:14:39.377Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 9 13:02 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T13:14:39.848Z] + 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=70169381ee4e38355a25d44b59c2fd9235a847e0 --label arch=arm64 --label version=0.0.0 . [2024-09-09T13:14:39.848Z] Sending build context to Docker daemon 243.7kB [2024-09-09T13:14:40.117Z] Step 1/27 : ARG BASE=golang:1.21-alpine3.18 [2024-09-09T13:14:40.117Z] Step 2/27 : FROM ${BASE} AS builder [2024-09-09T13:14:40.117Z] ---> af70956f3017 [2024-09-09T13:14:40.117Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git" [2024-09-09T13:14:40.117Z] ---> Running in 233b1f664935 [2024-09-09T13:14:40.386Z] Removing intermediate container 233b1f664935 [2024-09-09T13:14:40.386Z] ---> 92bde4723edd [2024-09-09T13:14:40.386Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2024-09-09T13:14:40.654Z] ---> Running in 3cea994c5b7f [2024-09-09T13:14:40.932Z] Removing intermediate container 3cea994c5b7f [2024-09-09T13:14:40.932Z] ---> b99bf8c8e6d0 [2024-09-09T13:14:40.932Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2024-09-09T13:14:40.932Z] ---> Running in fa748569eaef [2024-09-09T13:14:41.203Z] Removing intermediate container fa748569eaef [2024-09-09T13:14:41.203Z] ---> 706ce1f48208 [2024-09-09T13:14:41.203Z] Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-09-09T13:14:41.472Z] ---> Running in ffd1f27d8a9c [2024-09-09T13:14:42.445Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T13:14:43.031Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T13:14:44.003Z] OK: 266 MiB in 52 packages [2024-09-09T13:14:44.595Z] Removing intermediate container ffd1f27d8a9c [2024-09-09T13:14:44.595Z] ---> ee8e51c82289 [2024-09-09T13:14:44.595Z] Step 7/27 : WORKDIR /app [2024-09-09T13:14:44.862Z] ---> Running in acdc6b372cc7 [2024-09-09T13:14:45.132Z] Removing intermediate container acdc6b372cc7 [2024-09-09T13:14:45.132Z] ---> 7f7a0fdab37f [2024-09-09T13:14:45.132Z] Step 8/27 : COPY go.mod vendor* ./ [2024-09-09T13:14:45.723Z] ---> a0bb55c4b1ae [2024-09-09T13:14:45.723Z] Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T13:14:45.723Z] ---> Running in 53e3af4385be [2024-09-09T13:14:48.299Z] Removing intermediate container 53e3af4385be [2024-09-09T13:14:48.299Z] ---> 631e5636973d [2024-09-09T13:14:48.299Z] Step 10/27 : COPY . . [2024-09-09T13:14:48.570Z] ---> 0ffc8dc9dcd0 [2024-09-09T13:14:48.571Z] Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-09-09T13:14:48.571Z] ---> Running in c09cba9ab633 [2024-09-09T13:14:48.840Z] Removing intermediate container c09cba9ab633 [2024-09-09T13:14:48.840Z] ---> b2471bcf221a [2024-09-09T13:14:48.840Z] Step 12/27 : RUN $MAKE [2024-09-09T13:14:49.108Z] ---> Running in db10ecc60a74 [2024-09-09T13:14:50.064Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.50 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable [2024-09-09T13:18:41.885Z] Removing intermediate container db10ecc60a74 [2024-09-09T13:18:41.885Z] ---> e69048f8fd40 [2024-09-09T13:18:41.885Z] Step 13/27 : FROM alpine:3.18 [2024-09-09T13:18:41.885Z] 3.18: Pulling from library/alpine [2024-09-09T13:18:41.885Z] 720f3032cd11: Pulling fs layer [2024-09-09T13:18:41.885Z] 720f3032cd11: Download complete [2024-09-09T13:18:41.885Z] 720f3032cd11: Pull complete [2024-09-09T13:18:41.885Z] Digest: sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-09T13:18:41.885Z] Status: Downloaded newer image for alpine:3.18 [2024-09-09T13:18:41.885Z] ---> 3e834921e367 [2024-09-09T13:18:41.885Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-09-09T13:18:41.885Z] ---> Running in 548b5ca36a35 [2024-09-09T13:18:41.885Z] Removing intermediate container 548b5ca36a35 [2024-09-09T13:18:41.885Z] ---> 81aedfe499a4 [2024-09-09T13:18:41.885Z] Step 15/27 : LABEL Name=app-service-configurable Version=${VERSION} [2024-09-09T13:18:41.885Z] ---> Running in 8fe163c9b181 [2024-09-09T13:18:41.885Z] Removing intermediate container 8fe163c9b181 [2024-09-09T13:18:41.885Z] ---> 13012f98b050 [2024-09-09T13:18:41.885Z] Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init [2024-09-09T13:18:41.885Z] ---> Running in b0e01616bf46 [2024-09-09T13:18:42.153Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T13:18:42.422Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T13:18:43.831Z] (1/2) Installing ca-certificates (20240226-r0) [2024-09-09T13:18:43.831Z] (2/2) Installing dumb-init (1.2.5-r2) [2024-09-09T13:18:43.831Z] Executing busybox-1.36.1-r7.trigger [2024-09-09T13:18:43.831Z] Executing ca-certificates-20240226-r0.trigger [2024-09-09T13:18:43.831Z] OK: 9 MiB in 17 packages [2024-09-09T13:18:45.246Z] Removing intermediate container b0e01616bf46 [2024-09-09T13:18:45.246Z] ---> bec79aebbc79 [2024-09-09T13:18:45.246Z] Step 17/27 : RUN apk --no-cache upgrade [2024-09-09T13:18:45.246Z] ---> Running in 39a374badcb3 [2024-09-09T13:18:46.663Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T13:18:46.663Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T13:18:48.074Z] OK: 9 MiB in 17 packages [2024-09-09T13:18:49.037Z] Removing intermediate container 39a374badcb3 [2024-09-09T13:18:49.037Z] ---> 9f1847e2cbd4 [2024-09-09T13:18:49.037Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2024-09-09T13:18:49.311Z] ---> 88291b5c0dc2 [2024-09-09T13:18:49.311Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2024-09-09T13:18:49.899Z] ---> 8b01ed1e7491 [2024-09-09T13:18:49.899Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2024-09-09T13:18:50.485Z] ---> 1428300d871e [2024-09-09T13:18:50.485Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2024-09-09T13:18:52.434Z] ---> b3f47a310585 [2024-09-09T13:18:52.434Z] Step 22/27 : EXPOSE 48095 [2024-09-09T13:18:52.701Z] ---> Running in 063c214fd4a1 [2024-09-09T13:18:52.969Z] Removing intermediate container 063c214fd4a1 [2024-09-09T13:18:52.969Z] ---> ba61f804b215 [2024-09-09T13:18:52.969Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2024-09-09T13:18:52.969Z] ---> Running in ffc326ce2208 [2024-09-09T13:18:53.237Z] Removing intermediate container ffc326ce2208 [2024-09-09T13:18:53.237Z] ---> f72da50f5669 [2024-09-09T13:18:53.237Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-09-09T13:18:53.511Z] ---> Running in e6dce82c2ddb [2024-09-09T13:18:53.776Z] Removing intermediate container e6dce82c2ddb [2024-09-09T13:18:53.776Z] ---> 57a0fd494e61 [2024-09-09T13:18:53.776Z] Step 25/27 : LABEL arch=arm64 [2024-09-09T13:18:53.776Z] ---> Running in 85c2ba597959 [2024-09-09T13:18:54.042Z] Removing intermediate container 85c2ba597959 [2024-09-09T13:18:54.042Z] ---> 912475b07263 [2024-09-09T13:18:54.042Z] Step 26/27 : LABEL git_sha=70169381ee4e38355a25d44b59c2fd9235a847e0 [2024-09-09T13:18:54.307Z] ---> Running in d27fbb80ffd8 [2024-09-09T13:18:54.574Z] Removing intermediate container d27fbb80ffd8 [2024-09-09T13:18:54.574Z] ---> 826eadf0bab5 [2024-09-09T13:18:54.574Z] Step 27/27 : LABEL version=0.0.0 [2024-09-09T13:18:54.574Z] ---> Running in 660f658aaaf6 [2024-09-09T13:18:54.839Z] Removing intermediate container 660f658aaaf6 [2024-09-09T13:18:54.839Z] ---> c3e7840933a6 [2024-09-09T13:18:54.839Z] [Warning] One or more build-args [ARCH] were not consumed [2024-09-09T13:18:54.839Z] Successfully built c3e7840933a6 [2024-09-09T13:18:54.839Z] 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-09-09T13:18:55.852Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-09-09T13:18:55.852Z] [2024-09-09T13:18:55.852Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T13:18:56.286Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-09-09T13:18:56.286Z] arm64: Pulling from edgex-lftools-log-publisher [2024-09-09T13:18:56.286Z] 8998bd30e6a1: Pulling fs layer [2024-09-09T13:18:56.286Z] 04944245beec: Pulling fs layer [2024-09-09T13:18:56.286Z] 699f458cf7ca: Pulling fs layer [2024-09-09T13:18:56.286Z] 765212b225bb: Pulling fs layer [2024-09-09T13:18:56.286Z] f23df028b6ca: Pulling fs layer [2024-09-09T13:18:56.286Z] d65c8cfc05b1: Pulling fs layer [2024-09-09T13:18:56.286Z] 2437ff75d9bd: Pulling fs layer [2024-09-09T13:18:56.286Z] 765212b225bb: Waiting [2024-09-09T13:18:56.286Z] d65c8cfc05b1: Waiting [2024-09-09T13:18:56.286Z] f23df028b6ca: Waiting [2024-09-09T13:18:56.286Z] 2437ff75d9bd: Waiting [2024-09-09T13:18:56.551Z] 04944245beec: Verifying Checksum [2024-09-09T13:18:56.551Z] 04944245beec: Download complete [2024-09-09T13:18:56.551Z] 765212b225bb: Verifying Checksum [2024-09-09T13:18:56.551Z] 765212b225bb: Download complete [2024-09-09T13:18:56.551Z] f23df028b6ca: Verifying Checksum [2024-09-09T13:18:56.551Z] f23df028b6ca: Download complete [2024-09-09T13:18:56.551Z] d65c8cfc05b1: Verifying Checksum [2024-09-09T13:18:56.551Z] d65c8cfc05b1: Download complete [2024-09-09T13:18:56.817Z] 699f458cf7ca: Verifying Checksum [2024-09-09T13:18:56.817Z] 699f458cf7ca: Download complete [2024-09-09T13:18:57.083Z] 8998bd30e6a1: Verifying Checksum [2024-09-09T13:18:57.083Z] 8998bd30e6a1: Download complete [2024-09-09T13:18:59.656Z] 2437ff75d9bd: Verifying Checksum [2024-09-09T13:18:59.656Z] 2437ff75d9bd: Download complete [2024-09-09T13:19:02.238Z] 8998bd30e6a1: Pull complete [2024-09-09T13:19:02.504Z] 04944245beec: Pull complete [2024-09-09T13:19:04.441Z] 699f458cf7ca: Pull complete [2024-09-09T13:19:04.441Z] 765212b225bb: Pull complete [2024-09-09T13:19:05.021Z] f23df028b6ca: Pull complete [2024-09-09T13:19:05.290Z] d65c8cfc05b1: Pull complete [2024-09-09T13:19:23.498Z] 2437ff75d9bd: Pull complete [2024-09-09T13:19:23.498Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-09-09T13:19:23.498Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-09-09T13:19:23.498Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-09T13:19:23.877Z] prd-ubuntu20.04-docker-arm64-4c-16g-9864 does not seem to be running inside a container [2024-09-09T13:19:23.933Z] $ 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-09-09T13:19:26.818Z] $ docker top 47427f4f74386bdac7af3ec8833043172f2b07431353f5fce015685cf3e1901d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-09-09T13:19:27.750Z] ---> job-cost.sh [2024-09-09T13:19:27.751Z] lf-activate-venv: SKIPPING [2024-09-09T13:19:27.751Z] INFO: No Stack... [2024-09-09T13:19:28.023Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-09-09T13:19:28.983Z] INFO: Archiving Costs [Pipeline] sh [2024-09-09T13:19:29.667Z] + cat /w/workspace/app-service-configurable/1/archives/cost.csv [2024-09-09T13:19:29.668Z] + cut -d, -f6 [Pipeline] lock [2024-09-09T13:19:29.756Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-PR-675-1-stack-cost] [2024-09-09T13:19:29.768Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-675-1-stack-cost] did not exist. Created. [2024-09-09T13:19:29.774Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-PR-675-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-09-09T13:19:30.546Z] /w/workspace/app-service-configurable/1@tmp/durable-8459069c/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-09-09T13:19:31.223Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-09-09T13:19:31.269Z] Warning: overwriting stash ‘stack-cost’ [2024-09-09T13:19:31.324Z] Stashed 1 file(s) [Pipeline] } [2024-09-09T13:19:31.350Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-PR-675-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-09-09T13:19:31.439Z] $ docker stop --time=1 47427f4f74386bdac7af3ec8833043172f2b07431353f5fce015685cf3e1901d [2024-09-09T13:19:33.042Z] $ docker rm -f --volumes 47427f4f74386bdac7af3ec8833043172f2b07431353f5fce015685cf3e1901d [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-09-09T13:19:34.266Z] provisioning config files... [2024-09-09T13:19:34.287Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-675@tmp/config18441176824305329614tmp [Pipeline] { [Pipeline] sh [2024-09-09T13:19:34.698Z] + set +x [2024-09-09T13:19:34.698Z] + + curl -s https://codecov.io/bash [2024-09-09T13:19:34.698Z] bash -s -- [2024-09-09T13:19:34.698Z] [2024-09-09T13:19:34.698Z] _____ _ [2024-09-09T13:19:34.698Z] / ____| | | [2024-09-09T13:19:34.698Z] | | ___ __| | ___ ___ _____ __ [2024-09-09T13:19:34.698Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-09-09T13:19:34.698Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-09-09T13:19:34.698Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-09-09T13:19:34.698Z] Bash-1.0.6 [2024-09-09T13:19:34.698Z] [2024-09-09T13:19:34.698Z] [2024-09-09T13:19:34.698Z] ==> git version 2.25.1 found [2024-09-09T13:19:34.698Z] ==> 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-09-09T13:19:34.698Z] Release-Date: 2020-01-08 [2024-09-09T13:19:34.698Z] 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-09-09T13:19:34.698Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-09-09T13:19:34.698Z] ==> Jenkins CI detected. [2024-09-09T13:19:34.698Z] current dir:  /w/workspace/_app-service-configurable_PR-675 [2024-09-09T13:19:34.698Z] project root: . [2024-09-09T13:19:34.698Z] --> token set from env [2024-09-09T13:19:34.698Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-09-09T13:19:34.698Z] ==> Running gcov in . (disable via -X gcov) [2024-09-09T13:19:34.698Z] ==> Python coveragepy not found [2024-09-09T13:19:34.698Z] ==> Searching for coverage reports in: [2024-09-09T13:19:34.698Z] + . [2024-09-09T13:19:34.698Z] -> Found 1 reports [2024-09-09T13:19:34.698Z] ==> Detecting git/mercurial file structure [2024-09-09T13:19:34.698Z] ==> Reading reports [2024-09-09T13:19:34.971Z] + ./coverage.out bytes=13 [2024-09-09T13:19:34.971Z] ==> Appending adjustments [2024-09-09T13:19:34.971Z] https://docs.codecov.io/docs/fixing-reports [2024-09-09T13:19:34.971Z] + Found adjustments [2024-09-09T13:19:34.971Z] ==> Gzipping contents [2024-09-09T13:19:34.971Z] 4.0K /tmp/codecov.0vLXx3.gz [2024-09-09T13:19:34.971Z] ==> Uploading reports [2024-09-09T13:19:34.971Z] url: https://codecov.io [2024-09-09T13:19:34.971Z] query: branch=PR-675&commit=70169381ee4e38355a25d44b59c2fd9235a847e0&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-675%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=675&job=&cmd_args= [2024-09-09T13:19:34.971Z] -> Pinging Codecov [2024-09-09T13:19:34.971Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-675&commit=70169381ee4e38355a25d44b59c2fd9235a847e0&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-675%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=675&job=&cmd_args= [2024-09-09T13:19:35.547Z] -> Uploading to [2024-09-09T13:19:35.547Z] https://storage.googleapis.com/codecov/v4/raw/2024-09-09/A97CA9966030D2A3747ED39772930CCE/70169381ee4e38355a25d44b59c2fd9235a847e0/82fe900b-d811-4573-877e-7924386553dc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20240909%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240909T131935Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ced790586106c2ae154c987cbc83af9e829dadfe54f96dbf5781b893e684e172 [2024-09-09T13:19:35.547Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-09T13:19:35.547Z] Dload Upload Total Spent Left Speed [2024-09-09T13:19:35.547Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 259 0 0 100 259 0 1102 --:--:-- --:--:-- --:--:-- 1106 [2024-09-09T13:19:35.547Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/70169381ee4e38355a25d44b59c2fd9235a847e0 [Pipeline] } [2024-09-09T13:19:35.582Z] 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-09-09T13:19:37.816Z] + [ -d /w/workspace/_app-service-configurable_PR-675/archives ] [2024-09-09T13:19:37.817Z] + ls -al /w/workspace/_app-service-configurable_PR-675/archives [2024-09-09T13:19:37.817Z] total 16 [2024-09-09T13:19:37.817Z] drwxr-xr-x 3 root root 4096 Sep 9 13:02 . [2024-09-09T13:19:37.817Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 9 13:02 .. [2024-09-09T13:19:37.817Z] drwxr-xr-x 2 root root 4096 Sep 9 13:02 cost [2024-09-09T13:19:37.817Z] -rw-r--r-- 1 root root 96 Sep 9 13:02 cost.csv [2024-09-09T13:19:37.817Z] + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-675/archives [2024-09-09T13:19:37.817Z] + ls -al /w/workspace/_app-service-configurable_PR-675/archives [2024-09-09T13:19:37.817Z] total 16 [2024-09-09T13:19:37.817Z] drwxr-xr-x 3 jenkins jenkins 4096 Sep 9 13:02 . [2024-09-09T13:19:37.817Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 9 13:02 .. [2024-09-09T13:19:37.817Z] drwxr-xr-x 2 jenkins jenkins 4096 Sep 9 13:02 cost [2024-09-09T13:19:37.817Z] -rw-r--r-- 1 jenkins jenkins 96 Sep 9 13:02 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-09-09T13:19:38.155Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-09T13:19:39.055Z] ---> package-listing.sh [2024-09-09T13:19:39.055Z] ++ facter osfamily [2024-09-09T13:19:39.055Z] ++ tr '[:upper:]' '[:lower:]' [2024-09-09T13:19:39.314Z] + OS_FAMILY=debian [2024-09-09T13:19:39.314Z] + workspace=/w/workspace/_app-service-configurable_PR-675 [2024-09-09T13:19:39.314Z] + START_PACKAGES=/tmp/packages_start.txt [2024-09-09T13:19:39.314Z] + END_PACKAGES=/tmp/packages_end.txt [2024-09-09T13:19:39.314Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-09-09T13:19:39.314Z] + PACKAGES=/tmp/packages_start.txt [2024-09-09T13:19:39.315Z] + '[' /w/workspace/_app-service-configurable_PR-675 ']' [2024-09-09T13:19:39.315Z] + PACKAGES=/tmp/packages_end.txt [2024-09-09T13:19:39.315Z] + case "${OS_FAMILY}" in [2024-09-09T13:19:39.315Z] + grep '^ii' [2024-09-09T13:19:39.315Z] + dpkg -l [2024-09-09T13:19:39.315Z] + '[' -f /tmp/packages_start.txt ']' [2024-09-09T13:19:39.315Z] + '[' -f /tmp/packages_end.txt ']' [2024-09-09T13:19:39.315Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-09-09T13:19:39.315Z] + '[' /w/workspace/_app-service-configurable_PR-675 ']' [2024-09-09T13:19:39.315Z] + mkdir -p /w/workspace/_app-service-configurable_PR-675/archives/ [2024-09-09T13:19:39.315Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-675/archives/ [Pipeline] echo [2024-09-09T13:19:39.354Z] 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-675/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-09-09T13:19:39.653Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T13:19:40.324Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-09-09T13:19:40.324Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-09T13:19:40.496Z] prd-ubuntu20.04-docker-8c-8g-9862 does not seem to be running inside a container [2024-09-09T13:19:40.515Z] $ 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-675/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-675 -v /w/workspace/_app-service-configurable_PR-675:/w/workspace/_app-service-configurable_PR-675:rw,z -v /w/workspace/_app-service-configurable_PR-675@tmp:/w/workspace/_app-service-configurable_PR-675@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-09-09T13:19:40.704Z] $ docker top d47babcadbf608725c777a24c9d2939737e9b085a3dad91e729ef3b91a90ad86 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-09T13:19:41.137Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-09-09T13:19:41.452Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-09-09T13:19:41.774Z] + ls /var/log/sa-host [2024-09-09T13:19:41.774Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-09-09T13:19:41.942Z] provisioning config files... [2024-09-09T13:19:41.952Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-675@tmp/config14424438916301478189tmp [Pipeline] { [Pipeline] echo [2024-09-09T13:19:42.028Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-09T13:19:42.354Z] ---> create-netrc.sh [Pipeline] } [2024-09-09T13:19:42.386Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-09-09T13:19:42.807Z] ---> python-tools-install.sh [Pipeline] echo [2024-09-09T13:19:42.859Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-09T13:19:43.190Z] ---> sudo-logs.sh [2024-09-09T13:19:43.190Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-09-09T13:19:43.305Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-09T13:19:43.643Z] ---> job-cost.sh [2024-09-09T13:19:43.643Z] lf-activate-venv: SKIPPING [2024-09-09T13:19:43.643Z] DEBUG: total: 0.2199999988079071 [2024-09-09T13:19:43.643Z] INFO: Retrieving Stack Cost... [2024-09-09T13:19:44.214Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-09-09T13:19:44.475Z] INFO: Archiving Costs [Pipeline] echo [2024-09-09T13:19:44.525Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-09T13:19:44.854Z] ---> logs-deploy.sh [2024-09-09T13:19:44.854Z] lf-activate-venv: SKIPPING [2024-09-09T13:19:44.854Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-675/1 [2024-09-09T13:19:44.854Z] INFO: archiving workspace using pattern(s): [2024-09-09T13:19:45.793Z] Archives upload complete. [2024-09-09T13:19:45.793Z] INFO: archiving logs to Nexus