Pull request #468 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 75989084b2098d4d6e07cea357130a4765d6e7ac+bc8bec4a73d0404efbe6ccf3648f358a175bc285 (2e9af406dea941b5199eb3dd6a56f56c35116e13) 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-ssh1595924636376844607.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d 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-ssh3210879915142377716.key Verifying host key using known hosts file > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d 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-468/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-468/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9826858185278030874.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-468/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17808194484619553115.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > 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-ssh6539131017189583452.key Verifying host key using known hosts file > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-468/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-468/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2185253205306614163.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-436 in /w/workspace/_app-service-configurable_PR-468 [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-468 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/468/head:refs/remotes/origin/PR-468 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit bc8bec4a73d0404efbe6ccf3648f358a175bc285 into PR head commit 75989084b2098d4d6e07cea357130a4765d6e7ac Merge succeeded, producing 75989084b2098d4d6e07cea357130a4765d6e7ac Checking out Revision 75989084b2098d4d6e07cea357130a4765d6e7ac (PR-468) 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 bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-09-21T12:08:42.829Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git config core.sparsecheckout # timeout=10 > git checkout -f 75989084b2098d4d6e07cea357130a4765d6e7ac # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge bc8bec4a73d0404efbe6ccf3648f358a175bc285 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 75989084b2098d4d6e07cea357130a4765d6e7ac # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-09-21T12:08:43.004Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-09-21T12:08:43.099Z] ========================================================= [2022-09-21T12:08:43.099Z] EdgeX Global Pipelines Version Info [2022-09-21T12:08:43.099Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-09-21T12:08:43.840Z] ------------------- [2022-09-21T12:08:43.840Z] stable info: [2022-09-21T12:08:43.840Z] ------------------- [2022-09-21T12:08:43.840Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-09-21T12:08:43.840Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-09-21T12:08:43.840Z] Message: update stable to v1.0.239 [2022-09-21T12:08:44.409Z] ------------------- [2022-09-21T12:08:44.409Z] experimental info: [2022-09-21T12:08:44.409Z] ------------------- [2022-09-21T12:08:44.409Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-09-21T12:08:44.409Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-09-21T12:08:44.409Z] Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-09-21T12:08:44.687Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2022-09-21T12:08:44.728Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2022-09-21T12:08:44.766Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-09-21T12:08:44.806Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-09-21T12:08:44.846Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-09-21T12:08:44.885Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-09-21T12:08:44.925Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-09-21T12:08:44.967Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-09-21T12:08:45.003Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-09-21T12:08:45.043Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-09-21T12:08:45.087Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-09-21T12:08:45.129Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2022-09-21T12:08:45.169Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-09-21T12:08:45.209Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-09-21T12:08:45.248Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-09-21T12:08:45.288Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-09-21T12:08:45.324Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-09-21T12:08:45.365Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-09-21T12:08:45.403Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-09-21T12:08:45.442Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-09-21T12:08:45.479Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-09-21T12:08:45.519Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-09-21T12:08:45.560Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-09-21T12:08:45.600Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-09-21T12:08:45.637Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-09-21T12:08:45.683Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-09-21T12:08:45.720Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-09-21T12:08:45.757Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-468 [Pipeline] echo [2022-09-21T12:08:45.794Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-468 [Pipeline] echo [2022-09-21T12:08:45.832Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-468 [Pipeline] echo [2022-09-21T12:08:45.870Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 75989084b2098d4d6e07cea357130a4765d6e7ac [Pipeline] echo [2022-09-21T12:08:45.913Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7598908 [Pipeline] echo [2022-09-21T12:08:45.958Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-09-21T12:08:46.066Z] provisioning config files... [2022-09-21T12:08:46.085Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-468@tmp/config8918525455212167056tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-09-21T12:08:46.426Z] ---> docker-login.sh [2022-09-21T12:08:46.426Z] nexus3.edgexfoundry.org:10001 [2022-09-21T12:08:46.687Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-21T12:08:46.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-21T12:08:46.687Z] Configure a credential helper to remove this warning. See [2022-09-21T12:08:46.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-21T12:08:46.687Z] [2022-09-21T12:08:46.687Z] Login Succeeded [2022-09-21T12:08:46.687Z] nexus3.edgexfoundry.org:10002 [2022-09-21T12:08:46.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-21T12:08:46.947Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-21T12:08:46.947Z] Configure a credential helper to remove this warning. See [2022-09-21T12:08:46.947Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-21T12:08:46.947Z] [2022-09-21T12:08:46.947Z] Login Succeeded [2022-09-21T12:08:46.947Z] nexus3.edgexfoundry.org:10003 [2022-09-21T12:08:46.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-21T12:08:46.947Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-21T12:08:46.947Z] Configure a credential helper to remove this warning. See [2022-09-21T12:08:46.947Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-21T12:08:46.947Z] [2022-09-21T12:08:46.947Z] Login Succeeded [2022-09-21T12:08:46.947Z] nexus3.edgexfoundry.org:10004 [2022-09-21T12:08:47.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-21T12:08:47.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-21T12:08:47.207Z] Configure a credential helper to remove this warning. See [2022-09-21T12:08:47.207Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-21T12:08:47.207Z] [2022-09-21T12:08:47.207Z] Login Succeeded [2022-09-21T12:08:47.207Z] docker.io [2022-09-21T12:08:47.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-21T12:08:47.467Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-21T12:08:47.467Z] Configure a credential helper to remove this warning. See [2022-09-21T12:08:47.467Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-21T12:08:47.467Z] [2022-09-21T12:08:47.467Z] Login Succeeded [2022-09-21T12:08:47.467Z] ---> docker-login.sh ends [Pipeline] } [2022-09-21T12:08:47.496Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-09-21T12:08:48.108Z] + git rev-list -1 --merges 75989084b2098d4d6e07cea357130a4765d6e7ac~1..75989084b2098d4d6e07cea357130a4765d6e7ac [Pipeline] echo [2022-09-21T12:08:48.157Z] -----------> git rev-list -1 --merges 75989084b2098d4d6e07cea357130a4765d6e7ac~1..75989084b2098d4d6e07cea357130a4765d6e7ac 75989084b2098d4d6e07cea357130a4765d6e7ac [false] [Pipeline] sh [2022-09-21T12:08:48.467Z] + git log --format=format:%s -1 75989084b2098d4d6e07cea357130a4765d6e7ac [Pipeline] echo [2022-09-21T12:08:48.500Z] ========================================================= [2022-09-21T12:08:48.500Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-09-21T12:08:48.500Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-09-21T12:08:48.931Z] + git log --format=format:%s -1 75989084b2098d4d6e07cea357130a4765d6e7ac [Pipeline] echo [2022-09-21T12:08:48.963Z] [semverPrep] GIT_COMMIT: 75989084b2098d4d6e07cea357130a4765d6e7ac, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 [Pipeline] echo [2022-09-21T12:08:48.993Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-09-21T12:08:49.384Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-09-21T12:08:49.384Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-09-21T12:08:49.384Z] + [ -e /tmp/ssh_known_hosts ] [2022-09-21T12:08:49.384Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-09-21T12:08:49.384Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-09-21T12:08:49.384Z] sudo tee -a /etc/ssh/ssh_known_hosts [2022-09-21T12:08:49.384Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-21T12:08:49.877Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-09-21T12:08:49.877Z] [2022-09-21T12:08:49.877Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-21T12:08:50.261Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-09-21T12:08:50.262Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-09-21T12:08:50.262Z] b85a868b505f: Pulling fs layer [2022-09-21T12:08:50.262Z] e2be974225ed: Pulling fs layer [2022-09-21T12:08:50.262Z] 339a4e72a1f5: Pulling fs layer [2022-09-21T12:08:50.262Z] 988bab9f4d93: Pulling fs layer [2022-09-21T12:08:50.262Z] 1469e6f7b9e6: Pulling fs layer [2022-09-21T12:08:50.262Z] eaf3925da568: Pulling fs layer [2022-09-21T12:08:50.262Z] bab4dde63d76: Pulling fs layer [2022-09-21T12:08:50.262Z] bde34c3a00c8: Pulling fs layer [2022-09-21T12:08:50.262Z] b352a97aabf1: Pulling fs layer [2022-09-21T12:08:50.262Z] 4872d77fe225: Pulling fs layer [2022-09-21T12:08:50.262Z] 5851b861e8e6: Pulling fs layer [2022-09-21T12:08:50.262Z] 988bab9f4d93: Waiting [2022-09-21T12:08:50.262Z] 1469e6f7b9e6: Waiting [2022-09-21T12:08:50.262Z] eaf3925da568: Waiting [2022-09-21T12:08:50.262Z] bab4dde63d76: Waiting [2022-09-21T12:08:50.262Z] bde34c3a00c8: Waiting [2022-09-21T12:08:50.262Z] b352a97aabf1: Waiting [2022-09-21T12:08:50.262Z] 4872d77fe225: Waiting [2022-09-21T12:08:50.262Z] 5851b861e8e6: Waiting [2022-09-21T12:08:50.262Z] e2be974225ed: Verifying Checksum [2022-09-21T12:08:50.262Z] e2be974225ed: Download complete [2022-09-21T12:08:50.262Z] 988bab9f4d93: Verifying Checksum [2022-09-21T12:08:50.262Z] 988bab9f4d93: Download complete [2022-09-21T12:08:50.531Z] 339a4e72a1f5: Verifying Checksum [2022-09-21T12:08:50.531Z] 339a4e72a1f5: Download complete [2022-09-21T12:08:50.531Z] eaf3925da568: Verifying Checksum [2022-09-21T12:08:50.531Z] eaf3925da568: Download complete [2022-09-21T12:08:50.531Z] 1469e6f7b9e6: Verifying Checksum [2022-09-21T12:08:50.531Z] 1469e6f7b9e6: Download complete [2022-09-21T12:08:50.531Z] bde34c3a00c8: Verifying Checksum [2022-09-21T12:08:50.531Z] bde34c3a00c8: Download complete [2022-09-21T12:08:50.531Z] b352a97aabf1: Verifying Checksum [2022-09-21T12:08:50.531Z] b352a97aabf1: Download complete [2022-09-21T12:08:50.531Z] 4872d77fe225: Download complete [2022-09-21T12:08:50.531Z] 5851b861e8e6: Verifying Checksum [2022-09-21T12:08:50.794Z] b85a868b505f: Verifying Checksum [2022-09-21T12:08:50.795Z] b85a868b505f: Download complete [2022-09-21T12:08:51.054Z] bab4dde63d76: Verifying Checksum [2022-09-21T12:08:51.054Z] bab4dde63d76: Download complete [2022-09-21T12:08:51.990Z] b85a868b505f: Pull complete [2022-09-21T12:08:52.249Z] e2be974225ed: Pull complete [2022-09-21T12:08:52.509Z] 339a4e72a1f5: Pull complete [2022-09-21T12:08:52.767Z] 988bab9f4d93: Pull complete [2022-09-21T12:08:53.030Z] 1469e6f7b9e6: Pull complete [2022-09-21T12:08:53.030Z] eaf3925da568: Pull complete [2022-09-21T12:08:54.937Z] bab4dde63d76: Pull complete [2022-09-21T12:08:54.937Z] bde34c3a00c8: Pull complete [2022-09-21T12:08:55.204Z] b352a97aabf1: Pull complete [2022-09-21T12:08:55.204Z] 4872d77fe225: Pull complete [2022-09-21T12:08:55.204Z] 5851b861e8e6: Pull complete [2022-09-21T12:08:55.204Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-09-21T12:08:55.204Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-09-21T12:08:55.204Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-21T12:08:55.458Z] prd-ubuntu20.04-docker-8c-8g-436 does not seem to be running inside a container [2022-09-21T12:08:55.494Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-468 -v /w/workspace/_app-service-configurable_PR-468:/w/workspace/_app-service-configurable_PR-468:rw,z -v /w/workspace/_app-service-configurable_PR-468@tmp:/w/workspace/_app-service-configurable_PR-468@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-09-21T12:08:57.489Z] $ docker top 1ced8a419e5be72dbb14213de3763439c7af8f603ecad2f57d1ad1108db73153 -eo pid,comm [2022-09-21T12:08:57.547Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-09-21T12:08:57.547Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-09-21T12:08:57.676Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-09-21T12:08:57.676Z] [ssh-agent] Looking for ssh-agent implementation... [2022-09-21T12:08:57.795Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-09-21T12:08:57.800Z] $ docker exec 1ced8a419e5be72dbb14213de3763439c7af8f603ecad2f57d1ad1108db73153 ssh-agent [2022-09-21T12:08:57.908Z] SSH_AUTH_SOCK=/tmp/ssh-zkTaxfGIlcqH/agent.32 [2022-09-21T12:08:57.908Z] SSH_AGENT_PID=39 [2022-09-21T12:08:57.915Z] Running ssh-add (command line suppressed) [2022-09-21T12:08:58.018Z] Identity added: /w/workspace/_app-service-configurable_PR-468@tmp/private_key_4512667882905797304.key (/w/workspace/_app-service-configurable_PR-468@tmp/private_key_4512667882905797304.key) [2022-09-21T12:08:58.031Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-09-21T12:08:58.362Z] + git tag --points-at HEAD [Pipeline] } [2022-09-21T12:08:58.390Z] $ docker exec --env ******** --env ******** 1ced8a419e5be72dbb14213de3763439c7af8f603ecad2f57d1ad1108db73153 ssh-agent -k [2022-09-21T12:08:58.492Z] unset SSH_AUTH_SOCK; [2022-09-21T12:08:58.493Z] unset SSH_AGENT_PID; [2022-09-21T12:08:58.493Z] echo Agent pid 39 killed; [2022-09-21T12:08:58.501Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-09-21T12:08:58.594Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-09-21T12:08:58.594Z] [ssh-agent] Looking for ssh-agent implementation... [2022-09-21T12:08:58.698Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-09-21T12:08:58.703Z] $ docker exec 1ced8a419e5be72dbb14213de3763439c7af8f603ecad2f57d1ad1108db73153 ssh-agent [2022-09-21T12:08:58.815Z] SSH_AUTH_SOCK=/tmp/ssh-Fv27ZqiKx2RA/agent.71 [2022-09-21T12:08:58.815Z] SSH_AGENT_PID=77 [2022-09-21T12:08:58.821Z] Running ssh-add (command line suppressed) [2022-09-21T12:08:58.931Z] Identity added: /w/workspace/_app-service-configurable_PR-468@tmp/private_key_4814841611017105485.key (/w/workspace/_app-service-configurable_PR-468@tmp/private_key_4814841611017105485.key) [2022-09-21T12:08:58.944Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-09-21T12:08:59.281Z] + git semver init [2022-09-21T12:08:59.541Z] 2022-09-21 12:08:59,453 [run_init] DEBUG init version:0.0.0 force:False [2022-09-21T12:08:59.541Z] 2022-09-21 12:08:59,454 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-468/.semver [2022-09-21T12:08:59.541Z] 2022-09-21 12:08:59,454 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-468/.semver [2022-09-21T12:08:59.541Z] 2022-09-21 12:08:59,454 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-468/.semver'], cwd=/w/workspace/_app-service-configurable_PR-468, universal_newlines=False, shell=None, istream=None) [2022-09-21T12:09:00.478Z] 2022-09-21 12:09:00,407 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-468/.git/info/exclude [2022-09-21T12:09:00.478Z] 2022-09-21 12:09:00,408 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-468/.semver/PR-468 with force:False [2022-09-21T12:09:00.478Z] 2022-09-21 12:09:00,408 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-468/.semver/PR-468 [2022-09-21T12:09:00.478Z] 2022-09-21 12:09:00,412 [execute] INFO git cat-file --batch-check [2022-09-21T12:09:00.478Z] 2022-09-21 12:09:00,413 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-468/.semver, universal_newlines=False, shell=None, istream=) [2022-09-21T12:09:00.478Z] 2022-09-21 12:09:00,418 [execute] INFO git cat-file --batch [2022-09-21T12:09:00.478Z] 2022-09-21 12:09:00,419 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-468/.semver, universal_newlines=False, shell=None, istream=) [2022-09-21T12:09:00.478Z] 2022-09-21 12:09:00,424 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-468/.semver/PR-468 [2022-09-21T12:09:00.478Z] 0.0.0 [Pipeline] } [2022-09-21T12:09:00.505Z] $ docker exec --env ******** --env ******** 1ced8a419e5be72dbb14213de3763439c7af8f603ecad2f57d1ad1108db73153 ssh-agent -k [2022-09-21T12:09:00.606Z] unset SSH_AUTH_SOCK; [2022-09-21T12:09:00.608Z] unset SSH_AGENT_PID; [2022-09-21T12:09:00.608Z] echo Agent pid 77 killed; [2022-09-21T12:09:00.619Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-09-21T12:09:01.050Z] + git semver [Pipeline] } [2022-09-21T12:09:01.335Z] $ docker stop --time=1 1ced8a419e5be72dbb14213de3763439c7af8f603ecad2f57d1ad1108db73153 [2022-09-21T12:09:02.644Z] $ docker rm -f 1ced8a419e5be72dbb14213de3763439c7af8f603ecad2f57d1ad1108db73153 [Pipeline] // withDockerContainer [Pipeline] sh [2022-09-21T12:09:03.043Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-09-21T12:09:03.276Z] Stashed 1 file(s) [Pipeline] echo [2022-09-21T12:09:03.298Z] [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-09-21T12:09:03.855Z] provisioning config files... [2022-09-21T12:09:03.864Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-468@tmp/config10959086635035620905tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-09-21T12:09:04.204Z] ---> docker-login.sh [2022-09-21T12:09:04.205Z] nexus3.edgexfoundry.org:10001 [2022-09-21T12:09:04.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-21T12:09:04.205Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-21T12:09:04.205Z] Configure a credential helper to remove this warning. See [2022-09-21T12:09:04.205Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-21T12:09:04.205Z] [2022-09-21T12:09:04.205Z] Login Succeeded [2022-09-21T12:09:04.205Z] nexus3.edgexfoundry.org:10002 [2022-09-21T12:09:04.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-21T12:09:04.205Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-21T12:09:04.205Z] Configure a credential helper to remove this warning. See [2022-09-21T12:09:04.205Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-21T12:09:04.205Z] [2022-09-21T12:09:04.205Z] Login Succeeded [2022-09-21T12:09:04.205Z] nexus3.edgexfoundry.org:10003 [2022-09-21T12:09:04.464Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-21T12:09:04.464Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-21T12:09:04.464Z] Configure a credential helper to remove this warning. See [2022-09-21T12:09:04.464Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-21T12:09:04.464Z] [2022-09-21T12:09:04.464Z] Login Succeeded [2022-09-21T12:09:04.464Z] nexus3.edgexfoundry.org:10004 [2022-09-21T12:09:04.464Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-21T12:09:04.464Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-21T12:09:04.464Z] Configure a credential helper to remove this warning. See [2022-09-21T12:09:04.464Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-21T12:09:04.464Z] [2022-09-21T12:09:04.464Z] Login Succeeded [2022-09-21T12:09:04.464Z] docker.io [2022-09-21T12:09:04.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-21T12:09:04.984Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-21T12:09:04.984Z] Configure a credential helper to remove this warning. See [2022-09-21T12:09:04.984Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-21T12:09:04.984Z] [2022-09-21T12:09:04.984Z] Login Succeeded [2022-09-21T12:09:04.984Z] ---> docker-login.sh ends [Pipeline] } [2022-09-21T12:09:05.014Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-09-21T12:09:05.205Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-09-21T12:09:05.244Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-09-21T12:09:05.275Z] ========================================================= [2022-09-21T12:09:05.275Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-09-21T12:09:05.275Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-21T12:09:05.750Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-09-21T12:09:05.750Z] Sending build context to Docker daemon 3.121MB [2022-09-21T12:09:05.750Z] Step 1/14 : ARG BASE=golang:1.18-alpine3.16 [2022-09-21T12:09:05.750Z] Step 2/14 : FROM ${BASE} AS builder [2022-09-21T12:09:05.750Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-09-21T12:09:05.750Z] 2408cc74d12b: Pulling fs layer [2022-09-21T12:09:05.750Z] ea60b727a1ce: Pulling fs layer [2022-09-21T12:09:05.750Z] 30c4a7721957: Pulling fs layer [2022-09-21T12:09:05.750Z] 370296b7ddb6: Pulling fs layer [2022-09-21T12:09:05.750Z] 7c6cee850709: Pulling fs layer [2022-09-21T12:09:05.750Z] 39a5fcdaea64: Pulling fs layer [2022-09-21T12:09:05.750Z] d94ebbe4e438: Pulling fs layer [2022-09-21T12:09:05.750Z] bcfd1f05c69d: Pulling fs layer [2022-09-21T12:09:05.750Z] 59ccb84bbe0f: Pulling fs layer [2022-09-21T12:09:05.750Z] 370296b7ddb6: Waiting [2022-09-21T12:09:05.750Z] 39a5fcdaea64: Waiting [2022-09-21T12:09:05.750Z] bcfd1f05c69d: Waiting [2022-09-21T12:09:05.750Z] d94ebbe4e438: Waiting [2022-09-21T12:09:05.750Z] 59ccb84bbe0f: Waiting [2022-09-21T12:09:05.750Z] 30c4a7721957: Verifying Checksum [2022-09-21T12:09:05.750Z] 30c4a7721957: Download complete [2022-09-21T12:09:05.750Z] ea60b727a1ce: Verifying Checksum [2022-09-21T12:09:05.750Z] ea60b727a1ce: Download complete [2022-09-21T12:09:06.010Z] 7c6cee850709: Verifying Checksum [2022-09-21T12:09:06.010Z] 7c6cee850709: Download complete [2022-09-21T12:09:06.010Z] 39a5fcdaea64: Verifying Checksum [2022-09-21T12:09:06.010Z] 39a5fcdaea64: Download complete [2022-09-21T12:09:06.010Z] 2408cc74d12b: Verifying Checksum [2022-09-21T12:09:06.010Z] 2408cc74d12b: Download complete [2022-09-21T12:09:06.010Z] d94ebbe4e438: Download complete [2022-09-21T12:09:06.274Z] 2408cc74d12b: Pull complete [2022-09-21T12:09:06.274Z] ea60b727a1ce: Pull complete [2022-09-21T12:09:06.274Z] 30c4a7721957: Pull complete [2022-09-21T12:09:07.267Z] 59ccb84bbe0f: Verifying Checksum [2022-09-21T12:09:07.267Z] 59ccb84bbe0f: Download complete [2022-09-21T12:09:07.531Z] 370296b7ddb6: Verifying Checksum [2022-09-21T12:09:07.531Z] 370296b7ddb6: Download complete [2022-09-21T12:09:07.798Z] bcfd1f05c69d: Verifying Checksum [2022-09-21T12:09:07.798Z] bcfd1f05c69d: Download complete [2022-09-21T12:09:13.092Z] 370296b7ddb6: Pull complete [2022-09-21T12:09:13.659Z] 7c6cee850709: Pull complete [2022-09-21T12:09:13.659Z] 39a5fcdaea64: Pull complete [2022-09-21T12:09:13.917Z] d94ebbe4e438: Pull complete [2022-09-21T12:09:16.461Z] bcfd1f05c69d: Pull complete [2022-09-21T12:09:17.027Z] 59ccb84bbe0f: Pull complete [2022-09-21T12:09:17.027Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-09-21T12:09:17.027Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-09-21T12:09:17.027Z] ---> a4fb48ad2a94 [2022-09-21T12:09:17.027Z] Step 3/14 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-09-21T12:09:18.686Z] Still waiting to schedule task [2022-09-21T12:09:18.687Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-09-21T12:09:22.314Z] ---> Running in 59071a1f446f [2022-09-21T12:09:22.574Z] Removing intermediate container 59071a1f446f [2022-09-21T12:09:22.574Z] ---> 5664e078f852 [2022-09-21T12:09:22.574Z] Step 4/14 : ARG ALPINE_PKG_EXTRA="" [2022-09-21T12:09:22.574Z] ---> Running in 73e9de1430ab [2022-09-21T12:09:22.574Z] Removing intermediate container 73e9de1430ab [2022-09-21T12:09:22.574Z] ---> dd99e9b061c4 [2022-09-21T12:09:22.574Z] Step 5/14 : ARG ADD_BUILD_TAGS="" [2022-09-21T12:09:22.834Z] ---> Running in bc788fa5e5ee [2022-09-21T12:09:22.834Z] Removing intermediate container bc788fa5e5ee [2022-09-21T12:09:22.834Z] ---> de380d8e331a [2022-09-21T12:09:22.834Z] Step 6/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-09-21T12:09:23.092Z] ---> Running in 2495163fb5ff [2022-09-21T12:09:23.092Z] Removing intermediate container 2495163fb5ff [2022-09-21T12:09:23.092Z] ---> 6c098f54e365 [2022-09-21T12:09:23.092Z] Step 7/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T12:09:23.092Z] ---> Running in d9745afad61c [2022-09-21T12:09:24.029Z] Removing intermediate container d9745afad61c [2022-09-21T12:09:24.029Z] ---> b97051db8014 [2022-09-21T12:09:24.029Z] Step 8/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-09-21T12:09:24.287Z] ---> Running in c9c90ae4692f [2022-09-21T12:09:24.546Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-21T12:09:25.481Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-21T12:09:25.740Z] OK: 211 MiB in 51 packages [2022-09-21T12:09:26.010Z] Removing intermediate container c9c90ae4692f [2022-09-21T12:09:26.010Z] ---> e44ac6818b80 [2022-09-21T12:09:26.010Z] Step 9/14 : WORKDIR /app [2022-09-21T12:09:26.270Z] ---> Running in fa83f90c1e40 [2022-09-21T12:09:26.270Z] Removing intermediate container fa83f90c1e40 [2022-09-21T12:09:26.270Z] ---> da7a2f340201 [2022-09-21T12:09:26.270Z] Step 10/14 : COPY go.mod vendor* ./ [2022-09-21T12:09:26.530Z] ---> af4de1be6522 [2022-09-21T12:09:26.530Z] Step 11/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-21T12:09:26.530Z] ---> Running in 476712b67a9b [2022-09-21T12:09:58.681Z] Removing intermediate container 476712b67a9b [2022-09-21T12:09:58.681Z] ---> 8ec8719b6f40 [2022-09-21T12:09:58.681Z] Step 12/14 : COPY . . [2022-09-21T12:09:58.681Z] ---> 2d26694c0c32 [2022-09-21T12:09:58.681Z] Step 13/14 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-09-21T12:09:58.681Z] ---> Running in 0442e02a5a01 [2022-09-21T12:09:58.681Z] Removing intermediate container 0442e02a5a01 [2022-09-21T12:09:58.681Z] ---> e62bff551a5d [2022-09-21T12:09:58.681Z] Step 14/14 : RUN $MAKE [2022-09-21T12:09:58.681Z] ---> Running in e81d8816138c [2022-09-21T12:09:58.681Z] noop [2022-09-21T12:09:58.681Z] Removing intermediate container e81d8816138c [2022-09-21T12:09:58.681Z] ---> 34e0b4d3fbb4 [2022-09-21T12:09:58.681Z] Successfully built 34e0b4d3fbb4 [2022-09-21T12:09:58.681Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-21T12:09:59.134Z] + docker inspect -f . ci-base-image-x86_64 [2022-09-21T12:09:59.134Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-21T12:09:59.274Z] prd-ubuntu20.04-docker-8c-8g-436 does not seem to be running inside a container [2022-09-21T12:09:59.309Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-468 -v /w/workspace/_app-service-configurable_PR-468:/w/workspace/_app-service-configurable_PR-468:rw,z -v /w/workspace/_app-service-configurable_PR-468@tmp:/w/workspace/_app-service-configurable_PR-468@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-09-21T12:09:59.667Z] $ docker top 7725fcf859190e4d824125c6c9fb9e61ee1933967c60e04322bd90d7b522a393 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-21T12:10:00.060Z] + go version [2022-09-21T12:10:00.060Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-09-21T12:10:00.093Z] $ docker stop --time=1 7725fcf859190e4d824125c6c9fb9e61ee1933967c60e04322bd90d7b522a393 [2022-09-21T12:10:01.349Z] $ docker rm -f 7725fcf859190e4d824125c6c9fb9e61ee1933967c60e04322bd90d7b522a393 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-21T12:10:02.058Z] + docker inspect -f . ci-base-image-x86_64 [2022-09-21T12:10:02.059Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-21T12:10:02.201Z] prd-ubuntu20.04-docker-8c-8g-436 does not seem to be running inside a container [2022-09-21T12:10:02.237Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/_app-service-configurable_PR-468 -v /w/workspace/_app-service-configurable_PR-468:/w/workspace/_app-service-configurable_PR-468:rw,z -v /w/workspace/_app-service-configurable_PR-468@tmp:/w/workspace/_app-service-configurable_PR-468@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-09-21T12:10:02.573Z] $ docker top fd620ecaaa9bb094084de823d9da6edee25fa9aeb0e6079ffa5f9f76430a0343 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-21T12:10:02.976Z] + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-468 [Pipeline] fileExists [Pipeline] sh [2022-09-21T12:10:03.323Z] + make test [2022-09-21T12:10:03.323Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-09-21T12:10:13.294Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-09-21T12:10:13.294Z] CGO_ENABLED=1 go vet ./... [2022-09-21T12:10:16.586Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-09-21T12:10:16.586Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-09-21T12:10:16.586Z] ./bin/test-attribution-txt.sh [2022-09-21T12:10:16.586Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-09-21T12:10:16.586Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-09-21T12:10:16.586Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo [2022-09-21T12:10:16.635Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-09-21T12:10:16.663Z] $ docker stop --time=1 fd620ecaaa9bb094084de823d9da6edee25fa9aeb0e6079ffa5f9f76430a0343 [2022-09-21T12:10:18.834Z] $ docker rm -f fd620ecaaa9bb094084de823d9da6edee25fa9aeb0e6079ffa5f9f76430a0343 [Pipeline] // withDockerContainer [Pipeline] sh [2022-09-21T12:10:19.287Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-09-21T12:10:19.348Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-09-21T12:10:20.015Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-09-21T12:10:20.327Z] + ls -al . [2022-09-21T12:10:20.327Z] total 176 [2022-09-21T12:10:20.327Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 21 12:10 . [2022-09-21T12:10:20.327Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 12:08 .. [2022-09-21T12:10:20.327Z] -rw-rw-r-- 1 jenkins jenkins 119 Sep 21 12:08 .dockerignore [2022-09-21T12:10:20.327Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 21 12:09 .git [2022-09-21T12:10:20.327Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 21 12:08 .github [2022-09-21T12:10:20.327Z] -rw-rw-r-- 1 jenkins jenkins 171 Sep 21 12:08 .gitignore [2022-09-21T12:10:20.327Z] drwxr-xr-x 3 jenkins jenkins 4096 Sep 21 12:09 .semver [2022-09-21T12:10:20.327Z] -rw-rw-r-- 1 jenkins jenkins 8830 Sep 21 12:08 Attribution.txt [2022-09-21T12:10:20.327Z] -rw-rw-r-- 1 jenkins jenkins 27269 Sep 21 12:08 CHANGELOG.md [2022-09-21T12:10:20.327Z] -rw-rw-r-- 1 jenkins jenkins 2146 Sep 21 12:08 Dockerfile [2022-09-21T12:10:20.327Z] -rw-rw-r-- 1 jenkins jenkins 677 Sep 21 12:08 GOVERNANCE.md [2022-09-21T12:10:20.327Z] -rw-rw-r-- 1 jenkins jenkins 688 Sep 21 12:08 Jenkinsfile [2022-09-21T12:10:20.327Z] -rw-rw-r-- 1 jenkins jenkins 10174 Sep 21 12:08 LICENSE [2022-09-21T12:10:20.327Z] -rw-rw-r-- 1 jenkins jenkins 618 Sep 21 12:08 OWNERS.md [2022-09-21T12:10:20.327Z] -rw-rw-r-- 1 jenkins jenkins 4369 Sep 21 12:08 README.md [2022-09-21T12:10:20.327Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 21 12:09 VERSION [2022-09-21T12:10:20.327Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 21 12:08 bin [2022-09-21T12:10:20.327Z] -rw-r--r-- 1 jenkins jenkins 10 Sep 21 12:10 coverage.out [2022-09-21T12:10:20.327Z] -rw-rw-r-- 1 jenkins jenkins 3476 Sep 21 12:08 go.mod [2022-09-21T12:10:20.327Z] -rw-rw-r-- 1 jenkins jenkins 37381 Sep 21 12:08 go.sum [2022-09-21T12:10:20.327Z] -rw-rw-r-- 1 jenkins jenkins 1949 Sep 21 12:08 main.go [2022-09-21T12:10:20.327Z] -rw-rw-r-- 1 jenkins jenkins 2185 Sep 21 12:08 makefile [2022-09-21T12:10:20.327Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 21 12:08 res [2022-09-21T12:10:20.327Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 12:08 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-21T12:10:20.798Z] + 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=75989084b2098d4d6e07cea357130a4765d6e7ac --label arch=amd64 --label version=0.0.0 . [2022-09-21T12:10:20.798Z] Sending build context to Docker daemon 3.122MB [2022-09-21T12:10:20.798Z] Step 1/28 : ARG BASE=golang:1.18-alpine3.16 [2022-09-21T12:10:20.798Z] Step 2/28 : FROM ${BASE} AS builder [2022-09-21T12:10:20.798Z] ---> 34e0b4d3fbb4 [2022-09-21T12:10:20.798Z] Step 3/28 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-09-21T12:10:20.798Z] ---> Running in 0c711c7b08e2 [2022-09-21T12:10:20.798Z] Removing intermediate container 0c711c7b08e2 [2022-09-21T12:10:20.798Z] ---> 91299a07c7df [2022-09-21T12:10:20.798Z] Step 4/28 : ARG ALPINE_PKG_EXTRA="" [2022-09-21T12:10:21.086Z] ---> Running in 2c4df1b1ca0a [2022-09-21T12:10:21.086Z] Removing intermediate container 2c4df1b1ca0a [2022-09-21T12:10:21.086Z] ---> a56d1b3df92d [2022-09-21T12:10:21.086Z] Step 5/28 : ARG ADD_BUILD_TAGS="" [2022-09-21T12:10:21.086Z] ---> Running in 7198c9945d4f [2022-09-21T12:10:21.086Z] Removing intermediate container 7198c9945d4f [2022-09-21T12:10:21.086Z] ---> 3b5842ce4b9d [2022-09-21T12:10:21.086Z] Step 6/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-09-21T12:10:21.086Z] ---> Running in feeafc192e45 [2022-09-21T12:10:21.086Z] Removing intermediate container feeafc192e45 [2022-09-21T12:10:21.086Z] ---> 560871e0b7d8 [2022-09-21T12:10:21.086Z] Step 7/28 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T12:10:21.086Z] ---> Running in 8239e79a839f [2022-09-21T12:10:21.666Z] Removing intermediate container 8239e79a839f [2022-09-21T12:10:21.666Z] ---> d745ce5bea97 [2022-09-21T12:10:21.666Z] Step 8/28 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-09-21T12:10:21.666Z] ---> Running in 8298bcfadbd1 [2022-09-21T12:10:22.236Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-21T12:10:22.807Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-21T12:10:23.376Z] OK: 211 MiB in 51 packages [2022-09-21T12:10:23.636Z] Removing intermediate container 8298bcfadbd1 [2022-09-21T12:10:23.636Z] ---> 0924814ff9d2 [2022-09-21T12:10:23.636Z] Step 9/28 : WORKDIR /app [2022-09-21T12:10:23.636Z] ---> Running in dc852bbde769 [2022-09-21T12:10:23.636Z] Removing intermediate container dc852bbde769 [2022-09-21T12:10:23.636Z] ---> 90ad591fbcdd [2022-09-21T12:10:23.636Z] Step 10/28 : COPY go.mod vendor* ./ [2022-09-21T12:10:23.894Z] ---> 4c47db791ac4 [2022-09-21T12:10:23.894Z] Step 11/28 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-21T12:10:23.894Z] ---> Running in b78834138ea1 [2022-09-21T12:10:24.461Z] Removing intermediate container b78834138ea1 [2022-09-21T12:10:24.461Z] ---> 44a7aa3ba42d [2022-09-21T12:10:24.461Z] Step 12/28 : COPY . . [2022-09-21T12:10:24.719Z] ---> a45caad206b9 [2022-09-21T12:10:24.719Z] Step 13/28 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-09-21T12:10:24.719Z] ---> Running in 61e2f1d4f31f [2022-09-21T12:10:24.719Z] Removing intermediate container 61e2f1d4f31f [2022-09-21T12:10:24.719Z] ---> be999ab0cf7e [2022-09-21T12:10:24.719Z] Step 14/28 : RUN $MAKE [2022-09-21T12:10:24.719Z] ---> Running in a4be543a8986 [2022-09-21T12:10:25.285Z] CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.3.0-dev.40 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-09-21T12:10:42.574Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-437 in /w/workspace/_app-service-configurable_PR-468 [Pipeline] { [Pipeline] ws [2022-09-21T12:10:42.614Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2022-09-21T12:10:42.687Z] Selected Git installation does not exist. Using Default [2022-09-21T12:10:42.687Z] The recommended git tool is: NONE [2022-09-21T12:10:47.207Z] Removing intermediate container a4be543a8986 [2022-09-21T12:10:47.207Z] ---> 72e465ed669a [2022-09-21T12:10:47.207Z] Step 15/28 : FROM alpine:3.16 [2022-09-21T12:10:47.464Z] 3.16: Pulling from library/alpine [2022-09-21T12:10:47.532Z] using credential edgex-jenkins-ssh [2022-09-21T12:10:47.547Z] Cloning the remote Git repository [2022-09-21T12:10:47.721Z] 213ec9aee27d: Pulling fs layer [2022-09-21T12:10:47.721Z] 213ec9aee27d: Download complete [2022-09-21T12:10:47.983Z] 213ec9aee27d: Pull complete [2022-09-21T12:10:47.983Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-09-21T12:10:47.983Z] Status: Downloaded newer image for alpine:3.16 [2022-09-21T12:10:47.983Z] ---> 9c6f07244728 [2022-09-21T12:10:47.983Z] Step 16/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-09-21T12:10:48.240Z] ---> Running in d66d683cc61c [2022-09-21T12:10:48.240Z] Removing intermediate container d66d683cc61c [2022-09-21T12:10:48.240Z] ---> d8bb5b71c9ee [2022-09-21T12:10:48.240Z] Step 17/28 : LABEL Name=app-service-configurable Version=${VERSION} [2022-09-21T12:10:48.240Z] ---> Running in 987a9cafbd52 [2022-09-21T12:10:48.240Z] Removing intermediate container 987a9cafbd52 [2022-09-21T12:10:48.240Z] ---> cd3075463648 [2022-09-21T12:10:48.240Z] Step 18/28 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-09-21T12:10:48.240Z] ---> Running in 750706b38568 [2022-09-21T12:10:48.498Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-21T12:10:48.755Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-21T12:10:47.587Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2022-09-21T12:10:47.656Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2022-09-21T12:10:47.794Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-09-21T12:10:47.795Z] > git --version # timeout=10 [2022-09-21T12:10:47.814Z] > git --version # 'git version 2.25.1' [2022-09-21T12:10:47.816Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-09-21T12:10:47.863Z] Verifying host key using known hosts file [2022-09-21T12:10:48.038Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-09-21T12:10:48.051Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-09-21T12:10:49.015Z] (1/7) Installing ca-certificates (20220614-r0) [2022-09-21T12:10:49.015Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-09-21T12:10:49.015Z] (3/7) Installing libgcc (11.2.1_git20220219-r2) [2022-09-21T12:10:49.015Z] (4/7) Installing libsodium (1.0.18-r0) [2022-09-21T12:10:49.015Z] (5/7) Installing libstdc++ (11.2.1_git20220219-r2) [2022-09-21T12:10:49.015Z] (6/7) Installing libzmq (4.3.4-r0) [2022-09-21T12:10:49.015Z] (7/7) Installing zeromq (4.3.4-r0) [2022-09-21T12:10:49.015Z] Executing busybox-1.35.0-r17.trigger [2022-09-21T12:10:49.015Z] Executing ca-certificates-20220614-r0.trigger [2022-09-21T12:10:49.015Z] OK: 9 MiB in 21 packages [2022-09-21T12:10:49.582Z] Removing intermediate container 750706b38568 [2022-09-21T12:10:49.582Z] ---> 3c06a49bf7a5 [2022-09-21T12:10:49.582Z] Step 19/28 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-09-21T12:10:49.582Z] ---> 52c532f9dedb [2022-09-21T12:10:49.582Z] Step 20/28 : COPY --from=builder /app/LICENSE /LICENSE [2022-09-21T12:10:49.841Z] ---> 9d3391514984 [2022-09-21T12:10:49.841Z] Step 21/28 : COPY --from=builder /app/res/ /res/ [2022-09-21T12:10:49.841Z] ---> 4c44d4e7170b [2022-09-21T12:10:49.841Z] Step 22/28 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-09-21T12:10:49.175Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-09-21T12:10:49.208Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-09-21T12:10:49.979Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-09-21T12:10:50.017Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-09-21T12:10:50.018Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-09-21T12:10:50.023Z] Verifying host key using known hosts file [2022-09-21T12:10:50.029Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-09-21T12:10:50.040Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/468/head:refs/remotes/origin/PR-468 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-09-21T12:10:50.627Z] Merging remotes/origin/main commit bc8bec4a73d0404efbe6ccf3648f358a175bc285 into PR head commit 75989084b2098d4d6e07cea357130a4765d6e7ac [2022-09-21T12:10:50.789Z] ---> c49c0f7f7982 [2022-09-21T12:10:50.789Z] Step 23/28 : EXPOSE 48095 [2022-09-21T12:10:50.789Z] ---> Running in a4241b129266 [2022-09-21T12:10:50.789Z] Removing intermediate container a4241b129266 [2022-09-21T12:10:50.789Z] ---> feb9c783f1ac [2022-09-21T12:10:50.789Z] Step 24/28 : ENTRYPOINT ["/app-service-configurable"] [2022-09-21T12:10:50.789Z] ---> Running in 9c7b6a48c40b [2022-09-21T12:10:50.789Z] Removing intermediate container 9c7b6a48c40b [2022-09-21T12:10:50.789Z] ---> efff2f418f9b [2022-09-21T12:10:50.789Z] Step 25/28 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-09-21T12:10:50.789Z] ---> Running in 0a8aba67c2c6 [2022-09-21T12:10:50.836Z] Merge succeeded, producing 75989084b2098d4d6e07cea357130a4765d6e7ac [2022-09-21T12:10:50.837Z] Checking out Revision 75989084b2098d4d6e07cea357130a4765d6e7ac (PR-468) [2022-09-21T12:10:51.047Z] Removing intermediate container 0a8aba67c2c6 [2022-09-21T12:10:51.047Z] ---> a2e2dea082fa [2022-09-21T12:10:51.047Z] Step 26/28 : LABEL arch=amd64 [2022-09-21T12:10:51.047Z] ---> Running in 737cca6285a2 [2022-09-21T12:10:51.047Z] Removing intermediate container 737cca6285a2 [2022-09-21T12:10:51.047Z] ---> 01e936cc2114 [2022-09-21T12:10:51.047Z] Step 27/28 : LABEL git_sha=75989084b2098d4d6e07cea357130a4765d6e7ac [2022-09-21T12:10:51.047Z] ---> Running in 0882ff9b2b91 [2022-09-21T12:10:51.047Z] Removing intermediate container 0882ff9b2b91 [2022-09-21T12:10:51.047Z] ---> cffe9caf931d [2022-09-21T12:10:51.047Z] Step 28/28 : LABEL version=0.0.0 [2022-09-21T12:10:51.047Z] ---> Running in 8d411a515c9c [2022-09-21T12:10:51.298Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" [2022-09-21T12:10:51.307Z] Removing intermediate container 8d411a515c9c [2022-09-21T12:10:51.307Z] ---> f5f06b6c8282 [2022-09-21T12:10:51.307Z] [Warning] One or more build-args [ARCH] were not consumed [2022-09-21T12:10:51.307Z] Successfully built f5f06b6c8282 [2022-09-21T12:10:51.307Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [2022-09-21T12:10:51.347Z] > git --version # timeout=10 [2022-09-21T12:10:51.358Z] > git --version # 'git version 2.25.1' [2022-09-21T12:10:51.382Z] fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] } [2022-09-21T12:10:50.641Z] > git config core.sparsecheckout # timeout=10 [2022-09-21T12:10:50.662Z] > git checkout -f 75989084b2098d4d6e07cea357130a4765d6e7ac # timeout=10 [2022-09-21T12:10:50.736Z] > git remote # timeout=10 [2022-09-21T12:10:50.753Z] > git config --get remote.origin.url # timeout=10 [2022-09-21T12:10:50.773Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-09-21T12:10:50.778Z] Verifying host key using known hosts file [2022-09-21T12:10:50.782Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-09-21T12:10:50.790Z] > git merge bc8bec4a73d0404efbe6ccf3648f358a175bc285 # timeout=10 [2022-09-21T12:10:50.815Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-09-21T12:10:50.838Z] > git config core.sparsecheckout # timeout=10 [2022-09-21T12:10:50.859Z] > git checkout -f 75989084b2098d4d6e07cea357130a4765d6e7ac # timeout=10 [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 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-09-21T12:10:52.126Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-09-21T12:10:52.126Z] [2022-09-21T12:10:52.126Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-21T12:10:52.551Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-09-21T12:10:52.551Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-09-21T12:10:52.551Z] Dload Upload Total Spent Left Speed [2022-09-21T12:10:52.551Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 71602 0 --:--:-- --:--:-- --:--:-- 71602 [2022-09-21T12:10:52.636Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-09-21T12:10:52.636Z] latest: Pulling from edgex-lftools-log-publisher [2022-09-21T12:10:52.636Z] 5eb5b503b376: Pulling fs layer [2022-09-21T12:10:52.636Z] 5c69ac0246d0: Pulling fs layer [2022-09-21T12:10:52.636Z] ec43610c2a17: Pulling fs layer [2022-09-21T12:10:52.636Z] 3a2ae6a8a46f: Pulling fs layer [2022-09-21T12:10:52.636Z] 33b1e0a273af: Pulling fs layer [2022-09-21T12:10:52.636Z] 5d3b04190fa2: Pulling fs layer [2022-09-21T12:10:52.636Z] 2f39f015ded8: Pulling fs layer [2022-09-21T12:10:52.636Z] 33b1e0a273af: Waiting [2022-09-21T12:10:52.636Z] 5d3b04190fa2: Waiting [2022-09-21T12:10:52.636Z] 2f39f015ded8: Waiting [2022-09-21T12:10:52.636Z] 3a2ae6a8a46f: Waiting [2022-09-21T12:10:52.636Z] 5c69ac0246d0: Download complete [2022-09-21T12:10:52.636Z] 3a2ae6a8a46f: Verifying Checksum [2022-09-21T12:10:52.636Z] 3a2ae6a8a46f: Download complete [Pipeline] sh [2022-09-21T12:10:52.907Z] 33b1e0a273af: Verifying Checksum [2022-09-21T12:10:52.907Z] 33b1e0a273af: Download complete [2022-09-21T12:10:52.907Z] 5d3b04190fa2: Verifying Checksum [2022-09-21T12:10:52.907Z] 5d3b04190fa2: Download complete [2022-09-21T12:10:52.907Z] ec43610c2a17: Verifying Checksum [2022-09-21T12:10:52.907Z] ec43610c2a17: Download complete [2022-09-21T12:10:53.158Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [2022-09-21T12:10:53.168Z] 5eb5b503b376: Verifying Checksum [2022-09-21T12:10:53.168Z] 5eb5b503b376: Download complete [Pipeline] sh [2022-09-21T12:10:53.517Z] + sudo jq+ . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-09-21T12:10:53.518Z] sudo tee /etc/docker/daemon.new [2022-09-21T12:10:53.518Z] { [2022-09-21T12:10:53.518Z] "registry-mirrors": [ [2022-09-21T12:10:53.518Z] "https://nexus3.edgexfoundry.org:10001" [2022-09-21T12:10:53.518Z] ], [2022-09-21T12:10:53.518Z] "bip": "10.250.0.254/24", [2022-09-21T12:10:53.518Z] "hosts": [ [2022-09-21T12:10:53.518Z] "tcp://0.0.0.0:5555", [2022-09-21T12:10:53.518Z] "unix:///var/run/docker.sock" [2022-09-21T12:10:53.518Z] ], [2022-09-21T12:10:53.518Z] "mtu": 1458, [2022-09-21T12:10:53.518Z] "selinux-enabled": true, [2022-09-21T12:10:53.518Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-09-21T12:10:53.518Z] } [Pipeline] sh [2022-09-21T12:10:53.733Z] 2f39f015ded8: Download complete [2022-09-21T12:10:53.856Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-09-21T12:10:54.207Z] + sudo service docker restart [2022-09-21T12:10:54.300Z] 5eb5b503b376: Pull complete [2022-09-21T12:10:54.300Z] 5c69ac0246d0: Pull complete [2022-09-21T12:10:54.874Z] ec43610c2a17: Pull complete [2022-09-21T12:10:54.874Z] 3a2ae6a8a46f: Pull complete [2022-09-21T12:10:54.874Z] 33b1e0a273af: Pull complete [2022-09-21T12:10:55.144Z] 5d3b04190fa2: Pull complete [2022-09-21T12:10:59.345Z] 2f39f015ded8: Pull complete [2022-09-21T12:10:59.345Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-09-21T12:10:59.345Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-09-21T12:10:59.345Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-21T12:10:59.545Z] prd-ubuntu20.04-docker-8c-8g-436 does not seem to be running inside a container [2022-09-21T12:10:59.572Z] $ 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-468 -v /w/workspace/_app-service-configurable_PR-468:/w/workspace/_app-service-configurable_PR-468:rw,z -v /w/workspace/_app-service-configurable_PR-468@tmp:/w/workspace/_app-service-configurable_PR-468@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-09-21T12:11:05.107Z] $ docker top e92cf585e6e84ca1b723fb1806f32d53b87b1ce3e01510265ed530cfafc59596 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-09-21T12:11:05.562Z] ---> job-cost.sh [2022-09-21T12:11:05.562Z] lf-activate-venv: SKIPPING [2022-09-21T12:11:05.562Z] INFO: No Stack... [2022-09-21T12:11:05.821Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-09-21T12:11:06.388Z] INFO: Archiving Costs [Pipeline] sh [2022-09-21T12:11:06.703Z] + cat /w/workspace/_app-service-configurable_PR-468/archives/cost.csv [2022-09-21T12:11:06.703Z] + cut -d, -f6 [Pipeline] lock [2022-09-21T12:11:06.753Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-468-1-stack-cost] [2022-09-21T12:11:06.759Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-468-1-stack-cost] did not exist. Created. [2022-09-21T12:11:06.759Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-468-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-09-21T12:11:07.153Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-09-21T12:11:07.202Z] Stashed 1 file(s) [Pipeline] } [2022-09-21T12:11:07.234Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-468-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-09-21T12:11:07.311Z] $ docker stop --time=1 e92cf585e6e84ca1b723fb1806f32d53b87b1ce3e01510265ed530cfafc59596 [2022-09-21T12:11:08.529Z] $ docker rm -f e92cf585e6e84ca1b723fb1806f32d53b87b1ce3e01510265ed530cfafc59596 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-09-21T12:11:12.520Z] provisioning config files... [2022-09-21T12:11:12.547Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config12001909904618669359tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-09-21T12:11:12.926Z] ---> docker-login.sh [2022-09-21T12:11:12.926Z] nexus3.edgexfoundry.org:10001 [2022-09-21T12:11:13.194Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-21T12:11:13.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-21T12:11:13.780Z] Configure a credential helper to remove this warning. See [2022-09-21T12:11:13.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-21T12:11:13.780Z] [2022-09-21T12:11:13.780Z] Login Succeeded [2022-09-21T12:11:13.780Z] nexus3.edgexfoundry.org:10002 [2022-09-21T12:11:13.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-21T12:11:14.050Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-21T12:11:14.050Z] Configure a credential helper to remove this warning. See [2022-09-21T12:11:14.050Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-21T12:11:14.050Z] [2022-09-21T12:11:14.050Z] Login Succeeded [2022-09-21T12:11:14.050Z] nexus3.edgexfoundry.org:10003 [2022-09-21T12:11:14.320Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-21T12:11:14.320Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-21T12:11:14.320Z] Configure a credential helper to remove this warning. See [2022-09-21T12:11:14.320Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-21T12:11:14.320Z] [2022-09-21T12:11:14.320Z] Login Succeeded [2022-09-21T12:11:14.320Z] nexus3.edgexfoundry.org:10004 [2022-09-21T12:11:14.590Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-21T12:11:14.590Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-21T12:11:14.590Z] Configure a credential helper to remove this warning. See [2022-09-21T12:11:14.590Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-21T12:11:14.590Z] [2022-09-21T12:11:14.590Z] Login Succeeded [2022-09-21T12:11:14.590Z] docker.io [2022-09-21T12:11:14.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-21T12:11:15.448Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-21T12:11:15.448Z] Configure a credential helper to remove this warning. See [2022-09-21T12:11:15.448Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-21T12:11:15.448Z] [2022-09-21T12:11:15.448Z] Login Succeeded [2022-09-21T12:11:15.448Z] ---> docker-login.sh ends [Pipeline] } [2022-09-21T12:11:15.475Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-09-21T12:11:15.727Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-09-21T12:11:15.760Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-09-21T12:11:15.796Z] ========================================================= [2022-09-21T12:11:15.796Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-09-21T12:11:15.796Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-21T12:11:16.414Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-09-21T12:11:16.414Z] Sending build context to Docker daemon 206.8kB [2022-09-21T12:11:16.684Z] Step 1/14 : ARG BASE=golang:1.18-alpine3.16 [2022-09-21T12:11:16.684Z] Step 2/14 : FROM ${BASE} AS builder [2022-09-21T12:11:16.684Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-09-21T12:11:16.684Z] b3c136eddcbf: Pulling fs layer [2022-09-21T12:11:16.684Z] c0a3192eca97: Pulling fs layer [2022-09-21T12:11:16.684Z] a050256f5b6f: Pulling fs layer [2022-09-21T12:11:16.684Z] 656be50a0ddc: Pulling fs layer [2022-09-21T12:11:16.684Z] 2bbca73fdf42: Pulling fs layer [2022-09-21T12:11:16.684Z] 46d945488cbd: Pulling fs layer [2022-09-21T12:11:16.684Z] 8a5474983e97: Pulling fs layer [2022-09-21T12:11:16.684Z] 329c88fbcd65: Pulling fs layer [2022-09-21T12:11:16.684Z] 46d945488cbd: Waiting [2022-09-21T12:11:16.684Z] 8a5474983e97: Waiting [2022-09-21T12:11:16.684Z] 329c88fbcd65: Waiting [2022-09-21T12:11:16.684Z] 656be50a0ddc: Waiting [2022-09-21T12:11:16.684Z] 2bbca73fdf42: Waiting [2022-09-21T12:11:16.684Z] a050256f5b6f: Verifying Checksum [2022-09-21T12:11:16.684Z] a050256f5b6f: Download complete [2022-09-21T12:11:16.684Z] c0a3192eca97: Verifying Checksum [2022-09-21T12:11:16.684Z] c0a3192eca97: Download complete [2022-09-21T12:11:16.958Z] 2bbca73fdf42: Verifying Checksum [2022-09-21T12:11:16.958Z] 2bbca73fdf42: Download complete [2022-09-21T12:11:16.958Z] b3c136eddcbf: Verifying Checksum [2022-09-21T12:11:16.958Z] b3c136eddcbf: Download complete [2022-09-21T12:11:16.958Z] 46d945488cbd: Verifying Checksum [2022-09-21T12:11:16.958Z] 46d945488cbd: Download complete [2022-09-21T12:11:17.941Z] b3c136eddcbf: Pull complete [2022-09-21T12:11:18.529Z] 329c88fbcd65: Verifying Checksum [2022-09-21T12:11:18.529Z] 329c88fbcd65: Download complete [2022-09-21T12:11:18.529Z] c0a3192eca97: Pull complete [2022-09-21T12:11:18.802Z] a050256f5b6f: Pull complete [2022-09-21T12:11:19.771Z] 8a5474983e97: Verifying Checksum [2022-09-21T12:11:19.771Z] 8a5474983e97: Download complete [2022-09-21T12:11:20.357Z] 656be50a0ddc: Verifying Checksum [2022-09-21T12:11:20.357Z] 656be50a0ddc: Download complete [2022-09-21T12:11:32.805Z] 656be50a0ddc: Pull complete [2022-09-21T12:11:32.805Z] 2bbca73fdf42: Pull complete [2022-09-21T12:11:32.805Z] 46d945488cbd: Pull complete [2022-09-21T12:11:38.167Z] 8a5474983e97: Pull complete [2022-09-21T12:11:40.124Z] 329c88fbcd65: Pull complete [2022-09-21T12:11:40.124Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-09-21T12:11:40.124Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-09-21T12:11:40.124Z] ---> ff4287adb874 [2022-09-21T12:11:40.124Z] Step 3/14 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-09-21T12:11:42.087Z] ---> Running in 48cb7506ee76 [2022-09-21T12:11:42.358Z] Removing intermediate container 48cb7506ee76 [2022-09-21T12:11:42.358Z] ---> f8b3aeaa2737 [2022-09-21T12:11:42.358Z] Step 4/14 : ARG ALPINE_PKG_EXTRA="" [2022-09-21T12:11:42.358Z] ---> Running in 6f978ba5e02e [2022-09-21T12:11:42.628Z] Removing intermediate container 6f978ba5e02e [2022-09-21T12:11:42.628Z] ---> 0f9645df2381 [2022-09-21T12:11:42.628Z] Step 5/14 : ARG ADD_BUILD_TAGS="" [2022-09-21T12:11:42.628Z] ---> Running in b0cee3813af5 [2022-09-21T12:11:42.898Z] Removing intermediate container b0cee3813af5 [2022-09-21T12:11:42.898Z] ---> 3bb0eb89553f [2022-09-21T12:11:42.898Z] Step 6/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-09-21T12:11:42.898Z] ---> Running in e460c1b54a68 [2022-09-21T12:11:43.166Z] Removing intermediate container e460c1b54a68 [2022-09-21T12:11:43.166Z] ---> 6a8e12675afc [2022-09-21T12:11:43.166Z] Step 7/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T12:11:43.435Z] ---> Running in 9db723088adb [2022-09-21T12:11:45.392Z] Removing intermediate container 9db723088adb [2022-09-21T12:11:45.393Z] ---> b5d5b9a2406b [2022-09-21T12:11:45.393Z] Step 8/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-09-21T12:11:45.393Z] ---> Running in 929d809af1ca [2022-09-21T12:11:45.977Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-21T12:11:46.939Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-21T12:11:47.900Z] OK: 221 MiB in 51 packages [2022-09-21T12:11:48.486Z] Removing intermediate container 929d809af1ca [2022-09-21T12:11:48.486Z] ---> 167121de12ba [2022-09-21T12:11:48.486Z] Step 9/14 : WORKDIR /app [2022-09-21T12:11:48.755Z] ---> Running in 677908db22b6 [2022-09-21T12:11:49.024Z] Removing intermediate container 677908db22b6 [2022-09-21T12:11:49.024Z] ---> ef6aa0e8a121 [2022-09-21T12:11:49.024Z] Step 10/14 : COPY go.mod vendor* ./ [2022-09-21T12:11:49.300Z] ---> ca929fecdd96 [2022-09-21T12:11:49.300Z] Step 11/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-21T12:11:49.568Z] ---> Running in 442cdd5b10c8 [2022-09-21T12:12:36.441Z] Removing intermediate container 442cdd5b10c8 [2022-09-21T12:12:36.441Z] ---> f31c1928913e [2022-09-21T12:12:36.441Z] Step 12/14 : COPY . . [2022-09-21T12:12:36.441Z] ---> 82550feeac13 [2022-09-21T12:12:36.441Z] Step 13/14 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-09-21T12:12:36.441Z] ---> Running in 897a571697ed [2022-09-21T12:12:36.441Z] Removing intermediate container 897a571697ed [2022-09-21T12:12:36.441Z] ---> b00ae5b069a5 [2022-09-21T12:12:36.441Z] Step 14/14 : RUN $MAKE [2022-09-21T12:12:36.441Z] ---> Running in f0549e0a7e1d [2022-09-21T12:12:36.441Z] noop [2022-09-21T12:12:36.441Z] Removing intermediate container f0549e0a7e1d [2022-09-21T12:12:36.441Z] ---> c527f2afd5f7 [2022-09-21T12:12:36.441Z] Successfully built c527f2afd5f7 [2022-09-21T12:12:36.441Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-21T12:12:36.924Z] + docker inspect -f . ci-base-image-arm64 [2022-09-21T12:12:36.924Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-21T12:12:37.183Z] prd-ubuntu20.04-docker-arm64-4c-16g-437 does not seem to be running inside a container [2022-09-21T12:12:37.256Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-09-21T12:12:38.391Z] $ docker top 4408682d15fdf892866f5554a37bb1afc738a57411a993333f52ab5585cca875 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-21T12:12:39.253Z] + go version [2022-09-21T12:12:39.253Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-09-21T12:12:39.294Z] $ docker stop --time=1 4408682d15fdf892866f5554a37bb1afc738a57411a993333f52ab5585cca875 [2022-09-21T12:12:40.917Z] $ docker rm -f 4408682d15fdf892866f5554a37bb1afc738a57411a993333f52ab5585cca875 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-21T12:12:41.719Z] + docker inspect -f . ci-base-image-arm64 [2022-09-21T12:12:41.719Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-21T12:12:41.964Z] prd-ubuntu20.04-docker-arm64-4c-16g-437 does not seem to be running inside a container [2022-09-21T12:12:42.027Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-09-21T12:12:43.133Z] $ docker top 5cd403cb0a3b378781f6bdff503b1c556fc5b3f979907cd3af1d6703db788801 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-21T12:12:43.681Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh [2022-09-21T12:12:44.068Z] + make test [2022-09-21T12:12:44.337Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-09-21T12:14:06.015Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-09-21T12:14:06.015Z] CGO_ENABLED=1 go vet ./... [2022-09-21T12:14:18.326Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-09-21T12:14:18.326Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-09-21T12:14:18.595Z] ./bin/test-attribution-txt.sh [2022-09-21T12:14:18.595Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-09-21T12:14:18.595Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-09-21T12:14:18.595Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo [2022-09-21T12:14:18.894Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-09-21T12:14:18.938Z] $ docker stop --time=1 5cd403cb0a3b378781f6bdff503b1c556fc5b3f979907cd3af1d6703db788801 [2022-09-21T12:14:20.629Z] $ docker rm -f 5cd403cb0a3b378781f6bdff503b1c556fc5b3f979907cd3af1d6703db788801 [Pipeline] // withDockerContainer [Pipeline] sh [2022-09-21T12:14:21.555Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-09-21T12:14:21.591Z] Warning: overwriting stash ‘coverage-report’ [2022-09-21T12:14:21.930Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-09-21T12:14:22.532Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-09-21T12:14:22.868Z] + ls -al . [2022-09-21T12:14:22.868Z] total 172 [2022-09-21T12:14:22.868Z] drwxrwxr-x 7 jenkins jenkins 4096 Sep 21 12:12 . [2022-09-21T12:14:22.868Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 12:10 .. [2022-09-21T12:14:22.868Z] -rw-rw-r-- 1 jenkins jenkins 119 Sep 21 12:10 .dockerignore [2022-09-21T12:14:22.868Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 21 12:10 .git [2022-09-21T12:14:22.868Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 21 12:10 .github [2022-09-21T12:14:22.868Z] -rw-rw-r-- 1 jenkins jenkins 171 Sep 21 12:10 .gitignore [2022-09-21T12:14:22.868Z] -rw-rw-r-- 1 jenkins jenkins 8830 Sep 21 12:10 Attribution.txt [2022-09-21T12:14:22.868Z] -rw-rw-r-- 1 jenkins jenkins 27269 Sep 21 12:10 CHANGELOG.md [2022-09-21T12:14:22.868Z] -rw-rw-r-- 1 jenkins jenkins 2146 Sep 21 12:10 Dockerfile [2022-09-21T12:14:22.868Z] -rw-rw-r-- 1 jenkins jenkins 677 Sep 21 12:10 GOVERNANCE.md [2022-09-21T12:14:22.868Z] -rw-rw-r-- 1 jenkins jenkins 688 Sep 21 12:10 Jenkinsfile [2022-09-21T12:14:22.868Z] -rw-rw-r-- 1 jenkins jenkins 10174 Sep 21 12:10 LICENSE [2022-09-21T12:14:22.868Z] -rw-rw-r-- 1 jenkins jenkins 618 Sep 21 12:10 OWNERS.md [2022-09-21T12:14:22.868Z] -rw-rw-r-- 1 jenkins jenkins 4369 Sep 21 12:10 README.md [2022-09-21T12:14:22.868Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 21 12:09 VERSION [2022-09-21T12:14:22.868Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 21 12:10 bin [2022-09-21T12:14:22.868Z] -rw-r--r-- 1 jenkins jenkins 10 Sep 21 12:12 coverage.out [2022-09-21T12:14:22.868Z] -rw-rw-r-- 1 jenkins jenkins 3476 Sep 21 12:10 go.mod [2022-09-21T12:14:22.868Z] -rw-rw-r-- 1 jenkins jenkins 37381 Sep 21 12:10 go.sum [2022-09-21T12:14:22.868Z] -rw-rw-r-- 1 jenkins jenkins 1949 Sep 21 12:10 main.go [2022-09-21T12:14:22.868Z] -rw-rw-r-- 1 jenkins jenkins 2185 Sep 21 12:10 makefile [2022-09-21T12:14:22.868Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 21 12:10 res [2022-09-21T12:14:22.868Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 12:10 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-21T12:14:23.282Z] + docker build -t app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=75989084b2098d4d6e07cea357130a4765d6e7ac --label arch=arm64 --label version=0.0.0 . [2022-09-21T12:14:23.282Z] Sending build context to Docker daemon 207.9kB [2022-09-21T12:14:23.550Z] Step 1/28 : ARG BASE=golang:1.18-alpine3.16 [2022-09-21T12:14:23.550Z] Step 2/28 : FROM ${BASE} AS builder [2022-09-21T12:14:23.550Z] ---> c527f2afd5f7 [2022-09-21T12:14:23.550Z] Step 3/28 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-09-21T12:14:23.550Z] ---> Running in b9d41e6c392f [2022-09-21T12:14:23.817Z] Removing intermediate container b9d41e6c392f [2022-09-21T12:14:23.817Z] ---> 00a107e4ce8c [2022-09-21T12:14:23.817Z] Step 4/28 : ARG ALPINE_PKG_EXTRA="" [2022-09-21T12:14:23.817Z] ---> Running in 1335242af693 [2022-09-21T12:14:24.085Z] Removing intermediate container 1335242af693 [2022-09-21T12:14:24.085Z] ---> f0b7383e657c [2022-09-21T12:14:24.085Z] Step 5/28 : ARG ADD_BUILD_TAGS="" [2022-09-21T12:14:24.354Z] ---> Running in c6ace62a16d9 [2022-09-21T12:14:24.624Z] Removing intermediate container c6ace62a16d9 [2022-09-21T12:14:24.624Z] ---> f77514244d41 [2022-09-21T12:14:24.624Z] Step 6/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-09-21T12:14:24.624Z] ---> Running in 1e97f6e104d1 [2022-09-21T12:14:24.901Z] Removing intermediate container 1e97f6e104d1 [2022-09-21T12:14:24.901Z] ---> 6d599b3dd372 [2022-09-21T12:14:24.901Z] Step 7/28 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T12:14:24.901Z] ---> Running in 39e01be1ac0e [2022-09-21T12:14:26.846Z] Removing intermediate container 39e01be1ac0e [2022-09-21T12:14:26.846Z] ---> e1f0da768e9a [2022-09-21T12:14:26.846Z] Step 8/28 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-09-21T12:14:26.846Z] ---> Running in fdf9cb934663 [2022-09-21T12:14:27.424Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-21T12:14:28.382Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-21T12:14:29.341Z] OK: 221 MiB in 51 packages [2022-09-21T12:14:29.925Z] Removing intermediate container fdf9cb934663 [2022-09-21T12:14:29.925Z] ---> 53b969202d1b [2022-09-21T12:14:29.925Z] Step 9/28 : WORKDIR /app [2022-09-21T12:14:30.191Z] ---> Running in 7d950d8caddb [2022-09-21T12:14:30.459Z] Removing intermediate container 7d950d8caddb [2022-09-21T12:14:30.459Z] ---> f10ddc9d2eab [2022-09-21T12:14:30.459Z] Step 10/28 : COPY go.mod vendor* ./ [2022-09-21T12:14:30.725Z] ---> ab428472e83f [2022-09-21T12:14:30.725Z] Step 11/28 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-21T12:14:30.991Z] ---> Running in 1f6cb3088b42 [2022-09-21T12:14:32.934Z] Removing intermediate container 1f6cb3088b42 [2022-09-21T12:14:32.934Z] ---> 79f709451e08 [2022-09-21T12:14:32.934Z] Step 12/28 : COPY . . [2022-09-21T12:14:33.207Z] ---> 5ff05f392052 [2022-09-21T12:14:33.207Z] Step 13/28 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-09-21T12:14:33.475Z] ---> Running in 6174fab1ad6c [2022-09-21T12:14:33.742Z] Removing intermediate container 6174fab1ad6c [2022-09-21T12:14:33.742Z] ---> 827ab1bcc5f6 [2022-09-21T12:14:33.742Z] Step 14/28 : RUN $MAKE [2022-09-21T12:14:33.742Z] ---> Running in e617fd881c81 [2022-09-21T12:14:34.701Z] CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.3.0-dev.40 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-09-21T12:16:56.426Z] Removing intermediate container e617fd881c81 [2022-09-21T12:16:56.426Z] ---> ae44ef77d73e [2022-09-21T12:16:56.426Z] Step 15/28 : FROM alpine:3.16 [2022-09-21T12:16:56.426Z] 3.16: Pulling from library/alpine [2022-09-21T12:16:56.426Z] 9b18e9b68314: Pulling fs layer [2022-09-21T12:16:56.426Z] 9b18e9b68314: Verifying Checksum [2022-09-21T12:16:56.426Z] 9b18e9b68314: Download complete [2022-09-21T12:16:57.017Z] 9b18e9b68314: Pull complete [2022-09-21T12:16:57.017Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-09-21T12:16:57.017Z] Status: Downloaded newer image for alpine:3.16 [2022-09-21T12:16:57.017Z] ---> a6215f271958 [2022-09-21T12:16:57.017Z] Step 16/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-09-21T12:16:57.017Z] ---> Running in d5833e0087dd [2022-09-21T12:16:57.286Z] Removing intermediate container d5833e0087dd [2022-09-21T12:16:57.286Z] ---> 12f72131dc2c [2022-09-21T12:16:57.286Z] Step 17/28 : LABEL Name=app-service-configurable Version=${VERSION} [2022-09-21T12:16:57.557Z] ---> Running in 7b2a37783e6b [2022-09-21T12:16:57.825Z] Removing intermediate container 7b2a37783e6b [2022-09-21T12:16:57.825Z] ---> e28eaf436d54 [2022-09-21T12:16:57.825Z] Step 18/28 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-09-21T12:16:57.825Z] ---> Running in 017a2688579e [2022-09-21T12:16:58.787Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-21T12:16:59.054Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-21T12:17:00.012Z] (1/7) Installing ca-certificates (20220614-r0) [2022-09-21T12:17:00.012Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-09-21T12:17:00.012Z] (3/7) Installing libgcc (11.2.1_git20220219-r2) [2022-09-21T12:17:00.012Z] (4/7) Installing libsodium (1.0.18-r0) [2022-09-21T12:17:00.012Z] (5/7) Installing libstdc++ (11.2.1_git20220219-r2) [2022-09-21T12:17:00.012Z] (6/7) Installing libzmq (4.3.4-r0) [2022-09-21T12:17:00.012Z] (7/7) Installing zeromq (4.3.4-r0) [2022-09-21T12:17:00.012Z] Executing busybox-1.35.0-r17.trigger [2022-09-21T12:17:00.012Z] Executing ca-certificates-20220614-r0.trigger [2022-09-21T12:17:00.281Z] OK: 9 MiB in 21 packages [2022-09-21T12:17:01.691Z] Removing intermediate container 017a2688579e [2022-09-21T12:17:01.691Z] ---> 52fb2b9129fd [2022-09-21T12:17:01.691Z] Step 19/28 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-09-21T12:17:01.957Z] ---> 7165e528ae1f [2022-09-21T12:17:01.957Z] Step 20/28 : COPY --from=builder /app/LICENSE /LICENSE [2022-09-21T12:17:02.537Z] ---> f05f4a288b5d [2022-09-21T12:17:02.537Z] Step 21/28 : COPY --from=builder /app/res/ /res/ [2022-09-21T12:17:02.803Z] ---> af712b7103d2 [2022-09-21T12:17:02.803Z] Step 22/28 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-09-21T12:17:04.217Z] ---> eb9d78ab59d1 [2022-09-21T12:17:04.217Z] Step 23/28 : EXPOSE 48095 [2022-09-21T12:17:04.217Z] ---> Running in 2cbcda6fb18e [2022-09-21T12:17:04.484Z] Removing intermediate container 2cbcda6fb18e [2022-09-21T12:17:04.484Z] ---> 83c05a415430 [2022-09-21T12:17:04.484Z] Step 24/28 : ENTRYPOINT ["/app-service-configurable"] [2022-09-21T12:17:04.484Z] ---> Running in ed1c6b1ec650 [2022-09-21T12:17:04.749Z] Removing intermediate container ed1c6b1ec650 [2022-09-21T12:17:04.749Z] ---> 7859b5290d43 [2022-09-21T12:17:04.749Z] Step 25/28 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-09-21T12:17:05.031Z] ---> Running in d3ce2e09ef69 [2022-09-21T12:17:05.301Z] Removing intermediate container d3ce2e09ef69 [2022-09-21T12:17:05.302Z] ---> 9d9507d42964 [2022-09-21T12:17:05.302Z] Step 26/28 : LABEL arch=arm64 [2022-09-21T12:17:05.569Z] ---> Running in 698062047b70 [2022-09-21T12:17:06.530Z] Removing intermediate container 698062047b70 [2022-09-21T12:17:06.530Z] ---> ef6d6346599e [2022-09-21T12:17:06.530Z] Step 27/28 : LABEL git_sha=75989084b2098d4d6e07cea357130a4765d6e7ac [2022-09-21T12:17:06.798Z] ---> Running in 708c05e50d6a [2022-09-21T12:17:07.065Z] Removing intermediate container 708c05e50d6a [2022-09-21T12:17:07.065Z] ---> 7385058c3a46 [2022-09-21T12:17:07.065Z] Step 28/28 : LABEL version=0.0.0 [2022-09-21T12:17:07.065Z] ---> Running in 042f504e217f [2022-09-21T12:17:07.331Z] Removing intermediate container 042f504e217f [2022-09-21T12:17:07.331Z] ---> 419ac51716de [2022-09-21T12:17:07.331Z] [Warning] One or more build-args [ARCH] were not consumed [2022-09-21T12:17:07.331Z] Successfully built 419ac51716de [2022-09-21T12:17:07.331Z] Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-21T12:17:08.143Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-09-21T12:17:08.143Z] [2022-09-21T12:17:08.143Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-21T12:17:08.539Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-09-21T12:17:08.539Z] arm64: Pulling from edgex-lftools-log-publisher [2022-09-21T12:17:08.539Z] 8998bd30e6a1: Pulling fs layer [2022-09-21T12:17:08.539Z] 04944245beec: Pulling fs layer [2022-09-21T12:17:08.539Z] 699f458cf7ca: Pulling fs layer [2022-09-21T12:17:08.539Z] 765212b225bb: Pulling fs layer [2022-09-21T12:17:08.539Z] f23df028b6ca: Pulling fs layer [2022-09-21T12:17:08.539Z] d65c8cfc05b1: Pulling fs layer [2022-09-21T12:17:08.539Z] 2437ff75d9bd: Pulling fs layer [2022-09-21T12:17:08.539Z] 765212b225bb: Waiting [2022-09-21T12:17:08.539Z] f23df028b6ca: Waiting [2022-09-21T12:17:08.539Z] d65c8cfc05b1: Waiting [2022-09-21T12:17:08.539Z] 2437ff75d9bd: Waiting [2022-09-21T12:17:08.806Z] 04944245beec: Verifying Checksum [2022-09-21T12:17:08.806Z] 04944245beec: Download complete [2022-09-21T12:17:08.806Z] 765212b225bb: Verifying Checksum [2022-09-21T12:17:08.806Z] 765212b225bb: Download complete [2022-09-21T12:17:08.806Z] f23df028b6ca: Verifying Checksum [2022-09-21T12:17:08.806Z] f23df028b6ca: Download complete [2022-09-21T12:17:08.806Z] d65c8cfc05b1: Verifying Checksum [2022-09-21T12:17:08.806Z] d65c8cfc05b1: Download complete [2022-09-21T12:17:08.806Z] 699f458cf7ca: Verifying Checksum [2022-09-21T12:17:08.806Z] 699f458cf7ca: Download complete [2022-09-21T12:17:09.388Z] 8998bd30e6a1: Verifying Checksum [2022-09-21T12:17:09.388Z] 8998bd30e6a1: Download complete [2022-09-21T12:17:11.964Z] 2437ff75d9bd: Verifying Checksum [2022-09-21T12:17:11.964Z] 2437ff75d9bd: Download complete [2022-09-21T12:17:13.371Z] 8998bd30e6a1: Pull complete [2022-09-21T12:17:13.637Z] 04944245beec: Pull complete [2022-09-21T12:17:15.053Z] 699f458cf7ca: Pull complete [2022-09-21T12:17:15.053Z] 765212b225bb: Pull complete [2022-09-21T12:17:16.012Z] f23df028b6ca: Pull complete [2022-09-21T12:17:16.012Z] d65c8cfc05b1: Pull complete [2022-09-21T12:17:31.005Z] 2437ff75d9bd: Pull complete [2022-09-21T12:17:31.005Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-09-21T12:17:31.005Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-09-21T12:17:31.005Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-21T12:17:31.310Z] prd-ubuntu20.04-docker-arm64-4c-16g-437 does not seem to be running inside a container [2022-09-21T12:17:31.376Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-09-21T12:17:33.758Z] $ docker top 751a61dfeeecf1e2eea6ac45fd7fc8696b067e00f619c1bb225247a218ff37bb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-09-21T12:17:34.653Z] ---> job-cost.sh [2022-09-21T12:17:34.653Z] lf-activate-venv: SKIPPING [2022-09-21T12:17:34.653Z] INFO: No Stack... [2022-09-21T12:17:35.237Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-09-21T12:17:36.192Z] INFO: Archiving Costs [Pipeline] sh [2022-09-21T12:17:36.529Z] + cat /w/workspace/app-service-configurable/1/archives/cost.csv [2022-09-21T12:17:36.529Z] + cut -d, -f6 [Pipeline] lock [2022-09-21T12:17:36.614Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-468-1-stack-cost] [2022-09-21T12:17:36.619Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-468-1-stack-cost] did not exist. Created. [2022-09-21T12:17:36.619Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-468-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-09-21T12:17:37.346Z] /w/workspace/app-service-configurable/1@tmp/durable-46d53b55/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-09-21T12:17:38.014Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-09-21T12:17:38.054Z] Warning: overwriting stash ‘stack-cost’ [2022-09-21T12:17:38.095Z] Stashed 1 file(s) [Pipeline] } [2022-09-21T12:17:38.109Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-468-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-09-21T12:17:38.191Z] $ docker stop --time=1 751a61dfeeecf1e2eea6ac45fd7fc8696b067e00f619c1bb225247a218ff37bb [2022-09-21T12:17:39.687Z] $ docker rm -f 751a61dfeeecf1e2eea6ac45fd7fc8696b067e00f619c1bb225247a218ff37bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-09-21T12:17:40.597Z] provisioning config files... [2022-09-21T12:17:40.603Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-468@tmp/config1611652837546124017tmp [Pipeline] { [Pipeline] sh [2022-09-21T12:17:40.934Z] + set +x [2022-09-21T12:17:40.934Z] + + curl -s https://codecov.io/bash [2022-09-21T12:17:40.934Z] bash -s -- [2022-09-21T12:17:40.934Z] [2022-09-21T12:17:40.934Z] _____ _ [2022-09-21T12:17:40.934Z] / ____| | | [2022-09-21T12:17:40.934Z] | | ___ __| | ___ ___ _____ __ [2022-09-21T12:17:40.934Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-09-21T12:17:40.934Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-09-21T12:17:40.934Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-09-21T12:17:40.934Z] Bash-1.0.6 [2022-09-21T12:17:40.934Z] [2022-09-21T12:17:40.934Z] [2022-09-21T12:17:40.934Z] ==> git version 2.25.1 found [2022-09-21T12:17:40.934Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-09-21T12:17:40.934Z] Release-Date: 2020-01-08 [2022-09-21T12:17:40.934Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-09-21T12:17:40.934Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-09-21T12:17:40.934Z] ==> Jenkins CI detected. [2022-09-21T12:17:40.934Z] current dir:  /w/workspace/_app-service-configurable_PR-468 [2022-09-21T12:17:40.934Z] project root: . [2022-09-21T12:17:40.934Z] --> token set from env [2022-09-21T12:17:40.935Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-09-21T12:17:40.935Z] ==> Running gcov in . (disable via -X gcov) [2022-09-21T12:17:40.935Z] ==> Python coveragepy not found [2022-09-21T12:17:40.935Z] ==> Searching for coverage reports in: [2022-09-21T12:17:40.935Z] + . [2022-09-21T12:17:40.935Z] -> Found 1 reports [2022-09-21T12:17:40.935Z] ==> Detecting git/mercurial file structure [2022-09-21T12:17:40.935Z] ==> Reading reports [2022-09-21T12:17:40.935Z] + ./coverage.out bytes=10 [2022-09-21T12:17:40.935Z] ==> Appending adjustments [2022-09-21T12:17:40.935Z] https://docs.codecov.io/docs/fixing-reports [2022-09-21T12:17:41.193Z] + Found adjustments [2022-09-21T12:17:41.193Z] ==> Gzipping contents [2022-09-21T12:17:41.193Z] 4.0K /tmp/codecov.lQrVdr.gz [2022-09-21T12:17:41.193Z] ==> Uploading reports [2022-09-21T12:17:41.193Z] url: https://codecov.io [2022-09-21T12:17:41.193Z] query: branch=PR-468&commit=75989084b2098d4d6e07cea357130a4765d6e7ac&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-468%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=468&job=&cmd_args= [2022-09-21T12:17:41.193Z] -> Pinging Codecov [2022-09-21T12:17:41.193Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-468&commit=75989084b2098d4d6e07cea357130a4765d6e7ac&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-468%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=468&job=&cmd_args= [2022-09-21T12:17:41.453Z] -> Uploading to [2022-09-21T12:17:41.453Z] https://storage.googleapis.com/codecov/v4/raw/2022-09-21/A97CA9966030D2A3747ED39772930CCE/75989084b2098d4d6e07cea357130a4765d6e7ac/1052a11f-95ab-4820-a7f9-307f03626ad6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220921%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220921T121741Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fc7f5042eb0ed819ed90cc060281e86f9c08b0577dbb576d8b9802e336ebee22 [2022-09-21T12:17:41.453Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-09-21T12:17:41.453Z] Dload Upload Total Spent Left Speed [2022-09-21T12:17:41.712Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 527 0 0 100 527 0 1996 --:--:-- --:--:-- --:--:-- 1996 [2022-09-21T12:17:41.712Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/75989084b2098d4d6e07cea357130a4765d6e7ac [Pipeline] } [2022-09-21T12:17:41.746Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-09-21T12:17:43.469Z] + [ -d /w/workspace/_app-service-configurable_PR-468/archives ] [2022-09-21T12:17:43.469Z] + ls -al /w/workspace/_app-service-configurable_PR-468/archives [2022-09-21T12:17:43.469Z] total 16 [2022-09-21T12:17:43.469Z] drwxr-xr-x 3 root root 4096 Sep 21 12:11 . [2022-09-21T12:17:43.469Z] drwxrwxr-x 9 jenkins jenkins 4096 Sep 21 12:11 .. [2022-09-21T12:17:43.469Z] drwxr-xr-x 2 root root 4096 Sep 21 12:11 cost [2022-09-21T12:17:43.469Z] -rw-r--r-- 1 root root 96 Sep 21 12:11 cost.csv [2022-09-21T12:17:43.469Z] + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-468/archives [2022-09-21T12:17:43.469Z] + ls -al /w/workspace/_app-service-configurable_PR-468/archives [2022-09-21T12:17:43.469Z] total 16 [2022-09-21T12:17:43.469Z] drwxr-xr-x 3 jenkins jenkins 4096 Sep 21 12:11 . [2022-09-21T12:17:43.469Z] drwxrwxr-x 9 jenkins jenkins 4096 Sep 21 12:11 .. [2022-09-21T12:17:43.469Z] drwxr-xr-x 2 jenkins jenkins 4096 Sep 21 12:11 cost [2022-09-21T12:17:43.469Z] -rw-r--r-- 1 jenkins jenkins 96 Sep 21 12:11 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-09-21T12:17:43.793Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-21T12:17:44.680Z] ---> package-listing.sh [2022-09-21T12:17:44.680Z] ++ facter osfamily [2022-09-21T12:17:44.680Z] ++ tr '[:upper:]' '[:lower:]' [2022-09-21T12:17:44.938Z] + OS_FAMILY=debian [2022-09-21T12:17:44.938Z] + workspace=/w/workspace/_app-service-configurable_PR-468 [2022-09-21T12:17:44.938Z] + START_PACKAGES=/tmp/packages_start.txt [2022-09-21T12:17:44.938Z] + END_PACKAGES=/tmp/packages_end.txt [2022-09-21T12:17:44.938Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-09-21T12:17:44.938Z] + PACKAGES=/tmp/packages_start.txt [2022-09-21T12:17:44.938Z] + '[' /w/workspace/_app-service-configurable_PR-468 ']' [2022-09-21T12:17:44.938Z] + PACKAGES=/tmp/packages_end.txt [2022-09-21T12:17:44.938Z] + case "${OS_FAMILY}" in [2022-09-21T12:17:44.938Z] + dpkg -l [2022-09-21T12:17:44.938Z] + grep '^ii' [2022-09-21T12:17:44.938Z] + '[' -f /tmp/packages_start.txt ']' [2022-09-21T12:17:44.938Z] + '[' -f /tmp/packages_end.txt ']' [2022-09-21T12:17:44.938Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-09-21T12:17:44.938Z] + '[' /w/workspace/_app-service-configurable_PR-468 ']' [2022-09-21T12:17:44.938Z] + mkdir -p /w/workspace/_app-service-configurable_PR-468/archives/ [2022-09-21T12:17:44.938Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-468/archives/ [Pipeline] echo [2022-09-21T12:17:44.973Z] 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-468/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-09-21T12:17:45.264Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-21T12:17:45.893Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-09-21T12:17:45.893Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-21T12:17:46.022Z] prd-ubuntu20.04-docker-8c-8g-436 does not seem to be running inside a container [2022-09-21T12:17:46.051Z] $ 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-468/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-468 -v /w/workspace/_app-service-configurable_PR-468:/w/workspace/_app-service-configurable_PR-468:rw,z -v /w/workspace/_app-service-configurable_PR-468@tmp:/w/workspace/_app-service-configurable_PR-468@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-09-21T12:17:46.234Z] $ docker top 000d99a6864a253fde64192f58c20235c4e6abc55211778bef83548d9d5d702e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-21T12:17:46.619Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-09-21T12:17:46.931Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-09-21T12:17:47.237Z] + ls /var/log/sa-host [2022-09-21T12:17:47.237Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-09-21T12:17:47.443Z] provisioning config files... [2022-09-21T12:17:47.453Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-468@tmp/config11323139165974079230tmp [Pipeline] { [Pipeline] echo [2022-09-21T12:17:47.503Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-21T12:17:47.810Z] ---> create-netrc.sh [Pipeline] } [2022-09-21T12:17:47.835Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-09-21T12:17:48.233Z] ---> python-tools-install.sh [Pipeline] echo [2022-09-21T12:17:48.265Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-21T12:17:48.575Z] ---> sudo-logs.sh [2022-09-21T12:17:48.575Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-09-21T12:17:48.660Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-21T12:17:48.973Z] ---> job-cost.sh [2022-09-21T12:17:48.973Z] lf-activate-venv: SKIPPING [2022-09-21T12:17:48.973Z] DEBUG: total: 0.2199999988079071 [2022-09-21T12:17:48.973Z] INFO: Retrieving Stack Cost... [2022-09-21T12:17:49.232Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-09-21T12:17:49.802Z] INFO: Archiving Costs [Pipeline] echo [2022-09-21T12:17:49.837Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-21T12:17:50.150Z] ---> logs-deploy.sh [2022-09-21T12:17:50.150Z] lf-activate-venv: SKIPPING [2022-09-21T12:17:50.150Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-468/1 [2022-09-21T12:17:50.150Z] INFO: archiving workspace using pattern(s): [2022-09-21T12:17:51.085Z] Archives upload complete. [2022-09-21T12:17:51.346Z] INFO: archiving logs to Nexus [2022-09-21T12:17:51.915Z] ---> uname -a: [2022-09-21T12:17:51.915Z] Linux prd-ubuntu20-04-docker-8c-8g-436 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2022-09-21T12:17:51.915Z] [2022-09-21T12:17:51.915Z]