Pull request #512 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 b90b60d9039cdebbffc33f164a3d8ab495b7db8f+851ef8fe5923146d6289fc7ea8cc90540e526b47 (95edb76a4bbf8a2205e4f968c5899882554caf8c) 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-ssh8585769414706144346.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-ssh15837228418424114815.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-512/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-512/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13967806105675233108.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-512/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14555295491428699618.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-ssh13340534608083182922.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-512/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-512/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3908232760107328324.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 ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-5025 in /w/workspace/_app-service-configurable_PR-512 [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-512 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/512/head:refs/remotes/origin/PR-512 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 851ef8fe5923146d6289fc7ea8cc90540e526b47 into PR head commit b90b60d9039cdebbffc33f164a3d8ab495b7db8f Merge succeeded, producing b90b60d9039cdebbffc33f164a3d8ab495b7db8f Checking out Revision b90b60d9039cdebbffc33f164a3d8ab495b7db8f (PR-512) > git config core.sparsecheckout # timeout=10 > git checkout -f b90b60d9039cdebbffc33f164a3d8ab495b7db8f # 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 851ef8fe5923146d6289fc7ea8cc90540e526b47 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b90b60d9039cdebbffc33f164a3d8ab495b7db8f # timeout=10 Commit message: "refactor!: Update message bus topic wild cards" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-07T23:12:23.389Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-07T23:12:23.675Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-07T23:12:23.770Z] ========================================================= [2023-02-07T23:12:23.770Z] EdgeX Global Pipelines Version Info [2023-02-07T23:12:23.770Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-07T23:12:24.538Z] ------------------- [2023-02-07T23:12:24.538Z] stable info: [2023-02-07T23:12:24.538Z] ------------------- [2023-02-07T23:12:24.538Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-07T23:12:24.538Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-07T23:12:24.538Z] Message: update stable to v1.0.244 [2023-02-07T23:12:25.109Z] ------------------- [2023-02-07T23:12:25.109Z] experimental info: [2023-02-07T23:12:25.109Z] ------------------- [2023-02-07T23:12:25.109Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-07T23:12:25.109Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-07T23:12:25.109Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-07T23:12:25.410Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2023-02-07T23:12:25.451Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2023-02-07T23:12:25.487Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-07T23:12:25.528Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-07T23:12:25.571Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-07T23:12:25.609Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-07T23:12:25.648Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-07T23:12:25.684Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-02-07T23:12:25.719Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-07T23:12:25.757Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-07T23:12:25.795Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-07T23:12:25.835Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2023-02-07T23:12:25.888Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-07T23:12:25.931Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-07T23:12:25.968Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-07T23:12:26.008Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-07T23:12:26.048Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-07T23:12:26.089Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-07T23:12:26.126Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-07T23:12:26.164Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-07T23:12:26.202Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-02-07T23:12:26.242Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-02-07T23:12:26.282Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-07T23:12:26.324Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-07T23:12:26.359Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-07T23:12:26.396Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-07T23:12:26.432Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-07T23:12:26.469Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-512 [Pipeline] echo [2023-02-07T23:12:26.506Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-512 [Pipeline] echo [2023-02-07T23:12:26.552Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-512 [Pipeline] echo [2023-02-07T23:12:26.593Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b90b60d9039cdebbffc33f164a3d8ab495b7db8f [Pipeline] echo [2023-02-07T23:12:26.630Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b90b60d [Pipeline] echo [2023-02-07T23:12:26.667Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-07T23:12:26.769Z] provisioning config files... [2023-02-07T23:12:26.783Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-512@tmp/config14097794321263526108tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T23:12:27.117Z] ---> docker-login.sh [2023-02-07T23:12:27.117Z] nexus3.edgexfoundry.org:10001 [2023-02-07T23:12:27.375Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T23:12:27.375Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T23:12:27.375Z] Configure a credential helper to remove this warning. See [2023-02-07T23:12:27.375Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T23:12:27.375Z] [2023-02-07T23:12:27.375Z] Login Succeeded [2023-02-07T23:12:27.375Z] nexus3.edgexfoundry.org:10002 [2023-02-07T23:12:27.375Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T23:12:27.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T23:12:27.634Z] Configure a credential helper to remove this warning. See [2023-02-07T23:12:27.634Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T23:12:27.634Z] [2023-02-07T23:12:27.634Z] Login Succeeded [2023-02-07T23:12:27.634Z] nexus3.edgexfoundry.org:10003 [2023-02-07T23:12:27.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T23:12:27.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T23:12:27.634Z] Configure a credential helper to remove this warning. See [2023-02-07T23:12:27.634Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T23:12:27.634Z] [2023-02-07T23:12:27.634Z] Login Succeeded [2023-02-07T23:12:27.634Z] nexus3.edgexfoundry.org:10004 [2023-02-07T23:12:27.894Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T23:12:27.894Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T23:12:27.894Z] Configure a credential helper to remove this warning. See [2023-02-07T23:12:27.894Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T23:12:27.894Z] [2023-02-07T23:12:27.894Z] Login Succeeded [2023-02-07T23:12:27.894Z] docker.io [2023-02-07T23:12:27.894Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T23:12:28.154Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T23:12:28.154Z] Configure a credential helper to remove this warning. See [2023-02-07T23:12:28.154Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T23:12:28.154Z] [2023-02-07T23:12:28.154Z] Login Succeeded [2023-02-07T23:12:28.154Z] ---> docker-login.sh ends [Pipeline] } [2023-02-07T23:12:28.179Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-07T23:12:28.759Z] + git rev-list -1 --merges b90b60d9039cdebbffc33f164a3d8ab495b7db8f~1..b90b60d9039cdebbffc33f164a3d8ab495b7db8f [Pipeline] echo [2023-02-07T23:12:28.823Z] -----------> git rev-list -1 --merges b90b60d9039cdebbffc33f164a3d8ab495b7db8f~1..b90b60d9039cdebbffc33f164a3d8ab495b7db8f b90b60d9039cdebbffc33f164a3d8ab495b7db8f [false] [Pipeline] sh [2023-02-07T23:12:29.138Z] + git log --format=format:%s -1 b90b60d9039cdebbffc33f164a3d8ab495b7db8f [Pipeline] echo [2023-02-07T23:12:29.179Z] ========================================================= [2023-02-07T23:12:29.179Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-07T23:12:29.179Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-07T23:12:29.591Z] + git log --format=format:%s -1 b90b60d9039cdebbffc33f164a3d8ab495b7db8f [Pipeline] echo [2023-02-07T23:12:29.624Z] [semverPrep] GIT_COMMIT: b90b60d9039cdebbffc33f164a3d8ab495b7db8f, Commit Message: refactor!: Update message bus topic wild cards [Pipeline] echo [2023-02-07T23:12:29.653Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-07T23:12:30.024Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-07T23:12:30.024Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-07T23:12:30.024Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-07T23:12:30.024Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-07T23:12:30.024Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-07T23:12:30.024Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-07T23:12:30.024Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T23:12:30.434Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T23:12:30.434Z] [2023-02-07T23:12:30.434Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T23:12:30.803Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T23:12:30.803Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-07T23:12:30.803Z] b85a868b505f: Pulling fs layer [2023-02-07T23:12:30.803Z] e2be974225ed: Pulling fs layer [2023-02-07T23:12:30.803Z] 339a4e72a1f5: Pulling fs layer [2023-02-07T23:12:30.803Z] 988bab9f4d93: Pulling fs layer [2023-02-07T23:12:30.803Z] 1469e6f7b9e6: Pulling fs layer [2023-02-07T23:12:30.803Z] eaf3925da568: Pulling fs layer [2023-02-07T23:12:30.803Z] bab4dde63d76: Pulling fs layer [2023-02-07T23:12:30.803Z] bde34c3a00c8: Pulling fs layer [2023-02-07T23:12:30.803Z] b352a97aabf1: Pulling fs layer [2023-02-07T23:12:30.803Z] 4872d77fe225: Pulling fs layer [2023-02-07T23:12:30.803Z] 5851b861e8e6: Pulling fs layer [2023-02-07T23:12:30.803Z] bab4dde63d76: Waiting [2023-02-07T23:12:30.803Z] bde34c3a00c8: Waiting [2023-02-07T23:12:30.803Z] 988bab9f4d93: Waiting [2023-02-07T23:12:30.803Z] 5851b861e8e6: Waiting [2023-02-07T23:12:30.803Z] b352a97aabf1: Waiting [2023-02-07T23:12:30.803Z] 4872d77fe225: Waiting [2023-02-07T23:12:30.803Z] 1469e6f7b9e6: Waiting [2023-02-07T23:12:30.803Z] eaf3925da568: Waiting [2023-02-07T23:12:30.803Z] e2be974225ed: Verifying Checksum [2023-02-07T23:12:30.803Z] e2be974225ed: Download complete [2023-02-07T23:12:30.803Z] 988bab9f4d93: Verifying Checksum [2023-02-07T23:12:30.804Z] 988bab9f4d93: Download complete [2023-02-07T23:12:31.102Z] 1469e6f7b9e6: Verifying Checksum [2023-02-07T23:12:31.102Z] 1469e6f7b9e6: Download complete [2023-02-07T23:12:31.102Z] 339a4e72a1f5: Verifying Checksum [2023-02-07T23:12:31.102Z] 339a4e72a1f5: Download complete [2023-02-07T23:12:31.102Z] eaf3925da568: Verifying Checksum [2023-02-07T23:12:31.102Z] eaf3925da568: Download complete [2023-02-07T23:12:31.102Z] bde34c3a00c8: Download complete [2023-02-07T23:12:31.364Z] b352a97aabf1: Download complete [2023-02-07T23:12:31.364Z] 4872d77fe225: Verifying Checksum [2023-02-07T23:12:31.364Z] 4872d77fe225: Download complete [2023-02-07T23:12:31.364Z] 5851b861e8e6: Verifying Checksum [2023-02-07T23:12:31.364Z] 5851b861e8e6: Download complete [2023-02-07T23:12:31.364Z] b85a868b505f: Verifying Checksum [2023-02-07T23:12:31.364Z] b85a868b505f: Download complete [2023-02-07T23:12:31.622Z] bab4dde63d76: Verifying Checksum [2023-02-07T23:12:31.622Z] bab4dde63d76: Download complete [2023-02-07T23:12:32.561Z] b85a868b505f: Pull complete [2023-02-07T23:12:32.820Z] e2be974225ed: Pull complete [2023-02-07T23:12:33.391Z] 339a4e72a1f5: Pull complete [2023-02-07T23:12:33.650Z] 988bab9f4d93: Pull complete [2023-02-07T23:12:33.908Z] 1469e6f7b9e6: Pull complete [2023-02-07T23:12:34.166Z] eaf3925da568: Pull complete [2023-02-07T23:12:36.070Z] bab4dde63d76: Pull complete [2023-02-07T23:12:36.070Z] bde34c3a00c8: Pull complete [2023-02-07T23:12:36.639Z] b352a97aabf1: Pull complete [2023-02-07T23:12:36.898Z] 4872d77fe225: Pull complete [2023-02-07T23:12:37.467Z] 5851b861e8e6: Pull complete [2023-02-07T23:12:37.467Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-07T23:12:37.467Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T23:12:37.467Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T23:12:37.707Z] prd-ubuntu20.04-docker-8c-8g-5025 does not seem to be running inside a container [2023-02-07T23:12:37.738Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-512 -v /w/workspace/_app-service-configurable_PR-512:/w/workspace/_app-service-configurable_PR-512:rw,z -v /w/workspace/_app-service-configurable_PR-512@tmp:/w/workspace/_app-service-configurable_PR-512@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-07T23:12:41.517Z] $ docker top 07baefe3506a979bc13e62f72c17515c1712ed85ef1826bc806569fe473acf83 -eo pid,comm [2023-02-07T23:12:41.570Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-07T23:12:41.570Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-07T23:12:41.695Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-07T23:12:41.695Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-07T23:12:41.807Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-07T23:12:41.812Z] $ docker exec 07baefe3506a979bc13e62f72c17515c1712ed85ef1826bc806569fe473acf83 ssh-agent [2023-02-07T23:12:41.934Z] SSH_AUTH_SOCK=/tmp/ssh-pkzl5Fa6evwC/agent.32 [2023-02-07T23:12:41.934Z] SSH_AGENT_PID=38 [2023-02-07T23:12:41.940Z] Running ssh-add (command line suppressed) [2023-02-07T23:12:42.046Z] Identity added: /w/workspace/_app-service-configurable_PR-512@tmp/private_key_2471413805519061969.key (/w/workspace/_app-service-configurable_PR-512@tmp/private_key_2471413805519061969.key) [2023-02-07T23:12:42.059Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-07T23:12:42.397Z] + git tag --points-at HEAD [Pipeline] } [2023-02-07T23:12:42.426Z] $ docker exec --env ******** --env ******** 07baefe3506a979bc13e62f72c17515c1712ed85ef1826bc806569fe473acf83 ssh-agent -k [2023-02-07T23:12:42.551Z] unset SSH_AUTH_SOCK; [2023-02-07T23:12:42.552Z] unset SSH_AGENT_PID; [2023-02-07T23:12:42.552Z] echo Agent pid 38 killed; [2023-02-07T23:12:42.559Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-07T23:12:42.647Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-07T23:12:42.647Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-07T23:12:42.759Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-07T23:12:42.764Z] $ docker exec 07baefe3506a979bc13e62f72c17515c1712ed85ef1826bc806569fe473acf83 ssh-agent [2023-02-07T23:12:42.888Z] SSH_AUTH_SOCK=/tmp/ssh-iiOjszV0Ccsh/agent.70 [2023-02-07T23:12:42.888Z] SSH_AGENT_PID=76 [2023-02-07T23:12:42.892Z] Running ssh-add (command line suppressed) [2023-02-07T23:12:43.002Z] Identity added: /w/workspace/_app-service-configurable_PR-512@tmp/private_key_4081467634777420262.key (/w/workspace/_app-service-configurable_PR-512@tmp/private_key_4081467634777420262.key) [2023-02-07T23:12:43.017Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-07T23:12:43.347Z] + git semver init [2023-02-07T23:12:43.607Z] 2023-02-07 23:12:43,537 [run_init] DEBUG init version:0.0.0 force:False [2023-02-07T23:12:43.607Z] 2023-02-07 23:12:43,538 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-512/.semver [2023-02-07T23:12:43.607Z] 2023-02-07 23:12:43,538 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-512/.semver [2023-02-07T23:12:43.607Z] 2023-02-07 23:12:43,538 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-512/.semver'], cwd=/w/workspace/_app-service-configurable_PR-512, universal_newlines=False, shell=None, istream=None) [2023-02-07T23:12:44.984Z] 2023-02-07 23:12:44,943 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-512/.git/info/exclude [2023-02-07T23:12:44.984Z] 2023-02-07 23:12:44,944 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-512/.semver/PR-512 with force:False [2023-02-07T23:12:44.984Z] 2023-02-07 23:12:44,944 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-512/.semver/PR-512 [2023-02-07T23:12:44.984Z] 2023-02-07 23:12:44,948 [execute] INFO git cat-file --batch-check [2023-02-07T23:12:44.984Z] 2023-02-07 23:12:44,949 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-512/.semver, universal_newlines=False, shell=None, istream=) [2023-02-07T23:12:44.984Z] 2023-02-07 23:12:44,955 [execute] INFO git cat-file --batch [2023-02-07T23:12:44.984Z] 2023-02-07 23:12:44,955 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-512/.semver, universal_newlines=False, shell=None, istream=) [2023-02-07T23:12:44.984Z] 2023-02-07 23:12:44,961 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-512/.semver/PR-512 [2023-02-07T23:12:44.984Z] 0.0.0 [Pipeline] } [2023-02-07T23:12:45.015Z] $ docker exec --env ******** --env ******** 07baefe3506a979bc13e62f72c17515c1712ed85ef1826bc806569fe473acf83 ssh-agent -k [2023-02-07T23:12:45.115Z] unset SSH_AUTH_SOCK; [2023-02-07T23:12:45.115Z] unset SSH_AGENT_PID; [2023-02-07T23:12:45.116Z] echo Agent pid 76 killed; [2023-02-07T23:12:45.122Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-07T23:12:45.603Z] + git semver [Pipeline] } [2023-02-07T23:12:45.887Z] $ docker stop --time=1 07baefe3506a979bc13e62f72c17515c1712ed85ef1826bc806569fe473acf83 [2023-02-07T23:12:48.014Z] $ docker rm -f --volumes 07baefe3506a979bc13e62f72c17515c1712ed85ef1826bc806569fe473acf83 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-07T23:12:48.505Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-07T23:12:48.847Z] Stashed 1 file(s) [Pipeline] echo [2023-02-07T23:12:48.867Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-07T23:12:49.432Z] provisioning config files... [2023-02-07T23:12:49.441Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-512@tmp/config286594697887983335tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T23:12:49.812Z] ---> docker-login.sh [2023-02-07T23:12:49.812Z] nexus3.edgexfoundry.org:10001 [2023-02-07T23:12:49.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T23:12:49.812Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T23:12:49.812Z] Configure a credential helper to remove this warning. See [2023-02-07T23:12:49.812Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T23:12:49.812Z] [2023-02-07T23:12:49.812Z] Login Succeeded [2023-02-07T23:12:49.812Z] nexus3.edgexfoundry.org:10002 [2023-02-07T23:12:49.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T23:12:49.812Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T23:12:49.812Z] Configure a credential helper to remove this warning. See [2023-02-07T23:12:49.812Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T23:12:49.812Z] [2023-02-07T23:12:49.812Z] Login Succeeded [2023-02-07T23:12:49.812Z] nexus3.edgexfoundry.org:10003 [2023-02-07T23:12:50.090Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T23:12:50.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T23:12:50.090Z] Configure a credential helper to remove this warning. See [2023-02-07T23:12:50.090Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T23:12:50.090Z] [2023-02-07T23:12:50.090Z] Login Succeeded [2023-02-07T23:12:50.090Z] nexus3.edgexfoundry.org:10004 [2023-02-07T23:12:50.090Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T23:12:50.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T23:12:50.090Z] Configure a credential helper to remove this warning. See [2023-02-07T23:12:50.090Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T23:12:50.090Z] [2023-02-07T23:12:50.090Z] Login Succeeded [2023-02-07T23:12:50.090Z] docker.io [2023-02-07T23:12:50.369Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T23:12:50.369Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T23:12:50.369Z] Configure a credential helper to remove this warning. See [2023-02-07T23:12:50.369Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T23:12:50.369Z] [2023-02-07T23:12:50.369Z] Login Succeeded [2023-02-07T23:12:50.369Z] ---> docker-login.sh ends [Pipeline] } [2023-02-07T23:12:50.402Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-07T23:12:50.597Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T23:12:50.635Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T23:12:50.670Z] ========================================================= [2023-02-07T23:12:50.670Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-07T23:12:50.670Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T23:12:50.882Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5024 in /w/workspace/_app-service-configurable_PR-512 [Pipeline] { [Pipeline] ws [2023-02-07T23:12:50.976Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2023-02-07T23:12:51.050Z] Selected Git installation does not exist. Using Default [2023-02-07T23:12:51.050Z] The recommended git tool is: NONE [2023-02-07T23:12:51.168Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-07T23:12:51.169Z] Sending build context to Docker daemon 3.236MB [2023-02-07T23:12:51.169Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-07T23:12:51.169Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-07T23:12:51.431Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-07T23:12:51.431Z] 213ec9aee27d: Pulling fs layer [2023-02-07T23:12:51.431Z] 4583459ba037: Pulling fs layer [2023-02-07T23:12:51.431Z] 93c1e223e6f2: Pulling fs layer [2023-02-07T23:12:51.431Z] 53926ce57604: Pulling fs layer [2023-02-07T23:12:51.431Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-07T23:12:51.431Z] 22ff95d597cd: Pulling fs layer [2023-02-07T23:12:51.431Z] 12d6caf4c0d1: Pulling fs layer [2023-02-07T23:12:51.431Z] 96b7cbca73a9: Pulling fs layer [2023-02-07T23:12:51.431Z] a7acece74701: Pulling fs layer [2023-02-07T23:12:51.431Z] 21b2b0c7a3f4: Waiting [2023-02-07T23:12:51.431Z] 53926ce57604: Waiting [2023-02-07T23:12:51.431Z] 22ff95d597cd: Waiting [2023-02-07T23:12:51.431Z] 12d6caf4c0d1: Waiting [2023-02-07T23:12:51.431Z] 96b7cbca73a9: Waiting [2023-02-07T23:12:51.431Z] a7acece74701: Waiting [2023-02-07T23:12:51.431Z] 93c1e223e6f2: Verifying Checksum [2023-02-07T23:12:51.431Z] 93c1e223e6f2: Download complete [2023-02-07T23:12:51.431Z] 4583459ba037: Verifying Checksum [2023-02-07T23:12:51.431Z] 4583459ba037: Download complete [2023-02-07T23:12:51.431Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-07T23:12:51.431Z] 21b2b0c7a3f4: Download complete [2023-02-07T23:12:51.431Z] 22ff95d597cd: Verifying Checksum [2023-02-07T23:12:51.431Z] 22ff95d597cd: Download complete [2023-02-07T23:12:51.700Z] 213ec9aee27d: Verifying Checksum [2023-02-07T23:12:51.700Z] 213ec9aee27d: Download complete [2023-02-07T23:12:51.700Z] 12d6caf4c0d1: Download complete [2023-02-07T23:12:51.700Z] 213ec9aee27d: Pull complete [2023-02-07T23:12:51.978Z] 4583459ba037: Pull complete [2023-02-07T23:12:52.263Z] 93c1e223e6f2: Pull complete [2023-02-07T23:12:52.901Z] a7acece74701: Verifying Checksum [2023-02-07T23:12:52.901Z] a7acece74701: Download complete [2023-02-07T23:12:52.901Z] 53926ce57604: Verifying Checksum [2023-02-07T23:12:52.901Z] 53926ce57604: Download complete [2023-02-07T23:12:53.159Z] 96b7cbca73a9: Verifying Checksum [2023-02-07T23:12:53.159Z] 96b7cbca73a9: Download complete [2023-02-07T23:12:57.554Z] using credential edgex-jenkins-ssh [2023-02-07T23:12:57.578Z] Cloning the remote Git repository [2023-02-07T23:12:58.425Z] 53926ce57604: Pull complete [2023-02-07T23:12:58.426Z] 21b2b0c7a3f4: Pull complete [2023-02-07T23:12:58.426Z] 22ff95d597cd: Pull complete [2023-02-07T23:12:57.654Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2023-02-07T23:12:57.756Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2023-02-07T23:12:57.954Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-02-07T23:12:57.956Z] > git --version # timeout=10 [2023-02-07T23:12:57.978Z] > git --version # 'git version 2.25.1' [2023-02-07T23:12:57.981Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-07T23:12:58.058Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-07T23:12:58.995Z] 12d6caf4c0d1: Pull complete [2023-02-07T23:12:59.401Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-02-07T23:12:59.434Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-07T23:13:00.612Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-02-07T23:13:00.669Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-02-07T23:13:00.670Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-07T23:13:00.690Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/512/head:refs/remotes/origin/PR-512 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-02-07T23:13:01.375Z] Merging remotes/origin/main commit 851ef8fe5923146d6289fc7ea8cc90540e526b47 into PR head commit b90b60d9039cdebbffc33f164a3d8ab495b7db8f [2023-02-07T23:13:01.659Z] Merge succeeded, producing b90b60d9039cdebbffc33f164a3d8ab495b7db8f [2023-02-07T23:13:01.660Z] Checking out Revision b90b60d9039cdebbffc33f164a3d8ab495b7db8f (PR-512) [2023-02-07T23:13:02.306Z] 96b7cbca73a9: Pull complete [2023-02-07T23:13:02.568Z] a7acece74701: Pull complete [2023-02-07T23:13:02.568Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-07T23:13:02.568Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-07T23:13:02.568Z] ---> db6d94c90886 [2023-02-07T23:13:02.568Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-02-07T23:13:01.412Z] > git config core.sparsecheckout # timeout=10 [2023-02-07T23:13:01.439Z] > git checkout -f b90b60d9039cdebbffc33f164a3d8ab495b7db8f # timeout=10 [2023-02-07T23:13:01.538Z] > git remote # timeout=10 [2023-02-07T23:13:01.562Z] > git config --get remote.origin.url # timeout=10 [2023-02-07T23:13:01.591Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-07T23:13:01.612Z] > git merge 851ef8fe5923146d6289fc7ea8cc90540e526b47 # timeout=10 [2023-02-07T23:13:01.643Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-02-07T23:13:01.677Z] > git config core.sparsecheckout # timeout=10 [2023-02-07T23:13:01.692Z] > git checkout -f b90b60d9039cdebbffc33f164a3d8ab495b7db8f # timeout=10 [2023-02-07T23:13:05.361Z] Commit message: "refactor!: Update message bus topic wild cards" [2023-02-07T23:13:05.440Z] > git --version # timeout=10 [2023-02-07T23:13:05.458Z] > git --version # 'git version 2.25.1' [2023-02-07T23:13:05.482Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-07T23:13:06.687Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-07T23:13:06.687Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-07T23:13:06.687Z] Dload Upload Total Spent Left Speed [2023-02-07T23:13:06.687Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 197k 0 --:--:-- --:--:-- --:--:-- 200k [Pipeline] sh [2023-02-07T23:13:07.481Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-07T23:13:07.863Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-07T23:13:07.863Z] + sudo tee /etc/docker/daemon.new [2023-02-07T23:13:07.863Z] { [2023-02-07T23:13:07.863Z] "registry-mirrors": [ [2023-02-07T23:13:07.863Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-07T23:13:07.863Z] ], [2023-02-07T23:13:07.863Z] "bip": "10.250.0.254/24", [2023-02-07T23:13:07.863Z] "hosts": [ [2023-02-07T23:13:07.863Z] "tcp://0.0.0.0:5555", [2023-02-07T23:13:07.863Z] "unix:///var/run/docker.sock" [2023-02-07T23:13:07.863Z] ], [2023-02-07T23:13:07.863Z] "mtu": 1458, [2023-02-07T23:13:07.863Z] "selinux-enabled": true, [2023-02-07T23:13:07.863Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-07T23:13:07.863Z] } [Pipeline] sh [2023-02-07T23:13:08.223Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-07T23:13:08.583Z] + sudo service docker restart [2023-02-07T23:13:10.872Z] ---> Running in aeb02e176879 [2023-02-07T23:13:10.872Z] Removing intermediate container aeb02e176879 [2023-02-07T23:13:10.872Z] ---> f0ef9980f829 [2023-02-07T23:13:10.872Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-07T23:13:10.872Z] ---> Running in b78fe456a398 [2023-02-07T23:13:10.872Z] Removing intermediate container b78fe456a398 [2023-02-07T23:13:10.872Z] ---> ef3aa2f86ca1 [2023-02-07T23:13:10.872Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-02-07T23:13:10.872Z] ---> Running in a383d4fd5109 [2023-02-07T23:13:10.872Z] Removing intermediate container a383d4fd5109 [2023-02-07T23:13:10.872Z] ---> 3f1eaa9945ee [2023-02-07T23:13:10.872Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-07T23:13:10.872Z] ---> Running in b6a9d008f00a [2023-02-07T23:13:10.872Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T23:13:10.872Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T23:13:11.131Z] OK: 211 MiB in 51 packages [2023-02-07T23:13:11.391Z] Removing intermediate container b6a9d008f00a [2023-02-07T23:13:11.391Z] ---> 4120ae8d2ad6 [2023-02-07T23:13:11.391Z] Step 7/12 : WORKDIR /app [2023-02-07T23:13:11.391Z] ---> Running in dfa6421aebec [2023-02-07T23:13:11.650Z] Removing intermediate container dfa6421aebec [2023-02-07T23:13:11.650Z] ---> 658cbc596a9a [2023-02-07T23:13:11.650Z] Step 8/12 : COPY go.mod vendor* ./ [2023-02-07T23:13:11.650Z] ---> 431caa94ec5c [2023-02-07T23:13:11.650Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T23:13:11.650Z] ---> Running in a787c711385c [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-07T23:13:27.000Z] provisioning config files... [2023-02-07T23:13:27.033Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config7215901340320670146tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T23:13:27.445Z] ---> docker-login.sh [2023-02-07T23:13:27.445Z] nexus3.edgexfoundry.org:10001 [2023-02-07T23:13:28.043Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T23:13:28.043Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T23:13:28.043Z] Configure a credential helper to remove this warning. See [2023-02-07T23:13:28.043Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T23:13:28.043Z] [2023-02-07T23:13:28.043Z] Login Succeeded [2023-02-07T23:13:28.043Z] nexus3.edgexfoundry.org:10002 [2023-02-07T23:13:28.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T23:13:28.588Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T23:13:28.588Z] Configure a credential helper to remove this warning. See [2023-02-07T23:13:28.588Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T23:13:28.588Z] [2023-02-07T23:13:28.588Z] Login Succeeded [2023-02-07T23:13:28.588Z] nexus3.edgexfoundry.org:10003 [2023-02-07T23:13:28.861Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T23:13:28.861Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T23:13:28.861Z] Configure a credential helper to remove this warning. See [2023-02-07T23:13:28.861Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T23:13:28.861Z] [2023-02-07T23:13:28.861Z] Login Succeeded [2023-02-07T23:13:28.861Z] nexus3.edgexfoundry.org:10004 [2023-02-07T23:13:29.138Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T23:13:29.411Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T23:13:29.411Z] Configure a credential helper to remove this warning. See [2023-02-07T23:13:29.411Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T23:13:29.411Z] [2023-02-07T23:13:29.411Z] Login Succeeded [2023-02-07T23:13:29.411Z] docker.io [2023-02-07T23:13:29.684Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T23:13:29.956Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T23:13:29.956Z] Configure a credential helper to remove this warning. See [2023-02-07T23:13:29.956Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T23:13:29.956Z] [2023-02-07T23:13:29.956Z] Login Succeeded [2023-02-07T23:13:29.956Z] ---> docker-login.sh ends [Pipeline] } [2023-02-07T23:13:29.987Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-07T23:13:30.469Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T23:13:30.515Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T23:13:30.550Z] ========================================================= [2023-02-07T23:13:30.550Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-07T23:13:30.550Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T23:13:31.092Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-07T23:13:31.093Z] Sending build context to Docker daemon 203.8kB [2023-02-07T23:13:31.365Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-07T23:13:31.365Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-07T23:13:31.643Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-07T23:13:31.643Z] 9b18e9b68314: Pulling fs layer [2023-02-07T23:13:31.643Z] 35d82f9e3411: Pulling fs layer [2023-02-07T23:13:31.643Z] e16973657156: Pulling fs layer [2023-02-07T23:13:31.643Z] fc693d55d65f: Pulling fs layer [2023-02-07T23:13:31.643Z] 7e9fc2657dce: Pulling fs layer [2023-02-07T23:13:31.643Z] fc693d55d65f: Waiting [2023-02-07T23:13:31.643Z] dda99020689f: Pulling fs layer [2023-02-07T23:13:31.643Z] db1c61fa0a46: Pulling fs layer [2023-02-07T23:13:31.643Z] 891c053d2c06: Pulling fs layer [2023-02-07T23:13:31.643Z] dda99020689f: Waiting [2023-02-07T23:13:31.643Z] db1c61fa0a46: Waiting [2023-02-07T23:13:31.643Z] 7e9fc2657dce: Waiting [2023-02-07T23:13:31.643Z] 891c053d2c06: Waiting [2023-02-07T23:13:31.643Z] e16973657156: Verifying Checksum [2023-02-07T23:13:31.643Z] e16973657156: Download complete [2023-02-07T23:13:31.643Z] 35d82f9e3411: Download complete [2023-02-07T23:13:31.643Z] 7e9fc2657dce: Verifying Checksum [2023-02-07T23:13:31.643Z] 7e9fc2657dce: Download complete [2023-02-07T23:13:31.643Z] dda99020689f: Download complete [2023-02-07T23:13:31.643Z] 9b18e9b68314: Download complete [2023-02-07T23:13:32.640Z] 9b18e9b68314: Pull complete [2023-02-07T23:13:32.640Z] 891c053d2c06: Verifying Checksum [2023-02-07T23:13:32.640Z] 891c053d2c06: Download complete [2023-02-07T23:13:33.236Z] 35d82f9e3411: Pull complete [2023-02-07T23:13:33.513Z] e16973657156: Pull complete [2023-02-07T23:13:34.498Z] db1c61fa0a46: Verifying Checksum [2023-02-07T23:13:34.498Z] db1c61fa0a46: Download complete [2023-02-07T23:13:34.771Z] fc693d55d65f: Verifying Checksum [2023-02-07T23:13:34.771Z] fc693d55d65f: Download complete [2023-02-07T23:13:47.137Z] fc693d55d65f: Pull complete [2023-02-07T23:13:47.137Z] 7e9fc2657dce: Pull complete [2023-02-07T23:13:47.137Z] dda99020689f: Pull complete [2023-02-07T23:13:53.850Z] db1c61fa0a46: Pull complete [2023-02-07T23:13:55.821Z] 891c053d2c06: Pull complete [2023-02-07T23:13:55.821Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-07T23:13:55.821Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-07T23:13:55.821Z] ---> f96f9c87975a [2023-02-07T23:13:55.821Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-02-07T23:13:57.797Z] ---> Running in a4c16386b998 [2023-02-07T23:13:58.326Z] Removing intermediate container a787c711385c [2023-02-07T23:13:58.327Z] ---> 36d8a9058042 [2023-02-07T23:13:58.327Z] Step 10/12 : COPY . . [2023-02-07T23:13:58.327Z] ---> ae0188dc7ece [2023-02-07T23:13:58.327Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-07T23:13:58.327Z] ---> Running in b3487f941baf [2023-02-07T23:13:58.327Z] Removing intermediate container b3487f941baf [2023-02-07T23:13:58.327Z] ---> 9c6ccf9a43ce [2023-02-07T23:13:58.327Z] Step 12/12 : RUN $MAKE [2023-02-07T23:13:58.327Z] ---> Running in d5d8f1afa116 [2023-02-07T23:13:58.327Z] noop [2023-02-07T23:13:58.327Z] Removing intermediate container d5d8f1afa116 [2023-02-07T23:13:58.327Z] ---> 3cdc168e7ea5 [2023-02-07T23:13:58.327Z] Successfully built 3cdc168e7ea5 [2023-02-07T23:13:58.327Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [2023-02-07T23:13:58.390Z] Removing intermediate container a4c16386b998 [2023-02-07T23:13:58.390Z] ---> 5d0709306d21 [2023-02-07T23:13:58.390Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-07T23:13:58.390Z] ---> Running in 56daa33801c6 [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T23:13:58.661Z] Removing intermediate container 56daa33801c6 [2023-02-07T23:13:58.661Z] ---> 02efd6a7d1fa [2023-02-07T23:13:58.661Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-02-07T23:13:58.826Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-07T23:13:58.826Z] . [Pipeline] } [Pipeline] // withEnv [2023-02-07T23:13:58.930Z] ---> Running in c2668d3daecb [Pipeline] withDockerContainer [2023-02-07T23:13:58.985Z] prd-ubuntu20.04-docker-8c-8g-5025 does not seem to be running inside a container [2023-02-07T23:13:59.017Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-512 -v /w/workspace/_app-service-configurable_PR-512:/w/workspace/_app-service-configurable_PR-512:rw,z -v /w/workspace/_app-service-configurable_PR-512@tmp:/w/workspace/_app-service-configurable_PR-512@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-07T23:13:59.202Z] Removing intermediate container c2668d3daecb [2023-02-07T23:13:59.202Z] ---> 72520204ac73 [2023-02-07T23:13:59.202Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-07T23:13:59.202Z] ---> Running in 29154c3c5247 [2023-02-07T23:13:59.370Z] $ docker top 3ed6e89abf036c9e31c7f1eeb006f713ead521e08a17bca0b733ccd31de37d10 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T23:13:59.868Z] + go version [2023-02-07T23:13:59.868Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-07T23:13:59.903Z] $ docker stop --time=1 3ed6e89abf036c9e31c7f1eeb006f713ead521e08a17bca0b733ccd31de37d10 [2023-02-07T23:14:00.626Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T23:14:00.896Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T23:14:01.232Z] $ docker rm -f --volumes 3ed6e89abf036c9e31c7f1eeb006f713ead521e08a17bca0b733ccd31de37d10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T23:14:01.972Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-07T23:14:01.972Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T23:14:02.122Z] prd-ubuntu20.04-docker-8c-8g-5025 does not seem to be running inside a container [2023-02-07T23:14:02.158Z] $ 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-512 -v /w/workspace/_app-service-configurable_PR-512:/w/workspace/_app-service-configurable_PR-512:rw,z -v /w/workspace/_app-service-configurable_PR-512@tmp:/w/workspace/_app-service-configurable_PR-512@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-07T23:14:02.318Z] OK: 221 MiB in 51 packages [2023-02-07T23:14:02.504Z] $ docker top 95d279a97104dfd7121e76cc30d4f0c51639b96c44497517fb637fb0420f20c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T23:14:02.917Z] + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-512 [Pipeline] fileExists [Pipeline] sh [2023-02-07T23:14:03.292Z] + make test [2023-02-07T23:14:03.292Z] go test -race -coverprofile=coverage.out ./... [2023-02-07T23:14:03.294Z] Removing intermediate container 29154c3c5247 [2023-02-07T23:14:03.294Z] ---> fffeecdbf88b [2023-02-07T23:14:03.294Z] Step 7/12 : WORKDIR /app [2023-02-07T23:14:03.294Z] ---> Running in 6189a9ec67c2 [2023-02-07T23:14:03.883Z] Removing intermediate container 6189a9ec67c2 [2023-02-07T23:14:03.883Z] ---> e33a768b38ad [2023-02-07T23:14:03.883Z] Step 8/12 : COPY go.mod vendor* ./ [2023-02-07T23:14:04.475Z] ---> 6147396f7cbb [2023-02-07T23:14:04.475Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T23:14:04.475Z] ---> Running in c32e90169d1c [2023-02-07T23:14:21.372Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-02-07T23:14:21.372Z] go vet ./... [2023-02-07T23:14:31.370Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-07T23:14:31.370Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-07T23:14:31.370Z] ./bin/test-attribution-txt.sh [2023-02-07T23:14:31.370Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-02-07T23:14:31.370Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-02-07T23:14:31.407Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-07T23:14:31.436Z] $ docker stop --time=1 95d279a97104dfd7121e76cc30d4f0c51639b96c44497517fb637fb0420f20c3 [2023-02-07T23:14:39.281Z] $ docker rm -f --volumes 95d279a97104dfd7121e76cc30d4f0c51639b96c44497517fb637fb0420f20c3 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-07T23:14:39.786Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-07T23:14:39.869Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-07T23:14:40.558Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-07T23:14:40.866Z] + ls -al . [2023-02-07T23:14:40.866Z] total 172 [2023-02-07T23:14:40.866Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 7 23:14 . [2023-02-07T23:14:40.866Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 23:12 .. [2023-02-07T23:14:40.866Z] -rw-rw-r-- 1 jenkins jenkins 119 Feb 7 23:12 .dockerignore [2023-02-07T23:14:40.866Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 7 23:12 .git [2023-02-07T23:14:40.866Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 23:12 .github [2023-02-07T23:14:40.866Z] -rw-rw-r-- 1 jenkins jenkins 171 Feb 7 23:12 .gitignore [2023-02-07T23:14:40.866Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 7 23:12 .semver [2023-02-07T23:14:40.866Z] -rw-rw-r-- 1 jenkins jenkins 9103 Feb 7 23:12 Attribution.txt [2023-02-07T23:14:40.866Z] -rw-rw-r-- 1 jenkins jenkins 29118 Feb 7 23:12 CHANGELOG.md [2023-02-07T23:14:40.866Z] -rw-rw-r-- 1 jenkins jenkins 1898 Feb 7 23:12 Dockerfile [2023-02-07T23:14:40.866Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 7 23:12 GOVERNANCE.md [2023-02-07T23:14:40.866Z] -rw-rw-r-- 1 jenkins jenkins 688 Feb 7 23:12 Jenkinsfile [2023-02-07T23:14:40.866Z] -rw-rw-r-- 1 jenkins jenkins 10174 Feb 7 23:12 LICENSE [2023-02-07T23:14:40.866Z] -rw-rw-r-- 1 jenkins jenkins 618 Feb 7 23:12 OWNERS.md [2023-02-07T23:14:40.866Z] -rw-rw-r-- 1 jenkins jenkins 4369 Feb 7 23:12 README.md [2023-02-07T23:14:40.866Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 7 23:12 VERSION [2023-02-07T23:14:40.866Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 7 23:12 bin [2023-02-07T23:14:40.866Z] -rw-r--r-- 1 jenkins jenkins 13 Feb 7 23:14 coverage.out [2023-02-07T23:14:40.866Z] -rw-rw-r-- 1 jenkins jenkins 3307 Feb 7 23:12 go.mod [2023-02-07T23:14:40.866Z] -rw-rw-r-- 1 jenkins jenkins 32404 Feb 7 23:12 go.sum [2023-02-07T23:14:40.866Z] -rw-rw-r-- 1 jenkins jenkins 1949 Feb 7 23:12 main.go [2023-02-07T23:14:40.866Z] -rw-rw-r-- 1 jenkins jenkins 2078 Feb 7 23:12 makefile [2023-02-07T23:14:40.866Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 7 23:12 res [2023-02-07T23:14:40.866Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 23:12 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T23:14:41.263Z] + 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=b90b60d9039cdebbffc33f164a3d8ab495b7db8f --label arch=amd64 --label version=0.0.0 . [2023-02-07T23:14:41.263Z] Sending build context to Docker daemon 3.237MB [2023-02-07T23:14:41.263Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2023-02-07T23:14:41.263Z] Step 2/26 : FROM ${BASE} AS builder [2023-02-07T23:14:41.263Z] ---> 3cdc168e7ea5 [2023-02-07T23:14:41.263Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-02-07T23:14:41.833Z] ---> Running in a11bdd8fa98d [2023-02-07T23:14:42.401Z] Removing intermediate container a11bdd8fa98d [2023-02-07T23:14:42.401Z] ---> 5e49a0fbb72f [2023-02-07T23:14:42.401Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-02-07T23:14:42.661Z] ---> Running in 25a4e7ad5633 [2023-02-07T23:14:42.919Z] Removing intermediate container 25a4e7ad5633 [2023-02-07T23:14:42.919Z] ---> 6772c0020c97 [2023-02-07T23:14:42.919Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-02-07T23:14:43.487Z] ---> Running in 6369c0cb00a0 [2023-02-07T23:14:44.055Z] Removing intermediate container 6369c0cb00a0 [2023-02-07T23:14:44.055Z] ---> b7486e5b3d9d [2023-02-07T23:14:44.055Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-07T23:14:44.313Z] ---> Running in 04c7d44dee87 [2023-02-07T23:14:45.249Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T23:14:45.249Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T23:14:45.507Z] OK: 211 MiB in 51 packages [2023-02-07T23:14:46.885Z] Removing intermediate container 04c7d44dee87 [2023-02-07T23:14:46.885Z] ---> 0685212932a7 [2023-02-07T23:14:46.885Z] Step 7/26 : WORKDIR /app [2023-02-07T23:14:46.885Z] ---> Running in eb837d0f2e95 [2023-02-07T23:14:47.144Z] Removing intermediate container eb837d0f2e95 [2023-02-07T23:14:47.144Z] ---> b21af38d52b4 [2023-02-07T23:14:47.144Z] Step 8/26 : COPY go.mod vendor* ./ [2023-02-07T23:14:47.712Z] ---> ed180c1cce88 [2023-02-07T23:14:47.712Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T23:14:47.712Z] ---> Running in e013ac0e7add [2023-02-07T23:14:49.626Z] Removing intermediate container e013ac0e7add [2023-02-07T23:14:49.626Z] ---> 58599f000a42 [2023-02-07T23:14:49.626Z] Step 10/26 : COPY . . [2023-02-07T23:14:49.626Z] ---> c26e996c8ec6 [2023-02-07T23:14:49.626Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-07T23:14:49.626Z] ---> Running in 57663ce8d828 [2023-02-07T23:14:49.885Z] Removing intermediate container 57663ce8d828 [2023-02-07T23:14:49.885Z] ---> 95781c7ea960 [2023-02-07T23:14:49.885Z] Step 12/26 : RUN $MAKE [2023-02-07T23:14:49.885Z] ---> Running in a9aaaa84de6e [2023-02-07T23:14:50.152Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.27 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable [2023-02-07T23:15:12.376Z] Removing intermediate container a9aaaa84de6e [2023-02-07T23:15:12.376Z] ---> 5da4d4406a23 [2023-02-07T23:15:12.376Z] Step 13/26 : FROM alpine:3.16 [2023-02-07T23:15:12.376Z] 3.16: Pulling from library/alpine [2023-02-07T23:15:12.376Z] ca7dd9ec2225: Pulling fs layer [2023-02-07T23:15:12.376Z] ca7dd9ec2225: Verifying Checksum [2023-02-07T23:15:12.376Z] ca7dd9ec2225: Download complete [2023-02-07T23:15:12.376Z] ca7dd9ec2225: Pull complete [2023-02-07T23:15:12.376Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-07T23:15:12.376Z] Status: Downloaded newer image for alpine:3.16 [2023-02-07T23:15:12.376Z] ---> bfe296a52501 [2023-02-07T23:15:12.376Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-07T23:15:12.376Z] ---> Running in e152278a106e [2023-02-07T23:15:12.376Z] Removing intermediate container e152278a106e [2023-02-07T23:15:12.376Z] ---> edb7cc77ab79 [2023-02-07T23:15:12.376Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-02-07T23:15:12.376Z] ---> Running in ee40e26b4882 [2023-02-07T23:15:12.376Z] Removing intermediate container ee40e26b4882 [2023-02-07T23:15:12.376Z] ---> 18d42d7ec957 [2023-02-07T23:15:12.376Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-07T23:15:12.376Z] ---> Running in ff482be8c065 [2023-02-07T23:15:12.376Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T23:15:12.376Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T23:15:12.376Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-07T23:15:12.376Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-07T23:15:12.376Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T23:15:12.376Z] Executing ca-certificates-20220614-r0.trigger [2023-02-07T23:15:12.376Z] OK: 6 MiB in 16 packages [2023-02-07T23:15:12.636Z] Removing intermediate container ff482be8c065 [2023-02-07T23:15:12.636Z] ---> 05f49bcc1fda [2023-02-07T23:15:12.636Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-02-07T23:15:12.636Z] ---> 2638d875a65c [2023-02-07T23:15:12.636Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-02-07T23:15:12.895Z] ---> 5fcbc57a3f0b [2023-02-07T23:15:12.895Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-02-07T23:15:12.895Z] ---> 0caa7c6ed325 [2023-02-07T23:15:12.895Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-02-07T23:15:13.916Z] ---> f7f574b19cb4 [2023-02-07T23:15:13.916Z] Step 21/26 : EXPOSE 48095 [2023-02-07T23:15:13.916Z] ---> Running in ec1625c7d9ad [2023-02-07T23:15:13.916Z] Removing intermediate container ec1625c7d9ad [2023-02-07T23:15:13.916Z] ---> 7822b7cf91ff [2023-02-07T23:15:13.916Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-02-07T23:15:13.916Z] ---> Running in 8d175d3bfbb7 [2023-02-07T23:15:14.174Z] Removing intermediate container 8d175d3bfbb7 [2023-02-07T23:15:14.174Z] ---> 01542b721df3 [2023-02-07T23:15:14.174Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-07T23:15:14.174Z] ---> Running in 1f1b4d9832ee [2023-02-07T23:15:14.174Z] Removing intermediate container 1f1b4d9832ee [2023-02-07T23:15:14.174Z] ---> e0a90dda5074 [2023-02-07T23:15:14.174Z] Step 24/26 : LABEL arch=amd64 [2023-02-07T23:15:14.174Z] ---> Running in bcba877a04fe [2023-02-07T23:15:14.174Z] Removing intermediate container bcba877a04fe [2023-02-07T23:15:14.174Z] ---> f9056ee69d1c [2023-02-07T23:15:14.174Z] Step 25/26 : LABEL git_sha=b90b60d9039cdebbffc33f164a3d8ab495b7db8f [2023-02-07T23:15:14.174Z] ---> Running in 2578d7df19cf [2023-02-07T23:15:14.433Z] Removing intermediate container 2578d7df19cf [2023-02-07T23:15:14.433Z] ---> 341a967c683c [2023-02-07T23:15:14.433Z] Step 26/26 : LABEL version=0.0.0 [2023-02-07T23:15:14.433Z] ---> Running in ca1568a8074e [2023-02-07T23:15:14.433Z] Removing intermediate container ca1568a8074e [2023-02-07T23:15:14.433Z] ---> 504c05641c1c [2023-02-07T23:15:14.433Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-07T23:15:14.433Z] Successfully built 504c05641c1c [2023-02-07T23:15:14.433Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T23:15:15.260Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-07T23:15:15.260Z] [2023-02-07T23:15:15.260Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T23:15:15.631Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-07T23:15:15.632Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-07T23:15:15.632Z] 5eb5b503b376: Pulling fs layer [2023-02-07T23:15:15.632Z] 5c69ac0246d0: Pulling fs layer [2023-02-07T23:15:15.632Z] ec43610c2a17: Pulling fs layer [2023-02-07T23:15:15.632Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-07T23:15:15.632Z] 33b1e0a273af: Pulling fs layer [2023-02-07T23:15:15.632Z] 5d3b04190fa2: Pulling fs layer [2023-02-07T23:15:15.632Z] 2f39f015ded8: Pulling fs layer [2023-02-07T23:15:15.632Z] 3a2ae6a8a46f: Waiting [2023-02-07T23:15:15.632Z] 33b1e0a273af: Waiting [2023-02-07T23:15:15.632Z] 5d3b04190fa2: Waiting [2023-02-07T23:15:15.632Z] 5c69ac0246d0: Verifying Checksum [2023-02-07T23:15:15.632Z] 5c69ac0246d0: Download complete [2023-02-07T23:15:15.632Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-07T23:15:15.632Z] 3a2ae6a8a46f: Download complete [2023-02-07T23:15:15.894Z] 33b1e0a273af: Verifying Checksum [2023-02-07T23:15:15.894Z] 33b1e0a273af: Download complete [2023-02-07T23:15:15.894Z] 5d3b04190fa2: Verifying Checksum [2023-02-07T23:15:15.894Z] 5d3b04190fa2: Download complete [2023-02-07T23:15:15.894Z] ec43610c2a17: Verifying Checksum [2023-02-07T23:15:15.894Z] ec43610c2a17: Download complete [2023-02-07T23:15:16.158Z] 5eb5b503b376: Verifying Checksum [2023-02-07T23:15:16.158Z] 5eb5b503b376: Download complete [2023-02-07T23:15:17.150Z] 2f39f015ded8: Download complete [2023-02-07T23:15:17.409Z] 5eb5b503b376: Pull complete [2023-02-07T23:15:17.409Z] 5c69ac0246d0: Pull complete [2023-02-07T23:15:17.973Z] ec43610c2a17: Pull complete [2023-02-07T23:15:17.973Z] 3a2ae6a8a46f: Pull complete [2023-02-07T23:15:18.231Z] 33b1e0a273af: Pull complete [2023-02-07T23:15:18.487Z] 5d3b04190fa2: Pull complete [2023-02-07T23:15:22.664Z] 2f39f015ded8: Pull complete [2023-02-07T23:15:22.664Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-07T23:15:22.664Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-07T23:15:22.664Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T23:15:22.887Z] prd-ubuntu20.04-docker-8c-8g-5025 does not seem to be running inside a container [2023-02-07T23:15:22.915Z] $ 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-512 -v /w/workspace/_app-service-configurable_PR-512:/w/workspace/_app-service-configurable_PR-512:rw,z -v /w/workspace/_app-service-configurable_PR-512@tmp:/w/workspace/_app-service-configurable_PR-512@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-07T23:15:29.160Z] $ docker top b42bc059911bb0c50709cc5645356fc49d3de7632b0171dbd859c173f3f3fd87 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T23:15:29.612Z] ---> job-cost.sh [2023-02-07T23:15:29.612Z] lf-activate-venv: SKIPPING [2023-02-07T23:15:29.612Z] INFO: No Stack... [2023-02-07T23:15:29.871Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-07T23:15:30.130Z] INFO: Archiving Costs [Pipeline] sh [2023-02-07T23:15:30.448Z] + cat /w/workspace/_app-service-configurable_PR-512/archives/cost.csv [2023-02-07T23:15:30.448Z] + cut -d, -f6 [Pipeline] lock [2023-02-07T23:15:30.487Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-512-1-stack-cost] [2023-02-07T23:15:30.492Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-512-1-stack-cost] did not exist. Created. [2023-02-07T23:15:30.492Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-512-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-07T23:15:30.886Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-07T23:15:30.932Z] Stashed 1 file(s) [Pipeline] } [2023-02-07T23:15:30.959Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-512-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-07T23:15:31.035Z] $ docker stop --time=1 b42bc059911bb0c50709cc5645356fc49d3de7632b0171dbd859c173f3f3fd87 [2023-02-07T23:15:32.184Z] $ docker rm -f --volumes b42bc059911bb0c50709cc5645356fc49d3de7632b0171dbd859c173f3f3fd87 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-07T23:15:41.200Z] Removing intermediate container c32e90169d1c [2023-02-07T23:15:41.200Z] ---> 4bb25a63fc97 [2023-02-07T23:15:41.200Z] Step 10/12 : COPY . . [2023-02-07T23:15:41.200Z] ---> 51100d872305 [2023-02-07T23:15:41.200Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-07T23:15:41.200Z] ---> Running in 56b2cc966e50 [2023-02-07T23:15:41.200Z] Removing intermediate container 56b2cc966e50 [2023-02-07T23:15:41.200Z] ---> a2f60b258339 [2023-02-07T23:15:41.200Z] Step 12/12 : RUN $MAKE [2023-02-07T23:15:41.200Z] ---> Running in fcc13e8c2a90 [2023-02-07T23:15:41.200Z] noop [2023-02-07T23:15:41.200Z] Removing intermediate container fcc13e8c2a90 [2023-02-07T23:15:41.200Z] ---> 08a718632992 [2023-02-07T23:15:41.200Z] Successfully built 08a718632992 [2023-02-07T23:15:41.200Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T23:15:41.686Z] + docker inspect -f . ci-base-image-arm64 [2023-02-07T23:15:41.955Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T23:15:42.277Z] prd-ubuntu20.04-docker-arm64-4c-16g-5024 does not seem to be running inside a container [2023-02-07T23:15:42.379Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-07T23:15:43.916Z] $ docker top 9da748ed36fe4417b5cf316b2a4ed4a72b89d6e71d2d5d0faf5adc988799999d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T23:15:45.226Z] + go version [2023-02-07T23:15:45.226Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-07T23:15:45.286Z] $ docker stop --time=1 9da748ed36fe4417b5cf316b2a4ed4a72b89d6e71d2d5d0faf5adc988799999d [2023-02-07T23:15:47.274Z] $ docker rm -f --volumes 9da748ed36fe4417b5cf316b2a4ed4a72b89d6e71d2d5d0faf5adc988799999d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T23:15:48.183Z] + docker inspect -f . ci-base-image-arm64 [2023-02-07T23:15:48.183Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T23:15:48.468Z] prd-ubuntu20.04-docker-arm64-4c-16g-5024 does not seem to be running inside a container [2023-02-07T23:15:48.593Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-07T23:15:53.815Z] $ docker top 9bf35d8a620d0d37a0c88bf7d9421b24ae405dc75413a0d8b121865add3d6bc5 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T23:15:54.739Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh [2023-02-07T23:15:55.522Z] + make test [2023-02-07T23:15:55.522Z] go test -race -coverprofile=coverage.out ./... [2023-02-07T23:18:48.017Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-02-07T23:18:48.017Z] go vet ./... [2023-02-07T23:20:09.670Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-07T23:20:09.670Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-07T23:20:09.670Z] ./bin/test-attribution-txt.sh [2023-02-07T23:20:09.670Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-02-07T23:20:09.670Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-02-07T23:20:09.717Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-07T23:20:09.770Z] $ docker stop --time=1 9bf35d8a620d0d37a0c88bf7d9421b24ae405dc75413a0d8b121865add3d6bc5 [2023-02-07T23:20:11.725Z] $ docker rm -f --volumes 9bf35d8a620d0d37a0c88bf7d9421b24ae405dc75413a0d8b121865add3d6bc5 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-07T23:20:13.249Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-07T23:20:13.291Z] Warning: overwriting stash ‘coverage-report’ [2023-02-07T23:20:13.810Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-07T23:20:14.414Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-07T23:20:14.756Z] + ls -al . [2023-02-07T23:20:14.756Z] total 168 [2023-02-07T23:20:14.756Z] drwxrwxr-x 7 jenkins jenkins 4096 Feb 7 23:15 . [2023-02-07T23:20:14.756Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 23:12 .. [2023-02-07T23:20:14.756Z] -rw-rw-r-- 1 jenkins jenkins 119 Feb 7 23:13 .dockerignore [2023-02-07T23:20:14.756Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 7 23:13 .git [2023-02-07T23:20:14.756Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 23:13 .github [2023-02-07T23:20:14.756Z] -rw-rw-r-- 1 jenkins jenkins 171 Feb 7 23:13 .gitignore [2023-02-07T23:20:14.756Z] -rw-rw-r-- 1 jenkins jenkins 9103 Feb 7 23:13 Attribution.txt [2023-02-07T23:20:14.756Z] -rw-rw-r-- 1 jenkins jenkins 29118 Feb 7 23:13 CHANGELOG.md [2023-02-07T23:20:14.756Z] -rw-rw-r-- 1 jenkins jenkins 1898 Feb 7 23:13 Dockerfile [2023-02-07T23:20:14.756Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 7 23:13 GOVERNANCE.md [2023-02-07T23:20:14.756Z] -rw-rw-r-- 1 jenkins jenkins 688 Feb 7 23:13 Jenkinsfile [2023-02-07T23:20:14.756Z] -rw-rw-r-- 1 jenkins jenkins 10174 Feb 7 23:13 LICENSE [2023-02-07T23:20:14.756Z] -rw-rw-r-- 1 jenkins jenkins 618 Feb 7 23:13 OWNERS.md [2023-02-07T23:20:14.756Z] -rw-rw-r-- 1 jenkins jenkins 4369 Feb 7 23:13 README.md [2023-02-07T23:20:14.756Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 7 23:12 VERSION [2023-02-07T23:20:14.756Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 7 23:13 bin [2023-02-07T23:20:14.756Z] -rw-r--r-- 1 jenkins jenkins 13 Feb 7 23:15 coverage.out [2023-02-07T23:20:14.756Z] -rw-rw-r-- 1 jenkins jenkins 3307 Feb 7 23:13 go.mod [2023-02-07T23:20:14.756Z] -rw-rw-r-- 1 jenkins jenkins 32404 Feb 7 23:13 go.sum [2023-02-07T23:20:14.756Z] -rw-rw-r-- 1 jenkins jenkins 1949 Feb 7 23:13 main.go [2023-02-07T23:20:14.756Z] -rw-rw-r-- 1 jenkins jenkins 2078 Feb 7 23:13 makefile [2023-02-07T23:20:14.756Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 7 23:13 res [2023-02-07T23:20:14.756Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 23:13 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T23:20:15.181Z] + 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=b90b60d9039cdebbffc33f164a3d8ab495b7db8f --label arch=arm64 --label version=0.0.0 . [2023-02-07T23:20:15.181Z] Sending build context to Docker daemon 204.8kB [2023-02-07T23:20:15.450Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2023-02-07T23:20:15.450Z] Step 2/26 : FROM ${BASE} AS builder [2023-02-07T23:20:15.450Z] ---> 08a718632992 [2023-02-07T23:20:15.450Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-02-07T23:20:15.450Z] ---> Running in b70ed07c3069 [2023-02-07T23:20:15.726Z] Removing intermediate container b70ed07c3069 [2023-02-07T23:20:15.726Z] ---> d678c02df695 [2023-02-07T23:20:15.726Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-02-07T23:20:15.994Z] ---> Running in 651fa362aca5 [2023-02-07T23:20:16.263Z] Removing intermediate container 651fa362aca5 [2023-02-07T23:20:16.263Z] ---> 09820818bd81 [2023-02-07T23:20:16.263Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-02-07T23:20:16.263Z] ---> Running in 9c38a6f3bb92 [2023-02-07T23:20:16.542Z] Removing intermediate container 9c38a6f3bb92 [2023-02-07T23:20:16.542Z] ---> 248e42cfae6d [2023-02-07T23:20:16.542Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-07T23:20:16.812Z] ---> Running in d99ac35f62cd [2023-02-07T23:20:17.776Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T23:20:18.043Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T23:20:19.538Z] OK: 221 MiB in 51 packages [2023-02-07T23:20:20.545Z] Removing intermediate container d99ac35f62cd [2023-02-07T23:20:20.545Z] ---> 73820d64a452 [2023-02-07T23:20:20.545Z] Step 7/26 : WORKDIR /app [2023-02-07T23:20:20.545Z] ---> Running in 5be3319e4b0c [2023-02-07T23:20:20.838Z] Removing intermediate container 5be3319e4b0c [2023-02-07T23:20:20.838Z] ---> f63d4502bd65 [2023-02-07T23:20:20.838Z] Step 8/26 : COPY go.mod vendor* ./ [2023-02-07T23:20:21.133Z] ---> fd411dc90557 [2023-02-07T23:20:21.133Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T23:20:21.404Z] ---> Running in 648fc5366b41 [2023-02-07T23:20:24.768Z] Removing intermediate container 648fc5366b41 [2023-02-07T23:20:24.768Z] ---> f9b63df29414 [2023-02-07T23:20:24.768Z] Step 10/26 : COPY . . [2023-02-07T23:20:25.038Z] ---> 435e9aae814a [2023-02-07T23:20:25.038Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-07T23:20:25.305Z] ---> Running in a84ea9d5ae65 [2023-02-07T23:20:25.571Z] Removing intermediate container a84ea9d5ae65 [2023-02-07T23:20:25.571Z] ---> 675c42ae3ed2 [2023-02-07T23:20:25.571Z] Step 12/26 : RUN $MAKE [2023-02-07T23:20:25.571Z] ---> Running in ac527912965f [2023-02-07T23:20:26.531Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.27 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable [2023-02-07T23:22:33.231Z] Removing intermediate container ac527912965f [2023-02-07T23:22:33.231Z] ---> 407b33297ebc [2023-02-07T23:22:33.231Z] Step 13/26 : FROM alpine:3.16 [2023-02-07T23:22:33.231Z] 3.16: Pulling from library/alpine [2023-02-07T23:22:33.231Z] 6875df1f5354: Pulling fs layer [2023-02-07T23:22:33.231Z] 6875df1f5354: Verifying Checksum [2023-02-07T23:22:33.231Z] 6875df1f5354: Download complete [2023-02-07T23:22:33.231Z] 6875df1f5354: Pull complete [2023-02-07T23:22:33.231Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-07T23:22:33.231Z] Status: Downloaded newer image for alpine:3.16 [2023-02-07T23:22:33.231Z] ---> 2b4661558fb8 [2023-02-07T23:22:33.231Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-07T23:22:33.231Z] ---> Running in 49c48beecdeb [2023-02-07T23:22:33.231Z] Removing intermediate container 49c48beecdeb [2023-02-07T23:22:33.231Z] ---> 4785ea415b1d [2023-02-07T23:22:33.231Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-02-07T23:22:33.231Z] ---> Running in 099a0d4bdab4 [2023-02-07T23:22:33.231Z] Removing intermediate container 099a0d4bdab4 [2023-02-07T23:22:33.231Z] ---> 5d34cc19f4f9 [2023-02-07T23:22:33.231Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-07T23:22:33.231Z] ---> Running in a19b570b6424 [2023-02-07T23:22:33.231Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T23:22:33.231Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T23:22:33.231Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-07T23:22:33.231Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-07T23:22:33.231Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T23:22:33.231Z] Executing ca-certificates-20220614-r0.trigger [2023-02-07T23:22:33.231Z] OK: 6 MiB in 16 packages [2023-02-07T23:22:34.192Z] Removing intermediate container a19b570b6424 [2023-02-07T23:22:34.192Z] ---> 95a58f0c0e68 [2023-02-07T23:22:34.192Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-02-07T23:22:34.775Z] ---> 4f3d9c77a4bd [2023-02-07T23:22:34.775Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-02-07T23:22:35.358Z] ---> bd4fb16a7e8f [2023-02-07T23:22:35.358Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-02-07T23:22:35.940Z] ---> 3a35c916035d [2023-02-07T23:22:35.940Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-02-07T23:22:37.367Z] ---> c623c433f03e [2023-02-07T23:22:37.367Z] Step 21/26 : EXPOSE 48095 [2023-02-07T23:22:37.367Z] ---> Running in a0199c215ce5 [2023-02-07T23:22:37.640Z] Removing intermediate container a0199c215ce5 [2023-02-07T23:22:37.640Z] ---> 24dfb744c0ba [2023-02-07T23:22:37.640Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-02-07T23:22:37.910Z] ---> Running in 7ed495f99de2 [2023-02-07T23:22:38.179Z] Removing intermediate container 7ed495f99de2 [2023-02-07T23:22:38.179Z] ---> fe273e09389b [2023-02-07T23:22:38.179Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-07T23:22:38.179Z] ---> Running in 36970a223cc6 [2023-02-07T23:22:38.448Z] Removing intermediate container 36970a223cc6 [2023-02-07T23:22:38.448Z] ---> 6ee4b604e768 [2023-02-07T23:22:38.448Z] Step 24/26 : LABEL arch=arm64 [2023-02-07T23:22:38.717Z] ---> Running in 4b62f52ade17 [2023-02-07T23:22:38.985Z] Removing intermediate container 4b62f52ade17 [2023-02-07T23:22:38.985Z] ---> bd25e244fee8 [2023-02-07T23:22:38.985Z] Step 25/26 : LABEL git_sha=b90b60d9039cdebbffc33f164a3d8ab495b7db8f [2023-02-07T23:22:38.985Z] ---> Running in 64c41a7f311e [2023-02-07T23:22:39.253Z] Removing intermediate container 64c41a7f311e [2023-02-07T23:22:39.253Z] ---> 4511638b8341 [2023-02-07T23:22:39.253Z] Step 26/26 : LABEL version=0.0.0 [2023-02-07T23:22:39.520Z] ---> Running in 4e86d5d9ce10 [2023-02-07T23:22:39.788Z] Removing intermediate container 4e86d5d9ce10 [2023-02-07T23:22:39.788Z] ---> d7dd89531fd4 [2023-02-07T23:22:39.788Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-07T23:22:39.788Z] Successfully built d7dd89531fd4 [2023-02-07T23:22:39.788Z] Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T23:22:40.589Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-07T23:22:40.589Z] [2023-02-07T23:22:40.589Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T23:22:41.006Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-07T23:22:41.006Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-07T23:22:41.006Z] 8998bd30e6a1: Pulling fs layer [2023-02-07T23:22:41.006Z] 04944245beec: Pulling fs layer [2023-02-07T23:22:41.006Z] 699f458cf7ca: Pulling fs layer [2023-02-07T23:22:41.006Z] 765212b225bb: Pulling fs layer [2023-02-07T23:22:41.006Z] f23df028b6ca: Pulling fs layer [2023-02-07T23:22:41.006Z] d65c8cfc05b1: Pulling fs layer [2023-02-07T23:22:41.006Z] 2437ff75d9bd: Pulling fs layer [2023-02-07T23:22:41.006Z] 765212b225bb: Waiting [2023-02-07T23:22:41.006Z] f23df028b6ca: Waiting [2023-02-07T23:22:41.006Z] d65c8cfc05b1: Waiting [2023-02-07T23:22:41.006Z] 2437ff75d9bd: Waiting [2023-02-07T23:22:41.275Z] 04944245beec: Verifying Checksum [2023-02-07T23:22:41.276Z] 04944245beec: Download complete [2023-02-07T23:22:41.276Z] 765212b225bb: Verifying Checksum [2023-02-07T23:22:41.276Z] 765212b225bb: Download complete [2023-02-07T23:22:41.276Z] f23df028b6ca: Verifying Checksum [2023-02-07T23:22:41.276Z] f23df028b6ca: Download complete [2023-02-07T23:22:41.276Z] d65c8cfc05b1: Verifying Checksum [2023-02-07T23:22:41.276Z] d65c8cfc05b1: Download complete [2023-02-07T23:22:41.555Z] 699f458cf7ca: Verifying Checksum [2023-02-07T23:22:41.555Z] 699f458cf7ca: Download complete [2023-02-07T23:22:41.823Z] 8998bd30e6a1: Verifying Checksum [2023-02-07T23:22:41.823Z] 8998bd30e6a1: Download complete [2023-02-07T23:22:44.412Z] 2437ff75d9bd: Verifying Checksum [2023-02-07T23:22:44.412Z] 2437ff75d9bd: Download complete [2023-02-07T23:22:46.356Z] 8998bd30e6a1: Pull complete [2023-02-07T23:22:46.356Z] 04944245beec: Pull complete [2023-02-07T23:22:47.761Z] 699f458cf7ca: Pull complete [2023-02-07T23:22:48.027Z] 765212b225bb: Pull complete [2023-02-07T23:22:48.610Z] f23df028b6ca: Pull complete [2023-02-07T23:22:48.879Z] d65c8cfc05b1: Pull complete [2023-02-07T23:23:03.883Z] 2437ff75d9bd: Pull complete [2023-02-07T23:23:03.883Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-07T23:23:03.883Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-07T23:23:03.883Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T23:23:04.214Z] prd-ubuntu20.04-docker-arm64-4c-16g-5024 does not seem to be running inside a container [2023-02-07T23:23:04.312Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-07T23:23:07.040Z] $ docker top dbdee563250ebf57077898e64a4f82048a62b912225bb490aed2741504fdb6fd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T23:23:07.939Z] ---> job-cost.sh [2023-02-07T23:23:07.939Z] lf-activate-venv: SKIPPING [2023-02-07T23:23:07.939Z] INFO: No Stack... [2023-02-07T23:23:08.523Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-07T23:23:09.108Z] INFO: Archiving Costs [Pipeline] sh [2023-02-07T23:23:09.764Z] + cat /w/workspace/app-service-configurable/1/archives/cost.csv [2023-02-07T23:23:09.764Z] + cut -d, -f6 [Pipeline] lock [2023-02-07T23:23:09.848Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-512-1-stack-cost] [2023-02-07T23:23:09.851Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-512-1-stack-cost] did not exist. Created. [2023-02-07T23:23:09.852Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-512-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-07T23:23:10.568Z] /w/workspace/app-service-configurable/1@tmp/durable-a79101ce/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-07T23:23:11.252Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-07T23:23:11.297Z] Warning: overwriting stash ‘stack-cost’ [2023-02-07T23:23:11.357Z] Stashed 1 file(s) [Pipeline] } [2023-02-07T23:23:11.371Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-512-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-07T23:23:11.472Z] $ docker stop --time=1 dbdee563250ebf57077898e64a4f82048a62b912225bb490aed2741504fdb6fd [2023-02-07T23:23:12.993Z] $ docker rm -f --volumes dbdee563250ebf57077898e64a4f82048a62b912225bb490aed2741504fdb6fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-02-07T23:23:13.991Z] provisioning config files... [2023-02-07T23:23:13.997Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-512@tmp/config12315987899480423209tmp [Pipeline] { [Pipeline] sh [2023-02-07T23:23:14.333Z] + set +x [2023-02-07T23:23:14.333Z] + curl -s https://codecov.io/bash [2023-02-07T23:23:14.333Z] + bash -s -- [2023-02-07T23:23:14.333Z] [2023-02-07T23:23:14.333Z] _____ _ [2023-02-07T23:23:14.333Z] / ____| | | [2023-02-07T23:23:14.333Z] | | ___ __| | ___ ___ _____ __ [2023-02-07T23:23:14.333Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-07T23:23:14.333Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-07T23:23:14.333Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-07T23:23:14.333Z] Bash-1.0.6 [2023-02-07T23:23:14.333Z] [2023-02-07T23:23:14.333Z] [2023-02-07T23:23:14.333Z] ==> git version 2.25.1 found [2023-02-07T23:23:14.333Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-02-07T23:23:14.333Z] Release-Date: 2020-01-08 [2023-02-07T23:23:14.333Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-07T23:23:14.333Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-07T23:23:14.333Z] ==> Jenkins CI detected. [2023-02-07T23:23:14.333Z] current dir:  /w/workspace/_app-service-configurable_PR-512 [2023-02-07T23:23:14.333Z] project root: . [2023-02-07T23:23:14.333Z] --> token set from env [2023-02-07T23:23:14.333Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-07T23:23:14.333Z] ==> Running gcov in . (disable via -X gcov) [2023-02-07T23:23:14.333Z] ==> Python coveragepy not found [2023-02-07T23:23:14.333Z] ==> Searching for coverage reports in: [2023-02-07T23:23:14.333Z] + . [2023-02-07T23:23:14.333Z] -> Found 1 reports [2023-02-07T23:23:14.333Z] ==> Detecting git/mercurial file structure [2023-02-07T23:23:14.333Z] ==> Reading reports [2023-02-07T23:23:14.594Z] + ./coverage.out bytes=13 [2023-02-07T23:23:14.594Z] ==> Appending adjustments [2023-02-07T23:23:14.594Z] https://docs.codecov.io/docs/fixing-reports [2023-02-07T23:23:14.594Z] + Found adjustments [2023-02-07T23:23:14.594Z] ==> Gzipping contents [2023-02-07T23:23:14.594Z] 4.0K /tmp/codecov.R6mGkg.gz [2023-02-07T23:23:14.594Z] ==> Uploading reports [2023-02-07T23:23:14.594Z] url: https://codecov.io [2023-02-07T23:23:14.594Z] query: branch=PR-512&commit=b90b60d9039cdebbffc33f164a3d8ab495b7db8f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-512%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=512&job=&cmd_args= [2023-02-07T23:23:14.594Z] -> Pinging Codecov [2023-02-07T23:23:14.594Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-512&commit=b90b60d9039cdebbffc33f164a3d8ab495b7db8f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-512%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=512&job=&cmd_args= [2023-02-07T23:23:14.855Z] -> Uploading to [2023-02-07T23:23:14.855Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-07/A97CA9966030D2A3747ED39772930CCE/b90b60d9039cdebbffc33f164a3d8ab495b7db8f/a3af0a57-e26e-4e78-8d8b-dc44ca07ff1d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230207T232314Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ace114e2cfbcc49c881e9455e9514445d2005073f3698f3f57fb6a4cbbea4285 [2023-02-07T23:23:14.855Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-07T23:23:14.855Z] Dload Upload Total Spent Left Speed [2023-02-07T23:23:15.423Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 520 0 0 100 520 0 1614 --:--:-- --:--:-- --:--:-- 1614 [2023-02-07T23:23:15.423Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/b90b60d9039cdebbffc33f164a3d8ab495b7db8f [Pipeline] } [2023-02-07T23:23:15.453Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-02-07T23:23:17.272Z] + [ -d /w/workspace/_app-service-configurable_PR-512/archives ] [2023-02-07T23:23:17.272Z] + ls -al /w/workspace/_app-service-configurable_PR-512/archives [2023-02-07T23:23:17.272Z] total 16 [2023-02-07T23:23:17.272Z] drwxr-xr-x 3 root root 4096 Feb 7 23:15 . [2023-02-07T23:23:17.272Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 7 23:15 .. [2023-02-07T23:23:17.272Z] drwxr-xr-x 2 root root 4096 Feb 7 23:15 cost [2023-02-07T23:23:17.272Z] -rw-r--r-- 1 root root 96 Feb 7 23:15 cost.csv [2023-02-07T23:23:17.272Z] + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-512/archives [2023-02-07T23:23:17.272Z] + ls -al /w/workspace/_app-service-configurable_PR-512/archives [2023-02-07T23:23:17.272Z] total 16 [2023-02-07T23:23:17.272Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 7 23:15 . [2023-02-07T23:23:17.272Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 7 23:15 .. [2023-02-07T23:23:17.272Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 7 23:15 cost [2023-02-07T23:23:17.272Z] -rw-r--r-- 1 jenkins jenkins 96 Feb 7 23:15 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-07T23:23:17.602Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T23:23:18.502Z] ---> package-listing.sh [2023-02-07T23:23:18.502Z] ++ facter osfamily [2023-02-07T23:23:18.502Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-07T23:23:18.764Z] + OS_FAMILY=debian [2023-02-07T23:23:18.764Z] + workspace=/w/workspace/_app-service-configurable_PR-512 [2023-02-07T23:23:18.764Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-07T23:23:18.764Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-07T23:23:18.764Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-07T23:23:18.764Z] + PACKAGES=/tmp/packages_start.txt [2023-02-07T23:23:18.764Z] + '[' /w/workspace/_app-service-configurable_PR-512 ']' [2023-02-07T23:23:18.764Z] + PACKAGES=/tmp/packages_end.txt [2023-02-07T23:23:18.764Z] + case "${OS_FAMILY}" in [2023-02-07T23:23:18.764Z] + dpkg -l [2023-02-07T23:23:18.764Z] + grep '^ii' [2023-02-07T23:23:18.764Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-07T23:23:18.764Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-07T23:23:18.764Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-07T23:23:18.764Z] + '[' /w/workspace/_app-service-configurable_PR-512 ']' [2023-02-07T23:23:18.764Z] + mkdir -p /w/workspace/_app-service-configurable_PR-512/archives/ [2023-02-07T23:23:18.764Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-512/archives/ [Pipeline] echo [2023-02-07T23:23:18.801Z] 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-512/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-07T23:23:19.092Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T23:23:19.728Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-07T23:23:19.728Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T23:23:19.878Z] prd-ubuntu20.04-docker-8c-8g-5025 does not seem to be running inside a container [2023-02-07T23:23:19.914Z] $ 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-512/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-512 -v /w/workspace/_app-service-configurable_PR-512:/w/workspace/_app-service-configurable_PR-512:rw,z -v /w/workspace/_app-service-configurable_PR-512@tmp:/w/workspace/_app-service-configurable_PR-512@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-07T23:23:20.091Z] $ docker top 7bccb663a4b9eb5d35f95e7dd54218f4f0e609a903984cb08f035b3f00ddf17c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T23:23:20.478Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-07T23:23:20.792Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-07T23:23:21.108Z] + ls /var/log/sa-host [2023-02-07T23:23:21.109Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-07T23:23:21.264Z] provisioning config files... [2023-02-07T23:23:21.275Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-512@tmp/config12998450456676552234tmp [Pipeline] { [Pipeline] echo [2023-02-07T23:23:21.324Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T23:23:21.646Z] ---> create-netrc.sh [Pipeline] } [2023-02-07T23:23:21.674Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-07T23:23:22.075Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-07T23:23:22.106Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T23:23:22.416Z] ---> sudo-logs.sh [2023-02-07T23:23:22.416Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-07T23:23:22.503Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T23:23:22.817Z] ---> job-cost.sh [2023-02-07T23:23:22.817Z] lf-activate-venv: SKIPPING [2023-02-07T23:23:22.817Z] DEBUG: total: 0.2199999988079071 [2023-02-07T23:23:22.817Z] INFO: Retrieving Stack Cost... [2023-02-07T23:23:23.753Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-07T23:23:24.012Z] INFO: Archiving Costs [Pipeline] echo [2023-02-07T23:23:24.050Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T23:23:24.359Z] ---> logs-deploy.sh [2023-02-07T23:23:24.359Z] lf-activate-venv: SKIPPING [2023-02-07T23:23:24.359Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-512/1 [2023-02-07T23:23:24.359Z] INFO: archiving workspace using pattern(s): [2023-02-07T23:23:25.295Z] Archives upload complete. [2023-02-07T23:23:25.295Z] INFO: archiving logs to Nexus