Pull request #476 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b8b71b431702edb4f3e0707e77fba28f737d0cf6+a73b250e7ad45321f8771bc89bfbc43dfba8ea06 (712b83b01329ca98421e595c2213a52896768699) 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-ssh14860784417115831076.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 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-ssh14509197396293121498.key Verifying host key using known hosts file > 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 6c1167a966ce7273a24629bf6583a1975ad218c3 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-476/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-476/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16263293185023582615.key Verifying host key using known hosts file > 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-476/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1358817641999813070.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c1167a966ce7273a24629bf6583a1975ad218c3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1167a966ce7273a24629bf6583a1975ad218c3 # timeout=10 Commit message: "Merge pull request #418 from cjoyv/upgrade-gradle" > 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-ssh15769366820028994086.key Verifying host key using known hosts file > 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-476/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-476/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh858131189643487265.key Verifying host key using known hosts file > 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 6c1167a966ce7273a24629bf6583a1975ad218c3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-8681 in /w/workspace/_app-service-configurable_PR-476 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_PR-476 # 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > 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 a73b250e7ad45321f8771bc89bfbc43dfba8ea06 into PR head commit b8b71b431702edb4f3e0707e77fba28f737d0cf6 Merge succeeded, producing b8b71b431702edb4f3e0707e77fba28f737d0cf6 Checking out Revision b8b71b431702edb4f3e0707e77fba28f737d0cf6 (PR-476) Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 > 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/476/head:refs/remotes/origin/PR-476 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b8b71b431702edb4f3e0707e77fba28f737d0cf6 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge a73b250e7ad45321f8771bc89bfbc43dfba8ea06 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b8b71b431702edb4f3e0707e77fba28f737d0cf6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-10-20T12:04:56.098Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-10-20T12:04:56.281Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-10-20T12:04:56.379Z] ========================================================= [2022-10-20T12:04:56.379Z] EdgeX Global Pipelines Version Info [2022-10-20T12:04:56.379Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-10-20T12:04:57.551Z] ------------------- [2022-10-20T12:04:57.551Z] stable info: [2022-10-20T12:04:57.551Z] ------------------- [2022-10-20T12:04:57.551Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-10-20T12:04:57.551Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-20T12:04:57.551Z] Message: update stable to v1.0.243 [2022-10-20T12:04:58.122Z] ------------------- [2022-10-20T12:04:58.122Z] experimental info: [2022-10-20T12:04:58.122Z] ------------------- [2022-10-20T12:04:58.122Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-10-20T12:04:58.122Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-20T12:04:58.122Z] Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-10-20T12:04:58.420Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2022-10-20T12:04:58.458Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2022-10-20T12:04:58.498Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-10-20T12:04:58.540Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-10-20T12:04:58.577Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-10-20T12:04:58.621Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-10-20T12:04:58.661Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-10-20T12:04:58.700Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-10-20T12:04:58.742Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-10-20T12:04:58.783Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-10-20T12:04:58.823Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-10-20T12:04:58.870Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2022-10-20T12:04:58.906Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-10-20T12:04:58.946Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-10-20T12:04:58.982Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-10-20T12:04:59.018Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-10-20T12:04:59.054Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-10-20T12:04:59.091Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-10-20T12:04:59.128Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-10-20T12:04:59.163Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-10-20T12:04:59.197Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-10-20T12:04:59.232Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-10-20T12:04:59.267Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-10-20T12:04:59.301Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-10-20T12:04:59.338Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-10-20T12:04:59.373Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-10-20T12:04:59.409Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-10-20T12:04:59.444Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-476 [Pipeline] echo [2022-10-20T12:04:59.478Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-476 [Pipeline] echo [2022-10-20T12:04:59.518Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-476 [Pipeline] echo [2022-10-20T12:04:59.556Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b8b71b431702edb4f3e0707e77fba28f737d0cf6 [Pipeline] echo [2022-10-20T12:04:59.592Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b8b71b4 [Pipeline] echo [2022-10-20T12:04:59.628Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-20T12:04:59.733Z] provisioning config files... [2022-10-20T12:04:59.745Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-476@tmp/config14259395271231981407tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-20T12:05:00.092Z] ---> docker-login.sh [2022-10-20T12:05:00.092Z] nexus3.edgexfoundry.org:10001 [2022-10-20T12:05:01.049Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-20T12:05:01.315Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-20T12:05:01.315Z] Configure a credential helper to remove this warning. See [2022-10-20T12:05:01.315Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-20T12:05:01.315Z] [2022-10-20T12:05:01.315Z] Login Succeeded [2022-10-20T12:05:01.315Z] nexus3.edgexfoundry.org:10002 [2022-10-20T12:05:01.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-20T12:05:01.580Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-20T12:05:01.580Z] Configure a credential helper to remove this warning. See [2022-10-20T12:05:01.580Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-20T12:05:01.580Z] [2022-10-20T12:05:01.580Z] Login Succeeded [2022-10-20T12:05:01.580Z] nexus3.edgexfoundry.org:10003 [2022-10-20T12:05:01.580Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-20T12:05:01.580Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-20T12:05:01.580Z] Configure a credential helper to remove this warning. See [2022-10-20T12:05:01.580Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-20T12:05:01.580Z] [2022-10-20T12:05:01.580Z] Login Succeeded [2022-10-20T12:05:01.580Z] nexus3.edgexfoundry.org:10004 [2022-10-20T12:05:01.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-20T12:05:01.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-20T12:05:01.840Z] Configure a credential helper to remove this warning. See [2022-10-20T12:05:01.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-20T12:05:01.840Z] [2022-10-20T12:05:01.840Z] Login Succeeded [2022-10-20T12:05:01.840Z] docker.io [2022-10-20T12:05:01.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-20T12:05:02.414Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-20T12:05:02.414Z] Configure a credential helper to remove this warning. See [2022-10-20T12:05:02.414Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-20T12:05:02.414Z] [2022-10-20T12:05:02.414Z] Login Succeeded [2022-10-20T12:05:02.414Z] ---> docker-login.sh ends [Pipeline] } [2022-10-20T12:05:02.477Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-10-20T12:05:03.089Z] + git rev-list -1 --merges b8b71b431702edb4f3e0707e77fba28f737d0cf6~1..b8b71b431702edb4f3e0707e77fba28f737d0cf6 [Pipeline] echo [2022-10-20T12:05:03.139Z] -----------> git rev-list -1 --merges b8b71b431702edb4f3e0707e77fba28f737d0cf6~1..b8b71b431702edb4f3e0707e77fba28f737d0cf6 b8b71b431702edb4f3e0707e77fba28f737d0cf6 [false] [Pipeline] sh [2022-10-20T12:05:03.447Z] + git log --format=format:%s -1 b8b71b431702edb4f3e0707e77fba28f737d0cf6 [Pipeline] echo [2022-10-20T12:05:03.482Z] ========================================================= [2022-10-20T12:05:03.482Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-10-20T12:05:03.482Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-20T12:05:03.914Z] + git log --format=format:%s -1 b8b71b431702edb4f3e0707e77fba28f737d0cf6 [Pipeline] echo [2022-10-20T12:05:03.945Z] [semverPrep] GIT_COMMIT: b8b71b431702edb4f3e0707e77fba28f737d0cf6, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 [Pipeline] echo [2022-10-20T12:05:03.972Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-10-20T12:05:04.359Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-20T12:05:04.359Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-10-20T12:05:04.359Z] + [ -e /tmp/ssh_known_hosts ] [2022-10-20T12:05:04.359Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-10-20T12:05:04.359Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-10-20T12:05:04.359Z] sudo tee -a /etc/ssh/ssh_known_hosts [2022-10-20T12:05:04.359Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-20T12:05:04.850Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-20T12:05:04.850Z] [2022-10-20T12:05:04.850Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-20T12:05:05.268Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-20T12:05:05.838Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-10-20T12:05:05.838Z] b85a868b505f: Pulling fs layer [2022-10-20T12:05:05.838Z] e2be974225ed: Pulling fs layer [2022-10-20T12:05:05.838Z] 339a4e72a1f5: Pulling fs layer [2022-10-20T12:05:05.838Z] 988bab9f4d93: Pulling fs layer [2022-10-20T12:05:05.838Z] 1469e6f7b9e6: Pulling fs layer [2022-10-20T12:05:05.838Z] eaf3925da568: Pulling fs layer [2022-10-20T12:05:05.838Z] bab4dde63d76: Pulling fs layer [2022-10-20T12:05:05.838Z] bde34c3a00c8: Pulling fs layer [2022-10-20T12:05:05.838Z] b352a97aabf1: Pulling fs layer [2022-10-20T12:05:05.838Z] 4872d77fe225: Pulling fs layer [2022-10-20T12:05:05.838Z] 5851b861e8e6: Pulling fs layer [2022-10-20T12:05:05.838Z] 988bab9f4d93: Waiting [2022-10-20T12:05:05.838Z] 1469e6f7b9e6: Waiting [2022-10-20T12:05:05.838Z] b352a97aabf1: Waiting [2022-10-20T12:05:05.838Z] 4872d77fe225: Waiting [2022-10-20T12:05:05.838Z] eaf3925da568: Waiting [2022-10-20T12:05:05.838Z] bab4dde63d76: Waiting [2022-10-20T12:05:05.838Z] bde34c3a00c8: Waiting [2022-10-20T12:05:05.838Z] 5851b861e8e6: Waiting [2022-10-20T12:05:05.838Z] e2be974225ed: Download complete [2022-10-20T12:05:05.838Z] 988bab9f4d93: Verifying Checksum [2022-10-20T12:05:05.838Z] 988bab9f4d93: Download complete [2022-10-20T12:05:06.099Z] 1469e6f7b9e6: Verifying Checksum [2022-10-20T12:05:06.099Z] 1469e6f7b9e6: Download complete [2022-10-20T12:05:06.099Z] 339a4e72a1f5: Verifying Checksum [2022-10-20T12:05:06.099Z] 339a4e72a1f5: Download complete [2022-10-20T12:05:06.099Z] eaf3925da568: Download complete [2022-10-20T12:05:06.099Z] bde34c3a00c8: Verifying Checksum [2022-10-20T12:05:06.099Z] bde34c3a00c8: Download complete [2022-10-20T12:05:06.099Z] b352a97aabf1: Verifying Checksum [2022-10-20T12:05:06.099Z] b352a97aabf1: Download complete [2022-10-20T12:05:06.099Z] 4872d77fe225: Verifying Checksum [2022-10-20T12:05:06.099Z] 4872d77fe225: Download complete [2022-10-20T12:05:06.099Z] 5851b861e8e6: Download complete [2022-10-20T12:05:06.099Z] b85a868b505f: Verifying Checksum [2022-10-20T12:05:06.099Z] b85a868b505f: Download complete [2022-10-20T12:05:06.358Z] bab4dde63d76: Verifying Checksum [2022-10-20T12:05:06.358Z] bab4dde63d76: Download complete [2022-10-20T12:05:08.279Z] b85a868b505f: Pull complete [2022-10-20T12:05:08.848Z] e2be974225ed: Pull complete [2022-10-20T12:05:10.226Z] 339a4e72a1f5: Pull complete [2022-10-20T12:05:10.486Z] 988bab9f4d93: Pull complete [2022-10-20T12:05:11.054Z] 1469e6f7b9e6: Pull complete [2022-10-20T12:05:11.623Z] eaf3925da568: Pull complete [2022-10-20T12:05:14.957Z] bab4dde63d76: Pull complete [2022-10-20T12:05:14.957Z] bde34c3a00c8: Pull complete [2022-10-20T12:05:15.526Z] b352a97aabf1: Pull complete [2022-10-20T12:05:16.462Z] 4872d77fe225: Pull complete [2022-10-20T12:05:17.398Z] 5851b861e8e6: Pull complete [2022-10-20T12:05:17.657Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-10-20T12:05:17.657Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-20T12:05:17.657Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-20T12:05:17.855Z] prd-ubuntu20.04-docker-8c-8g-8681 does not seem to be running inside a container [2022-10-20T12:05:17.888Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-476 -v /w/workspace/_app-service-configurable_PR-476:/w/workspace/_app-service-configurable_PR-476:rw,z -v /w/workspace/_app-service-configurable_PR-476@tmp:/w/workspace/_app-service-configurable_PR-476@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 [2022-10-20T12:05:26.701Z] $ docker top 90bd0bd2d5f18e0cd68b09bcb977c8bec1dfd7a35cc14281d6e649d5d2032d0f -eo pid,comm [2022-10-20T12:05:26.763Z] 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). [2022-10-20T12:05:26.763Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-20T12:05:26.887Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-20T12:05:26.887Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-20T12:05:27.067Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-20T12:05:27.074Z] $ docker exec 90bd0bd2d5f18e0cd68b09bcb977c8bec1dfd7a35cc14281d6e649d5d2032d0f ssh-agent [2022-10-20T12:05:27.245Z] SSH_AUTH_SOCK=/tmp/ssh-06ue7dyKKmuw/agent.14 [2022-10-20T12:05:27.245Z] SSH_AGENT_PID=20 [2022-10-20T12:05:27.267Z] Running ssh-add (command line suppressed) [2022-10-20T12:05:27.384Z] Identity added: /w/workspace/_app-service-configurable_PR-476@tmp/private_key_9317493483341486729.key (/w/workspace/_app-service-configurable_PR-476@tmp/private_key_9317493483341486729.key) [2022-10-20T12:05:27.398Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-20T12:05:27.734Z] + git tag --points-at HEAD [Pipeline] } [2022-10-20T12:05:27.765Z] $ docker exec --env ******** --env ******** 90bd0bd2d5f18e0cd68b09bcb977c8bec1dfd7a35cc14281d6e649d5d2032d0f ssh-agent -k [2022-10-20T12:05:27.975Z] unset SSH_AUTH_SOCK; [2022-10-20T12:05:27.975Z] unset SSH_AGENT_PID; [2022-10-20T12:05:27.976Z] echo Agent pid 20 killed; [2022-10-20T12:05:27.983Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-10-20T12:05:28.069Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-20T12:05:28.069Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-20T12:05:28.182Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-20T12:05:28.189Z] $ docker exec 90bd0bd2d5f18e0cd68b09bcb977c8bec1dfd7a35cc14281d6e649d5d2032d0f ssh-agent [2022-10-20T12:05:28.298Z] SSH_AUTH_SOCK=/tmp/ssh-HBcc6T4uRQ9h/agent.51 [2022-10-20T12:05:28.298Z] SSH_AGENT_PID=57 [2022-10-20T12:05:28.303Z] Running ssh-add (command line suppressed) [2022-10-20T12:05:28.418Z] Identity added: /w/workspace/_app-service-configurable_PR-476@tmp/private_key_4348584747272146069.key (/w/workspace/_app-service-configurable_PR-476@tmp/private_key_4348584747272146069.key) [2022-10-20T12:05:28.428Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-20T12:05:28.752Z] + git semver init [2022-10-20T12:05:29.011Z] 2022-10-20 12:05:28,954 [run_init] DEBUG init version:0.0.0 force:False [2022-10-20T12:05:29.011Z] 2022-10-20 12:05:28,954 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-476/.semver [2022-10-20T12:05:29.011Z] 2022-10-20 12:05:28,955 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-476/.semver [2022-10-20T12:05:29.011Z] 2022-10-20 12:05:28,955 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-476/.semver'], cwd=/w/workspace/_app-service-configurable_PR-476, universal_newlines=False, shell=None, istream=None) [2022-10-20T12:05:30.917Z] 2022-10-20 12:05:30,551 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-476/.git/info/exclude [2022-10-20T12:05:30.917Z] 2022-10-20 12:05:30,552 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-476/.semver/PR-476 with force:False [2022-10-20T12:05:30.917Z] 2022-10-20 12:05:30,552 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-476/.semver/PR-476 [2022-10-20T12:05:30.917Z] 2022-10-20 12:05:30,557 [execute] INFO git cat-file --batch-check [2022-10-20T12:05:30.917Z] 2022-10-20 12:05:30,558 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-476/.semver, universal_newlines=False, shell=None, istream=) [2022-10-20T12:05:30.917Z] 2022-10-20 12:05:30,564 [execute] INFO git cat-file --batch [2022-10-20T12:05:30.917Z] 2022-10-20 12:05:30,564 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-476/.semver, universal_newlines=False, shell=None, istream=) [2022-10-20T12:05:30.917Z] 2022-10-20 12:05:30,568 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-476/.semver/PR-476 [2022-10-20T12:05:30.917Z] 0.0.0 [Pipeline] } [2022-10-20T12:05:30.944Z] $ docker exec --env ******** --env ******** 90bd0bd2d5f18e0cd68b09bcb977c8bec1dfd7a35cc14281d6e649d5d2032d0f ssh-agent -k [2022-10-20T12:05:31.059Z] unset SSH_AUTH_SOCK; [2022-10-20T12:05:31.060Z] unset SSH_AGENT_PID; [2022-10-20T12:05:31.060Z] echo Agent pid 57 killed; [2022-10-20T12:05:31.071Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-20T12:05:31.480Z] + git semver [Pipeline] } [2022-10-20T12:05:31.761Z] $ docker stop --time=1 90bd0bd2d5f18e0cd68b09bcb977c8bec1dfd7a35cc14281d6e649d5d2032d0f [2022-10-20T12:05:33.937Z] $ docker rm -f 90bd0bd2d5f18e0cd68b09bcb977c8bec1dfd7a35cc14281d6e649d5d2032d0f [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-20T12:05:34.555Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-10-20T12:05:34.872Z] Stashed 1 file(s) [Pipeline] echo [2022-10-20T12:05:34.888Z] [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 [2022-10-20T12:05:35.425Z] provisioning config files... [2022-10-20T12:05:35.440Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-476@tmp/config10818678038941386797tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-20T12:05:35.774Z] ---> docker-login.sh [2022-10-20T12:05:35.775Z] nexus3.edgexfoundry.org:10001 [2022-10-20T12:05:35.775Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-20T12:05:35.775Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-20T12:05:35.775Z] Configure a credential helper to remove this warning. See [2022-10-20T12:05:35.775Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-20T12:05:35.775Z] [2022-10-20T12:05:35.775Z] Login Succeeded [2022-10-20T12:05:35.775Z] nexus3.edgexfoundry.org:10002 [2022-10-20T12:05:35.775Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-20T12:05:36.035Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-20T12:05:36.035Z] Configure a credential helper to remove this warning. See [2022-10-20T12:05:36.035Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-20T12:05:36.035Z] [2022-10-20T12:05:36.035Z] Login Succeeded [2022-10-20T12:05:36.035Z] nexus3.edgexfoundry.org:10003 [2022-10-20T12:05:36.035Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-20T12:05:36.035Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-20T12:05:36.035Z] Configure a credential helper to remove this warning. See [2022-10-20T12:05:36.035Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-20T12:05:36.035Z] [2022-10-20T12:05:36.035Z] Login Succeeded [2022-10-20T12:05:36.035Z] nexus3.edgexfoundry.org:10004 [2022-10-20T12:05:36.035Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-20T12:05:36.297Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-20T12:05:36.297Z] Configure a credential helper to remove this warning. See [2022-10-20T12:05:36.297Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-20T12:05:36.297Z] [2022-10-20T12:05:36.297Z] Login Succeeded [2022-10-20T12:05:36.297Z] docker.io [2022-10-20T12:05:36.297Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-20T12:05:36.556Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-20T12:05:36.556Z] Configure a credential helper to remove this warning. See [2022-10-20T12:05:36.556Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-20T12:05:36.556Z] [2022-10-20T12:05:36.556Z] Login Succeeded [2022-10-20T12:05:36.556Z] ---> docker-login.sh ends [Pipeline] } [2022-10-20T12:05:36.584Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-20T12:05:36.780Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-20T12:05:36.816Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-20T12:05:36.847Z] ========================================================= [2022-10-20T12:05:36.847Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-10-20T12:05:36.847Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-20T12:05:37.305Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-10-20T12:05:37.305Z] Sending build context to Docker daemon 3.147MB [2022-10-20T12:05:37.305Z] Step 1/14 : ARG BASE=golang:1.18-alpine3.16 [2022-10-20T12:05:37.305Z] Step 2/14 : FROM ${BASE} AS builder [2022-10-20T12:05:37.880Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-10-20T12:05:37.880Z] 213ec9aee27d: Pulling fs layer [2022-10-20T12:05:37.880Z] 4583459ba037: Pulling fs layer [2022-10-20T12:05:37.880Z] 93c1e223e6f2: Pulling fs layer [2022-10-20T12:05:37.880Z] 53926ce57604: Pulling fs layer [2022-10-20T12:05:37.880Z] 21b2b0c7a3f4: Pulling fs layer [2022-10-20T12:05:37.880Z] 30f14e443154: Pulling fs layer [2022-10-20T12:05:37.880Z] 801331c1e519: Pulling fs layer [2022-10-20T12:05:37.880Z] 99cc6dd402b0: Pulling fs layer [2022-10-20T12:05:37.880Z] 7d9ed39f4882: Pulling fs layer [2022-10-20T12:05:37.880Z] 53926ce57604: Waiting [2022-10-20T12:05:37.880Z] 21b2b0c7a3f4: Waiting [2022-10-20T12:05:37.880Z] 30f14e443154: Waiting [2022-10-20T12:05:37.880Z] 801331c1e519: Waiting [2022-10-20T12:05:37.880Z] 99cc6dd402b0: Waiting [2022-10-20T12:05:37.880Z] 7d9ed39f4882: Waiting [2022-10-20T12:05:37.880Z] 93c1e223e6f2: Verifying Checksum [2022-10-20T12:05:37.880Z] 93c1e223e6f2: Download complete [2022-10-20T12:05:37.880Z] 4583459ba037: Verifying Checksum [2022-10-20T12:05:37.880Z] 4583459ba037: Download complete [2022-10-20T12:05:37.880Z] 21b2b0c7a3f4: Verifying Checksum [2022-10-20T12:05:37.880Z] 21b2b0c7a3f4: Download complete [2022-10-20T12:05:37.880Z] 30f14e443154: Verifying Checksum [2022-10-20T12:05:37.880Z] 30f14e443154: Download complete [2022-10-20T12:05:37.880Z] 213ec9aee27d: Download complete [2022-10-20T12:05:37.880Z] 801331c1e519: Verifying Checksum [2022-10-20T12:05:37.880Z] 801331c1e519: Download complete [2022-10-20T12:05:38.151Z] 213ec9aee27d: Pull complete [2022-10-20T12:05:38.412Z] 7d9ed39f4882: Verifying Checksum [2022-10-20T12:05:38.412Z] 7d9ed39f4882: Download complete [2022-10-20T12:05:38.673Z] 53926ce57604: Verifying Checksum [2022-10-20T12:05:38.673Z] 53926ce57604: Download complete [2022-10-20T12:05:38.935Z] 4583459ba037: Pull complete [2022-10-20T12:05:38.935Z] 99cc6dd402b0: Verifying Checksum [2022-10-20T12:05:38.935Z] 99cc6dd402b0: Download complete [2022-10-20T12:05:39.194Z] 93c1e223e6f2: Pull complete [2022-10-20T12:05:44.476Z] 53926ce57604: Pull complete [2022-10-20T12:05:44.737Z] 21b2b0c7a3f4: Pull complete [2022-10-20T12:05:45.309Z] 30f14e443154: Pull complete [2022-10-20T12:05:46.258Z] 801331c1e519: Pull complete [2022-10-20T12:05:49.559Z] 99cc6dd402b0: Pull complete [2022-10-20T12:05:50.270Z] Still waiting to schedule task [2022-10-20T12:05:50.270Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-10-20T12:05:50.931Z] 7d9ed39f4882: Pull complete [2022-10-20T12:05:51.199Z] Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 [2022-10-20T12:05:51.463Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-20T12:05:51.464Z] ---> 1dedd983c030 [2022-10-20T12:05:51.464Z] Step 3/14 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-10-20T12:06:09.656Z] ---> Running in 81d573783e12 [2022-10-20T12:06:09.657Z] Removing intermediate container 81d573783e12 [2022-10-20T12:06:09.657Z] ---> fe93c80898a2 [2022-10-20T12:06:09.657Z] Step 4/14 : ARG ALPINE_PKG_EXTRA="" [2022-10-20T12:06:09.657Z] ---> Running in 722a7c60b3a9 [2022-10-20T12:06:10.233Z] Removing intermediate container 722a7c60b3a9 [2022-10-20T12:06:10.233Z] ---> 6dbf965ed195 [2022-10-20T12:06:10.233Z] Step 5/14 : ARG ADD_BUILD_TAGS="" [2022-10-20T12:06:10.804Z] ---> Running in 08d3ffd197e4 [2022-10-20T12:06:11.386Z] Removing intermediate container 08d3ffd197e4 [2022-10-20T12:06:11.386Z] ---> 1cb1decd66ef [2022-10-20T12:06:11.386Z] Step 6/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-20T12:06:11.646Z] ---> Running in 857293a8a6bb [2022-10-20T12:06:11.910Z] Removing intermediate container 857293a8a6bb [2022-10-20T12:06:11.910Z] ---> b99872e1e8bb [2022-10-20T12:06:11.910Z] Step 7/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-20T12:06:12.483Z] ---> Running in c8ae79746567 [2022-10-20T12:06:14.393Z] Removing intermediate container c8ae79746567 [2022-10-20T12:06:14.393Z] ---> 0ecffe3a3e01 [2022-10-20T12:06:14.393Z] Step 8/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-20T12:06:14.981Z] ---> Running in 62f1e04231b4 [2022-10-20T12:06:15.927Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-20T12:06:16.866Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-20T12:06:16.866Z] OK: 211 MiB in 51 packages [2022-10-20T12:06:18.252Z] Removing intermediate container 62f1e04231b4 [2022-10-20T12:06:18.252Z] ---> f11dcd9ac2e3 [2022-10-20T12:06:18.252Z] Step 9/14 : WORKDIR /app [2022-10-20T12:06:18.827Z] ---> Running in e47eb563818f [2022-10-20T12:06:19.096Z] Removing intermediate container e47eb563818f [2022-10-20T12:06:19.096Z] ---> d4fc2aec9676 [2022-10-20T12:06:19.096Z] Step 10/14 : COPY go.mod vendor* ./ [2022-10-20T12:06:19.663Z] ---> 39f2d070571b [2022-10-20T12:06:19.663Z] Step 11/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-20T12:06:19.922Z] ---> Running in 3027dad7708d [2022-10-20T12:07:06.751Z] Removing intermediate container 3027dad7708d [2022-10-20T12:07:06.751Z] ---> f6d3302dea64 [2022-10-20T12:07:06.751Z] Step 12/14 : COPY . . [2022-10-20T12:07:06.751Z] ---> 91dd7e9945e5 [2022-10-20T12:07:06.751Z] Step 13/14 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-20T12:07:06.751Z] ---> Running in 46b2f2157e80 [2022-10-20T12:07:06.751Z] Removing intermediate container 46b2f2157e80 [2022-10-20T12:07:06.751Z] ---> 817a8c1a9f70 [2022-10-20T12:07:06.751Z] Step 14/14 : RUN $MAKE [2022-10-20T12:07:07.011Z] ---> Running in 70f6bbea57d8 [2022-10-20T12:07:07.580Z] noop [2022-10-20T12:07:08.960Z] Removing intermediate container 70f6bbea57d8 [2022-10-20T12:07:08.960Z] ---> c3d10d9f6451 [2022-10-20T12:07:08.960Z] Successfully built c3d10d9f6451 [2022-10-20T12:07:08.960Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-20T12:07:09.397Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-20T12:07:09.397Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-20T12:07:09.549Z] prd-ubuntu20.04-docker-8c-8g-8681 does not seem to be running inside a container [2022-10-20T12:07:09.597Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-476 -v /w/workspace/_app-service-configurable_PR-476:/w/workspace/_app-service-configurable_PR-476:rw,z -v /w/workspace/_app-service-configurable_PR-476@tmp:/w/workspace/_app-service-configurable_PR-476@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 [2022-10-20T12:07:10.824Z] $ docker top 0edba87d34e2aaa41fafb78da13406d929c05985cd8d99d8ea8b4be23c916fe4 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-20T12:07:11.205Z] + go version [2022-10-20T12:07:11.205Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-10-20T12:07:11.240Z] $ docker stop --time=1 0edba87d34e2aaa41fafb78da13406d929c05985cd8d99d8ea8b4be23c916fe4 [2022-10-20T12:07:13.204Z] $ docker rm -f 0edba87d34e2aaa41fafb78da13406d929c05985cd8d99d8ea8b4be23c916fe4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-20T12:07:14.026Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-20T12:07:14.027Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-20T12:07:14.233Z] prd-ubuntu20.04-docker-8c-8g-8681 does not seem to be running inside a container [2022-10-20T12:07:14.295Z] $ 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-476 -v /w/workspace/_app-service-configurable_PR-476:/w/workspace/_app-service-configurable_PR-476:rw,z -v /w/workspace/_app-service-configurable_PR-476@tmp:/w/workspace/_app-service-configurable_PR-476@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 [2022-10-20T12:07:15.366Z] $ docker top a2453f97d558663bbbc9e2eb69835bd04a01664f7cdb804c7fbc932107e5b3e3 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-20T12:07:15.765Z] + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-476 [Pipeline] fileExists [Pipeline] sh [2022-10-20T12:07:15.926Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8682 in /w/workspace/_app-service-configurable_PR-476 [Pipeline] { [Pipeline] ws [2022-10-20T12:07:15.969Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2022-10-20T12:07:16.054Z] Selected Git installation does not exist. Using Default [2022-10-20T12:07:16.054Z] The recommended git tool is: NONE [2022-10-20T12:07:16.127Z] + make test [2022-10-20T12:07:16.128Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-10-20T12:07:21.011Z] using credential edgex-jenkins-ssh [2022-10-20T12:07:21.025Z] Cloning the remote Git repository [2022-10-20T12:07:21.069Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2022-10-20T12:07:21.134Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2022-10-20T12:07:21.280Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-10-20T12:07:21.281Z] > git --version # timeout=10 [2022-10-20T12:07:21.307Z] > git --version # 'git version 2.25.1' [2022-10-20T12:07:21.309Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-20T12:07:21.361Z] Verifying host key using known hosts file [2022-10-20T12:07:21.537Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-20T12:07:21.548Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-20T12:07:22.730Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-10-20T12:07:22.748Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-20T12:07:24.236Z] Merging remotes/origin/main commit a73b250e7ad45321f8771bc89bfbc43dfba8ea06 into PR head commit b8b71b431702edb4f3e0707e77fba28f737d0cf6 [2022-10-20T12:07:24.466Z] Merge succeeded, producing b8b71b431702edb4f3e0707e77fba28f737d0cf6 [2022-10-20T12:07:24.466Z] Checking out Revision b8b71b431702edb4f3e0707e77fba28f737d0cf6 (PR-476) [2022-10-20T12:07:23.563Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-10-20T12:07:23.601Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-10-20T12:07:23.602Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-20T12:07:23.607Z] Verifying host key using known hosts file [2022-10-20T12:07:23.613Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-20T12:07:23.624Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/476/head:refs/remotes/origin/PR-476 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-10-20T12:07:24.252Z] > git config core.sparsecheckout # timeout=10 [2022-10-20T12:07:24.276Z] > git checkout -f b8b71b431702edb4f3e0707e77fba28f737d0cf6 # timeout=10 [2022-10-20T12:07:24.359Z] > git remote # timeout=10 [2022-10-20T12:07:24.378Z] > git config --get remote.origin.url # timeout=10 [2022-10-20T12:07:24.401Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-20T12:07:24.406Z] Verifying host key using known hosts file [2022-10-20T12:07:24.410Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-20T12:07:24.421Z] > git merge a73b250e7ad45321f8771bc89bfbc43dfba8ea06 # timeout=10 [2022-10-20T12:07:24.447Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-20T12:07:24.472Z] > git config core.sparsecheckout # timeout=10 [2022-10-20T12:07:24.484Z] > git checkout -f b8b71b431702edb4f3e0707e77fba28f737d0cf6 # timeout=10 [2022-10-20T12:07:24.938Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" [2022-10-20T12:07:24.988Z] > git --version # timeout=10 [2022-10-20T12:07:25.000Z] > git --version # 'git version 2.25.1' [2022-10-20T12:07:25.017Z] fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-20T12:07:26.101Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-10-20T12:07:26.101Z] CGO_ENABLED=1 go vet ./... [2022-10-20T12:07:26.176Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-10-20T12:07:26.176Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-20T12:07:26.176Z] Dload Upload Total Spent Left Speed [2022-10-20T12:07:26.176Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 89375 0 --:--:-- --:--:-- --:--:-- 90014 [Pipeline] sh [2022-10-20T12:07:26.771Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-10-20T12:07:27.116Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-10-20T12:07:27.116Z] + sudo tee /etc/docker/daemon.new [2022-10-20T12:07:27.116Z] { [2022-10-20T12:07:27.116Z] "registry-mirrors": [ [2022-10-20T12:07:27.116Z] "https://nexus3.edgexfoundry.org:10001" [2022-10-20T12:07:27.116Z] ], [2022-10-20T12:07:27.116Z] "bip": "10.250.0.254/24", [2022-10-20T12:07:27.116Z] "hosts": [ [2022-10-20T12:07:27.116Z] "tcp://0.0.0.0:5555", [2022-10-20T12:07:27.116Z] "unix:///var/run/docker.sock" [2022-10-20T12:07:27.116Z] ], [2022-10-20T12:07:27.116Z] "mtu": 1458, [2022-10-20T12:07:27.116Z] "selinux-enabled": true, [2022-10-20T12:07:27.116Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-10-20T12:07:27.116Z] } [Pipeline] sh [2022-10-20T12:07:27.453Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-10-20T12:07:27.812Z] + sudo service docker restart [2022-10-20T12:07:29.662Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-20T12:07:29.662Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-20T12:07:29.662Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-20T12:07:29.722Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-20T12:07:29.749Z] $ docker stop --time=1 a2453f97d558663bbbc9e2eb69835bd04a01664f7cdb804c7fbc932107e5b3e3 [2022-10-20T12:07:34.768Z] $ docker rm -f a2453f97d558663bbbc9e2eb69835bd04a01664f7cdb804c7fbc932107e5b3e3 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-20T12:07:35.437Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-20T12:07:35.534Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-10-20T12:07:36.211Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-20T12:07:36.526Z] + ls -al . [2022-10-20T12:07:36.526Z] total 176 [2022-10-20T12:07:36.526Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 20 12:07 . [2022-10-20T12:07:36.526Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 20 12:04 .. [2022-10-20T12:07:36.526Z] -rw-rw-r-- 1 jenkins jenkins 119 Oct 20 12:04 .dockerignore [2022-10-20T12:07:36.526Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 20 12:05 .git [2022-10-20T12:07:36.526Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 20 12:04 .github [2022-10-20T12:07:36.526Z] -rw-rw-r-- 1 jenkins jenkins 171 Oct 20 12:04 .gitignore [2022-10-20T12:07:36.526Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 20 12:05 .semver [2022-10-20T12:07:36.526Z] -rw-rw-r-- 1 jenkins jenkins 9207 Oct 20 12:04 Attribution.txt [2022-10-20T12:07:36.526Z] -rw-rw-r-- 1 jenkins jenkins 27269 Oct 20 12:04 CHANGELOG.md [2022-10-20T12:07:36.526Z] -rw-rw-r-- 1 jenkins jenkins 2146 Oct 20 12:04 Dockerfile [2022-10-20T12:07:36.526Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 20 12:04 GOVERNANCE.md [2022-10-20T12:07:36.526Z] -rw-rw-r-- 1 jenkins jenkins 688 Oct 20 12:04 Jenkinsfile [2022-10-20T12:07:36.526Z] -rw-rw-r-- 1 jenkins jenkins 10174 Oct 20 12:04 LICENSE [2022-10-20T12:07:36.526Z] -rw-rw-r-- 1 jenkins jenkins 618 Oct 20 12:04 OWNERS.md [2022-10-20T12:07:36.526Z] -rw-rw-r-- 1 jenkins jenkins 4369 Oct 20 12:04 README.md [2022-10-20T12:07:36.526Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 20 12:05 VERSION [2022-10-20T12:07:36.526Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 20 12:04 bin [2022-10-20T12:07:36.526Z] -rw-r--r-- 1 jenkins jenkins 10 Oct 20 12:07 coverage.out [2022-10-20T12:07:36.526Z] -rw-rw-r-- 1 jenkins jenkins 3455 Oct 20 12:04 go.mod [2022-10-20T12:07:36.526Z] -rw-rw-r-- 1 jenkins jenkins 37340 Oct 20 12:04 go.sum [2022-10-20T12:07:36.526Z] -rw-rw-r-- 1 jenkins jenkins 1949 Oct 20 12:04 main.go [2022-10-20T12:07:36.526Z] -rw-rw-r-- 1 jenkins jenkins 2185 Oct 20 12:04 makefile [2022-10-20T12:07:36.526Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 20 12:04 res [2022-10-20T12:07:36.526Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 20 12:04 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-20T12:07:36.931Z] + 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=b8b71b431702edb4f3e0707e77fba28f737d0cf6 --label arch=amd64 --label version=0.0.0 . [2022-10-20T12:07:36.931Z] Sending build context to Docker daemon 3.148MB [2022-10-20T12:07:36.931Z] Step 1/28 : ARG BASE=golang:1.18-alpine3.16 [2022-10-20T12:07:36.931Z] Step 2/28 : FROM ${BASE} AS builder [2022-10-20T12:07:36.931Z] ---> c3d10d9f6451 [2022-10-20T12:07:36.931Z] Step 3/28 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-10-20T12:07:37.190Z] ---> Running in d0136a7d31bf [2022-10-20T12:07:37.449Z] Removing intermediate container d0136a7d31bf [2022-10-20T12:07:37.449Z] ---> 12d83bb7d9b8 [2022-10-20T12:07:37.449Z] Step 4/28 : ARG ALPINE_PKG_EXTRA="" [2022-10-20T12:07:37.774Z] ---> Running in ded49d27156e [2022-10-20T12:07:38.340Z] Removing intermediate container ded49d27156e [2022-10-20T12:07:38.340Z] ---> bd1f0e5b1e95 [2022-10-20T12:07:38.340Z] Step 5/28 : ARG ADD_BUILD_TAGS="" [2022-10-20T12:07:38.616Z] ---> Running in 578a0f730ca1 [2022-10-20T12:07:39.183Z] Removing intermediate container 578a0f730ca1 [2022-10-20T12:07:39.183Z] ---> 5371466d91c2 [2022-10-20T12:07:39.183Z] Step 6/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-20T12:07:39.442Z] ---> Running in d4feb18dd867 [2022-10-20T12:07:40.010Z] Removing intermediate container d4feb18dd867 [2022-10-20T12:07:40.010Z] ---> 5479d36cf823 [2022-10-20T12:07:40.010Z] Step 7/28 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-20T12:07:40.270Z] ---> Running in c53f524ee2a9 [2022-10-20T12:07:42.171Z] Removing intermediate container c53f524ee2a9 [2022-10-20T12:07:42.171Z] ---> 661d1f32ea30 [2022-10-20T12:07:42.171Z] Step 8/28 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-20T12:07:42.429Z] ---> Running in 5458c82a666b [2022-10-20T12:07:43.363Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-20T12:07:44.294Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-20T12:07:44.553Z] OK: 211 MiB in 51 packages [2022-10-20T12:07:45.136Z] Removing intermediate container 5458c82a666b [2022-10-20T12:07:45.136Z] ---> 39fe3a5c9302 [2022-10-20T12:07:45.136Z] Step 9/28 : WORKDIR /app [2022-10-20T12:07:45.136Z] ---> Running in 583d0555e444 [2022-10-20T12:07:45.703Z] Removing intermediate container 583d0555e444 [2022-10-20T12:07:45.703Z] ---> e4db0e67b20c [2022-10-20T12:07:45.703Z] Step 10/28 : COPY go.mod vendor* ./ [2022-10-20T12:07:45.703Z] ---> f893232cfa8d [2022-10-20T12:07:45.703Z] Step 11/28 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-20T12:07:45.963Z] ---> Running in 796cc250ce0b [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-20T12:07:46.127Z] provisioning config files... [2022-10-20T12:07:46.151Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config18060535698700526512tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-20T12:07:46.531Z] Removing intermediate container 796cc250ce0b [2022-10-20T12:07:46.531Z] ---> 31d50c18c6c3 [2022-10-20T12:07:46.531Z] Step 12/28 : COPY . . [2022-10-20T12:07:46.536Z] ---> docker-login.sh [2022-10-20T12:07:46.536Z] nexus3.edgexfoundry.org:10001 [2022-10-20T12:07:46.806Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-20T12:07:47.077Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-20T12:07:47.077Z] Configure a credential helper to remove this warning. See [2022-10-20T12:07:47.077Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-20T12:07:47.077Z] [2022-10-20T12:07:47.077Z] Login Succeeded [2022-10-20T12:07:47.077Z] nexus3.edgexfoundry.org:10002 [2022-10-20T12:07:47.097Z] ---> b4a879689c07 [2022-10-20T12:07:47.097Z] Step 13/28 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-20T12:07:47.097Z] ---> Running in 881210b80052 [2022-10-20T12:07:47.097Z] Removing intermediate container 881210b80052 [2022-10-20T12:07:47.097Z] ---> 12c63dcb0c84 [2022-10-20T12:07:47.097Z] Step 14/28 : RUN $MAKE [2022-10-20T12:07:47.346Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-20T12:07:47.355Z] ---> Running in 2cd6db6e3332 [2022-10-20T12:07:47.616Z] CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.3.0-dev.49 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-10-20T12:07:47.617Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-20T12:07:47.617Z] Configure a credential helper to remove this warning. See [2022-10-20T12:07:47.617Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-20T12:07:47.617Z] [2022-10-20T12:07:47.617Z] Login Succeeded [2022-10-20T12:07:47.617Z] nexus3.edgexfoundry.org:10003 [2022-10-20T12:07:47.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-20T12:07:47.887Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-20T12:07:47.887Z] Configure a credential helper to remove this warning. See [2022-10-20T12:07:47.888Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-20T12:07:47.888Z] [2022-10-20T12:07:47.888Z] Login Succeeded [2022-10-20T12:07:47.888Z] nexus3.edgexfoundry.org:10004 [2022-10-20T12:07:48.160Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-20T12:07:48.160Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-20T12:07:48.160Z] Configure a credential helper to remove this warning. See [2022-10-20T12:07:48.160Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-20T12:07:48.160Z] [2022-10-20T12:07:48.160Z] Login Succeeded [2022-10-20T12:07:48.160Z] docker.io [2022-10-20T12:07:48.429Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-20T12:07:49.012Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-20T12:07:49.012Z] Configure a credential helper to remove this warning. See [2022-10-20T12:07:49.012Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-20T12:07:49.012Z] [2022-10-20T12:07:49.012Z] Login Succeeded [2022-10-20T12:07:49.012Z] ---> docker-login.sh ends [Pipeline] } [2022-10-20T12:07:49.043Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-20T12:07:49.326Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-20T12:07:49.363Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-20T12:07:49.394Z] ========================================================= [2022-10-20T12:07:49.395Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-10-20T12:07:49.395Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-20T12:07:49.885Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-10-20T12:07:49.886Z] Sending build context to Docker daemon 207.4kB [2022-10-20T12:07:50.154Z] Step 1/14 : ARG BASE=golang:1.18-alpine3.16 [2022-10-20T12:07:50.154Z] Step 2/14 : FROM ${BASE} AS builder [2022-10-20T12:07:50.154Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-10-20T12:07:50.155Z] 9b18e9b68314: Pulling fs layer [2022-10-20T12:07:50.155Z] d32db5db7311: Pulling fs layer [2022-10-20T12:07:50.155Z] d0c4b47475fc: Pulling fs layer [2022-10-20T12:07:50.155Z] 5831b945b038: Pulling fs layer [2022-10-20T12:07:50.155Z] 86bbec2aaacd: Pulling fs layer [2022-10-20T12:07:50.155Z] e10730c5d714: Pulling fs layer [2022-10-20T12:07:50.155Z] 5dd5c2283517: Pulling fs layer [2022-10-20T12:07:50.155Z] d5ac0230b979: Pulling fs layer [2022-10-20T12:07:50.155Z] 86bbec2aaacd: Waiting [2022-10-20T12:07:50.155Z] 5dd5c2283517: Waiting [2022-10-20T12:07:50.155Z] e10730c5d714: Waiting [2022-10-20T12:07:50.155Z] d5ac0230b979: Waiting [2022-10-20T12:07:50.155Z] 5831b945b038: Waiting [2022-10-20T12:07:50.155Z] d0c4b47475fc: Verifying Checksum [2022-10-20T12:07:50.155Z] d0c4b47475fc: Download complete [2022-10-20T12:07:50.429Z] d32db5db7311: Download complete [2022-10-20T12:07:50.429Z] 86bbec2aaacd: Verifying Checksum [2022-10-20T12:07:50.429Z] 86bbec2aaacd: Download complete [2022-10-20T12:07:50.429Z] e10730c5d714: Verifying Checksum [2022-10-20T12:07:50.429Z] e10730c5d714: Download complete [2022-10-20T12:07:50.429Z] 9b18e9b68314: Download complete [2022-10-20T12:07:51.423Z] 9b18e9b68314: Pull complete [2022-10-20T12:07:51.423Z] d5ac0230b979: Verifying Checksum [2022-10-20T12:07:51.423Z] d5ac0230b979: Download complete [2022-10-20T12:07:52.011Z] d32db5db7311: Pull complete [2022-10-20T12:07:52.280Z] d0c4b47475fc: Pull complete [2022-10-20T12:07:52.866Z] 5dd5c2283517: Verifying Checksum [2022-10-20T12:07:52.866Z] 5dd5c2283517: Download complete [2022-10-20T12:07:53.455Z] 5831b945b038: Verifying Checksum [2022-10-20T12:07:53.455Z] 5831b945b038: Download complete [2022-10-20T12:08:05.807Z] 5831b945b038: Pull complete [2022-10-20T12:08:05.807Z] 86bbec2aaacd: Pull complete [2022-10-20T12:08:05.807Z] e10730c5d714: Pull complete [2022-10-20T12:08:12.595Z] 5dd5c2283517: Pull complete [2022-10-20T12:08:14.013Z] d5ac0230b979: Pull complete [2022-10-20T12:08:14.013Z] Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 [2022-10-20T12:08:14.013Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-20T12:08:14.013Z] ---> 59b3b1a385d4 [2022-10-20T12:08:14.013Z] Step 3/14 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-10-20T12:08:15.961Z] ---> Running in d6946a62899c [2022-10-20T12:08:15.961Z] Removing intermediate container d6946a62899c [2022-10-20T12:08:15.961Z] ---> 8a11bd5c2124 [2022-10-20T12:08:15.961Z] Step 4/14 : ARG ALPINE_PKG_EXTRA="" [2022-10-20T12:08:15.961Z] ---> Running in 4334ad0782da [2022-10-20T12:08:16.230Z] Removing intermediate container 4334ad0782da [2022-10-20T12:08:16.230Z] ---> be561b176976 [2022-10-20T12:08:16.230Z] Step 5/14 : ARG ADD_BUILD_TAGS="" [2022-10-20T12:08:16.230Z] ---> Running in 6f035eb119cd [2022-10-20T12:08:16.812Z] Removing intermediate container 6f035eb119cd [2022-10-20T12:08:16.813Z] ---> 057ba040570e [2022-10-20T12:08:16.813Z] Step 6/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-20T12:08:16.813Z] ---> Running in 6663e81f4996 [2022-10-20T12:08:17.080Z] Removing intermediate container 6663e81f4996 [2022-10-20T12:08:17.080Z] ---> e500a69cebc5 [2022-10-20T12:08:17.080Z] Step 7/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-20T12:08:17.080Z] ---> Running in 33ab42215cb2 [2022-10-20T12:08:19.032Z] Removing intermediate container 33ab42215cb2 [2022-10-20T12:08:19.032Z] ---> d0fc75ca43e2 [2022-10-20T12:08:19.032Z] Step 8/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-20T12:08:19.032Z] ---> Running in 11ddee2fe402 [2022-10-20T12:08:19.718Z] Removing intermediate container 2cd6db6e3332 [2022-10-20T12:08:19.718Z] ---> 899e980e31d9 [2022-10-20T12:08:19.718Z] Step 15/28 : FROM alpine:3.16 [2022-10-20T12:08:19.718Z] 3.16: Pulling from library/alpine [2022-10-20T12:08:19.718Z] 213ec9aee27d: Already exists [2022-10-20T12:08:19.718Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-20T12:08:19.718Z] Status: Downloaded newer image for alpine:3.16 [2022-10-20T12:08:19.718Z] ---> 9c6f07244728 [2022-10-20T12:08:19.718Z] Step 16/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-20T12:08:19.718Z] ---> Running in 6367e15ba58c [2022-10-20T12:08:20.001Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-20T12:08:20.287Z] Removing intermediate container 6367e15ba58c [2022-10-20T12:08:20.287Z] ---> bccabc68cac4 [2022-10-20T12:08:20.287Z] Step 17/28 : LABEL Name=app-service-configurable Version=${VERSION} [2022-10-20T12:08:20.581Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-20T12:08:20.860Z] ---> Running in 3a23f9e152de [2022-10-20T12:08:21.540Z] OK: 221 MiB in 51 packages [2022-10-20T12:08:21.807Z] Removing intermediate container 3a23f9e152de [2022-10-20T12:08:21.807Z] ---> de37288b6076 [2022-10-20T12:08:21.807Z] Step 18/28 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-10-20T12:08:22.375Z] ---> Running in 94efa8e96f33 [2022-10-20T12:08:22.501Z] Removing intermediate container 11ddee2fe402 [2022-10-20T12:08:22.501Z] ---> f4769ee35c1b [2022-10-20T12:08:22.501Z] Step 9/14 : WORKDIR /app [2022-10-20T12:08:22.501Z] ---> Running in 39cfefffbd09 [2022-10-20T12:08:22.767Z] Removing intermediate container 39cfefffbd09 [2022-10-20T12:08:22.768Z] ---> 665c2777b255 [2022-10-20T12:08:22.768Z] Step 10/14 : COPY go.mod vendor* ./ [2022-10-20T12:08:23.353Z] ---> 14bfc8fe94a2 [2022-10-20T12:08:23.353Z] Step 11/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-20T12:08:23.353Z] ---> Running in cf6723067333 [2022-10-20T12:08:23.752Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-20T12:08:23.752Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-20T12:08:23.752Z] (1/7) Installing ca-certificates (20220614-r0) [2022-10-20T12:08:23.752Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-10-20T12:08:23.752Z] (3/7) Installing libgcc (11.2.1_git20220219-r2) [2022-10-20T12:08:23.752Z] (4/7) Installing libsodium (1.0.18-r0) [2022-10-20T12:08:24.010Z] (5/7) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-20T12:08:24.010Z] (6/7) Installing libzmq (4.3.4-r0) [2022-10-20T12:08:24.010Z] (7/7) Installing zeromq (4.3.4-r0) [2022-10-20T12:08:24.010Z] Executing busybox-1.35.0-r17.trigger [2022-10-20T12:08:24.010Z] Executing ca-certificates-20220614-r0.trigger [2022-10-20T12:08:24.010Z] OK: 9 MiB in 21 packages [2022-10-20T12:08:26.580Z] Removing intermediate container 94efa8e96f33 [2022-10-20T12:08:26.580Z] ---> a3b73c29bc16 [2022-10-20T12:08:26.580Z] Step 19/28 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-10-20T12:08:27.147Z] ---> 3ff22fa59485 [2022-10-20T12:08:27.147Z] Step 20/28 : COPY --from=builder /app/LICENSE /LICENSE [2022-10-20T12:08:28.081Z] ---> 86c33278c83c [2022-10-20T12:08:28.081Z] Step 21/28 : COPY --from=builder /app/res/ /res/ [2022-10-20T12:08:29.018Z] ---> eac5829f07a2 [2022-10-20T12:08:29.018Z] Step 22/28 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-10-20T12:08:30.393Z] ---> 2ec0366a93a7 [2022-10-20T12:08:30.393Z] Step 23/28 : EXPOSE 48095 [2022-10-20T12:08:30.652Z] ---> Running in 080172836f22 [2022-10-20T12:08:31.220Z] Removing intermediate container 080172836f22 [2022-10-20T12:08:31.220Z] ---> 6dfa2a5f7eaf [2022-10-20T12:08:31.220Z] Step 24/28 : ENTRYPOINT ["/app-service-configurable"] [2022-10-20T12:08:31.789Z] ---> Running in fb525447c2cc [2022-10-20T12:08:32.358Z] Removing intermediate container fb525447c2cc [2022-10-20T12:08:32.358Z] ---> 9a5b59d899a3 [2022-10-20T12:08:32.358Z] Step 25/28 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-20T12:08:32.617Z] ---> Running in 49ca27e2f8fb [2022-10-20T12:08:32.617Z] Removing intermediate container 49ca27e2f8fb [2022-10-20T12:08:32.617Z] ---> 51c5f5c67f0b [2022-10-20T12:08:32.617Z] Step 26/28 : LABEL arch=amd64 [2022-10-20T12:08:32.877Z] ---> Running in 4b36ad2775e3 [2022-10-20T12:08:33.134Z] Removing intermediate container 4b36ad2775e3 [2022-10-20T12:08:33.134Z] ---> 29c852d538cf [2022-10-20T12:08:33.134Z] Step 27/28 : LABEL git_sha=b8b71b431702edb4f3e0707e77fba28f737d0cf6 [2022-10-20T12:08:33.134Z] ---> Running in b3d1e0427df2 [2022-10-20T12:08:33.723Z] Removing intermediate container b3d1e0427df2 [2022-10-20T12:08:33.723Z] ---> 82c2bd682bdc [2022-10-20T12:08:33.723Z] Step 28/28 : LABEL version=0.0.0 [2022-10-20T12:08:33.984Z] ---> Running in f4c31a5ce04e [2022-10-20T12:08:34.245Z] Removing intermediate container f4c31a5ce04e [2022-10-20T12:08:34.245Z] ---> b1cec694cb96 [2022-10-20T12:08:34.245Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-20T12:08:34.245Z] Successfully built b1cec694cb96 [2022-10-20T12:08:34.245Z] 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-20T12:08:35.143Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-20T12:08:35.143Z] [2022-10-20T12:08:35.143Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-20T12:08:35.520Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-20T12:08:35.780Z] latest: Pulling from edgex-lftools-log-publisher [2022-10-20T12:08:35.780Z] 5eb5b503b376: Pulling fs layer [2022-10-20T12:08:35.780Z] 5c69ac0246d0: Pulling fs layer [2022-10-20T12:08:35.780Z] ec43610c2a17: Pulling fs layer [2022-10-20T12:08:35.780Z] 3a2ae6a8a46f: Pulling fs layer [2022-10-20T12:08:35.780Z] 33b1e0a273af: Pulling fs layer [2022-10-20T12:08:35.780Z] 5d3b04190fa2: Pulling fs layer [2022-10-20T12:08:35.780Z] 2f39f015ded8: Pulling fs layer [2022-10-20T12:08:35.780Z] 3a2ae6a8a46f: Waiting [2022-10-20T12:08:35.780Z] 5d3b04190fa2: Waiting [2022-10-20T12:08:35.780Z] 33b1e0a273af: Waiting [2022-10-20T12:08:35.780Z] 2f39f015ded8: Waiting [2022-10-20T12:08:35.780Z] 5c69ac0246d0: Verifying Checksum [2022-10-20T12:08:35.780Z] 5c69ac0246d0: Download complete [2022-10-20T12:08:36.041Z] 3a2ae6a8a46f: Verifying Checksum [2022-10-20T12:08:36.041Z] 3a2ae6a8a46f: Download complete [2022-10-20T12:08:36.041Z] 33b1e0a273af: Verifying Checksum [2022-10-20T12:08:36.041Z] 33b1e0a273af: Download complete [2022-10-20T12:08:36.041Z] ec43610c2a17: Verifying Checksum [2022-10-20T12:08:36.041Z] ec43610c2a17: Download complete [2022-10-20T12:08:36.041Z] 5d3b04190fa2: Verifying Checksum [2022-10-20T12:08:36.041Z] 5d3b04190fa2: Download complete [2022-10-20T12:08:36.041Z] 5eb5b503b376: Verifying Checksum [2022-10-20T12:08:36.041Z] 5eb5b503b376: Download complete [2022-10-20T12:08:36.982Z] 2f39f015ded8: Download complete [2022-10-20T12:08:37.557Z] 5eb5b503b376: Pull complete [2022-10-20T12:08:38.125Z] 5c69ac0246d0: Pull complete [2022-10-20T12:08:38.383Z] ec43610c2a17: Pull complete [2022-10-20T12:08:38.383Z] 3a2ae6a8a46f: Pull complete [2022-10-20T12:08:38.949Z] 33b1e0a273af: Pull complete [2022-10-20T12:08:39.207Z] 5d3b04190fa2: Pull complete [2022-10-20T12:08:43.473Z] 2f39f015ded8: Pull complete [2022-10-20T12:08:43.473Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-10-20T12:08:43.732Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-20T12:08:43.732Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-20T12:08:43.938Z] prd-ubuntu20.04-docker-8c-8g-8681 does not seem to be running inside a container [2022-10-20T12:08:43.966Z] $ 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-476 -v /w/workspace/_app-service-configurable_PR-476:/w/workspace/_app-service-configurable_PR-476:rw,z -v /w/workspace/_app-service-configurable_PR-476@tmp:/w/workspace/_app-service-configurable_PR-476@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 [2022-10-20T12:08:52.389Z] $ docker top 2060ed46b203b65cdfc39ea2fc5f75ed8b5d45aef2f67de027e3d5fc1922ea6b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-20T12:08:52.902Z] ---> job-cost.sh [2022-10-20T12:08:52.902Z] lf-activate-venv: SKIPPING [2022-10-20T12:08:52.902Z] INFO: No Stack... [2022-10-20T12:08:53.168Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-20T12:08:53.733Z] INFO: Archiving Costs [Pipeline] sh [2022-10-20T12:08:54.053Z] + cat /w/workspace/_app-service-configurable_PR-476/archives/cost.csv [2022-10-20T12:08:54.053Z] + cut -d, -f6 [Pipeline] lock [2022-10-20T12:08:54.099Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-476-1-stack-cost] [2022-10-20T12:08:54.105Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-476-1-stack-cost] did not exist. Created. [2022-10-20T12:08:54.105Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-476-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-20T12:08:54.500Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-10-20T12:08:54.556Z] Stashed 1 file(s) [Pipeline] } [2022-10-20T12:08:54.588Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-476-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-20T12:08:54.661Z] $ docker stop --time=1 2060ed46b203b65cdfc39ea2fc5f75ed8b5d45aef2f67de027e3d5fc1922ea6b [2022-10-20T12:08:56.273Z] $ docker rm -f 2060ed46b203b65cdfc39ea2fc5f75ed8b5d45aef2f67de027e3d5fc1922ea6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-10-20T12:09:10.219Z] Removing intermediate container cf6723067333 [2022-10-20T12:09:10.220Z] ---> a9c0bfeab5ed [2022-10-20T12:09:10.220Z] Step 12/14 : COPY . . [2022-10-20T12:09:10.220Z] ---> c93f66a69c81 [2022-10-20T12:09:10.220Z] Step 13/14 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-20T12:09:10.220Z] ---> Running in 1892622757f3 [2022-10-20T12:09:10.220Z] Removing intermediate container 1892622757f3 [2022-10-20T12:09:10.220Z] ---> 0ef3183ab993 [2022-10-20T12:09:10.220Z] Step 14/14 : RUN $MAKE [2022-10-20T12:09:10.220Z] ---> Running in ec7f57361bfa [2022-10-20T12:09:11.182Z] noop [2022-10-20T12:09:11.773Z] Removing intermediate container ec7f57361bfa [2022-10-20T12:09:11.773Z] ---> 5275790a6372 [2022-10-20T12:09:11.773Z] Successfully built 5275790a6372 [2022-10-20T12:09:11.773Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-20T12:09:12.244Z] + docker inspect -f . ci-base-image-arm64 [2022-10-20T12:09:12.244Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-20T12:09:12.486Z] prd-ubuntu20.04-docker-arm64-4c-16g-8682 does not seem to be running inside a container [2022-10-20T12:09:12.549Z] $ 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 ******** ci-base-image-arm64 cat [2022-10-20T12:09:13.636Z] $ docker top 24aaf8ce6929402b52e62f4a46d545e2593142cf8c24df8ea7b8ceda88d79dfb -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-20T12:09:14.508Z] + go version [2022-10-20T12:09:14.508Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-10-20T12:09:14.545Z] $ docker stop --time=1 24aaf8ce6929402b52e62f4a46d545e2593142cf8c24df8ea7b8ceda88d79dfb [2022-10-20T12:09:16.120Z] $ docker rm -f 24aaf8ce6929402b52e62f4a46d545e2593142cf8c24df8ea7b8ceda88d79dfb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-20T12:09:16.935Z] + docker inspect -f . ci-base-image-arm64 [2022-10-20T12:09:16.935Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-20T12:09:17.159Z] prd-ubuntu20.04-docker-arm64-4c-16g-8682 does not seem to be running inside a container [2022-10-20T12:09:17.220Z] $ 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 ******** ci-base-image-arm64 cat [2022-10-20T12:09:18.303Z] $ docker top 07455ebe9929698e97be3a44058e8d2c7e3f5f65d2b964368e94e8e3c30a968b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-20T12:09:18.847Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh [2022-10-20T12:09:19.223Z] + make test [2022-10-20T12:09:19.223Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-10-20T12:10:40.841Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-10-20T12:10:40.841Z] CGO_ENABLED=1 go vet ./... [2022-10-20T12:10:59.066Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-20T12:10:59.066Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-20T12:10:59.066Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-20T12:10:59.106Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-20T12:10:59.138Z] $ docker stop --time=1 07455ebe9929698e97be3a44058e8d2c7e3f5f65d2b964368e94e8e3c30a968b [2022-10-20T12:11:00.874Z] $ docker rm -f 07455ebe9929698e97be3a44058e8d2c7e3f5f65d2b964368e94e8e3c30a968b [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-20T12:11:01.845Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-20T12:11:01.876Z] Warning: overwriting stash ‘coverage-report’ [2022-10-20T12:11:02.210Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-20T12:11:02.779Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-20T12:11:03.113Z] + ls -al . [2022-10-20T12:11:03.113Z] total 172 [2022-10-20T12:11:03.113Z] drwxrwxr-x 7 jenkins jenkins 4096 Oct 20 12:09 . [2022-10-20T12:11:03.113Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 20 12:07 .. [2022-10-20T12:11:03.113Z] -rw-rw-r-- 1 jenkins jenkins 119 Oct 20 12:07 .dockerignore [2022-10-20T12:11:03.113Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 20 12:07 .git [2022-10-20T12:11:03.113Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 20 12:07 .github [2022-10-20T12:11:03.113Z] -rw-rw-r-- 1 jenkins jenkins 171 Oct 20 12:07 .gitignore [2022-10-20T12:11:03.113Z] -rw-rw-r-- 1 jenkins jenkins 9207 Oct 20 12:07 Attribution.txt [2022-10-20T12:11:03.113Z] -rw-rw-r-- 1 jenkins jenkins 27269 Oct 20 12:07 CHANGELOG.md [2022-10-20T12:11:03.113Z] -rw-rw-r-- 1 jenkins jenkins 2146 Oct 20 12:07 Dockerfile [2022-10-20T12:11:03.113Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 20 12:07 GOVERNANCE.md [2022-10-20T12:11:03.113Z] -rw-rw-r-- 1 jenkins jenkins 688 Oct 20 12:07 Jenkinsfile [2022-10-20T12:11:03.113Z] -rw-rw-r-- 1 jenkins jenkins 10174 Oct 20 12:07 LICENSE [2022-10-20T12:11:03.113Z] -rw-rw-r-- 1 jenkins jenkins 618 Oct 20 12:07 OWNERS.md [2022-10-20T12:11:03.113Z] -rw-rw-r-- 1 jenkins jenkins 4369 Oct 20 12:07 README.md [2022-10-20T12:11:03.113Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 20 12:05 VERSION [2022-10-20T12:11:03.113Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 20 12:07 bin [2022-10-20T12:11:03.113Z] -rw-r--r-- 1 jenkins jenkins 10 Oct 20 12:09 coverage.out [2022-10-20T12:11:03.113Z] -rw-rw-r-- 1 jenkins jenkins 3455 Oct 20 12:07 go.mod [2022-10-20T12:11:03.113Z] -rw-rw-r-- 1 jenkins jenkins 37340 Oct 20 12:07 go.sum [2022-10-20T12:11:03.113Z] -rw-rw-r-- 1 jenkins jenkins 1949 Oct 20 12:07 main.go [2022-10-20T12:11:03.113Z] -rw-rw-r-- 1 jenkins jenkins 2185 Oct 20 12:07 makefile [2022-10-20T12:11:03.113Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 20 12:07 res [2022-10-20T12:11:03.113Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 20 12:07 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-20T12:11:03.522Z] + 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=b8b71b431702edb4f3e0707e77fba28f737d0cf6 --label arch=arm64 --label version=0.0.0 . [2022-10-20T12:11:03.522Z] Sending build context to Docker daemon 208.4kB [2022-10-20T12:11:03.789Z] Step 1/28 : ARG BASE=golang:1.18-alpine3.16 [2022-10-20T12:11:03.789Z] Step 2/28 : FROM ${BASE} AS builder [2022-10-20T12:11:03.789Z] ---> 5275790a6372 [2022-10-20T12:11:03.789Z] Step 3/28 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-10-20T12:11:03.789Z] ---> Running in 96a853f30623 [2022-10-20T12:11:04.057Z] Removing intermediate container 96a853f30623 [2022-10-20T12:11:04.057Z] ---> 70b92cefe7b6 [2022-10-20T12:11:04.057Z] Step 4/28 : ARG ALPINE_PKG_EXTRA="" [2022-10-20T12:11:04.057Z] ---> Running in ecab6037b27f [2022-10-20T12:11:04.340Z] Removing intermediate container ecab6037b27f [2022-10-20T12:11:04.340Z] ---> e63670f94e8d [2022-10-20T12:11:04.340Z] Step 5/28 : ARG ADD_BUILD_TAGS="" [2022-10-20T12:11:04.607Z] ---> Running in 39f54cdc8f4a [2022-10-20T12:11:04.877Z] Removing intermediate container 39f54cdc8f4a [2022-10-20T12:11:04.877Z] ---> b7ecd61e266e [2022-10-20T12:11:04.877Z] Step 6/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-20T12:11:04.877Z] ---> Running in 4f3ad2678658 [2022-10-20T12:11:05.147Z] Removing intermediate container 4f3ad2678658 [2022-10-20T12:11:05.147Z] ---> 8c9fa925170f [2022-10-20T12:11:05.147Z] Step 7/28 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-20T12:11:05.147Z] ---> Running in 202345483e26 [2022-10-20T12:11:07.119Z] Removing intermediate container 202345483e26 [2022-10-20T12:11:07.119Z] ---> 8e7d545e833f [2022-10-20T12:11:07.119Z] Step 8/28 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-20T12:11:07.119Z] ---> Running in 2e372295989a [2022-10-20T12:11:07.708Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-20T12:11:08.669Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-20T12:11:09.638Z] OK: 221 MiB in 51 packages [2022-10-20T12:11:10.219Z] Removing intermediate container 2e372295989a [2022-10-20T12:11:10.219Z] ---> ad9754618bb7 [2022-10-20T12:11:10.219Z] Step 9/28 : WORKDIR /app [2022-10-20T12:11:10.219Z] ---> Running in 28183d62f407 [2022-10-20T12:11:10.488Z] Removing intermediate container 28183d62f407 [2022-10-20T12:11:10.488Z] ---> 7e106a765e76 [2022-10-20T12:11:10.488Z] Step 10/28 : COPY go.mod vendor* ./ [2022-10-20T12:11:11.074Z] ---> 8d1d6d4373ac [2022-10-20T12:11:11.074Z] Step 11/28 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-20T12:11:11.074Z] ---> Running in e687b4f5bc82 [2022-10-20T12:11:14.409Z] Removing intermediate container e687b4f5bc82 [2022-10-20T12:11:14.409Z] ---> ef71838deee3 [2022-10-20T12:11:14.409Z] Step 12/28 : COPY . . [2022-10-20T12:11:14.409Z] ---> e03a49efdded [2022-10-20T12:11:14.409Z] Step 13/28 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-20T12:11:14.409Z] ---> Running in 589dbe08c32d [2022-10-20T12:11:14.677Z] Removing intermediate container 589dbe08c32d [2022-10-20T12:11:14.677Z] ---> a8d3321e104e [2022-10-20T12:11:14.677Z] Step 14/28 : RUN $MAKE [2022-10-20T12:11:14.677Z] ---> Running in dfa316cfab4d [2022-10-20T12:11:15.635Z] CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.3.0-dev.49 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-10-20T12:13:52.352Z] Removing intermediate container dfa316cfab4d [2022-10-20T12:13:52.352Z] ---> eabc19ade3a2 [2022-10-20T12:13:52.352Z] Step 15/28 : FROM alpine:3.16 [2022-10-20T12:13:52.352Z] 3.16: Pulling from library/alpine [2022-10-20T12:13:52.352Z] 9b18e9b68314: Already exists [2022-10-20T12:13:52.352Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-20T12:13:52.352Z] Status: Downloaded newer image for alpine:3.16 [2022-10-20T12:13:52.352Z] ---> a6215f271958 [2022-10-20T12:13:52.352Z] Step 16/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-20T12:13:52.352Z] ---> Running in 5319a4912748 [2022-10-20T12:13:52.352Z] Removing intermediate container 5319a4912748 [2022-10-20T12:13:52.352Z] ---> 7f6d9d4a881f [2022-10-20T12:13:52.352Z] Step 17/28 : LABEL Name=app-service-configurable Version=${VERSION} [2022-10-20T12:13:52.352Z] ---> Running in 8d4239f085d9 [2022-10-20T12:13:52.352Z] Removing intermediate container 8d4239f085d9 [2022-10-20T12:13:52.352Z] ---> b90524dcb1b5 [2022-10-20T12:13:52.352Z] Step 18/28 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-10-20T12:13:52.352Z] ---> Running in 215862db5d07 [2022-10-20T12:13:52.352Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-20T12:13:52.352Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-20T12:13:52.352Z] (1/7) Installing ca-certificates (20220614-r0) [2022-10-20T12:13:52.352Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-10-20T12:13:52.352Z] (3/7) Installing libgcc (11.2.1_git20220219-r2) [2022-10-20T12:13:52.352Z] (4/7) Installing libsodium (1.0.18-r0) [2022-10-20T12:13:52.352Z] (5/7) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-20T12:13:52.352Z] (6/7) Installing libzmq (4.3.4-r0) [2022-10-20T12:13:52.352Z] (7/7) Installing zeromq (4.3.4-r0) [2022-10-20T12:13:52.352Z] Executing busybox-1.35.0-r17.trigger [2022-10-20T12:13:52.352Z] Executing ca-certificates-20220614-r0.trigger [2022-10-20T12:13:52.352Z] OK: 9 MiB in 21 packages [2022-10-20T12:13:52.352Z] Removing intermediate container 215862db5d07 [2022-10-20T12:13:52.352Z] ---> a2f893ca9638 [2022-10-20T12:13:52.352Z] Step 19/28 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-10-20T12:13:52.352Z] ---> 2eaeaf86a3c4 [2022-10-20T12:13:52.352Z] Step 20/28 : COPY --from=builder /app/LICENSE /LICENSE [2022-10-20T12:13:52.352Z] ---> ade044da09bc [2022-10-20T12:13:52.352Z] Step 21/28 : COPY --from=builder /app/res/ /res/ [2022-10-20T12:13:52.352Z] ---> 938e6c8ee5f0 [2022-10-20T12:13:52.352Z] Step 22/28 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-10-20T12:13:52.352Z] ---> a3c0b0de7da8 [2022-10-20T12:13:52.352Z] Step 23/28 : EXPOSE 48095 [2022-10-20T12:13:52.352Z] ---> Running in 69acc858449c [2022-10-20T12:13:52.352Z] Removing intermediate container 69acc858449c [2022-10-20T12:13:52.352Z] ---> e7667db07339 [2022-10-20T12:13:52.352Z] Step 24/28 : ENTRYPOINT ["/app-service-configurable"] [2022-10-20T12:13:52.352Z] ---> Running in ab026f7a1134 [2022-10-20T12:13:52.352Z] Removing intermediate container ab026f7a1134 [2022-10-20T12:13:52.352Z] ---> 8df08f3fdc8c [2022-10-20T12:13:52.352Z] Step 25/28 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-20T12:13:52.352Z] ---> Running in 784d7b284ad0 [2022-10-20T12:13:52.622Z] Removing intermediate container 784d7b284ad0 [2022-10-20T12:13:52.622Z] ---> e262edb7462a [2022-10-20T12:13:52.622Z] Step 26/28 : LABEL arch=arm64 [2022-10-20T12:13:52.889Z] ---> Running in 986ecdeeaec1 [2022-10-20T12:13:53.156Z] Removing intermediate container 986ecdeeaec1 [2022-10-20T12:13:53.156Z] ---> 88b3f421c9e0 [2022-10-20T12:13:53.156Z] Step 27/28 : LABEL git_sha=b8b71b431702edb4f3e0707e77fba28f737d0cf6 [2022-10-20T12:13:53.156Z] ---> Running in e5a96f96e9a9 [2022-10-20T12:13:53.422Z] Removing intermediate container e5a96f96e9a9 [2022-10-20T12:13:53.422Z] ---> 647db790414c [2022-10-20T12:13:53.422Z] Step 28/28 : LABEL version=0.0.0 [2022-10-20T12:13:53.422Z] ---> Running in 112bccfa5e45 [2022-10-20T12:13:53.690Z] Removing intermediate container 112bccfa5e45 [2022-10-20T12:13:53.690Z] ---> f5d6d34a062c [2022-10-20T12:13:53.690Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-20T12:13:53.690Z] Successfully built f5d6d34a062c [2022-10-20T12:13:53.690Z] 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] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-20T12:13:54.459Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-20T12:13:54.459Z] [2022-10-20T12:13:54.459Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-20T12:13:54.862Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-20T12:13:54.863Z] arm64: Pulling from edgex-lftools-log-publisher [2022-10-20T12:13:54.863Z] 8998bd30e6a1: Pulling fs layer [2022-10-20T12:13:54.863Z] 04944245beec: Pulling fs layer [2022-10-20T12:13:54.863Z] 699f458cf7ca: Pulling fs layer [2022-10-20T12:13:54.863Z] 765212b225bb: Pulling fs layer [2022-10-20T12:13:54.863Z] f23df028b6ca: Pulling fs layer [2022-10-20T12:13:54.863Z] d65c8cfc05b1: Pulling fs layer [2022-10-20T12:13:54.863Z] 2437ff75d9bd: Pulling fs layer [2022-10-20T12:13:54.863Z] 765212b225bb: Waiting [2022-10-20T12:13:54.863Z] f23df028b6ca: Waiting [2022-10-20T12:13:54.863Z] d65c8cfc05b1: Waiting [2022-10-20T12:13:54.863Z] 2437ff75d9bd: Waiting [2022-10-20T12:13:55.135Z] 04944245beec: Verifying Checksum [2022-10-20T12:13:55.135Z] 04944245beec: Download complete [2022-10-20T12:13:55.135Z] 765212b225bb: Verifying Checksum [2022-10-20T12:13:55.135Z] 765212b225bb: Download complete [2022-10-20T12:13:55.135Z] f23df028b6ca: Verifying Checksum [2022-10-20T12:13:55.135Z] f23df028b6ca: Download complete [2022-10-20T12:13:55.135Z] d65c8cfc05b1: Verifying Checksum [2022-10-20T12:13:55.135Z] d65c8cfc05b1: Download complete [2022-10-20T12:13:55.135Z] 699f458cf7ca: Verifying Checksum [2022-10-20T12:13:55.135Z] 699f458cf7ca: Download complete [2022-10-20T12:13:55.720Z] 8998bd30e6a1: Download complete [2022-10-20T12:13:58.300Z] 2437ff75d9bd: Verifying Checksum [2022-10-20T12:13:58.300Z] 2437ff75d9bd: Download complete [2022-10-20T12:13:59.724Z] 8998bd30e6a1: Pull complete [2022-10-20T12:14:00.694Z] 04944245beec: Pull complete [2022-10-20T12:14:02.105Z] 699f458cf7ca: Pull complete [2022-10-20T12:14:02.105Z] 765212b225bb: Pull complete [2022-10-20T12:14:03.067Z] f23df028b6ca: Pull complete [2022-10-20T12:14:03.067Z] d65c8cfc05b1: Pull complete [2022-10-20T12:14:18.063Z] 2437ff75d9bd: Pull complete [2022-10-20T12:14:18.063Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-10-20T12:14:18.063Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-20T12:14:18.063Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-20T12:14:18.371Z] prd-ubuntu20.04-docker-arm64-4c-16g-8682 does not seem to be running inside a container [2022-10-20T12:14:18.435Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-10-20T12:14:20.903Z] $ docker top 6d1ca5c1c30611609e8ee231e450a48223b9a80b9b3583889bead9d743abf147 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-20T12:14:21.855Z] ---> job-cost.sh [2022-10-20T12:14:21.855Z] lf-activate-venv: SKIPPING [2022-10-20T12:14:21.855Z] INFO: No Stack... [2022-10-20T12:14:22.127Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-10-20T12:14:23.096Z] INFO: Archiving Costs [Pipeline] sh [2022-10-20T12:14:23.445Z] + cat /w/workspace/app-service-configurable/1/archives/cost.csv [2022-10-20T12:14:23.445Z] + cut -d, -f6 [Pipeline] lock [2022-10-20T12:14:23.549Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-476-1-stack-cost] [2022-10-20T12:14:23.554Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-476-1-stack-cost] did not exist. Created. [2022-10-20T12:14:23.554Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-476-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-20T12:14:24.274Z] /w/workspace/app-service-configurable/1@tmp/durable-975cc44c/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-10-20T12:14:24.943Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-10-20T12:14:24.976Z] Warning: overwriting stash ‘stack-cost’ [2022-10-20T12:14:25.019Z] Stashed 1 file(s) [Pipeline] } [2022-10-20T12:14:25.032Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-476-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-20T12:14:25.101Z] $ docker stop --time=1 6d1ca5c1c30611609e8ee231e450a48223b9a80b9b3583889bead9d743abf147 [2022-10-20T12:14:26.585Z] $ docker rm -f 6d1ca5c1c30611609e8ee231e450a48223b9a80b9b3583889bead9d743abf147 [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 [2022-10-20T12:14:27.545Z] provisioning config files... [2022-10-20T12:14:27.552Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-476@tmp/config46559125513813134tmp [Pipeline] { [Pipeline] sh [2022-10-20T12:14:27.893Z] + set +x [2022-10-20T12:14:27.893Z] + + bash -s -- [2022-10-20T12:14:27.893Z] curl -s https://codecov.io/bash [2022-10-20T12:14:27.893Z] [2022-10-20T12:14:27.893Z] _____ _ [2022-10-20T12:14:27.893Z] / ____| | | [2022-10-20T12:14:27.893Z] | | ___ __| | ___ ___ _____ __ [2022-10-20T12:14:27.893Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-10-20T12:14:27.893Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-10-20T12:14:27.893Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-10-20T12:14:27.893Z] Bash-1.0.6 [2022-10-20T12:14:27.893Z] [2022-10-20T12:14:27.893Z] [2022-10-20T12:14:27.893Z] ==> git version 2.25.1 found [2022-10-20T12:14:27.893Z] ==> 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 [2022-10-20T12:14:27.893Z] Release-Date: 2020-01-08 [2022-10-20T12:14:27.893Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-10-20T12:14:27.893Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-10-20T12:14:27.893Z] ==> Jenkins CI detected. [2022-10-20T12:14:27.893Z] current dir:  /w/workspace/_app-service-configurable_PR-476 [2022-10-20T12:14:27.893Z] project root: . [2022-10-20T12:14:27.893Z] --> token set from env [2022-10-20T12:14:27.893Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-10-20T12:14:27.893Z] ==> Running gcov in . (disable via -X gcov) [2022-10-20T12:14:27.893Z] ==> Python coveragepy not found [2022-10-20T12:14:27.893Z] ==> Searching for coverage reports in: [2022-10-20T12:14:27.893Z] + . [2022-10-20T12:14:27.893Z] -> Found 1 reports [2022-10-20T12:14:27.893Z] ==> Detecting git/mercurial file structure [2022-10-20T12:14:27.893Z] ==> Reading reports [2022-10-20T12:14:28.153Z] + ./coverage.out bytes=10 [2022-10-20T12:14:28.153Z] ==> Appending adjustments [2022-10-20T12:14:28.153Z] https://docs.codecov.io/docs/fixing-reports [2022-10-20T12:14:28.153Z] + Found adjustments [2022-10-20T12:14:28.153Z] ==> Gzipping contents [2022-10-20T12:14:28.153Z] 4.0K /tmp/codecov.BcgOEw.gz [2022-10-20T12:14:28.153Z] ==> Uploading reports [2022-10-20T12:14:28.153Z] url: https://codecov.io [2022-10-20T12:14:28.153Z] query: branch=PR-476&commit=b8b71b431702edb4f3e0707e77fba28f737d0cf6&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-476%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=476&job=&cmd_args= [2022-10-20T12:14:28.153Z] -> Pinging Codecov [2022-10-20T12:14:28.153Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-476&commit=b8b71b431702edb4f3e0707e77fba28f737d0cf6&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-476%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=476&job=&cmd_args= [2022-10-20T12:14:28.411Z] -> Uploading to [2022-10-20T12:14:28.411Z] https://storage.googleapis.com/codecov/v4/raw/2022-10-20/A97CA9966030D2A3747ED39772930CCE/b8b71b431702edb4f3e0707e77fba28f737d0cf6/4bf1cc49-efe6-4691-a1f2-00fad7175af4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221020%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221020T121428Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2709b3584eec8be8fa46fcba1160584247c965b1872419f9593da8be149c8f31 [2022-10-20T12:14:28.411Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-20T12:14:28.411Z] Dload Upload Total Spent Left Speed [2022-10-20T12:14:28.672Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 527 0 0 100 527 0 2583 --:--:-- --:--:-- --:--:-- 2570 100 527 0 0 100 527 0 2281 --:--:-- --:--:-- --:--:-- 2281 [2022-10-20T12:14:28.672Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/b8b71b431702edb4f3e0707e77fba28f737d0cf6 [Pipeline] } [2022-10-20T12:14:28.701Z] 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-10-20T12:14:30.412Z] + [ -d /w/workspace/_app-service-configurable_PR-476/archives ] [2022-10-20T12:14:30.412Z] + ls -al /w/workspace/_app-service-configurable_PR-476/archives [2022-10-20T12:14:30.412Z] total 16 [2022-10-20T12:14:30.412Z] drwxr-xr-x 3 root root 4096 Oct 20 12:08 . [2022-10-20T12:14:30.412Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 20 12:08 .. [2022-10-20T12:14:30.412Z] drwxr-xr-x 2 root root 4096 Oct 20 12:08 cost [2022-10-20T12:14:30.412Z] -rw-r--r-- 1 root root 96 Oct 20 12:08 cost.csv [2022-10-20T12:14:30.412Z] + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-476/archives [2022-10-20T12:14:30.412Z] + ls -al /w/workspace/_app-service-configurable_PR-476/archives [2022-10-20T12:14:30.412Z] total 16 [2022-10-20T12:14:30.412Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 20 12:08 . [2022-10-20T12:14:30.412Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 20 12:08 .. [2022-10-20T12:14:30.412Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 20 12:08 cost [2022-10-20T12:14:30.412Z] -rw-r--r-- 1 jenkins jenkins 96 Oct 20 12:08 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-10-20T12:14:30.736Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-20T12:14:31.634Z] ---> package-listing.sh [2022-10-20T12:14:31.634Z] ++ facter osfamily [2022-10-20T12:14:31.634Z] ++ tr '[:upper:]' '[:lower:]' [2022-10-20T12:14:31.892Z] + OS_FAMILY=debian [2022-10-20T12:14:31.892Z] + workspace=/w/workspace/_app-service-configurable_PR-476 [2022-10-20T12:14:31.892Z] + START_PACKAGES=/tmp/packages_start.txt [2022-10-20T12:14:31.892Z] + END_PACKAGES=/tmp/packages_end.txt [2022-10-20T12:14:31.892Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-10-20T12:14:31.892Z] + PACKAGES=/tmp/packages_start.txt [2022-10-20T12:14:31.892Z] + '[' /w/workspace/_app-service-configurable_PR-476 ']' [2022-10-20T12:14:31.892Z] + PACKAGES=/tmp/packages_end.txt [2022-10-20T12:14:31.892Z] + case "${OS_FAMILY}" in [2022-10-20T12:14:31.892Z] + dpkg -l [2022-10-20T12:14:31.892Z] + grep '^ii' [2022-10-20T12:14:31.892Z] + '[' -f /tmp/packages_start.txt ']' [2022-10-20T12:14:31.892Z] + '[' -f /tmp/packages_end.txt ']' [2022-10-20T12:14:31.892Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-10-20T12:14:31.892Z] + '[' /w/workspace/_app-service-configurable_PR-476 ']' [2022-10-20T12:14:31.892Z] + mkdir -p /w/workspace/_app-service-configurable_PR-476/archives/ [2022-10-20T12:14:31.892Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-476/archives/ [Pipeline] echo [2022-10-20T12:14:31.922Z] 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-476/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-10-20T12:14:32.213Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-20T12:14:32.881Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-20T12:14:32.881Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-20T12:14:33.009Z] prd-ubuntu20.04-docker-8c-8g-8681 does not seem to be running inside a container [2022-10-20T12:14:33.039Z] $ 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-476/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-476 -v /w/workspace/_app-service-configurable_PR-476:/w/workspace/_app-service-configurable_PR-476:rw,z -v /w/workspace/_app-service-configurable_PR-476@tmp:/w/workspace/_app-service-configurable_PR-476@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 [2022-10-20T12:14:34.188Z] $ docker top 09c523221790e4e42e6bf4b941337385002e685a980e34551d6ac3cfb2b5bd54 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-20T12:14:34.609Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-10-20T12:14:34.913Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-10-20T12:14:35.225Z] + ls /var/log/sa-host [2022-10-20T12:14:35.225Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-20T12:14:35.430Z] provisioning config files... [2022-10-20T12:14:35.441Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-476@tmp/config9794570956763031027tmp [Pipeline] { [Pipeline] echo [2022-10-20T12:14:35.485Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-20T12:14:35.797Z] ---> create-netrc.sh [Pipeline] } [2022-10-20T12:14:35.824Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-10-20T12:14:36.234Z] ---> python-tools-install.sh [Pipeline] echo [2022-10-20T12:14:36.265Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-20T12:14:36.570Z] ---> sudo-logs.sh [2022-10-20T12:14:36.571Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-10-20T12:14:36.652Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-20T12:14:36.961Z] ---> job-cost.sh [2022-10-20T12:14:36.961Z] lf-activate-venv: SKIPPING [2022-10-20T12:14:36.961Z] DEBUG: total: 0.2199999988079071 [2022-10-20T12:14:36.961Z] INFO: Retrieving Stack Cost... [2022-10-20T12:14:37.221Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-20T12:14:37.791Z] INFO: Archiving Costs [Pipeline] echo [2022-10-20T12:14:37.823Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-20T12:14:38.132Z] ---> logs-deploy.sh [2022-10-20T12:14:38.132Z] lf-activate-venv: SKIPPING [2022-10-20T12:14:38.132Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-476/1 [2022-10-20T12:14:38.132Z] INFO: archiving workspace using pattern(s): [2022-10-20T12:14:39.552Z] Archives upload complete. [2022-10-20T12:14:39.552Z] INFO: archiving logs to Nexus