Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e18cf4e9ef6bfb404f044f68c1d78b234feb3069 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-ssh11023838799089660732.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c72b16708d6eed9a08be464a432ce22db7d90667 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-ssh5647609836411041895.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 c72b16708d6eed9a08be464a432ce22db7d90667 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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/main/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh10864080110335806223.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c72b16708d6eed9a08be464a432ce22db7d90667 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c72b16708d6eed9a08be464a432ce22db7d90667 # timeout=10 Commit message: "Merge pull request #378 from ernestojeda/ubuntu-20-changes" > 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 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared 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-ssh7521140406346888917.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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/main/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh13896202198628745699.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > 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 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-19519 in /w/workspace/ry_app-service-configurable_main [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/ry_app-service-configurable_main # 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 Avoid second fetch Checking out Revision e18cf4e9ef6bfb404f044f68c1d78b234feb3069 (main) > 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 core.sparsecheckout # timeout=10 > git checkout -f e18cf4e9ef6bfb404f044f68c1d78b234feb3069 # timeout=10 Commit message: "feat: enable security hardening (#396)" > git rev-list --no-walk 4190c6fd5c33f3107dc794a5b34667c4978bc33f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-04-11T15:44:51.407Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-04-11T15:44:51.470Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-04-11T15:44:51.485Z] ========================================================= [2022-04-11T15:44:51.485Z] EdgeX Global Pipelines Version Info [2022-04-11T15:44:51.485Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-04-11T15:44:52.262Z] ------------------- [2022-04-11T15:44:52.262Z] stable info: [2022-04-11T15:44:52.262Z] ------------------- [2022-04-11T15:44:52.262Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-11T15:44:52.262Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-11T15:44:52.262Z] Message: update stable to v1.0.221 [2022-04-11T15:44:52.836Z] ------------------- [2022-04-11T15:44:52.836Z] experimental info: [2022-04-11T15:44:52.836Z] ------------------- [2022-04-11T15:44:52.837Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-04-11T15:44:52.837Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-11T15:44:52.837Z] Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-04-11T15:44:52.980Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2022-04-11T15:44:52.994Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2022-04-11T15:44:53.006Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-04-11T15:44:53.023Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-04-11T15:44:53.040Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-04-11T15:44:53.060Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-04-11T15:44:53.077Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-04-11T15:44:53.093Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-04-11T15:44:53.110Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-04-11T15:44:53.122Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-04-11T15:44:53.142Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-04-11T15:44:53.160Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2022-04-11T15:44:53.177Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-04-11T15:44:53.195Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-04-11T15:44:53.214Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-04-11T15:44:53.232Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-04-11T15:44:53.252Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-04-11T15:44:53.267Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-04-11T15:44:53.283Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-04-11T15:44:53.297Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-04-11T15:44:53.314Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-04-11T15:44:53.328Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-04-11T15:44:53.342Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-04-11T15:44:53.358Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-04-11T15:44:53.368Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-04-11T15:44:53.383Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-04-11T15:44:53.396Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-04-11T15:44:53.408Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-04-11T15:44:53.423Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-04-11T15:44:53.438Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e18cf4e9ef6bfb404f044f68c1d78b234feb3069 [Pipeline] echo [2022-04-11T15:44:53.457Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e18cf4e [Pipeline] echo [2022-04-11T15:44:53.473Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-11T15:44:53.512Z] provisioning config files... [2022-04-11T15:44:53.535Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config7700004026518813072tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-11T15:44:53.848Z] ---> docker-login.sh [2022-04-11T15:44:53.848Z] nexus3.edgexfoundry.org:10001 [2022-04-11T15:44:54.109Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T15:44:54.109Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T15:44:54.109Z] Configure a credential helper to remove this warning. See [2022-04-11T15:44:54.109Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T15:44:54.109Z] [2022-04-11T15:44:54.109Z] Login Succeeded [2022-04-11T15:44:54.109Z] nexus3.edgexfoundry.org:10002 [2022-04-11T15:44:54.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T15:44:54.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T15:44:54.371Z] Configure a credential helper to remove this warning. See [2022-04-11T15:44:54.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T15:44:54.371Z] [2022-04-11T15:44:54.371Z] Login Succeeded [2022-04-11T15:44:54.371Z] nexus3.edgexfoundry.org:10003 [2022-04-11T15:44:54.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T15:44:54.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T15:44:54.635Z] Configure a credential helper to remove this warning. See [2022-04-11T15:44:54.635Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T15:44:54.635Z] [2022-04-11T15:44:54.635Z] Login Succeeded [2022-04-11T15:44:54.635Z] nexus3.edgexfoundry.org:10004 [2022-04-11T15:44:54.635Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T15:44:54.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T15:44:54.635Z] Configure a credential helper to remove this warning. See [2022-04-11T15:44:54.635Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T15:44:54.635Z] [2022-04-11T15:44:54.635Z] Login Succeeded [2022-04-11T15:44:54.635Z] docker.io [2022-04-11T15:44:54.903Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T15:44:55.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T15:44:55.166Z] Configure a credential helper to remove this warning. See [2022-04-11T15:44:55.166Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T15:44:55.166Z] [2022-04-11T15:44:55.166Z] Login Succeeded [2022-04-11T15:44:55.166Z] ---> docker-login.sh ends [Pipeline] } [2022-04-11T15:44:55.175Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-04-11T15:44:55.565Z] + git rev-list -1 --merges e18cf4e9ef6bfb404f044f68c1d78b234feb3069~1..e18cf4e9ef6bfb404f044f68c1d78b234feb3069 [Pipeline] echo [2022-04-11T15:44:55.722Z] -----------> git rev-list -1 --merges e18cf4e9ef6bfb404f044f68c1d78b234feb3069~1..e18cf4e9ef6bfb404f044f68c1d78b234feb3069 e18cf4e9ef6bfb404f044f68c1d78b234feb3069 [false] [Pipeline] sh [2022-04-11T15:44:56.020Z] + git log --format=format:%s -1 e18cf4e9ef6bfb404f044f68c1d78b234feb3069 [Pipeline] echo [2022-04-11T15:44:56.038Z] ========================================================= [2022-04-11T15:44:56.038Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-04-11T15:44:56.038Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-11T15:44:56.381Z] + git log --format=format:%s -1 e18cf4e9ef6bfb404f044f68c1d78b234feb3069 [Pipeline] echo [2022-04-11T15:44:56.395Z] [semverPrep] GIT_COMMIT: e18cf4e9ef6bfb404f044f68c1d78b234feb3069, Commit Message: feat: enable security hardening (#396) [Pipeline] echo [2022-04-11T15:44:56.407Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-04-11T15:44:56.841Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-11T15:44:56.841Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-04-11T15:44:56.841Z] + [ -e /tmp/ssh_known_hosts ] [2022-04-11T15:44:56.841Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-04-11T15:44:56.841Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-04-11T15:44:56.841Z] sudo tee -a /etc/ssh/ssh_known_hosts [2022-04-11T15:44:56.841Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:44:57.259Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-11T15:44:57.259Z] [2022-04-11T15:44:57.259Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:44:57.566Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-11T15:44:57.566Z] latest: Pulling from edgex-devops/git-semver [2022-04-11T15:44:57.566Z] a0d0a0d46f8b: Pulling fs layer [2022-04-11T15:44:57.566Z] 3e5f54012d9b: Pulling fs layer [2022-04-11T15:44:57.566Z] 4c7163046ea9: Pulling fs layer [2022-04-11T15:44:57.566Z] 0c2d73faf560: Pulling fs layer [2022-04-11T15:44:57.566Z] 0c2d73faf560: Waiting [2022-04-11T15:44:57.566Z] 3e5f54012d9b: Verifying Checksum [2022-04-11T15:44:57.566Z] 3e5f54012d9b: Download complete [2022-04-11T15:44:57.566Z] a0d0a0d46f8b: Verifying Checksum [2022-04-11T15:44:57.566Z] a0d0a0d46f8b: Download complete [2022-04-11T15:44:57.827Z] 0c2d73faf560: Download complete [2022-04-11T15:44:57.827Z] 4c7163046ea9: Verifying Checksum [2022-04-11T15:44:57.827Z] 4c7163046ea9: Download complete [2022-04-11T15:44:57.827Z] a0d0a0d46f8b: Pull complete [2022-04-11T15:44:57.827Z] 3e5f54012d9b: Pull complete [2022-04-11T15:44:58.402Z] 4c7163046ea9: Pull complete [2022-04-11T15:44:58.402Z] 0c2d73faf560: Pull complete [2022-04-11T15:44:58.402Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-04-11T15:44:58.402Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-11T15:44:58.402Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-04-11T15:44:58.493Z] prd-ubuntu20.04-docker-8c-8g-19519 does not seem to be running inside a container [2022-04-11T15:44:58.518Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-04-11T15:44:59.171Z] $ docker top b139afb3c20f45ccb4e748604a22ee993b84e1c8340b81a7cb73012128850cee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-11T15:44:59.297Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-11T15:44:59.297Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-11T15:44:59.434Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-11T15:44:59.423Z] $ docker exec b139afb3c20f45ccb4e748604a22ee993b84e1c8340b81a7cb73012128850cee ssh-agent [2022-04-11T15:44:59.565Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXGdFKfb/agent.14 [2022-04-11T15:44:59.565Z] SSH_AGENT_PID=20 [2022-04-11T15:44:59.574Z] Running ssh-add (command line suppressed) [2022-04-11T15:44:59.677Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_1418633156446035533.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_1418633156446035533.key) [2022-04-11T15:44:59.710Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-11T15:45:00.006Z] + git tag --points-at HEAD [Pipeline] } [2022-04-11T15:45:00.008Z] $ docker exec --env ******** --env ******** b139afb3c20f45ccb4e748604a22ee993b84e1c8340b81a7cb73012128850cee ssh-agent -k [2022-04-11T15:45:00.124Z] unset SSH_AUTH_SOCK; [2022-04-11T15:45:00.125Z] unset SSH_AGENT_PID; [2022-04-11T15:45:00.125Z] echo Agent pid 20 killed; [2022-04-11T15:45:00.154Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-04-11T15:45:00.189Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-11T15:45:00.189Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-11T15:45:00.332Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-11T15:45:00.322Z] $ docker exec b139afb3c20f45ccb4e748604a22ee993b84e1c8340b81a7cb73012128850cee ssh-agent [2022-04-11T15:45:00.462Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXHfFPDn/agent.55 [2022-04-11T15:45:00.462Z] SSH_AGENT_PID=61 [2022-04-11T15:45:00.468Z] Running ssh-add (command line suppressed) [2022-04-11T15:45:00.577Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_3654084861952824488.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_3654084861952824488.key) [2022-04-11T15:45:00.610Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-11T15:45:00.906Z] + git semver init [2022-04-11T15:45:00.906Z] # -> Open(): unable to determine branch for HEAD [2022-04-11T15:45:00.906Z] # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git [2022-04-11T15:45:00.906Z] # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main [2022-04-11T15:45:00.906Z] # $SEMVER_REMOTE_NAME = origin [2022-04-11T15:45:00.906Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-11T15:45:00.906Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-11T15:45:00.906Z] # $SEMVER_BRANCH = main [2022-04-11T15:45:00.906Z] # $SEMVER_TEMP = /tmp/semver-826546224 [2022-04-11T15:45:00.906Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2022-04-11T15:45:01.858Z] # '/tmp/semver-826546224' -> '/w/workspace/ry_app-service-configurable_main/.semver' [2022-04-11T15:45:01.858Z] # -> Force: false [2022-04-11T15:45:01.858Z] # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [Pipeline] } [2022-04-11T15:45:01.858Z] $ docker exec --env ******** --env ******** b139afb3c20f45ccb4e748604a22ee993b84e1c8340b81a7cb73012128850cee ssh-agent -k [2022-04-11T15:45:01.967Z] unset SSH_AUTH_SOCK; [2022-04-11T15:45:01.968Z] unset SSH_AGENT_PID; [2022-04-11T15:45:01.968Z] echo Agent pid 61 killed; [2022-04-11T15:45:01.991Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-11T15:45:02.299Z] + git semver [Pipeline] } [2022-04-11T15:45:02.305Z] $ docker stop --time=1 b139afb3c20f45ccb4e748604a22ee993b84e1c8340b81a7cb73012128850cee [2022-04-11T15:45:03.633Z] $ docker rm -f b139afb3c20f45ccb4e748604a22ee993b84e1c8340b81a7cb73012128850cee [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-11T15:45:04.004Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-04-11T15:45:04.278Z] Stashed 1 file(s) [Pipeline] echo [2022-04-11T15:45:04.283Z] [edgeXSemver]: initialized semver on version 2.2.0-dev.26 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-11T15:45:04.458Z] provisioning config files... [2022-04-11T15:45:04.470Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config5658463072135356306tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-11T15:45:04.772Z] ---> docker-login.sh [2022-04-11T15:45:04.772Z] nexus3.edgexfoundry.org:10001 [2022-04-11T15:45:04.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T15:45:04.772Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T15:45:04.772Z] Configure a credential helper to remove this warning. See [2022-04-11T15:45:04.772Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T15:45:04.772Z] [2022-04-11T15:45:04.772Z] Login Succeeded [2022-04-11T15:45:04.772Z] nexus3.edgexfoundry.org:10002 [2022-04-11T15:45:04.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T15:45:05.033Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T15:45:05.033Z] Configure a credential helper to remove this warning. See [2022-04-11T15:45:05.033Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T15:45:05.033Z] [2022-04-11T15:45:05.033Z] Login Succeeded [2022-04-11T15:45:05.033Z] nexus3.edgexfoundry.org:10003 [2022-04-11T15:45:05.033Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T15:45:05.033Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T15:45:05.033Z] Configure a credential helper to remove this warning. See [2022-04-11T15:45:05.033Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T15:45:05.033Z] [2022-04-11T15:45:05.033Z] Login Succeeded [2022-04-11T15:45:05.033Z] nexus3.edgexfoundry.org:10004 [2022-04-11T15:45:05.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T15:45:05.293Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T15:45:05.293Z] Configure a credential helper to remove this warning. See [2022-04-11T15:45:05.293Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T15:45:05.293Z] [2022-04-11T15:45:05.293Z] Login Succeeded [2022-04-11T15:45:05.293Z] docker.io [2022-04-11T15:45:05.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T15:45:05.554Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T15:45:05.554Z] Configure a credential helper to remove this warning. See [2022-04-11T15:45:05.554Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T15:45:05.554Z] [2022-04-11T15:45:05.554Z] Login Succeeded [2022-04-11T15:45:05.554Z] ---> docker-login.sh ends [Pipeline] } [2022-04-11T15:45:05.564Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-11T15:45:05.652Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-11T15:45:05.666Z] ========================================================= [2022-04-11T15:45:05.666Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-04-11T15:45:05.666Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:45:05.985Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-04-11T15:45:05.986Z] Sending build context to Docker daemon 2.995MB [2022-04-11T15:45:05.986Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-04-11T15:45:05.986Z] Step 2/13 : FROM ${BASE} AS builder [2022-04-11T15:45:05.986Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-04-11T15:45:05.986Z] 59bf1c3509f3: Pulling fs layer [2022-04-11T15:45:05.986Z] 666ba61612fd: Pulling fs layer [2022-04-11T15:45:05.986Z] 8ed8ca486205: Pulling fs layer [2022-04-11T15:45:05.986Z] 4fe6c5a15a65: Pulling fs layer [2022-04-11T15:45:05.986Z] 22a0e8bec74d: Pulling fs layer [2022-04-11T15:45:05.986Z] 640e595b4fbd: Pulling fs layer [2022-04-11T15:45:05.986Z] 763cafe07f6e: Pulling fs layer [2022-04-11T15:45:05.986Z] 0c0b528cf693: Pulling fs layer [2022-04-11T15:45:05.986Z] 10935f4eaf8b: Pulling fs layer [2022-04-11T15:45:05.986Z] 640e595b4fbd: Waiting [2022-04-11T15:45:05.986Z] 763cafe07f6e: Waiting [2022-04-11T15:45:05.986Z] 4fe6c5a15a65: Waiting [2022-04-11T15:45:05.986Z] 0c0b528cf693: Waiting [2022-04-11T15:45:05.986Z] 22a0e8bec74d: Waiting [2022-04-11T15:45:05.986Z] 10935f4eaf8b: Waiting [2022-04-11T15:45:05.986Z] 8ed8ca486205: Verifying Checksum [2022-04-11T15:45:05.986Z] 8ed8ca486205: Download complete [2022-04-11T15:45:05.986Z] 666ba61612fd: Verifying Checksum [2022-04-11T15:45:05.986Z] 666ba61612fd: Download complete [2022-04-11T15:45:06.247Z] 22a0e8bec74d: Download complete [2022-04-11T15:45:06.247Z] 640e595b4fbd: Verifying Checksum [2022-04-11T15:45:06.247Z] 640e595b4fbd: Download complete [2022-04-11T15:45:06.247Z] 59bf1c3509f3: Verifying Checksum [2022-04-11T15:45:06.247Z] 59bf1c3509f3: Download complete [2022-04-11T15:45:06.247Z] 763cafe07f6e: Verifying Checksum [2022-04-11T15:45:06.247Z] 0c0b528cf693: Verifying Checksum [2022-04-11T15:45:06.247Z] 0c0b528cf693: Download complete [2022-04-11T15:45:06.247Z] 59bf1c3509f3: Pull complete [2022-04-11T15:45:06.515Z] 666ba61612fd: Pull complete [2022-04-11T15:45:06.515Z] 8ed8ca486205: Pull complete [2022-04-11T15:45:07.086Z] 10935f4eaf8b: Verifying Checksum [2022-04-11T15:45:07.086Z] 10935f4eaf8b: Download complete [2022-04-11T15:45:07.086Z] 4fe6c5a15a65: Verifying Checksum [2022-04-11T15:45:07.086Z] 4fe6c5a15a65: Download complete [2022-04-11T15:45:11.291Z] 4fe6c5a15a65: Pull complete [2022-04-11T15:45:11.291Z] 22a0e8bec74d: Pull complete [2022-04-11T15:45:11.291Z] 640e595b4fbd: Pull complete [2022-04-11T15:45:11.291Z] 763cafe07f6e: Pull complete [2022-04-11T15:45:11.553Z] 0c0b528cf693: Pull complete [2022-04-11T15:45:14.097Z] 10935f4eaf8b: Pull complete [2022-04-11T15:45:14.097Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-04-11T15:45:14.097Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-11T15:45:14.097Z] ---> 99d49a6021b9 [2022-04-11T15:45:14.097Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-04-11T15:45:15.040Z] ---> Running in 6ca272e020c5 [2022-04-11T15:45:15.040Z] Removing intermediate container 6ca272e020c5 [2022-04-11T15:45:15.040Z] ---> 80964425d074 [2022-04-11T15:45:15.040Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-04-11T15:45:15.040Z] ---> Running in 2b2b5de29d04 [2022-04-11T15:45:15.040Z] Removing intermediate container 2b2b5de29d04 [2022-04-11T15:45:15.040Z] ---> 0f2cfd9c40cc [2022-04-11T15:45:15.040Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-04-11T15:45:15.302Z] ---> Running in 2836d7239c14 [2022-04-11T15:45:15.302Z] Removing intermediate container 2836d7239c14 [2022-04-11T15:45:15.302Z] ---> 3056804976b9 [2022-04-11T15:45:15.302Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-11T15:45:15.302Z] ---> Running in 87782b2e2ecb [2022-04-11T15:45:15.876Z] Removing intermediate container 87782b2e2ecb [2022-04-11T15:45:15.876Z] ---> 07d9b99e1996 [2022-04-11T15:45:15.876Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-11T15:45:15.876Z] ---> Running in faa9b04ea1cf [2022-04-11T15:45:16.137Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-11T15:45:17.085Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-11T15:45:17.366Z] OK: 221 MiB in 52 packages [2022-04-11T15:45:17.631Z] Removing intermediate container faa9b04ea1cf [2022-04-11T15:45:17.631Z] ---> 940e82c1cbaf [2022-04-11T15:45:17.631Z] Step 8/13 : WORKDIR /app [2022-04-11T15:45:17.631Z] ---> Running in 678ac29a765a [2022-04-11T15:45:17.893Z] Removing intermediate container 678ac29a765a [2022-04-11T15:45:17.893Z] ---> 315e04660ef4 [2022-04-11T15:45:17.893Z] Step 9/13 : COPY go.mod vendor* ./ [2022-04-11T15:45:17.893Z] ---> f93d0b499622 [2022-04-11T15:45:17.893Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-11T15:45:17.893Z] ---> Running in 462a6a705081 [2022-04-11T15:45:19.413Z] Still waiting to schedule task [2022-04-11T15:45:19.413Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-04-11T15:45:44.481Z] Removing intermediate container 462a6a705081 [2022-04-11T15:45:44.481Z] ---> aa0ce4062f83 [2022-04-11T15:45:44.481Z] Step 11/13 : COPY . . [2022-04-11T15:45:44.481Z] ---> 23a8e653e7bf [2022-04-11T15:45:44.481Z] Step 12/13 : ARG MAKE="make build" [2022-04-11T15:45:44.481Z] ---> Running in dcc85e394339 [2022-04-11T15:45:44.481Z] Removing intermediate container dcc85e394339 [2022-04-11T15:45:44.481Z] ---> ca8a4d1008ba [2022-04-11T15:45:44.481Z] Step 13/13 : RUN $MAKE [2022-04-11T15:45:44.481Z] ---> Running in e26b9fd6f9e2 [2022-04-11T15:45:44.481Z] noop [2022-04-11T15:45:44.481Z] Removing intermediate container e26b9fd6f9e2 [2022-04-11T15:45:44.481Z] ---> 576d8c3ef476 [2022-04-11T15:45:44.481Z] Successfully built 576d8c3ef476 [2022-04-11T15:45:44.481Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:45:44.787Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-11T15:45:44.787Z] . [Pipeline] withDockerContainer [2022-04-11T15:45:44.887Z] prd-ubuntu20.04-docker-8c-8g-19519 does not seem to be running inside a container [2022-04-11T15:45:44.939Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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 ******** ci-base-image-x86_64 cat [2022-04-11T15:45:45.415Z] $ docker top 795a92d8063498fdaeffacc7935a5071479478c66728fa0e963c58785fa9b421 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-11T15:45:45.767Z] + go version [2022-04-11T15:45:45.767Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-04-11T15:45:45.791Z] $ docker stop --time=1 795a92d8063498fdaeffacc7935a5071479478c66728fa0e963c58785fa9b421 [2022-04-11T15:45:47.110Z] $ docker rm -f 795a92d8063498fdaeffacc7935a5071479478c66728fa0e963c58785fa9b421 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:45:47.536Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-11T15:45:47.536Z] . [Pipeline] withDockerContainer [2022-04-11T15:45:47.613Z] prd-ubuntu20.04-docker-8c-8g-19519 does not seem to be running inside a container [2022-04-11T15:45:47.661Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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 ******** ci-base-image-x86_64 cat [2022-04-11T15:45:48.060Z] $ docker top a5803993f0a77006277c078e6161a39dde4dc386170210f0f6ac815b649112a7 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-11T15:45:48.434Z] + make test [2022-04-11T15:45:48.435Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-04-11T15:45:56.603Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-04-11T15:45:56.603Z] CGO_ENABLED=1 go vet ./... [2022-04-11T15:45:59.207Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-11T15:45:59.207Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-11T15:45:59.207Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-11T15:45:59.220Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-04-11T15:45:59.245Z] $ docker stop --time=1 a5803993f0a77006277c078e6161a39dde4dc386170210f0f6ac815b649112a7 [2022-04-11T15:46:00.746Z] $ docker rm -f a5803993f0a77006277c078e6161a39dde4dc386170210f0f6ac815b649112a7 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-11T15:46:01.122Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-04-11T15:46:01.161Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-04-11T15:46:02.227Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-04-11T15:46:02.518Z] + ls -al . [2022-04-11T15:46:02.518Z] total 176 [2022-04-11T15:46:02.518Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 11 15:45 . [2022-04-11T15:46:02.518Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 11 15:44 .. [2022-04-11T15:46:02.518Z] -rw-rw-r-- 1 jenkins jenkins 119 Apr 11 15:44 .dockerignore [2022-04-11T15:46:02.518Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 11 15:44 .git [2022-04-11T15:46:02.518Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 11 15:44 .github [2022-04-11T15:46:02.518Z] -rw-rw-r-- 1 jenkins jenkins 104 Apr 11 15:44 .gitignore [2022-04-11T15:46:02.518Z] drwx------ 3 jenkins jenkins 4096 Apr 11 15:45 .semver [2022-04-11T15:46:02.518Z] -rw-rw-r-- 1 jenkins jenkins 7627 Apr 11 15:44 Attribution.txt [2022-04-11T15:46:02.518Z] -rw-rw-r-- 1 jenkins jenkins 23791 Apr 11 15:44 CHANGELOG.md [2022-04-11T15:46:02.518Z] -rw-rw-r-- 1 jenkins jenkins 2087 Apr 11 15:44 Dockerfile [2022-04-11T15:46:02.518Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 11 15:44 GOVERNANCE.md [2022-04-11T15:46:02.518Z] -rw-rw-r-- 1 jenkins jenkins 688 Apr 11 15:44 Jenkinsfile [2022-04-11T15:46:02.518Z] -rw-rw-r-- 1 jenkins jenkins 10174 Apr 11 15:44 LICENSE [2022-04-11T15:46:02.518Z] -rw-rw-r-- 1 jenkins jenkins 618 Apr 11 15:44 OWNERS.md [2022-04-11T15:46:02.518Z] -rw-rw-r-- 1 jenkins jenkins 3860 Apr 11 15:44 README.md [2022-04-11T15:46:02.518Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 11 15:45 VERSION [2022-04-11T15:46:02.518Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 11 15:44 bin [2022-04-11T15:46:02.518Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 11 15:45 coverage.out [2022-04-11T15:46:02.518Z] -rw-rw-r-- 1 jenkins jenkins 2816 Apr 11 15:44 go.mod [2022-04-11T15:46:02.518Z] -rw-rw-r-- 1 jenkins jenkins 50335 Apr 11 15:44 go.sum [2022-04-11T15:46:02.518Z] -rw-rw-r-- 1 jenkins jenkins 1949 Apr 11 15:44 main.go [2022-04-11T15:46:02.518Z] -rw-rw-r-- 1 jenkins jenkins 1994 Apr 11 15:44 makefile [2022-04-11T15:46:02.518Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 11 15:44 res [2022-04-11T15:46:02.518Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 11 15:44 snap [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:46:02.816Z] + 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=e18cf4e9ef6bfb404f044f68c1d78b234feb3069 --label arch=amd64 --label version=2.2.0-dev.26 . [2022-04-11T15:46:02.816Z] Sending build context to Docker daemon 2.996MB [2022-04-11T15:46:02.816Z] Step 1/27 : ARG BASE=golang:1.17-alpine3.15 [2022-04-11T15:46:02.816Z] Step 2/27 : FROM ${BASE} AS builder [2022-04-11T15:46:02.816Z] ---> 576d8c3ef476 [2022-04-11T15:46:02.816Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-04-11T15:46:02.816Z] ---> Running in e5bc8d27d75e [2022-04-11T15:46:03.078Z] Removing intermediate container e5bc8d27d75e [2022-04-11T15:46:03.078Z] ---> 282cb5454c06 [2022-04-11T15:46:03.078Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-04-11T15:46:03.078Z] ---> Running in 43bb79094a36 [2022-04-11T15:46:03.078Z] Removing intermediate container 43bb79094a36 [2022-04-11T15:46:03.078Z] ---> 581f1d7178cc [2022-04-11T15:46:03.078Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-04-11T15:46:03.078Z] ---> Running in b73e55dfe75b [2022-04-11T15:46:03.078Z] Removing intermediate container b73e55dfe75b [2022-04-11T15:46:03.078Z] ---> 1827604f5508 [2022-04-11T15:46:03.078Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-11T15:46:03.340Z] ---> Running in 188609dfb775 [2022-04-11T15:46:03.912Z] Removing intermediate container 188609dfb775 [2022-04-11T15:46:03.912Z] ---> 1c7c869f5c28 [2022-04-11T15:46:03.912Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-11T15:46:03.912Z] ---> Running in 7fc3c56a71c5 [2022-04-11T15:46:04.174Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-11T15:46:05.115Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-11T15:46:05.115Z] OK: 221 MiB in 52 packages [2022-04-11T15:46:05.687Z] Removing intermediate container 7fc3c56a71c5 [2022-04-11T15:46:05.687Z] ---> 2cf91adcb6e5 [2022-04-11T15:46:05.687Z] Step 8/27 : WORKDIR /app [2022-04-11T15:46:05.687Z] ---> Running in 23c9c0cfcc86 [2022-04-11T15:46:05.687Z] Removing intermediate container 23c9c0cfcc86 [2022-04-11T15:46:05.687Z] ---> e3c0fac3c2a8 [2022-04-11T15:46:05.687Z] Step 9/27 : COPY go.mod vendor* ./ [2022-04-11T15:46:05.687Z] ---> 16a531327fd8 [2022-04-11T15:46:05.687Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-11T15:46:05.950Z] ---> Running in de0e54d94c59 [2022-04-11T15:46:06.521Z] Removing intermediate container de0e54d94c59 [2022-04-11T15:46:06.521Z] ---> 7288fa9edfc1 [2022-04-11T15:46:06.521Z] Step 11/27 : COPY . . [2022-04-11T15:46:06.782Z] ---> 8a808d287114 [2022-04-11T15:46:06.782Z] Step 12/27 : ARG MAKE="make build" [2022-04-11T15:46:06.782Z] ---> Running in 8a78fca01b52 [2022-04-11T15:46:06.782Z] Removing intermediate container 8a78fca01b52 [2022-04-11T15:46:06.782Z] ---> 1b80515e4de3 [2022-04-11T15:46:06.782Z] Step 13/27 : RUN $MAKE [2022-04-11T15:46:06.782Z] ---> Running in 9ff74fd8bb7e [2022-04-11T15:46:07.043Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-04-11T15:46:25.169Z] Removing intermediate container 9ff74fd8bb7e [2022-04-11T15:46:25.169Z] ---> ee92ece1da91 [2022-04-11T15:46:25.169Z] Step 14/27 : FROM alpine:3.14 [2022-04-11T15:46:25.169Z] 3.14: Pulling from library/alpine [2022-04-11T15:46:25.169Z] 8663204ce13b: Pulling fs layer [2022-04-11T15:46:25.169Z] 8663204ce13b: Download complete [2022-04-11T15:46:25.169Z] 8663204ce13b: Pull complete [2022-04-11T15:46:25.169Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-11T15:46:25.169Z] Status: Downloaded newer image for alpine:3.14 [2022-04-11T15:46:25.169Z] ---> e04c818066af [2022-04-11T15:46:25.169Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-04-11T15:46:25.169Z] ---> Running in 8250f4c07c8c [2022-04-11T15:46:25.169Z] Removing intermediate container 8250f4c07c8c [2022-04-11T15:46:25.169Z] ---> 1c338586a22e [2022-04-11T15:46:25.169Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-04-11T15:46:25.169Z] ---> Running in f9492ec6abdd [2022-04-11T15:46:25.169Z] Removing intermediate container f9492ec6abdd [2022-04-11T15:46:25.169Z] ---> c2d1beca816c [2022-04-11T15:46:25.169Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-04-11T15:46:25.169Z] ---> Running in 57ffca7c3bfc [2022-04-11T15:46:25.169Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-11T15:46:25.429Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-11T15:46:25.689Z] (1/7) Installing ca-certificates (20211220-r0) [2022-04-11T15:46:25.689Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-04-11T15:46:25.689Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2022-04-11T15:46:25.689Z] (4/7) Installing libsodium (1.0.18-r0) [2022-04-11T15:46:25.689Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-11T15:46:25.689Z] (6/7) Installing libzmq (4.3.4-r0) [2022-04-11T15:46:25.689Z] (7/7) Installing zeromq (4.3.4-r0) [2022-04-11T15:46:25.689Z] Executing busybox-1.33.1-r7.trigger [2022-04-11T15:46:25.689Z] Executing ca-certificates-20211220-r0.trigger [2022-04-11T15:46:25.689Z] OK: 9 MiB in 21 packages [2022-04-11T15:46:26.262Z] Removing intermediate container 57ffca7c3bfc [2022-04-11T15:46:26.263Z] ---> 41a8370b61e7 [2022-04-11T15:46:26.263Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-04-11T15:46:26.263Z] ---> d65911fdf7a0 [2022-04-11T15:46:26.263Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-04-11T15:46:26.523Z] ---> be1761526568 [2022-04-11T15:46:26.523Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-04-11T15:46:26.784Z] ---> 00f456329d9c [2022-04-11T15:46:26.785Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-04-11T15:46:27.047Z] ---> c155e339c9e0 [2022-04-11T15:46:27.047Z] Step 22/27 : EXPOSE 48095 [2022-04-11T15:46:27.047Z] ---> Running in 38f0055acb99 [2022-04-11T15:46:27.310Z] Removing intermediate container 38f0055acb99 [2022-04-11T15:46:27.310Z] ---> a575264a2eee [2022-04-11T15:46:27.310Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-04-11T15:46:27.310Z] ---> Running in 73ba6f6d174d [2022-04-11T15:46:27.310Z] Removing intermediate container 73ba6f6d174d [2022-04-11T15:46:27.310Z] ---> fce8e25775fc [2022-04-11T15:46:27.310Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-11T15:46:27.310Z] ---> Running in a92831ed3240 [2022-04-11T15:46:27.573Z] Removing intermediate container a92831ed3240 [2022-04-11T15:46:27.573Z] ---> fdb43ec17df2 [2022-04-11T15:46:27.573Z] Step 25/27 : LABEL arch=amd64 [2022-04-11T15:46:27.573Z] ---> Running in 48b4fed5973b [2022-04-11T15:46:27.573Z] Removing intermediate container 48b4fed5973b [2022-04-11T15:46:27.573Z] ---> fa0b61118c57 [2022-04-11T15:46:27.573Z] Step 26/27 : LABEL git_sha=e18cf4e9ef6bfb404f044f68c1d78b234feb3069 [2022-04-11T15:46:27.573Z] ---> Running in 77fedd51711e [2022-04-11T15:46:27.835Z] Removing intermediate container 77fedd51711e [2022-04-11T15:46:27.835Z] ---> 2cf343887a08 [2022-04-11T15:46:27.835Z] Step 27/27 : LABEL version=2.2.0-dev.26 [2022-04-11T15:46:27.835Z] ---> Running in 9ab3b8720394 [2022-04-11T15:46:27.835Z] Removing intermediate container 9ab3b8720394 [2022-04-11T15:46:27.835Z] ---> 18fbcc2ce77a [2022-04-11T15:46:27.835Z] [Warning] One or more build-args [ARCH] were not consumed [2022-04-11T15:46:27.835Z] Successfully built 18fbcc2ce77a [2022-04-11T15:46:27.835Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-11T15:46:27.921Z] provisioning config files... [2022-04-11T15:46:27.933Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config7018457163398431688tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-11T15:46:28.240Z] ---> docker-login.sh [2022-04-11T15:46:28.240Z] nexus3.edgexfoundry.org:10001 [2022-04-11T15:46:28.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T15:46:28.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T15:46:28.240Z] Configure a credential helper to remove this warning. See [2022-04-11T15:46:28.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T15:46:28.240Z] [2022-04-11T15:46:28.240Z] Login Succeeded [2022-04-11T15:46:28.240Z] nexus3.edgexfoundry.org:10002 [2022-04-11T15:46:28.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T15:46:28.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T15:46:28.501Z] Configure a credential helper to remove this warning. See [2022-04-11T15:46:28.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T15:46:28.501Z] [2022-04-11T15:46:28.501Z] Login Succeeded [2022-04-11T15:46:28.501Z] nexus3.edgexfoundry.org:10003 [2022-04-11T15:46:28.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T15:46:28.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T15:46:28.501Z] Configure a credential helper to remove this warning. See [2022-04-11T15:46:28.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T15:46:28.501Z] [2022-04-11T15:46:28.501Z] Login Succeeded [2022-04-11T15:46:28.501Z] nexus3.edgexfoundry.org:10004 [2022-04-11T15:46:28.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T15:46:28.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T15:46:28.762Z] Configure a credential helper to remove this warning. See [2022-04-11T15:46:28.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T15:46:28.762Z] [2022-04-11T15:46:28.762Z] Login Succeeded [2022-04-11T15:46:28.762Z] docker.io [2022-04-11T15:46:28.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T15:46:29.022Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T15:46:29.022Z] Configure a credential helper to remove this warning. See [2022-04-11T15:46:29.022Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T15:46:29.022Z] [2022-04-11T15:46:29.022Z] Login Succeeded [2022-04-11T15:46:29.022Z] ---> docker-login.sh ends [Pipeline] } [2022-04-11T15:46:29.030Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-04-11T15:46:29.063Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-11T15:46:29.089Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2022-04-11T15:46:29.089Z] e18cf4e9ef6bfb404f044f68c1d78b234feb3069 [2022-04-11T15:46:29.089Z] latest [2022-04-11T15:46:29.089Z] 2.2.0-dev.26 [2022-04-11T15:46:29.089Z] e18cf4e9ef6bfb404f044f68c1d78b234feb3069-2.2.0-dev.26 [2022-04-11T15:46:29.089Z] main [2022-04-11T15:46:29.089Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:46:29.425Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:e18cf4e9ef6bfb404f044f68c1d78b234feb3069 [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:46:29.722Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:e18cf4e9ef6bfb404f044f68c1d78b234feb3069 [2022-04-11T15:46:29.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-04-11T15:46:29.722Z] ed0aef5a09e1: Preparing [2022-04-11T15:46:29.722Z] e3fb361ff8cb: Preparing [2022-04-11T15:46:29.722Z] 4d502190de92: Preparing [2022-04-11T15:46:29.722Z] f6bd12e87879: Preparing [2022-04-11T15:46:29.722Z] b8adb72b78bb: Preparing [2022-04-11T15:46:29.722Z] b541d28bf3b4: Preparing [2022-04-11T15:46:29.722Z] b541d28bf3b4: Waiting [2022-04-11T15:46:29.722Z] e3fb361ff8cb: Pushed [2022-04-11T15:46:29.722Z] f6bd12e87879: Pushed [2022-04-11T15:46:29.722Z] 4d502190de92: Pushed [2022-04-11T15:46:29.722Z] b541d28bf3b4: Layer already exists [2022-04-11T15:46:29.983Z] b8adb72b78bb: Pushed [2022-04-11T15:46:31.896Z] ed0aef5a09e1: Pushed [2022-04-11T15:46:31.896Z] e18cf4e9ef6bfb404f044f68c1d78b234feb3069: digest: sha256:c4e9ad335da7594c0121aa77d995ec8b8985acec063dcd7f23f738fc0a22cbf4 size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:46:32.198Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:46:32.493Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2022-04-11T15:46:32.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-04-11T15:46:32.493Z] ed0aef5a09e1: Preparing [2022-04-11T15:46:32.493Z] e3fb361ff8cb: Preparing [2022-04-11T15:46:32.493Z] 4d502190de92: Preparing [2022-04-11T15:46:32.493Z] f6bd12e87879: Preparing [2022-04-11T15:46:32.493Z] b8adb72b78bb: Preparing [2022-04-11T15:46:32.493Z] b541d28bf3b4: Preparing [2022-04-11T15:46:32.493Z] b541d28bf3b4: Waiting [2022-04-11T15:46:32.493Z] b8adb72b78bb: Layer already exists [2022-04-11T15:46:32.493Z] ed0aef5a09e1: Layer already exists [2022-04-11T15:46:32.493Z] 4d502190de92: Layer already exists [2022-04-11T15:46:32.493Z] f6bd12e87879: Layer already exists [2022-04-11T15:46:32.493Z] e3fb361ff8cb: Layer already exists [2022-04-11T15:46:32.493Z] b541d28bf3b4: Layer already exists [2022-04-11T15:46:32.493Z] latest: digest: sha256:c4e9ad335da7594c0121aa77d995ec8b8985acec063dcd7f23f738fc0a22cbf4 size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:46:32.797Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.26 [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:46:33.094Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.26 [2022-04-11T15:46:33.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-04-11T15:46:33.094Z] ed0aef5a09e1: Preparing [2022-04-11T15:46:33.094Z] e3fb361ff8cb: Preparing [2022-04-11T15:46:33.094Z] 4d502190de92: Preparing [2022-04-11T15:46:33.094Z] f6bd12e87879: Preparing [2022-04-11T15:46:33.094Z] b8adb72b78bb: Preparing [2022-04-11T15:46:33.094Z] b541d28bf3b4: Preparing [2022-04-11T15:46:33.094Z] b8adb72b78bb: Layer already exists [2022-04-11T15:46:33.094Z] f6bd12e87879: Layer already exists [2022-04-11T15:46:33.094Z] 4d502190de92: Layer already exists [2022-04-11T15:46:33.094Z] ed0aef5a09e1: Layer already exists [2022-04-11T15:46:33.094Z] e3fb361ff8cb: Layer already exists [2022-04-11T15:46:33.094Z] b541d28bf3b4: Layer already exists [2022-04-11T15:46:33.094Z] 2.2.0-dev.26: digest: sha256:c4e9ad335da7594c0121aa77d995ec8b8985acec063dcd7f23f738fc0a22cbf4 size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:46:33.392Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:e18cf4e9ef6bfb404f044f68c1d78b234feb3069-2.2.0-dev.26 [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:46:33.686Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:e18cf4e9ef6bfb404f044f68c1d78b234feb3069-2.2.0-dev.26 [2022-04-11T15:46:33.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-04-11T15:46:33.686Z] ed0aef5a09e1: Preparing [2022-04-11T15:46:33.686Z] e3fb361ff8cb: Preparing [2022-04-11T15:46:33.686Z] 4d502190de92: Preparing [2022-04-11T15:46:33.686Z] f6bd12e87879: Preparing [2022-04-11T15:46:33.686Z] b8adb72b78bb: Preparing [2022-04-11T15:46:33.686Z] b541d28bf3b4: Preparing [2022-04-11T15:46:33.686Z] b541d28bf3b4: Waiting [2022-04-11T15:46:33.686Z] e3fb361ff8cb: Layer already exists [2022-04-11T15:46:33.686Z] b8adb72b78bb: Layer already exists [2022-04-11T15:46:33.686Z] 4d502190de92: Layer already exists [2022-04-11T15:46:33.686Z] ed0aef5a09e1: Layer already exists [2022-04-11T15:46:33.686Z] f6bd12e87879: Layer already exists [2022-04-11T15:46:33.686Z] b541d28bf3b4: Layer already exists [2022-04-11T15:46:33.686Z] e18cf4e9ef6bfb404f044f68c1d78b234feb3069-2.2.0-dev.26: digest: sha256:c4e9ad335da7594c0121aa77d995ec8b8985acec063dcd7f23f738fc0a22cbf4 size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:46:33.990Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:46:34.290Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2022-04-11T15:46:34.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-04-11T15:46:34.290Z] ed0aef5a09e1: Preparing [2022-04-11T15:46:34.290Z] e3fb361ff8cb: Preparing [2022-04-11T15:46:34.290Z] 4d502190de92: Preparing [2022-04-11T15:46:34.290Z] f6bd12e87879: Preparing [2022-04-11T15:46:34.290Z] b8adb72b78bb: Preparing [2022-04-11T15:46:34.290Z] b541d28bf3b4: Preparing [2022-04-11T15:46:34.290Z] b541d28bf3b4: Waiting [2022-04-11T15:46:34.290Z] ed0aef5a09e1: Layer already exists [2022-04-11T15:46:34.290Z] e3fb361ff8cb: Layer already exists [2022-04-11T15:46:34.290Z] f6bd12e87879: Layer already exists [2022-04-11T15:46:34.290Z] 4d502190de92: Layer already exists [2022-04-11T15:46:34.290Z] b8adb72b78bb: Layer already exists [2022-04-11T15:46:34.290Z] b541d28bf3b4: Layer already exists [2022-04-11T15:46:34.290Z] main: digest: sha256:c4e9ad335da7594c0121aa77d995ec8b8985acec063dcd7f23f738fc0a22cbf4 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-04-11T15:46:34.323Z] ===================================================== [Pipeline] echo [2022-04-11T15:46:34.336Z] taggedImages: [2022-04-11T15:46:34.336Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:e18cf4e9ef6bfb404f044f68c1d78b234feb3069 [2022-04-11T15:46:34.336Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2022-04-11T15:46:34.336Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.26 [2022-04-11T15:46:34.336Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:e18cf4e9ef6bfb404f044f68c1d78b234feb3069-2.2.0-dev.26 [2022-04-11T15:46:34.336Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // script [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] sh [2022-04-11T15:46:34.727Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-11T15:46:34.727Z] [2022-04-11T15:46:34.727Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:46:35.032Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-11T15:46:35.032Z] latest: Pulling from edgex-lftools-log-publisher [2022-04-11T15:46:35.032Z] 5eb5b503b376: Pulling fs layer [2022-04-11T15:46:35.032Z] 5c69ac0246d0: Pulling fs layer [2022-04-11T15:46:35.032Z] ec43610c2a17: Pulling fs layer [2022-04-11T15:46:35.032Z] 3a2ae6a8a46f: Pulling fs layer [2022-04-11T15:46:35.032Z] 33b1e0a273af: Pulling fs layer [2022-04-11T15:46:35.032Z] 5d3b04190fa2: Pulling fs layer [2022-04-11T15:46:35.032Z] 2f39f015ded8: Pulling fs layer [2022-04-11T15:46:35.032Z] 3a2ae6a8a46f: Waiting [2022-04-11T15:46:35.032Z] 33b1e0a273af: Waiting [2022-04-11T15:46:35.032Z] 2f39f015ded8: Waiting [2022-04-11T15:46:35.032Z] 5d3b04190fa2: Waiting [2022-04-11T15:46:35.032Z] 5c69ac0246d0: Verifying Checksum [2022-04-11T15:46:35.032Z] 5c69ac0246d0: Download complete [2022-04-11T15:46:35.032Z] 3a2ae6a8a46f: Verifying Checksum [2022-04-11T15:46:35.032Z] 3a2ae6a8a46f: Download complete [2022-04-11T15:46:35.032Z] 33b1e0a273af: Verifying Checksum [2022-04-11T15:46:35.032Z] 33b1e0a273af: Download complete [2022-04-11T15:46:35.032Z] 5d3b04190fa2: Verifying Checksum [2022-04-11T15:46:35.032Z] 5d3b04190fa2: Download complete [2022-04-11T15:46:35.032Z] ec43610c2a17: Verifying Checksum [2022-04-11T15:46:35.032Z] ec43610c2a17: Download complete [2022-04-11T15:46:35.293Z] 5eb5b503b376: Verifying Checksum [2022-04-11T15:46:35.293Z] 5eb5b503b376: Download complete [2022-04-11T15:46:35.861Z] 2f39f015ded8: Download complete [2022-04-11T15:46:36.433Z] 5eb5b503b376: Pull complete [2022-04-11T15:46:36.694Z] 5c69ac0246d0: Pull complete [2022-04-11T15:46:37.263Z] ec43610c2a17: Pull complete [2022-04-11T15:46:37.263Z] 3a2ae6a8a46f: Pull complete [2022-04-11T15:46:37.523Z] 33b1e0a273af: Pull complete [2022-04-11T15:46:37.523Z] 5d3b04190fa2: Pull complete [2022-04-11T15:46:41.725Z] 2f39f015ded8: Pull complete [2022-04-11T15:46:41.725Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-04-11T15:46:41.725Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-11T15:46:41.725Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-04-11T15:46:41.796Z] prd-ubuntu20.04-docker-8c-8g-19519 does not seem to be running inside a container [2022-04-11T15:46:41.851Z] $ 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/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-04-11T15:46:43.251Z] $ docker top ed8579c7da32cc0d3ed7b8550ee0cdad1f78e7269ee891caff81eaf5c879d81b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-11T15:46:43.686Z] ---> job-cost.sh [2022-04-11T15:46:43.687Z] lf-activate-venv: SKIPPING [2022-04-11T15:46:43.687Z] INFO: No Stack... [2022-04-11T15:46:43.947Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-11T15:46:44.520Z] INFO: Archiving Costs [Pipeline] sh [2022-04-11T15:46:44.814Z] + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [2022-04-11T15:46:44.814Z] + cut -d, -f6 [Pipeline] lock [2022-04-11T15:46:44.827Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-62-stack-cost] [2022-04-11T15:46:44.832Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-62-stack-cost] did not exist. Created. [2022-04-11T15:46:44.832Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-62-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-11T15:46:45.143Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-04-11T15:46:45.165Z] Stashed 1 file(s) [Pipeline] } [2022-04-11T15:46:45.174Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-62-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-11T15:46:45.213Z] $ docker stop --time=1 ed8579c7da32cc0d3ed7b8550ee0cdad1f78e7269ee891caff81eaf5c879d81b [2022-04-11T15:46:46.426Z] $ docker rm -f ed8579c7da32cc0d3ed7b8550ee0cdad1f78e7269ee891caff81eaf5c879d81b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-11T15:46:56.897Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-19520 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2022-04-11T15:46:56.913Z] Running in /w/workspace/app-service-configurable/62 [Pipeline] { [Pipeline] checkout [2022-04-11T15:46:57.185Z] Selected Git installation does not exist. Using Default [2022-04-11T15:46:57.185Z] The recommended git tool is: NONE [2022-04-11T15:47:04.602Z] using credential edgex-jenkins-ssh [2022-04-11T15:47:04.618Z] Cloning the remote Git repository [2022-04-11T15:47:04.703Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2022-04-11T15:47:04.797Z] > git init /w/workspace/app-service-configurable/62 # timeout=10 [2022-04-11T15:47:04.874Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-04-11T15:47:04.875Z] > git --version # timeout=10 [2022-04-11T15:47:04.904Z] > git --version # 'git version 2.25.1' [2022-04-11T15:47:04.907Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-11T15:47:05.045Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-11T15:47:06.232Z] Avoid second fetch [2022-04-11T15:47:06.232Z] Checking out Revision e18cf4e9ef6bfb404f044f68c1d78b234feb3069 (main) [2022-04-11T15:47:06.159Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-04-11T15:47:06.198Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-11T15:47:06.273Z] > git config core.sparsecheckout # timeout=10 [2022-04-11T15:47:06.290Z] > git checkout -f e18cf4e9ef6bfb404f044f68c1d78b234feb3069 # timeout=10 [2022-04-11T15:47:10.731Z] Commit message: "feat: enable security hardening (#396)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-11T15:47:11.758Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-04-11T15:47:11.758Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-11T15:47:11.758Z] Dload Upload Total Spent Left Speed [2022-04-11T15:47:11.758Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 49760 0 --:--:-- --:--:-- --:--:-- 49970 [Pipeline] sh [2022-04-11T15:47:12.336Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-04-11T15:47:12.685Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-04-11T15:47:12.685Z] + sudo tee /etc/docker/daemon.new [2022-04-11T15:47:12.685Z] { [2022-04-11T15:47:12.685Z] "registry-mirrors": [ [2022-04-11T15:47:12.685Z] "https://nexus3.edgexfoundry.org:10001" [2022-04-11T15:47:12.685Z] ], [2022-04-11T15:47:12.685Z] "bip": "10.250.0.254/24", [2022-04-11T15:47:12.685Z] "hosts": [ [2022-04-11T15:47:12.685Z] "tcp://0.0.0.0:5555", [2022-04-11T15:47:12.685Z] "unix:///var/run/docker.sock" [2022-04-11T15:47:12.685Z] ], [2022-04-11T15:47:12.685Z] "mtu": 1458, [2022-04-11T15:47:12.685Z] "selinux-enabled": true, [2022-04-11T15:47:12.685Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-04-11T15:47:12.685Z] } [Pipeline] sh [2022-04-11T15:47:13.049Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-04-11T15:47:13.400Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-11T15:47:31.771Z] provisioning config files... [2022-04-11T15:47:31.795Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/62@tmp/config133223513267703146tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-11T15:47:32.156Z] ---> docker-login.sh [2022-04-11T15:47:32.157Z] nexus3.edgexfoundry.org:10001 [2022-04-11T15:47:32.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T15:47:33.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T15:47:33.119Z] Configure a credential helper to remove this warning. See [2022-04-11T15:47:33.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T15:47:33.119Z] [2022-04-11T15:47:33.119Z] Login Succeeded [2022-04-11T15:47:33.119Z] nexus3.edgexfoundry.org:10002 [2022-04-11T15:47:33.405Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T15:47:33.681Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T15:47:33.681Z] Configure a credential helper to remove this warning. See [2022-04-11T15:47:33.681Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T15:47:33.681Z] [2022-04-11T15:47:33.681Z] Login Succeeded [2022-04-11T15:47:33.681Z] nexus3.edgexfoundry.org:10003 [2022-04-11T15:47:33.954Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T15:47:34.231Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T15:47:34.231Z] Configure a credential helper to remove this warning. See [2022-04-11T15:47:34.231Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T15:47:34.231Z] [2022-04-11T15:47:34.231Z] Login Succeeded [2022-04-11T15:47:34.231Z] nexus3.edgexfoundry.org:10004 [2022-04-11T15:47:34.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T15:47:34.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T15:47:34.506Z] Configure a credential helper to remove this warning. See [2022-04-11T15:47:34.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T15:47:34.506Z] [2022-04-11T15:47:34.506Z] Login Succeeded [2022-04-11T15:47:34.506Z] docker.io [2022-04-11T15:47:35.107Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T15:47:35.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T15:47:35.378Z] Configure a credential helper to remove this warning. See [2022-04-11T15:47:35.378Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T15:47:35.378Z] [2022-04-11T15:47:35.378Z] Login Succeeded [2022-04-11T15:47:35.378Z] ---> docker-login.sh ends [Pipeline] } [2022-04-11T15:47:35.396Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-11T15:47:35.875Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-11T15:47:35.888Z] ========================================================= [2022-04-11T15:47:35.888Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-04-11T15:47:35.888Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:47:36.242Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-04-11T15:47:36.242Z] Sending build context to Docker daemon 210.4kB [2022-04-11T15:47:36.519Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-04-11T15:47:36.519Z] Step 2/13 : FROM ${BASE} AS builder [2022-04-11T15:47:36.793Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-04-11T15:47:36.793Z] 9b3977197b4f: Pulling fs layer [2022-04-11T15:47:36.793Z] 1a89e8eeedd5: Pulling fs layer [2022-04-11T15:47:36.793Z] 94645a83ff95: Pulling fs layer [2022-04-11T15:47:36.793Z] 3f3a8bcf1eab: Pulling fs layer [2022-04-11T15:47:36.793Z] 0c92f367c5e7: Pulling fs layer [2022-04-11T15:47:36.793Z] f7c0051592d6: Pulling fs layer [2022-04-11T15:47:36.793Z] a227ed2f7395: Pulling fs layer [2022-04-11T15:47:36.793Z] 7b1c46037f91: Pulling fs layer [2022-04-11T15:47:36.793Z] f7c0051592d6: Waiting [2022-04-11T15:47:36.793Z] 3f3a8bcf1eab: Waiting [2022-04-11T15:47:36.793Z] 7b1c46037f91: Waiting [2022-04-11T15:47:36.793Z] 0c92f367c5e7: Waiting [2022-04-11T15:47:36.793Z] a227ed2f7395: Waiting [2022-04-11T15:47:36.793Z] 94645a83ff95: Verifying Checksum [2022-04-11T15:47:36.793Z] 94645a83ff95: Download complete [2022-04-11T15:47:36.793Z] 1a89e8eeedd5: Verifying Checksum [2022-04-11T15:47:36.793Z] 1a89e8eeedd5: Download complete [2022-04-11T15:47:36.793Z] 0c92f367c5e7: Verifying Checksum [2022-04-11T15:47:36.793Z] 0c92f367c5e7: Download complete [2022-04-11T15:47:36.793Z] f7c0051592d6: Verifying Checksum [2022-04-11T15:47:36.793Z] f7c0051592d6: Download complete [2022-04-11T15:47:36.793Z] 9b3977197b4f: Verifying Checksum [2022-04-11T15:47:36.793Z] 9b3977197b4f: Download complete [2022-04-11T15:47:36.793Z] a227ed2f7395: Verifying Checksum [2022-04-11T15:47:36.793Z] a227ed2f7395: Download complete [2022-04-11T15:47:37.395Z] 9b3977197b4f: Pull complete [2022-04-11T15:47:38.002Z] 1a89e8eeedd5: Pull complete [2022-04-11T15:47:38.280Z] 94645a83ff95: Pull complete [2022-04-11T15:47:38.879Z] 7b1c46037f91: Verifying Checksum [2022-04-11T15:47:38.879Z] 7b1c46037f91: Download complete [2022-04-11T15:47:39.477Z] 3f3a8bcf1eab: Verifying Checksum [2022-04-11T15:47:39.477Z] 3f3a8bcf1eab: Download complete [2022-04-11T15:47:51.874Z] 3f3a8bcf1eab: Pull complete [2022-04-11T15:47:51.874Z] 0c92f367c5e7: Pull complete [2022-04-11T15:47:51.874Z] f7c0051592d6: Pull complete [2022-04-11T15:47:51.874Z] a227ed2f7395: Pull complete [2022-04-11T15:47:58.612Z] 7b1c46037f91: Pull complete [2022-04-11T15:47:58.612Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-04-11T15:47:58.612Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-11T15:47:58.612Z] ---> f79e39bc4007 [2022-04-11T15:47:58.612Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-04-11T15:47:59.596Z] ---> Running in 9ea54176467c [2022-04-11T15:47:59.875Z] Removing intermediate container 9ea54176467c [2022-04-11T15:47:59.876Z] ---> 9a4314e1e9b1 [2022-04-11T15:47:59.876Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-04-11T15:47:59.876Z] ---> Running in f64e67038a0f [2022-04-11T15:48:00.151Z] Removing intermediate container f64e67038a0f [2022-04-11T15:48:00.151Z] ---> d16565636cf9 [2022-04-11T15:48:00.151Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-04-11T15:48:00.151Z] ---> Running in cbf68452e816 [2022-04-11T15:48:00.427Z] Removing intermediate container cbf68452e816 [2022-04-11T15:48:00.427Z] ---> f8e101737c50 [2022-04-11T15:48:00.427Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-11T15:48:00.427Z] ---> Running in 8a80df322918 [2022-04-11T15:48:02.408Z] Removing intermediate container 8a80df322918 [2022-04-11T15:48:02.408Z] ---> a413275e844d [2022-04-11T15:48:02.408Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-11T15:48:02.408Z] ---> Running in 7a0b7a66c273 [2022-04-11T15:48:03.390Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-11T15:48:04.392Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-11T15:48:05.370Z] OK: 220 MiB in 52 packages [2022-04-11T15:48:06.352Z] Removing intermediate container 7a0b7a66c273 [2022-04-11T15:48:06.352Z] ---> a6d0b3ddf50f [2022-04-11T15:48:06.352Z] Step 8/13 : WORKDIR /app [2022-04-11T15:48:06.352Z] ---> Running in 9cd852ac38dd [2022-04-11T15:48:06.638Z] Removing intermediate container 9cd852ac38dd [2022-04-11T15:48:06.638Z] ---> 91a0384a985e [2022-04-11T15:48:06.638Z] Step 9/13 : COPY go.mod vendor* ./ [2022-04-11T15:48:07.239Z] ---> 43392ee6676a [2022-04-11T15:48:07.239Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-11T15:48:07.239Z] ---> Running in 6db8c8d72841 [2022-04-11T15:49:29.083Z] Removing intermediate container 6db8c8d72841 [2022-04-11T15:49:29.083Z] ---> ca940f27c1e7 [2022-04-11T15:49:29.083Z] Step 11/13 : COPY . . [2022-04-11T15:49:29.083Z] ---> 8f9d497f76c3 [2022-04-11T15:49:29.083Z] Step 12/13 : ARG MAKE="make build" [2022-04-11T15:49:29.083Z] ---> Running in 4ee094ce4513 [2022-04-11T15:49:29.083Z] Removing intermediate container 4ee094ce4513 [2022-04-11T15:49:29.083Z] ---> 5a3317b98fd0 [2022-04-11T15:49:29.083Z] Step 13/13 : RUN $MAKE [2022-04-11T15:49:29.083Z] ---> Running in f0d78403e566 [2022-04-11T15:49:29.083Z] noop [2022-04-11T15:49:29.083Z] Removing intermediate container f0d78403e566 [2022-04-11T15:49:29.083Z] ---> d71a9555fd72 [2022-04-11T15:49:29.083Z] Successfully built d71a9555fd72 [2022-04-11T15:49:29.083Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:49:29.430Z] + docker inspect -f . ci-base-image-arm64 [2022-04-11T15:49:29.430Z] . [Pipeline] withDockerContainer [2022-04-11T15:49:29.675Z] prd-ubuntu20.04-docker-arm64-4c-16g-19520 does not seem to be running inside a container [2022-04-11T15:49:29.759Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/62 -v /w/workspace/app-service-configurable/62:/w/workspace/app-service-configurable/62:rw,z -v /w/workspace/app-service-configurable/62@tmp:/w/workspace/app-service-configurable/62@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 ******** ci-base-image-arm64 cat [2022-04-11T15:49:31.134Z] $ docker top 81f53a2252f7bb9324142504d7d18c32af7d27916e108a4b5ecd75b79db92eb8 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-11T15:49:32.064Z] + go version [2022-04-11T15:49:32.064Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-04-11T15:49:32.089Z] $ docker stop --time=1 81f53a2252f7bb9324142504d7d18c32af7d27916e108a4b5ecd75b79db92eb8 [2022-04-11T15:49:33.769Z] $ docker rm -f 81f53a2252f7bb9324142504d7d18c32af7d27916e108a4b5ecd75b79db92eb8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:49:34.412Z] + docker inspect -f . ci-base-image-arm64 [2022-04-11T15:49:34.412Z] . [Pipeline] withDockerContainer [2022-04-11T15:49:34.649Z] prd-ubuntu20.04-docker-arm64-4c-16g-19520 does not seem to be running inside a container [2022-04-11T15:49:34.748Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/62 -v /w/workspace/app-service-configurable/62:/w/workspace/app-service-configurable/62:rw,z -v /w/workspace/app-service-configurable/62@tmp:/w/workspace/app-service-configurable/62@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 ******** ci-base-image-arm64 cat [2022-04-11T15:49:36.019Z] $ docker top 75cf6e4734911d3d2e0e59fc83734848f85477ecb716267436acbae1a4b91ff4 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-11T15:49:36.957Z] + make test [2022-04-11T15:49:36.957Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-04-11T15:50:23.973Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-04-11T15:50:23.973Z] CGO_ENABLED=1 go vet ./... [2022-04-11T15:50:42.287Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-11T15:50:42.287Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-11T15:50:42.287Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-11T15:50:42.900Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-04-11T15:50:42.915Z] $ docker stop --time=1 75cf6e4734911d3d2e0e59fc83734848f85477ecb716267436acbae1a4b91ff4 [2022-04-11T15:50:44.728Z] $ docker rm -f 75cf6e4734911d3d2e0e59fc83734848f85477ecb716267436acbae1a4b91ff4 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-11T15:50:45.514Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-04-11T15:50:45.543Z] Warning: overwriting stash ‘coverage-report’ [2022-04-11T15:50:45.978Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-11T15:50:46.390Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-04-11T15:50:46.725Z] + ls -al . [2022-04-11T15:50:46.725Z] total 172 [2022-04-11T15:50:46.725Z] drwxrwxr-x 7 jenkins jenkins 4096 Apr 11 15:50 . [2022-04-11T15:50:46.725Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 11 15:47 .. [2022-04-11T15:50:46.725Z] -rw-rw-r-- 1 jenkins jenkins 119 Apr 11 15:47 .dockerignore [2022-04-11T15:50:46.725Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 11 15:47 .git [2022-04-11T15:50:46.725Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 11 15:47 .github [2022-04-11T15:50:46.725Z] -rw-rw-r-- 1 jenkins jenkins 104 Apr 11 15:47 .gitignore [2022-04-11T15:50:46.725Z] -rw-rw-r-- 1 jenkins jenkins 7627 Apr 11 15:47 Attribution.txt [2022-04-11T15:50:46.725Z] -rw-rw-r-- 1 jenkins jenkins 23791 Apr 11 15:47 CHANGELOG.md [2022-04-11T15:50:46.725Z] -rw-rw-r-- 1 jenkins jenkins 2087 Apr 11 15:47 Dockerfile [2022-04-11T15:50:46.725Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 11 15:47 GOVERNANCE.md [2022-04-11T15:50:46.725Z] -rw-rw-r-- 1 jenkins jenkins 688 Apr 11 15:47 Jenkinsfile [2022-04-11T15:50:46.725Z] -rw-rw-r-- 1 jenkins jenkins 10174 Apr 11 15:47 LICENSE [2022-04-11T15:50:46.725Z] -rw-rw-r-- 1 jenkins jenkins 618 Apr 11 15:47 OWNERS.md [2022-04-11T15:50:46.725Z] -rw-rw-r-- 1 jenkins jenkins 3860 Apr 11 15:47 README.md [2022-04-11T15:50:46.725Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 11 15:45 VERSION [2022-04-11T15:50:46.725Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 11 15:47 bin [2022-04-11T15:50:46.725Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 11 15:49 coverage.out [2022-04-11T15:50:46.725Z] -rw-rw-r-- 1 jenkins jenkins 2816 Apr 11 15:47 go.mod [2022-04-11T15:50:46.725Z] -rw-rw-r-- 1 jenkins jenkins 50335 Apr 11 15:47 go.sum [2022-04-11T15:50:46.725Z] -rw-rw-r-- 1 jenkins jenkins 1949 Apr 11 15:47 main.go [2022-04-11T15:50:46.725Z] -rw-rw-r-- 1 jenkins jenkins 1994 Apr 11 15:47 makefile [2022-04-11T15:50:46.725Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 11 15:47 res [2022-04-11T15:50:46.725Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 11 15:47 snap [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:50:47.074Z] + 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=e18cf4e9ef6bfb404f044f68c1d78b234feb3069 --label arch=arm64 --label version=2.2.0-dev.26 . [2022-04-11T15:50:47.075Z] Sending build context to Docker daemon 211.5kB [2022-04-11T15:50:47.355Z] Step 1/27 : ARG BASE=golang:1.17-alpine3.15 [2022-04-11T15:50:47.355Z] Step 2/27 : FROM ${BASE} AS builder [2022-04-11T15:50:47.355Z] ---> d71a9555fd72 [2022-04-11T15:50:47.355Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-04-11T15:50:47.355Z] ---> Running in 8dd34a36c787 [2022-04-11T15:50:47.632Z] Removing intermediate container 8dd34a36c787 [2022-04-11T15:50:47.632Z] ---> 49bef90385b1 [2022-04-11T15:50:47.632Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-04-11T15:50:47.908Z] ---> Running in b8c4a14a55b8 [2022-04-11T15:50:48.183Z] Removing intermediate container b8c4a14a55b8 [2022-04-11T15:50:48.183Z] ---> 9725f049ec91 [2022-04-11T15:50:48.183Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-04-11T15:50:48.183Z] ---> Running in e134c71bde04 [2022-04-11T15:50:48.457Z] Removing intermediate container e134c71bde04 [2022-04-11T15:50:48.457Z] ---> 75d6f319bff8 [2022-04-11T15:50:48.457Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-11T15:50:48.731Z] ---> Running in 7bfec1ff4079 [2022-04-11T15:50:50.176Z] Removing intermediate container 7bfec1ff4079 [2022-04-11T15:50:50.176Z] ---> 6c1d87321d80 [2022-04-11T15:50:50.176Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-11T15:50:50.176Z] ---> Running in 87e6af55d9f8 [2022-04-11T15:50:51.617Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-11T15:50:52.215Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-11T15:50:53.197Z] OK: 220 MiB in 52 packages [2022-04-11T15:50:53.796Z] Removing intermediate container 87e6af55d9f8 [2022-04-11T15:50:53.796Z] ---> f010e076c148 [2022-04-11T15:50:53.796Z] Step 8/27 : WORKDIR /app [2022-04-11T15:50:53.796Z] ---> Running in 8e5a559d85d9 [2022-04-11T15:50:54.069Z] Removing intermediate container 8e5a559d85d9 [2022-04-11T15:50:54.069Z] ---> fb6ff46766e7 [2022-04-11T15:50:54.069Z] Step 9/27 : COPY go.mod vendor* ./ [2022-04-11T15:50:54.679Z] ---> 1e12412ae4af [2022-04-11T15:50:54.679Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-11T15:50:54.679Z] ---> Running in cac732ea6745 [2022-04-11T15:50:57.303Z] Removing intermediate container cac732ea6745 [2022-04-11T15:50:57.303Z] ---> 8e16c50f7f0d [2022-04-11T15:50:57.303Z] Step 11/27 : COPY . . [2022-04-11T15:50:57.577Z] ---> 0eb7bbc4e173 [2022-04-11T15:50:57.577Z] Step 12/27 : ARG MAKE="make build" [2022-04-11T15:50:57.577Z] ---> Running in 4ad277470f05 [2022-04-11T15:50:57.855Z] Removing intermediate container 4ad277470f05 [2022-04-11T15:50:57.855Z] ---> fb3ec036af49 [2022-04-11T15:50:57.855Z] Step 13/27 : RUN $MAKE [2022-04-11T15:50:57.855Z] ---> Running in c2d77fa5b8ef [2022-04-11T15:50:58.849Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-04-11T15:52:20.763Z] Removing intermediate container c2d77fa5b8ef [2022-04-11T15:52:20.763Z] ---> b6fe1bac642f [2022-04-11T15:52:20.763Z] Step 14/27 : FROM alpine:3.14 [2022-04-11T15:52:20.763Z] 3.14: Pulling from library/alpine [2022-04-11T15:52:20.763Z] 455c02918c45: Pulling fs layer [2022-04-11T15:52:20.763Z] 455c02918c45: Download complete [2022-04-11T15:52:20.763Z] 455c02918c45: Pull complete [2022-04-11T15:52:20.763Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-11T15:52:20.763Z] Status: Downloaded newer image for alpine:3.14 [2022-04-11T15:52:20.763Z] ---> ac73e934f311 [2022-04-11T15:52:20.763Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-04-11T15:52:20.763Z] ---> Running in 06ced337f6c9 [2022-04-11T15:52:20.763Z] Removing intermediate container 06ced337f6c9 [2022-04-11T15:52:20.763Z] ---> c348f93a3cb6 [2022-04-11T15:52:20.763Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-04-11T15:52:20.763Z] ---> Running in d4264a90bb55 [2022-04-11T15:52:20.763Z] Removing intermediate container d4264a90bb55 [2022-04-11T15:52:20.763Z] ---> e9cd872debb2 [2022-04-11T15:52:20.763Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-04-11T15:52:20.763Z] ---> Running in fde7ef4edccc [2022-04-11T15:52:21.041Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-11T15:52:21.329Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-11T15:52:21.929Z] (1/7) Installing ca-certificates (20211220-r0) [2022-04-11T15:52:22.205Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-04-11T15:52:22.205Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2022-04-11T15:52:22.205Z] (4/7) Installing libsodium (1.0.18-r0) [2022-04-11T15:52:22.205Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-11T15:52:22.205Z] (6/7) Installing libzmq (4.3.4-r0) [2022-04-11T15:52:22.205Z] (7/7) Installing zeromq (4.3.4-r0) [2022-04-11T15:52:22.205Z] Executing busybox-1.33.1-r7.trigger [2022-04-11T15:52:22.205Z] Executing ca-certificates-20211220-r0.trigger [2022-04-11T15:52:22.476Z] OK: 9 MiB in 21 packages [2022-04-11T15:52:23.458Z] Removing intermediate container fde7ef4edccc [2022-04-11T15:52:23.458Z] ---> 8c3cf562fa3c [2022-04-11T15:52:23.458Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-04-11T15:52:24.051Z] ---> 2cc624e54a2e [2022-04-11T15:52:24.051Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-04-11T15:52:24.647Z] ---> ee8ee7018353 [2022-04-11T15:52:24.647Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-04-11T15:52:25.239Z] ---> 89907411f917 [2022-04-11T15:52:25.239Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-04-11T15:52:26.681Z] ---> 32592403f6ba [2022-04-11T15:52:26.681Z] Step 22/27 : EXPOSE 48095 [2022-04-11T15:52:26.681Z] ---> Running in 578dd48405dc [2022-04-11T15:52:26.954Z] Removing intermediate container 578dd48405dc [2022-04-11T15:52:26.954Z] ---> d93e40d82dcc [2022-04-11T15:52:26.954Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-04-11T15:52:26.954Z] ---> Running in 3bccd1a7b0fc [2022-04-11T15:52:27.235Z] Removing intermediate container 3bccd1a7b0fc [2022-04-11T15:52:27.235Z] ---> bb35ffadea8a [2022-04-11T15:52:27.235Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-11T15:52:27.235Z] ---> Running in 8d3d0683ed06 [2022-04-11T15:52:27.835Z] Removing intermediate container 8d3d0683ed06 [2022-04-11T15:52:27.835Z] ---> 323918e1c284 [2022-04-11T15:52:27.835Z] Step 25/27 : LABEL arch=arm64 [2022-04-11T15:52:27.835Z] ---> Running in 3ad75e9f1589 [2022-04-11T15:52:28.106Z] Removing intermediate container 3ad75e9f1589 [2022-04-11T15:52:28.106Z] ---> 720e853180fb [2022-04-11T15:52:28.106Z] Step 26/27 : LABEL git_sha=e18cf4e9ef6bfb404f044f68c1d78b234feb3069 [2022-04-11T15:52:28.106Z] ---> Running in c365dd139c28 [2022-04-11T15:52:28.393Z] Removing intermediate container c365dd139c28 [2022-04-11T15:52:28.393Z] ---> 96386fa25c76 [2022-04-11T15:52:28.393Z] Step 27/27 : LABEL version=2.2.0-dev.26 [2022-04-11T15:52:28.393Z] ---> Running in fef5723f1210 [2022-04-11T15:52:28.994Z] Removing intermediate container fef5723f1210 [2022-04-11T15:52:28.994Z] ---> cb3df7f5054f [2022-04-11T15:52:28.994Z] [Warning] One or more build-args [ARCH] were not consumed [2022-04-11T15:52:28.994Z] Successfully built cb3df7f5054f [2022-04-11T15:52:28.994Z] Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-11T15:52:29.087Z] provisioning config files... [2022-04-11T15:52:29.105Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/62@tmp/config5552950370907394227tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-11T15:52:29.457Z] ---> docker-login.sh [2022-04-11T15:52:29.457Z] nexus3.edgexfoundry.org:10001 [2022-04-11T15:52:29.730Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T15:52:29.730Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T15:52:29.730Z] Configure a credential helper to remove this warning. See [2022-04-11T15:52:29.730Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T15:52:29.730Z] [2022-04-11T15:52:29.730Z] Login Succeeded [2022-04-11T15:52:29.730Z] nexus3.edgexfoundry.org:10002 [2022-04-11T15:52:30.325Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T15:52:30.325Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T15:52:30.325Z] Configure a credential helper to remove this warning. See [2022-04-11T15:52:30.325Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T15:52:30.325Z] [2022-04-11T15:52:30.325Z] Login Succeeded [2022-04-11T15:52:30.325Z] nexus3.edgexfoundry.org:10003 [2022-04-11T15:52:30.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T15:52:30.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T15:52:30.874Z] Configure a credential helper to remove this warning. See [2022-04-11T15:52:30.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T15:52:30.874Z] [2022-04-11T15:52:30.874Z] Login Succeeded [2022-04-11T15:52:30.874Z] nexus3.edgexfoundry.org:10004 [2022-04-11T15:52:31.148Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T15:52:31.423Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T15:52:31.423Z] Configure a credential helper to remove this warning. See [2022-04-11T15:52:31.423Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T15:52:31.423Z] [2022-04-11T15:52:31.423Z] Login Succeeded [2022-04-11T15:52:31.423Z] docker.io [2022-04-11T15:52:31.699Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T15:52:31.973Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T15:52:31.973Z] Configure a credential helper to remove this warning. See [2022-04-11T15:52:31.973Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T15:52:31.973Z] [2022-04-11T15:52:31.973Z] Login Succeeded [2022-04-11T15:52:31.973Z] ---> docker-login.sh ends [Pipeline] } [2022-04-11T15:52:31.991Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-04-11T15:52:32.031Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-11T15:52:32.064Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2022-04-11T15:52:32.064Z] e18cf4e9ef6bfb404f044f68c1d78b234feb3069 [2022-04-11T15:52:32.064Z] latest [2022-04-11T15:52:32.064Z] 2.2.0-dev.26 [2022-04-11T15:52:32.064Z] e18cf4e9ef6bfb404f044f68c1d78b234feb3069-2.2.0-dev.26 [2022-04-11T15:52:32.064Z] main [2022-04-11T15:52:32.064Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:52:32.430Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:e18cf4e9ef6bfb404f044f68c1d78b234feb3069 [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:52:32.768Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:e18cf4e9ef6bfb404f044f68c1d78b234feb3069 [2022-04-11T15:52:32.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-04-11T15:52:32.768Z] 46e75e5864c6: Preparing [2022-04-11T15:52:32.768Z] 2d16feed3f0f: Preparing [2022-04-11T15:52:32.768Z] 2d8f0ffe8957: Preparing [2022-04-11T15:52:32.768Z] 8c90253a3a08: Preparing [2022-04-11T15:52:32.768Z] ad9c80e96880: Preparing [2022-04-11T15:52:32.768Z] f73e7dbfee58: Preparing [2022-04-11T15:52:32.768Z] f73e7dbfee58: Waiting [2022-04-11T15:52:33.043Z] 2d8f0ffe8957: Pushed [2022-04-11T15:52:33.043Z] 2d16feed3f0f: Pushed [2022-04-11T15:52:33.043Z] 8c90253a3a08: Pushed [2022-04-11T15:52:33.043Z] f73e7dbfee58: Layer already exists [2022-04-11T15:52:34.020Z] ad9c80e96880: Pushed [2022-04-11T15:52:37.399Z] 46e75e5864c6: Pushed [2022-04-11T15:52:37.399Z] e18cf4e9ef6bfb404f044f68c1d78b234feb3069: digest: sha256:4e2ef05f4e9998cc38c8f6970633e17f2cbc647cec7571cd04780dda0f539152 size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:52:38.024Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:52:38.365Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2022-04-11T15:52:38.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-04-11T15:52:38.365Z] 46e75e5864c6: Preparing [2022-04-11T15:52:38.365Z] 2d16feed3f0f: Preparing [2022-04-11T15:52:38.365Z] 2d8f0ffe8957: Preparing [2022-04-11T15:52:38.365Z] 8c90253a3a08: Preparing [2022-04-11T15:52:38.365Z] ad9c80e96880: Preparing [2022-04-11T15:52:38.365Z] f73e7dbfee58: Preparing [2022-04-11T15:52:38.365Z] 2d8f0ffe8957: Layer already exists [2022-04-11T15:52:38.365Z] 2d16feed3f0f: Layer already exists [2022-04-11T15:52:38.365Z] ad9c80e96880: Layer already exists [2022-04-11T15:52:38.365Z] 46e75e5864c6: Layer already exists [2022-04-11T15:52:38.365Z] 8c90253a3a08: Layer already exists [2022-04-11T15:52:38.365Z] f73e7dbfee58: Layer already exists [2022-04-11T15:52:38.637Z] latest: digest: sha256:4e2ef05f4e9998cc38c8f6970633e17f2cbc647cec7571cd04780dda0f539152 size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:52:38.985Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.26 [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:52:39.324Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.26 [2022-04-11T15:52:39.324Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-04-11T15:52:39.324Z] 46e75e5864c6: Preparing [2022-04-11T15:52:39.324Z] 2d16feed3f0f: Preparing [2022-04-11T15:52:39.324Z] 2d8f0ffe8957: Preparing [2022-04-11T15:52:39.324Z] 8c90253a3a08: Preparing [2022-04-11T15:52:39.324Z] ad9c80e96880: Preparing [2022-04-11T15:52:39.324Z] f73e7dbfee58: Preparing [2022-04-11T15:52:39.324Z] f73e7dbfee58: Waiting [2022-04-11T15:52:39.324Z] 2d16feed3f0f: Layer already exists [2022-04-11T15:52:39.324Z] ad9c80e96880: Layer already exists [2022-04-11T15:52:39.324Z] 46e75e5864c6: Layer already exists [2022-04-11T15:52:39.324Z] 2d8f0ffe8957: Layer already exists [2022-04-11T15:52:39.324Z] 8c90253a3a08: Layer already exists [2022-04-11T15:52:39.324Z] f73e7dbfee58: Layer already exists [2022-04-11T15:52:39.595Z] 2.2.0-dev.26: digest: sha256:4e2ef05f4e9998cc38c8f6970633e17f2cbc647cec7571cd04780dda0f539152 size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:52:39.944Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:e18cf4e9ef6bfb404f044f68c1d78b234feb3069-2.2.0-dev.26 [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:52:40.286Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:e18cf4e9ef6bfb404f044f68c1d78b234feb3069-2.2.0-dev.26 [2022-04-11T15:52:40.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-04-11T15:52:40.286Z] 46e75e5864c6: Preparing [2022-04-11T15:52:40.286Z] 2d16feed3f0f: Preparing [2022-04-11T15:52:40.286Z] 2d8f0ffe8957: Preparing [2022-04-11T15:52:40.286Z] 8c90253a3a08: Preparing [2022-04-11T15:52:40.286Z] ad9c80e96880: Preparing [2022-04-11T15:52:40.286Z] f73e7dbfee58: Preparing [2022-04-11T15:52:40.286Z] f73e7dbfee58: Waiting [2022-04-11T15:52:40.286Z] 46e75e5864c6: Layer already exists [2022-04-11T15:52:40.286Z] 2d16feed3f0f: Layer already exists [2022-04-11T15:52:40.286Z] 8c90253a3a08: Layer already exists [2022-04-11T15:52:40.286Z] ad9c80e96880: Layer already exists [2022-04-11T15:52:40.286Z] 2d8f0ffe8957: Layer already exists [2022-04-11T15:52:40.286Z] f73e7dbfee58: Layer already exists [2022-04-11T15:52:40.559Z] e18cf4e9ef6bfb404f044f68c1d78b234feb3069-2.2.0-dev.26: digest: sha256:4e2ef05f4e9998cc38c8f6970633e17f2cbc647cec7571cd04780dda0f539152 size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:52:40.903Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:52:41.236Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2022-04-11T15:52:41.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-04-11T15:52:41.236Z] 46e75e5864c6: Preparing [2022-04-11T15:52:41.236Z] 2d16feed3f0f: Preparing [2022-04-11T15:52:41.236Z] 2d8f0ffe8957: Preparing [2022-04-11T15:52:41.236Z] 8c90253a3a08: Preparing [2022-04-11T15:52:41.236Z] ad9c80e96880: Preparing [2022-04-11T15:52:41.236Z] f73e7dbfee58: Preparing [2022-04-11T15:52:41.236Z] f73e7dbfee58: Waiting [2022-04-11T15:52:41.236Z] ad9c80e96880: Layer already exists [2022-04-11T15:52:41.236Z] 2d8f0ffe8957: Layer already exists [2022-04-11T15:52:41.236Z] 2d16feed3f0f: Layer already exists [2022-04-11T15:52:41.236Z] 46e75e5864c6: Layer already exists [2022-04-11T15:52:41.236Z] 8c90253a3a08: Layer already exists [2022-04-11T15:52:41.236Z] f73e7dbfee58: Layer already exists [2022-04-11T15:52:41.506Z] main: digest: sha256:4e2ef05f4e9998cc38c8f6970633e17f2cbc647cec7571cd04780dda0f539152 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-04-11T15:52:41.557Z] ===================================================== [Pipeline] echo [2022-04-11T15:52:41.567Z] taggedImages: [2022-04-11T15:52:41.567Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:e18cf4e9ef6bfb404f044f68c1d78b234feb3069 [2022-04-11T15:52:41.567Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2022-04-11T15:52:41.567Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.26 [2022-04-11T15:52:41.567Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:e18cf4e9ef6bfb404f044f68c1d78b234feb3069-2.2.0-dev.26 [2022-04-11T15:52:41.567Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:52:41.937Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-11T15:52:41.937Z] [2022-04-11T15:52:41.937Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:52:42.284Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-11T15:52:42.556Z] arm64: Pulling from edgex-lftools-log-publisher [2022-04-11T15:52:42.556Z] 8998bd30e6a1: Pulling fs layer [2022-04-11T15:52:42.556Z] 04944245beec: Pulling fs layer [2022-04-11T15:52:42.556Z] 699f458cf7ca: Pulling fs layer [2022-04-11T15:52:42.556Z] 765212b225bb: Pulling fs layer [2022-04-11T15:52:42.556Z] f23df028b6ca: Pulling fs layer [2022-04-11T15:52:42.556Z] d65c8cfc05b1: Pulling fs layer [2022-04-11T15:52:42.556Z] 2437ff75d9bd: Pulling fs layer [2022-04-11T15:52:42.556Z] f23df028b6ca: Waiting [2022-04-11T15:52:42.556Z] 765212b225bb: Waiting [2022-04-11T15:52:42.556Z] d65c8cfc05b1: Waiting [2022-04-11T15:52:42.556Z] 2437ff75d9bd: Waiting [2022-04-11T15:52:42.556Z] 04944245beec: Verifying Checksum [2022-04-11T15:52:42.556Z] 04944245beec: Download complete [2022-04-11T15:52:42.556Z] 765212b225bb: Verifying Checksum [2022-04-11T15:52:42.556Z] 765212b225bb: Download complete [2022-04-11T15:52:42.556Z] f23df028b6ca: Verifying Checksum [2022-04-11T15:52:42.556Z] f23df028b6ca: Download complete [2022-04-11T15:52:42.556Z] d65c8cfc05b1: Verifying Checksum [2022-04-11T15:52:42.556Z] d65c8cfc05b1: Download complete [2022-04-11T15:52:42.830Z] 699f458cf7ca: Verifying Checksum [2022-04-11T15:52:42.830Z] 699f458cf7ca: Download complete [2022-04-11T15:52:43.103Z] 8998bd30e6a1: Verifying Checksum [2022-04-11T15:52:43.103Z] 8998bd30e6a1: Download complete [2022-04-11T15:52:45.729Z] 2437ff75d9bd: Verifying Checksum [2022-04-11T15:52:45.729Z] 2437ff75d9bd: Download complete [2022-04-11T15:52:47.706Z] 8998bd30e6a1: Pull complete [2022-04-11T15:52:47.978Z] 04944245beec: Pull complete [2022-04-11T15:52:49.554Z] 699f458cf7ca: Pull complete [2022-04-11T15:52:49.554Z] 765212b225bb: Pull complete [2022-04-11T15:52:50.583Z] f23df028b6ca: Pull complete [2022-04-11T15:52:50.869Z] d65c8cfc05b1: Pull complete [2022-04-11T15:53:06.032Z] 2437ff75d9bd: Pull complete [2022-04-11T15:53:06.032Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-04-11T15:53:06.032Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-11T15:53:06.032Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-04-11T15:53:06.255Z] prd-ubuntu20.04-docker-arm64-4c-16g-19520 does not seem to be running inside a container [2022-04-11T15:53:06.333Z] $ 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/62 -v /w/workspace/app-service-configurable/62:/w/workspace/app-service-configurable/62:rw,z -v /w/workspace/app-service-configurable/62@tmp:/w/workspace/app-service-configurable/62@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-04-11T15:53:08.803Z] $ docker top c9935412393d4685af3badf5ebd619e5f928ad5e6eb461b9b98ef1ba75024bd5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-11T15:53:09.715Z] ---> job-cost.sh [2022-04-11T15:53:09.715Z] lf-activate-venv: SKIPPING [2022-04-11T15:53:09.715Z] INFO: No Stack... [2022-04-11T15:53:10.310Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-04-11T15:53:11.287Z] INFO: Archiving Costs [Pipeline] sh [2022-04-11T15:53:11.949Z] + cut -d, -f6 [2022-04-11T15:53:11.949Z] + cat /w/workspace/app-service-configurable/62/archives/cost.csv [Pipeline] lock [2022-04-11T15:53:12.012Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-62-stack-cost] [2022-04-11T15:53:12.020Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-62-stack-cost] did not exist. Created. [2022-04-11T15:53:12.020Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-62-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-11T15:53:12.695Z] /w/workspace/app-service-configurable/62@tmp/durable-c4a76e41/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-04-11T15:53:13.376Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-04-11T15:53:13.408Z] Warning: overwriting stash ‘stack-cost’ [2022-04-11T15:53:13.457Z] Stashed 1 file(s) [Pipeline] } [2022-04-11T15:53:13.464Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-62-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-11T15:53:13.483Z] $ docker stop --time=1 c9935412393d4685af3badf5ebd619e5f928ad5e6eb461b9b98ef1ba75024bd5 [2022-04-11T15:53:14.966Z] $ docker rm -f c9935412393d4685af3badf5ebd619e5f928ad5e6eb461b9b98ef1ba75024bd5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-04-11T15:53:15.515Z] provisioning config files... [2022-04-11T15:53:15.525Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3077734836334677939tmp [Pipeline] { [Pipeline] sh [2022-04-11T15:53:15.827Z] + set +x [2022-04-11T15:53:15.827Z] + curl -s https://codecov.io/bash [2022-04-11T15:53:15.827Z] + bash -s -- [2022-04-11T15:53:15.827Z] [2022-04-11T15:53:15.827Z] _____ _ [2022-04-11T15:53:15.827Z] / ____| | | [2022-04-11T15:53:15.827Z] | | ___ __| | ___ ___ _____ __ [2022-04-11T15:53:15.827Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-04-11T15:53:15.827Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-04-11T15:53:15.827Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-04-11T15:53:15.827Z] Bash-1.0.6 [2022-04-11T15:53:15.827Z] [2022-04-11T15:53:15.827Z] [2022-04-11T15:53:15.827Z] ==> git version 2.25.1 found [2022-04-11T15:53:15.827Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-04-11T15:53:15.827Z] Release-Date: 2020-01-08 [2022-04-11T15:53:15.827Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-04-11T15:53:15.827Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-04-11T15:53:15.827Z] ==> Jenkins CI detected. [2022-04-11T15:53:15.827Z] current dir:  /w/workspace/ry_app-service-configurable_main [2022-04-11T15:53:15.827Z] project root: . [2022-04-11T15:53:15.827Z] --> token set from env [2022-04-11T15:53:15.827Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-04-11T15:53:15.827Z] ==> Running gcov in . (disable via -X gcov) [2022-04-11T15:53:15.827Z] ==> Python coveragepy not found [2022-04-11T15:53:15.827Z] ==> Searching for coverage reports in: [2022-04-11T15:53:15.827Z] + . [2022-04-11T15:53:15.827Z] -> Found 1 reports [2022-04-11T15:53:15.827Z] ==> Detecting git/mercurial file structure [2022-04-11T15:53:15.827Z] ==> Reading reports [2022-04-11T15:53:15.827Z] + ./coverage.out bytes=10 [2022-04-11T15:53:16.087Z] ==> Appending adjustments [2022-04-11T15:53:16.087Z] https://docs.codecov.io/docs/fixing-reports [2022-04-11T15:53:16.087Z] + Found adjustments [2022-04-11T15:53:16.087Z] ==> Gzipping contents [2022-04-11T15:53:16.087Z] 4.0K /tmp/codecov.URjeky.gz [2022-04-11T15:53:16.087Z] ==> Uploading reports [2022-04-11T15:53:16.087Z] url: https://codecov.io [2022-04-11T15:53:16.087Z] query: branch=main&commit=e18cf4e9ef6bfb404f044f68c1d78b234feb3069&build=62&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F62%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2022-04-11T15:53:16.087Z] -> Pinging Codecov [2022-04-11T15:53:16.087Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=main&commit=e18cf4e9ef6bfb404f044f68c1d78b234feb3069&build=62&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F62%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2022-04-11T15:53:16.348Z] -> Uploading to [2022-04-11T15:53:16.348Z] https://storage.googleapis.com/codecov/v4/raw/2022-04-11/A97CA9966030D2A3747ED39772930CCE/e18cf4e9ef6bfb404f044f68c1d78b234feb3069/ae128afa-c9a1-4075-b44d-be5a9bf7613e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220411%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220411T155316Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cc5aacddbc59d6a279003b124c9599eaf45ea13e9879947620e049e9ecc7c30c [2022-04-11T15:53:16.348Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-11T15:53:16.348Z] Dload Upload Total Spent Left Speed [2022-04-11T15:53:16.348Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 569 0 0 100 569 0 2442 --:--:-- --:--:-- --:--:-- 2442 [2022-04-11T15:53:16.609Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/e18cf4e9ef6bfb404f044f68c1d78b234feb3069 [Pipeline] } [2022-04-11T15:53:16.617Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-04-11T15:53:16.938Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-04-11T15:53:16.949Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:53:17.244Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-04-11T15:53:17.244Z] [2022-04-11T15:53:17.244Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:53:17.547Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-04-11T15:53:17.548Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-04-11T15:53:17.548Z] 188c0c94c7c5: Pulling fs layer [2022-04-11T15:53:17.548Z] 0ef7d3d256c8: Pulling fs layer [2022-04-11T15:53:17.548Z] de9db76c5a1d: Pulling fs layer [2022-04-11T15:53:17.548Z] 0eba1c9be4d2: Pulling fs layer [2022-04-11T15:53:17.548Z] 0d57e429df01: Pulling fs layer [2022-04-11T15:53:17.548Z] 4e4be7b47b0d: Pulling fs layer [2022-04-11T15:53:17.548Z] e1f770b5df2f: Pulling fs layer [2022-04-11T15:53:17.548Z] 85a0685a4137: Pulling fs layer [2022-04-11T15:53:17.548Z] 0eba1c9be4d2: Waiting [2022-04-11T15:53:17.548Z] e1f770b5df2f: Waiting [2022-04-11T15:53:17.548Z] 85a0685a4137: Waiting [2022-04-11T15:53:17.548Z] 0d57e429df01: Waiting [2022-04-11T15:53:17.548Z] de9db76c5a1d: Verifying Checksum [2022-04-11T15:53:17.548Z] de9db76c5a1d: Download complete [2022-04-11T15:53:17.548Z] 0ef7d3d256c8: Download complete [2022-04-11T15:53:17.548Z] 0d57e429df01: Verifying Checksum [2022-04-11T15:53:17.548Z] 0d57e429df01: Download complete [2022-04-11T15:53:17.548Z] 188c0c94c7c5: Verifying Checksum [2022-04-11T15:53:17.548Z] 188c0c94c7c5: Download complete [2022-04-11T15:53:17.548Z] 4e4be7b47b0d: Verifying Checksum [2022-04-11T15:53:17.548Z] 4e4be7b47b0d: Download complete [2022-04-11T15:53:17.808Z] 188c0c94c7c5: Pull complete [2022-04-11T15:53:17.808Z] e1f770b5df2f: Verifying Checksum [2022-04-11T15:53:17.808Z] e1f770b5df2f: Download complete [2022-04-11T15:53:17.808Z] 0ef7d3d256c8: Pull complete [2022-04-11T15:53:17.808Z] de9db76c5a1d: Pull complete [2022-04-11T15:53:18.385Z] 0eba1c9be4d2: Verifying Checksum [2022-04-11T15:53:18.385Z] 0eba1c9be4d2: Download complete [2022-04-11T15:53:18.385Z] 85a0685a4137: Verifying Checksum [2022-04-11T15:53:18.385Z] 85a0685a4137: Download complete [2022-04-11T15:53:22.579Z] 0eba1c9be4d2: Pull complete [2022-04-11T15:53:22.579Z] 0d57e429df01: Pull complete [2022-04-11T15:53:22.579Z] 4e4be7b47b0d: Pull complete [2022-04-11T15:53:22.579Z] e1f770b5df2f: Pull complete [2022-04-11T15:53:26.783Z] 85a0685a4137: Pull complete [2022-04-11T15:53:26.783Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2022-04-11T15:53:26.783Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-04-11T15:53:26.783Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2022-04-11T15:53:26.850Z] prd-ubuntu20.04-docker-8c-8g-19519 does not seem to be running inside a container [2022-04-11T15:53:26.909Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2022-04-11T15:53:28.595Z] $ docker top d5832cc2377a8346107ea3acae263efb6b0539015c2b5b2c7c928095064c5e46 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-04-11T15:53:28.657Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2022-04-11T15:53:28.941Z] + set -o pipefail [2022-04-11T15:53:28.941Z] + snyk monitor '--org=edgex-jenkins' [2022-04-11T15:53:33.149Z] [2022-04-11T15:53:33.149Z] Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... [2022-04-11T15:53:33.149Z] [2022-04-11T15:53:33.149Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/bb6912c8-93a7-4a00-8a6b-a84d91461a2a [2022-04-11T15:53:33.149Z] [2022-04-11T15:53:33.149Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-04-11T15:53:33.149Z] [2022-04-11T15:53:33.149Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-04-11T15:53:33.149Z] [2022-04-11T15:53:33.411Z] [Pipeline] } [2022-04-11T15:53:33.444Z] $ docker stop --time=1 d5832cc2377a8346107ea3acae263efb6b0539015c2b5b2c7c928095064c5e46 [2022-04-11T15:53:34.980Z] $ docker rm -f d5832cc2377a8346107ea3acae263efb6b0539015c2b5b2c7c928095064c5e46 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-11T15:53:35.625Z] + git log --format=format:%s -1 e18cf4e9ef6bfb404f044f68c1d78b234feb3069 [Pipeline] sh [2022-04-11T15:53:35.923Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-11T15:53:35.923Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:53:36.219Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-11T15:53:36.220Z] . [Pipeline] withDockerContainer [2022-04-11T15:53:36.285Z] prd-ubuntu20.04-docker-8c-8g-19519 does not seem to be running inside a container [2022-04-11T15:53:36.341Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-04-11T15:53:36.724Z] $ docker top 22c54d1b6f243f84660c5ceb5a8a76f2a45b96130664a0ec23398aff35d65948 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-11T15:53:36.807Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-11T15:53:36.807Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-11T15:53:36.938Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-11T15:53:36.961Z] $ docker exec 22c54d1b6f243f84660c5ceb5a8a76f2a45b96130664a0ec23398aff35d65948 ssh-agent [2022-04-11T15:53:37.061Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXibNEPn/agent.14 [2022-04-11T15:53:37.061Z] SSH_AGENT_PID=20 [2022-04-11T15:53:37.067Z] Running ssh-add (command line suppressed) [2022-04-11T15:53:37.210Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_1215050376569347320.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_1215050376569347320.key) [2022-04-11T15:53:37.206Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-11T15:53:37.500Z] + git semver tag [2022-04-11T15:53:37.500Z] # -> Open(): unable to determine branch for HEAD [2022-04-11T15:53:37.500Z] # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git [2022-04-11T15:53:37.500Z] # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main [2022-04-11T15:53:37.500Z] # $SEMVER_REMOTE_NAME = origin [2022-04-11T15:53:37.500Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-11T15:53:37.500Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-11T15:53:37.500Z] # $SEMVER_BRANCH = main [2022-04-11T15:53:37.500Z] # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [2022-04-11T15:53:37.500Z] # e18cf4e9ef6bfb404f044f68c1d78b234feb3069 HEAD [2022-04-11T15:53:37.500Z] # -> Force: false [2022-04-11T15:53:37.500Z] # 4a82c9103420b09282aeb9afba7cc7da52f13cf2 refs/tags/v2.2.0-dev.26 [Pipeline] } [2022-04-11T15:53:37.530Z] $ docker exec --env ******** --env ******** 22c54d1b6f243f84660c5ceb5a8a76f2a45b96130664a0ec23398aff35d65948 ssh-agent -k [2022-04-11T15:53:37.647Z] unset SSH_AUTH_SOCK; [2022-04-11T15:53:37.647Z] unset SSH_AGENT_PID; [2022-04-11T15:53:37.647Z] echo Agent pid 20 killed; [2022-04-11T15:53:37.639Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-11T15:53:37.946Z] + git semver [Pipeline] } [2022-04-11T15:53:37.980Z] $ docker stop --time=1 22c54d1b6f243f84660c5ceb5a8a76f2a45b96130664a0ec23398aff35d65948 [2022-04-11T15:53:39.240Z] $ docker rm -f 22c54d1b6f243f84660c5ceb5a8a76f2a45b96130664a0ec23398aff35d65948 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:53:39.626Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-04-11T15:53:39.626Z] [2022-04-11T15:53:39.626Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:53:39.928Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-04-11T15:53:39.928Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-04-11T15:53:39.928Z] ab5ef0e58194: Pulling fs layer [2022-04-11T15:53:39.928Z] 9712f1f96733: Pulling fs layer [2022-04-11T15:53:39.928Z] 63f879dbbcfc: Pulling fs layer [2022-04-11T15:53:39.928Z] 0d9ebad4ef96: Pulling fs layer [2022-04-11T15:53:39.928Z] e9a5061849ea: Pulling fs layer [2022-04-11T15:53:39.928Z] d747dcd14b5f: Pulling fs layer [2022-04-11T15:53:39.928Z] 2de7ff778b66: Pulling fs layer [2022-04-11T15:53:39.928Z] 0d9ebad4ef96: Waiting [2022-04-11T15:53:39.928Z] e9a5061849ea: Waiting [2022-04-11T15:53:39.928Z] 2de7ff778b66: Waiting [2022-04-11T15:53:39.928Z] d747dcd14b5f: Waiting [2022-04-11T15:53:39.928Z] 9712f1f96733: Verifying Checksum [2022-04-11T15:53:39.928Z] 9712f1f96733: Download complete [2022-04-11T15:53:40.189Z] 63f879dbbcfc: Verifying Checksum [2022-04-11T15:53:40.189Z] 63f879dbbcfc: Download complete [2022-04-11T15:53:40.447Z] e9a5061849ea: Verifying Checksum [2022-04-11T15:53:40.447Z] e9a5061849ea: Download complete [2022-04-11T15:53:40.447Z] d747dcd14b5f: Download complete [2022-04-11T15:53:40.447Z] ab5ef0e58194: Download complete [2022-04-11T15:53:40.447Z] 2de7ff778b66: Verifying Checksum [2022-04-11T15:53:40.447Z] 2de7ff778b66: Download complete [2022-04-11T15:53:40.447Z] 0d9ebad4ef96: Verifying Checksum [2022-04-11T15:53:40.447Z] 0d9ebad4ef96: Download complete [2022-04-11T15:53:42.982Z] ab5ef0e58194: Pull complete [2022-04-11T15:53:42.982Z] 9712f1f96733: Pull complete [2022-04-11T15:53:43.924Z] 63f879dbbcfc: Pull complete [2022-04-11T15:53:48.149Z] 0d9ebad4ef96: Pull complete [2022-04-11T15:53:48.149Z] e9a5061849ea: Pull complete [2022-04-11T15:53:48.149Z] d747dcd14b5f: Pull complete [2022-04-11T15:53:49.089Z] 2de7ff778b66: Pull complete [2022-04-11T15:53:49.089Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-04-11T15:53:49.089Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-04-11T15:53:49.089Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2022-04-11T15:53:49.148Z] prd-ubuntu20.04-docker-8c-8g-19519 does not seem to be running inside a container [2022-04-11T15:53:49.202Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2022-04-11T15:53:50.929Z] $ docker top 32c030dc50f53807c206096eef4884e21f23f631577dcbb507fe8aadbbbcb476 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-04-11T15:53:51.001Z] provisioning config files... [2022-04-11T15:53:51.018Z] copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6079064686624244282tmp [2022-04-11T15:53:51.030Z] copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3622230053277768244tmp [2022-04-11T15:53:51.038Z] copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4661974077990776550tmp [Pipeline] { [Pipeline] echo [2022-04-11T15:53:51.053Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-11T15:53:51.338Z] ---> sigul-configuration.sh [2022-04-11T15:53:51.338Z] gpg: directory `/root/.gnupg' created [2022-04-11T15:53:51.338Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-04-11T15:53:51.338Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-04-11T15:53:51.338Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-04-11T15:53:51.338Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-04-11T15:53:51.338Z] gpg: CAST5 encrypted data [2022-04-11T15:53:51.338Z] gpg: encrypted with 1 passphrase [2022-04-11T15:53:51.338Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-04-11T15:53:51.632Z] + mkdir /home/jenkins [2022-04-11T15:53:51.632Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-04-11T15:53:51.925Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2022-04-11T15:53:51.936Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-11T15:53:52.227Z] ---> sigul-install.sh [2022-04-11T15:53:52.227Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-04-11T15:53:52.518Z] + git tag --list [2022-04-11T15:53:52.518Z] v1.0.0 [2022-04-11T15:53:52.518Z] v1.1.0 [2022-04-11T15:53:52.518Z] v1.2.0 [2022-04-11T15:53:52.518Z] v1.3.0 [2022-04-11T15:53:52.518Z] v1.3.1 [2022-04-11T15:53:52.518Z] v2.0.0 [2022-04-11T15:53:52.518Z] v2.0.1 [2022-04-11T15:53:52.518Z] v2.0.1-dev.1 [2022-04-11T15:53:52.518Z] v2.0.2-dev.1 [2022-04-11T15:53:52.518Z] v2.0.2-dev.10 [2022-04-11T15:53:52.518Z] v2.0.2-dev.11 [2022-04-11T15:53:52.518Z] v2.0.2-dev.12 [2022-04-11T15:53:52.518Z] v2.0.2-dev.13 [2022-04-11T15:53:52.518Z] v2.0.2-dev.14 [2022-04-11T15:53:52.518Z] v2.0.2-dev.15 [2022-04-11T15:53:52.518Z] v2.0.2-dev.16 [2022-04-11T15:53:52.518Z] v2.0.2-dev.17 [2022-04-11T15:53:52.518Z] v2.0.2-dev.18 [2022-04-11T15:53:52.518Z] v2.0.2-dev.19 [2022-04-11T15:53:52.518Z] v2.0.2-dev.2 [2022-04-11T15:53:52.518Z] v2.0.2-dev.20 [2022-04-11T15:53:52.518Z] v2.0.2-dev.21 [2022-04-11T15:53:52.518Z] v2.0.2-dev.22 [2022-04-11T15:53:52.518Z] v2.0.2-dev.23 [2022-04-11T15:53:52.518Z] v2.0.2-dev.24 [2022-04-11T15:53:52.518Z] v2.0.2-dev.25 [2022-04-11T15:53:52.518Z] v2.0.2-dev.26 [2022-04-11T15:53:52.518Z] v2.0.2-dev.27 [2022-04-11T15:53:52.518Z] v2.0.2-dev.28 [2022-04-11T15:53:52.518Z] v2.0.2-dev.29 [2022-04-11T15:53:52.518Z] v2.0.2-dev.3 [2022-04-11T15:53:52.518Z] v2.0.2-dev.30 [2022-04-11T15:53:52.518Z] v2.0.2-dev.4 [2022-04-11T15:53:52.518Z] v2.0.2-dev.5 [2022-04-11T15:53:52.518Z] v2.0.2-dev.6 [2022-04-11T15:53:52.518Z] v2.0.2-dev.7 [2022-04-11T15:53:52.518Z] v2.0.2-dev.8 [2022-04-11T15:53:52.518Z] v2.0.2-dev.9 [2022-04-11T15:53:52.518Z] v2.1.0 [2022-04-11T15:53:52.518Z] v2.2.0-dev.1 [2022-04-11T15:53:52.518Z] v2.2.0-dev.10 [2022-04-11T15:53:52.518Z] v2.2.0-dev.11 [2022-04-11T15:53:52.518Z] v2.2.0-dev.12 [2022-04-11T15:53:52.518Z] v2.2.0-dev.13 [2022-04-11T15:53:52.518Z] v2.2.0-dev.14 [2022-04-11T15:53:52.518Z] v2.2.0-dev.15 [2022-04-11T15:53:52.518Z] v2.2.0-dev.16 [2022-04-11T15:53:52.518Z] v2.2.0-dev.17 [2022-04-11T15:53:52.518Z] v2.2.0-dev.18 [2022-04-11T15:53:52.518Z] v2.2.0-dev.19 [2022-04-11T15:53:52.518Z] v2.2.0-dev.2 [2022-04-11T15:53:52.518Z] v2.2.0-dev.20 [2022-04-11T15:53:52.518Z] v2.2.0-dev.21 [2022-04-11T15:53:52.518Z] v2.2.0-dev.22 [2022-04-11T15:53:52.518Z] v2.2.0-dev.23 [2022-04-11T15:53:52.518Z] v2.2.0-dev.24 [2022-04-11T15:53:52.518Z] v2.2.0-dev.25 [2022-04-11T15:53:52.518Z] v2.2.0-dev.26 [2022-04-11T15:53:52.518Z] v2.2.0-dev.3 [2022-04-11T15:53:52.518Z] v2.2.0-dev.4 [2022-04-11T15:53:52.518Z] v2.2.0-dev.5 [2022-04-11T15:53:52.518Z] v2.2.0-dev.6 [2022-04-11T15:53:52.518Z] v2.2.0-dev.7 [2022-04-11T15:53:52.518Z] v2.2.0-dev.8 [2022-04-11T15:53:52.518Z] v2.2.0-dev.9 [Pipeline] sh [2022-04-11T15:53:52.812Z] + lftools sign git-tag v2.2.0-dev.26 [2022-04-11T15:53:53.382Z] Signing Git tag with Sigul... [2022-04-11T15:53:53.382Z] Signing v2.2.0-dev.26 [Pipeline] echo [2022-04-11T15:53:53.653Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-11T15:53:53.945Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-04-11T15:53:53.952Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-04-11T15:53:53.995Z] $ docker stop --time=1 32c030dc50f53807c206096eef4884e21f23f631577dcbb507fe8aadbbbcb476 [2022-04-11T15:53:55.307Z] $ docker rm -f 32c030dc50f53807c206096eef4884e21f23f631577dcbb507fe8aadbbbcb476 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-04-11T15:53:55.734Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-11T15:53:55.734Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:53:56.040Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-11T15:53:56.040Z] . [Pipeline] withDockerContainer [2022-04-11T15:53:56.108Z] prd-ubuntu20.04-docker-8c-8g-19519 does not seem to be running inside a container [2022-04-11T15:53:56.162Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-04-11T15:53:56.501Z] $ docker top 0e92c694e91a5274f6804445a6ce8b85d091b9964340961aaa36d68c5ae34565 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-11T15:53:56.587Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-11T15:53:56.587Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-11T15:53:56.725Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-11T15:53:56.747Z] $ docker exec 0e92c694e91a5274f6804445a6ce8b85d091b9964340961aaa36d68c5ae34565 ssh-agent [2022-04-11T15:53:56.850Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXfmakLp/agent.15 [2022-04-11T15:53:56.850Z] SSH_AGENT_PID=21 [2022-04-11T15:53:56.855Z] Running ssh-add (command line suppressed) [2022-04-11T15:53:56.976Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_2993298928546773725.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_2993298928546773725.key) [2022-04-11T15:53:56.976Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-11T15:53:57.270Z] + git semver bump pre [2022-04-11T15:53:57.270Z] # -> Open(): unable to determine branch for HEAD [2022-04-11T15:53:57.270Z] # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git [2022-04-11T15:53:57.270Z] # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main [2022-04-11T15:53:57.270Z] # $SEMVER_REMOTE_NAME = origin [2022-04-11T15:53:57.270Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-11T15:53:57.270Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-11T15:53:57.270Z] # $SEMVER_BRANCH = main [2022-04-11T15:53:57.270Z] # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [2022-04-11T15:53:57.270Z] 2.2.0-dev.27 [Pipeline] } [2022-04-11T15:53:57.299Z] $ docker exec --env ******** --env ******** 0e92c694e91a5274f6804445a6ce8b85d091b9964340961aaa36d68c5ae34565 ssh-agent -k [2022-04-11T15:53:57.404Z] unset SSH_AUTH_SOCK; [2022-04-11T15:53:57.404Z] unset SSH_AGENT_PID; [2022-04-11T15:53:57.404Z] echo Agent pid 21 killed; [2022-04-11T15:53:57.398Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-11T15:53:57.724Z] + git semver [Pipeline] } [2022-04-11T15:53:57.758Z] $ docker stop --time=1 0e92c694e91a5274f6804445a6ce8b85d091b9964340961aaa36d68c5ae34565 [2022-04-11T15:53:59.025Z] $ docker rm -f 0e92c694e91a5274f6804445a6ce8b85d091b9964340961aaa36d68c5ae34565 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-11T15:53:59.359Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-11T15:53:59.360Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:53:59.661Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-11T15:53:59.661Z] . [Pipeline] withDockerContainer [2022-04-11T15:53:59.727Z] prd-ubuntu20.04-docker-8c-8g-19519 does not seem to be running inside a container [2022-04-11T15:53:59.782Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-04-11T15:54:00.137Z] $ docker top bbc6afebbb368b57a891a5a22bed426012a77e1404a74a74dd77a6d29e805a23 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-11T15:54:00.221Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-11T15:54:00.221Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-11T15:54:00.362Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-11T15:54:00.383Z] $ docker exec bbc6afebbb368b57a891a5a22bed426012a77e1404a74a74dd77a6d29e805a23 ssh-agent [2022-04-11T15:54:00.489Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXgCdikM/agent.13 [2022-04-11T15:54:00.489Z] SSH_AGENT_PID=19 [2022-04-11T15:54:00.494Z] Running ssh-add (command line suppressed) [2022-04-11T15:54:00.636Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_318443089871378091.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_318443089871378091.key) [2022-04-11T15:54:00.637Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-11T15:54:00.925Z] + git semver push [2022-04-11T15:54:00.925Z] # -> Open(): unable to determine branch for HEAD [2022-04-11T15:54:00.925Z] # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git [2022-04-11T15:54:00.925Z] # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main [2022-04-11T15:54:00.925Z] # $SEMVER_REMOTE_NAME = origin [2022-04-11T15:54:00.925Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-11T15:54:00.925Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-11T15:54:00.925Z] # $SEMVER_BRANCH = main [2022-04-11T15:54:00.925Z] # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [Pipeline] } [2022-04-11T15:54:02.867Z] $ docker exec --env ******** --env ******** bbc6afebbb368b57a891a5a22bed426012a77e1404a74a74dd77a6d29e805a23 ssh-agent -k [2022-04-11T15:54:02.966Z] unset SSH_AUTH_SOCK; [2022-04-11T15:54:02.966Z] unset SSH_AGENT_PID; [2022-04-11T15:54:02.966Z] echo Agent pid 19 killed; [2022-04-11T15:54:02.963Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-11T15:54:03.267Z] + git semver [Pipeline] } [2022-04-11T15:54:03.301Z] $ docker stop --time=1 bbc6afebbb368b57a891a5a22bed426012a77e1404a74a74dd77a6d29e805a23 [2022-04-11T15:54:04.609Z] $ docker rm -f bbc6afebbb368b57a891a5a22bed426012a77e1404a74a74dd77a6d29e805a23 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-04-11T15:54:05.268Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2022-04-11T15:54:05.269Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2022-04-11T15:54:05.269Z] total 16 [2022-04-11T15:54:05.269Z] drwxr-xr-x 3 root root 4096 Apr 11 15:46 . [2022-04-11T15:54:05.269Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 11 15:53 .. [2022-04-11T15:54:05.269Z] drwxr-xr-x 2 root root 4096 Apr 11 15:46 cost [2022-04-11T15:54:05.269Z] -rw-r--r-- 1 root root 94 Apr 11 15:46 cost.csv [2022-04-11T15:54:05.269Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2022-04-11T15:54:05.269Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2022-04-11T15:54:05.269Z] total 16 [2022-04-11T15:54:05.269Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 11 15:46 . [2022-04-11T15:54:05.269Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 11 15:53 .. [2022-04-11T15:54:05.269Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 11 15:46 cost [2022-04-11T15:54:05.269Z] -rw-r--r-- 1 jenkins jenkins 94 Apr 11 15:46 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-04-11T15:54:05.569Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-11T15:54:06.434Z] ---> package-listing.sh [2022-04-11T15:54:06.434Z] ++ facter osfamily [2022-04-11T15:54:06.434Z] ++ tr '[:upper:]' '[:lower:]' [2022-04-11T15:54:06.695Z] + OS_FAMILY=debian [2022-04-11T15:54:06.695Z] + workspace=/w/workspace/ry_app-service-configurable_main [2022-04-11T15:54:06.695Z] + START_PACKAGES=/tmp/packages_start.txt [2022-04-11T15:54:06.695Z] + END_PACKAGES=/tmp/packages_end.txt [2022-04-11T15:54:06.695Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-04-11T15:54:06.695Z] + PACKAGES=/tmp/packages_start.txt [2022-04-11T15:54:06.695Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2022-04-11T15:54:06.695Z] + PACKAGES=/tmp/packages_end.txt [2022-04-11T15:54:06.695Z] + case "${OS_FAMILY}" in [2022-04-11T15:54:06.695Z] + dpkg -l [2022-04-11T15:54:06.695Z] + grep '^ii' [2022-04-11T15:54:06.695Z] + '[' -f /tmp/packages_start.txt ']' [2022-04-11T15:54:06.695Z] + '[' -f /tmp/packages_end.txt ']' [2022-04-11T15:54:06.695Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-04-11T15:54:06.695Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2022-04-11T15:54:06.695Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2022-04-11T15:54:06.695Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo [2022-04-11T15:54:06.707Z] 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/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-04-11T15:54:06.984Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-04-11T15:54:07.534Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-11T15:54:07.534Z] . [Pipeline] withDockerContainer [2022-04-11T15:54:07.627Z] prd-ubuntu20.04-docker-8c-8g-19519 does not seem to be running inside a container [2022-04-11T15:54:07.695Z] $ 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/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-04-11T15:54:07.914Z] $ docker top da2db0c5c810110f329582cb5a59a2f797efae331224d90b929f6aed07472b51 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-11T15:54:08.248Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-04-11T15:54:08.537Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-04-11T15:54:08.832Z] + ls /var/log/sa-host [2022-04-11T15:54:08.832Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-11T15:54:09.052Z] provisioning config files... [2022-04-11T15:54:09.062Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6083360649323220796tmp [Pipeline] { [Pipeline] echo [2022-04-11T15:54:09.077Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-11T15:54:09.363Z] ---> create-netrc.sh [Pipeline] } [2022-04-11T15:54:09.372Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-04-11T15:54:09.716Z] ---> python-tools-install.sh [Pipeline] echo [2022-04-11T15:54:09.726Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-11T15:54:10.016Z] ---> sudo-logs.sh [2022-04-11T15:54:10.016Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-04-11T15:54:10.042Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-11T15:54:10.336Z] ---> job-cost.sh [2022-04-11T15:54:10.336Z] lf-activate-venv: SKIPPING [2022-04-11T15:54:10.336Z] DEBUG: total: 0.2199999988079071 [2022-04-11T15:54:10.336Z] INFO: Retrieving Stack Cost... [2022-04-11T15:54:10.596Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-11T15:54:11.169Z] INFO: Archiving Costs [Pipeline] echo [2022-04-11T15:54:11.186Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-11T15:54:11.477Z] ---> logs-deploy.sh [2022-04-11T15:54:11.477Z] lf-activate-venv: SKIPPING [2022-04-11T15:54:11.477Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/62 [2022-04-11T15:54:11.477Z] INFO: archiving workspace using pattern(s): [2022-04-11T15:54:12.423Z] Archives upload complete. [2022-04-11T15:54:12.423Z] INFO: archiving logs to Nexus