Pull request #405 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2ea1e1bbcfaac057ca5a375f648ef93dd1ec862f+323c9d7b071dcad20db500b9107a4775ac8effe6 (18b24f99682adaae57b78784366c14b7ed37a50a) 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-ssh5103624980501769279.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c72b16708d6eed9a08be464a432ce22db7d90667 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-ssh9777129765194436634.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision c72b16708d6eed9a08be464a432ce22db7d90667 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-405/workspace@libs/edgex-global-pipelines # 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-405/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh11666188358842090770.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-405/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh18107045830205357537.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c72b16708d6eed9a08be464a432ce22db7d90667 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c72b16708d6eed9a08be464a432ce22db7d90667 # timeout=10 Commit message: "Merge pull request #378 from ernestojeda/ubuntu-20-changes" > 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 shared 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-ssh18215498026063308982.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 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-405/workspace@libs/lf-pipelines # 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-405/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh8986767671944806590.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > 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 c72b16708d6eed9a08be464a432ce22db7d90667 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared 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.17 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 [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-21338 in /w/workspace/_app-service-configurable_PR-405 [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-405 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 323c9d7b071dcad20db500b9107a4775ac8effe6 into PR head commit 2ea1e1bbcfaac057ca5a375f648ef93dd1ec862f Merge succeeded, producing 2ea1e1bbcfaac057ca5a375f648ef93dd1ec862f Checking out Revision 2ea1e1bbcfaac057ca5a375f648ef93dd1ec862f (PR-405) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/405/head:refs/remotes/origin/PR-405 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2ea1e1bbcfaac057ca5a375f648ef93dd1ec862f # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 323c9d7b071dcad20db500b9107a4775ac8effe6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2ea1e1bbcfaac057ca5a375f648ef93dd1ec862f # timeout=10 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 c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-04-19T12:04:34.281Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-04-19T12:04:34.443Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-04-19T12:04:34.523Z] ========================================================= [2022-04-19T12:04:34.523Z] EdgeX Global Pipelines Version Info [2022-04-19T12:04:34.523Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-04-19T12:04:35.304Z] ------------------- [2022-04-19T12:04:35.304Z] stable info: [2022-04-19T12:04:35.304Z] ------------------- [2022-04-19T12:04:35.304Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-19T12:04:35.304Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-19T12:04:35.304Z] Message: update stable to v1.0.221 [2022-04-19T12:04:35.879Z] ------------------- [2022-04-19T12:04:35.879Z] experimental info: [2022-04-19T12:04:35.879Z] ------------------- [2022-04-19T12:04:35.879Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-19T12:04:35.879Z] Commit SHA: 2d41b7a85c8a62c0c33f5e39ad1462a101ac531d [2022-04-19T12:04:35.879Z] Message: update experimental to v1.0.222 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-04-19T12:04:36.133Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2022-04-19T12:04:36.176Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2022-04-19T12:04:36.220Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-04-19T12:04:36.262Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-04-19T12:04:36.304Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-04-19T12:04:36.346Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-04-19T12:04:36.389Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-04-19T12:04:36.428Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-04-19T12:04:36.470Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-04-19T12:04:36.509Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-04-19T12:04:36.561Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-04-19T12:04:36.602Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2022-04-19T12:04:36.641Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-04-19T12:04:36.686Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-04-19T12:04:36.726Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-04-19T12:04:36.763Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-04-19T12:04:36.800Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-04-19T12:04:36.838Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-04-19T12:04:36.875Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-04-19T12:04:36.913Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-04-19T12:04:36.954Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-04-19T12:04:37.005Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-04-19T12:04:37.043Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-04-19T12:04:37.083Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-04-19T12:04:37.124Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-04-19T12:04:37.164Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-04-19T12:04:37.205Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-405 [Pipeline] echo [2022-04-19T12:04:37.241Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-405 [Pipeline] echo [2022-04-19T12:04:37.281Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-405 [Pipeline] echo [2022-04-19T12:04:37.320Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2ea1e1bbcfaac057ca5a375f648ef93dd1ec862f [Pipeline] echo [2022-04-19T12:04:37.359Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2ea1e1b [Pipeline] echo [2022-04-19T12:04:37.395Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-19T12:04:37.520Z] provisioning config files... [2022-04-19T12:04:37.532Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-405@tmp/config4562504244628086673tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-19T12:04:37.968Z] ---> docker-login.sh [2022-04-19T12:04:37.968Z] nexus3.edgexfoundry.org:10001 [2022-04-19T12:04:38.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T12:04:38.806Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T12:04:38.806Z] Configure a credential helper to remove this warning. See [2022-04-19T12:04:38.807Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T12:04:38.807Z] [2022-04-19T12:04:38.807Z] Login Succeeded [2022-04-19T12:04:38.807Z] nexus3.edgexfoundry.org:10002 [2022-04-19T12:04:38.807Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T12:04:38.807Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T12:04:38.807Z] Configure a credential helper to remove this warning. See [2022-04-19T12:04:38.807Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T12:04:38.807Z] [2022-04-19T12:04:38.807Z] Login Succeeded [2022-04-19T12:04:38.807Z] nexus3.edgexfoundry.org:10003 [2022-04-19T12:04:39.066Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T12:04:39.066Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T12:04:39.066Z] Configure a credential helper to remove this warning. See [2022-04-19T12:04:39.066Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T12:04:39.066Z] [2022-04-19T12:04:39.066Z] Login Succeeded [2022-04-19T12:04:39.066Z] nexus3.edgexfoundry.org:10004 [2022-04-19T12:04:39.066Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T12:04:39.329Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T12:04:39.329Z] Configure a credential helper to remove this warning. See [2022-04-19T12:04:39.329Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T12:04:39.329Z] [2022-04-19T12:04:39.329Z] Login Succeeded [2022-04-19T12:04:39.329Z] docker.io [2022-04-19T12:04:39.329Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T12:04:39.591Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T12:04:39.591Z] Configure a credential helper to remove this warning. See [2022-04-19T12:04:39.591Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T12:04:39.591Z] [2022-04-19T12:04:39.591Z] Login Succeeded [2022-04-19T12:04:39.591Z] ---> docker-login.sh ends [Pipeline] } [2022-04-19T12:04:39.621Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-04-19T12:04:40.279Z] + git rev-list -1 --merges 2ea1e1bbcfaac057ca5a375f648ef93dd1ec862f~1..2ea1e1bbcfaac057ca5a375f648ef93dd1ec862f [Pipeline] echo [2022-04-19T12:04:40.340Z] -----------> git rev-list -1 --merges 2ea1e1bbcfaac057ca5a375f648ef93dd1ec862f~1..2ea1e1bbcfaac057ca5a375f648ef93dd1ec862f 2ea1e1bbcfaac057ca5a375f648ef93dd1ec862f [false] [Pipeline] sh [2022-04-19T12:04:40.661Z] + git log --format=format:%s -1 2ea1e1bbcfaac057ca5a375f648ef93dd1ec862f [Pipeline] echo [2022-04-19T12:04:40.709Z] ========================================================= [2022-04-19T12:04:40.709Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-04-19T12:04:40.709Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-19T12:04:41.158Z] + git log --format=format:%s -1 2ea1e1bbcfaac057ca5a375f648ef93dd1ec862f [Pipeline] echo [2022-04-19T12:04:41.194Z] [semverPrep] GIT_COMMIT: 2ea1e1bbcfaac057ca5a375f648ef93dd1ec862f, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 [Pipeline] echo [2022-04-19T12:04:41.224Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-04-19T12:04:41.679Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-19T12:04:41.679Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-04-19T12:04:41.679Z] + [ -e /tmp/ssh_known_hosts ] [2022-04-19T12:04:41.679Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-04-19T12:04:41.679Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-04-19T12:04:41.679Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-04-19T12:04:41.680Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-19T12:04:42.147Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-19T12:04:42.147Z] [2022-04-19T12:04:42.147Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T12:04:42.493Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-19T12:04:42.493Z] latest: Pulling from edgex-devops/git-semver [2022-04-19T12:04:42.493Z] a0d0a0d46f8b: Pulling fs layer [2022-04-19T12:04:42.493Z] 3e5f54012d9b: Pulling fs layer [2022-04-19T12:04:42.493Z] 4c7163046ea9: Pulling fs layer [2022-04-19T12:04:42.493Z] 0c2d73faf560: Pulling fs layer [2022-04-19T12:04:42.493Z] 0c2d73faf560: Waiting [2022-04-19T12:04:42.493Z] 3e5f54012d9b: Verifying Checksum [2022-04-19T12:04:42.493Z] 3e5f54012d9b: Download complete [2022-04-19T12:04:42.493Z] a0d0a0d46f8b: Verifying Checksum [2022-04-19T12:04:42.755Z] 0c2d73faf560: Verifying Checksum [2022-04-19T12:04:42.755Z] 0c2d73faf560: Download complete [2022-04-19T12:04:42.755Z] 4c7163046ea9: Verifying Checksum [2022-04-19T12:04:42.755Z] 4c7163046ea9: Download complete [2022-04-19T12:04:42.755Z] a0d0a0d46f8b: Pull complete [2022-04-19T12:04:42.755Z] 3e5f54012d9b: Pull complete [2022-04-19T12:04:43.017Z] 4c7163046ea9: Pull complete [2022-04-19T12:04:43.281Z] 0c2d73faf560: Pull complete [2022-04-19T12:04:43.281Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-04-19T12:04:43.281Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-19T12:04:43.281Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-04-19T12:04:43.382Z] prd-ubuntu20.04-docker-8c-8g-21338 does not seem to be running inside a container [2022-04-19T12:04:43.420Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-405 -v /w/workspace/_app-service-configurable_PR-405:/w/workspace/_app-service-configurable_PR-405:rw,z -v /w/workspace/_app-service-configurable_PR-405@tmp:/w/workspace/_app-service-configurable_PR-405@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-04-19T12:04:44.157Z] $ docker top 36157cfac9340021f59e627c0c2df1c697d01627af641f1a283f92ae4e83aa24 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-19T12:04:44.362Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-19T12:04:44.362Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-19T12:04:44.501Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-19T12:04:44.496Z] $ docker exec 36157cfac9340021f59e627c0c2df1c697d01627af641f1a283f92ae4e83aa24 ssh-agent [2022-04-19T12:04:44.635Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXGFcKCa/agent.13 [2022-04-19T12:04:44.635Z] SSH_AGENT_PID=20 [2022-04-19T12:04:44.644Z] Running ssh-add (command line suppressed) [2022-04-19T12:04:44.752Z] Identity added: /w/workspace/_app-service-configurable_PR-405@tmp/private_key_3613163748622099317.key (/w/workspace/_app-service-configurable_PR-405@tmp/private_key_3613163748622099317.key) [2022-04-19T12:04:44.778Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-19T12:04:45.109Z] + git tag --points-at HEAD [Pipeline] } [2022-04-19T12:04:45.129Z] $ docker exec --env ******** --env ******** 36157cfac9340021f59e627c0c2df1c697d01627af641f1a283f92ae4e83aa24 ssh-agent -k [2022-04-19T12:04:45.245Z] unset SSH_AUTH_SOCK; [2022-04-19T12:04:45.245Z] unset SSH_AGENT_PID; [2022-04-19T12:04:45.245Z] echo Agent pid 20 killed; [2022-04-19T12:04:45.261Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-04-19T12:04:45.344Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-19T12:04:45.344Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-19T12:04:45.481Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-19T12:04:45.477Z] $ docker exec 36157cfac9340021f59e627c0c2df1c697d01627af641f1a283f92ae4e83aa24 ssh-agent [2022-04-19T12:04:45.607Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXcELgeH/agent.54 [2022-04-19T12:04:45.607Z] SSH_AGENT_PID=60 [2022-04-19T12:04:45.613Z] Running ssh-add (command line suppressed) [2022-04-19T12:04:45.719Z] Identity added: /w/workspace/_app-service-configurable_PR-405@tmp/private_key_1605186875789625859.key (/w/workspace/_app-service-configurable_PR-405@tmp/private_key_1605186875789625859.key) [2022-04-19T12:04:45.741Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-19T12:04:46.077Z] + git semver init [2022-04-19T12:04:46.077Z] # -> Open(): unable to determine branch for HEAD [2022-04-19T12:04:46.077Z] # $GIT_DIR = /w/workspace/_app-service-configurable_PR-405/.git [2022-04-19T12:04:46.077Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_PR-405 [2022-04-19T12:04:46.077Z] # $SEMVER_REMOTE_NAME = origin [2022-04-19T12:04:46.077Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-19T12:04:46.077Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-19T12:04:46.077Z] # $SEMVER_BRANCH = PR-405 [2022-04-19T12:04:46.077Z] # $SEMVER_TEMP = /tmp/semver-726165815 [2022-04-19T12:04:46.077Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2022-04-19T12:04:47.025Z] # '/tmp/semver-726165815' -> '/w/workspace/_app-service-configurable_PR-405/.semver' [2022-04-19T12:04:47.025Z] # -> Force: false [2022-04-19T12:04:47.025Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_PR-405/.semver [Pipeline] } [2022-04-19T12:04:47.045Z] $ docker exec --env ******** --env ******** 36157cfac9340021f59e627c0c2df1c697d01627af641f1a283f92ae4e83aa24 ssh-agent -k [2022-04-19T12:04:47.177Z] unset SSH_AUTH_SOCK; [2022-04-19T12:04:47.177Z] unset SSH_AGENT_PID; [2022-04-19T12:04:47.177Z] echo Agent pid 60 killed; [2022-04-19T12:04:47.193Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-19T12:04:47.610Z] + git semver [Pipeline] } [2022-04-19T12:04:47.642Z] $ docker stop --time=1 36157cfac9340021f59e627c0c2df1c697d01627af641f1a283f92ae4e83aa24 [2022-04-19T12:04:49.114Z] $ docker rm -f 36157cfac9340021f59e627c0c2df1c697d01627af641f1a283f92ae4e83aa24 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-19T12:04:49.549Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-04-19T12:04:49.899Z] Stashed 1 file(s) [Pipeline] echo [2022-04-19T12:04:49.916Z] [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-04-19T12:04:50.503Z] provisioning config files... [2022-04-19T12:04:50.515Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-405@tmp/config6856342089859508617tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-19T12:04:50.858Z] ---> docker-login.sh [2022-04-19T12:04:50.858Z] nexus3.edgexfoundry.org:10001 [2022-04-19T12:04:50.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T12:04:50.858Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T12:04:50.858Z] Configure a credential helper to remove this warning. See [2022-04-19T12:04:50.858Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T12:04:50.858Z] [2022-04-19T12:04:50.858Z] Login Succeeded [2022-04-19T12:04:50.858Z] nexus3.edgexfoundry.org:10002 [2022-04-19T12:04:51.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T12:04:51.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T12:04:51.120Z] Configure a credential helper to remove this warning. See [2022-04-19T12:04:51.120Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T12:04:51.120Z] [2022-04-19T12:04:51.120Z] Login Succeeded [2022-04-19T12:04:51.120Z] nexus3.edgexfoundry.org:10003 [2022-04-19T12:04:51.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T12:04:51.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T12:04:51.120Z] Configure a credential helper to remove this warning. See [2022-04-19T12:04:51.120Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T12:04:51.120Z] [2022-04-19T12:04:51.120Z] Login Succeeded [2022-04-19T12:04:51.120Z] nexus3.edgexfoundry.org:10004 [2022-04-19T12:04:51.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T12:04:51.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T12:04:51.382Z] Configure a credential helper to remove this warning. See [2022-04-19T12:04:51.382Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T12:04:51.382Z] [2022-04-19T12:04:51.382Z] Login Succeeded [2022-04-19T12:04:51.382Z] docker.io [2022-04-19T12:04:51.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T12:04:51.957Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T12:04:51.958Z] Configure a credential helper to remove this warning. See [2022-04-19T12:04:51.958Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T12:04:51.958Z] [2022-04-19T12:04:51.958Z] Login Succeeded [2022-04-19T12:04:51.958Z] ---> docker-login.sh ends [Pipeline] } [2022-04-19T12:04:51.987Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-19T12:04:52.176Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-19T12:04:52.212Z] ========================================================= [2022-04-19T12:04:52.212Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-04-19T12:04:52.212Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-04-19T12:04:52.618Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-04-19T12:04:52.618Z] Sending build context to Docker daemon 3.013MB [2022-04-19T12:04:52.618Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-04-19T12:04:52.618Z] Step 2/13 : FROM ${BASE} AS builder [2022-04-19T12:04:52.618Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-04-19T12:04:52.618Z] 59bf1c3509f3: Pulling fs layer [2022-04-19T12:04:52.618Z] 666ba61612fd: Pulling fs layer [2022-04-19T12:04:52.618Z] 8ed8ca486205: Pulling fs layer [2022-04-19T12:04:52.618Z] 4fe6c5a15a65: Pulling fs layer [2022-04-19T12:04:52.618Z] 22a0e8bec74d: Pulling fs layer [2022-04-19T12:04:52.618Z] 640e595b4fbd: Pulling fs layer [2022-04-19T12:04:52.618Z] 763cafe07f6e: Pulling fs layer [2022-04-19T12:04:52.618Z] 0c0b528cf693: Pulling fs layer [2022-04-19T12:04:52.618Z] 10935f4eaf8b: Pulling fs layer [2022-04-19T12:04:52.618Z] 4fe6c5a15a65: Waiting [2022-04-19T12:04:52.618Z] 763cafe07f6e: Waiting [2022-04-19T12:04:52.618Z] 22a0e8bec74d: Waiting [2022-04-19T12:04:52.618Z] 640e595b4fbd: Waiting [2022-04-19T12:04:52.618Z] 10935f4eaf8b: Waiting [2022-04-19T12:04:52.886Z] 8ed8ca486205: Download complete [2022-04-19T12:04:52.886Z] 666ba61612fd: Download complete [2022-04-19T12:04:52.886Z] 22a0e8bec74d: Verifying Checksum [2022-04-19T12:04:52.886Z] 22a0e8bec74d: Download complete [2022-04-19T12:04:52.886Z] 640e595b4fbd: Verifying Checksum [2022-04-19T12:04:52.886Z] 640e595b4fbd: Download complete [2022-04-19T12:04:52.886Z] 763cafe07f6e: Verifying Checksum [2022-04-19T12:04:52.886Z] 763cafe07f6e: Download complete [2022-04-19T12:04:52.886Z] 59bf1c3509f3: Verifying Checksum [2022-04-19T12:04:52.886Z] 59bf1c3509f3: Download complete [2022-04-19T12:04:52.886Z] 0c0b528cf693: Verifying Checksum [2022-04-19T12:04:52.886Z] 0c0b528cf693: Download complete [2022-04-19T12:04:52.886Z] 59bf1c3509f3: Pull complete [2022-04-19T12:04:53.149Z] 666ba61612fd: Pull complete [2022-04-19T12:04:53.416Z] 8ed8ca486205: Pull complete [2022-04-19T12:04:53.681Z] 10935f4eaf8b: Verifying Checksum [2022-04-19T12:04:53.681Z] 10935f4eaf8b: Download complete [2022-04-19T12:04:53.681Z] 4fe6c5a15a65: Verifying Checksum [2022-04-19T12:04:53.681Z] 4fe6c5a15a65: Download complete [2022-04-19T12:04:57.884Z] 4fe6c5a15a65: Pull complete [2022-04-19T12:04:57.884Z] 22a0e8bec74d: Pull complete [2022-04-19T12:04:57.884Z] 640e595b4fbd: Pull complete [2022-04-19T12:04:58.145Z] 763cafe07f6e: Pull complete [2022-04-19T12:04:58.405Z] 0c0b528cf693: Pull complete [2022-04-19T12:05:00.948Z] 10935f4eaf8b: Pull complete [2022-04-19T12:05:00.948Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-04-19T12:05:00.948Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-19T12:05:00.948Z] ---> 99d49a6021b9 [2022-04-19T12:05:00.948Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-04-19T12:05:05.176Z] ---> Running in 96e881e4ec6b [2022-04-19T12:05:05.321Z] Still waiting to schedule task [2022-04-19T12:05:05.322Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-04-19T12:05:05.443Z] Removing intermediate container 96e881e4ec6b [2022-04-19T12:05:05.443Z] ---> bdec3e044a2f [2022-04-19T12:05:05.443Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-04-19T12:05:06.108Z] ---> Running in 98e76673a43c [2022-04-19T12:05:06.108Z] Removing intermediate container 98e76673a43c [2022-04-19T12:05:06.108Z] ---> d3631ab29797 [2022-04-19T12:05:06.108Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-04-19T12:05:06.683Z] ---> Running in 1cb71646da4b [2022-04-19T12:05:06.945Z] Removing intermediate container 1cb71646da4b [2022-04-19T12:05:06.945Z] ---> 8e8a26761d44 [2022-04-19T12:05:06.945Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T12:05:07.208Z] ---> Running in d1e8f7fdca6b [2022-04-19T12:05:08.601Z] Removing intermediate container d1e8f7fdca6b [2022-04-19T12:05:08.601Z] ---> 978b8d632dc2 [2022-04-19T12:05:08.601Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-19T12:05:08.601Z] ---> Running in 33ad31e8bbe4 [2022-04-19T12:05:08.863Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T12:05:09.809Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T12:05:10.382Z] OK: 221 MiB in 52 packages [2022-04-19T12:05:11.328Z] Removing intermediate container 33ad31e8bbe4 [2022-04-19T12:05:11.328Z] ---> dc3cc89d7113 [2022-04-19T12:05:11.328Z] Step 8/13 : WORKDIR /app [2022-04-19T12:05:11.328Z] ---> Running in 65abfa31cb2e [2022-04-19T12:05:11.591Z] Removing intermediate container 65abfa31cb2e [2022-04-19T12:05:11.591Z] ---> fb34d6d0e114 [2022-04-19T12:05:11.591Z] Step 9/13 : COPY go.mod vendor* ./ [2022-04-19T12:05:12.166Z] ---> 9a487bd9dd3b [2022-04-19T12:05:12.166Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T12:05:12.426Z] ---> Running in 6a31c435e8ff [2022-04-19T12:05:34.393Z] Removing intermediate container 6a31c435e8ff [2022-04-19T12:05:34.393Z] ---> c7e30d518e4e [2022-04-19T12:05:34.393Z] Step 11/13 : COPY . . [2022-04-19T12:05:34.393Z] ---> a15f890b41a4 [2022-04-19T12:05:34.393Z] Step 12/13 : ARG MAKE="make build" [2022-04-19T12:05:34.393Z] ---> Running in 8589bc2de4de [2022-04-19T12:05:34.393Z] Removing intermediate container 8589bc2de4de [2022-04-19T12:05:34.393Z] ---> e039232cadd4 [2022-04-19T12:05:34.393Z] Step 13/13 : RUN $MAKE [2022-04-19T12:05:34.393Z] ---> Running in 0bf11517c00c [2022-04-19T12:05:34.393Z] noop [2022-04-19T12:05:34.393Z] Removing intermediate container 0bf11517c00c [2022-04-19T12:05:34.393Z] ---> d2cc514345e0 [2022-04-19T12:05:34.393Z] Successfully built d2cc514345e0 [2022-04-19T12:05:34.393Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T12:05:34.870Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-19T12:05:34.870Z] . [Pipeline] withDockerContainer [2022-04-19T12:05:34.965Z] prd-ubuntu20.04-docker-8c-8g-21338 does not seem to be running inside a container [2022-04-19T12:05:35.014Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-405 -v /w/workspace/_app-service-configurable_PR-405:/w/workspace/_app-service-configurable_PR-405:rw,z -v /w/workspace/_app-service-configurable_PR-405@tmp:/w/workspace/_app-service-configurable_PR-405@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-19T12:05:35.394Z] $ docker top 66759a1f5515c2f105c10664fc5b172488a766edcc6cdcdb5626ab804f944671 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T12:05:35.791Z] + go version [2022-04-19T12:05:35.791Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-04-19T12:05:35.837Z] $ docker stop --time=1 66759a1f5515c2f105c10664fc5b172488a766edcc6cdcdb5626ab804f944671 [2022-04-19T12:05:37.122Z] $ docker rm -f 66759a1f5515c2f105c10664fc5b172488a766edcc6cdcdb5626ab804f944671 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T12:05:37.826Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-19T12:05:37.826Z] . [Pipeline] withDockerContainer [2022-04-19T12:05:37.935Z] prd-ubuntu20.04-docker-8c-8g-21338 does not seem to be running inside a container [2022-04-19T12:05:37.992Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-405 -v /w/workspace/_app-service-configurable_PR-405:/w/workspace/_app-service-configurable_PR-405:rw,z -v /w/workspace/_app-service-configurable_PR-405@tmp:/w/workspace/_app-service-configurable_PR-405@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-19T12:05:38.380Z] $ docker top 2c13cbaa874d12936c9c64d91eb077ca6715fe4010e128272d2a666790761648 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-19T12:05:38.810Z] + make test [2022-04-19T12:05:38.811Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-04-19T12:05:48.801Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-04-19T12:05:48.801Z] CGO_ENABLED=1 go vet ./... [2022-04-19T12:05:52.098Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-19T12:05:52.098Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-19T12:05:52.098Z] ./bin/test-attribution-txt.sh [2022-04-19T12:05:52.098Z] An attribution for github.com/golang/protobuf is missing from in Attribution.txt, please add [2022-04-19T12:05:52.098Z] An attribution for github.com/rcrowley/go-metrics is missing from in Attribution.txt, please add [2022-04-19T12:05:52.098Z] An attribution for github.com/spiffe/go-spiffe/v2 is missing from in Attribution.txt, please add [2022-04-19T12:05:52.098Z] An attribution for github.com/zeebo/errs is missing from in Attribution.txt, please add [2022-04-19T12:05:52.098Z] An attribution for google.golang.org/genproto is missing from in Attribution.txt, please add [2022-04-19T12:05:52.098Z] An attribution for google.golang.org/grpc is missing from in Attribution.txt, please add [2022-04-19T12:05:52.098Z] An attribution for google.golang.org/protobuf is missing from in Attribution.txt, please add [2022-04-19T12:05:52.098Z] An attribution for gopkg.in/square/go-jose.v2 is missing from in Attribution.txt, please add [2022-04-19T12:05:52.098Z] make: *** [makefile:47: test] Error 1 [Pipeline] } [2022-04-19T12:05:52.153Z] $ docker stop --time=1 2c13cbaa874d12936c9c64d91eb077ca6715fe4010e128272d2a666790761648 [2022-04-19T12:05:53.845Z] $ docker rm -f 2c13cbaa874d12936c9c64d91eb077ca6715fe4010e128272d2a666790761648 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T12:05:54.938Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-19T12:05:54.938Z] [2022-04-19T12:05:54.938Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T12:05:55.288Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-19T12:05:55.288Z] latest: Pulling from edgex-lftools-log-publisher [2022-04-19T12:05:55.288Z] 5eb5b503b376: Pulling fs layer [2022-04-19T12:05:55.288Z] 5c69ac0246d0: Pulling fs layer [2022-04-19T12:05:55.288Z] ec43610c2a17: Pulling fs layer [2022-04-19T12:05:55.288Z] 3a2ae6a8a46f: Pulling fs layer [2022-04-19T12:05:55.288Z] 33b1e0a273af: Pulling fs layer [2022-04-19T12:05:55.288Z] 5d3b04190fa2: Pulling fs layer [2022-04-19T12:05:55.288Z] 2f39f015ded8: Pulling fs layer [2022-04-19T12:05:55.288Z] 3a2ae6a8a46f: Waiting [2022-04-19T12:05:55.288Z] 33b1e0a273af: Waiting [2022-04-19T12:05:55.288Z] 5d3b04190fa2: Waiting [2022-04-19T12:05:55.288Z] 2f39f015ded8: Waiting [2022-04-19T12:05:55.288Z] 5c69ac0246d0: Verifying Checksum [2022-04-19T12:05:55.288Z] 5c69ac0246d0: Download complete [2022-04-19T12:05:55.288Z] 3a2ae6a8a46f: Verifying Checksum [2022-04-19T12:05:55.288Z] 3a2ae6a8a46f: Download complete [2022-04-19T12:05:55.288Z] 33b1e0a273af: Verifying Checksum [2022-04-19T12:05:55.288Z] 33b1e0a273af: Download complete [2022-04-19T12:05:55.288Z] ec43610c2a17: Verifying Checksum [2022-04-19T12:05:55.288Z] ec43610c2a17: Download complete [2022-04-19T12:05:55.288Z] 5d3b04190fa2: Verifying Checksum [2022-04-19T12:05:55.288Z] 5d3b04190fa2: Download complete [2022-04-19T12:05:55.552Z] 5eb5b503b376: Verifying Checksum [2022-04-19T12:05:55.552Z] 5eb5b503b376: Download complete [2022-04-19T12:05:56.120Z] 2f39f015ded8: Download complete [2022-04-19T12:05:56.687Z] 5eb5b503b376: Pull complete [2022-04-19T12:05:56.947Z] 5c69ac0246d0: Pull complete [2022-04-19T12:05:57.206Z] ec43610c2a17: Pull complete [2022-04-19T12:05:57.466Z] 3a2ae6a8a46f: Pull complete [2022-04-19T12:05:57.466Z] 33b1e0a273af: Pull complete [2022-04-19T12:05:57.726Z] 5d3b04190fa2: Pull complete [2022-04-19T12:06:01.917Z] 2f39f015ded8: Pull complete [2022-04-19T12:06:01.917Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-04-19T12:06:01.917Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-19T12:06:01.917Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-04-19T12:06:02.005Z] prd-ubuntu20.04-docker-8c-8g-21338 does not seem to be running inside a container [2022-04-19T12:06:02.056Z] $ 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-405 -v /w/workspace/_app-service-configurable_PR-405:/w/workspace/_app-service-configurable_PR-405:rw,z -v /w/workspace/_app-service-configurable_PR-405@tmp:/w/workspace/_app-service-configurable_PR-405@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-04-19T12:06:03.681Z] $ docker top 413c45fb4049e273f6259d7add107eeff14712cc98a1cbfcb4f84fe277b70daa -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-19T12:06:04.175Z] ---> job-cost.sh [2022-04-19T12:06:04.176Z] lf-activate-venv: SKIPPING [2022-04-19T12:06:04.176Z] INFO: No Stack... [2022-04-19T12:06:04.438Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-19T12:06:05.012Z] INFO: Archiving Costs [Pipeline] sh [2022-04-19T12:06:05.328Z] + cat /w/workspace/_app-service-configurable_PR-405/archives/cost.csv [2022-04-19T12:06:05.328Z] + cut -d, -f6 [Pipeline] lock [2022-04-19T12:06:05.375Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-405-1-stack-cost] [2022-04-19T12:06:05.381Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-405-1-stack-cost] did not exist. Created. [2022-04-19T12:06:05.381Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-405-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-19T12:06:05.781Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-04-19T12:06:05.848Z] Stashed 1 file(s) [Pipeline] } [2022-04-19T12:06:05.879Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-405-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-19T12:06:05.973Z] $ docker stop --time=1 413c45fb4049e273f6259d7add107eeff14712cc98a1cbfcb4f84fe277b70daa [2022-04-19T12:06:07.154Z] $ docker rm -f 413c45fb4049e273f6259d7add107eeff14712cc98a1cbfcb4f84fe277b70daa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-19T12:06:07.510Z] Failed in branch amd64 [2022-04-19T12:06:39.163Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-21339 in /w/workspace/_app-service-configurable_PR-405 [Pipeline] { [Pipeline] ws [2022-04-19T12:06:39.206Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2022-04-19T12:06:39.478Z] Selected Git installation does not exist. Using Default [2022-04-19T12:06:39.479Z] The recommended git tool is: NONE [2022-04-19T12:06:46.909Z] using credential edgex-jenkins-ssh [2022-04-19T12:06:46.927Z] Cloning the remote Git repository [2022-04-19T12:06:47.089Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2022-04-19T12:06:47.233Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2022-04-19T12:06:47.444Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-04-19T12:06:47.445Z] > git --version # timeout=10 [2022-04-19T12:06:47.467Z] > git --version # 'git version 2.25.1' [2022-04-19T12:06:47.469Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-19T12:06:47.628Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-19T12:06:49.557Z] Merging remotes/origin/main commit 323c9d7b071dcad20db500b9107a4775ac8effe6 into PR head commit 2ea1e1bbcfaac057ca5a375f648ef93dd1ec862f [2022-04-19T12:06:49.812Z] Merge succeeded, producing 2ea1e1bbcfaac057ca5a375f648ef93dd1ec862f [2022-04-19T12:06:49.812Z] Checking out Revision 2ea1e1bbcfaac057ca5a375f648ef93dd1ec862f (PR-405) [2022-04-19T12:06:48.901Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-04-19T12:06:48.954Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-19T12:06:48.984Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-04-19T12:06:49.018Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-04-19T12:06:49.019Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-19T12:06:49.032Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/405/head:refs/remotes/origin/PR-405 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-04-19T12:06:49.581Z] > git config core.sparsecheckout # timeout=10 [2022-04-19T12:06:49.605Z] > git checkout -f 2ea1e1bbcfaac057ca5a375f648ef93dd1ec862f # timeout=10 [2022-04-19T12:06:49.708Z] > git remote # timeout=10 [2022-04-19T12:06:49.732Z] > git config --get remote.origin.url # timeout=10 [2022-04-19T12:06:49.754Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-19T12:06:49.770Z] > git merge 323c9d7b071dcad20db500b9107a4775ac8effe6 # timeout=10 [2022-04-19T12:06:49.802Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-19T12:06:49.824Z] > git config core.sparsecheckout # timeout=10 [2022-04-19T12:06:49.858Z] > git checkout -f 2ea1e1bbcfaac057ca5a375f648ef93dd1ec862f # timeout=10 [2022-04-19T12:06:54.164Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" [2022-04-19T12:06:54.228Z] > git --version # timeout=10 [2022-04-19T12:06:54.240Z] > git --version # 'git version 2.25.1' [2022-04-19T12:06:54.254Z] fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-19T12:06:55.344Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-04-19T12:06:55.344Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-19T12:06:55.344Z] Dload Upload Total Spent Left Speed [2022-04-19T12:06:55.344Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 46625 0 --:--:-- --:--:-- --:--:-- 46625 [Pipeline] sh [2022-04-19T12:06:55.941Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-04-19T12:06:56.307Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-04-19T12:06:56.307Z] + sudo tee /etc/docker/daemon.new [2022-04-19T12:06:56.307Z] { [2022-04-19T12:06:56.307Z] "registry-mirrors": [ [2022-04-19T12:06:56.307Z] "https://nexus3.edgexfoundry.org:10001" [2022-04-19T12:06:56.307Z] ], [2022-04-19T12:06:56.307Z] "bip": "10.250.0.254/24", [2022-04-19T12:06:56.307Z] "hosts": [ [2022-04-19T12:06:56.307Z] "tcp://0.0.0.0:5555", [2022-04-19T12:06:56.307Z] "unix:///var/run/docker.sock" [2022-04-19T12:06:56.307Z] ], [2022-04-19T12:06:56.307Z] "mtu": 1458, [2022-04-19T12:06:56.307Z] "selinux-enabled": true, [2022-04-19T12:06:56.307Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-04-19T12:06:56.307Z] } [Pipeline] sh [2022-04-19T12:06:56.669Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-04-19T12:06:57.034Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-19T12:07:15.500Z] provisioning config files... [2022-04-19T12:07:15.525Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config1527006085812017094tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-19T12:07:16.104Z] ---> docker-login.sh [2022-04-19T12:07:16.104Z] nexus3.edgexfoundry.org:10001 [2022-04-19T12:07:16.703Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T12:07:16.974Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T12:07:16.974Z] Configure a credential helper to remove this warning. See [2022-04-19T12:07:16.974Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T12:07:16.974Z] [2022-04-19T12:07:16.974Z] Login Succeeded [2022-04-19T12:07:16.974Z] nexus3.edgexfoundry.org:10002 [2022-04-19T12:07:17.249Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T12:07:17.249Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T12:07:17.249Z] Configure a credential helper to remove this warning. See [2022-04-19T12:07:17.249Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T12:07:17.249Z] [2022-04-19T12:07:17.249Z] Login Succeeded [2022-04-19T12:07:17.523Z] nexus3.edgexfoundry.org:10003 [2022-04-19T12:07:17.808Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T12:07:17.808Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T12:07:17.808Z] Configure a credential helper to remove this warning. See [2022-04-19T12:07:17.808Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T12:07:17.808Z] [2022-04-19T12:07:17.808Z] Login Succeeded [2022-04-19T12:07:17.808Z] nexus3.edgexfoundry.org:10004 [2022-04-19T12:07:18.080Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T12:07:18.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T12:07:18.355Z] Configure a credential helper to remove this warning. See [2022-04-19T12:07:18.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T12:07:18.355Z] [2022-04-19T12:07:18.355Z] Login Succeeded [2022-04-19T12:07:18.355Z] docker.io [2022-04-19T12:07:18.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T12:07:18.900Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T12:07:18.900Z] Configure a credential helper to remove this warning. See [2022-04-19T12:07:18.900Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T12:07:18.900Z] [2022-04-19T12:07:18.900Z] Login Succeeded [2022-04-19T12:07:18.900Z] ---> docker-login.sh ends [Pipeline] } [2022-04-19T12:07:18.932Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-19T12:07:19.323Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-19T12:07:19.357Z] ========================================================= [2022-04-19T12:07:19.357Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-04-19T12:07:19.357Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-04-19T12:07:19.787Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-04-19T12:07:19.787Z] Sending build context to Docker daemon 214.5kB [2022-04-19T12:07:20.060Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-04-19T12:07:20.060Z] Step 2/13 : FROM ${BASE} AS builder [2022-04-19T12:07:20.338Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-04-19T12:07:20.338Z] 9b3977197b4f: Pulling fs layer [2022-04-19T12:07:20.338Z] 1a89e8eeedd5: Pulling fs layer [2022-04-19T12:07:20.338Z] 94645a83ff95: Pulling fs layer [2022-04-19T12:07:20.338Z] 3f3a8bcf1eab: Pulling fs layer [2022-04-19T12:07:20.338Z] 0c92f367c5e7: Pulling fs layer [2022-04-19T12:07:20.338Z] f7c0051592d6: Pulling fs layer [2022-04-19T12:07:20.338Z] a227ed2f7395: Pulling fs layer [2022-04-19T12:07:20.338Z] 7b1c46037f91: Pulling fs layer [2022-04-19T12:07:20.338Z] 0c92f367c5e7: Waiting [2022-04-19T12:07:20.338Z] f7c0051592d6: Waiting [2022-04-19T12:07:20.338Z] a227ed2f7395: Waiting [2022-04-19T12:07:20.338Z] 7b1c46037f91: Waiting [2022-04-19T12:07:20.338Z] 3f3a8bcf1eab: Waiting [2022-04-19T12:07:20.338Z] 94645a83ff95: Verifying Checksum [2022-04-19T12:07:20.338Z] 94645a83ff95: Download complete [2022-04-19T12:07:20.338Z] 1a89e8eeedd5: Download complete [2022-04-19T12:07:20.338Z] 0c92f367c5e7: Verifying Checksum [2022-04-19T12:07:20.338Z] 0c92f367c5e7: Download complete [2022-04-19T12:07:20.338Z] f7c0051592d6: Verifying Checksum [2022-04-19T12:07:20.338Z] f7c0051592d6: Download complete [2022-04-19T12:07:20.338Z] 9b3977197b4f: Verifying Checksum [2022-04-19T12:07:20.338Z] 9b3977197b4f: Download complete [2022-04-19T12:07:20.338Z] a227ed2f7395: Verifying Checksum [2022-04-19T12:07:20.338Z] a227ed2f7395: Download complete [2022-04-19T12:07:20.949Z] 9b3977197b4f: Pull complete [2022-04-19T12:07:21.552Z] 1a89e8eeedd5: Pull complete [2022-04-19T12:07:22.151Z] 94645a83ff95: Pull complete [2022-04-19T12:07:22.151Z] 7b1c46037f91: Verifying Checksum [2022-04-19T12:07:22.151Z] 7b1c46037f91: Download complete [2022-04-19T12:07:22.747Z] 3f3a8bcf1eab: Verifying Checksum [2022-04-19T12:07:22.747Z] 3f3a8bcf1eab: Download complete [2022-04-19T12:07:35.169Z] 3f3a8bcf1eab: Pull complete [2022-04-19T12:07:35.169Z] 0c92f367c5e7: Pull complete [2022-04-19T12:07:35.169Z] f7c0051592d6: Pull complete [2022-04-19T12:07:35.169Z] a227ed2f7395: Pull complete [2022-04-19T12:07:41.908Z] 7b1c46037f91: Pull complete [2022-04-19T12:07:41.908Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-04-19T12:07:41.908Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-19T12:07:41.908Z] ---> f79e39bc4007 [2022-04-19T12:07:41.908Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-04-19T12:07:42.514Z] ---> Running in 335e392f2e6d [2022-04-19T12:07:42.793Z] Removing intermediate container 335e392f2e6d [2022-04-19T12:07:42.793Z] ---> 76e90263bade [2022-04-19T12:07:42.793Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-04-19T12:07:43.069Z] ---> Running in d504b6bf957d [2022-04-19T12:07:43.352Z] Removing intermediate container d504b6bf957d [2022-04-19T12:07:43.352Z] ---> cf57b697fbd4 [2022-04-19T12:07:43.352Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-04-19T12:07:43.352Z] ---> Running in c23c40b67542 [2022-04-19T12:07:43.629Z] Removing intermediate container c23c40b67542 [2022-04-19T12:07:43.629Z] ---> 273b05ae11ae [2022-04-19T12:07:43.629Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T12:07:43.629Z] ---> Running in 3741f6380f29 [2022-04-19T12:07:45.633Z] Removing intermediate container 3741f6380f29 [2022-04-19T12:07:45.633Z] ---> 4d8a12d3eb39 [2022-04-19T12:07:45.633Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-19T12:07:45.633Z] ---> Running in 16053f76c14b [2022-04-19T12:07:46.616Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T12:07:47.596Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T12:07:48.192Z] OK: 220 MiB in 52 packages [2022-04-19T12:07:48.799Z] Removing intermediate container 16053f76c14b [2022-04-19T12:07:48.799Z] ---> 4924ae3f24ff [2022-04-19T12:07:48.799Z] Step 8/13 : WORKDIR /app [2022-04-19T12:07:49.079Z] ---> Running in e486ef3a1c46 [2022-04-19T12:07:49.354Z] Removing intermediate container e486ef3a1c46 [2022-04-19T12:07:49.354Z] ---> fb53c4277a0a [2022-04-19T12:07:49.354Z] Step 9/13 : COPY go.mod vendor* ./ [2022-04-19T12:07:49.955Z] ---> ae8f0eca4240 [2022-04-19T12:07:49.955Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T12:07:49.955Z] ---> Running in 5e5504ce6f43 [2022-04-19T12:08:36.968Z] Removing intermediate container 5e5504ce6f43 [2022-04-19T12:08:36.968Z] ---> b195860c4494 [2022-04-19T12:08:36.968Z] Step 11/13 : COPY . . [2022-04-19T12:08:36.968Z] ---> 72960773efe7 [2022-04-19T12:08:36.968Z] Step 12/13 : ARG MAKE="make build" [2022-04-19T12:08:36.968Z] ---> Running in 8351988606c0 [2022-04-19T12:08:36.968Z] Removing intermediate container 8351988606c0 [2022-04-19T12:08:36.968Z] ---> c219ba5d34d5 [2022-04-19T12:08:36.968Z] Step 13/13 : RUN $MAKE [2022-04-19T12:08:36.968Z] ---> Running in 64d1ead2727a [2022-04-19T12:08:37.244Z] noop [2022-04-19T12:08:37.844Z] Removing intermediate container 64d1ead2727a [2022-04-19T12:08:37.844Z] ---> dd5361942bdb [2022-04-19T12:08:37.844Z] Successfully built dd5361942bdb [2022-04-19T12:08:37.844Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T12:08:38.214Z] + docker inspect -f . ci-base-image-arm64 [2022-04-19T12:08:38.214Z] . [Pipeline] withDockerContainer [2022-04-19T12:08:38.477Z] prd-ubuntu20.04-docker-arm64-4c-16g-21339 does not seem to be running inside a container [2022-04-19T12:08:38.565Z] $ 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-04-19T12:08:39.834Z] $ docker top 1f83c83e8422cef1a71730f6a6e3fe26cfad212dbd8df043c0e6451375e76765 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T12:08:40.805Z] + go version [2022-04-19T12:08:40.805Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-04-19T12:08:40.848Z] $ docker stop --time=1 1f83c83e8422cef1a71730f6a6e3fe26cfad212dbd8df043c0e6451375e76765 [2022-04-19T12:08:42.485Z] $ docker rm -f 1f83c83e8422cef1a71730f6a6e3fe26cfad212dbd8df043c0e6451375e76765 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T12:08:43.392Z] + docker inspect -f . ci-base-image-arm64 [2022-04-19T12:08:43.392Z] . [Pipeline] withDockerContainer [2022-04-19T12:08:43.657Z] prd-ubuntu20.04-docker-arm64-4c-16g-21339 does not seem to be running inside a container [2022-04-19T12:08:43.743Z] $ 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-04-19T12:08:45.032Z] $ docker top 4c38ebfd4339618a1e68b3894de3a092a9998cede228506bf4646c8911ed04cc -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-19T12:08:46.053Z] + make test [2022-04-19T12:08:46.053Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-04-19T12:10:07.942Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-04-19T12:10:07.942Z] CGO_ENABLED=1 go vet ./... [2022-04-19T12:10:30.183Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-19T12:10:30.183Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-19T12:10:30.183Z] ./bin/test-attribution-txt.sh [2022-04-19T12:10:30.183Z] An attribution for github.com/golang/protobuf is missing from in Attribution.txt, please add [2022-04-19T12:10:30.183Z] An attribution for github.com/rcrowley/go-metrics is missing from in Attribution.txt, please add [2022-04-19T12:10:30.183Z] An attribution for github.com/spiffe/go-spiffe/v2 is missing from in Attribution.txt, please add [2022-04-19T12:10:30.183Z] An attribution for github.com/zeebo/errs is missing from in Attribution.txt, please add [2022-04-19T12:10:30.183Z] An attribution for google.golang.org/genproto is missing from in Attribution.txt, please add [2022-04-19T12:10:30.183Z] An attribution for google.golang.org/grpc is missing from in Attribution.txt, please add [2022-04-19T12:10:30.183Z] An attribution for google.golang.org/protobuf is missing from in Attribution.txt, please add [2022-04-19T12:10:30.183Z] An attribution for gopkg.in/square/go-jose.v2 is missing from in Attribution.txt, please add [2022-04-19T12:10:30.456Z] make: *** [makefile:47: test] Error 1 [Pipeline] } [2022-04-19T12:10:30.515Z] $ docker stop --time=1 4c38ebfd4339618a1e68b3894de3a092a9998cede228506bf4646c8911ed04cc [2022-04-19T12:10:32.283Z] $ docker rm -f 4c38ebfd4339618a1e68b3894de3a092a9998cede228506bf4646c8911ed04cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T12:10:33.755Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-19T12:10:33.755Z] [2022-04-19T12:10:33.755Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-04-19T12:10:34.144Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-19T12:10:34.419Z] arm64: Pulling from edgex-lftools-log-publisher [2022-04-19T12:10:34.419Z] 8998bd30e6a1: Pulling fs layer [2022-04-19T12:10:34.419Z] 04944245beec: Pulling fs layer [2022-04-19T12:10:34.419Z] 699f458cf7ca: Pulling fs layer [2022-04-19T12:10:34.419Z] 765212b225bb: Pulling fs layer [2022-04-19T12:10:34.419Z] f23df028b6ca: Pulling fs layer [2022-04-19T12:10:34.419Z] d65c8cfc05b1: Pulling fs layer [2022-04-19T12:10:34.419Z] 2437ff75d9bd: Pulling fs layer [2022-04-19T12:10:34.419Z] 765212b225bb: Waiting [2022-04-19T12:10:34.419Z] f23df028b6ca: Waiting [2022-04-19T12:10:34.419Z] d65c8cfc05b1: Waiting [2022-04-19T12:10:34.419Z] 2437ff75d9bd: Waiting [2022-04-19T12:10:34.419Z] 04944245beec: Verifying Checksum [2022-04-19T12:10:34.419Z] 04944245beec: Download complete [2022-04-19T12:10:34.419Z] 765212b225bb: Verifying Checksum [2022-04-19T12:10:34.419Z] 765212b225bb: Download complete [2022-04-19T12:10:34.419Z] f23df028b6ca: Verifying Checksum [2022-04-19T12:10:34.419Z] f23df028b6ca: Download complete [2022-04-19T12:10:34.419Z] d65c8cfc05b1: Verifying Checksum [2022-04-19T12:10:34.419Z] d65c8cfc05b1: Download complete [2022-04-19T12:10:34.697Z] 699f458cf7ca: Verifying Checksum [2022-04-19T12:10:34.697Z] 699f458cf7ca: Download complete [2022-04-19T12:10:34.974Z] 8998bd30e6a1: Verifying Checksum [2022-04-19T12:10:34.974Z] 8998bd30e6a1: Download complete [2022-04-19T12:10:37.601Z] 2437ff75d9bd: Verifying Checksum [2022-04-19T12:10:37.601Z] 2437ff75d9bd: Download complete [2022-04-19T12:10:39.582Z] 8998bd30e6a1: Pull complete [2022-04-19T12:10:39.865Z] 04944245beec: Pull complete [2022-04-19T12:10:41.306Z] 699f458cf7ca: Pull complete [2022-04-19T12:10:41.306Z] 765212b225bb: Pull complete [2022-04-19T12:10:42.293Z] f23df028b6ca: Pull complete [2022-04-19T12:10:42.572Z] d65c8cfc05b1: Pull complete [2022-04-19T12:10:57.693Z] 2437ff75d9bd: Pull complete [2022-04-19T12:10:57.693Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-04-19T12:10:57.693Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-19T12:10:57.693Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-04-19T12:10:57.945Z] prd-ubuntu20.04-docker-arm64-4c-16g-21339 does not seem to be running inside a container [2022-04-19T12:10:58.032Z] $ 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-04-19T12:11:00.475Z] $ docker top 8a7652c01e515cecf33fbe3c28116ec8ed3601fd2fc5d39a636e2d671612e529 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-19T12:11:01.501Z] ---> job-cost.sh [2022-04-19T12:11:01.502Z] lf-activate-venv: SKIPPING [2022-04-19T12:11:01.502Z] INFO: No Stack... [2022-04-19T12:11:02.098Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-04-19T12:11:03.076Z] INFO: Archiving Costs [Pipeline] sh [2022-04-19T12:11:03.752Z] + cut -d, -f6 [2022-04-19T12:11:03.752Z] + cat /w/workspace/app-service-configurable/1/archives/cost.csv [Pipeline] lock [2022-04-19T12:11:03.837Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-405-1-stack-cost] [2022-04-19T12:11:03.843Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-405-1-stack-cost] did not exist. Created. [2022-04-19T12:11:03.843Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-405-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-19T12:11:04.590Z] /w/workspace/app-service-configurable/1@tmp/durable-39b18b89/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-04-19T12:11:05.285Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-04-19T12:11:05.325Z] Warning: overwriting stash ‘stack-cost’ [2022-04-19T12:11:05.762Z] Stashed 1 file(s) [Pipeline] } [2022-04-19T12:11:05.780Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-405-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-19T12:11:05.864Z] $ docker stop --time=1 8a7652c01e515cecf33fbe3c28116ec8ed3601fd2fc5d39a636e2d671612e529 [2022-04-19T12:11:07.378Z] $ docker rm -f 8a7652c01e515cecf33fbe3c28116ec8ed3601fd2fc5d39a636e2d671612e529 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-19T12:11:08.088Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [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-04-19T12:11:10.100Z] + [ -d /w/workspace/_app-service-configurable_PR-405/archives ] [2022-04-19T12:11:10.100Z] + ls -al /w/workspace/_app-service-configurable_PR-405/archives [2022-04-19T12:11:10.100Z] total 16 [2022-04-19T12:11:10.100Z] drwxr-xr-x 3 root root 4096 Apr 19 12:06 . [2022-04-19T12:11:10.100Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 19 12:06 .. [2022-04-19T12:11:10.100Z] drwxr-xr-x 2 root root 4096 Apr 19 12:06 cost [2022-04-19T12:11:10.100Z] -rw-r--r-- 1 root root 95 Apr 19 12:06 cost.csv [2022-04-19T12:11:10.100Z] + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-405/archives [2022-04-19T12:11:10.100Z] + ls -al /w/workspace/_app-service-configurable_PR-405/archives [2022-04-19T12:11:10.100Z] total 16 [2022-04-19T12:11:10.100Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 19 12:06 . [2022-04-19T12:11:10.100Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 19 12:06 .. [2022-04-19T12:11:10.100Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 19 12:06 cost [2022-04-19T12:11:10.100Z] -rw-r--r-- 1 jenkins jenkins 95 Apr 19 12:06 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-04-19T12:11:10.443Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-19T12:11:11.347Z] ---> package-listing.sh [2022-04-19T12:11:11.347Z] ++ facter osfamily [2022-04-19T12:11:11.347Z] ++ tr '[:upper:]' '[:lower:]' [2022-04-19T12:11:11.608Z] + OS_FAMILY=debian [2022-04-19T12:11:11.608Z] + workspace=/w/workspace/_app-service-configurable_PR-405 [2022-04-19T12:11:11.608Z] + START_PACKAGES=/tmp/packages_start.txt [2022-04-19T12:11:11.608Z] + END_PACKAGES=/tmp/packages_end.txt [2022-04-19T12:11:11.608Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-04-19T12:11:11.608Z] + PACKAGES=/tmp/packages_start.txt [2022-04-19T12:11:11.608Z] + '[' /w/workspace/_app-service-configurable_PR-405 ']' [2022-04-19T12:11:11.608Z] + PACKAGES=/tmp/packages_end.txt [2022-04-19T12:11:11.608Z] + case "${OS_FAMILY}" in [2022-04-19T12:11:11.608Z] + dpkg -l [2022-04-19T12:11:11.608Z] + grep '^ii' [2022-04-19T12:11:11.608Z] + '[' -f /tmp/packages_start.txt ']' [2022-04-19T12:11:11.608Z] + '[' -f /tmp/packages_end.txt ']' [2022-04-19T12:11:11.608Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-04-19T12:11:11.608Z] + '[' /w/workspace/_app-service-configurable_PR-405 ']' [2022-04-19T12:11:11.608Z] + mkdir -p /w/workspace/_app-service-configurable_PR-405/archives/ [2022-04-19T12:11:11.608Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-405/archives/ [Pipeline] echo [2022-04-19T12:11:11.642Z] 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-405/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-04-19T12:11:11.938Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-04-19T12:11:12.533Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-19T12:11:12.533Z] . [Pipeline] withDockerContainer [2022-04-19T12:11:12.622Z] prd-ubuntu20.04-docker-8c-8g-21338 does not seem to be running inside a container [2022-04-19T12:11:12.669Z] $ 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-405/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-405 -v /w/workspace/_app-service-configurable_PR-405:/w/workspace/_app-service-configurable_PR-405:rw,z -v /w/workspace/_app-service-configurable_PR-405@tmp:/w/workspace/_app-service-configurable_PR-405@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-04-19T12:11:13.085Z] $ docker top 5a662543b45219da84bf0c20b6f80ae4b31987487182a11f35cb5b5102078b40 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T12:11:13.473Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-04-19T12:11:13.792Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-04-19T12:11:14.108Z] + ls /var/log/sa-host [2022-04-19T12:11:14.108Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-19T12:11:14.447Z] provisioning config files... [2022-04-19T12:11:14.457Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-405@tmp/config4248855310479644372tmp [Pipeline] { [Pipeline] echo [2022-04-19T12:11:14.510Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-19T12:11:14.869Z] ---> create-netrc.sh [Pipeline] } [2022-04-19T12:11:14.896Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-04-19T12:11:15.347Z] ---> python-tools-install.sh [Pipeline] echo [2022-04-19T12:11:15.380Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-19T12:11:15.700Z] ---> sudo-logs.sh [2022-04-19T12:11:15.700Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-04-19T12:11:15.784Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-19T12:11:16.103Z] ---> job-cost.sh [2022-04-19T12:11:16.103Z] lf-activate-venv: SKIPPING [2022-04-19T12:11:16.103Z] DEBUG: total: 0.2199999988079071 [2022-04-19T12:11:16.103Z] INFO: Retrieving Stack Cost... [2022-04-19T12:11:16.674Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-19T12:11:17.245Z] INFO: Archiving Costs [Pipeline] echo [2022-04-19T12:11:17.283Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-19T12:11:17.598Z] ---> logs-deploy.sh [2022-04-19T12:11:17.598Z] lf-activate-venv: SKIPPING [2022-04-19T12:11:17.598Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-405/1 [2022-04-19T12:11:17.598Z] INFO: archiving workspace using pattern(s): [2022-04-19T12:11:18.545Z] Archives upload complete. [2022-04-19T12:11:18.545Z] INFO: archiving logs to Nexus