Pull request #430 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/app-service-configurable Obtained Jenkinsfile from f69c762bd0d67b07c82dbfa7455c2636093d2390+1efec17b9cd6fa36347b51e5d2e9f1185cb0218f (87e64847cf8734b9e63cdd551851b2ee9c2d28ed) 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-ssh11534249937843114885.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-ssh4954435140192288503.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 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-430/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-430/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12547735459488856263.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-430/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh119617737971246383.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c7614b56cb57ece5b5bdf52d827492071d4cc62 # timeout=10 Commit message: "Merge pull request #399 from ernestojeda/fix-go-mod-version" > 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-ssh14740386827311926787.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 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-430/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-430/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh11332030927826943825.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 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > 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 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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.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 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-15371 in /w/workspace/_app-service-configurable_PR-430 [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-430 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/430/head:refs/remotes/origin/PR-430 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 1efec17b9cd6fa36347b51e5d2e9f1185cb0218f into PR head commit f69c762bd0d67b07c82dbfa7455c2636093d2390 Merge succeeded, producing f69c762bd0d67b07c82dbfa7455c2636093d2390 Checking out Revision f69c762bd0d67b07c82dbfa7455c2636093d2390 (PR-430) > git config core.sparsecheckout # timeout=10 > git checkout -f f69c762bd0d67b07c82dbfa7455c2636093d2390 # 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 1efec17b9cd6fa36347b51e5d2e9f1185cb0218f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f69c762bd0d67b07c82dbfa7455c2636093d2390 # timeout=10 Commit message: "build: Optimize test-attribution-txt.sh to use go.mod, not vendor" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:46:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:46:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:46:57 ========================================================= 22:46:57 EdgeX Global Pipelines Version Info 22:46:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:46:57 ------------------- 22:46:57 stable info: 22:46:57 ------------------- 22:46:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:46:57 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 22:46:57 Message: update stable to v1.0.234 22:46:58 ------------------- 22:46:58 experimental info: 22:46:58 ------------------- 22:46:58 Commited By: **** collab-it+edgex@linuxfoundation.org 22:46:58 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 22:46:58 Message: update experimental to v1.0.234 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:46:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 22:46:58 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 22:46:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:46:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:46:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:46:58 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 22:46:58 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 22:46:58 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:46:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:46:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:46:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 22:46:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 22:46:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:46:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:46:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:46:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:46:59 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:46:59 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:46:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:46:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:46:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:46:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:46:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:46:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:46:59 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:46:59 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:46:59 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 22:46:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-430 [Pipeline] echo 22:46:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-430 [Pipeline] echo 22:46:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-430 [Pipeline] echo 22:46:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f69c762bd0d67b07c82dbfa7455c2636093d2390 [Pipeline] echo 22:47:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f69c762 [Pipeline] echo 22:47:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:47:00 provisioning config files... 22:47:00 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-430@tmp/config909583995515127728tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:47:00 ---> docker-login.sh 22:47:00 nexus3.edgexfoundry.org:10001 22:47:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:00 Configure a credential helper to remove this warning. See 22:47:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:00 22:47:00 Login Succeeded 22:47:00 nexus3.edgexfoundry.org:10002 22:47:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:01 Configure a credential helper to remove this warning. See 22:47:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:01 22:47:01 Login Succeeded 22:47:01 nexus3.edgexfoundry.org:10003 22:47:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:01 Configure a credential helper to remove this warning. See 22:47:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:01 22:47:01 Login Succeeded 22:47:01 nexus3.edgexfoundry.org:10004 22:47:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:01 Configure a credential helper to remove this warning. See 22:47:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:01 22:47:01 Login Succeeded 22:47:01 docker.io 22:47:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:01 Configure a credential helper to remove this warning. See 22:47:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:01 22:47:01 Login Succeeded 22:47:01 ---> docker-login.sh ends [Pipeline] } 22:47:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 22:47:02 + git rev-list -1 --merges f69c762bd0d67b07c82dbfa7455c2636093d2390~1..f69c762bd0d67b07c82dbfa7455c2636093d2390 [Pipeline] echo 22:47:02 -----------> git rev-list -1 --merges f69c762bd0d67b07c82dbfa7455c2636093d2390~1..f69c762bd0d67b07c82dbfa7455c2636093d2390 f69c762bd0d67b07c82dbfa7455c2636093d2390 [false] [Pipeline] sh 22:47:02 + git log --format=format:%s -1 f69c762bd0d67b07c82dbfa7455c2636093d2390 [Pipeline] echo 22:47:02 ========================================================= 22:47:02 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 22:47:02 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:47:03 + git log --format=format:%s -1 f69c762bd0d67b07c82dbfa7455c2636093d2390 [Pipeline] echo 22:47:03 [semverPrep] GIT_COMMIT: f69c762bd0d67b07c82dbfa7455c2636093d2390, Commit Message: build: Optimize test-attribution-txt.sh to use go.mod, not vendor [Pipeline] echo 22:47:03 [semverPrep] This is not a build commit. [Pipeline] sh 22:47:03 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:47:03 + grep -v github /etc/ssh/ssh_known_hosts 22:47:03 + [ -e /tmp/ssh_known_hosts ] 22:47:03 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 22:47:03 + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 22:47:03 sudo tee -a /etc/ssh/ssh_known_hosts 22:47:03 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:47:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:47:04 22:47:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:47:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:47:04 0.1.4: Pulling from edgex-devops/py-git-semver 22:47:04 42c077c10790: Pulling fs layer 22:47:04 f63e77b7563a: Pulling fs layer 22:47:04 bd5fdadae976: Pulling fs layer 22:47:04 205491f53016: Pulling fs layer 22:47:04 df18705c85c3: Pulling fs layer 22:47:04 bdb3f477010e: Pulling fs layer 22:47:04 c8a8fc8e1c8f: Pulling fs layer 22:47:04 2c6e9b1d212d: Pulling fs layer 22:47:04 bdb8f0575790: Pulling fs layer 22:47:04 386e3cb2ff24: Pulling fs layer 22:47:04 2343380bae48: Pulling fs layer 22:47:04 c8a8fc8e1c8f: Waiting 22:47:04 205491f53016: Waiting 22:47:04 2343380bae48: Waiting 22:47:04 386e3cb2ff24: Waiting 22:47:04 2c6e9b1d212d: Waiting 22:47:04 bdb8f0575790: Waiting 22:47:04 df18705c85c3: Waiting 22:47:04 bdb3f477010e: Waiting 22:47:04 f63e77b7563a: Download complete 22:47:04 205491f53016: Verifying Checksum 22:47:04 205491f53016: Download complete 22:47:04 df18705c85c3: Verifying Checksum 22:47:04 df18705c85c3: Download complete 22:47:04 bd5fdadae976: Verifying Checksum 22:47:04 bd5fdadae976: Download complete 22:47:04 bdb3f477010e: Verifying Checksum 22:47:04 bdb3f477010e: Download complete 22:47:04 2c6e9b1d212d: Download complete 22:47:04 bdb8f0575790: Download complete 22:47:04 386e3cb2ff24: Verifying Checksum 22:47:04 386e3cb2ff24: Download complete 22:47:04 2343380bae48: Verifying Checksum 22:47:04 2343380bae48: Download complete 22:47:04 42c077c10790: Verifying Checksum 22:47:04 42c077c10790: Download complete 22:47:05 c8a8fc8e1c8f: Verifying Checksum 22:47:05 c8a8fc8e1c8f: Download complete 22:47:06 42c077c10790: Pull complete 22:47:06 f63e77b7563a: Pull complete 22:47:06 bd5fdadae976: Pull complete 22:47:06 205491f53016: Pull complete 22:47:06 df18705c85c3: Pull complete 22:47:06 bdb3f477010e: Pull complete 22:47:08 c8a8fc8e1c8f: Pull complete 22:47:08 2c6e9b1d212d: Pull complete 22:47:09 bdb8f0575790: Pull complete 22:47:09 386e3cb2ff24: Pull complete 22:47:09 2343380bae48: Pull complete 22:47:09 Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 22:47:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:47:09 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:47:09 prd-ubuntu20.04-docker-8c-8g-15371 does not seem to be running inside a container 22:47:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-430 -v /w/workspace/_app-service-configurable_PR-430:/w/workspace/_app-service-configurable_PR-430:rw,z -v /w/workspace/_app-service-configurable_PR-430@tmp:/w/workspace/_app-service-configurable_PR-430@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-devops/py-git-semver:0.1.4 cat 22:47:10 $ docker top 9d31e1a05c32418729c45877ca7bfcb7fe263da70dbcccab1caa51671a2ca2b0 -eo pid,comm 22:47:10 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). 22:47:10 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:47:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:47:10 [ssh-agent] Looking for ssh-agent implementation... 22:47:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:47:11 $ docker exec 9d31e1a05c32418729c45877ca7bfcb7fe263da70dbcccab1caa51671a2ca2b0 ssh-agent 22:47:11 SSH_AUTH_SOCK=/tmp/ssh-bg9TE8n3VwlI/agent.32 22:47:11 SSH_AGENT_PID=38 22:47:11 Running ssh-add (command line suppressed) 22:47:11 Identity added: /w/workspace/_app-service-configurable_PR-430@tmp/private_key_8987228078617896109.key (/w/workspace/_app-service-configurable_PR-430@tmp/private_key_8987228078617896109.key) 22:47:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:47:11 + git tag --points-at HEAD [Pipeline] } 22:47:11 $ docker exec --env ******** --env ******** 9d31e1a05c32418729c45877ca7bfcb7fe263da70dbcccab1caa51671a2ca2b0 ssh-agent -k 22:47:11 unset SSH_AUTH_SOCK; 22:47:11 unset SSH_AGENT_PID; 22:47:11 echo Agent pid 38 killed; 22:47:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:47:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:47:11 [ssh-agent] Looking for ssh-agent implementation... 22:47:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:47:11 $ docker exec 9d31e1a05c32418729c45877ca7bfcb7fe263da70dbcccab1caa51671a2ca2b0 ssh-agent 22:47:12 SSH_AUTH_SOCK=/tmp/ssh-cV20dgXUVwb6/agent.70 22:47:12 SSH_AGENT_PID=77 22:47:12 Running ssh-add (command line suppressed) 22:47:12 Identity added: /w/workspace/_app-service-configurable_PR-430@tmp/private_key_6327958053081734397.key (/w/workspace/_app-service-configurable_PR-430@tmp/private_key_6327958053081734397.key) 22:47:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:47:12 + git semver init 22:47:12 2022-06-22 22:47:12,764 [run_init] DEBUG init version:0.0.0 force:False 22:47:12 2022-06-22 22:47:12,764 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-430/.semver 22:47:12 2022-06-22 22:47:12,765 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-430/.semver 22:47:12 2022-06-22 22:47:12,765 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-430/.semver'], cwd=/w/workspace/_app-service-configurable_PR-430, universal_newlines=False, shell=None, istream=None) 22:47:13 2022-06-22 22:47:13,485 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-430/.git/info/exclude 22:47:13 2022-06-22 22:47:13,486 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-430/.semver/PR-430 with force:False 22:47:13 2022-06-22 22:47:13,486 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-430/.semver/PR-430 22:47:13 2022-06-22 22:47:13,490 [execute] INFO git cat-file --batch-check 22:47:13 2022-06-22 22:47:13,491 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-430/.semver, universal_newlines=False, shell=None, istream=) 22:47:13 2022-06-22 22:47:13,497 [execute] INFO git cat-file --batch 22:47:13 2022-06-22 22:47:13,498 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-430/.semver, universal_newlines=False, shell=None, istream=) 22:47:13 2022-06-22 22:47:13,503 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-430/.semver/PR-430 22:47:13 0.0.0 [Pipeline] } 22:47:13 $ docker exec --env ******** --env ******** 9d31e1a05c32418729c45877ca7bfcb7fe263da70dbcccab1caa51671a2ca2b0 ssh-agent -k 22:47:13 unset SSH_AUTH_SOCK; 22:47:13 unset SSH_AGENT_PID; 22:47:13 echo Agent pid 77 killed; 22:47:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:47:14 + git semver [Pipeline] } 22:47:14 $ docker stop --time=1 9d31e1a05c32418729c45877ca7bfcb7fe263da70dbcccab1caa51671a2ca2b0 22:47:15 $ docker rm -f 9d31e1a05c32418729c45877ca7bfcb7fe263da70dbcccab1caa51671a2ca2b0 [Pipeline] // withDockerContainer [Pipeline] sh 22:47:16 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:47:16 Stashed 1 file(s) [Pipeline] echo 22:47:16 [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 22:47:17 provisioning config files... 22:47:17 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-430@tmp/config2726187728193689141tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:47:17 ---> docker-login.sh 22:47:17 nexus3.edgexfoundry.org:10001 22:47:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:17 Configure a credential helper to remove this warning. See 22:47:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:17 22:47:17 Login Succeeded 22:47:17 nexus3.edgexfoundry.org:10002 22:47:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:17 Configure a credential helper to remove this warning. See 22:47:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:17 22:47:17 Login Succeeded 22:47:17 nexus3.edgexfoundry.org:10003 22:47:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:17 Configure a credential helper to remove this warning. See 22:47:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:17 22:47:17 Login Succeeded 22:47:17 nexus3.edgexfoundry.org:10004 22:47:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:17 Configure a credential helper to remove this warning. See 22:47:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:17 22:47:17 Login Succeeded 22:47:17 docker.io 22:47:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:18 Configure a credential helper to remove this warning. See 22:47:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:18 22:47:18 Login Succeeded 22:47:18 ---> docker-login.sh ends [Pipeline] } 22:47:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:47:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:47:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:47:18 ========================================================= 22:47:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 22:47:18 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:47:19 + 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 . 22:47:19 Sending build context to Docker daemon 3.079MB 22:47:19 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 22:47:19 Step 2/13 : FROM ${BASE} AS builder 22:47:19 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 22:47:19 59bf1c3509f3: Pulling fs layer 22:47:19 666ba61612fd: Pulling fs layer 22:47:19 8ed8ca486205: Pulling fs layer 22:47:19 cc1cd167ecdc: Pulling fs layer 22:47:19 c516ae0d96e1: Pulling fs layer 22:47:19 cc1cd167ecdc: Waiting 22:47:19 c516ae0d96e1: Waiting 22:47:19 684cea983483: Pulling fs layer 22:47:19 dd3240ac7de5: Pulling fs layer 22:47:19 b1e948a4e11c: Pulling fs layer 22:47:19 a8fd76ee1af6: Pulling fs layer 22:47:19 646ad004c059: Pulling fs layer 22:47:19 684cea983483: Waiting 22:47:19 b1e948a4e11c: Waiting 22:47:19 646ad004c059: Waiting 22:47:19 a8fd76ee1af6: Waiting 22:47:19 dd3240ac7de5: Waiting 22:47:19 8ed8ca486205: Verifying Checksum 22:47:19 8ed8ca486205: Download complete 22:47:19 666ba61612fd: Verifying Checksum 22:47:19 666ba61612fd: Download complete 22:47:19 c516ae0d96e1: Verifying Checksum 22:47:19 c516ae0d96e1: Download complete 22:47:19 684cea983483: Download complete 22:47:19 59bf1c3509f3: Verifying Checksum 22:47:19 59bf1c3509f3: Download complete 22:47:19 dd3240ac7de5: Verifying Checksum 22:47:19 dd3240ac7de5: Download complete 22:47:19 b1e948a4e11c: Verifying Checksum 22:47:19 b1e948a4e11c: Download complete 22:47:19 59bf1c3509f3: Pull complete 22:47:19 666ba61612fd: Pull complete 22:47:19 8ed8ca486205: Pull complete 22:47:19 646ad004c059: Verifying Checksum 22:47:19 646ad004c059: Download complete 22:47:19 a8fd76ee1af6: Verifying Checksum 22:47:19 a8fd76ee1af6: Download complete 22:47:19 cc1cd167ecdc: Verifying Checksum 22:47:19 cc1cd167ecdc: Download complete 22:47:23 cc1cd167ecdc: Pull complete 22:47:23 c516ae0d96e1: Pull complete 22:47:23 684cea983483: Pull complete 22:47:23 dd3240ac7de5: Pull complete 22:47:23 b1e948a4e11c: Pull complete 22:47:25 a8fd76ee1af6: Pull complete 22:47:26 646ad004c059: Pull complete 22:47:26 Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 22:47:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 22:47:26 ---> 8f69c11f6b0c 22:47:26 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 22:47:28 ---> Running in 807b95dc1482 22:47:28 Removing intermediate container 807b95dc1482 22:47:28 ---> 12479d94ebc2 22:47:28 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 22:47:28 ---> Running in 2285cde1ca26 22:47:28 Removing intermediate container 2285cde1ca26 22:47:28 ---> a7e9a0e2f7ef 22:47:28 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 22:47:28 ---> Running in a5252e262407 22:47:28 Removing intermediate container a5252e262407 22:47:28 ---> 0d560bc39446 22:47:28 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:47:28 ---> Running in bc5917c8fc67 22:47:29 Removing intermediate container bc5917c8fc67 22:47:29 ---> ab71ba6e4fe7 22:47:29 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:47:29 ---> Running in 60a36312c4c4 22:47:29 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 22:47:30 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 22:47:30 OK: 221 MiB in 52 packages 22:47:30 Removing intermediate container 60a36312c4c4 22:47:30 ---> 14ca02d220a3 22:47:30 Step 8/13 : WORKDIR /app 22:47:30 ---> Running in b0bc886eceb4 22:47:31 Removing intermediate container b0bc886eceb4 22:47:31 ---> 5109a4a0c667 22:47:31 Step 9/13 : COPY go.mod vendor* ./ 22:47:31 ---> b3c8c9f84c59 22:47:31 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:47:31 ---> Running in e6188956b6de 22:47:32 Still waiting to schedule task 22:47:32 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 22:47:46 Removing intermediate container e6188956b6de 22:47:46 ---> 047231dd088d 22:47:46 Step 11/13 : COPY . . 22:47:46 ---> b6265912e31d 22:47:46 Step 12/13 : ARG MAKE="make build" 22:47:46 ---> Running in 80f842e8bde3 22:47:46 Removing intermediate container 80f842e8bde3 22:47:46 ---> fcea7355e7bf 22:47:46 Step 13/13 : RUN $MAKE 22:47:46 ---> Running in 81e9a16f0bed 22:47:46 noop 22:47:46 Removing intermediate container 81e9a16f0bed 22:47:46 ---> 01e283430031 22:47:46 Successfully built 01e283430031 22:47:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:47:46 + docker inspect -f . ci-base-image-x86_64 22:47:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:47:46 prd-ubuntu20.04-docker-8c-8g-15371 does not seem to be running inside a container 22:47:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-430 -v /w/workspace/_app-service-configurable_PR-430:/w/workspace/_app-service-configurable_PR-430:rw,z -v /w/workspace/_app-service-configurable_PR-430@tmp:/w/workspace/_app-service-configurable_PR-430@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:47:47 $ docker top 6ac80319cbe88e53fb37d096e0b94bea50a6f75d3826f840c40212da5e36d205 -eo pid,comm [Pipeline] { [Pipeline] sh 22:47:47 + go version 22:47:47 go version go1.17.7 linux/amd64 [Pipeline] } 22:47:47 $ docker stop --time=1 6ac80319cbe88e53fb37d096e0b94bea50a6f75d3826f840c40212da5e36d205 22:47:49 $ docker rm -f 6ac80319cbe88e53fb37d096e0b94bea50a6f75d3826f840c40212da5e36d205 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:47:49 + docker inspect -f . ci-base-image-x86_64 22:47:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:47:50 prd-ubuntu20.04-docker-8c-8g-15371 does not seem to be running inside a container 22:47:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-430 -v /w/workspace/_app-service-configurable_PR-430:/w/workspace/_app-service-configurable_PR-430:rw,z -v /w/workspace/_app-service-configurable_PR-430@tmp:/w/workspace/_app-service-configurable_PR-430@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:47:50 $ docker top 242e1a42ce273fa567ae4797ea87086c2a745e9f5d088213c66016e5b780c9d7 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 22:47:50 + make test 22:47:50 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 22:48:00 ? github.com/edgexfoundry/app-service-configurable [no test files] 22:48:00 CGO_ENABLED=1 go vet ./... 22:48:03 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:48:03 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:48:03 ./bin/test-attribution-txt.sh [Pipeline] echo 22:48:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:48:03 $ docker stop --time=1 242e1a42ce273fa567ae4797ea87086c2a745e9f5d088213c66016e5b780c9d7 22:48:05 $ docker rm -f 242e1a42ce273fa567ae4797ea87086c2a745e9f5d088213c66016e5b780c9d7 [Pipeline] // withDockerContainer [Pipeline] sh 22:48:05 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:48:05 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:48:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:48:06 + ls -al . 22:48:06 total 168 22:48:06 drwxrwxr-x 8 jenkins jenkins 4096 Jun 22 22:47 . 22:48:06 drwxrwxr-x 4 jenkins jenkins 4096 Jun 22 22:46 .. 22:48:06 -rw-rw-r-- 1 jenkins jenkins 119 Jun 22 22:46 .dockerignore 22:48:06 drwxrwxr-x 8 jenkins jenkins 4096 Jun 22 22:47 .git 22:48:06 drwxrwxr-x 3 jenkins jenkins 4096 Jun 22 22:46 .github 22:48:06 -rw-rw-r-- 1 jenkins jenkins 104 Jun 22 22:46 .gitignore 22:48:06 drwxr-xr-x 3 jenkins jenkins 4096 Jun 22 22:47 .semver 22:48:06 -rw-rw-r-- 1 jenkins jenkins 8698 Jun 22 22:46 Attribution.txt 22:48:06 -rw-rw-r-- 1 jenkins jenkins 27269 Jun 22 22:46 CHANGELOG.md 22:48:06 -rw-rw-r-- 1 jenkins jenkins 2087 Jun 22 22:46 Dockerfile 22:48:06 -rw-rw-r-- 1 jenkins jenkins 677 Jun 22 22:46 GOVERNANCE.md 22:48:06 -rw-rw-r-- 1 jenkins jenkins 688 Jun 22 22:46 Jenkinsfile 22:48:06 -rw-rw-r-- 1 jenkins jenkins 10174 Jun 22 22:46 LICENSE 22:48:06 -rw-rw-r-- 1 jenkins jenkins 618 Jun 22 22:46 OWNERS.md 22:48:06 -rw-rw-r-- 1 jenkins jenkins 3718 Jun 22 22:46 README.md 22:48:06 -rw-rw-r-- 1 jenkins jenkins 5 Jun 22 22:47 VERSION 22:48:06 drwxrwxr-x 2 jenkins jenkins 4096 Jun 22 22:46 bin 22:48:06 -rw-r--r-- 1 jenkins jenkins 10 Jun 22 22:47 coverage.out 22:48:06 -rw-rw-r-- 1 jenkins jenkins 3273 Jun 22 22:46 go.mod 22:48:06 -rw-rw-r-- 1 jenkins jenkins 34709 Jun 22 22:46 go.sum 22:48:06 -rw-rw-r-- 1 jenkins jenkins 1949 Jun 22 22:46 main.go 22:48:06 -rw-rw-r-- 1 jenkins jenkins 1972 Jun 22 22:46 makefile 22:48:06 drwxrwxr-x 10 jenkins jenkins 4096 Jun 22 22:46 res 22:48:06 drwxrwxr-x 3 jenkins jenkins 4096 Jun 22 22:46 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:48:07 + 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=f69c762bd0d67b07c82dbfa7455c2636093d2390 --label arch=amd64 --label version=0.0.0 . 22:48:07 Sending build context to Docker daemon 3.08MB 22:48:07 Step 1/27 : ARG BASE=golang:1.17-alpine3.15 22:48:07 Step 2/27 : FROM ${BASE} AS builder 22:48:07 ---> 01e283430031 22:48:07 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 22:48:07 ---> Running in b548e18dd5a2 22:48:07 Removing intermediate container b548e18dd5a2 22:48:07 ---> 6b0b14049501 22:48:07 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 22:48:07 ---> Running in 0fecd5c7be4c 22:48:07 Removing intermediate container 0fecd5c7be4c 22:48:07 ---> 8f9e1bd68187 22:48:07 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 22:48:07 ---> Running in a0a8a2d77ca9 22:48:07 Removing intermediate container a0a8a2d77ca9 22:48:07 ---> 66ad66ace712 22:48:07 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:48:07 ---> Running in 81edbcfa04e7 22:48:08 Removing intermediate container 81edbcfa04e7 22:48:08 ---> 6817cf008fec 22:48:08 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:48:08 ---> Running in 6140256d3c48 22:48:08 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 22:48:09 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 22:48:09 OK: 221 MiB in 52 packages 22:48:09 Removing intermediate container 6140256d3c48 22:48:09 ---> 6e35570b0bed 22:48:09 Step 8/27 : WORKDIR /app 22:48:09 ---> Running in cec3a16cb99b 22:48:09 Removing intermediate container cec3a16cb99b 22:48:09 ---> bbda07bc634d 22:48:09 Step 9/27 : COPY go.mod vendor* ./ 22:48:10 ---> 7b0635a72588 22:48:10 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:48:10 ---> Running in 814fac09d2bb 22:48:10 Removing intermediate container 814fac09d2bb 22:48:10 ---> 19b35a02ea39 22:48:10 Step 11/27 : COPY . . 22:48:11 ---> 81357405dfe7 22:48:11 Step 12/27 : ARG MAKE="make build" 22:48:11 ---> Running in 5575e7b0828c 22:48:11 Removing intermediate container 5575e7b0828c 22:48:11 ---> a2d67fc27c04 22:48:11 Step 13/27 : RUN $MAKE 22:48:11 ---> Running in c5ead09219a9 22:48:11 CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.1-dev.7 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 22:48:33 Removing intermediate container c5ead09219a9 22:48:33 ---> 531630dbd790 22:48:33 Step 14/27 : FROM alpine:3.14 22:48:33 3.14: Pulling from library/alpine 22:48:33 8663204ce13b: Pulling fs layer 22:48:33 8663204ce13b: Verifying Checksum 22:48:33 8663204ce13b: Download complete 22:48:33 8663204ce13b: Pull complete 22:48:33 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 22:48:33 Status: Downloaded newer image for alpine:3.14 22:48:33 ---> e04c818066af 22:48:33 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 22:48:33 ---> Running in 234910d30155 22:48:33 Removing intermediate container 234910d30155 22:48:33 ---> 749efd102a6f 22:48:33 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 22:48:33 ---> Running in a150b73b0e46 22:48:33 Removing intermediate container a150b73b0e46 22:48:33 ---> 38809eb6eb90 22:48:33 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 22:48:33 ---> Running in 061cbd2d3c8e 22:48:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 22:48:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 22:48:33 (1/7) Installing ca-certificates (20211220-r0) 22:48:33 (2/7) Installing dumb-init (1.2.5-r1) 22:48:33 (3/7) Installing libgcc (10.3.1_git20210424-r2) 22:48:33 (4/7) Installing libsodium (1.0.18-r0) 22:48:33 (5/7) Installing libstdc++ (10.3.1_git20210424-r2) 22:48:33 (6/7) Installing libzmq (4.3.4-r0) 22:48:33 (7/7) Installing zeromq (4.3.4-r0) 22:48:33 Executing busybox-1.33.1-r7.trigger 22:48:33 Executing ca-certificates-20211220-r0.trigger 22:48:33 OK: 9 MiB in 21 packages 22:48:33 Removing intermediate container 061cbd2d3c8e 22:48:33 ---> c994aba0e870 22:48:33 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 22:48:33 ---> b5c0e75800bb 22:48:33 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 22:48:33 ---> 98bfe8441985 22:48:33 Step 20/27 : COPY --from=builder /app/res/ /res/ 22:48:33 ---> 7b0cd72fa30c 22:48:33 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 22:48:33 ---> ffe4c13c1ce9 22:48:33 Step 22/27 : EXPOSE 48095 22:48:33 ---> Running in aa3dec8b0c1d 22:48:33 Removing intermediate container aa3dec8b0c1d 22:48:33 ---> 6b51707eca31 22:48:33 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 22:48:33 ---> Running in ff91c8a666e1 22:48:34 Removing intermediate container ff91c8a666e1 22:48:34 ---> 6967ff36b8f1 22:48:34 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:48:34 ---> Running in 008a6d0f1a7f 22:48:34 Removing intermediate container 008a6d0f1a7f 22:48:34 ---> 50b706852e1a 22:48:34 Step 25/27 : LABEL arch=amd64 22:48:34 ---> Running in 72d21d587db3 22:48:34 Removing intermediate container 72d21d587db3 22:48:34 ---> 508cd25bbccd 22:48:34 Step 26/27 : LABEL git_sha=f69c762bd0d67b07c82dbfa7455c2636093d2390 22:48:34 ---> Running in 327b67b8adac 22:48:34 Removing intermediate container 327b67b8adac 22:48:34 ---> 8bf9b13cab40 22:48:34 Step 27/27 : LABEL version=0.0.0 22:48:34 ---> Running in 2bd17417aec5 22:48:34 Removing intermediate container 2bd17417aec5 22:48:34 ---> fb152207047e 22:48:34 [Warning] One or more build-args [ARCH] were not consumed 22:48:34 Successfully built fb152207047e 22:48:34 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 22:48:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:48:35 22:48:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:48:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:48:35 latest: Pulling from edgex-lftools-log-publisher 22:48:35 5eb5b503b376: Pulling fs layer 22:48:35 5c69ac0246d0: Pulling fs layer 22:48:35 ec43610c2a17: Pulling fs layer 22:48:35 3a2ae6a8a46f: Pulling fs layer 22:48:35 33b1e0a273af: Pulling fs layer 22:48:35 5d3b04190fa2: Pulling fs layer 22:48:35 2f39f015ded8: Pulling fs layer 22:48:35 3a2ae6a8a46f: Waiting 22:48:35 33b1e0a273af: Waiting 22:48:35 2f39f015ded8: Waiting 22:48:35 5d3b04190fa2: Waiting 22:48:35 5c69ac0246d0: Verifying Checksum 22:48:35 5c69ac0246d0: Download complete 22:48:35 3a2ae6a8a46f: Verifying Checksum 22:48:35 3a2ae6a8a46f: Download complete 22:48:35 33b1e0a273af: Verifying Checksum 22:48:35 33b1e0a273af: Download complete 22:48:35 ec43610c2a17: Verifying Checksum 22:48:35 ec43610c2a17: Download complete 22:48:35 5d3b04190fa2: Download complete 22:48:36 5eb5b503b376: Verifying Checksum 22:48:36 5eb5b503b376: Download complete 22:48:36 2f39f015ded8: Download complete 22:48:37 5eb5b503b376: Pull complete 22:48:37 5c69ac0246d0: Pull complete 22:48:37 ec43610c2a17: Pull complete 22:48:38 3a2ae6a8a46f: Pull complete 22:48:38 33b1e0a273af: Pull complete 22:48:38 5d3b04190fa2: Pull complete 22:48:42 2f39f015ded8: Pull complete 22:48:42 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 22:48:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:48:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:48:42 prd-ubuntu20.04-docker-8c-8g-15371 does not seem to be running inside a container 22:48:42 $ 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-430 -v /w/workspace/_app-service-configurable_PR-430:/w/workspace/_app-service-configurable_PR-430:rw,z -v /w/workspace/_app-service-configurable_PR-430@tmp:/w/workspace/_app-service-configurable_PR-430@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 22:48:44 $ docker top 3e8818a884756596777b4281c29f01bdc188381185b63f71a9c92561e400d080 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:48:44 ---> job-cost.sh 22:48:44 lf-activate-venv: SKIPPING 22:48:44 INFO: No Stack... 22:48:45 INFO: Retrieving Pricing Info for: v3-standard-8 22:48:45 INFO: Archiving Costs [Pipeline] sh 22:48:46 + cat /w/workspace/_app-service-configurable_PR-430/archives/cost.csv 22:48:46 + cut -d, -f6 [Pipeline] lock 22:48:46 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-430-1-stack-cost] 22:48:46 Resource [jenkins-edgexfoundry-app-service-configurable-PR-430-1-stack-cost] did not exist. Created. 22:48:46 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-430-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:48:46 + echo total: 0.2199999988079071 [Pipeline] stash 22:48:46 Stashed 1 file(s) [Pipeline] } 22:48:46 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-430-1-stack-cost] [Pipeline] // lock [Pipeline] } 22:48:46 $ docker stop --time=1 3e8818a884756596777b4281c29f01bdc188381185b63f71a9c92561e400d080 22:48:47 $ docker rm -f 3e8818a884756596777b4281c29f01bdc188381185b63f71a9c92561e400d080 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 22:49:07 Running on prd-ubuntu20.04-docker-arm64-4c-16g-15372 in /w/workspace/_app-service-configurable_PR-430 [Pipeline] { [Pipeline] ws 22:49:07 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 22:49:07 Selected Git installation does not exist. Using Default 22:49:07 The recommended git tool is: NONE 22:49:14 using credential edgex-jenkins-ssh 22:49:14 Cloning the remote Git repository 22:49:14 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 22:49:14 > git init /w/workspace/app-service-configurable/1 # timeout=10 22:49:14 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:49:14 > git --version # timeout=10 22:49:14 > git --version # 'git version 2.25.1' 22:49:14 using GIT_SSH to set credentials SSH Credentials for GitHub 22:49:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:49:16 Merging remotes/origin/main commit 1efec17b9cd6fa36347b51e5d2e9f1185cb0218f into PR head commit f69c762bd0d67b07c82dbfa7455c2636093d2390 [Pipeline] } [Pipeline] // ws 22:49:15 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:49:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:49:15 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:49:15 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:49:15 using GIT_SSH to set credentials SSH Credentials for GitHub 22:49:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/430/head:refs/remotes/origin/PR-430 +refs/heads/main:refs/remotes/origin/main # timeout=10 22:49:16 > git config core.sparsecheckout # timeout=10 22:49:16 > git checkout -f f69c762bd0d67b07c82dbfa7455c2636093d2390 # timeout=10 [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:49:16 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 22:49:18 + [ -d /w/workspace/_app-service-configurable_PR-430/archives ] 22:49:18 + ls -al /w/workspace/_app-service-configurable_PR-430/archives 22:49:18 total 16 22:49:18 drwxr-xr-x 3 root root 4096 Jun 22 22:48 . 22:49:18 drwxrwxr-x 9 jenkins jenkins 4096 Jun 22 22:48 .. 22:49:18 drwxr-xr-x 2 root root 4096 Jun 22 22:48 cost 22:49:18 -rw-r--r-- 1 root root 95 Jun 22 22:48 cost.csv 22:49:18 + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-430/archives 22:49:18 + ls -al /w/workspace/_app-service-configurable_PR-430/archives 22:49:18 total 16 22:49:18 drwxr-xr-x 3 jenkins jenkins 4096 Jun 22 22:48 . 22:49:18 drwxrwxr-x 9 jenkins jenkins 4096 Jun 22 22:48 .. 22:49:18 drwxr-xr-x 2 jenkins jenkins 4096 Jun 22 22:48 cost 22:49:18 -rw-r--r-- 1 jenkins jenkins 95 Jun 22 22:48 cost.csv [Pipeline] libraryResource [Pipeline] sh 22:49:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:49:19 ---> package-listing.sh 22:49:19 ++ facter osfamily 22:49:19 ++ tr '[:upper:]' '[:lower:]' 22:49:19 + OS_FAMILY=debian 22:49:19 + workspace=/w/workspace/_app-service-configurable_PR-430 22:49:19 + START_PACKAGES=/tmp/packages_start.txt 22:49:19 + END_PACKAGES=/tmp/packages_end.txt 22:49:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:49:19 + PACKAGES=/tmp/packages_start.txt 22:49:19 + '[' /w/workspace/_app-service-configurable_PR-430 ']' 22:49:19 + PACKAGES=/tmp/packages_end.txt 22:49:19 + case "${OS_FAMILY}" in 22:49:19 + dpkg -l 22:49:19 + grep '^ii' 22:49:20 + '[' -f /tmp/packages_start.txt ']' 22:49:20 + '[' -f /tmp/packages_end.txt ']' 22:49:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:49:20 + '[' /w/workspace/_app-service-configurable_PR-430 ']' 22:49:20 + mkdir -p /w/workspace/_app-service-configurable_PR-430/archives/ 22:49:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-430/archives/ [Pipeline] echo 22:49:20 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-430/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:49:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:49:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:49:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:49:21 prd-ubuntu20.04-docker-8c-8g-15371 does not seem to be running inside a container 22:49:21 $ 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-430/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-430 -v /w/workspace/_app-service-configurable_PR-430:/w/workspace/_app-service-configurable_PR-430:rw,z -v /w/workspace/_app-service-configurable_PR-430@tmp:/w/workspace/_app-service-configurable_PR-430@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 22:49:21 $ docker top 4688a814064ccaf017ea65150d90a4dfdaef4045788e20f470900b1591e68f0b -eo pid,comm [Pipeline] { [Pipeline] sh 22:49:21 + touch /tmp/pre-build-complete [Pipeline] sh 22:49:22 + mkdir -p /var/log/sysstat [Pipeline] sh 22:49:22 + ls /var/log/sa-host 22:49:22 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:49:22 provisioning config files... 22:49:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-430@tmp/config2927388756371962934tmp [Pipeline] { [Pipeline] echo 22:49:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:49:23 ---> create-netrc.sh [Pipeline] } 22:49:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 22:49:23 ---> python-tools-install.sh [Pipeline] echo 22:49:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:49:23 ---> sudo-logs.sh 22:49:23 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:49:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:49:24 ---> job-cost.sh 22:49:24 lf-activate-venv: SKIPPING 22:49:24 DEBUG: total: 0.2199999988079071 22:49:24 INFO: Retrieving Stack Cost... 22:49:24 INFO: Retrieving Pricing Info for: v3-standard-8 22:49:25 INFO: Archiving Costs [Pipeline] echo 22:49:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:49:25 ---> logs-deploy.sh 22:49:25 lf-activate-venv: SKIPPING 22:49:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-430/1 22:49:25 INFO: archiving workspace using pattern(s): 22:49:26 Archives upload complete. 22:49:26 INFO: archiving logs to Nexus