Pull request #491 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 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe+c652ff16af1e74f6a40a6431fa4d554cbc316d6f (d96e71f74bf2969277253506f6364d633e489f50) 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-ssh3200376583117108283.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-ssh15493671932712561776.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-491/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-491/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12400868596025793770.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-491/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5694813577717118645.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-ssh4439813368197939814.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-491/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-491/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15391698217576510330.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-121116’ Running on prd-ubuntu20.04-docker-8c-8g-121134 in /w/workspace/_app-service-configurable_PR-491 [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-491 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit c652ff16af1e74f6a40a6431fa4d554cbc316d6f into PR head commit 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe > 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/491/head:refs/remotes/origin/PR-491 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merge succeeded, producing 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe Checking out Revision 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe (PR-491) > git config core.sparsecheckout # timeout=10 > git checkout -f 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe # 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 c652ff16af1e74f6a40a6431fa4d554cbc316d6f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe # timeout=10 Commit message: "refactor!: Use latest SDK for flattened config stem" 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 [2022-12-13T21:52:21.192Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-12-13T21:52:21.348Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-12-13T21:52:21.456Z] ========================================================= [2022-12-13T21:52:21.456Z] EdgeX Global Pipelines Version Info [2022-12-13T21:52:21.456Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-12-13T21:52:22.215Z] ------------------- [2022-12-13T21:52:22.215Z] stable info: [2022-12-13T21:52:22.215Z] ------------------- [2022-12-13T21:52:22.215Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-12-13T21:52:22.215Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2022-12-13T21:52:22.215Z] Message: update stable to v1.0.244 [2022-12-13T21:52:22.786Z] ------------------- [2022-12-13T21:52:22.786Z] experimental info: [2022-12-13T21:52:22.786Z] ------------------- [2022-12-13T21:52:22.786Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-12-13T21:52:22.786Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2022-12-13T21:52:22.786Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-12-13T21:52:23.088Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2022-12-13T21:52:23.123Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2022-12-13T21:52:23.157Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-12-13T21:52:23.198Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-12-13T21:52:23.232Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-12-13T21:52:23.268Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-12-13T21:52:23.305Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-12-13T21:52:23.336Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-12-13T21:52:23.367Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-12-13T21:52:23.402Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-12-13T21:52:23.442Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-12-13T21:52:23.478Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2022-12-13T21:52:23.516Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-12-13T21:52:23.555Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-12-13T21:52:23.595Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-12-13T21:52:23.637Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-12-13T21:52:23.680Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-12-13T21:52:23.718Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-12-13T21:52:23.763Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-12-13T21:52:23.802Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-12-13T21:52:23.840Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-12-13T21:52:23.877Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-12-13T21:52:23.911Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-12-13T21:52:23.953Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-12-13T21:52:23.990Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-12-13T21:52:24.036Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-12-13T21:52:24.076Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-12-13T21:52:24.116Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-491 [Pipeline] echo [2022-12-13T21:52:24.157Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-491 [Pipeline] echo [2022-12-13T21:52:24.197Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-491 [Pipeline] echo [2022-12-13T21:52:24.240Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe [Pipeline] echo [2022-12-13T21:52:24.284Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5c99e1c [Pipeline] echo [2022-12-13T21:52:24.321Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-12-13T21:52:24.431Z] provisioning config files... [2022-12-13T21:52:24.445Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-491@tmp/config16695720705141376630tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-13T21:52:24.790Z] ---> docker-login.sh [2022-12-13T21:52:24.790Z] nexus3.edgexfoundry.org:10001 [2022-12-13T21:52:25.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T21:52:25.051Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T21:52:25.051Z] Configure a credential helper to remove this warning. See [2022-12-13T21:52:25.051Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T21:52:25.051Z] [2022-12-13T21:52:25.051Z] Login Succeeded [2022-12-13T21:52:25.051Z] nexus3.edgexfoundry.org:10002 [2022-12-13T21:52:25.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T21:52:25.313Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T21:52:25.313Z] Configure a credential helper to remove this warning. See [2022-12-13T21:52:25.313Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T21:52:25.313Z] [2022-12-13T21:52:25.313Z] Login Succeeded [2022-12-13T21:52:25.313Z] nexus3.edgexfoundry.org:10003 [2022-12-13T21:52:25.313Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T21:52:25.313Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T21:52:25.313Z] Configure a credential helper to remove this warning. See [2022-12-13T21:52:25.313Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T21:52:25.313Z] [2022-12-13T21:52:25.313Z] Login Succeeded [2022-12-13T21:52:25.313Z] nexus3.edgexfoundry.org:10004 [2022-12-13T21:52:25.313Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T21:52:25.574Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T21:52:25.574Z] Configure a credential helper to remove this warning. See [2022-12-13T21:52:25.574Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T21:52:25.574Z] [2022-12-13T21:52:25.574Z] Login Succeeded [2022-12-13T21:52:25.574Z] docker.io [2022-12-13T21:52:25.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T21:52:25.834Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T21:52:25.834Z] Configure a credential helper to remove this warning. See [2022-12-13T21:52:25.834Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T21:52:25.834Z] [2022-12-13T21:52:25.834Z] Login Succeeded [2022-12-13T21:52:25.834Z] ---> docker-login.sh ends [Pipeline] } [2022-12-13T21:52:25.865Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-12-13T21:52:26.480Z] + git rev-list -1 --merges 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe~1..5c99e1cd132ccc19edbcd18e483be06a1f5b21fe [Pipeline] echo [2022-12-13T21:52:26.528Z] -----------> git rev-list -1 --merges 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe~1..5c99e1cd132ccc19edbcd18e483be06a1f5b21fe 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe [false] [Pipeline] sh [2022-12-13T21:52:26.837Z] + git log --format=format:%s -1 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe [Pipeline] echo [2022-12-13T21:52:26.874Z] ========================================================= [2022-12-13T21:52:26.874Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-12-13T21:52:26.874Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-12-13T21:52:27.313Z] + git log --format=format:%s -1 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe [Pipeline] echo [2022-12-13T21:52:27.347Z] [semverPrep] GIT_COMMIT: 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe, Commit Message: refactor!: Use latest SDK for flattened config stem [Pipeline] echo [2022-12-13T21:52:27.376Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-12-13T21:52:27.767Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-12-13T21:52:27.767Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-12-13T21:52:27.767Z] + [ -e /tmp/ssh_known_hosts ] [2022-12-13T21:52:27.767Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-12-13T21:52:27.767Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-12-13T21:52:27.767Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-12-13T21:52:27.767Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T21:52:28.230Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-12-13T21:52:28.230Z] [2022-12-13T21:52:28.230Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T21:52:28.603Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-12-13T21:52:28.603Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-12-13T21:52:28.603Z] b85a868b505f: Pulling fs layer [2022-12-13T21:52:28.603Z] e2be974225ed: Pulling fs layer [2022-12-13T21:52:28.603Z] 339a4e72a1f5: Pulling fs layer [2022-12-13T21:52:28.603Z] 988bab9f4d93: Pulling fs layer [2022-12-13T21:52:28.603Z] 1469e6f7b9e6: Pulling fs layer [2022-12-13T21:52:28.603Z] eaf3925da568: Pulling fs layer [2022-12-13T21:52:28.603Z] bab4dde63d76: Pulling fs layer [2022-12-13T21:52:28.603Z] bde34c3a00c8: Pulling fs layer [2022-12-13T21:52:28.603Z] b352a97aabf1: Pulling fs layer [2022-12-13T21:52:28.603Z] 4872d77fe225: Pulling fs layer [2022-12-13T21:52:28.603Z] 5851b861e8e6: Pulling fs layer [2022-12-13T21:52:28.603Z] bab4dde63d76: Waiting [2022-12-13T21:52:28.603Z] bde34c3a00c8: Waiting [2022-12-13T21:52:28.603Z] 988bab9f4d93: Waiting [2022-12-13T21:52:28.603Z] b352a97aabf1: Waiting [2022-12-13T21:52:28.603Z] 4872d77fe225: Waiting [2022-12-13T21:52:28.603Z] 1469e6f7b9e6: Waiting [2022-12-13T21:52:28.603Z] 5851b861e8e6: Waiting [2022-12-13T21:52:28.603Z] eaf3925da568: Waiting [2022-12-13T21:52:28.603Z] e2be974225ed: Verifying Checksum [2022-12-13T21:52:28.603Z] e2be974225ed: Download complete [2022-12-13T21:52:28.603Z] 988bab9f4d93: Verifying Checksum [2022-12-13T21:52:28.603Z] 988bab9f4d93: Download complete [2022-12-13T21:52:28.863Z] 1469e6f7b9e6: Verifying Checksum [2022-12-13T21:52:28.863Z] 1469e6f7b9e6: Download complete [2022-12-13T21:52:28.863Z] eaf3925da568: Verifying Checksum [2022-12-13T21:52:28.863Z] eaf3925da568: Download complete [2022-12-13T21:52:28.863Z] 339a4e72a1f5: Verifying Checksum [2022-12-13T21:52:28.863Z] 339a4e72a1f5: Download complete [2022-12-13T21:52:28.863Z] bde34c3a00c8: Verifying Checksum [2022-12-13T21:52:28.863Z] bde34c3a00c8: Download complete [2022-12-13T21:52:28.863Z] b352a97aabf1: Verifying Checksum [2022-12-13T21:52:28.863Z] b352a97aabf1: Download complete [2022-12-13T21:52:28.863Z] 4872d77fe225: Download complete [2022-12-13T21:52:28.863Z] b85a868b505f: Verifying Checksum [2022-12-13T21:52:28.863Z] b85a868b505f: Download complete [2022-12-13T21:52:28.863Z] 5851b861e8e6: Verifying Checksum [2022-12-13T21:52:28.863Z] 5851b861e8e6: Download complete [2022-12-13T21:52:29.431Z] bab4dde63d76: Verifying Checksum [2022-12-13T21:52:29.431Z] bab4dde63d76: Download complete [2022-12-13T21:52:30.370Z] b85a868b505f: Pull complete [2022-12-13T21:52:30.370Z] e2be974225ed: Pull complete [2022-12-13T21:52:30.939Z] 339a4e72a1f5: Pull complete [2022-12-13T21:52:30.939Z] 988bab9f4d93: Pull complete [2022-12-13T21:52:31.197Z] 1469e6f7b9e6: Pull complete [2022-12-13T21:52:31.456Z] eaf3925da568: Pull complete [2022-12-13T21:52:33.357Z] bab4dde63d76: Pull complete [2022-12-13T21:52:33.357Z] bde34c3a00c8: Pull complete [2022-12-13T21:52:33.357Z] b352a97aabf1: Pull complete [2022-12-13T21:52:33.617Z] 4872d77fe225: Pull complete [2022-12-13T21:52:33.617Z] 5851b861e8e6: Pull complete [2022-12-13T21:52:33.617Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-12-13T21:52:33.617Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-12-13T21:52:33.617Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-13T21:52:33.838Z] prd-ubuntu20.04-docker-8c-8g-121134 does not seem to be running inside a container [2022-12-13T21:52:33.864Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-491 -v /w/workspace/_app-service-configurable_PR-491:/w/workspace/_app-service-configurable_PR-491:rw,z -v /w/workspace/_app-service-configurable_PR-491@tmp:/w/workspace/_app-service-configurable_PR-491@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 [2022-12-13T21:52:35.335Z] $ docker top 88de58d50617e1acc568826a9b100c959a5b4d013a22eede0e484dd7e0c38383 -eo pid,comm [2022-12-13T21:52:35.403Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-12-13T21:52:35.403Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-12-13T21:52:35.519Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-12-13T21:52:35.519Z] [ssh-agent] Looking for ssh-agent implementation... [2022-12-13T21:52:35.636Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-12-13T21:52:35.632Z] $ docker exec 88de58d50617e1acc568826a9b100c959a5b4d013a22eede0e484dd7e0c38383 ssh-agent [2022-12-13T21:52:35.753Z] SSH_AUTH_SOCK=/tmp/ssh-xxG9dhhO9NnS/agent.32 [2022-12-13T21:52:35.753Z] SSH_AGENT_PID=38 [2022-12-13T21:52:35.761Z] Running ssh-add (command line suppressed) [2022-12-13T21:52:35.873Z] Identity added: /w/workspace/_app-service-configurable_PR-491@tmp/private_key_10754995665645187207.key (/w/workspace/_app-service-configurable_PR-491@tmp/private_key_10754995665645187207.key) [2022-12-13T21:52:35.898Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-12-13T21:52:36.229Z] + git tag --points-at HEAD [Pipeline] } [2022-12-13T21:52:36.248Z] $ docker exec --env ******** --env ******** 88de58d50617e1acc568826a9b100c959a5b4d013a22eede0e484dd7e0c38383 ssh-agent -k [2022-12-13T21:52:36.351Z] unset SSH_AUTH_SOCK; [2022-12-13T21:52:36.352Z] unset SSH_AGENT_PID; [2022-12-13T21:52:36.352Z] echo Agent pid 38 killed; [2022-12-13T21:52:36.368Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-12-13T21:52:36.457Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-12-13T21:52:36.457Z] [ssh-agent] Looking for ssh-agent implementation... [2022-12-13T21:52:36.592Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-12-13T21:52:36.589Z] $ docker exec 88de58d50617e1acc568826a9b100c959a5b4d013a22eede0e484dd7e0c38383 ssh-agent [2022-12-13T21:52:36.706Z] SSH_AUTH_SOCK=/tmp/ssh-q2MXmTymBGVw/agent.70 [2022-12-13T21:52:36.706Z] SSH_AGENT_PID=76 [2022-12-13T21:52:36.711Z] Running ssh-add (command line suppressed) [2022-12-13T21:52:36.828Z] Identity added: /w/workspace/_app-service-configurable_PR-491@tmp/private_key_1525797745941338587.key (/w/workspace/_app-service-configurable_PR-491@tmp/private_key_1525797745941338587.key) [2022-12-13T21:52:36.847Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-12-13T21:52:37.171Z] + git semver init [2022-12-13T21:52:37.430Z] 2022-12-13 21:52:37,347 [run_init] DEBUG init version:0.0.0 force:False [2022-12-13T21:52:37.430Z] 2022-12-13 21:52:37,348 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-491/.semver [2022-12-13T21:52:37.430Z] 2022-12-13 21:52:37,349 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-491/.semver [2022-12-13T21:52:37.430Z] 2022-12-13 21:52:37,349 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-491/.semver'], cwd=/w/workspace/_app-service-configurable_PR-491, universal_newlines=False, shell=None, istream=None) [2022-12-13T21:52:38.367Z] 2022-12-13 21:52:38,222 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-491/.git/info/exclude [2022-12-13T21:52:38.367Z] 2022-12-13 21:52:38,223 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-491/.semver/PR-491 with force:False [2022-12-13T21:52:38.367Z] 2022-12-13 21:52:38,223 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-491/.semver/PR-491 [2022-12-13T21:52:38.367Z] 2022-12-13 21:52:38,227 [execute] INFO git cat-file --batch-check [2022-12-13T21:52:38.367Z] 2022-12-13 21:52:38,228 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-491/.semver, universal_newlines=False, shell=None, istream=) [2022-12-13T21:52:38.367Z] 2022-12-13 21:52:38,235 [execute] INFO git cat-file --batch [2022-12-13T21:52:38.367Z] 2022-12-13 21:52:38,235 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-491/.semver, universal_newlines=False, shell=None, istream=) [2022-12-13T21:52:38.367Z] 2022-12-13 21:52:38,239 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-491/.semver/PR-491 [2022-12-13T21:52:38.367Z] 0.0.0 [Pipeline] } [2022-12-13T21:52:38.388Z] $ docker exec --env ******** --env ******** 88de58d50617e1acc568826a9b100c959a5b4d013a22eede0e484dd7e0c38383 ssh-agent -k [2022-12-13T21:52:38.492Z] unset SSH_AUTH_SOCK; [2022-12-13T21:52:38.492Z] unset SSH_AGENT_PID; [2022-12-13T21:52:38.493Z] echo Agent pid 76 killed; [2022-12-13T21:52:38.506Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-12-13T21:52:38.941Z] + git semver [Pipeline] } [2022-12-13T21:52:39.222Z] $ docker stop --time=1 88de58d50617e1acc568826a9b100c959a5b4d013a22eede0e484dd7e0c38383 [2022-12-13T21:52:40.546Z] $ docker rm -f 88de58d50617e1acc568826a9b100c959a5b4d013a22eede0e484dd7e0c38383 [Pipeline] // withDockerContainer [Pipeline] sh [2022-12-13T21:52:40.968Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-12-13T21:52:41.232Z] Stashed 1 file(s) [Pipeline] echo [2022-12-13T21:52:41.247Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-12-13T21:52:41.828Z] provisioning config files... [2022-12-13T21:52:41.837Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-491@tmp/config16293102810512864998tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-13T21:52:42.182Z] ---> docker-login.sh [2022-12-13T21:52:42.182Z] nexus3.edgexfoundry.org:10001 [2022-12-13T21:52:42.182Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T21:52:42.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T21:52:42.182Z] Configure a credential helper to remove this warning. See [2022-12-13T21:52:42.182Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T21:52:42.182Z] [2022-12-13T21:52:42.182Z] Login Succeeded [2022-12-13T21:52:42.182Z] nexus3.edgexfoundry.org:10002 [2022-12-13T21:52:42.182Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T21:52:42.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T21:52:42.182Z] Configure a credential helper to remove this warning. See [2022-12-13T21:52:42.182Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T21:52:42.182Z] [2022-12-13T21:52:42.182Z] Login Succeeded [2022-12-13T21:52:42.182Z] nexus3.edgexfoundry.org:10003 [2022-12-13T21:52:42.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T21:52:42.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T21:52:42.442Z] Configure a credential helper to remove this warning. See [2022-12-13T21:52:42.442Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T21:52:42.442Z] [2022-12-13T21:52:42.442Z] Login Succeeded [2022-12-13T21:52:42.442Z] nexus3.edgexfoundry.org:10004 [2022-12-13T21:52:42.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T21:52:42.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T21:52:42.442Z] Configure a credential helper to remove this warning. See [2022-12-13T21:52:42.442Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T21:52:42.442Z] [2022-12-13T21:52:42.442Z] Login Succeeded [2022-12-13T21:52:42.442Z] docker.io [2022-12-13T21:52:42.701Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T21:52:42.961Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T21:52:42.961Z] Configure a credential helper to remove this warning. See [2022-12-13T21:52:42.961Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T21:52:42.961Z] [2022-12-13T21:52:42.961Z] Login Succeeded [2022-12-13T21:52:42.961Z] ---> docker-login.sh ends [Pipeline] } [2022-12-13T21:52:42.991Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-12-13T21:52:43.194Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-12-13T21:52:43.230Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-12-13T21:52:43.261Z] ========================================================= [2022-12-13T21:52:43.261Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-12-13T21:52:43.261Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T21:52:43.741Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-12-13T21:52:43.741Z] Sending build context to Docker daemon 3.196MB [2022-12-13T21:52:43.741Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2022-12-13T21:52:43.741Z] Step 2/13 : FROM ${BASE} AS builder [2022-12-13T21:52:43.741Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-12-13T21:52:43.741Z] 213ec9aee27d: Pulling fs layer [2022-12-13T21:52:43.741Z] 4583459ba037: Pulling fs layer [2022-12-13T21:52:43.741Z] 93c1e223e6f2: Pulling fs layer [2022-12-13T21:52:43.741Z] 53926ce57604: Pulling fs layer [2022-12-13T21:52:43.741Z] 21b2b0c7a3f4: Pulling fs layer [2022-12-13T21:52:43.741Z] 22ff95d597cd: Pulling fs layer [2022-12-13T21:52:43.741Z] 12d6caf4c0d1: Pulling fs layer [2022-12-13T21:52:43.741Z] 96b7cbca73a9: Pulling fs layer [2022-12-13T21:52:43.741Z] a7acece74701: Pulling fs layer [2022-12-13T21:52:43.741Z] 22ff95d597cd: Waiting [2022-12-13T21:52:43.741Z] 12d6caf4c0d1: Waiting [2022-12-13T21:52:43.741Z] 96b7cbca73a9: Waiting [2022-12-13T21:52:43.741Z] a7acece74701: Waiting [2022-12-13T21:52:43.741Z] 53926ce57604: Waiting [2022-12-13T21:52:43.741Z] 21b2b0c7a3f4: Waiting [2022-12-13T21:52:43.741Z] 93c1e223e6f2: Download complete [2022-12-13T21:52:43.741Z] 4583459ba037: Verifying Checksum [2022-12-13T21:52:43.741Z] 4583459ba037: Download complete [2022-12-13T21:52:43.741Z] 21b2b0c7a3f4: Verifying Checksum [2022-12-13T21:52:43.741Z] 21b2b0c7a3f4: Download complete [2022-12-13T21:52:43.741Z] 22ff95d597cd: Verifying Checksum [2022-12-13T21:52:43.741Z] 22ff95d597cd: Download complete [2022-12-13T21:52:44.001Z] 213ec9aee27d: Verifying Checksum [2022-12-13T21:52:44.001Z] 213ec9aee27d: Download complete [2022-12-13T21:52:44.001Z] 12d6caf4c0d1: Verifying Checksum [2022-12-13T21:52:44.001Z] 12d6caf4c0d1: Download complete [2022-12-13T21:52:44.001Z] 213ec9aee27d: Pull complete [2022-12-13T21:52:44.260Z] 4583459ba037: Pull complete [2022-12-13T21:52:44.260Z] 93c1e223e6f2: Pull complete [2022-12-13T21:52:44.518Z] a7acece74701: Verifying Checksum [2022-12-13T21:52:44.518Z] a7acece74701: Download complete [2022-12-13T21:52:45.087Z] 96b7cbca73a9: Verifying Checksum [2022-12-13T21:52:45.087Z] 96b7cbca73a9: Download complete [2022-12-13T21:52:45.087Z] 53926ce57604: Verifying Checksum [2022-12-13T21:52:45.087Z] 53926ce57604: Download complete [2022-12-13T21:52:49.276Z] 53926ce57604: Pull complete [2022-12-13T21:52:49.276Z] 21b2b0c7a3f4: Pull complete [2022-12-13T21:52:49.276Z] 22ff95d597cd: Pull complete [2022-12-13T21:52:49.276Z] 12d6caf4c0d1: Pull complete [2022-12-13T21:52:51.178Z] 96b7cbca73a9: Pull complete [2022-12-13T21:52:51.748Z] a7acece74701: Pull complete [2022-12-13T21:52:51.748Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2022-12-13T21:52:51.748Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-12-13T21:52:51.748Z] ---> db6d94c90886 [2022-12-13T21:52:51.748Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-12-13T21:52:53.653Z] ---> Running in 2f082f76b04a [2022-12-13T21:52:53.653Z] Removing intermediate container 2f082f76b04a [2022-12-13T21:52:53.653Z] ---> 52b46c9e5b8c [2022-12-13T21:52:53.653Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-12-13T21:52:53.653Z] ---> Running in 124cf2111a83 [2022-12-13T21:52:53.653Z] Removing intermediate container 124cf2111a83 [2022-12-13T21:52:53.653Z] ---> c3f85afe1817 [2022-12-13T21:52:53.653Z] Step 5/13 : ARG ADD_BUILD_TAGS="" [2022-12-13T21:52:53.653Z] ---> Running in 33cf62ffbb19 [2022-12-13T21:52:53.653Z] Removing intermediate container 33cf62ffbb19 [2022-12-13T21:52:53.653Z] ---> bc80901c5a2e [2022-12-13T21:52:53.653Z] Step 6/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-12-13T21:52:53.911Z] ---> Running in 4e9d27329677 [2022-12-13T21:52:53.911Z] Removing intermediate container 4e9d27329677 [2022-12-13T21:52:53.911Z] ---> 0e3097ae39f5 [2022-12-13T21:52:53.912Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-12-13T21:52:53.912Z] ---> Running in 5db9ae148f4e [2022-12-13T21:52:54.171Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-12-13T21:52:54.428Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-12-13T21:52:54.687Z] OK: 211 MiB in 51 packages [2022-12-13T21:52:54.946Z] Removing intermediate container 5db9ae148f4e [2022-12-13T21:52:54.947Z] ---> 2be78b108356 [2022-12-13T21:52:54.947Z] Step 8/13 : WORKDIR /app [2022-12-13T21:52:55.205Z] ---> Running in 0d84a0cc8bb8 [2022-12-13T21:52:55.205Z] Removing intermediate container 0d84a0cc8bb8 [2022-12-13T21:52:55.205Z] ---> 94b499751856 [2022-12-13T21:52:55.205Z] Step 9/13 : COPY go.mod vendor* ./ [2022-12-13T21:52:55.205Z] ---> f31052dcd0f1 [2022-12-13T21:52:55.205Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-13T21:52:55.205Z] ---> Running in 327189f27876 [2022-12-13T21:52:56.648Z] Still waiting to schedule task [2022-12-13T21:52:56.648Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-121118’ [2022-12-13T21:53:13.297Z] Removing intermediate container 327189f27876 [2022-12-13T21:53:13.297Z] ---> eb7e67286943 [2022-12-13T21:53:13.297Z] Step 11/13 : COPY . . [2022-12-13T21:53:13.297Z] ---> c7b72dac5348 [2022-12-13T21:53:13.297Z] Step 12/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-12-13T21:53:13.297Z] ---> Running in 193b9538045a [2022-12-13T21:53:13.297Z] Removing intermediate container 193b9538045a [2022-12-13T21:53:13.297Z] ---> 0c3c90481c06 [2022-12-13T21:53:13.297Z] Step 13/13 : RUN $MAKE [2022-12-13T21:53:13.297Z] ---> Running in fc1c114e15b3 [2022-12-13T21:53:13.297Z] noop [2022-12-13T21:53:13.556Z] Removing intermediate container fc1c114e15b3 [2022-12-13T21:53:13.556Z] ---> 5b0d62197ad3 [2022-12-13T21:53:13.556Z] Successfully built 5b0d62197ad3 [2022-12-13T21:53:13.556Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T21:53:13.998Z] + docker inspect -f . ci-base-image-x86_64 [2022-12-13T21:53:13.998Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-13T21:53:14.149Z] prd-ubuntu20.04-docker-8c-8g-121134 does not seem to be running inside a container [2022-12-13T21:53:14.182Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-491 -v /w/workspace/_app-service-configurable_PR-491:/w/workspace/_app-service-configurable_PR-491:rw,z -v /w/workspace/_app-service-configurable_PR-491@tmp:/w/workspace/_app-service-configurable_PR-491@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 [2022-12-13T21:53:14.532Z] $ docker top 53b0c32e61a4da1eb72d7e36bc115b836ea2ba84fd32c6619e6e61ea0816d132 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-12-13T21:53:14.917Z] + go version [2022-12-13T21:53:14.917Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-12-13T21:53:14.953Z] $ docker stop --time=1 53b0c32e61a4da1eb72d7e36bc115b836ea2ba84fd32c6619e6e61ea0816d132 [2022-12-13T21:53:16.234Z] $ docker rm -f 53b0c32e61a4da1eb72d7e36bc115b836ea2ba84fd32c6619e6e61ea0816d132 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T21:53:16.947Z] + docker inspect -f . ci-base-image-x86_64 [2022-12-13T21:53:16.947Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-13T21:53:17.107Z] prd-ubuntu20.04-docker-8c-8g-121134 does not seem to be running inside a container [2022-12-13T21:53:17.143Z] $ 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-491 -v /w/workspace/_app-service-configurable_PR-491:/w/workspace/_app-service-configurable_PR-491:rw,z -v /w/workspace/_app-service-configurable_PR-491@tmp:/w/workspace/_app-service-configurable_PR-491@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 [2022-12-13T21:53:17.490Z] $ docker top 6bc2f3d8031e80f4c866ad52d3d8c7d10f42625902fc971becfc7d581bee7c03 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-12-13T21:53:17.873Z] + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-491 [Pipeline] fileExists [Pipeline] sh [2022-12-13T21:53:18.234Z] + make test [2022-12-13T21:53:18.235Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-12-13T21:53:28.201Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-12-13T21:53:28.201Z] CGO_ENABLED=1 go vet ./... [2022-12-13T21:53:30.729Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-12-13T21:53:30.729Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-12-13T21:53:30.729Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-12-13T21:53:31.015Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-12-13T21:53:31.046Z] $ docker stop --time=1 6bc2f3d8031e80f4c866ad52d3d8c7d10f42625902fc971becfc7d581bee7c03 [2022-12-13T21:53:32.725Z] $ docker rm -f 6bc2f3d8031e80f4c866ad52d3d8c7d10f42625902fc971becfc7d581bee7c03 [Pipeline] // withDockerContainer [Pipeline] sh [2022-12-13T21:53:33.169Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-12-13T21:53:33.228Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-12-13T21:53:33.929Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-12-13T21:53:34.241Z] + ls -al . [2022-12-13T21:53:34.241Z] total 184 [2022-12-13T21:53:34.241Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 13 21:53 . [2022-12-13T21:53:34.241Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 13 21:52 .. [2022-12-13T21:53:34.241Z] -rw-rw-r-- 1 jenkins jenkins 119 Dec 13 21:52 .dockerignore [2022-12-13T21:53:34.241Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 13 21:52 .git [2022-12-13T21:53:34.241Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 13 21:52 .github [2022-12-13T21:53:34.241Z] -rw-rw-r-- 1 jenkins jenkins 171 Dec 13 21:52 .gitignore [2022-12-13T21:53:34.241Z] drwxr-xr-x 3 jenkins jenkins 4096 Dec 13 21:52 .semver [2022-12-13T21:53:34.241Z] -rw-rw-r-- 1 jenkins jenkins 9207 Dec 13 21:52 Attribution.txt [2022-12-13T21:53:34.241Z] -rw-rw-r-- 1 jenkins jenkins 29118 Dec 13 21:52 CHANGELOG.md [2022-12-13T21:53:34.241Z] -rw-rw-r-- 1 jenkins jenkins 2058 Dec 13 21:52 Dockerfile [2022-12-13T21:53:34.241Z] -rw-rw-r-- 1 jenkins jenkins 677 Dec 13 21:52 GOVERNANCE.md [2022-12-13T21:53:34.241Z] -rw-rw-r-- 1 jenkins jenkins 688 Dec 13 21:52 Jenkinsfile [2022-12-13T21:53:34.241Z] -rw-rw-r-- 1 jenkins jenkins 10174 Dec 13 21:52 LICENSE [2022-12-13T21:53:34.241Z] -rw-rw-r-- 1 jenkins jenkins 618 Dec 13 21:52 OWNERS.md [2022-12-13T21:53:34.241Z] -rw-rw-r-- 1 jenkins jenkins 4369 Dec 13 21:52 README.md [2022-12-13T21:53:34.241Z] -rw-rw-r-- 1 jenkins jenkins 5 Dec 13 21:52 VERSION [2022-12-13T21:53:34.241Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 13 21:52 bin [2022-12-13T21:53:34.241Z] -rw-r--r-- 1 jenkins jenkins 10 Dec 13 21:53 coverage.out [2022-12-13T21:53:34.241Z] -rw-rw-r-- 1 jenkins jenkins 3396 Dec 13 21:52 go.mod [2022-12-13T21:53:34.241Z] -rw-rw-r-- 1 jenkins jenkins 44230 Dec 13 21:52 go.sum [2022-12-13T21:53:34.241Z] -rw-rw-r-- 1 jenkins jenkins 1949 Dec 13 21:52 main.go [2022-12-13T21:53:34.241Z] -rw-rw-r-- 1 jenkins jenkins 2185 Dec 13 21:52 makefile [2022-12-13T21:53:34.241Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 13 21:52 res [2022-12-13T21:53:34.241Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 13 21:52 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T21:53:34.633Z] + 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=5c99e1cd132ccc19edbcd18e483be06a1f5b21fe --label arch=amd64 --label version=0.0.0 . [2022-12-13T21:53:34.633Z] Sending build context to Docker daemon 3.197MB [2022-12-13T21:53:34.633Z] Step 1/27 : ARG BASE=golang:1.18-alpine3.16 [2022-12-13T21:53:34.633Z] Step 2/27 : FROM ${BASE} AS builder [2022-12-13T21:53:34.633Z] ---> 5b0d62197ad3 [2022-12-13T21:53:34.633Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-12-13T21:53:34.633Z] ---> Running in 636a7b37a5ab [2022-12-13T21:53:34.633Z] Removing intermediate container 636a7b37a5ab [2022-12-13T21:53:34.633Z] ---> 4c8d780e63b6 [2022-12-13T21:53:34.633Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-12-13T21:53:34.892Z] ---> Running in d4658f24a9bd [2022-12-13T21:53:34.892Z] Removing intermediate container d4658f24a9bd [2022-12-13T21:53:34.892Z] ---> 62fa2e7bba84 [2022-12-13T21:53:34.892Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2022-12-13T21:53:34.892Z] ---> Running in a395246a4d19 [2022-12-13T21:53:34.892Z] Removing intermediate container a395246a4d19 [2022-12-13T21:53:34.892Z] ---> 78ffecc4ec83 [2022-12-13T21:53:34.892Z] Step 6/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-12-13T21:53:34.892Z] ---> Running in e68345c84917 [2022-12-13T21:53:35.150Z] Removing intermediate container e68345c84917 [2022-12-13T21:53:35.150Z] ---> e07cced34dfc [2022-12-13T21:53:35.150Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-12-13T21:53:35.150Z] ---> Running in 016885bf99e4 [2022-12-13T21:53:35.410Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-12-13T21:53:35.669Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-12-13T21:53:35.928Z] OK: 211 MiB in 51 packages [2022-12-13T21:53:36.187Z] Removing intermediate container 016885bf99e4 [2022-12-13T21:53:36.187Z] ---> e17d616446d4 [2022-12-13T21:53:36.187Z] Step 8/27 : WORKDIR /app [2022-12-13T21:53:36.187Z] ---> Running in 244bffa63bee [2022-12-13T21:53:36.187Z] Removing intermediate container 244bffa63bee [2022-12-13T21:53:36.187Z] ---> 1bbaa3865fb7 [2022-12-13T21:53:36.187Z] Step 9/27 : COPY go.mod vendor* ./ [2022-12-13T21:53:36.447Z] ---> 2069a4d5608c [2022-12-13T21:53:36.447Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-13T21:53:36.447Z] ---> Running in ae4dedd37494 [2022-12-13T21:53:37.384Z] Removing intermediate container ae4dedd37494 [2022-12-13T21:53:37.384Z] ---> e1942776a5a6 [2022-12-13T21:53:37.384Z] Step 11/27 : COPY . . [2022-12-13T21:53:37.384Z] ---> c45e7b97eeb5 [2022-12-13T21:53:37.384Z] Step 12/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-12-13T21:53:37.384Z] ---> Running in 2ea5fca0cf0a [2022-12-13T21:53:37.644Z] Removing intermediate container 2ea5fca0cf0a [2022-12-13T21:53:37.644Z] ---> 787f9d9adaa2 [2022-12-13T21:53:37.644Z] Step 13/27 : RUN $MAKE [2022-12-13T21:53:37.644Z] ---> Running in a908c93ad55d [2022-12-13T21:53:37.902Z] CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.6 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-12-13T21:53:59.824Z] Removing intermediate container a908c93ad55d [2022-12-13T21:53:59.824Z] ---> fc09fdfbae0a [2022-12-13T21:53:59.824Z] Step 14/27 : FROM alpine:3.16 [2022-12-13T21:53:59.824Z] 3.16: Pulling from library/alpine [2022-12-13T21:53:59.824Z] ca7dd9ec2225: Pulling fs layer [2022-12-13T21:53:59.824Z] ca7dd9ec2225: Verifying Checksum [2022-12-13T21:53:59.824Z] ca7dd9ec2225: Download complete [2022-12-13T21:53:59.824Z] ca7dd9ec2225: Pull complete [2022-12-13T21:53:59.824Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2022-12-13T21:53:59.824Z] Status: Downloaded newer image for alpine:3.16 [2022-12-13T21:53:59.824Z] ---> bfe296a52501 [2022-12-13T21:53:59.824Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-12-13T21:53:59.824Z] ---> Running in c6d58a0f21da [2022-12-13T21:53:59.824Z] Removing intermediate container c6d58a0f21da [2022-12-13T21:53:59.824Z] ---> d827b8d14ddc [2022-12-13T21:53:59.824Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-12-13T21:53:59.824Z] ---> Running in cf7700837d4b [2022-12-13T21:53:59.824Z] Removing intermediate container cf7700837d4b [2022-12-13T21:53:59.824Z] ---> a7ac6d121994 [2022-12-13T21:53:59.824Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-12-13T21:53:59.824Z] ---> Running in baff8ad9ddf3 [2022-12-13T21:53:59.824Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-12-13T21:53:59.824Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-12-13T21:53:59.824Z] (1/7) Installing ca-certificates (20220614-r0) [2022-12-13T21:53:59.824Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-12-13T21:53:59.824Z] (3/7) Installing libgcc (11.2.1_git20220219-r2) [2022-12-13T21:53:59.824Z] (4/7) Installing libsodium (1.0.18-r0) [2022-12-13T21:53:59.824Z] (5/7) Installing libstdc++ (11.2.1_git20220219-r2) [2022-12-13T21:53:59.824Z] (6/7) Installing libzmq (4.3.4-r0) [2022-12-13T21:53:59.824Z] (7/7) Installing zeromq (4.3.4-r0) [2022-12-13T21:53:59.824Z] Executing busybox-1.35.0-r17.trigger [2022-12-13T21:53:59.824Z] Executing ca-certificates-20220614-r0.trigger [2022-12-13T21:53:59.824Z] OK: 9 MiB in 21 packages [2022-12-13T21:53:59.824Z] Removing intermediate container baff8ad9ddf3 [2022-12-13T21:53:59.824Z] ---> cc68350bdd9d [2022-12-13T21:53:59.824Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-12-13T21:53:59.824Z] ---> e5bc65702271 [2022-12-13T21:53:59.824Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-12-13T21:54:00.084Z] ---> ecea90a56d06 [2022-12-13T21:54:00.084Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-12-13T21:54:00.084Z] ---> b32878f7c871 [2022-12-13T21:54:00.084Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-12-13T21:54:00.653Z] ---> 5f0a91c1e231 [2022-12-13T21:54:00.653Z] Step 22/27 : EXPOSE 48095 [2022-12-13T21:54:00.653Z] ---> Running in fbf9ac970cbb [2022-12-13T21:54:00.912Z] Removing intermediate container fbf9ac970cbb [2022-12-13T21:54:00.912Z] ---> 80cb469e3efa [2022-12-13T21:54:00.912Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-12-13T21:54:00.912Z] ---> Running in 364f4746689c [2022-12-13T21:54:00.912Z] Removing intermediate container 364f4746689c [2022-12-13T21:54:00.912Z] ---> f94bcfc42fe7 [2022-12-13T21:54:00.912Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-12-13T21:54:00.912Z] ---> Running in 63491e6576eb [2022-12-13T21:54:01.180Z] Removing intermediate container 63491e6576eb [2022-12-13T21:54:01.180Z] ---> e0bf1433fcc4 [2022-12-13T21:54:01.180Z] Step 25/27 : LABEL arch=amd64 [2022-12-13T21:54:01.180Z] ---> Running in 7e149eb4a8d9 [2022-12-13T21:54:01.180Z] Removing intermediate container 7e149eb4a8d9 [2022-12-13T21:54:01.180Z] ---> 681eec7b8604 [2022-12-13T21:54:01.180Z] Step 26/27 : LABEL git_sha=5c99e1cd132ccc19edbcd18e483be06a1f5b21fe [2022-12-13T21:54:01.180Z] ---> Running in c686c0683ffa [2022-12-13T21:54:01.440Z] Removing intermediate container c686c0683ffa [2022-12-13T21:54:01.440Z] ---> b28defb0f099 [2022-12-13T21:54:01.440Z] Step 27/27 : LABEL version=0.0.0 [2022-12-13T21:54:01.440Z] ---> Running in e6feea733a74 [2022-12-13T21:54:01.440Z] Removing intermediate container e6feea733a74 [2022-12-13T21:54:01.440Z] ---> 9e8824bbbf58 [2022-12-13T21:54:01.440Z] [Warning] One or more build-args [ARCH] were not consumed [2022-12-13T21:54:01.440Z] Successfully built 9e8824bbbf58 [2022-12-13T21:54:01.440Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T21:54:02.238Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-12-13T21:54:02.238Z] [2022-12-13T21:54:02.238Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T21:54:02.608Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-12-13T21:54:02.609Z] latest: Pulling from edgex-lftools-log-publisher [2022-12-13T21:54:02.609Z] 5eb5b503b376: Pulling fs layer [2022-12-13T21:54:02.609Z] 5c69ac0246d0: Pulling fs layer [2022-12-13T21:54:02.609Z] ec43610c2a17: Pulling fs layer [2022-12-13T21:54:02.609Z] 3a2ae6a8a46f: Pulling fs layer [2022-12-13T21:54:02.609Z] 33b1e0a273af: Pulling fs layer [2022-12-13T21:54:02.609Z] 5d3b04190fa2: Pulling fs layer [2022-12-13T21:54:02.609Z] 2f39f015ded8: Pulling fs layer [2022-12-13T21:54:02.609Z] 33b1e0a273af: Waiting [2022-12-13T21:54:02.609Z] 2f39f015ded8: Waiting [2022-12-13T21:54:02.609Z] 5d3b04190fa2: Waiting [2022-12-13T21:54:02.609Z] 3a2ae6a8a46f: Waiting [2022-12-13T21:54:02.609Z] 5c69ac0246d0: Verifying Checksum [2022-12-13T21:54:02.609Z] 5c69ac0246d0: Download complete [2022-12-13T21:54:02.609Z] 3a2ae6a8a46f: Verifying Checksum [2022-12-13T21:54:02.609Z] 3a2ae6a8a46f: Download complete [2022-12-13T21:54:02.870Z] 33b1e0a273af: Download complete [2022-12-13T21:54:02.870Z] 5d3b04190fa2: Verifying Checksum [2022-12-13T21:54:02.870Z] 5d3b04190fa2: Download complete [2022-12-13T21:54:02.870Z] ec43610c2a17: Verifying Checksum [2022-12-13T21:54:02.870Z] ec43610c2a17: Download complete [2022-12-13T21:54:02.870Z] 5eb5b503b376: Verifying Checksum [2022-12-13T21:54:02.870Z] 5eb5b503b376: Download complete [2022-12-13T21:54:03.806Z] 2f39f015ded8: Download complete [2022-12-13T21:54:04.064Z] 5eb5b503b376: Pull complete [2022-12-13T21:54:04.064Z] 5c69ac0246d0: Pull complete [2022-12-13T21:54:04.629Z] ec43610c2a17: Pull complete [2022-12-13T21:54:04.629Z] 3a2ae6a8a46f: Pull complete [2022-12-13T21:54:04.887Z] 33b1e0a273af: Pull complete [2022-12-13T21:54:04.887Z] 5d3b04190fa2: Pull complete [2022-12-13T21:54:09.067Z] 2f39f015ded8: Pull complete [2022-12-13T21:54:09.067Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-12-13T21:54:09.067Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-12-13T21:54:09.067Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-13T21:54:09.282Z] prd-ubuntu20.04-docker-8c-8g-121134 does not seem to be running inside a container [2022-12-13T21:54:09.313Z] $ 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-491 -v /w/workspace/_app-service-configurable_PR-491:/w/workspace/_app-service-configurable_PR-491:rw,z -v /w/workspace/_app-service-configurable_PR-491@tmp:/w/workspace/_app-service-configurable_PR-491@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 [2022-12-13T21:54:10.911Z] $ docker top 20df198034b250e05ce6ef05274ea1f0cb1d2c84efd4d89f28781bbcbd764240 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-13T21:54:11.362Z] ---> job-cost.sh [2022-12-13T21:54:11.362Z] lf-activate-venv: SKIPPING [2022-12-13T21:54:11.362Z] INFO: No Stack... [2022-12-13T21:54:11.930Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-12-13T21:54:12.189Z] INFO: Archiving Costs [Pipeline] sh [2022-12-13T21:54:12.508Z] + cat /w/workspace/_app-service-configurable_PR-491/archives/cost.csv [2022-12-13T21:54:12.508Z] + cut -d, -f6 [Pipeline] lock [2022-12-13T21:54:12.548Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-491-1-stack-cost] [2022-12-13T21:54:12.553Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-491-1-stack-cost] did not exist. Created. [2022-12-13T21:54:12.553Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-491-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-12-13T21:54:12.944Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-12-13T21:54:12.991Z] Stashed 1 file(s) [Pipeline] } [2022-12-13T21:54:13.014Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-491-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-12-13T21:54:13.102Z] $ docker stop --time=1 20df198034b250e05ce6ef05274ea1f0cb1d2c84efd4d89f28781bbcbd764240 [2022-12-13T21:54:14.257Z] $ docker rm -f 20df198034b250e05ce6ef05274ea1f0cb1d2c84efd4d89f28781bbcbd764240 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-12-13T21:56:24.044Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-121135 in /w/workspace/_app-service-configurable_PR-491 [Pipeline] { [Pipeline] ws [2022-12-13T21:56:24.081Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2022-12-13T21:56:24.155Z] Selected Git installation does not exist. Using Default [2022-12-13T21:56:24.155Z] The recommended git tool is: NONE [2022-12-13T21:56:29.694Z] using credential edgex-jenkins-ssh [2022-12-13T21:56:29.718Z] Cloning the remote Git repository [2022-12-13T21:56:29.768Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2022-12-13T21:56:29.869Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2022-12-13T21:56:30.025Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-12-13T21:56:30.026Z] > git --version # timeout=10 [2022-12-13T21:56:30.048Z] > git --version # 'git version 2.25.1' [2022-12-13T21:56:30.050Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-12-13T21:56:30.116Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-12-13T21:56:31.236Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-12-13T21:56:31.264Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-12-13T21:56:32.211Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-12-13T21:56:32.261Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-12-13T21:56:32.262Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-12-13T21:56:32.281Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/491/head:refs/remotes/origin/PR-491 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-12-13T21:56:32.922Z] Merging remotes/origin/main commit c652ff16af1e74f6a40a6431fa4d554cbc316d6f into PR head commit 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe [2022-12-13T21:56:33.183Z] Merge succeeded, producing 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe [2022-12-13T21:56:33.184Z] Checking out Revision 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe (PR-491) [2022-12-13T21:56:32.942Z] > git config core.sparsecheckout # timeout=10 [2022-12-13T21:56:32.971Z] > git checkout -f 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe # timeout=10 [2022-12-13T21:56:33.059Z] > git remote # timeout=10 [2022-12-13T21:56:33.079Z] > git config --get remote.origin.url # timeout=10 [2022-12-13T21:56:33.114Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-12-13T21:56:33.130Z] > git merge c652ff16af1e74f6a40a6431fa4d554cbc316d6f # timeout=10 [2022-12-13T21:56:33.163Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-12-13T21:56:33.192Z] > git config core.sparsecheckout # timeout=10 [2022-12-13T21:56:33.208Z] > git checkout -f 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe # timeout=10 [2022-12-13T21:56:36.706Z] Commit message: "refactor!: Use latest SDK for flattened config stem" [2022-12-13T21:56:36.760Z] > git --version # timeout=10 [2022-12-13T21:56:36.772Z] > git --version # 'git version 2.25.1' [2022-12-13T21:56:36.786Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-12-13T21:56:37.896Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-12-13T21:56:37.896Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-12-13T21:56:37.896Z] Dload Upload Total Spent Left Speed [2022-12-13T21:56:37.896Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 85006 0 --:--:-- --:--:-- --:--:-- 84443 [Pipeline] sh [2022-12-13T21:56:38.557Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-12-13T21:56:38.904Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-12-13T21:56:38.904Z] + sudo tee /etc/docker/daemon.new [2022-12-13T21:56:38.904Z] { [2022-12-13T21:56:38.904Z] "registry-mirrors": [ [2022-12-13T21:56:38.904Z] "https://nexus3.edgexfoundry.org:10001" [2022-12-13T21:56:38.904Z] ], [2022-12-13T21:56:38.904Z] "bip": "10.250.0.254/24", [2022-12-13T21:56:38.904Z] "hosts": [ [2022-12-13T21:56:38.904Z] "tcp://0.0.0.0:5555", [2022-12-13T21:56:38.904Z] "unix:///var/run/docker.sock" [2022-12-13T21:56:38.904Z] ], [2022-12-13T21:56:38.904Z] "mtu": 1458, [2022-12-13T21:56:38.904Z] "selinux-enabled": true, [2022-12-13T21:56:38.904Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-12-13T21:56:38.904Z] } [Pipeline] sh [2022-12-13T21:56:39.250Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-12-13T21:56:39.596Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-12-13T21:56:57.937Z] provisioning config files... [2022-12-13T21:56:57.969Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config10371278515520775957tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-13T21:56:58.365Z] ---> docker-login.sh [2022-12-13T21:56:58.365Z] nexus3.edgexfoundry.org:10001 [2022-12-13T21:56:58.957Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T21:56:58.957Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T21:56:58.957Z] Configure a credential helper to remove this warning. See [2022-12-13T21:56:58.957Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T21:56:58.957Z] [2022-12-13T21:56:58.957Z] Login Succeeded [2022-12-13T21:56:58.957Z] nexus3.edgexfoundry.org:10002 [2022-12-13T21:56:59.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T21:56:59.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T21:56:59.499Z] Configure a credential helper to remove this warning. See [2022-12-13T21:56:59.499Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T21:56:59.499Z] [2022-12-13T21:56:59.499Z] Login Succeeded [2022-12-13T21:56:59.499Z] nexus3.edgexfoundry.org:10003 [2022-12-13T21:56:59.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T21:56:59.773Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T21:56:59.773Z] Configure a credential helper to remove this warning. See [2022-12-13T21:56:59.773Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T21:56:59.773Z] [2022-12-13T21:56:59.773Z] Login Succeeded [2022-12-13T21:56:59.773Z] nexus3.edgexfoundry.org:10004 [2022-12-13T21:57:00.048Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T21:57:00.320Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T21:57:00.320Z] Configure a credential helper to remove this warning. See [2022-12-13T21:57:00.320Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T21:57:00.320Z] [2022-12-13T21:57:00.320Z] Login Succeeded [2022-12-13T21:57:00.320Z] docker.io [2022-12-13T21:57:00.589Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T21:57:00.858Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T21:57:00.858Z] Configure a credential helper to remove this warning. See [2022-12-13T21:57:00.858Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T21:57:00.858Z] [2022-12-13T21:57:00.858Z] Login Succeeded [2022-12-13T21:57:00.858Z] ---> docker-login.sh ends [Pipeline] } [2022-12-13T21:57:00.892Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-12-13T21:57:01.243Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-12-13T21:57:01.284Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-12-13T21:57:01.315Z] ========================================================= [2022-12-13T21:57:01.315Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-12-13T21:57:01.315Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T21:57:01.862Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-12-13T21:57:01.862Z] Sending build context to Docker daemon 217.6kB [2022-12-13T21:57:02.144Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2022-12-13T21:57:02.144Z] Step 2/13 : FROM ${BASE} AS builder [2022-12-13T21:57:02.432Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-12-13T21:57:02.432Z] 9b18e9b68314: Pulling fs layer [2022-12-13T21:57:02.432Z] 35d82f9e3411: Pulling fs layer [2022-12-13T21:57:02.432Z] e16973657156: Pulling fs layer [2022-12-13T21:57:02.432Z] fc693d55d65f: Pulling fs layer [2022-12-13T21:57:02.432Z] 7e9fc2657dce: Pulling fs layer [2022-12-13T21:57:02.432Z] dda99020689f: Pulling fs layer [2022-12-13T21:57:02.432Z] db1c61fa0a46: Pulling fs layer [2022-12-13T21:57:02.432Z] 891c053d2c06: Pulling fs layer [2022-12-13T21:57:02.432Z] 7e9fc2657dce: Waiting [2022-12-13T21:57:02.432Z] dda99020689f: Waiting [2022-12-13T21:57:02.432Z] fc693d55d65f: Waiting [2022-12-13T21:57:02.432Z] db1c61fa0a46: Waiting [2022-12-13T21:57:02.432Z] 891c053d2c06: Waiting [2022-12-13T21:57:02.432Z] e16973657156: Verifying Checksum [2022-12-13T21:57:02.432Z] e16973657156: Download complete [2022-12-13T21:57:02.432Z] 35d82f9e3411: Verifying Checksum [2022-12-13T21:57:02.432Z] 35d82f9e3411: Download complete [2022-12-13T21:57:02.432Z] 7e9fc2657dce: Verifying Checksum [2022-12-13T21:57:02.432Z] 7e9fc2657dce: Download complete [2022-12-13T21:57:02.432Z] dda99020689f: Verifying Checksum [2022-12-13T21:57:02.432Z] dda99020689f: Download complete [2022-12-13T21:57:02.432Z] 9b18e9b68314: Verifying Checksum [2022-12-13T21:57:02.432Z] 9b18e9b68314: Download complete [2022-12-13T21:57:03.424Z] 9b18e9b68314: Pull complete [2022-12-13T21:57:03.698Z] 891c053d2c06: Verifying Checksum [2022-12-13T21:57:03.698Z] 891c053d2c06: Download complete [2022-12-13T21:57:03.973Z] 35d82f9e3411: Pull complete [2022-12-13T21:57:04.569Z] e16973657156: Pull complete [2022-12-13T21:57:05.159Z] db1c61fa0a46: Verifying Checksum [2022-12-13T21:57:05.159Z] db1c61fa0a46: Download complete [2022-12-13T21:57:05.753Z] fc693d55d65f: Download complete [2022-12-13T21:57:18.965Z] fc693d55d65f: Pull complete [2022-12-13T21:57:18.965Z] 7e9fc2657dce: Pull complete [2022-12-13T21:57:18.965Z] dda99020689f: Pull complete [2022-12-13T21:57:27.201Z] db1c61fa0a46: Pull complete [2022-12-13T21:57:28.174Z] 891c053d2c06: Pull complete [2022-12-13T21:57:28.174Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2022-12-13T21:57:28.174Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-12-13T21:57:28.174Z] ---> f96f9c87975a [2022-12-13T21:57:28.174Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-12-13T21:57:30.130Z] ---> Running in eaaeb8694787 [2022-12-13T21:57:30.399Z] Removing intermediate container eaaeb8694787 [2022-12-13T21:57:30.399Z] ---> e3d59fbaac82 [2022-12-13T21:57:30.399Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-12-13T21:57:30.399Z] ---> Running in 1aad40217d5a [2022-12-13T21:57:30.669Z] Removing intermediate container 1aad40217d5a [2022-12-13T21:57:30.669Z] ---> ef02980aca09 [2022-12-13T21:57:30.669Z] Step 5/13 : ARG ADD_BUILD_TAGS="" [2022-12-13T21:57:30.938Z] ---> Running in 2ba50d15d083 [2022-12-13T21:57:31.205Z] Removing intermediate container 2ba50d15d083 [2022-12-13T21:57:31.205Z] ---> c0b85ece99f4 [2022-12-13T21:57:31.205Z] Step 6/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-12-13T21:57:31.205Z] ---> Running in 0b5cf82b8d29 [2022-12-13T21:57:31.480Z] Removing intermediate container 0b5cf82b8d29 [2022-12-13T21:57:31.480Z] ---> 6af4528882a3 [2022-12-13T21:57:31.480Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-12-13T21:57:31.754Z] ---> Running in 34147988b5dd [2022-12-13T21:57:32.727Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-12-13T21:57:32.996Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-12-13T21:57:33.961Z] OK: 221 MiB in 51 packages [2022-12-13T21:57:34.931Z] Removing intermediate container 34147988b5dd [2022-12-13T21:57:34.931Z] ---> afae1e3c66e6 [2022-12-13T21:57:34.931Z] Step 8/13 : WORKDIR /app [2022-12-13T21:57:34.931Z] ---> Running in 0b9bbea26c77 [2022-12-13T21:57:35.203Z] Removing intermediate container 0b9bbea26c77 [2022-12-13T21:57:35.203Z] ---> 1179a6e7dacd [2022-12-13T21:57:35.203Z] Step 9/13 : COPY go.mod vendor* ./ [2022-12-13T21:57:35.792Z] ---> 58b99ca3c5c3 [2022-12-13T21:57:35.792Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-13T21:57:35.792Z] ---> Running in ab819d4d16b3 [2022-12-13T21:58:32.217Z] Removing intermediate container ab819d4d16b3 [2022-12-13T21:58:32.217Z] ---> fc71d42df03b [2022-12-13T21:58:32.217Z] Step 11/13 : COPY . . [2022-12-13T21:58:32.217Z] ---> a337c8d56b17 [2022-12-13T21:58:32.217Z] Step 12/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-12-13T21:58:32.217Z] ---> Running in 535ff27b1f04 [2022-12-13T21:58:32.217Z] Removing intermediate container 535ff27b1f04 [2022-12-13T21:58:32.217Z] ---> 318116946bab [2022-12-13T21:58:32.217Z] Step 13/13 : RUN $MAKE [2022-12-13T21:58:32.217Z] ---> Running in 0249f984a4c2 [2022-12-13T21:58:32.217Z] noop [2022-12-13T21:58:32.484Z] Removing intermediate container 0249f984a4c2 [2022-12-13T21:58:32.484Z] ---> 2e5243d027a3 [2022-12-13T21:58:32.484Z] Successfully built 2e5243d027a3 [2022-12-13T21:58:32.484Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T21:58:32.952Z] + docker inspect -f . ci-base-image-arm64 [2022-12-13T21:58:32.952Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-13T21:58:33.196Z] prd-ubuntu20.04-docker-arm64-4c-16g-121135 does not seem to be running inside a container [2022-12-13T21:58:33.260Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2022-12-13T21:58:34.405Z] $ docker top af4ad1a26d28974d4ae7963802cc3cd413479ebeabb38bd91d085fed50e9134d -eo pid,comm [Pipeline] { [Pipeline] sh [2022-12-13T21:58:35.276Z] + go version [2022-12-13T21:58:35.276Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-12-13T21:58:35.311Z] $ docker stop --time=1 af4ad1a26d28974d4ae7963802cc3cd413479ebeabb38bd91d085fed50e9134d [2022-12-13T21:58:36.909Z] $ docker rm -f af4ad1a26d28974d4ae7963802cc3cd413479ebeabb38bd91d085fed50e9134d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T21:58:37.745Z] + docker inspect -f . ci-base-image-arm64 [2022-12-13T21:58:37.745Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-13T21:58:37.973Z] prd-ubuntu20.04-docker-arm64-4c-16g-121135 does not seem to be running inside a container [2022-12-13T21:58:38.038Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2022-12-13T21:58:39.135Z] $ docker top 67c81434db3799b9d890357bd405afc7835997ab7ccfd476114fee84aed554db -eo pid,comm [Pipeline] { [Pipeline] sh [2022-12-13T21:58:39.674Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh [2022-12-13T21:58:40.320Z] + make test [2022-12-13T21:58:40.320Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-12-13T22:00:01.974Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-12-13T22:00:01.974Z] CGO_ENABLED=1 go vet ./... [2022-12-13T22:00:24.052Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-12-13T22:00:24.052Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-12-13T22:00:24.052Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-12-13T22:00:24.088Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-12-13T22:00:24.118Z] $ docker stop --time=1 67c81434db3799b9d890357bd405afc7835997ab7ccfd476114fee84aed554db [2022-12-13T22:00:25.861Z] $ docker rm -f 67c81434db3799b9d890357bd405afc7835997ab7ccfd476114fee84aed554db [Pipeline] // withDockerContainer [Pipeline] sh [2022-12-13T22:00:26.842Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-12-13T22:00:26.877Z] Warning: overwriting stash ‘coverage-report’ [2022-12-13T22:00:27.313Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-12-13T22:00:27.889Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-12-13T22:00:28.229Z] + ls -al . [2022-12-13T22:00:28.229Z] total 180 [2022-12-13T22:00:28.229Z] drwxrwxr-x 7 jenkins jenkins 4096 Dec 13 21:58 . [2022-12-13T22:00:28.229Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 13 21:56 .. [2022-12-13T22:00:28.229Z] -rw-rw-r-- 1 jenkins jenkins 119 Dec 13 21:56 .dockerignore [2022-12-13T22:00:28.229Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 13 21:56 .git [2022-12-13T22:00:28.229Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 13 21:56 .github [2022-12-13T22:00:28.229Z] -rw-rw-r-- 1 jenkins jenkins 171 Dec 13 21:56 .gitignore [2022-12-13T22:00:28.229Z] -rw-rw-r-- 1 jenkins jenkins 9207 Dec 13 21:56 Attribution.txt [2022-12-13T22:00:28.229Z] -rw-rw-r-- 1 jenkins jenkins 29118 Dec 13 21:56 CHANGELOG.md [2022-12-13T22:00:28.229Z] -rw-rw-r-- 1 jenkins jenkins 2058 Dec 13 21:56 Dockerfile [2022-12-13T22:00:28.229Z] -rw-rw-r-- 1 jenkins jenkins 677 Dec 13 21:56 GOVERNANCE.md [2022-12-13T22:00:28.229Z] -rw-rw-r-- 1 jenkins jenkins 688 Dec 13 21:56 Jenkinsfile [2022-12-13T22:00:28.229Z] -rw-rw-r-- 1 jenkins jenkins 10174 Dec 13 21:56 LICENSE [2022-12-13T22:00:28.229Z] -rw-rw-r-- 1 jenkins jenkins 618 Dec 13 21:56 OWNERS.md [2022-12-13T22:00:28.229Z] -rw-rw-r-- 1 jenkins jenkins 4369 Dec 13 21:56 README.md [2022-12-13T22:00:28.229Z] -rw-rw-r-- 1 jenkins jenkins 5 Dec 13 21:52 VERSION [2022-12-13T22:00:28.229Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 13 21:56 bin [2022-12-13T22:00:28.229Z] -rw-r--r-- 1 jenkins jenkins 10 Dec 13 21:58 coverage.out [2022-12-13T22:00:28.229Z] -rw-rw-r-- 1 jenkins jenkins 3396 Dec 13 21:56 go.mod [2022-12-13T22:00:28.229Z] -rw-rw-r-- 1 jenkins jenkins 44230 Dec 13 21:56 go.sum [2022-12-13T22:00:28.229Z] -rw-rw-r-- 1 jenkins jenkins 1949 Dec 13 21:56 main.go [2022-12-13T22:00:28.229Z] -rw-rw-r-- 1 jenkins jenkins 2185 Dec 13 21:56 makefile [2022-12-13T22:00:28.229Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 13 21:56 res [2022-12-13T22:00:28.229Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 13 21:56 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:00:28.648Z] + 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=5c99e1cd132ccc19edbcd18e483be06a1f5b21fe --label arch=arm64 --label version=0.0.0 . [2022-12-13T22:00:28.648Z] Sending build context to Docker daemon 218.6kB [2022-12-13T22:00:28.914Z] Step 1/27 : ARG BASE=golang:1.18-alpine3.16 [2022-12-13T22:00:28.914Z] Step 2/27 : FROM ${BASE} AS builder [2022-12-13T22:00:28.914Z] ---> 2e5243d027a3 [2022-12-13T22:00:28.914Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-12-13T22:00:28.914Z] ---> Running in 4c4abc82eb45 [2022-12-13T22:00:29.180Z] Removing intermediate container 4c4abc82eb45 [2022-12-13T22:00:29.180Z] ---> 8d4ad180b391 [2022-12-13T22:00:29.180Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-12-13T22:00:29.448Z] ---> Running in a29b403a5e1e [2022-12-13T22:00:29.719Z] Removing intermediate container a29b403a5e1e [2022-12-13T22:00:29.719Z] ---> c4319219416a [2022-12-13T22:00:29.719Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2022-12-13T22:00:29.719Z] ---> Running in ed46c1c7aaee [2022-12-13T22:00:29.989Z] Removing intermediate container ed46c1c7aaee [2022-12-13T22:00:29.989Z] ---> aa7f2b02b855 [2022-12-13T22:00:29.989Z] Step 6/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-12-13T22:00:29.989Z] ---> Running in 13eaa5b715cd [2022-12-13T22:00:30.259Z] Removing intermediate container 13eaa5b715cd [2022-12-13T22:00:30.259Z] ---> 353f09a1a3e6 [2022-12-13T22:00:30.260Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-12-13T22:00:30.530Z] ---> Running in 924de3f84c8a [2022-12-13T22:00:31.497Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-12-13T22:00:31.766Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-12-13T22:00:32.732Z] OK: 221 MiB in 51 packages [2022-12-13T22:00:33.328Z] Removing intermediate container 924de3f84c8a [2022-12-13T22:00:33.328Z] ---> 56ae495afe41 [2022-12-13T22:00:33.328Z] Step 8/27 : WORKDIR /app [2022-12-13T22:00:33.328Z] ---> Running in 125cf27fc589 [2022-12-13T22:00:33.598Z] Removing intermediate container 125cf27fc589 [2022-12-13T22:00:33.598Z] ---> e767889a3309 [2022-12-13T22:00:33.598Z] Step 9/27 : COPY go.mod vendor* ./ [2022-12-13T22:00:34.183Z] ---> 6d0e0eb11ec2 [2022-12-13T22:00:34.183Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-13T22:00:34.183Z] ---> Running in 888250c21311 [2022-12-13T22:00:36.768Z] Removing intermediate container 888250c21311 [2022-12-13T22:00:36.768Z] ---> 20e2bb68cd2d [2022-12-13T22:00:36.768Z] Step 11/27 : COPY . . [2022-12-13T22:00:37.035Z] ---> b26e9e1bd158 [2022-12-13T22:00:37.035Z] Step 12/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-12-13T22:00:37.035Z] ---> Running in f83ada60c4a6 [2022-12-13T22:00:37.305Z] Removing intermediate container f83ada60c4a6 [2022-12-13T22:00:37.305Z] ---> c17cdd0d72bc [2022-12-13T22:00:37.305Z] Step 13/27 : RUN $MAKE [2022-12-13T22:00:37.574Z] ---> Running in 1d7356f63f32 [2022-12-13T22:00:38.543Z] CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.6 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-12-13T22:03:15.287Z] Removing intermediate container 1d7356f63f32 [2022-12-13T22:03:15.287Z] ---> 4ce5b83f7d68 [2022-12-13T22:03:15.287Z] Step 14/27 : FROM alpine:3.16 [2022-12-13T22:03:15.287Z] 3.16: Pulling from library/alpine [2022-12-13T22:03:15.287Z] 6875df1f5354: Pulling fs layer [2022-12-13T22:03:15.287Z] 6875df1f5354: Verifying Checksum [2022-12-13T22:03:15.287Z] 6875df1f5354: Download complete [2022-12-13T22:03:15.287Z] 6875df1f5354: Pull complete [2022-12-13T22:03:15.287Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2022-12-13T22:03:15.287Z] Status: Downloaded newer image for alpine:3.16 [2022-12-13T22:03:15.287Z] ---> 2b4661558fb8 [2022-12-13T22:03:15.287Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-12-13T22:03:15.287Z] ---> Running in f8083dc22e3d [2022-12-13T22:03:15.287Z] Removing intermediate container f8083dc22e3d [2022-12-13T22:03:15.287Z] ---> a7cf5190c78e [2022-12-13T22:03:15.287Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-12-13T22:03:15.287Z] ---> Running in 020b98cf729e [2022-12-13T22:03:15.287Z] Removing intermediate container 020b98cf729e [2022-12-13T22:03:15.287Z] ---> 868346dece5a [2022-12-13T22:03:15.287Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-12-13T22:03:15.287Z] ---> Running in 9e9b1ff3f41d [2022-12-13T22:03:16.252Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-12-13T22:03:16.520Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-12-13T22:03:17.934Z] (1/7) Installing ca-certificates (20220614-r0) [2022-12-13T22:03:17.934Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-12-13T22:03:17.934Z] (3/7) Installing libgcc (11.2.1_git20220219-r2) [2022-12-13T22:03:17.934Z] (4/7) Installing libsodium (1.0.18-r0) [2022-12-13T22:03:17.934Z] (5/7) Installing libstdc++ (11.2.1_git20220219-r2) [2022-12-13T22:03:17.934Z] (6/7) Installing libzmq (4.3.4-r0) [2022-12-13T22:03:17.934Z] (7/7) Installing zeromq (4.3.4-r0) [2022-12-13T22:03:17.934Z] Executing busybox-1.35.0-r17.trigger [2022-12-13T22:03:17.934Z] Executing ca-certificates-20220614-r0.trigger [2022-12-13T22:03:17.934Z] OK: 9 MiB in 21 packages [2022-12-13T22:03:19.345Z] Removing intermediate container 9e9b1ff3f41d [2022-12-13T22:03:19.345Z] ---> 41e391f8957d [2022-12-13T22:03:19.345Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-12-13T22:03:19.938Z] ---> 9084554d5035 [2022-12-13T22:03:19.938Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-12-13T22:03:20.204Z] ---> 7ed868c59add [2022-12-13T22:03:20.204Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-12-13T22:03:20.790Z] ---> 7fe44fdc2553 [2022-12-13T22:03:20.790Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-12-13T22:03:22.199Z] ---> 8869807869aa [2022-12-13T22:03:22.199Z] Step 22/27 : EXPOSE 48095 [2022-12-13T22:03:22.199Z] ---> Running in 3f0b1b3a529a [2022-12-13T22:03:22.466Z] Removing intermediate container 3f0b1b3a529a [2022-12-13T22:03:22.466Z] ---> d5ba7bae6906 [2022-12-13T22:03:22.466Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-12-13T22:03:22.738Z] ---> Running in 93859c706afe [2022-12-13T22:03:23.006Z] Removing intermediate container 93859c706afe [2022-12-13T22:03:23.006Z] ---> 453d9d397d02 [2022-12-13T22:03:23.006Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-12-13T22:03:23.006Z] ---> Running in 0690b5f7c0ba [2022-12-13T22:03:23.274Z] Removing intermediate container 0690b5f7c0ba [2022-12-13T22:03:23.274Z] ---> 4574902d3285 [2022-12-13T22:03:23.274Z] Step 25/27 : LABEL arch=arm64 [2022-12-13T22:03:23.274Z] ---> Running in 41b559573409 [2022-12-13T22:03:23.542Z] Removing intermediate container 41b559573409 [2022-12-13T22:03:23.542Z] ---> c3c1ffa699ff [2022-12-13T22:03:23.542Z] Step 26/27 : LABEL git_sha=5c99e1cd132ccc19edbcd18e483be06a1f5b21fe [2022-12-13T22:03:23.811Z] ---> Running in e0cd582b4578 [2022-12-13T22:03:24.080Z] Removing intermediate container e0cd582b4578 [2022-12-13T22:03:24.080Z] ---> 204866626dce [2022-12-13T22:03:24.080Z] Step 27/27 : LABEL version=0.0.0 [2022-12-13T22:03:24.080Z] ---> Running in 0205fd44996d [2022-12-13T22:03:24.348Z] Removing intermediate container 0205fd44996d [2022-12-13T22:03:24.348Z] ---> 97cf400cb667 [2022-12-13T22:03:24.348Z] [Warning] One or more build-args [ARCH] were not consumed [2022-12-13T22:03:24.348Z] Successfully built 97cf400cb667 [2022-12-13T22:03:24.348Z] Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:03:25.178Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-12-13T22:03:25.178Z] [2022-12-13T22:03:25.178Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:03:25.579Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-12-13T22:03:25.579Z] arm64: Pulling from edgex-lftools-log-publisher [2022-12-13T22:03:25.579Z] 8998bd30e6a1: Pulling fs layer [2022-12-13T22:03:25.579Z] 04944245beec: Pulling fs layer [2022-12-13T22:03:25.579Z] 699f458cf7ca: Pulling fs layer [2022-12-13T22:03:25.579Z] 765212b225bb: Pulling fs layer [2022-12-13T22:03:25.579Z] f23df028b6ca: Pulling fs layer [2022-12-13T22:03:25.579Z] 765212b225bb: Waiting [2022-12-13T22:03:25.579Z] d65c8cfc05b1: Pulling fs layer [2022-12-13T22:03:25.579Z] 2437ff75d9bd: Pulling fs layer [2022-12-13T22:03:25.579Z] f23df028b6ca: Waiting [2022-12-13T22:03:25.579Z] d65c8cfc05b1: Waiting [2022-12-13T22:03:25.579Z] 2437ff75d9bd: Waiting [2022-12-13T22:03:25.849Z] 04944245beec: Verifying Checksum [2022-12-13T22:03:25.849Z] 04944245beec: Download complete [2022-12-13T22:03:25.849Z] 765212b225bb: Download complete [2022-12-13T22:03:25.849Z] f23df028b6ca: Verifying Checksum [2022-12-13T22:03:25.849Z] f23df028b6ca: Download complete [2022-12-13T22:03:25.849Z] d65c8cfc05b1: Verifying Checksum [2022-12-13T22:03:25.849Z] d65c8cfc05b1: Download complete [2022-12-13T22:03:26.121Z] 699f458cf7ca: Verifying Checksum [2022-12-13T22:03:26.121Z] 699f458cf7ca: Download complete [2022-12-13T22:03:26.388Z] 8998bd30e6a1: Verifying Checksum [2022-12-13T22:03:26.388Z] 8998bd30e6a1: Download complete [2022-12-13T22:03:29.152Z] 2437ff75d9bd: Verifying Checksum [2022-12-13T22:03:29.152Z] 2437ff75d9bd: Download complete [2022-12-13T22:03:30.614Z] 8998bd30e6a1: Pull complete [2022-12-13T22:03:31.223Z] 04944245beec: Pull complete [2022-12-13T22:03:32.630Z] 699f458cf7ca: Pull complete [2022-12-13T22:03:32.630Z] 765212b225bb: Pull complete [2022-12-13T22:03:33.591Z] f23df028b6ca: Pull complete [2022-12-13T22:03:33.591Z] d65c8cfc05b1: Pull complete [2022-12-13T22:03:48.586Z] 2437ff75d9bd: Pull complete [2022-12-13T22:03:48.586Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-12-13T22:03:48.586Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-12-13T22:03:48.586Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-13T22:03:48.908Z] prd-ubuntu20.04-docker-arm64-4c-16g-121135 does not seem to be running inside a container [2022-12-13T22:03:48.976Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-12-13T22:03:51.671Z] $ docker top 9231b0c9ed0f3a11f115cc7a76ccaed84710faccd188fe1b7c518cebaf569b28 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-13T22:03:52.582Z] ---> job-cost.sh [2022-12-13T22:03:52.582Z] lf-activate-venv: SKIPPING [2022-12-13T22:03:52.582Z] INFO: No Stack... [2022-12-13T22:03:52.848Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-12-13T22:03:53.809Z] INFO: Archiving Costs [Pipeline] sh [2022-12-13T22:03:54.470Z] + cat /w/workspace/app-service-configurable/1/archives/cost.csv [2022-12-13T22:03:54.470Z] + cut -d, -f6 [Pipeline] lock [2022-12-13T22:03:54.564Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-491-1-stack-cost] [2022-12-13T22:03:54.568Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-491-1-stack-cost] did not exist. Created. [2022-12-13T22:03:54.568Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-491-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-12-13T22:03:55.288Z] /w/workspace/app-service-configurable/1@tmp/durable-04af9a58/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-12-13T22:03:55.955Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-12-13T22:03:55.991Z] Warning: overwriting stash ‘stack-cost’ [2022-12-13T22:03:56.043Z] Stashed 1 file(s) [Pipeline] } [2022-12-13T22:03:56.058Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-491-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-12-13T22:03:56.129Z] $ docker stop --time=1 9231b0c9ed0f3a11f115cc7a76ccaed84710faccd188fe1b7c518cebaf569b28 [2022-12-13T22:03:57.602Z] $ docker rm -f 9231b0c9ed0f3a11f115cc7a76ccaed84710faccd188fe1b7c518cebaf569b28 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-12-13T22:03:58.620Z] provisioning config files... [2022-12-13T22:03:58.628Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-491@tmp/config6831980840977958191tmp [Pipeline] { [Pipeline] sh [2022-12-13T22:03:58.958Z] + set +x [2022-12-13T22:03:58.958Z] + curl -s https://codecov.io/bash [2022-12-13T22:03:58.958Z] + bash -s -- [2022-12-13T22:03:58.958Z] [2022-12-13T22:03:58.958Z] _____ _ [2022-12-13T22:03:58.958Z] / ____| | | [2022-12-13T22:03:58.958Z] | | ___ __| | ___ ___ _____ __ [2022-12-13T22:03:58.958Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-12-13T22:03:58.958Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-12-13T22:03:58.958Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-12-13T22:03:58.958Z] Bash-1.0.6 [2022-12-13T22:03:58.958Z] [2022-12-13T22:03:58.958Z] [2022-12-13T22:03:58.958Z] ==> git version 2.25.1 found [2022-12-13T22:03:58.958Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-12-13T22:03:58.958Z] Release-Date: 2020-01-08 [2022-12-13T22:03:58.958Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-12-13T22:03:58.958Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-12-13T22:03:58.958Z] ==> Jenkins CI detected. [2022-12-13T22:03:58.958Z] current dir:  /w/workspace/_app-service-configurable_PR-491 [2022-12-13T22:03:58.958Z] project root: . [2022-12-13T22:03:58.958Z] --> token set from env [2022-12-13T22:03:58.958Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-12-13T22:03:58.958Z] ==> Running gcov in . (disable via -X gcov) [2022-12-13T22:03:58.958Z] ==> Python coveragepy not found [2022-12-13T22:03:58.958Z] ==> Searching for coverage reports in: [2022-12-13T22:03:58.958Z] + . [2022-12-13T22:03:58.958Z] -> Found 1 reports [2022-12-13T22:03:58.958Z] ==> Detecting git/mercurial file structure [2022-12-13T22:03:58.958Z] ==> Reading reports [2022-12-13T22:03:58.958Z] + ./coverage.out bytes=10 [2022-12-13T22:03:58.958Z] ==> Appending adjustments [2022-12-13T22:03:58.958Z] https://docs.codecov.io/docs/fixing-reports [2022-12-13T22:03:59.218Z] + Found adjustments [2022-12-13T22:03:59.218Z] ==> Gzipping contents [2022-12-13T22:03:59.218Z] 4.0K /tmp/codecov.LDx1CO.gz [2022-12-13T22:03:59.218Z] ==> Uploading reports [2022-12-13T22:03:59.218Z] url: https://codecov.io [2022-12-13T22:03:59.218Z] query: branch=PR-491&commit=5c99e1cd132ccc19edbcd18e483be06a1f5b21fe&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-491%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=491&job=&cmd_args= [2022-12-13T22:03:59.218Z] -> Pinging Codecov [2022-12-13T22:03:59.218Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-491&commit=5c99e1cd132ccc19edbcd18e483be06a1f5b21fe&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-491%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=491&job=&cmd_args= [2022-12-13T22:03:59.477Z] -> Uploading to [2022-12-13T22:03:59.477Z] https://storage.googleapis.com/codecov/v4/raw/2022-12-13/A97CA9966030D2A3747ED39772930CCE/5c99e1cd132ccc19edbcd18e483be06a1f5b21fe/2e30c24a-4bbb-4967-8b55-28932a57299b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221213%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221213T220359Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4369c32adbef5b4e528a04916aa95336fac1ebf612ff58e57b48e41e3a5297a3 [2022-12-13T22:03:59.477Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-12-13T22:03:59.477Z] Dload Upload Total Spent Left Speed [2022-12-13T22:03:59.737Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 527 0 0 100 527 0 2373 --:--:-- --:--:-- --:--:-- 2373 100 527 0 0 100 527 0 2242 --:--:-- --:--:-- --:--:-- 2233 [2022-12-13T22:03:59.737Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/5c99e1cd132ccc19edbcd18e483be06a1f5b21fe [Pipeline] } [2022-12-13T22:03:59.765Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-12-13T22:04:01.424Z] + [ -d /w/workspace/_app-service-configurable_PR-491/archives ] [2022-12-13T22:04:01.424Z] + ls -al /w/workspace/_app-service-configurable_PR-491/archives [2022-12-13T22:04:01.424Z] total 16 [2022-12-13T22:04:01.424Z] drwxr-xr-x 3 root root 4096 Dec 13 21:54 . [2022-12-13T22:04:01.424Z] drwxrwxr-x 9 jenkins jenkins 4096 Dec 13 21:54 .. [2022-12-13T22:04:01.424Z] drwxr-xr-x 2 root root 4096 Dec 13 21:54 cost [2022-12-13T22:04:01.424Z] -rw-r--r-- 1 root root 96 Dec 13 21:54 cost.csv [2022-12-13T22:04:01.424Z] + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-491/archives [2022-12-13T22:04:01.424Z] + ls -al /w/workspace/_app-service-configurable_PR-491/archives [2022-12-13T22:04:01.424Z] total 16 [2022-12-13T22:04:01.424Z] drwxr-xr-x 3 jenkins jenkins 4096 Dec 13 21:54 . [2022-12-13T22:04:01.424Z] drwxrwxr-x 9 jenkins jenkins 4096 Dec 13 21:54 .. [2022-12-13T22:04:01.424Z] drwxr-xr-x 2 jenkins jenkins 4096 Dec 13 21:54 cost [2022-12-13T22:04:01.424Z] -rw-r--r-- 1 jenkins jenkins 96 Dec 13 21:54 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-12-13T22:04:01.750Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-13T22:04:02.633Z] ---> package-listing.sh [2022-12-13T22:04:02.633Z] ++ facter osfamily [2022-12-13T22:04:02.633Z] ++ tr '[:upper:]' '[:lower:]' [2022-12-13T22:04:02.891Z] + OS_FAMILY=debian [2022-12-13T22:04:02.891Z] + workspace=/w/workspace/_app-service-configurable_PR-491 [2022-12-13T22:04:02.891Z] + START_PACKAGES=/tmp/packages_start.txt [2022-12-13T22:04:02.891Z] + END_PACKAGES=/tmp/packages_end.txt [2022-12-13T22:04:02.891Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-12-13T22:04:02.891Z] + PACKAGES=/tmp/packages_start.txt [2022-12-13T22:04:02.891Z] + '[' /w/workspace/_app-service-configurable_PR-491 ']' [2022-12-13T22:04:02.891Z] + PACKAGES=/tmp/packages_end.txt [2022-12-13T22:04:02.891Z] + case "${OS_FAMILY}" in [2022-12-13T22:04:02.891Z] + dpkg -l [2022-12-13T22:04:02.891Z] + grep '^ii' [2022-12-13T22:04:02.891Z] + '[' -f /tmp/packages_start.txt ']' [2022-12-13T22:04:02.891Z] + '[' -f /tmp/packages_end.txt ']' [2022-12-13T22:04:02.891Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-12-13T22:04:02.891Z] + '[' /w/workspace/_app-service-configurable_PR-491 ']' [2022-12-13T22:04:02.891Z] + mkdir -p /w/workspace/_app-service-configurable_PR-491/archives/ [2022-12-13T22:04:02.891Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-491/archives/ [Pipeline] echo [2022-12-13T22:04:02.923Z] 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-491/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-12-13T22:04:03.211Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:04:03.833Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-12-13T22:04:03.833Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-13T22:04:03.986Z] prd-ubuntu20.04-docker-8c-8g-121134 does not seem to be running inside a container [2022-12-13T22:04:04.021Z] $ 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-491/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-491 -v /w/workspace/_app-service-configurable_PR-491:/w/workspace/_app-service-configurable_PR-491:rw,z -v /w/workspace/_app-service-configurable_PR-491@tmp:/w/workspace/_app-service-configurable_PR-491@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 [2022-12-13T22:04:04.207Z] $ docker top 5ae9c1aee3d83c70ebfaeb19bd6f933a61abfa5f89a0feab412acea9187f0df9 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-12-13T22:04:04.578Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-12-13T22:04:04.882Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-12-13T22:04:05.187Z] + ls /var/log/sa-host [2022-12-13T22:04:05.187Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-12-13T22:04:05.392Z] provisioning config files... [2022-12-13T22:04:05.401Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-491@tmp/config8827756033767105246tmp [Pipeline] { [Pipeline] echo [2022-12-13T22:04:05.448Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-13T22:04:05.757Z] ---> create-netrc.sh [Pipeline] } [2022-12-13T22:04:05.783Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-12-13T22:04:06.186Z] ---> python-tools-install.sh [Pipeline] echo [2022-12-13T22:04:06.218Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-13T22:04:06.531Z] ---> sudo-logs.sh [2022-12-13T22:04:06.531Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-12-13T22:04:06.608Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-13T22:04:06.911Z] ---> job-cost.sh [2022-12-13T22:04:06.911Z] lf-activate-venv: SKIPPING [2022-12-13T22:04:06.911Z] DEBUG: total: 0.2199999988079071 [2022-12-13T22:04:06.911Z] INFO: Retrieving Stack Cost... [2022-12-13T22:04:07.170Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-12-13T22:04:07.737Z] INFO: Archiving Costs [Pipeline] echo [2022-12-13T22:04:07.775Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-13T22:04:08.079Z] ---> logs-deploy.sh [2022-12-13T22:04:08.079Z] lf-activate-venv: SKIPPING [2022-12-13T22:04:08.079Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-491/1 [2022-12-13T22:04:08.079Z] INFO: archiving workspace using pattern(s): [2022-12-13T22:04:09.014Z] Archives upload complete. [2022-12-13T22:04:09.014Z] INFO: archiving logs to Nexus