Pull request #515 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/app-service-configurable Obtained Jenkinsfile from ed1050ab7232a92da1b6fd4b15169768fe1cdff4+2fb2187aee5de59b88737c8c64f9f7346195a6a3 (950eacf84ce06858a5b94b20be790e611f85bb2c) 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-ssh11991708126354093361.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh10937446320576823630.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-515/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-515/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7629210005836610284.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-515/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12783439544925790254.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh638199983630905764.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-515/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-515/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10680492473580665364.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-5560’ Running on prd-ubuntu20.04-docker-8c-8g-5562 in /w/workspace/_app-service-configurable_PR-515 [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-515 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/515/head:refs/remotes/origin/PR-515 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 2fb2187aee5de59b88737c8c64f9f7346195a6a3 into PR head commit ed1050ab7232a92da1b6fd4b15169768fe1cdff4 Merge succeeded, producing ed1050ab7232a92da1b6fd4b15169768fe1cdff4 Checking out Revision ed1050ab7232a92da1b6fd4b15169768fe1cdff4 (PR-515) > git config core.sparsecheckout # timeout=10 > git checkout -f ed1050ab7232a92da1b6fd4b15169768fe1cdff4 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2fb2187aee5de59b88737c8c64f9f7346195a6a3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ed1050ab7232a92da1b6fd4b15169768fe1cdff4 # timeout=10 Commit message: "feat: Consume additional level in event publish topic" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-13T15:48:13.517Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-13T15:48:13.706Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-13T15:48:13.810Z] ========================================================= [2023-02-13T15:48:13.811Z] EdgeX Global Pipelines Version Info [2023-02-13T15:48:13.811Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-13T15:48:14.557Z] ------------------- [2023-02-13T15:48:14.557Z] stable info: [2023-02-13T15:48:14.557Z] ------------------- [2023-02-13T15:48:14.557Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-13T15:48:14.557Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-13T15:48:14.557Z] Message: update stable to v1.0.244 [2023-02-13T15:48:15.127Z] ------------------- [2023-02-13T15:48:15.128Z] experimental info: [2023-02-13T15:48:15.128Z] ------------------- [2023-02-13T15:48:15.128Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-13T15:48:15.128Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-13T15:48:15.128Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-13T15:48:15.411Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2023-02-13T15:48:15.449Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2023-02-13T15:48:15.485Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-13T15:48:15.521Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-13T15:48:15.555Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-13T15:48:15.591Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-13T15:48:15.626Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-13T15:48:15.663Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-02-13T15:48:15.701Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-13T15:48:15.740Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-13T15:48:15.776Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-13T15:48:15.813Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2023-02-13T15:48:15.854Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-13T15:48:15.893Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-13T15:48:15.935Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-13T15:48:15.973Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-13T15:48:16.016Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-13T15:48:16.058Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-13T15:48:16.102Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-13T15:48:16.146Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-13T15:48:16.189Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-02-13T15:48:16.227Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-02-13T15:48:16.265Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-13T15:48:16.305Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-13T15:48:16.344Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-13T15:48:16.389Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-13T15:48:16.428Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-13T15:48:16.471Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-515 [Pipeline] echo [2023-02-13T15:48:16.559Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-515 [Pipeline] echo [2023-02-13T15:48:16.601Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-515 [Pipeline] echo [2023-02-13T15:48:16.644Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ed1050ab7232a92da1b6fd4b15169768fe1cdff4 [Pipeline] echo [2023-02-13T15:48:16.684Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ed1050a [Pipeline] echo [2023-02-13T15:48:16.731Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-13T15:48:16.842Z] provisioning config files... [2023-02-13T15:48:16.854Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-515@tmp/config14490317093183930759tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-13T15:48:17.204Z] ---> docker-login.sh [2023-02-13T15:48:17.204Z] nexus3.edgexfoundry.org:10001 [2023-02-13T15:48:17.464Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-13T15:48:17.727Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-13T15:48:17.727Z] Configure a credential helper to remove this warning. See [2023-02-13T15:48:17.727Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-13T15:48:17.727Z] [2023-02-13T15:48:17.727Z] Login Succeeded [2023-02-13T15:48:17.727Z] nexus3.edgexfoundry.org:10002 [2023-02-13T15:48:17.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-13T15:48:17.727Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-13T15:48:17.727Z] Configure a credential helper to remove this warning. See [2023-02-13T15:48:17.727Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-13T15:48:17.727Z] [2023-02-13T15:48:17.727Z] Login Succeeded [2023-02-13T15:48:17.727Z] nexus3.edgexfoundry.org:10003 [2023-02-13T15:48:17.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-13T15:48:17.989Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-13T15:48:17.989Z] Configure a credential helper to remove this warning. See [2023-02-13T15:48:17.989Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-13T15:48:17.989Z] [2023-02-13T15:48:17.989Z] Login Succeeded [2023-02-13T15:48:17.989Z] nexus3.edgexfoundry.org:10004 [2023-02-13T15:48:17.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-13T15:48:17.989Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-13T15:48:17.989Z] Configure a credential helper to remove this warning. See [2023-02-13T15:48:17.989Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-13T15:48:17.989Z] [2023-02-13T15:48:17.989Z] Login Succeeded [2023-02-13T15:48:17.989Z] docker.io [2023-02-13T15:48:17.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-13T15:48:18.249Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-13T15:48:18.249Z] Configure a credential helper to remove this warning. See [2023-02-13T15:48:18.249Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-13T15:48:18.249Z] [2023-02-13T15:48:18.249Z] Login Succeeded [2023-02-13T15:48:18.249Z] ---> docker-login.sh ends [Pipeline] } [2023-02-13T15:48:18.283Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-13T15:48:18.923Z] + git rev-list -1 --merges ed1050ab7232a92da1b6fd4b15169768fe1cdff4~1..ed1050ab7232a92da1b6fd4b15169768fe1cdff4 [Pipeline] echo [2023-02-13T15:48:19.007Z] -----------> git rev-list -1 --merges ed1050ab7232a92da1b6fd4b15169768fe1cdff4~1..ed1050ab7232a92da1b6fd4b15169768fe1cdff4 ed1050ab7232a92da1b6fd4b15169768fe1cdff4 [false] [Pipeline] sh [2023-02-13T15:48:19.326Z] + git log --format=format:%s -1 ed1050ab7232a92da1b6fd4b15169768fe1cdff4 [Pipeline] echo [2023-02-13T15:48:19.364Z] ========================================================= [2023-02-13T15:48:19.364Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-13T15:48:19.364Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-13T15:48:19.805Z] + git log --format=format:%s -1 ed1050ab7232a92da1b6fd4b15169768fe1cdff4 [Pipeline] echo [2023-02-13T15:48:19.841Z] [semverPrep] GIT_COMMIT: ed1050ab7232a92da1b6fd4b15169768fe1cdff4, Commit Message: feat: Consume additional level in event publish topic [Pipeline] echo [2023-02-13T15:48:19.873Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-13T15:48:20.349Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-13T15:48:20.349Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-13T15:48:20.349Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-13T15:48:20.349Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-13T15:48:20.349Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-13T15:48:20.349Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-13T15:48:20.349Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-13T15:48:20.784Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-13T15:48:20.784Z] [2023-02-13T15:48:20.784Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-13T15:48:21.176Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-13T15:48:21.176Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-13T15:48:21.176Z] b85a868b505f: Pulling fs layer [2023-02-13T15:48:21.176Z] e2be974225ed: Pulling fs layer [2023-02-13T15:48:21.176Z] 339a4e72a1f5: Pulling fs layer [2023-02-13T15:48:21.176Z] 988bab9f4d93: Pulling fs layer [2023-02-13T15:48:21.176Z] 1469e6f7b9e6: Pulling fs layer [2023-02-13T15:48:21.176Z] 988bab9f4d93: Waiting [2023-02-13T15:48:21.176Z] eaf3925da568: Pulling fs layer [2023-02-13T15:48:21.176Z] bab4dde63d76: Pulling fs layer [2023-02-13T15:48:21.176Z] 1469e6f7b9e6: Waiting [2023-02-13T15:48:21.176Z] bab4dde63d76: Waiting [2023-02-13T15:48:21.176Z] bde34c3a00c8: Pulling fs layer [2023-02-13T15:48:21.176Z] b352a97aabf1: Pulling fs layer [2023-02-13T15:48:21.176Z] bde34c3a00c8: Waiting [2023-02-13T15:48:21.176Z] 4872d77fe225: Pulling fs layer [2023-02-13T15:48:21.176Z] b352a97aabf1: Waiting [2023-02-13T15:48:21.176Z] 5851b861e8e6: Pulling fs layer [2023-02-13T15:48:21.176Z] 4872d77fe225: Waiting [2023-02-13T15:48:21.176Z] 5851b861e8e6: Waiting [2023-02-13T15:48:21.176Z] e2be974225ed: Verifying Checksum [2023-02-13T15:48:21.176Z] e2be974225ed: Download complete [2023-02-13T15:48:21.176Z] 988bab9f4d93: Verifying Checksum [2023-02-13T15:48:21.176Z] 988bab9f4d93: Download complete [2023-02-13T15:48:21.443Z] 1469e6f7b9e6: Verifying Checksum [2023-02-13T15:48:21.443Z] 1469e6f7b9e6: Download complete [2023-02-13T15:48:21.443Z] eaf3925da568: Verifying Checksum [2023-02-13T15:48:21.443Z] eaf3925da568: Download complete [2023-02-13T15:48:21.443Z] 339a4e72a1f5: Verifying Checksum [2023-02-13T15:48:21.443Z] 339a4e72a1f5: Download complete [2023-02-13T15:48:21.705Z] bde34c3a00c8: Verifying Checksum [2023-02-13T15:48:21.705Z] bde34c3a00c8: Download complete [2023-02-13T15:48:21.705Z] b352a97aabf1: Verifying Checksum [2023-02-13T15:48:21.705Z] b352a97aabf1: Download complete [2023-02-13T15:48:21.705Z] 4872d77fe225: Download complete [2023-02-13T15:48:21.705Z] b85a868b505f: Verifying Checksum [2023-02-13T15:48:21.705Z] b85a868b505f: Download complete [2023-02-13T15:48:21.705Z] 5851b861e8e6: Verifying Checksum [2023-02-13T15:48:21.705Z] 5851b861e8e6: Download complete [2023-02-13T15:48:22.277Z] bab4dde63d76: Verifying Checksum [2023-02-13T15:48:22.277Z] bab4dde63d76: Download complete [2023-02-13T15:48:23.217Z] b85a868b505f: Pull complete [2023-02-13T15:48:23.480Z] e2be974225ed: Pull complete [2023-02-13T15:48:24.048Z] 339a4e72a1f5: Pull complete [2023-02-13T15:48:24.048Z] 988bab9f4d93: Pull complete [2023-02-13T15:48:24.307Z] 1469e6f7b9e6: Pull complete [2023-02-13T15:48:24.566Z] eaf3925da568: Pull complete [2023-02-13T15:48:26.474Z] bab4dde63d76: Pull complete [2023-02-13T15:48:26.474Z] bde34c3a00c8: Pull complete [2023-02-13T15:48:26.474Z] b352a97aabf1: Pull complete [2023-02-13T15:48:26.474Z] 4872d77fe225: Pull complete [2023-02-13T15:48:26.474Z] 5851b861e8e6: Pull complete [2023-02-13T15:48:26.474Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-13T15:48:26.474Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-13T15:48:26.474Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-13T15:48:26.689Z] prd-ubuntu20.04-docker-8c-8g-5562 does not seem to be running inside a container [2023-02-13T15:48:26.723Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-515 -v /w/workspace/_app-service-configurable_PR-515:/w/workspace/_app-service-configurable_PR-515:rw,z -v /w/workspace/_app-service-configurable_PR-515@tmp:/w/workspace/_app-service-configurable_PR-515@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-devops/py-git-semver:0.1.4 cat [2023-02-13T15:48:30.853Z] $ docker top fbf84eac2e170ea266a06cfbcc80043fe1349997c1cf3292cdae4dc00f767551 -eo pid,comm [2023-02-13T15:48:30.908Z] 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). [2023-02-13T15:48:30.908Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-13T15:48:31.038Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-13T15:48:31.038Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-13T15:48:31.159Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-13T15:48:31.165Z] $ docker exec fbf84eac2e170ea266a06cfbcc80043fe1349997c1cf3292cdae4dc00f767551 ssh-agent [2023-02-13T15:48:31.263Z] SSH_AUTH_SOCK=/tmp/ssh-UtnZEu8tD2HY/agent.32 [2023-02-13T15:48:31.263Z] SSH_AGENT_PID=38 [2023-02-13T15:48:31.273Z] Running ssh-add (command line suppressed) [2023-02-13T15:48:31.361Z] Identity added: /w/workspace/_app-service-configurable_PR-515@tmp/private_key_1874915286002346209.key (/w/workspace/_app-service-configurable_PR-515@tmp/private_key_1874915286002346209.key) [2023-02-13T15:48:31.370Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-13T15:48:31.707Z] + git tag --points-at HEAD [Pipeline] } [2023-02-13T15:48:31.734Z] $ docker exec --env ******** --env ******** fbf84eac2e170ea266a06cfbcc80043fe1349997c1cf3292cdae4dc00f767551 ssh-agent -k [2023-02-13T15:48:31.843Z] unset SSH_AUTH_SOCK; [2023-02-13T15:48:31.844Z] unset SSH_AGENT_PID; [2023-02-13T15:48:31.844Z] echo Agent pid 38 killed; [2023-02-13T15:48:31.851Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-13T15:48:31.931Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-13T15:48:31.931Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-13T15:48:32.047Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-13T15:48:32.053Z] $ docker exec fbf84eac2e170ea266a06cfbcc80043fe1349997c1cf3292cdae4dc00f767551 ssh-agent [2023-02-13T15:48:32.166Z] SSH_AUTH_SOCK=/tmp/ssh-VcAYN54vm5hD/agent.71 [2023-02-13T15:48:32.166Z] SSH_AGENT_PID=77 [2023-02-13T15:48:32.171Z] Running ssh-add (command line suppressed) [2023-02-13T15:48:32.289Z] Identity added: /w/workspace/_app-service-configurable_PR-515@tmp/private_key_3894175908965155694.key (/w/workspace/_app-service-configurable_PR-515@tmp/private_key_3894175908965155694.key) [2023-02-13T15:48:32.299Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-13T15:48:32.620Z] + git semver init [2023-02-13T15:48:32.879Z] 2023-02-13 15:48:32,823 [run_init] DEBUG init version:0.0.0 force:False [2023-02-13T15:48:32.879Z] 2023-02-13 15:48:32,824 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-515/.semver [2023-02-13T15:48:32.879Z] 2023-02-13 15:48:32,824 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-515/.semver [2023-02-13T15:48:32.879Z] 2023-02-13 15:48:32,824 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-515/.semver'], cwd=/w/workspace/_app-service-configurable_PR-515, universal_newlines=False, shell=None, istream=None) [2023-02-13T15:48:34.259Z] 2023-02-13 15:48:33,925 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-515/.git/info/exclude [2023-02-13T15:48:34.259Z] 2023-02-13 15:48:33,926 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-515/.semver/PR-515 with force:False [2023-02-13T15:48:34.259Z] 2023-02-13 15:48:33,926 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-515/.semver/PR-515 [2023-02-13T15:48:34.259Z] 2023-02-13 15:48:33,930 [execute] INFO git cat-file --batch-check [2023-02-13T15:48:34.259Z] 2023-02-13 15:48:33,931 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-515/.semver, universal_newlines=False, shell=None, istream=) [2023-02-13T15:48:34.259Z] 2023-02-13 15:48:33,936 [execute] INFO git cat-file --batch [2023-02-13T15:48:34.259Z] 2023-02-13 15:48:33,936 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-515/.semver, universal_newlines=False, shell=None, istream=) [2023-02-13T15:48:34.259Z] 2023-02-13 15:48:33,940 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-515/.semver/PR-515 [2023-02-13T15:48:34.259Z] 0.0.0 [Pipeline] } [2023-02-13T15:48:34.293Z] $ docker exec --env ******** --env ******** fbf84eac2e170ea266a06cfbcc80043fe1349997c1cf3292cdae4dc00f767551 ssh-agent -k [2023-02-13T15:48:34.383Z] unset SSH_AUTH_SOCK; [2023-02-13T15:48:34.383Z] unset SSH_AGENT_PID; [2023-02-13T15:48:34.384Z] echo Agent pid 77 killed; [2023-02-13T15:48:34.390Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-13T15:48:34.806Z] + git semver [Pipeline] } [2023-02-13T15:48:35.093Z] $ docker stop --time=1 fbf84eac2e170ea266a06cfbcc80043fe1349997c1cf3292cdae4dc00f767551 [2023-02-13T15:48:36.686Z] $ docker rm -f --volumes fbf84eac2e170ea266a06cfbcc80043fe1349997c1cf3292cdae4dc00f767551 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-13T15:48:37.118Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-13T15:48:37.382Z] Stashed 1 file(s) [Pipeline] echo [2023-02-13T15:48:37.400Z] [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 [2023-02-13T15:48:37.959Z] provisioning config files... [2023-02-13T15:48:37.968Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-515@tmp/config1898119050640318162tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-13T15:48:38.313Z] ---> docker-login.sh [2023-02-13T15:48:38.314Z] nexus3.edgexfoundry.org:10001 [2023-02-13T15:48:38.314Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-13T15:48:38.314Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-13T15:48:38.314Z] Configure a credential helper to remove this warning. See [2023-02-13T15:48:38.314Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-13T15:48:38.314Z] [2023-02-13T15:48:38.314Z] Login Succeeded [2023-02-13T15:48:38.314Z] nexus3.edgexfoundry.org:10002 [2023-02-13T15:48:38.314Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-13T15:48:38.314Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-13T15:48:38.314Z] Configure a credential helper to remove this warning. See [2023-02-13T15:48:38.314Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-13T15:48:38.314Z] [2023-02-13T15:48:38.314Z] Login Succeeded [2023-02-13T15:48:38.314Z] nexus3.edgexfoundry.org:10003 [2023-02-13T15:48:38.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-13T15:48:38.574Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-13T15:48:38.574Z] Configure a credential helper to remove this warning. See [2023-02-13T15:48:38.574Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-13T15:48:38.574Z] [2023-02-13T15:48:38.574Z] Login Succeeded [2023-02-13T15:48:38.574Z] nexus3.edgexfoundry.org:10004 [2023-02-13T15:48:38.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-13T15:48:38.574Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-13T15:48:38.574Z] Configure a credential helper to remove this warning. See [2023-02-13T15:48:38.574Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-13T15:48:38.574Z] [2023-02-13T15:48:38.574Z] Login Succeeded [2023-02-13T15:48:38.574Z] docker.io [2023-02-13T15:48:38.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-13T15:48:39.095Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-13T15:48:39.095Z] Configure a credential helper to remove this warning. See [2023-02-13T15:48:39.095Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-13T15:48:39.095Z] [2023-02-13T15:48:39.095Z] Login Succeeded [2023-02-13T15:48:39.095Z] ---> docker-login.sh ends [Pipeline] } [2023-02-13T15:48:39.121Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-13T15:48:39.367Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-13T15:48:39.421Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-13T15:48:39.454Z] ========================================================= [2023-02-13T15:48:39.455Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-13T15:48:39.455Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-13T15:48:39.936Z] + 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 . [2023-02-13T15:48:39.936Z] Sending build context to Docker daemon 3.238MB [2023-02-13T15:48:39.936Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-13T15:48:39.936Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-13T15:48:39.936Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-13T15:48:39.936Z] 213ec9aee27d: Pulling fs layer [2023-02-13T15:48:39.936Z] 4583459ba037: Pulling fs layer [2023-02-13T15:48:39.936Z] 93c1e223e6f2: Pulling fs layer [2023-02-13T15:48:39.936Z] 53926ce57604: Pulling fs layer [2023-02-13T15:48:39.936Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-13T15:48:39.936Z] 22ff95d597cd: Pulling fs layer [2023-02-13T15:48:39.936Z] 12d6caf4c0d1: Pulling fs layer [2023-02-13T15:48:39.936Z] 96b7cbca73a9: Pulling fs layer [2023-02-13T15:48:39.936Z] a7acece74701: Pulling fs layer [2023-02-13T15:48:39.936Z] 22ff95d597cd: Waiting [2023-02-13T15:48:39.936Z] 12d6caf4c0d1: Waiting [2023-02-13T15:48:39.936Z] 96b7cbca73a9: Waiting [2023-02-13T15:48:39.936Z] a7acece74701: Waiting [2023-02-13T15:48:39.936Z] 53926ce57604: Waiting [2023-02-13T15:48:39.936Z] 93c1e223e6f2: Verifying Checksum [2023-02-13T15:48:39.936Z] 93c1e223e6f2: Download complete [2023-02-13T15:48:39.936Z] 4583459ba037: Verifying Checksum [2023-02-13T15:48:39.936Z] 4583459ba037: Download complete [2023-02-13T15:48:39.936Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-13T15:48:39.936Z] 21b2b0c7a3f4: Download complete [2023-02-13T15:48:40.201Z] 22ff95d597cd: Verifying Checksum [2023-02-13T15:48:40.201Z] 22ff95d597cd: Download complete [2023-02-13T15:48:40.201Z] 213ec9aee27d: Verifying Checksum [2023-02-13T15:48:40.201Z] 12d6caf4c0d1: Verifying Checksum [2023-02-13T15:48:40.201Z] 12d6caf4c0d1: Download complete [2023-02-13T15:48:40.201Z] 213ec9aee27d: Pull complete [2023-02-13T15:48:40.468Z] 4583459ba037: Pull complete [2023-02-13T15:48:40.734Z] 93c1e223e6f2: Pull complete [2023-02-13T15:48:41.020Z] a7acece74701: Verifying Checksum [2023-02-13T15:48:41.020Z] a7acece74701: Download complete [2023-02-13T15:48:41.633Z] 96b7cbca73a9: Verifying Checksum [2023-02-13T15:48:41.633Z] 96b7cbca73a9: Download complete [2023-02-13T15:48:41.893Z] 53926ce57604: Download complete [2023-02-13T15:48:46.098Z] 53926ce57604: Pull complete [2023-02-13T15:48:46.098Z] 21b2b0c7a3f4: Pull complete [2023-02-13T15:48:46.098Z] 22ff95d597cd: Pull complete [2023-02-13T15:48:46.364Z] 12d6caf4c0d1: Pull complete [2023-02-13T15:48:48.272Z] 96b7cbca73a9: Pull complete [2023-02-13T15:48:49.222Z] a7acece74701: Pull complete [2023-02-13T15:48:49.222Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-13T15:48:49.222Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-13T15:48:49.222Z] ---> db6d94c90886 [2023-02-13T15:48:49.222Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-02-13T15:48:52.787Z] Still waiting to schedule task [2023-02-13T15:48:52.788Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-5561’ [2023-02-13T15:48:53.425Z] ---> Running in ce206d83090f [2023-02-13T15:48:53.425Z] Removing intermediate container ce206d83090f [2023-02-13T15:48:53.425Z] ---> a1f8af31054e [2023-02-13T15:48:53.425Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-13T15:48:53.425Z] ---> Running in 1c08bb6e86ac [2023-02-13T15:48:53.425Z] Removing intermediate container 1c08bb6e86ac [2023-02-13T15:48:53.425Z] ---> b308f3475cc7 [2023-02-13T15:48:53.425Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-02-13T15:48:53.425Z] ---> Running in a21491ae1531 [2023-02-13T15:48:53.684Z] Removing intermediate container a21491ae1531 [2023-02-13T15:48:53.684Z] ---> 72fc596126eb [2023-02-13T15:48:53.684Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-13T15:48:53.684Z] ---> Running in 3890951efb42 [2023-02-13T15:48:53.943Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-13T15:48:53.943Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-13T15:48:54.510Z] OK: 211 MiB in 51 packages [2023-02-13T15:48:54.769Z] Removing intermediate container 3890951efb42 [2023-02-13T15:48:54.769Z] ---> 0170d2d6589e [2023-02-13T15:48:54.769Z] Step 7/12 : WORKDIR /app [2023-02-13T15:48:54.769Z] ---> Running in efd2f4152f44 [2023-02-13T15:48:54.769Z] Removing intermediate container efd2f4152f44 [2023-02-13T15:48:54.769Z] ---> 47726005bad8 [2023-02-13T15:48:54.769Z] Step 8/12 : COPY go.mod vendor* ./ [2023-02-13T15:48:55.029Z] ---> 8cd012666c1d [2023-02-13T15:48:55.029Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-13T15:48:55.029Z] ---> Running in 1c4e44b6a31c [2023-02-13T15:49:41.720Z] Removing intermediate container 1c4e44b6a31c [2023-02-13T15:49:41.720Z] ---> 1642c1f7c6da [2023-02-13T15:49:41.720Z] Step 10/12 : COPY . . [2023-02-13T15:49:41.720Z] ---> 11c64fe9c912 [2023-02-13T15:49:41.720Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-13T15:49:41.720Z] ---> Running in 101c0dbb7992 [2023-02-13T15:49:41.720Z] Removing intermediate container 101c0dbb7992 [2023-02-13T15:49:41.720Z] ---> 872bd1976043 [2023-02-13T15:49:41.720Z] Step 12/12 : RUN $MAKE [2023-02-13T15:49:41.720Z] ---> Running in 5c7bee313191 [2023-02-13T15:49:41.720Z] noop [2023-02-13T15:49:41.720Z] Removing intermediate container 5c7bee313191 [2023-02-13T15:49:41.720Z] ---> 036dcd33973e [2023-02-13T15:49:41.720Z] Successfully built 036dcd33973e [2023-02-13T15:49:41.720Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-13T15:49:42.167Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-13T15:49:42.167Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-13T15:49:42.315Z] prd-ubuntu20.04-docker-8c-8g-5562 does not seem to be running inside a container [2023-02-13T15:49:42.345Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-515 -v /w/workspace/_app-service-configurable_PR-515:/w/workspace/_app-service-configurable_PR-515:rw,z -v /w/workspace/_app-service-configurable_PR-515@tmp:/w/workspace/_app-service-configurable_PR-515@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-13T15:49:42.933Z] $ docker top 07236aee88014dd13f1aa4d4387a46bbdcf4c086168f650531e5cef745ea7239 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-13T15:49:43.318Z] + go version [2023-02-13T15:49:43.318Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-13T15:49:43.352Z] $ docker stop --time=1 07236aee88014dd13f1aa4d4387a46bbdcf4c086168f650531e5cef745ea7239 [2023-02-13T15:49:44.624Z] $ docker rm -f --volumes 07236aee88014dd13f1aa4d4387a46bbdcf4c086168f650531e5cef745ea7239 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-13T15:49:45.319Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-13T15:49:45.319Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-13T15:49:45.465Z] prd-ubuntu20.04-docker-8c-8g-5562 does not seem to be running inside a container [2023-02-13T15:49:45.498Z] $ 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-515 -v /w/workspace/_app-service-configurable_PR-515:/w/workspace/_app-service-configurable_PR-515:rw,z -v /w/workspace/_app-service-configurable_PR-515@tmp:/w/workspace/_app-service-configurable_PR-515@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-13T15:49:45.820Z] $ docker top b5027fafb90be7c0c2ca1d75c3832e2eeca000d745db209f46d989b741714e00 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-13T15:49:46.217Z] + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-515 [Pipeline] fileExists [Pipeline] sh [2023-02-13T15:49:46.577Z] + make test [2023-02-13T15:49:46.577Z] go test -race -coverprofile=coverage.out ./... [2023-02-13T15:50:04.666Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-02-13T15:50:04.666Z] go vet ./... [2023-02-13T15:50:12.769Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-13T15:50:12.769Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-13T15:50:12.769Z] ./bin/test-attribution-txt.sh [2023-02-13T15:50:12.769Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-02-13T15:50:12.769Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-02-13T15:50:12.811Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-13T15:50:12.839Z] $ docker stop --time=1 b5027fafb90be7c0c2ca1d75c3832e2eeca000d745db209f46d989b741714e00 [2023-02-13T15:50:16.092Z] $ docker rm -f --volumes b5027fafb90be7c0c2ca1d75c3832e2eeca000d745db209f46d989b741714e00 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-13T15:50:16.579Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-13T15:50:16.641Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-13T15:50:17.333Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-13T15:50:17.642Z] + ls -al . [2023-02-13T15:50:17.643Z] total 172 [2023-02-13T15:50:17.643Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 13 15:49 . [2023-02-13T15:50:17.643Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 13 15:48 .. [2023-02-13T15:50:17.643Z] -rw-rw-r-- 1 jenkins jenkins 119 Feb 13 15:48 .dockerignore [2023-02-13T15:50:17.643Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 13 15:48 .git [2023-02-13T15:50:17.643Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 13 15:48 .github [2023-02-13T15:50:17.643Z] -rw-rw-r-- 1 jenkins jenkins 171 Feb 13 15:48 .gitignore [2023-02-13T15:50:17.643Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 13 15:48 .semver [2023-02-13T15:50:17.643Z] -rw-rw-r-- 1 jenkins jenkins 9103 Feb 13 15:48 Attribution.txt [2023-02-13T15:50:17.643Z] -rw-rw-r-- 1 jenkins jenkins 29118 Feb 13 15:48 CHANGELOG.md [2023-02-13T15:50:17.643Z] -rw-rw-r-- 1 jenkins jenkins 1898 Feb 13 15:48 Dockerfile [2023-02-13T15:50:17.643Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 13 15:48 GOVERNANCE.md [2023-02-13T15:50:17.643Z] -rw-rw-r-- 1 jenkins jenkins 688 Feb 13 15:48 Jenkinsfile [2023-02-13T15:50:17.643Z] -rw-rw-r-- 1 jenkins jenkins 10174 Feb 13 15:48 LICENSE [2023-02-13T15:50:17.643Z] -rw-rw-r-- 1 jenkins jenkins 618 Feb 13 15:48 OWNERS.md [2023-02-13T15:50:17.643Z] -rw-rw-r-- 1 jenkins jenkins 4369 Feb 13 15:48 README.md [2023-02-13T15:50:17.643Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 13 15:48 VERSION [2023-02-13T15:50:17.643Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 13 15:48 bin [2023-02-13T15:50:17.643Z] -rw-r--r-- 1 jenkins jenkins 13 Feb 13 15:49 coverage.out [2023-02-13T15:50:17.643Z] -rw-rw-r-- 1 jenkins jenkins 3307 Feb 13 15:48 go.mod [2023-02-13T15:50:17.643Z] -rw-rw-r-- 1 jenkins jenkins 32404 Feb 13 15:48 go.sum [2023-02-13T15:50:17.643Z] -rw-rw-r-- 1 jenkins jenkins 1949 Feb 13 15:48 main.go [2023-02-13T15:50:17.643Z] -rw-rw-r-- 1 jenkins jenkins 2078 Feb 13 15:48 makefile [2023-02-13T15:50:17.643Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 13 15:48 res [2023-02-13T15:50:17.643Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 13 15:48 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-13T15:50:18.035Z] + 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=ed1050ab7232a92da1b6fd4b15169768fe1cdff4 --label arch=amd64 --label version=0.0.0 . [2023-02-13T15:50:18.035Z] Sending build context to Docker daemon 3.239MB [2023-02-13T15:50:18.035Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2023-02-13T15:50:18.035Z] Step 2/26 : FROM ${BASE} AS builder [2023-02-13T15:50:18.035Z] ---> 036dcd33973e [2023-02-13T15:50:18.035Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-02-13T15:50:18.035Z] ---> Running in dc539166222a [2023-02-13T15:50:18.035Z] Removing intermediate container dc539166222a [2023-02-13T15:50:18.035Z] ---> 8b4ceb550479 [2023-02-13T15:50:18.035Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-02-13T15:50:18.294Z] ---> Running in 2e7058c4698b [2023-02-13T15:50:18.294Z] Removing intermediate container 2e7058c4698b [2023-02-13T15:50:18.294Z] ---> fcb142c4969f [2023-02-13T15:50:18.294Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-02-13T15:50:18.294Z] ---> Running in 1a57ac8d45f6 [2023-02-13T15:50:18.294Z] Removing intermediate container 1a57ac8d45f6 [2023-02-13T15:50:18.294Z] ---> f9e6692915a5 [2023-02-13T15:50:18.294Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-13T15:50:18.294Z] ---> Running in ee8216446749 [2023-02-13T15:50:18.553Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-13T15:50:18.812Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-13T15:50:19.072Z] OK: 211 MiB in 51 packages [2023-02-13T15:50:19.331Z] Removing intermediate container ee8216446749 [2023-02-13T15:50:19.331Z] ---> 40c73f77b99d [2023-02-13T15:50:19.331Z] Step 7/26 : WORKDIR /app [2023-02-13T15:50:19.331Z] ---> Running in b372a057c6f8 [2023-02-13T15:50:19.331Z] Removing intermediate container b372a057c6f8 [2023-02-13T15:50:19.331Z] ---> a7e1aa3f5184 [2023-02-13T15:50:19.331Z] Step 8/26 : COPY go.mod vendor* ./ [2023-02-13T15:50:19.591Z] ---> f6f856f61594 [2023-02-13T15:50:19.591Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-13T15:50:19.591Z] ---> Running in 461190ffaa6a [2023-02-13T15:50:20.968Z] Removing intermediate container 461190ffaa6a [2023-02-13T15:50:20.968Z] ---> 0572197909ea [2023-02-13T15:50:20.968Z] Step 10/26 : COPY . . [2023-02-13T15:50:21.536Z] ---> 48fa459fc5a6 [2023-02-13T15:50:21.536Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-13T15:50:21.536Z] ---> Running in 96cbd9255205 [2023-02-13T15:50:21.536Z] Removing intermediate container 96cbd9255205 [2023-02-13T15:50:21.536Z] ---> cd9630967d81 [2023-02-13T15:50:21.536Z] Step 12/26 : RUN $MAKE [2023-02-13T15:50:21.794Z] ---> Running in 1d041b8080e8 [2023-02-13T15:50:22.054Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.27 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable [2023-02-13T15:50:44.012Z] Removing intermediate container 1d041b8080e8 [2023-02-13T15:50:44.012Z] ---> 13fc0588f3c8 [2023-02-13T15:50:44.012Z] Step 13/26 : FROM alpine:3.16 [2023-02-13T15:50:44.012Z] 3.16: Pulling from library/alpine [2023-02-13T15:50:45.543Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5564 in /w/workspace/_app-service-configurable_PR-515 [Pipeline] { [Pipeline] ws [2023-02-13T15:50:45.602Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2023-02-13T15:50:45.691Z] Selected Git installation does not exist. Using Default [2023-02-13T15:50:45.691Z] The recommended git tool is: NONE [2023-02-13T15:50:46.545Z] ef5531b6e74e: Pulling fs layer [2023-02-13T15:50:46.545Z] ef5531b6e74e: Verifying Checksum [2023-02-13T15:50:46.545Z] ef5531b6e74e: Download complete [2023-02-13T15:50:46.545Z] ef5531b6e74e: Pull complete [2023-02-13T15:50:46.804Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-13T15:50:46.804Z] Status: Downloaded newer image for alpine:3.16 [2023-02-13T15:50:46.804Z] ---> dfd21b5a31f5 [2023-02-13T15:50:46.804Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-13T15:50:46.804Z] ---> Running in dff716f4d740 [2023-02-13T15:50:46.804Z] Removing intermediate container dff716f4d740 [2023-02-13T15:50:46.804Z] ---> ea10636f9f45 [2023-02-13T15:50:46.804Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-02-13T15:50:46.804Z] ---> Running in 6835db8590bd [2023-02-13T15:50:47.063Z] Removing intermediate container 6835db8590bd [2023-02-13T15:50:47.063Z] ---> c7653f220143 [2023-02-13T15:50:47.063Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-13T15:50:47.063Z] ---> Running in bfcee707c43e [2023-02-13T15:50:47.322Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-13T15:50:47.322Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-13T15:50:47.581Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-13T15:50:47.581Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-13T15:50:47.581Z] Executing busybox-1.35.0-r17.trigger [2023-02-13T15:50:47.581Z] Executing ca-certificates-20220614-r0.trigger [2023-02-13T15:50:47.840Z] OK: 6 MiB in 16 packages [2023-02-13T15:50:48.100Z] Removing intermediate container bfcee707c43e [2023-02-13T15:50:48.100Z] ---> 5a45ba0dd569 [2023-02-13T15:50:48.100Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-02-13T15:50:48.359Z] ---> 4ca0ed5a4f05 [2023-02-13T15:50:48.359Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-02-13T15:50:48.359Z] ---> c091579b658c [2023-02-13T15:50:48.359Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-02-13T15:50:48.617Z] ---> 70aa876aaf0f [2023-02-13T15:50:48.617Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-02-13T15:50:49.185Z] ---> de532d83e2a3 [2023-02-13T15:50:49.185Z] Step 21/26 : EXPOSE 48095 [2023-02-13T15:50:49.185Z] ---> Running in 0fe150a6671e [2023-02-13T15:50:49.185Z] Removing intermediate container 0fe150a6671e [2023-02-13T15:50:49.185Z] ---> 4b4f82536727 [2023-02-13T15:50:49.185Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-02-13T15:50:49.443Z] ---> Running in e813706b5787 [2023-02-13T15:50:49.443Z] Removing intermediate container e813706b5787 [2023-02-13T15:50:49.443Z] ---> 8760365c0fca [2023-02-13T15:50:49.443Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-13T15:50:49.443Z] ---> Running in 66a2cb1c0c55 [2023-02-13T15:50:49.443Z] Removing intermediate container 66a2cb1c0c55 [2023-02-13T15:50:49.443Z] ---> 8a28cb5a5da9 [2023-02-13T15:50:49.443Z] Step 24/26 : LABEL arch=amd64 [2023-02-13T15:50:49.443Z] ---> Running in fbba77cb30ad [2023-02-13T15:50:49.702Z] Removing intermediate container fbba77cb30ad [2023-02-13T15:50:49.702Z] ---> 5dee4e44a7ca [2023-02-13T15:50:49.702Z] Step 25/26 : LABEL git_sha=ed1050ab7232a92da1b6fd4b15169768fe1cdff4 [2023-02-13T15:50:49.702Z] ---> Running in b3eff1729aa2 [2023-02-13T15:50:49.702Z] Removing intermediate container b3eff1729aa2 [2023-02-13T15:50:49.702Z] ---> 31eb8e785702 [2023-02-13T15:50:49.702Z] Step 26/26 : LABEL version=0.0.0 [2023-02-13T15:50:49.702Z] ---> Running in b13283686d91 [2023-02-13T15:50:49.960Z] Removing intermediate container b13283686d91 [2023-02-13T15:50:49.960Z] ---> 70ba7ef53693 [2023-02-13T15:50:49.960Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-13T15:50:49.960Z] Successfully built 70ba7ef53693 [2023-02-13T15:50:49.960Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-13T15:50:50.574Z] using credential edgex-jenkins-ssh [2023-02-13T15:50:50.595Z] Cloning the remote Git repository [2023-02-13T15:50:50.639Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2023-02-13T15:50:50.845Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-13T15:50:50.845Z] [2023-02-13T15:50:50.845Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-13T15:50:51.223Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-13T15:50:51.224Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-13T15:50:51.224Z] 5eb5b503b376: Pulling fs layer [2023-02-13T15:50:51.224Z] 5c69ac0246d0: Pulling fs layer [2023-02-13T15:50:51.224Z] ec43610c2a17: Pulling fs layer [2023-02-13T15:50:51.224Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-13T15:50:51.224Z] 33b1e0a273af: Pulling fs layer [2023-02-13T15:50:51.224Z] 5d3b04190fa2: Pulling fs layer [2023-02-13T15:50:51.224Z] 2f39f015ded8: Pulling fs layer [2023-02-13T15:50:51.224Z] 3a2ae6a8a46f: Waiting [2023-02-13T15:50:51.224Z] 33b1e0a273af: Waiting [2023-02-13T15:50:51.224Z] 5d3b04190fa2: Waiting [2023-02-13T15:50:51.224Z] 2f39f015ded8: Waiting [2023-02-13T15:50:51.224Z] 5c69ac0246d0: Download complete [2023-02-13T15:50:51.484Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-13T15:50:51.484Z] 3a2ae6a8a46f: Download complete [2023-02-13T15:50:51.484Z] 33b1e0a273af: Verifying Checksum [2023-02-13T15:50:51.484Z] 33b1e0a273af: Download complete [2023-02-13T15:50:51.484Z] 5d3b04190fa2: Verifying Checksum [2023-02-13T15:50:51.484Z] 5d3b04190fa2: Download complete [2023-02-13T15:50:51.484Z] ec43610c2a17: Verifying Checksum [2023-02-13T15:50:51.484Z] ec43610c2a17: Download complete [2023-02-13T15:50:51.741Z] 5eb5b503b376: Verifying Checksum [2023-02-13T15:50:51.741Z] 5eb5b503b376: Download complete [2023-02-13T15:50:50.718Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2023-02-13T15:50:50.890Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-02-13T15:50:50.891Z] > git --version # timeout=10 [2023-02-13T15:50:50.912Z] > git --version # 'git version 2.25.1' [2023-02-13T15:50:50.914Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-13T15:50:50.970Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-13T15:50:52.308Z] 2f39f015ded8: Download complete [2023-02-13T15:50:52.873Z] 5eb5b503b376: Pull complete [2023-02-13T15:50:53.132Z] 5c69ac0246d0: Pull complete [2023-02-13T15:50:52.159Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-02-13T15:50:52.184Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-13T15:50:52.973Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-02-13T15:50:53.014Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-02-13T15:50:53.015Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-13T15:50:53.029Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/515/head:refs/remotes/origin/PR-515 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-02-13T15:50:53.391Z] ec43610c2a17: Pull complete [2023-02-13T15:50:53.391Z] 3a2ae6a8a46f: Pull complete [2023-02-13T15:50:53.650Z] 33b1e0a273af: Pull complete [2023-02-13T15:50:53.851Z] Merging remotes/origin/main commit 2fb2187aee5de59b88737c8c64f9f7346195a6a3 into PR head commit ed1050ab7232a92da1b6fd4b15169768fe1cdff4 [2023-02-13T15:50:53.911Z] 5d3b04190fa2: Pull complete [2023-02-13T15:50:54.056Z] Merge succeeded, producing ed1050ab7232a92da1b6fd4b15169768fe1cdff4 [2023-02-13T15:50:54.056Z] Checking out Revision ed1050ab7232a92da1b6fd4b15169768fe1cdff4 (PR-515) [2023-02-13T15:50:53.867Z] > git config core.sparsecheckout # timeout=10 [2023-02-13T15:50:53.890Z] > git checkout -f ed1050ab7232a92da1b6fd4b15169768fe1cdff4 # timeout=10 [2023-02-13T15:50:53.970Z] > git remote # timeout=10 [2023-02-13T15:50:53.985Z] > git config --get remote.origin.url # timeout=10 [2023-02-13T15:50:54.004Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-13T15:50:54.016Z] > git merge 2fb2187aee5de59b88737c8c64f9f7346195a6a3 # timeout=10 [2023-02-13T15:50:54.039Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-02-13T15:50:54.062Z] > git config core.sparsecheckout # timeout=10 [2023-02-13T15:50:54.072Z] > git checkout -f ed1050ab7232a92da1b6fd4b15169768fe1cdff4 # timeout=10 [2023-02-13T15:50:57.542Z] Commit message: "feat: Consume additional level in event publish topic" [2023-02-13T15:50:57.593Z] > git --version # timeout=10 [2023-02-13T15:50:57.603Z] > git --version # 'git version 2.25.1' [2023-02-13T15:50:57.616Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-13T15:50:57.982Z] [2023-02-13T15:50:57.982Z] GitHub has been notified of this commit’s build result [2023-02-13T15:50:57.982Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2023-02-13T15:50:58.092Z] 2f39f015ded8: Pull complete [2023-02-13T15:50:58.093Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-13T15:50:58.093Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-13T15:50:58.093Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-13T15:50:58.282Z] prd-ubuntu20.04-docker-8c-8g-5562 does not seem to be running inside a container [2023-02-13T15:50:58.311Z] $ 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-515 -v /w/workspace/_app-service-configurable_PR-515:/w/workspace/_app-service-configurable_PR-515:rw,z -v /w/workspace/_app-service-configurable_PR-515@tmp:/w/workspace/_app-service-configurable_PR-515@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-13T15:51:01.315Z] $ docker top b512cb237b88f3a02dc51ff971eb0b9c0f9f45a0f73920f457b202c9253bbed0 -eo pid,comm [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-13T15:51:01.758Z] ---> job-cost.sh [2023-02-13T15:51:01.758Z] lf-activate-venv: SKIPPING [2023-02-13T15:51:01.758Z] INFO: No Stack... [2023-02-13T15:51:02.016Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-13T15:51:02.114Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-13T15:51:02.114Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-13T15:51:02.114Z] Dload Upload Total Spent Left Speed [2023-02-13T15:51:02.114Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 78226 0 --:--:-- --:--:-- --:--:-- 77750 100 12751 100 12751 0 0 77750 0 --:--:-- --:--:-- --:--:-- 77278 [2023-02-13T15:51:02.274Z] INFO: Archiving Costs [Pipeline] sh [Pipeline] sh [2023-02-13T15:51:02.591Z] + cat /w/workspace/_app-service-configurable_PR-515/archives/cost.csv [2023-02-13T15:51:02.591Z] + cut -d, -f6 [Pipeline] lock [2023-02-13T15:51:02.697Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-515-1-stack-cost] [2023-02-13T15:51:02.702Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-515-1-stack-cost] did not exist. Created. [2023-02-13T15:51:02.702Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-515-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-13T15:51:02.882Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-13T15:51:03.096Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-13T15:51:03.157Z] Stashed 1 file(s) [Pipeline] } [2023-02-13T15:51:03.176Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-515-1-stack-cost] [Pipeline] // lock [2023-02-13T15:51:03.235Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-13T15:51:03.235Z] + sudo tee /etc/docker/daemon.new [2023-02-13T15:51:03.235Z] { [2023-02-13T15:51:03.235Z] "registry-mirrors": [ [2023-02-13T15:51:03.235Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-13T15:51:03.235Z] ], [2023-02-13T15:51:03.235Z] "bip": "10.250.0.254/24", [2023-02-13T15:51:03.235Z] "hosts": [ [2023-02-13T15:51:03.235Z] "tcp://0.0.0.0:5555", [2023-02-13T15:51:03.235Z] "unix:///var/run/docker.sock" [2023-02-13T15:51:03.235Z] ], [2023-02-13T15:51:03.235Z] "mtu": 1458, [2023-02-13T15:51:03.235Z] "selinux-enabled": true, [2023-02-13T15:51:03.235Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-13T15:51:03.235Z] } [Pipeline] } [2023-02-13T15:51:03.261Z] $ docker stop --time=1 b512cb237b88f3a02dc51ff971eb0b9c0f9f45a0f73920f457b202c9253bbed0 [2023-02-13T15:51:04.407Z] $ docker rm -f --volumes b512cb237b88f3a02dc51ff971eb0b9c0f9f45a0f73920f457b202c9253bbed0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-13T15:51:04.958Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-13T15:51:05.343Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-13T15:51:23.671Z] provisioning config files... [2023-02-13T15:51:23.697Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config11928334114111588387tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-13T15:51:24.092Z] ---> docker-login.sh [2023-02-13T15:51:24.092Z] nexus3.edgexfoundry.org:10001 [2023-02-13T15:51:24.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-13T15:51:24.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-13T15:51:24.643Z] Configure a credential helper to remove this warning. See [2023-02-13T15:51:24.643Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-13T15:51:24.643Z] [2023-02-13T15:51:24.643Z] Login Succeeded [2023-02-13T15:51:24.643Z] nexus3.edgexfoundry.org:10002 [2023-02-13T15:51:24.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-13T15:51:24.913Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-13T15:51:24.913Z] Configure a credential helper to remove this warning. See [2023-02-13T15:51:24.913Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-13T15:51:24.913Z] [2023-02-13T15:51:24.913Z] Login Succeeded [2023-02-13T15:51:24.913Z] nexus3.edgexfoundry.org:10003 [2023-02-13T15:51:25.181Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-13T15:51:25.450Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-13T15:51:25.450Z] Configure a credential helper to remove this warning. See [2023-02-13T15:51:25.450Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-13T15:51:25.450Z] [2023-02-13T15:51:25.450Z] Login Succeeded [2023-02-13T15:51:25.450Z] nexus3.edgexfoundry.org:10004 [2023-02-13T15:51:25.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-13T15:51:25.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-13T15:51:25.721Z] Configure a credential helper to remove this warning. See [2023-02-13T15:51:25.721Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-13T15:51:25.721Z] [2023-02-13T15:51:25.721Z] Login Succeeded [2023-02-13T15:51:25.721Z] docker.io [2023-02-13T15:51:25.988Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-13T15:51:26.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-13T15:51:26.256Z] Configure a credential helper to remove this warning. See [2023-02-13T15:51:26.256Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-13T15:51:26.256Z] [2023-02-13T15:51:26.256Z] Login Succeeded [2023-02-13T15:51:26.256Z] ---> docker-login.sh ends [Pipeline] } [2023-02-13T15:51:26.283Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-13T15:51:26.688Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-13T15:51:26.726Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-13T15:51:26.764Z] ========================================================= [2023-02-13T15:51:26.764Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-13T15:51:26.764Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-13T15:51:27.277Z] + 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 . [2023-02-13T15:51:27.277Z] Sending build context to Docker daemon 204.3kB [2023-02-13T15:51:27.548Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-13T15:51:27.548Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-13T15:51:27.548Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-13T15:51:27.548Z] 9b18e9b68314: Pulling fs layer [2023-02-13T15:51:27.548Z] 35d82f9e3411: Pulling fs layer [2023-02-13T15:51:27.548Z] e16973657156: Pulling fs layer [2023-02-13T15:51:27.548Z] fc693d55d65f: Pulling fs layer [2023-02-13T15:51:27.548Z] 7e9fc2657dce: Pulling fs layer [2023-02-13T15:51:27.548Z] dda99020689f: Pulling fs layer [2023-02-13T15:51:27.548Z] db1c61fa0a46: Pulling fs layer [2023-02-13T15:51:27.548Z] 891c053d2c06: Pulling fs layer [2023-02-13T15:51:27.548Z] fc693d55d65f: Waiting [2023-02-13T15:51:27.548Z] 7e9fc2657dce: Waiting [2023-02-13T15:51:27.548Z] dda99020689f: Waiting [2023-02-13T15:51:27.548Z] db1c61fa0a46: Waiting [2023-02-13T15:51:27.548Z] 891c053d2c06: Waiting [2023-02-13T15:51:27.817Z] e16973657156: Download complete [2023-02-13T15:51:27.817Z] 35d82f9e3411: Verifying Checksum [2023-02-13T15:51:27.817Z] 35d82f9e3411: Download complete [2023-02-13T15:51:27.817Z] 7e9fc2657dce: Verifying Checksum [2023-02-13T15:51:27.817Z] 7e9fc2657dce: Download complete [2023-02-13T15:51:27.817Z] dda99020689f: Verifying Checksum [2023-02-13T15:51:27.817Z] dda99020689f: Download complete [2023-02-13T15:51:27.817Z] 9b18e9b68314: Verifying Checksum [2023-02-13T15:51:27.817Z] 9b18e9b68314: Download complete [2023-02-13T15:51:28.812Z] 9b18e9b68314: Pull complete [2023-02-13T15:51:29.086Z] 891c053d2c06: Verifying Checksum [2023-02-13T15:51:29.086Z] 891c053d2c06: Download complete [2023-02-13T15:51:29.363Z] 35d82f9e3411: Pull complete [2023-02-13T15:51:29.634Z] e16973657156: Pull complete [2023-02-13T15:51:30.235Z] db1c61fa0a46: Verifying Checksum [2023-02-13T15:51:30.235Z] db1c61fa0a46: Download complete [2023-02-13T15:51:31.209Z] fc693d55d65f: Download complete [2023-02-13T15:51:43.549Z] fc693d55d65f: Pull complete [2023-02-13T15:51:43.549Z] 7e9fc2657dce: Pull complete [2023-02-13T15:51:43.549Z] dda99020689f: Pull complete [2023-02-13T15:51:50.212Z] db1c61fa0a46: Pull complete [2023-02-13T15:51:52.176Z] 891c053d2c06: Pull complete [2023-02-13T15:51:52.176Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-13T15:51:52.176Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-13T15:51:52.176Z] ---> f96f9c87975a [2023-02-13T15:51:52.176Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-02-13T15:51:52.811Z] ---> Running in c7ad83020557 [2023-02-13T15:51:53.081Z] Removing intermediate container c7ad83020557 [2023-02-13T15:51:53.081Z] ---> 54d27cc1433a [2023-02-13T15:51:53.081Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-13T15:51:53.081Z] ---> Running in 897e7e680d71 [2023-02-13T15:51:53.352Z] Removing intermediate container 897e7e680d71 [2023-02-13T15:51:53.352Z] ---> 51313777d1a5 [2023-02-13T15:51:53.352Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-02-13T15:51:53.621Z] ---> Running in 17282e97c6d0 [2023-02-13T15:51:53.898Z] Removing intermediate container 17282e97c6d0 [2023-02-13T15:51:53.898Z] ---> e6a148057059 [2023-02-13T15:51:53.898Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-13T15:51:53.898Z] ---> Running in d2423d348d4a [2023-02-13T15:51:55.318Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-13T15:51:55.586Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-13T15:51:56.548Z] OK: 221 MiB in 51 packages [2023-02-13T15:51:57.512Z] Removing intermediate container d2423d348d4a [2023-02-13T15:51:57.512Z] ---> f2dedac4718c [2023-02-13T15:51:57.512Z] Step 7/12 : WORKDIR /app [2023-02-13T15:51:57.512Z] ---> Running in af9f33eb7d63 [2023-02-13T15:51:57.784Z] Removing intermediate container af9f33eb7d63 [2023-02-13T15:51:57.784Z] ---> 7fabd0ed2c6d [2023-02-13T15:51:57.784Z] Step 8/12 : COPY go.mod vendor* ./ [2023-02-13T15:51:58.368Z] ---> fecded4980d3 [2023-02-13T15:51:58.368Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-13T15:51:58.368Z] ---> Running in 46453c23e7da [2023-02-13T15:53:06.271Z] Removing intermediate container 46453c23e7da [2023-02-13T15:53:06.271Z] ---> d781b213b115 [2023-02-13T15:53:06.271Z] Step 10/12 : COPY . . [2023-02-13T15:53:06.271Z] ---> a42f101e3356 [2023-02-13T15:53:06.271Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-13T15:53:06.271Z] ---> Running in d345f69bc5ea [2023-02-13T15:53:06.271Z] Removing intermediate container d345f69bc5ea [2023-02-13T15:53:06.271Z] ---> 873c37051ad0 [2023-02-13T15:53:06.271Z] Step 12/12 : RUN $MAKE [2023-02-13T15:53:06.271Z] ---> Running in 9c4b91f60a77 [2023-02-13T15:53:06.271Z] noop [2023-02-13T15:53:06.538Z] Removing intermediate container 9c4b91f60a77 [2023-02-13T15:53:06.538Z] ---> bd9dfe9200d0 [2023-02-13T15:53:06.538Z] Successfully built bd9dfe9200d0 [2023-02-13T15:53:06.538Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-13T15:53:07.024Z] + docker inspect -f . ci-base-image-arm64 [2023-02-13T15:53:07.024Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-13T15:53:07.402Z] prd-ubuntu20.04-docker-arm64-4c-16g-5564 does not seem to be running inside a container [2023-02-13T15:53:07.469Z] $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-13T15:53:08.691Z] $ docker top e12a278e05ab5b38471396735dbb88e542b86366dc6fab0488ad1e8886089dba -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-13T15:53:09.579Z] + go version [2023-02-13T15:53:09.579Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-13T15:53:09.614Z] $ docker stop --time=1 e12a278e05ab5b38471396735dbb88e542b86366dc6fab0488ad1e8886089dba [2023-02-13T15:53:11.280Z] $ docker rm -f --volumes e12a278e05ab5b38471396735dbb88e542b86366dc6fab0488ad1e8886089dba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-13T15:53:12.123Z] + docker inspect -f . ci-base-image-arm64 [2023-02-13T15:53:12.123Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-13T15:53:12.400Z] prd-ubuntu20.04-docker-arm64-4c-16g-5564 does not seem to be running inside a container [2023-02-13T15:53:12.465Z] $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-13T15:53:13.770Z] $ docker top 84c29b0ba72eaf415f968c74101616f6e842f38caab0f69d9717b55a19c2d120 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-13T15:53:14.649Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh [2023-02-13T15:53:15.363Z] + make test [2023-02-13T15:53:15.363Z] go test -race -coverprofile=coverage.out ./... [2023-02-13T15:55:53.215Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-02-13T15:55:53.215Z] go vet ./... [2023-02-13T15:57:29.941Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-13T15:57:29.941Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-13T15:57:29.941Z] ./bin/test-attribution-txt.sh [2023-02-13T15:57:29.941Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-02-13T15:57:29.941Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-02-13T15:57:29.977Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-13T15:57:29.998Z] $ docker stop --time=1 84c29b0ba72eaf415f968c74101616f6e842f38caab0f69d9717b55a19c2d120 [2023-02-13T15:57:31.946Z] $ docker rm -f --volumes 84c29b0ba72eaf415f968c74101616f6e842f38caab0f69d9717b55a19c2d120 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-13T15:57:33.440Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-13T15:57:33.478Z] Warning: overwriting stash ‘coverage-report’ [2023-02-13T15:57:34.016Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-13T15:57:34.633Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-13T15:57:34.976Z] + ls -al . [2023-02-13T15:57:34.976Z] total 168 [2023-02-13T15:57:34.976Z] drwxrwxr-x 7 jenkins jenkins 4096 Feb 13 15:53 . [2023-02-13T15:57:34.976Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 13 15:50 .. [2023-02-13T15:57:34.976Z] -rw-rw-r-- 1 jenkins jenkins 119 Feb 13 15:50 .dockerignore [2023-02-13T15:57:34.976Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 13 15:50 .git [2023-02-13T15:57:34.976Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 13 15:50 .github [2023-02-13T15:57:34.976Z] -rw-rw-r-- 1 jenkins jenkins 171 Feb 13 15:50 .gitignore [2023-02-13T15:57:34.976Z] -rw-rw-r-- 1 jenkins jenkins 9103 Feb 13 15:50 Attribution.txt [2023-02-13T15:57:34.976Z] -rw-rw-r-- 1 jenkins jenkins 29118 Feb 13 15:50 CHANGELOG.md [2023-02-13T15:57:34.976Z] -rw-rw-r-- 1 jenkins jenkins 1898 Feb 13 15:50 Dockerfile [2023-02-13T15:57:34.976Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 13 15:50 GOVERNANCE.md [2023-02-13T15:57:34.976Z] -rw-rw-r-- 1 jenkins jenkins 688 Feb 13 15:50 Jenkinsfile [2023-02-13T15:57:34.976Z] -rw-rw-r-- 1 jenkins jenkins 10174 Feb 13 15:50 LICENSE [2023-02-13T15:57:34.976Z] -rw-rw-r-- 1 jenkins jenkins 618 Feb 13 15:50 OWNERS.md [2023-02-13T15:57:34.976Z] -rw-rw-r-- 1 jenkins jenkins 4369 Feb 13 15:50 README.md [2023-02-13T15:57:34.976Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 13 15:48 VERSION [2023-02-13T15:57:34.976Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 13 15:50 bin [2023-02-13T15:57:34.976Z] -rw-r--r-- 1 jenkins jenkins 13 Feb 13 15:53 coverage.out [2023-02-13T15:57:34.976Z] -rw-rw-r-- 1 jenkins jenkins 3307 Feb 13 15:50 go.mod [2023-02-13T15:57:34.976Z] -rw-rw-r-- 1 jenkins jenkins 32404 Feb 13 15:50 go.sum [2023-02-13T15:57:34.976Z] -rw-rw-r-- 1 jenkins jenkins 1949 Feb 13 15:50 main.go [2023-02-13T15:57:34.976Z] -rw-rw-r-- 1 jenkins jenkins 2078 Feb 13 15:50 makefile [2023-02-13T15:57:34.976Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 13 15:50 res [2023-02-13T15:57:34.976Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 13 15:50 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-13T15:57:35.392Z] + 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=ed1050ab7232a92da1b6fd4b15169768fe1cdff4 --label arch=arm64 --label version=0.0.0 . [2023-02-13T15:57:35.392Z] Sending build context to Docker daemon 205.3kB [2023-02-13T15:57:35.661Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2023-02-13T15:57:35.661Z] Step 2/26 : FROM ${BASE} AS builder [2023-02-13T15:57:35.661Z] ---> bd9dfe9200d0 [2023-02-13T15:57:35.661Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-02-13T15:57:36.687Z] ---> Running in 251c038e77e1 [2023-02-13T15:57:36.973Z] Removing intermediate container 251c038e77e1 [2023-02-13T15:57:36.973Z] ---> 204748dc3dc7 [2023-02-13T15:57:36.973Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-02-13T15:57:36.973Z] ---> Running in 7a55de346acc [2023-02-13T15:57:37.256Z] Removing intermediate container 7a55de346acc [2023-02-13T15:57:37.256Z] ---> 1829b7ecc045 [2023-02-13T15:57:37.256Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-02-13T15:57:37.535Z] ---> Running in d03439c34099 [2023-02-13T15:57:37.846Z] Removing intermediate container d03439c34099 [2023-02-13T15:57:37.846Z] ---> 76b5618bec58 [2023-02-13T15:57:37.846Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-13T15:57:37.846Z] ---> Running in 57cea9c702a0 [2023-02-13T15:57:38.824Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-13T15:57:39.412Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-13T15:57:40.377Z] OK: 221 MiB in 51 packages [2023-02-13T15:57:41.348Z] Removing intermediate container 57cea9c702a0 [2023-02-13T15:57:41.348Z] ---> d53f620d48a7 [2023-02-13T15:57:41.348Z] Step 7/26 : WORKDIR /app [2023-02-13T15:57:41.618Z] ---> Running in c16b405f59e0 [2023-02-13T15:57:41.889Z] Removing intermediate container c16b405f59e0 [2023-02-13T15:57:41.889Z] ---> fa9620f74d04 [2023-02-13T15:57:41.889Z] Step 8/26 : COPY go.mod vendor* ./ [2023-02-13T15:57:42.484Z] ---> daa3829e05fa [2023-02-13T15:57:42.484Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-13T15:57:42.484Z] ---> Running in 0db6873d46d9 [2023-02-13T15:57:45.837Z] Removing intermediate container 0db6873d46d9 [2023-02-13T15:57:45.837Z] ---> f4b24760282d [2023-02-13T15:57:45.837Z] Step 10/26 : COPY . . [2023-02-13T15:57:45.837Z] ---> f2a6bcf5d1b7 [2023-02-13T15:57:45.837Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-13T15:57:45.837Z] ---> Running in d8533b32f44c [2023-02-13T15:57:46.432Z] Removing intermediate container d8533b32f44c [2023-02-13T15:57:46.432Z] ---> ef96f7eb22a6 [2023-02-13T15:57:46.432Z] Step 12/26 : RUN $MAKE [2023-02-13T15:57:46.432Z] ---> Running in 00ee21d0fe1c [2023-02-13T15:57:47.397Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.27 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable [2023-02-13T16:00:09.111Z] Removing intermediate container 00ee21d0fe1c [2023-02-13T16:00:09.111Z] ---> 3ca8d988f653 [2023-02-13T16:00:09.111Z] Step 13/26 : FROM alpine:3.16 [2023-02-13T16:00:09.111Z] 3.16: Pulling from library/alpine [2023-02-13T16:00:09.111Z] 3760b48202b3: Pulling fs layer [2023-02-13T16:00:09.111Z] 3760b48202b3: Verifying Checksum [2023-02-13T16:00:09.111Z] 3760b48202b3: Download complete [2023-02-13T16:00:09.111Z] 3760b48202b3: Pull complete [2023-02-13T16:00:09.111Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-13T16:00:09.111Z] Status: Downloaded newer image for alpine:3.16 [2023-02-13T16:00:09.111Z] ---> 4c81e5bf8899 [2023-02-13T16:00:09.111Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-13T16:00:09.111Z] ---> Running in 891c0acc34ad [2023-02-13T16:00:09.111Z] Removing intermediate container 891c0acc34ad [2023-02-13T16:00:09.111Z] ---> f97e903d4406 [2023-02-13T16:00:09.111Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-02-13T16:00:09.111Z] ---> Running in 1a65308412fd [2023-02-13T16:00:09.111Z] Removing intermediate container 1a65308412fd [2023-02-13T16:00:09.111Z] ---> 0e04b5a942d0 [2023-02-13T16:00:09.111Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-13T16:00:09.111Z] ---> Running in ee698da6c5e0 [2023-02-13T16:00:09.111Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-13T16:00:09.111Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-13T16:00:09.111Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-13T16:00:09.111Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-13T16:00:09.111Z] Executing busybox-1.35.0-r17.trigger [2023-02-13T16:00:09.111Z] Executing ca-certificates-20220614-r0.trigger [2023-02-13T16:00:09.111Z] OK: 6 MiB in 16 packages [2023-02-13T16:00:09.111Z] Removing intermediate container ee698da6c5e0 [2023-02-13T16:00:09.111Z] ---> b70e90ca8ed5 [2023-02-13T16:00:09.111Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-02-13T16:00:09.111Z] ---> 851cd69acba8 [2023-02-13T16:00:09.111Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-02-13T16:00:09.111Z] ---> e371694ca6f4 [2023-02-13T16:00:09.111Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-02-13T16:00:09.111Z] ---> ba3720c813eb [2023-02-13T16:00:09.111Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-02-13T16:00:09.111Z] ---> 10b5d02da6cb [2023-02-13T16:00:09.111Z] Step 21/26 : EXPOSE 48095 [2023-02-13T16:00:09.111Z] ---> Running in 3085c2fb4255 [2023-02-13T16:00:09.111Z] Removing intermediate container 3085c2fb4255 [2023-02-13T16:00:09.111Z] ---> 03b7222cb6d0 [2023-02-13T16:00:09.111Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-02-13T16:00:09.111Z] ---> Running in f75b5aa06e22 [2023-02-13T16:00:09.111Z] Removing intermediate container f75b5aa06e22 [2023-02-13T16:00:09.111Z] ---> 2d0ecf908d3c [2023-02-13T16:00:09.111Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-13T16:00:09.111Z] ---> Running in 97a3b0b7b41b [2023-02-13T16:00:09.111Z] Removing intermediate container 97a3b0b7b41b [2023-02-13T16:00:09.111Z] ---> 3895fbaa4e15 [2023-02-13T16:00:09.111Z] Step 24/26 : LABEL arch=arm64 [2023-02-13T16:00:09.111Z] ---> Running in adb214bb7a24 [2023-02-13T16:00:09.111Z] Removing intermediate container adb214bb7a24 [2023-02-13T16:00:09.111Z] ---> b3b381a47b61 [2023-02-13T16:00:09.111Z] Step 25/26 : LABEL git_sha=ed1050ab7232a92da1b6fd4b15169768fe1cdff4 [2023-02-13T16:00:09.111Z] ---> Running in 95f85c9829ee [2023-02-13T16:00:09.111Z] Removing intermediate container 95f85c9829ee [2023-02-13T16:00:09.111Z] ---> 24d583eef733 [2023-02-13T16:00:09.111Z] Step 26/26 : LABEL version=0.0.0 [2023-02-13T16:00:09.111Z] ---> Running in 12106ccda3e8 [2023-02-13T16:00:09.111Z] Removing intermediate container 12106ccda3e8 [2023-02-13T16:00:09.111Z] ---> 8852fcc23fde [2023-02-13T16:00:09.111Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-13T16:00:09.111Z] Successfully built 8852fcc23fde [2023-02-13T16:00:09.111Z] 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 [2023-02-13T16:00:09.918Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-13T16:00:09.918Z] [2023-02-13T16:00:09.918Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-13T16:00:10.330Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-13T16:00:10.330Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-13T16:00:10.330Z] 8998bd30e6a1: Pulling fs layer [2023-02-13T16:00:10.330Z] 04944245beec: Pulling fs layer [2023-02-13T16:00:10.330Z] 699f458cf7ca: Pulling fs layer [2023-02-13T16:00:10.330Z] 765212b225bb: Pulling fs layer [2023-02-13T16:00:10.330Z] f23df028b6ca: Pulling fs layer [2023-02-13T16:00:10.330Z] d65c8cfc05b1: Pulling fs layer [2023-02-13T16:00:10.330Z] 2437ff75d9bd: Pulling fs layer [2023-02-13T16:00:10.330Z] 765212b225bb: Waiting [2023-02-13T16:00:10.330Z] f23df028b6ca: Waiting [2023-02-13T16:00:10.330Z] d65c8cfc05b1: Waiting [2023-02-13T16:00:10.330Z] 2437ff75d9bd: Waiting [2023-02-13T16:00:10.599Z] 04944245beec: Verifying Checksum [2023-02-13T16:00:10.599Z] 04944245beec: Download complete [2023-02-13T16:00:10.599Z] 765212b225bb: Verifying Checksum [2023-02-13T16:00:10.599Z] 765212b225bb: Download complete [2023-02-13T16:00:10.599Z] f23df028b6ca: Verifying Checksum [2023-02-13T16:00:10.599Z] f23df028b6ca: Download complete [2023-02-13T16:00:10.866Z] d65c8cfc05b1: Verifying Checksum [2023-02-13T16:00:10.866Z] d65c8cfc05b1: Download complete [2023-02-13T16:00:10.866Z] 699f458cf7ca: Verifying Checksum [2023-02-13T16:00:10.866Z] 699f458cf7ca: Download complete [2023-02-13T16:00:11.133Z] 8998bd30e6a1: Download complete [2023-02-13T16:00:13.710Z] 2437ff75d9bd: Verifying Checksum [2023-02-13T16:00:13.710Z] 2437ff75d9bd: Download complete [2023-02-13T16:00:15.113Z] 8998bd30e6a1: Pull complete [2023-02-13T16:00:15.380Z] 04944245beec: Pull complete [2023-02-13T16:00:16.786Z] 699f458cf7ca: Pull complete [2023-02-13T16:00:16.786Z] 765212b225bb: Pull complete [2023-02-13T16:00:17.368Z] f23df028b6ca: Pull complete [2023-02-13T16:00:17.634Z] d65c8cfc05b1: Pull complete [2023-02-13T16:00:29.929Z] 2437ff75d9bd: Pull complete [2023-02-13T16:00:29.929Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-13T16:00:29.929Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-13T16:00:29.929Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-13T16:00:30.234Z] prd-ubuntu20.04-docker-arm64-4c-16g-5564 does not seem to be running inside a container [2023-02-13T16:00:30.296Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-13T16:00:32.898Z] $ docker top 534afa35908d95ca396a9a0eaaeb17c4e1395be30edc3155f9b973bea606ecca -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-13T16:00:33.796Z] ---> job-cost.sh [2023-02-13T16:00:33.796Z] lf-activate-venv: SKIPPING [2023-02-13T16:00:33.796Z] INFO: No Stack... [2023-02-13T16:00:34.378Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-13T16:00:34.959Z] INFO: Archiving Costs [Pipeline] sh [2023-02-13T16:00:35.308Z] + cat /w/workspace/app-service-configurable/1/archives/cost.csv [2023-02-13T16:00:35.308Z] + cut -d, -f6 [Pipeline] lock [2023-02-13T16:00:35.666Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-515-1-stack-cost] [2023-02-13T16:00:35.672Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-515-1-stack-cost] did not exist. Created. [2023-02-13T16:00:35.672Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-515-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-13T16:00:36.093Z] /w/workspace/app-service-configurable/1@tmp/durable-d263261b/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-13T16:00:36.461Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-13T16:00:36.498Z] Warning: overwriting stash ‘stack-cost’ [2023-02-13T16:00:36.554Z] Stashed 1 file(s) [Pipeline] } [2023-02-13T16:00:36.569Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-515-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-13T16:00:36.643Z] $ docker stop --time=1 534afa35908d95ca396a9a0eaaeb17c4e1395be30edc3155f9b973bea606ecca [2023-02-13T16:00:38.128Z] $ docker rm -f --volumes 534afa35908d95ca396a9a0eaaeb17c4e1395be30edc3155f9b973bea606ecca [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 [2023-02-13T16:00:39.003Z] provisioning config files... [2023-02-13T16:00:39.011Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-515@tmp/config494073989770224586tmp [Pipeline] { [Pipeline] sh [2023-02-13T16:00:39.356Z] + set +x [2023-02-13T16:00:39.356Z] + curl -s https://codecov.io/bash [2023-02-13T16:00:39.356Z] + bash -s -- [2023-02-13T16:00:39.356Z] [2023-02-13T16:00:39.356Z] _____ _ [2023-02-13T16:00:39.356Z] / ____| | | [2023-02-13T16:00:39.356Z] | | ___ __| | ___ ___ _____ __ [2023-02-13T16:00:39.356Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-13T16:00:39.356Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-13T16:00:39.356Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-13T16:00:39.356Z] Bash-1.0.6 [2023-02-13T16:00:39.356Z] [2023-02-13T16:00:39.356Z] [2023-02-13T16:00:39.356Z] ==> git version 2.25.1 found [2023-02-13T16:00:39.356Z] ==> 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 [2023-02-13T16:00:39.356Z] Release-Date: 2020-01-08 [2023-02-13T16:00:39.356Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-13T16:00:39.356Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-13T16:00:39.356Z] ==> Jenkins CI detected. [2023-02-13T16:00:39.356Z] current dir:  /w/workspace/_app-service-configurable_PR-515 [2023-02-13T16:00:39.356Z] project root: . [2023-02-13T16:00:39.356Z] --> token set from env [2023-02-13T16:00:39.356Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-13T16:00:39.356Z] ==> Running gcov in . (disable via -X gcov) [2023-02-13T16:00:39.356Z] ==> Python coveragepy not found [2023-02-13T16:00:39.356Z] ==> Searching for coverage reports in: [2023-02-13T16:00:39.356Z] + . [2023-02-13T16:00:39.356Z] -> Found 1 reports [2023-02-13T16:00:39.356Z] ==> Detecting git/mercurial file structure [2023-02-13T16:00:39.356Z] ==> Reading reports [2023-02-13T16:00:39.356Z] + ./coverage.out bytes=13 [2023-02-13T16:00:39.356Z] ==> Appending adjustments [2023-02-13T16:00:39.356Z] https://docs.codecov.io/docs/fixing-reports [2023-02-13T16:00:39.615Z] + Found adjustments [2023-02-13T16:00:39.615Z] ==> Gzipping contents [2023-02-13T16:00:39.615Z] 4.0K /tmp/codecov.cD4Ki2.gz [2023-02-13T16:00:39.615Z] ==> Uploading reports [2023-02-13T16:00:39.615Z] url: https://codecov.io [2023-02-13T16:00:39.615Z] query: branch=PR-515&commit=ed1050ab7232a92da1b6fd4b15169768fe1cdff4&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-515%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=515&job=&cmd_args= [2023-02-13T16:00:39.615Z] -> Pinging Codecov [2023-02-13T16:00:39.616Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-515&commit=ed1050ab7232a92da1b6fd4b15169768fe1cdff4&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-515%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=515&job=&cmd_args= [2023-02-13T16:00:39.875Z] -> Uploading to [2023-02-13T16:00:39.875Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-13/A97CA9966030D2A3747ED39772930CCE/ed1050ab7232a92da1b6fd4b15169768fe1cdff4/44c49a48-3509-4517-946d-294093d85a8c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230213%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230213T160039Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=85c79c7592227346a715b291bbdf15c713a8cfeaa2b1979bd9ee822fce3b0317 [2023-02-13T16:00:39.875Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-13T16:00:39.875Z] Dload Upload Total Spent Left Speed [2023-02-13T16:00:40.135Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 520 0 0 100 520 0 1877 --:--:-- --:--:-- --:--:-- 1877 [2023-02-13T16:00:40.135Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/ed1050ab7232a92da1b6fd4b15169768fe1cdff4 [Pipeline] } [2023-02-13T16:00:40.165Z] 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 [2023-02-13T16:00:41.962Z] + [ -d /w/workspace/_app-service-configurable_PR-515/archives ] [2023-02-13T16:00:41.963Z] + ls -al /w/workspace/_app-service-configurable_PR-515/archives [2023-02-13T16:00:41.963Z] total 16 [2023-02-13T16:00:41.963Z] drwxr-xr-x 3 root root 4096 Feb 13 15:51 . [2023-02-13T16:00:41.963Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 13 15:51 .. [2023-02-13T16:00:41.963Z] drwxr-xr-x 2 root root 4096 Feb 13 15:51 cost [2023-02-13T16:00:41.963Z] -rw-r--r-- 1 root root 96 Feb 13 15:51 cost.csv [2023-02-13T16:00:41.963Z] + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-515/archives [2023-02-13T16:00:41.963Z] + ls -al /w/workspace/_app-service-configurable_PR-515/archives [2023-02-13T16:00:41.963Z] total 16 [2023-02-13T16:00:41.963Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 13 15:51 . [2023-02-13T16:00:41.963Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 13 15:51 .. [2023-02-13T16:00:41.963Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 13 15:51 cost [2023-02-13T16:00:41.963Z] -rw-r--r-- 1 jenkins jenkins 96 Feb 13 15:51 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-13T16:00:42.294Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-13T16:00:43.189Z] ---> package-listing.sh [2023-02-13T16:00:43.189Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-13T16:00:43.189Z] ++ facter osfamily [2023-02-13T16:00:43.448Z] + OS_FAMILY=debian [2023-02-13T16:00:43.448Z] + workspace=/w/workspace/_app-service-configurable_PR-515 [2023-02-13T16:00:43.448Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-13T16:00:43.448Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-13T16:00:43.448Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-13T16:00:43.448Z] + PACKAGES=/tmp/packages_start.txt [2023-02-13T16:00:43.448Z] + '[' /w/workspace/_app-service-configurable_PR-515 ']' [2023-02-13T16:00:43.448Z] + PACKAGES=/tmp/packages_end.txt [2023-02-13T16:00:43.448Z] + case "${OS_FAMILY}" in [2023-02-13T16:00:43.448Z] + dpkg -l [2023-02-13T16:00:43.448Z] + grep '^ii' [2023-02-13T16:00:43.448Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-13T16:00:43.448Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-13T16:00:43.448Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-13T16:00:43.448Z] + '[' /w/workspace/_app-service-configurable_PR-515 ']' [2023-02-13T16:00:43.448Z] + mkdir -p /w/workspace/_app-service-configurable_PR-515/archives/ [2023-02-13T16:00:43.448Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-515/archives/ [Pipeline] echo [2023-02-13T16:00:43.490Z] 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-515/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-13T16:00:43.783Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-13T16:00:44.416Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-13T16:00:44.416Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-13T16:00:44.556Z] prd-ubuntu20.04-docker-8c-8g-5562 does not seem to be running inside a container [2023-02-13T16:00:44.583Z] $ 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-515/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-515 -v /w/workspace/_app-service-configurable_PR-515:/w/workspace/_app-service-configurable_PR-515:rw,z -v /w/workspace/_app-service-configurable_PR-515@tmp:/w/workspace/_app-service-configurable_PR-515@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-13T16:00:44.788Z] $ docker top 39845a994ff4445e8746e38b2ff26f3d9848453f3ccc7e9974142e63a6838474 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-13T16:00:45.180Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-13T16:00:45.486Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-13T16:00:45.797Z] + ls /var/log/sa-host [2023-02-13T16:00:45.797Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-13T16:00:46.012Z] provisioning config files... [2023-02-13T16:00:46.020Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-515@tmp/config13900655142414169612tmp [Pipeline] { [Pipeline] echo [2023-02-13T16:00:46.071Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-13T16:00:46.382Z] ---> create-netrc.sh [Pipeline] } [2023-02-13T16:00:46.409Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-13T16:00:46.797Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-13T16:00:46.829Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-13T16:00:47.138Z] ---> sudo-logs.sh [2023-02-13T16:00:47.138Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-13T16:00:47.238Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-13T16:00:47.546Z] ---> job-cost.sh [2023-02-13T16:00:47.546Z] lf-activate-venv: SKIPPING [2023-02-13T16:00:47.546Z] DEBUG: total: 0.2199999988079071 [2023-02-13T16:00:47.546Z] INFO: Retrieving Stack Cost... [2023-02-13T16:00:48.117Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-13T16:00:48.685Z] INFO: Archiving Costs [Pipeline] echo [2023-02-13T16:00:48.725Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-13T16:00:49.038Z] ---> logs-deploy.sh [2023-02-13T16:00:49.038Z] lf-activate-venv: SKIPPING [2023-02-13T16:00:49.038Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-515/1 [2023-02-13T16:00:49.038Z] INFO: archiving workspace using pattern(s): [2023-02-13T16:00:49.974Z] Archives upload complete. [2023-02-13T16:00:50.233Z] INFO: archiving logs to Nexus [2023-02-13T16:00:50.798Z] ---> uname -a: [2023-02-13T16:00:50.798Z] Linux prd-ubuntu20-04-docker-8c-8g-5562 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-02-13T16:00:50.798Z] [2023-02-13T16:00:50.798Z] [2023-02-13T16:00:50.798Z] ---> lscpu: [2023-02-13T16:00:50.798Z] Architecture: x86_64 [2023-02-13T16:00:50.798Z] CPU op-mode(s): 32-bit, 64-bit [2023-02-13T16:00:50.798Z] Byte Order: Little Endian [2023-02-13T16:00:50.798Z] Address sizes: 40 bits physical, 48 bits virtual [2023-02-13T16:00:50.798Z] CPU(s): 8 [2023-02-13T16:00:50.798Z] On-line CPU(s) list: 0-7 [2023-02-13T16:00:50.798Z] Thread(s) per core: 1 [2023-02-13T16:00:50.798Z] Core(s) per socket: 1 [2023-02-13T16:00:50.798Z] Socket(s): 8 [2023-02-13T16:00:50.798Z] NUMA node(s): 1 [2023-02-13T16:00:50.798Z] Vendor ID: AuthenticAMD [2023-02-13T16:00:50.798Z] CPU family: 23 [2023-02-13T16:00:50.798Z] Model: 49 [2023-02-13T16:00:50.798Z] Model name: AMD EPYC-Rome Processor [2023-02-13T16:00:50.798Z] Stepping: 0 [2023-02-13T16:00:50.798Z] CPU MHz: 2799.956 [2023-02-13T16:00:50.798Z] BogoMIPS: 5599.91 [2023-02-13T16:00:50.798Z] Virtualization: AMD-V [2023-02-13T16:00:50.798Z] Hypervisor vendor: KVM [2023-02-13T16:00:50.798Z] Virtualization type: full [2023-02-13T16:00:50.798Z] L1d cache: 256 KiB [2023-02-13T16:00:50.798Z] L1i cache: 256 KiB [2023-02-13T16:00:50.798Z] L2 cache: 4 MiB [2023-02-13T16:00:50.798Z] L3 cache: 128 MiB [2023-02-13T16:00:50.798Z] NUMA node0 CPU(s): 0-7 [2023-02-13T16:00:50.798Z] Vulnerability Itlb multihit: Not affected [2023-02-13T16:00:50.798Z] Vulnerability L1tf: Not affected [2023-02-13T16:00:50.798Z] Vulnerability Mds: Not affected [2023-02-13T16:00:50.798Z] Vulnerability Meltdown: Not affected [2023-02-13T16:00:50.798Z] Vulnerability Mmio stale data: Not affected [2023-02-13T16:00:50.798Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-02-13T16:00:50.798Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-02-13T16:00:50.798Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-02-13T16:00:50.798Z] Vulnerability Srbds: Not affected [2023-02-13T16:00:50.798Z] Vulnerability Tsx async abort: Not affected [2023-02-13T16:00:50.798Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-02-13T16:00:50.798Z] [2023-02-13T16:00:50.798Z] [2023-02-13T16:00:50.798Z] ---> nproc: [2023-02-13T16:00:50.798Z] 8 [2023-02-13T16:00:50.798Z] [2023-02-13T16:00:50.798Z] [2023-02-13T16:00:50.798Z] ---> df -h: [2023-02-13T16:00:50.798Z] Filesystem Size Used Avail Use% Mounted on [2023-02-13T16:00:50.799Z] overlay 155G 12G 144G 8% / [2023-02-13T16:00:50.799Z] tmpfs 64M 0 64M 0% /dev [2023-02-13T16:00:50.799Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-02-13T16:00:50.799Z] shm 64M 0 64M 0% /dev/shm [2023-02-13T16:00:50.799Z] /dev/vda1 155G 12G 144G 8% /facter-os [2023-02-13T16:00:50.799Z] [2023-02-13T16:00:50.799Z] [2023-02-13T16:00:50.799Z] ---> sar -b -r -n DEV: [2023-02-13T16:00:50.799Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5562) 02/13/23 _x86_64_ (8 CPU) [2023-02-13T16:00:50.799Z] [2023-02-13T16:00:50.799Z] 15:47:32 LINUX RESTART (8 CPU) [2023-02-13T16:00:50.799Z] [2023-02-13T16:00:50.799Z] 15:48:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-02-13T16:00:50.799Z] 15:49:01 252.91 35.88 217.03 0.00 4214.36 39406.77 0.00 [2023-02-13T16:00:50.799Z] 15:50:01 113.86 0.92 112.95 0.00 21.20 44945.84 0.00 [2023-02-13T16:00:50.799Z] 15:51:01 179.30 0.17 179.14 0.00 12.13 44647.09 0.00 [2023-02-13T16:00:50.799Z] 15:52:01 4.58 0.00 4.58 0.00 0.00 65.07 0.00 [2023-02-13T16:00:50.799Z] 15:53:01 54.07 10.60 43.47 0.00 5154.95 8753.88 0.00 [2023-02-13T16:00:50.799Z] 15:54:01 5.35 0.02 5.33 0.00 0.13 115.45 0.00 [2023-02-13T16:00:50.799Z] 15:55:01 2.07 0.00 2.07 0.00 0.00 24.93 0.00 [2023-02-13T16:00:50.799Z] 15:56:01 1.65 0.00 1.65 0.00 0.00 18.13 0.00 [2023-02-13T16:00:50.799Z] 15:57:01 1.15 0.00 1.15 0.00 0.00 12.26 0.00 [2023-02-13T16:00:50.799Z] 15:58:01 1.83 0.00 1.83 0.00 0.00 20.13 0.00 [2023-02-13T16:00:50.799Z] 15:59:01 1.07 0.00 1.07 0.00 0.00 12.26 0.00 [2023-02-13T16:00:50.799Z] 16:00:01 1.68 0.00 1.68 0.00 0.00 18.93 0.00 [2023-02-13T16:00:50.799Z] Average: 51.63 3.96 47.66 0.00 783.63 11503.36 0.00 [2023-02-13T16:00:50.799Z] [2023-02-13T16:00:50.799Z] 15:48:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-02-13T16:00:50.799Z] 15:49:01 29171152 31578392 734320 2.23 76180 2609800 2024500 5.97 1004860 2345452 5124 [2023-02-13T16:00:50.799Z] 15:50:01 28042976 31524944 771808 2.35 144824 3526792 1898308 5.59 1370980 3007680 359404 [2023-02-13T16:00:50.799Z] 15:51:01 27712332 31566424 730032 2.22 157440 3849548 1830856 5.40 1214052 3452084 272 [2023-02-13T16:00:50.799Z] 15:52:01 27731672 31586080 710848 2.16 157548 3849560 1775720 5.23 1204148 3442396 56 [2023-02-13T16:00:50.799Z] 15:53:01 27199392 31561408 722368 2.20 191004 4304372 1814880 5.35 1529864 3612676 972 [2023-02-13T16:00:50.799Z] 15:54:01 27216128 31573312 711052 2.16 189584 4301240 1817076 5.36 1518084 3609584 480 [2023-02-13T16:00:50.799Z] 15:55:01 27216688 31574000 710352 2.16 189660 4301244 1817076 5.36 1518136 3609596 8 [2023-02-13T16:00:50.799Z] 15:56:01 27220420 31577740 706552 2.15 189664 4301248 1817076 5.36 1514740 3609592 176 [2023-02-13T16:00:50.799Z] 15:57:01 27220048 31577644 706760 2.15 189696 4301248 1817076 5.36 1514624 3609828 160 [2023-02-13T16:00:50.799Z] 15:58:01 27220152 31577824 706704 2.15 189748 4301252 1817076 5.36 1514584 3609832 20 [2023-02-13T16:00:50.799Z] 15:59:01 27220096 31578116 706628 2.15 189788 4301252 1817076 5.36 1514788 3610124 192 [2023-02-13T16:00:50.799Z] 16:00:01 27220080 31578136 706540 2.15 189816 4301256 1817076 5.36 1514736 3610136 140 [2023-02-13T16:00:50.799Z] Average: 27532595 31571168 718664 2.19 171246 4020734 1838650 5.42 1411133 3427415 30584 [2023-02-13T16:00:50.799Z] [2023-02-13T16:00:50.799Z] 15:48:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-02-13T16:00:50.799Z] 15:49:01 docker0 58.76 77.34 4.93 135.75 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:49:01 lo 6.60 6.60 0.64 0.64 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:49:01 vethe230e65 53.47 69.91 5.15 48.43 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:49:01 ens3 704.88 491.57 6537.62 135.66 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:50:01 docker0 118.96 173.39 9.85 1806.44 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:50:01 ens3 201.18 135.13 1833.38 20.78 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:50:01 veth6420b08 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:51:01 docker0 3.30 7.55 0.20 84.18 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:51:01 lo 1.87 1.87 0.18 0.18 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:51:01 ens3 137.56 89.94 2669.32 20.55 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:52:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:52:01 ens3 9.82 5.43 9.73 2.15 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:53:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:53:01 ens3 123.73 67.51 2784.19 5.59 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:54:01 ens3 0.53 0.40 0.10 0.09 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:55:01 ens3 0.22 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:56:01 ens3 0.58 0.12 0.06 0.01 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:57:01 ens3 0.72 0.45 0.41 0.28 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:58:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 15:59:01 ens3 0.17 0.07 0.08 0.06 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 16:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 16:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] 16:00:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] Average: docker0 15.08 21.52 1.25 168.86 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] Average: lo 0.87 0.87 0.08 0.08 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] Average: ens3 98.31 65.90 1152.93 15.43 0.00 0.00 0.00 0.00 [2023-02-13T16:00:50.799Z] [2023-02-13T16:00:50.799Z]