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 15:44:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:44:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:44:51 ========================================================= 15:44:51 EdgeX Global Pipelines Version Info 15:44:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:44:52 ------------------- 15:44:52 stable info: 15:44:52 ------------------- 15:44:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:44:52 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 15:44:52 Message: update stable to v1.0.221 15:44:52 ------------------- 15:44:52 experimental info: 15:44:52 ------------------- 15:44:52 Commited By: **** collab-it+edgex@linuxfoundation.org 15:44:52 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 15:44:52 Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:44:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 15:44:52 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 15:44:53 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:44:53 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:44:53 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:44:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 15:44:53 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 15:44:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:44:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:44:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:44:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 15:44:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 15:44:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:44:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:44:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:44:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:44:53 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:44:53 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:44:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:44:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:44:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:44:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:44:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:44:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:44:53 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 15:44:53 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:44:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 15:44:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 15:44:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 15:44:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e18cf4e9ef6bfb404f044f68c1d78b234feb3069 [Pipeline] echo 15:44:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e18cf4e [Pipeline] echo 15:44:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:44:53 provisioning config files... 15:44:53 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config7700004026518813072tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:44:53 ---> docker-login.sh 15:44:53 nexus3.edgexfoundry.org:10001 15:44:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:44:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:44:54 Configure a credential helper to remove this warning. See 15:44:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:44:54 15:44:54 Login Succeeded 15:44:54 nexus3.edgexfoundry.org:10002 15:44:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:44:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:44:54 Configure a credential helper to remove this warning. See 15:44:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:44:54 15:44:54 Login Succeeded 15:44:54 nexus3.edgexfoundry.org:10003 15:44:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:44:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:44:54 Configure a credential helper to remove this warning. See 15:44:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:44:54 15:44:54 Login Succeeded 15:44:54 nexus3.edgexfoundry.org:10004 15:44:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:44:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:44:54 Configure a credential helper to remove this warning. See 15:44:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:44:54 15:44:54 Login Succeeded 15:44:54 docker.io 15:44:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:44:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:44:55 Configure a credential helper to remove this warning. See 15:44:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:44:55 15:44:55 Login Succeeded 15:44:55 ---> docker-login.sh ends [Pipeline] } 15:44:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 15:44:55 + git rev-list -1 --merges e18cf4e9ef6bfb404f044f68c1d78b234feb3069~1..e18cf4e9ef6bfb404f044f68c1d78b234feb3069 [Pipeline] echo 15:44:55 -----------> git rev-list -1 --merges e18cf4e9ef6bfb404f044f68c1d78b234feb3069~1..e18cf4e9ef6bfb404f044f68c1d78b234feb3069 e18cf4e9ef6bfb404f044f68c1d78b234feb3069 [false] [Pipeline] sh 15:44:56 + git log --format=format:%s -1 e18cf4e9ef6bfb404f044f68c1d78b234feb3069 [Pipeline] echo 15:44:56 ========================================================= 15:44:56 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 15:44:56 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:44:56 + git log --format=format:%s -1 e18cf4e9ef6bfb404f044f68c1d78b234feb3069 [Pipeline] echo 15:44:56 [semverPrep] GIT_COMMIT: e18cf4e9ef6bfb404f044f68c1d78b234feb3069, Commit Message: feat: enable security hardening (#396) [Pipeline] echo 15:44:56 [semverPrep] This is not a build commit. [Pipeline] sh 15:44:56 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:44:56 + grep -v github /etc/ssh/ssh_known_hosts 15:44:56 + [ -e /tmp/ssh_known_hosts ] 15:44:56 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 15:44:56 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 15:44:56 sudo tee -a /etc/ssh/ssh_known_hosts 15:44:56 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 15:44:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:44:57 15:44:57 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:44:57 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:44:57 latest: Pulling from edgex-devops/git-semver 15:44:57 a0d0a0d46f8b: Pulling fs layer 15:44:57 3e5f54012d9b: Pulling fs layer 15:44:57 4c7163046ea9: Pulling fs layer 15:44:57 0c2d73faf560: Pulling fs layer 15:44:57 0c2d73faf560: Waiting 15:44:57 3e5f54012d9b: Verifying Checksum 15:44:57 3e5f54012d9b: Download complete 15:44:57 a0d0a0d46f8b: Verifying Checksum 15:44:57 a0d0a0d46f8b: Download complete 15:44:57 0c2d73faf560: Download complete 15:44:57 4c7163046ea9: Verifying Checksum 15:44:57 4c7163046ea9: Download complete 15:44:57 a0d0a0d46f8b: Pull complete 15:44:57 3e5f54012d9b: Pull complete 15:44:58 4c7163046ea9: Pull complete 15:44:58 0c2d73faf560: Pull complete 15:44:58 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 15:44:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:44:58 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:44:58 prd-ubuntu20.04-docker-8c-8g-19519 does not seem to be running inside a container 15:44:58 $ 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 15:44:59 $ docker top b139afb3c20f45ccb4e748604a22ee993b84e1c8340b81a7cb73012128850cee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:44:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:44:59 [ssh-agent] Looking for ssh-agent implementation... 15:44:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:44:59 $ docker exec b139afb3c20f45ccb4e748604a22ee993b84e1c8340b81a7cb73012128850cee ssh-agent 15:44:59 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXGdFKfb/agent.14 15:44:59 SSH_AGENT_PID=20 15:44:59 Running ssh-add (command line suppressed) 15:44:59 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) 15:44:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:45:00 + git tag --points-at HEAD [Pipeline] } 15:45:00 $ docker exec --env ******** --env ******** b139afb3c20f45ccb4e748604a22ee993b84e1c8340b81a7cb73012128850cee ssh-agent -k 15:45:00 unset SSH_AUTH_SOCK; 15:45:00 unset SSH_AGENT_PID; 15:45:00 echo Agent pid 20 killed; 15:45:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:45:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:45:00 [ssh-agent] Looking for ssh-agent implementation... 15:45:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:45:00 $ docker exec b139afb3c20f45ccb4e748604a22ee993b84e1c8340b81a7cb73012128850cee ssh-agent 15:45:00 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXHfFPDn/agent.55 15:45:00 SSH_AGENT_PID=61 15:45:00 Running ssh-add (command line suppressed) 15:45:00 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) 15:45:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:45:00 + git semver init 15:45:00 # -> Open(): unable to determine branch for HEAD 15:45:00 # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git 15:45:00 # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main 15:45:00 # $SEMVER_REMOTE_NAME = origin 15:45:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:45:00 # $SEMVER_USER_NAME = edgex-jenkins 15:45:00 # $SEMVER_BRANCH = main 15:45:00 # $SEMVER_TEMP = /tmp/semver-826546224 15:45:00 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 15:45:01 # '/tmp/semver-826546224' -> '/w/workspace/ry_app-service-configurable_main/.semver' 15:45:01 # -> Force: false 15:45:01 # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [Pipeline] } 15:45:01 $ docker exec --env ******** --env ******** b139afb3c20f45ccb4e748604a22ee993b84e1c8340b81a7cb73012128850cee ssh-agent -k 15:45:01 unset SSH_AUTH_SOCK; 15:45:01 unset SSH_AGENT_PID; 15:45:01 echo Agent pid 61 killed; 15:45:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:45:02 + git semver [Pipeline] } 15:45:02 $ docker stop --time=1 b139afb3c20f45ccb4e748604a22ee993b84e1c8340b81a7cb73012128850cee 15:45:03 $ docker rm -f b139afb3c20f45ccb4e748604a22ee993b84e1c8340b81a7cb73012128850cee [Pipeline] // withDockerContainer [Pipeline] sh 15:45:04 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:45:04 Stashed 1 file(s) [Pipeline] echo 15:45:04 [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 15:45:04 provisioning config files... 15:45:04 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config5658463072135356306tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:45:04 ---> docker-login.sh 15:45:04 nexus3.edgexfoundry.org:10001 15:45:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:45:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:45:04 Configure a credential helper to remove this warning. See 15:45:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:45:04 15:45:04 Login Succeeded 15:45:04 nexus3.edgexfoundry.org:10002 15:45:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:45:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:45:05 Configure a credential helper to remove this warning. See 15:45:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:45:05 15:45:05 Login Succeeded 15:45:05 nexus3.edgexfoundry.org:10003 15:45:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:45:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:45:05 Configure a credential helper to remove this warning. See 15:45:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:45:05 15:45:05 Login Succeeded 15:45:05 nexus3.edgexfoundry.org:10004 15:45:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:45:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:45:05 Configure a credential helper to remove this warning. See 15:45:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:45:05 15:45:05 Login Succeeded 15:45:05 docker.io 15:45:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:45:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:45:05 Configure a credential helper to remove this warning. See 15:45:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:45:05 15:45:05 Login Succeeded 15:45:05 ---> docker-login.sh ends [Pipeline] } 15:45:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:45:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:45:05 ========================================================= 15:45:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 15:45:05 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 15:45:05 + 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 . 15:45:05 Sending build context to Docker daemon 2.995MB 15:45:05 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 15:45:05 Step 2/13 : FROM ${BASE} AS builder 15:45:05 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 15:45:05 59bf1c3509f3: Pulling fs layer 15:45:05 666ba61612fd: Pulling fs layer 15:45:05 8ed8ca486205: Pulling fs layer 15:45:05 4fe6c5a15a65: Pulling fs layer 15:45:05 22a0e8bec74d: Pulling fs layer 15:45:05 640e595b4fbd: Pulling fs layer 15:45:05 763cafe07f6e: Pulling fs layer 15:45:05 0c0b528cf693: Pulling fs layer 15:45:05 10935f4eaf8b: Pulling fs layer 15:45:05 640e595b4fbd: Waiting 15:45:05 763cafe07f6e: Waiting 15:45:05 4fe6c5a15a65: Waiting 15:45:05 0c0b528cf693: Waiting 15:45:05 22a0e8bec74d: Waiting 15:45:05 10935f4eaf8b: Waiting 15:45:05 8ed8ca486205: Verifying Checksum 15:45:05 8ed8ca486205: Download complete 15:45:05 666ba61612fd: Verifying Checksum 15:45:05 666ba61612fd: Download complete 15:45:06 22a0e8bec74d: Download complete 15:45:06 640e595b4fbd: Verifying Checksum 15:45:06 640e595b4fbd: Download complete 15:45:06 59bf1c3509f3: Verifying Checksum 15:45:06 59bf1c3509f3: Download complete 15:45:06 763cafe07f6e: Verifying Checksum 15:45:06 0c0b528cf693: Verifying Checksum 15:45:06 0c0b528cf693: Download complete 15:45:06 59bf1c3509f3: Pull complete 15:45:06 666ba61612fd: Pull complete 15:45:06 8ed8ca486205: Pull complete 15:45:07 10935f4eaf8b: Verifying Checksum 15:45:07 10935f4eaf8b: Download complete 15:45:07 4fe6c5a15a65: Verifying Checksum 15:45:07 4fe6c5a15a65: Download complete 15:45:11 4fe6c5a15a65: Pull complete 15:45:11 22a0e8bec74d: Pull complete 15:45:11 640e595b4fbd: Pull complete 15:45:11 763cafe07f6e: Pull complete 15:45:11 0c0b528cf693: Pull complete 15:45:14 10935f4eaf8b: Pull complete 15:45:14 Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 15:45:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 15:45:14 ---> 99d49a6021b9 15:45:14 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 15:45:15 ---> Running in 6ca272e020c5 15:45:15 Removing intermediate container 6ca272e020c5 15:45:15 ---> 80964425d074 15:45:15 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 15:45:15 ---> Running in 2b2b5de29d04 15:45:15 Removing intermediate container 2b2b5de29d04 15:45:15 ---> 0f2cfd9c40cc 15:45:15 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 15:45:15 ---> Running in 2836d7239c14 15:45:15 Removing intermediate container 2836d7239c14 15:45:15 ---> 3056804976b9 15:45:15 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:45:15 ---> Running in 87782b2e2ecb 15:45:15 Removing intermediate container 87782b2e2ecb 15:45:15 ---> 07d9b99e1996 15:45:15 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:45:15 ---> Running in faa9b04ea1cf 15:45:16 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:45:17 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:45:17 OK: 221 MiB in 52 packages 15:45:17 Removing intermediate container faa9b04ea1cf 15:45:17 ---> 940e82c1cbaf 15:45:17 Step 8/13 : WORKDIR /app 15:45:17 ---> Running in 678ac29a765a 15:45:17 Removing intermediate container 678ac29a765a 15:45:17 ---> 315e04660ef4 15:45:17 Step 9/13 : COPY go.mod vendor* ./ 15:45:17 ---> f93d0b499622 15:45:17 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:45:17 ---> Running in 462a6a705081 15:45:19 Still waiting to schedule task 15:45:19 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 15:45:44 Removing intermediate container 462a6a705081 15:45:44 ---> aa0ce4062f83 15:45:44 Step 11/13 : COPY . . 15:45:44 ---> 23a8e653e7bf 15:45:44 Step 12/13 : ARG MAKE="make build" 15:45:44 ---> Running in dcc85e394339 15:45:44 Removing intermediate container dcc85e394339 15:45:44 ---> ca8a4d1008ba 15:45:44 Step 13/13 : RUN $MAKE 15:45:44 ---> Running in e26b9fd6f9e2 15:45:44 noop 15:45:44 Removing intermediate container e26b9fd6f9e2 15:45:44 ---> 576d8c3ef476 15:45:44 Successfully built 576d8c3ef476 15:45:44 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:45:44 + docker inspect -f . ci-base-image-x86_64 15:45:44 . [Pipeline] withDockerContainer 15:45:44 prd-ubuntu20.04-docker-8c-8g-19519 does not seem to be running inside a container 15:45:44 $ 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 15:45:45 $ docker top 795a92d8063498fdaeffacc7935a5071479478c66728fa0e963c58785fa9b421 -eo pid,comm [Pipeline] { [Pipeline] sh 15:45:45 + go version 15:45:45 go version go1.17.6 linux/amd64 [Pipeline] } 15:45:45 $ docker stop --time=1 795a92d8063498fdaeffacc7935a5071479478c66728fa0e963c58785fa9b421 15:45:47 $ docker rm -f 795a92d8063498fdaeffacc7935a5071479478c66728fa0e963c58785fa9b421 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:45:47 + docker inspect -f . ci-base-image-x86_64 15:45:47 . [Pipeline] withDockerContainer 15:45:47 prd-ubuntu20.04-docker-8c-8g-19519 does not seem to be running inside a container 15:45:47 $ 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 15:45:48 $ docker top a5803993f0a77006277c078e6161a39dde4dc386170210f0f6ac815b649112a7 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 15:45:48 + make test 15:45:48 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 15:45:56 ? github.com/edgexfoundry/app-service-configurable [no test files] 15:45:56 CGO_ENABLED=1 go vet ./... 15:45:59 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:45:59 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:45:59 ./bin/test-attribution-txt.sh [Pipeline] echo 15:45:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:45:59 $ docker stop --time=1 a5803993f0a77006277c078e6161a39dde4dc386170210f0f6ac815b649112a7 15:46:00 $ docker rm -f a5803993f0a77006277c078e6161a39dde4dc386170210f0f6ac815b649112a7 [Pipeline] // withDockerContainer [Pipeline] sh 15:46:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:46:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 15:46:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:46:02 + ls -al . 15:46:02 total 176 15:46:02 drwxrwxr-x 8 jenkins jenkins 4096 Apr 11 15:45 . 15:46:02 drwxrwxr-x 4 jenkins jenkins 4096 Apr 11 15:44 .. 15:46:02 -rw-rw-r-- 1 jenkins jenkins 119 Apr 11 15:44 .dockerignore 15:46:02 drwxrwxr-x 8 jenkins jenkins 4096 Apr 11 15:44 .git 15:46:02 drwxrwxr-x 3 jenkins jenkins 4096 Apr 11 15:44 .github 15:46:02 -rw-rw-r-- 1 jenkins jenkins 104 Apr 11 15:44 .gitignore 15:46:02 drwx------ 3 jenkins jenkins 4096 Apr 11 15:45 .semver 15:46:02 -rw-rw-r-- 1 jenkins jenkins 7627 Apr 11 15:44 Attribution.txt 15:46:02 -rw-rw-r-- 1 jenkins jenkins 23791 Apr 11 15:44 CHANGELOG.md 15:46:02 -rw-rw-r-- 1 jenkins jenkins 2087 Apr 11 15:44 Dockerfile 15:46:02 -rw-rw-r-- 1 jenkins jenkins 677 Apr 11 15:44 GOVERNANCE.md 15:46:02 -rw-rw-r-- 1 jenkins jenkins 688 Apr 11 15:44 Jenkinsfile 15:46:02 -rw-rw-r-- 1 jenkins jenkins 10174 Apr 11 15:44 LICENSE 15:46:02 -rw-rw-r-- 1 jenkins jenkins 618 Apr 11 15:44 OWNERS.md 15:46:02 -rw-rw-r-- 1 jenkins jenkins 3860 Apr 11 15:44 README.md 15:46:02 -rw-rw-r-- 1 jenkins jenkins 12 Apr 11 15:45 VERSION 15:46:02 drwxrwxr-x 2 jenkins jenkins 4096 Apr 11 15:44 bin 15:46:02 -rw-r--r-- 1 jenkins jenkins 10 Apr 11 15:45 coverage.out 15:46:02 -rw-rw-r-- 1 jenkins jenkins 2816 Apr 11 15:44 go.mod 15:46:02 -rw-rw-r-- 1 jenkins jenkins 50335 Apr 11 15:44 go.sum 15:46:02 -rw-rw-r-- 1 jenkins jenkins 1949 Apr 11 15:44 main.go 15:46:02 -rw-rw-r-- 1 jenkins jenkins 1994 Apr 11 15:44 makefile 15:46:02 drwxrwxr-x 9 jenkins jenkins 4096 Apr 11 15:44 res 15:46:02 drwxrwxr-x 3 jenkins jenkins 4096 Apr 11 15:44 snap [Pipeline] isUnix [Pipeline] sh 15:46:02 + 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 . 15:46:02 Sending build context to Docker daemon 2.996MB 15:46:02 Step 1/27 : ARG BASE=golang:1.17-alpine3.15 15:46:02 Step 2/27 : FROM ${BASE} AS builder 15:46:02 ---> 576d8c3ef476 15:46:02 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 15:46:02 ---> Running in e5bc8d27d75e 15:46:03 Removing intermediate container e5bc8d27d75e 15:46:03 ---> 282cb5454c06 15:46:03 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 15:46:03 ---> Running in 43bb79094a36 15:46:03 Removing intermediate container 43bb79094a36 15:46:03 ---> 581f1d7178cc 15:46:03 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 15:46:03 ---> Running in b73e55dfe75b 15:46:03 Removing intermediate container b73e55dfe75b 15:46:03 ---> 1827604f5508 15:46:03 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:46:03 ---> Running in 188609dfb775 15:46:03 Removing intermediate container 188609dfb775 15:46:03 ---> 1c7c869f5c28 15:46:03 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:46:03 ---> Running in 7fc3c56a71c5 15:46:04 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:46:05 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:46:05 OK: 221 MiB in 52 packages 15:46:05 Removing intermediate container 7fc3c56a71c5 15:46:05 ---> 2cf91adcb6e5 15:46:05 Step 8/27 : WORKDIR /app 15:46:05 ---> Running in 23c9c0cfcc86 15:46:05 Removing intermediate container 23c9c0cfcc86 15:46:05 ---> e3c0fac3c2a8 15:46:05 Step 9/27 : COPY go.mod vendor* ./ 15:46:05 ---> 16a531327fd8 15:46:05 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:46:05 ---> Running in de0e54d94c59 15:46:06 Removing intermediate container de0e54d94c59 15:46:06 ---> 7288fa9edfc1 15:46:06 Step 11/27 : COPY . . 15:46:06 ---> 8a808d287114 15:46:06 Step 12/27 : ARG MAKE="make build" 15:46:06 ---> Running in 8a78fca01b52 15:46:06 Removing intermediate container 8a78fca01b52 15:46:06 ---> 1b80515e4de3 15:46:06 Step 13/27 : RUN $MAKE 15:46:06 ---> Running in 9ff74fd8bb7e 15:46:07 CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 15:46:25 Removing intermediate container 9ff74fd8bb7e 15:46:25 ---> ee92ece1da91 15:46:25 Step 14/27 : FROM alpine:3.14 15:46:25 3.14: Pulling from library/alpine 15:46:25 8663204ce13b: Pulling fs layer 15:46:25 8663204ce13b: Download complete 15:46:25 8663204ce13b: Pull complete 15:46:25 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 15:46:25 Status: Downloaded newer image for alpine:3.14 15:46:25 ---> e04c818066af 15:46:25 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 15:46:25 ---> Running in 8250f4c07c8c 15:46:25 Removing intermediate container 8250f4c07c8c 15:46:25 ---> 1c338586a22e 15:46:25 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 15:46:25 ---> Running in f9492ec6abdd 15:46:25 Removing intermediate container f9492ec6abdd 15:46:25 ---> c2d1beca816c 15:46:25 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 15:46:25 ---> Running in 57ffca7c3bfc 15:46:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 15:46:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 15:46:25 (1/7) Installing ca-certificates (20211220-r0) 15:46:25 (2/7) Installing dumb-init (1.2.5-r1) 15:46:25 (3/7) Installing libgcc (10.3.1_git20210424-r2) 15:46:25 (4/7) Installing libsodium (1.0.18-r0) 15:46:25 (5/7) Installing libstdc++ (10.3.1_git20210424-r2) 15:46:25 (6/7) Installing libzmq (4.3.4-r0) 15:46:25 (7/7) Installing zeromq (4.3.4-r0) 15:46:25 Executing busybox-1.33.1-r7.trigger 15:46:25 Executing ca-certificates-20211220-r0.trigger 15:46:25 OK: 9 MiB in 21 packages 15:46:26 Removing intermediate container 57ffca7c3bfc 15:46:26 ---> 41a8370b61e7 15:46:26 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 15:46:26 ---> d65911fdf7a0 15:46:26 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 15:46:26 ---> be1761526568 15:46:26 Step 20/27 : COPY --from=builder /app/res/ /res/ 15:46:26 ---> 00f456329d9c 15:46:26 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 15:46:27 ---> c155e339c9e0 15:46:27 Step 22/27 : EXPOSE 48095 15:46:27 ---> Running in 38f0055acb99 15:46:27 Removing intermediate container 38f0055acb99 15:46:27 ---> a575264a2eee 15:46:27 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 15:46:27 ---> Running in 73ba6f6d174d 15:46:27 Removing intermediate container 73ba6f6d174d 15:46:27 ---> fce8e25775fc 15:46:27 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:46:27 ---> Running in a92831ed3240 15:46:27 Removing intermediate container a92831ed3240 15:46:27 ---> fdb43ec17df2 15:46:27 Step 25/27 : LABEL arch=amd64 15:46:27 ---> Running in 48b4fed5973b 15:46:27 Removing intermediate container 48b4fed5973b 15:46:27 ---> fa0b61118c57 15:46:27 Step 26/27 : LABEL git_sha=e18cf4e9ef6bfb404f044f68c1d78b234feb3069 15:46:27 ---> Running in 77fedd51711e 15:46:27 Removing intermediate container 77fedd51711e 15:46:27 ---> 2cf343887a08 15:46:27 Step 27/27 : LABEL version=2.2.0-dev.26 15:46:27 ---> Running in 9ab3b8720394 15:46:27 Removing intermediate container 9ab3b8720394 15:46:27 ---> 18fbcc2ce77a 15:46:27 [Warning] One or more build-args [ARCH] were not consumed 15:46:27 Successfully built 18fbcc2ce77a 15:46:27 Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:46:27 provisioning config files... 15:46:27 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config7018457163398431688tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:46:28 ---> docker-login.sh 15:46:28 nexus3.edgexfoundry.org:10001 15:46:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:46:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:46:28 Configure a credential helper to remove this warning. See 15:46:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:46:28 15:46:28 Login Succeeded 15:46:28 nexus3.edgexfoundry.org:10002 15:46:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:46:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:46:28 Configure a credential helper to remove this warning. See 15:46:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:46:28 15:46:28 Login Succeeded 15:46:28 nexus3.edgexfoundry.org:10003 15:46:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:46:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:46:28 Configure a credential helper to remove this warning. See 15:46:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:46:28 15:46:28 Login Succeeded 15:46:28 nexus3.edgexfoundry.org:10004 15:46:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:46:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:46:28 Configure a credential helper to remove this warning. See 15:46:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:46:28 15:46:28 Login Succeeded 15:46:28 docker.io 15:46:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:46:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:46:29 Configure a credential helper to remove this warning. See 15:46:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:46:29 15:46:29 Login Succeeded 15:46:29 ---> docker-login.sh ends [Pipeline] } 15:46:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:46:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:46:29 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 15:46:29 e18cf4e9ef6bfb404f044f68c1d78b234feb3069 15:46:29 latest 15:46:29 2.2.0-dev.26 15:46:29 e18cf4e9ef6bfb404f044f68c1d78b234feb3069-2.2.0-dev.26 15:46:29 main 15:46:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:46:29 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:e18cf4e9ef6bfb404f044f68c1d78b234feb3069 [Pipeline] isUnix [Pipeline] sh 15:46:29 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:e18cf4e9ef6bfb404f044f68c1d78b234feb3069 15:46:29 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 15:46:29 ed0aef5a09e1: Preparing 15:46:29 e3fb361ff8cb: Preparing 15:46:29 4d502190de92: Preparing 15:46:29 f6bd12e87879: Preparing 15:46:29 b8adb72b78bb: Preparing 15:46:29 b541d28bf3b4: Preparing 15:46:29 b541d28bf3b4: Waiting 15:46:29 e3fb361ff8cb: Pushed 15:46:29 f6bd12e87879: Pushed 15:46:29 4d502190de92: Pushed 15:46:29 b541d28bf3b4: Layer already exists 15:46:29 b8adb72b78bb: Pushed 15:46:31 ed0aef5a09e1: Pushed 15:46:31 e18cf4e9ef6bfb404f044f68c1d78b234feb3069: digest: sha256:c4e9ad335da7594c0121aa77d995ec8b8985acec063dcd7f23f738fc0a22cbf4 size: 1574 [Pipeline] isUnix [Pipeline] sh 15:46:32 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 15:46:32 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 15:46:32 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 15:46:32 ed0aef5a09e1: Preparing 15:46:32 e3fb361ff8cb: Preparing 15:46:32 4d502190de92: Preparing 15:46:32 f6bd12e87879: Preparing 15:46:32 b8adb72b78bb: Preparing 15:46:32 b541d28bf3b4: Preparing 15:46:32 b541d28bf3b4: Waiting 15:46:32 b8adb72b78bb: Layer already exists 15:46:32 ed0aef5a09e1: Layer already exists 15:46:32 4d502190de92: Layer already exists 15:46:32 f6bd12e87879: Layer already exists 15:46:32 e3fb361ff8cb: Layer already exists 15:46:32 b541d28bf3b4: Layer already exists 15:46:32 latest: digest: sha256:c4e9ad335da7594c0121aa77d995ec8b8985acec063dcd7f23f738fc0a22cbf4 size: 1574 [Pipeline] isUnix [Pipeline] sh 15:46:32 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.26 [Pipeline] isUnix [Pipeline] sh 15:46:33 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.26 15:46:33 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 15:46:33 ed0aef5a09e1: Preparing 15:46:33 e3fb361ff8cb: Preparing 15:46:33 4d502190de92: Preparing 15:46:33 f6bd12e87879: Preparing 15:46:33 b8adb72b78bb: Preparing 15:46:33 b541d28bf3b4: Preparing 15:46:33 b8adb72b78bb: Layer already exists 15:46:33 f6bd12e87879: Layer already exists 15:46:33 4d502190de92: Layer already exists 15:46:33 ed0aef5a09e1: Layer already exists 15:46:33 e3fb361ff8cb: Layer already exists 15:46:33 b541d28bf3b4: Layer already exists 15:46:33 2.2.0-dev.26: digest: sha256:c4e9ad335da7594c0121aa77d995ec8b8985acec063dcd7f23f738fc0a22cbf4 size: 1574 [Pipeline] isUnix [Pipeline] sh 15:46:33 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:e18cf4e9ef6bfb404f044f68c1d78b234feb3069-2.2.0-dev.26 [Pipeline] isUnix [Pipeline] sh 15:46:33 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:e18cf4e9ef6bfb404f044f68c1d78b234feb3069-2.2.0-dev.26 15:46:33 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 15:46:33 ed0aef5a09e1: Preparing 15:46:33 e3fb361ff8cb: Preparing 15:46:33 4d502190de92: Preparing 15:46:33 f6bd12e87879: Preparing 15:46:33 b8adb72b78bb: Preparing 15:46:33 b541d28bf3b4: Preparing 15:46:33 b541d28bf3b4: Waiting 15:46:33 e3fb361ff8cb: Layer already exists 15:46:33 b8adb72b78bb: Layer already exists 15:46:33 4d502190de92: Layer already exists 15:46:33 ed0aef5a09e1: Layer already exists 15:46:33 f6bd12e87879: Layer already exists 15:46:33 b541d28bf3b4: Layer already exists 15:46:33 e18cf4e9ef6bfb404f044f68c1d78b234feb3069-2.2.0-dev.26: digest: sha256:c4e9ad335da7594c0121aa77d995ec8b8985acec063dcd7f23f738fc0a22cbf4 size: 1574 [Pipeline] isUnix [Pipeline] sh 15:46:33 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] isUnix [Pipeline] sh 15:46:34 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 15:46:34 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 15:46:34 ed0aef5a09e1: Preparing 15:46:34 e3fb361ff8cb: Preparing 15:46:34 4d502190de92: Preparing 15:46:34 f6bd12e87879: Preparing 15:46:34 b8adb72b78bb: Preparing 15:46:34 b541d28bf3b4: Preparing 15:46:34 b541d28bf3b4: Waiting 15:46:34 ed0aef5a09e1: Layer already exists 15:46:34 e3fb361ff8cb: Layer already exists 15:46:34 f6bd12e87879: Layer already exists 15:46:34 4d502190de92: Layer already exists 15:46:34 b8adb72b78bb: Layer already exists 15:46:34 b541d28bf3b4: Layer already exists 15:46:34 main: digest: sha256:c4e9ad335da7594c0121aa77d995ec8b8985acec063dcd7f23f738fc0a22cbf4 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:46:34 ===================================================== [Pipeline] echo 15:46:34 taggedImages: 15:46:34 - nexus3.edgexfoundry.org:10004/app-service-configurable:e18cf4e9ef6bfb404f044f68c1d78b234feb3069 15:46:34 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 15:46:34 - nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.26 15:46:34 - nexus3.edgexfoundry.org:10004/app-service-configurable:e18cf4e9ef6bfb404f044f68c1d78b234feb3069-2.2.0-dev.26 15:46:34 - 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 15:46:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:46:34 15:46:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 15:46:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:46:35 latest: Pulling from edgex-lftools-log-publisher 15:46:35 5eb5b503b376: Pulling fs layer 15:46:35 5c69ac0246d0: Pulling fs layer 15:46:35 ec43610c2a17: Pulling fs layer 15:46:35 3a2ae6a8a46f: Pulling fs layer 15:46:35 33b1e0a273af: Pulling fs layer 15:46:35 5d3b04190fa2: Pulling fs layer 15:46:35 2f39f015ded8: Pulling fs layer 15:46:35 3a2ae6a8a46f: Waiting 15:46:35 33b1e0a273af: Waiting 15:46:35 2f39f015ded8: Waiting 15:46:35 5d3b04190fa2: Waiting 15:46:35 5c69ac0246d0: Verifying Checksum 15:46:35 5c69ac0246d0: Download complete 15:46:35 3a2ae6a8a46f: Verifying Checksum 15:46:35 3a2ae6a8a46f: Download complete 15:46:35 33b1e0a273af: Verifying Checksum 15:46:35 33b1e0a273af: Download complete 15:46:35 5d3b04190fa2: Verifying Checksum 15:46:35 5d3b04190fa2: Download complete 15:46:35 ec43610c2a17: Verifying Checksum 15:46:35 ec43610c2a17: Download complete 15:46:35 5eb5b503b376: Verifying Checksum 15:46:35 5eb5b503b376: Download complete 15:46:35 2f39f015ded8: Download complete 15:46:36 5eb5b503b376: Pull complete 15:46:36 5c69ac0246d0: Pull complete 15:46:37 ec43610c2a17: Pull complete 15:46:37 3a2ae6a8a46f: Pull complete 15:46:37 33b1e0a273af: Pull complete 15:46:37 5d3b04190fa2: Pull complete 15:46:41 2f39f015ded8: Pull complete 15:46:41 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 15:46:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:46:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 15:46:41 prd-ubuntu20.04-docker-8c-8g-19519 does not seem to be running inside a container 15:46:41 $ 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 15:46:43 $ docker top ed8579c7da32cc0d3ed7b8550ee0cdad1f78e7269ee891caff81eaf5c879d81b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:46:43 ---> job-cost.sh 15:46:43 lf-activate-venv: SKIPPING 15:46:43 INFO: No Stack... 15:46:43 INFO: Retrieving Pricing Info for: v3-standard-8 15:46:44 INFO: Archiving Costs [Pipeline] sh 15:46:44 + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv 15:46:44 + cut -d, -f6 [Pipeline] lock 15:46:44 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-62-stack-cost] 15:46:44 Resource [jenkins-edgexfoundry-app-service-configurable-main-62-stack-cost] did not exist. Created. 15:46:44 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-62-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:46:45 + echo total: 0.2199999988079071 [Pipeline] stash 15:46:45 Stashed 1 file(s) [Pipeline] } 15:46:45 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-62-stack-cost] [Pipeline] // lock [Pipeline] } 15:46:45 $ docker stop --time=1 ed8579c7da32cc0d3ed7b8550ee0cdad1f78e7269ee891caff81eaf5c879d81b 15:46:46 $ docker rm -f ed8579c7da32cc0d3ed7b8550ee0cdad1f78e7269ee891caff81eaf5c879d81b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:46:56 Running on prd-ubuntu20.04-docker-arm64-4c-16g-19520 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 15:46:56 Running in /w/workspace/app-service-configurable/62 [Pipeline] { [Pipeline] checkout 15:46:57 Selected Git installation does not exist. Using Default 15:46:57 The recommended git tool is: NONE 15:47:04 using credential edgex-jenkins-ssh 15:47:04 Cloning the remote Git repository 15:47:04 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 15:47:04 > git init /w/workspace/app-service-configurable/62 # timeout=10 15:47:04 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 15:47:04 > git --version # timeout=10 15:47:04 > git --version # 'git version 2.25.1' 15:47:04 using GIT_SSH to set credentials SSH Credentials for GitHub 15:47:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:47:06 Avoid second fetch 15:47:06 Checking out Revision e18cf4e9ef6bfb404f044f68c1d78b234feb3069 (main) 15:47:06 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 15:47:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:47:06 > git config core.sparsecheckout # timeout=10 15:47:06 > git checkout -f e18cf4e9ef6bfb404f044f68c1d78b234feb3069 # timeout=10 15:47:10 Commit message: "feat: enable security hardening (#396)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:47:11 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 15:47:11 % Total % Received % Xferd Average Speed Time Time Time Current 15:47:11 Dload Upload Total Spent Left Speed 15:47:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 49760 0 --:--:-- --:--:-- --:--:-- 49970 [Pipeline] sh 15:47:12 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 15:47:12 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 15:47:12 + sudo tee /etc/docker/daemon.new 15:47:12 { 15:47:12 "registry-mirrors": [ 15:47:12 "https://nexus3.edgexfoundry.org:10001" 15:47:12 ], 15:47:12 "bip": "10.250.0.254/24", 15:47:12 "hosts": [ 15:47:12 "tcp://0.0.0.0:5555", 15:47:12 "unix:///var/run/docker.sock" 15:47:12 ], 15:47:12 "mtu": 1458, 15:47:12 "selinux-enabled": true, 15:47:12 "seccomp-profile": "/etc/docker/seccomp.json" 15:47:12 } [Pipeline] sh 15:47:13 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 15:47:13 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:47:31 provisioning config files... 15:47:31 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/62@tmp/config133223513267703146tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:47:32 ---> docker-login.sh 15:47:32 nexus3.edgexfoundry.org:10001 15:47:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:47:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:47:33 Configure a credential helper to remove this warning. See 15:47:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:47:33 15:47:33 Login Succeeded 15:47:33 nexus3.edgexfoundry.org:10002 15:47:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:47:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:47:33 Configure a credential helper to remove this warning. See 15:47:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:47:33 15:47:33 Login Succeeded 15:47:33 nexus3.edgexfoundry.org:10003 15:47:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:47:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:47:34 Configure a credential helper to remove this warning. See 15:47:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:47:34 15:47:34 Login Succeeded 15:47:34 nexus3.edgexfoundry.org:10004 15:47:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:47:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:47:34 Configure a credential helper to remove this warning. See 15:47:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:47:34 15:47:34 Login Succeeded 15:47:34 docker.io 15:47:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:47:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:47:35 Configure a credential helper to remove this warning. See 15:47:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:47:35 15:47:35 Login Succeeded 15:47:35 ---> docker-login.sh ends [Pipeline] } 15:47:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:47:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:47:35 ========================================================= 15:47:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 15:47:35 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 15:47:36 + 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 . 15:47:36 Sending build context to Docker daemon 210.4kB 15:47:36 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 15:47:36 Step 2/13 : FROM ${BASE} AS builder 15:47:36 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:47:36 9b3977197b4f: Pulling fs layer 15:47:36 1a89e8eeedd5: Pulling fs layer 15:47:36 94645a83ff95: Pulling fs layer 15:47:36 3f3a8bcf1eab: Pulling fs layer 15:47:36 0c92f367c5e7: Pulling fs layer 15:47:36 f7c0051592d6: Pulling fs layer 15:47:36 a227ed2f7395: Pulling fs layer 15:47:36 7b1c46037f91: Pulling fs layer 15:47:36 f7c0051592d6: Waiting 15:47:36 3f3a8bcf1eab: Waiting 15:47:36 7b1c46037f91: Waiting 15:47:36 0c92f367c5e7: Waiting 15:47:36 a227ed2f7395: Waiting 15:47:36 94645a83ff95: Verifying Checksum 15:47:36 94645a83ff95: Download complete 15:47:36 1a89e8eeedd5: Verifying Checksum 15:47:36 1a89e8eeedd5: Download complete 15:47:36 0c92f367c5e7: Verifying Checksum 15:47:36 0c92f367c5e7: Download complete 15:47:36 f7c0051592d6: Verifying Checksum 15:47:36 f7c0051592d6: Download complete 15:47:36 9b3977197b4f: Verifying Checksum 15:47:36 9b3977197b4f: Download complete 15:47:36 a227ed2f7395: Verifying Checksum 15:47:36 a227ed2f7395: Download complete 15:47:37 9b3977197b4f: Pull complete 15:47:38 1a89e8eeedd5: Pull complete 15:47:38 94645a83ff95: Pull complete 15:47:38 7b1c46037f91: Verifying Checksum 15:47:38 7b1c46037f91: Download complete 15:47:39 3f3a8bcf1eab: Verifying Checksum 15:47:39 3f3a8bcf1eab: Download complete 15:47:51 3f3a8bcf1eab: Pull complete 15:47:51 0c92f367c5e7: Pull complete 15:47:51 f7c0051592d6: Pull complete 15:47:51 a227ed2f7395: Pull complete 15:47:58 7b1c46037f91: Pull complete 15:47:58 Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe 15:47:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 15:47:58 ---> f79e39bc4007 15:47:58 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 15:47:59 ---> Running in 9ea54176467c 15:47:59 Removing intermediate container 9ea54176467c 15:47:59 ---> 9a4314e1e9b1 15:47:59 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 15:47:59 ---> Running in f64e67038a0f 15:48:00 Removing intermediate container f64e67038a0f 15:48:00 ---> d16565636cf9 15:48:00 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 15:48:00 ---> Running in cbf68452e816 15:48:00 Removing intermediate container cbf68452e816 15:48:00 ---> f8e101737c50 15:48:00 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:48:00 ---> Running in 8a80df322918 15:48:02 Removing intermediate container 8a80df322918 15:48:02 ---> a413275e844d 15:48:02 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:48:02 ---> Running in 7a0b7a66c273 15:48:03 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:48:04 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:48:05 OK: 220 MiB in 52 packages 15:48:06 Removing intermediate container 7a0b7a66c273 15:48:06 ---> a6d0b3ddf50f 15:48:06 Step 8/13 : WORKDIR /app 15:48:06 ---> Running in 9cd852ac38dd 15:48:06 Removing intermediate container 9cd852ac38dd 15:48:06 ---> 91a0384a985e 15:48:06 Step 9/13 : COPY go.mod vendor* ./ 15:48:07 ---> 43392ee6676a 15:48:07 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:48:07 ---> Running in 6db8c8d72841 15:49:29 Removing intermediate container 6db8c8d72841 15:49:29 ---> ca940f27c1e7 15:49:29 Step 11/13 : COPY . . 15:49:29 ---> 8f9d497f76c3 15:49:29 Step 12/13 : ARG MAKE="make build" 15:49:29 ---> Running in 4ee094ce4513 15:49:29 Removing intermediate container 4ee094ce4513 15:49:29 ---> 5a3317b98fd0 15:49:29 Step 13/13 : RUN $MAKE 15:49:29 ---> Running in f0d78403e566 15:49:29 noop 15:49:29 Removing intermediate container f0d78403e566 15:49:29 ---> d71a9555fd72 15:49:29 Successfully built d71a9555fd72 15:49:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:49:29 + docker inspect -f . ci-base-image-arm64 15:49:29 . [Pipeline] withDockerContainer 15:49:29 prd-ubuntu20.04-docker-arm64-4c-16g-19520 does not seem to be running inside a container 15:49:29 $ 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 15:49:31 $ docker top 81f53a2252f7bb9324142504d7d18c32af7d27916e108a4b5ecd75b79db92eb8 -eo pid,comm [Pipeline] { [Pipeline] sh 15:49:32 + go version 15:49:32 go version go1.17.6 linux/arm64 [Pipeline] } 15:49:32 $ docker stop --time=1 81f53a2252f7bb9324142504d7d18c32af7d27916e108a4b5ecd75b79db92eb8 15:49:33 $ docker rm -f 81f53a2252f7bb9324142504d7d18c32af7d27916e108a4b5ecd75b79db92eb8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:49:34 + docker inspect -f . ci-base-image-arm64 15:49:34 . [Pipeline] withDockerContainer 15:49:34 prd-ubuntu20.04-docker-arm64-4c-16g-19520 does not seem to be running inside a container 15:49:34 $ 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 15:49:36 $ docker top 75cf6e4734911d3d2e0e59fc83734848f85477ecb716267436acbae1a4b91ff4 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 15:49:36 + make test 15:49:36 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 15:50:23 ? github.com/edgexfoundry/app-service-configurable [no test files] 15:50:23 CGO_ENABLED=1 go vet ./... 15:50:42 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:50:42 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:50:42 ./bin/test-attribution-txt.sh [Pipeline] echo 15:50:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:50:42 $ docker stop --time=1 75cf6e4734911d3d2e0e59fc83734848f85477ecb716267436acbae1a4b91ff4 15:50:44 $ docker rm -f 75cf6e4734911d3d2e0e59fc83734848f85477ecb716267436acbae1a4b91ff4 [Pipeline] // withDockerContainer [Pipeline] sh 15:50:45 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:50:45 Warning: overwriting stash ‘coverage-report’ 15:50:45 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 15:50:46 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:50:46 + ls -al . 15:50:46 total 172 15:50:46 drwxrwxr-x 7 jenkins jenkins 4096 Apr 11 15:50 . 15:50:46 drwxrwxr-x 4 jenkins jenkins 4096 Apr 11 15:47 .. 15:50:46 -rw-rw-r-- 1 jenkins jenkins 119 Apr 11 15:47 .dockerignore 15:50:46 drwxrwxr-x 8 jenkins jenkins 4096 Apr 11 15:47 .git 15:50:46 drwxrwxr-x 3 jenkins jenkins 4096 Apr 11 15:47 .github 15:50:46 -rw-rw-r-- 1 jenkins jenkins 104 Apr 11 15:47 .gitignore 15:50:46 -rw-rw-r-- 1 jenkins jenkins 7627 Apr 11 15:47 Attribution.txt 15:50:46 -rw-rw-r-- 1 jenkins jenkins 23791 Apr 11 15:47 CHANGELOG.md 15:50:46 -rw-rw-r-- 1 jenkins jenkins 2087 Apr 11 15:47 Dockerfile 15:50:46 -rw-rw-r-- 1 jenkins jenkins 677 Apr 11 15:47 GOVERNANCE.md 15:50:46 -rw-rw-r-- 1 jenkins jenkins 688 Apr 11 15:47 Jenkinsfile 15:50:46 -rw-rw-r-- 1 jenkins jenkins 10174 Apr 11 15:47 LICENSE 15:50:46 -rw-rw-r-- 1 jenkins jenkins 618 Apr 11 15:47 OWNERS.md 15:50:46 -rw-rw-r-- 1 jenkins jenkins 3860 Apr 11 15:47 README.md 15:50:46 -rw-rw-r-- 1 jenkins jenkins 12 Apr 11 15:45 VERSION 15:50:46 drwxrwxr-x 2 jenkins jenkins 4096 Apr 11 15:47 bin 15:50:46 -rw-r--r-- 1 jenkins jenkins 10 Apr 11 15:49 coverage.out 15:50:46 -rw-rw-r-- 1 jenkins jenkins 2816 Apr 11 15:47 go.mod 15:50:46 -rw-rw-r-- 1 jenkins jenkins 50335 Apr 11 15:47 go.sum 15:50:46 -rw-rw-r-- 1 jenkins jenkins 1949 Apr 11 15:47 main.go 15:50:46 -rw-rw-r-- 1 jenkins jenkins 1994 Apr 11 15:47 makefile 15:50:46 drwxrwxr-x 9 jenkins jenkins 4096 Apr 11 15:47 res 15:50:46 drwxrwxr-x 3 jenkins jenkins 4096 Apr 11 15:47 snap [Pipeline] isUnix [Pipeline] sh 15:50:47 + 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 . 15:50:47 Sending build context to Docker daemon 211.5kB 15:50:47 Step 1/27 : ARG BASE=golang:1.17-alpine3.15 15:50:47 Step 2/27 : FROM ${BASE} AS builder 15:50:47 ---> d71a9555fd72 15:50:47 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 15:50:47 ---> Running in 8dd34a36c787 15:50:47 Removing intermediate container 8dd34a36c787 15:50:47 ---> 49bef90385b1 15:50:47 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 15:50:47 ---> Running in b8c4a14a55b8 15:50:48 Removing intermediate container b8c4a14a55b8 15:50:48 ---> 9725f049ec91 15:50:48 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 15:50:48 ---> Running in e134c71bde04 15:50:48 Removing intermediate container e134c71bde04 15:50:48 ---> 75d6f319bff8 15:50:48 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:50:48 ---> Running in 7bfec1ff4079 15:50:50 Removing intermediate container 7bfec1ff4079 15:50:50 ---> 6c1d87321d80 15:50:50 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:50:50 ---> Running in 87e6af55d9f8 15:50:51 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:50:52 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:50:53 OK: 220 MiB in 52 packages 15:50:53 Removing intermediate container 87e6af55d9f8 15:50:53 ---> f010e076c148 15:50:53 Step 8/27 : WORKDIR /app 15:50:53 ---> Running in 8e5a559d85d9 15:50:54 Removing intermediate container 8e5a559d85d9 15:50:54 ---> fb6ff46766e7 15:50:54 Step 9/27 : COPY go.mod vendor* ./ 15:50:54 ---> 1e12412ae4af 15:50:54 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:50:54 ---> Running in cac732ea6745 15:50:57 Removing intermediate container cac732ea6745 15:50:57 ---> 8e16c50f7f0d 15:50:57 Step 11/27 : COPY . . 15:50:57 ---> 0eb7bbc4e173 15:50:57 Step 12/27 : ARG MAKE="make build" 15:50:57 ---> Running in 4ad277470f05 15:50:57 Removing intermediate container 4ad277470f05 15:50:57 ---> fb3ec036af49 15:50:57 Step 13/27 : RUN $MAKE 15:50:57 ---> Running in c2d77fa5b8ef 15:50:58 CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 15:52:20 Removing intermediate container c2d77fa5b8ef 15:52:20 ---> b6fe1bac642f 15:52:20 Step 14/27 : FROM alpine:3.14 15:52:20 3.14: Pulling from library/alpine 15:52:20 455c02918c45: Pulling fs layer 15:52:20 455c02918c45: Download complete 15:52:20 455c02918c45: Pull complete 15:52:20 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 15:52:20 Status: Downloaded newer image for alpine:3.14 15:52:20 ---> ac73e934f311 15:52:20 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 15:52:20 ---> Running in 06ced337f6c9 15:52:20 Removing intermediate container 06ced337f6c9 15:52:20 ---> c348f93a3cb6 15:52:20 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 15:52:20 ---> Running in d4264a90bb55 15:52:20 Removing intermediate container d4264a90bb55 15:52:20 ---> e9cd872debb2 15:52:20 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 15:52:20 ---> Running in fde7ef4edccc 15:52:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 15:52:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 15:52:21 (1/7) Installing ca-certificates (20211220-r0) 15:52:22 (2/7) Installing dumb-init (1.2.5-r1) 15:52:22 (3/7) Installing libgcc (10.3.1_git20210424-r2) 15:52:22 (4/7) Installing libsodium (1.0.18-r0) 15:52:22 (5/7) Installing libstdc++ (10.3.1_git20210424-r2) 15:52:22 (6/7) Installing libzmq (4.3.4-r0) 15:52:22 (7/7) Installing zeromq (4.3.4-r0) 15:52:22 Executing busybox-1.33.1-r7.trigger 15:52:22 Executing ca-certificates-20211220-r0.trigger 15:52:22 OK: 9 MiB in 21 packages 15:52:23 Removing intermediate container fde7ef4edccc 15:52:23 ---> 8c3cf562fa3c 15:52:23 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 15:52:24 ---> 2cc624e54a2e 15:52:24 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 15:52:24 ---> ee8ee7018353 15:52:24 Step 20/27 : COPY --from=builder /app/res/ /res/ 15:52:25 ---> 89907411f917 15:52:25 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 15:52:26 ---> 32592403f6ba 15:52:26 Step 22/27 : EXPOSE 48095 15:52:26 ---> Running in 578dd48405dc 15:52:26 Removing intermediate container 578dd48405dc 15:52:26 ---> d93e40d82dcc 15:52:26 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 15:52:26 ---> Running in 3bccd1a7b0fc 15:52:27 Removing intermediate container 3bccd1a7b0fc 15:52:27 ---> bb35ffadea8a 15:52:27 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:52:27 ---> Running in 8d3d0683ed06 15:52:27 Removing intermediate container 8d3d0683ed06 15:52:27 ---> 323918e1c284 15:52:27 Step 25/27 : LABEL arch=arm64 15:52:27 ---> Running in 3ad75e9f1589 15:52:28 Removing intermediate container 3ad75e9f1589 15:52:28 ---> 720e853180fb 15:52:28 Step 26/27 : LABEL git_sha=e18cf4e9ef6bfb404f044f68c1d78b234feb3069 15:52:28 ---> Running in c365dd139c28 15:52:28 Removing intermediate container c365dd139c28 15:52:28 ---> 96386fa25c76 15:52:28 Step 27/27 : LABEL version=2.2.0-dev.26 15:52:28 ---> Running in fef5723f1210 15:52:28 Removing intermediate container fef5723f1210 15:52:28 ---> cb3df7f5054f 15:52:28 [Warning] One or more build-args [ARCH] were not consumed 15:52:28 Successfully built cb3df7f5054f 15:52:28 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 15:52:29 provisioning config files... 15:52:29 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/62@tmp/config5552950370907394227tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:52:29 ---> docker-login.sh 15:52:29 nexus3.edgexfoundry.org:10001 15:52:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:52:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:52:29 Configure a credential helper to remove this warning. See 15:52:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:52:29 15:52:29 Login Succeeded 15:52:29 nexus3.edgexfoundry.org:10002 15:52:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:52:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:52:30 Configure a credential helper to remove this warning. See 15:52:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:52:30 15:52:30 Login Succeeded 15:52:30 nexus3.edgexfoundry.org:10003 15:52:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:52:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:52:30 Configure a credential helper to remove this warning. See 15:52:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:52:30 15:52:30 Login Succeeded 15:52:30 nexus3.edgexfoundry.org:10004 15:52:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:52:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:52:31 Configure a credential helper to remove this warning. See 15:52:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:52:31 15:52:31 Login Succeeded 15:52:31 docker.io 15:52:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:52:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:52:31 Configure a credential helper to remove this warning. See 15:52:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:52:31 15:52:31 Login Succeeded 15:52:31 ---> docker-login.sh ends [Pipeline] } 15:52:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:52:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:52:32 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 15:52:32 e18cf4e9ef6bfb404f044f68c1d78b234feb3069 15:52:32 latest 15:52:32 2.2.0-dev.26 15:52:32 e18cf4e9ef6bfb404f044f68c1d78b234feb3069-2.2.0-dev.26 15:52:32 main 15:52:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:52:32 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:e18cf4e9ef6bfb404f044f68c1d78b234feb3069 [Pipeline] isUnix [Pipeline] sh 15:52:32 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:e18cf4e9ef6bfb404f044f68c1d78b234feb3069 15:52:32 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 15:52:32 46e75e5864c6: Preparing 15:52:32 2d16feed3f0f: Preparing 15:52:32 2d8f0ffe8957: Preparing 15:52:32 8c90253a3a08: Preparing 15:52:32 ad9c80e96880: Preparing 15:52:32 f73e7dbfee58: Preparing 15:52:32 f73e7dbfee58: Waiting 15:52:33 2d8f0ffe8957: Pushed 15:52:33 2d16feed3f0f: Pushed 15:52:33 8c90253a3a08: Pushed 15:52:33 f73e7dbfee58: Layer already exists 15:52:34 ad9c80e96880: Pushed 15:52:37 46e75e5864c6: Pushed 15:52:37 e18cf4e9ef6bfb404f044f68c1d78b234feb3069: digest: sha256:4e2ef05f4e9998cc38c8f6970633e17f2cbc647cec7571cd04780dda0f539152 size: 1574 [Pipeline] isUnix [Pipeline] sh 15:52:38 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:52:38 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 15:52:38 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 15:52:38 46e75e5864c6: Preparing 15:52:38 2d16feed3f0f: Preparing 15:52:38 2d8f0ffe8957: Preparing 15:52:38 8c90253a3a08: Preparing 15:52:38 ad9c80e96880: Preparing 15:52:38 f73e7dbfee58: Preparing 15:52:38 2d8f0ffe8957: Layer already exists 15:52:38 2d16feed3f0f: Layer already exists 15:52:38 ad9c80e96880: Layer already exists 15:52:38 46e75e5864c6: Layer already exists 15:52:38 8c90253a3a08: Layer already exists 15:52:38 f73e7dbfee58: Layer already exists 15:52:38 latest: digest: sha256:4e2ef05f4e9998cc38c8f6970633e17f2cbc647cec7571cd04780dda0f539152 size: 1574 [Pipeline] isUnix [Pipeline] sh 15:52:38 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.26 [Pipeline] isUnix [Pipeline] sh 15:52:39 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.26 15:52:39 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 15:52:39 46e75e5864c6: Preparing 15:52:39 2d16feed3f0f: Preparing 15:52:39 2d8f0ffe8957: Preparing 15:52:39 8c90253a3a08: Preparing 15:52:39 ad9c80e96880: Preparing 15:52:39 f73e7dbfee58: Preparing 15:52:39 f73e7dbfee58: Waiting 15:52:39 2d16feed3f0f: Layer already exists 15:52:39 ad9c80e96880: Layer already exists 15:52:39 46e75e5864c6: Layer already exists 15:52:39 2d8f0ffe8957: Layer already exists 15:52:39 8c90253a3a08: Layer already exists 15:52:39 f73e7dbfee58: Layer already exists 15:52:39 2.2.0-dev.26: digest: sha256:4e2ef05f4e9998cc38c8f6970633e17f2cbc647cec7571cd04780dda0f539152 size: 1574 [Pipeline] isUnix [Pipeline] sh 15:52:39 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:e18cf4e9ef6bfb404f044f68c1d78b234feb3069-2.2.0-dev.26 [Pipeline] isUnix [Pipeline] sh 15:52:40 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:e18cf4e9ef6bfb404f044f68c1d78b234feb3069-2.2.0-dev.26 15:52:40 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 15:52:40 46e75e5864c6: Preparing 15:52:40 2d16feed3f0f: Preparing 15:52:40 2d8f0ffe8957: Preparing 15:52:40 8c90253a3a08: Preparing 15:52:40 ad9c80e96880: Preparing 15:52:40 f73e7dbfee58: Preparing 15:52:40 f73e7dbfee58: Waiting 15:52:40 46e75e5864c6: Layer already exists 15:52:40 2d16feed3f0f: Layer already exists 15:52:40 8c90253a3a08: Layer already exists 15:52:40 ad9c80e96880: Layer already exists 15:52:40 2d8f0ffe8957: Layer already exists 15:52:40 f73e7dbfee58: Layer already exists 15:52:40 e18cf4e9ef6bfb404f044f68c1d78b234feb3069-2.2.0-dev.26: digest: sha256:4e2ef05f4e9998cc38c8f6970633e17f2cbc647cec7571cd04780dda0f539152 size: 1574 [Pipeline] isUnix [Pipeline] sh 15:52:40 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] isUnix [Pipeline] sh 15:52:41 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 15:52:41 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 15:52:41 46e75e5864c6: Preparing 15:52:41 2d16feed3f0f: Preparing 15:52:41 2d8f0ffe8957: Preparing 15:52:41 8c90253a3a08: Preparing 15:52:41 ad9c80e96880: Preparing 15:52:41 f73e7dbfee58: Preparing 15:52:41 f73e7dbfee58: Waiting 15:52:41 ad9c80e96880: Layer already exists 15:52:41 2d8f0ffe8957: Layer already exists 15:52:41 2d16feed3f0f: Layer already exists 15:52:41 46e75e5864c6: Layer already exists 15:52:41 8c90253a3a08: Layer already exists 15:52:41 f73e7dbfee58: Layer already exists 15:52:41 main: digest: sha256:4e2ef05f4e9998cc38c8f6970633e17f2cbc647cec7571cd04780dda0f539152 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:52:41 ===================================================== [Pipeline] echo 15:52:41 taggedImages: 15:52:41 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:e18cf4e9ef6bfb404f044f68c1d78b234feb3069 15:52:41 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 15:52:41 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.26 15:52:41 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:e18cf4e9ef6bfb404f044f68c1d78b234feb3069-2.2.0-dev.26 15:52:41 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:52:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:52:41 15:52:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 15:52:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:52:42 arm64: Pulling from edgex-lftools-log-publisher 15:52:42 8998bd30e6a1: Pulling fs layer 15:52:42 04944245beec: Pulling fs layer 15:52:42 699f458cf7ca: Pulling fs layer 15:52:42 765212b225bb: Pulling fs layer 15:52:42 f23df028b6ca: Pulling fs layer 15:52:42 d65c8cfc05b1: Pulling fs layer 15:52:42 2437ff75d9bd: Pulling fs layer 15:52:42 f23df028b6ca: Waiting 15:52:42 765212b225bb: Waiting 15:52:42 d65c8cfc05b1: Waiting 15:52:42 2437ff75d9bd: Waiting 15:52:42 04944245beec: Verifying Checksum 15:52:42 04944245beec: Download complete 15:52:42 765212b225bb: Verifying Checksum 15:52:42 765212b225bb: Download complete 15:52:42 f23df028b6ca: Verifying Checksum 15:52:42 f23df028b6ca: Download complete 15:52:42 d65c8cfc05b1: Verifying Checksum 15:52:42 d65c8cfc05b1: Download complete 15:52:42 699f458cf7ca: Verifying Checksum 15:52:42 699f458cf7ca: Download complete 15:52:43 8998bd30e6a1: Verifying Checksum 15:52:43 8998bd30e6a1: Download complete 15:52:45 2437ff75d9bd: Verifying Checksum 15:52:45 2437ff75d9bd: Download complete 15:52:47 8998bd30e6a1: Pull complete 15:52:47 04944245beec: Pull complete 15:52:49 699f458cf7ca: Pull complete 15:52:49 765212b225bb: Pull complete 15:52:50 f23df028b6ca: Pull complete 15:52:50 d65c8cfc05b1: Pull complete 15:53:06 2437ff75d9bd: Pull complete 15:53:06 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 15:53:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:53:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 15:53:06 prd-ubuntu20.04-docker-arm64-4c-16g-19520 does not seem to be running inside a container 15:53:06 $ 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 15:53:08 $ docker top c9935412393d4685af3badf5ebd619e5f928ad5e6eb461b9b98ef1ba75024bd5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:53:09 ---> job-cost.sh 15:53:09 lf-activate-venv: SKIPPING 15:53:09 INFO: No Stack... 15:53:10 INFO: Retrieving Pricing Info for: v3-standard-4 15:53:11 INFO: Archiving Costs [Pipeline] sh 15:53:11 + cut -d, -f6 15:53:11 + cat /w/workspace/app-service-configurable/62/archives/cost.csv [Pipeline] lock 15:53:12 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-62-stack-cost] 15:53:12 Resource [jenkins-edgexfoundry-app-service-configurable-main-62-stack-cost] did not exist. Created. 15:53:12 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-62-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:53:12 /w/workspace/app-service-configurable/62@tmp/durable-c4a76e41/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 15:53:13 + echo total: 0.10999999940395355 [Pipeline] stash 15:53:13 Warning: overwriting stash ‘stack-cost’ 15:53:13 Stashed 1 file(s) [Pipeline] } 15:53:13 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-62-stack-cost] [Pipeline] // lock [Pipeline] } 15:53:13 $ docker stop --time=1 c9935412393d4685af3badf5ebd619e5f928ad5e6eb461b9b98ef1ba75024bd5 15:53:14 $ 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 15:53:15 provisioning config files... 15:53:15 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3077734836334677939tmp [Pipeline] { [Pipeline] sh 15:53:15 + set +x 15:53:15 + curl -s https://codecov.io/bash 15:53:15 + bash -s -- 15:53:15 15:53:15 _____ _ 15:53:15 / ____| | | 15:53:15 | | ___ __| | ___ ___ _____ __ 15:53:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:53:15 | |___| (_) | (_| | __/ (_| (_) \ V / 15:53:15 \_____\___/ \__,_|\___|\___\___/ \_/ 15:53:15 Bash-1.0.6 15:53:15 15:53:15 15:53:15 ==> git version 2.25.1 found 15:53:15 ==> 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 15:53:15 Release-Date: 2020-01-08 15:53:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 15:53:15 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 15:53:15 ==> Jenkins CI detected. 15:53:15 current dir:  /w/workspace/ry_app-service-configurable_main 15:53:15 project root: . 15:53:15 --> token set from env 15:53:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:53:15 ==> Running gcov in . (disable via -X gcov) 15:53:15 ==> Python coveragepy not found 15:53:15 ==> Searching for coverage reports in: 15:53:15 + . 15:53:15 -> Found 1 reports 15:53:15 ==> Detecting git/mercurial file structure 15:53:15 ==> Reading reports 15:53:15 + ./coverage.out bytes=10 15:53:16 ==> Appending adjustments 15:53:16 https://docs.codecov.io/docs/fixing-reports 15:53:16 + Found adjustments 15:53:16 ==> Gzipping contents 15:53:16 4.0K /tmp/codecov.URjeky.gz 15:53:16 ==> Uploading reports 15:53:16 url: https://codecov.io 15:53:16 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= 15:53:16 -> Pinging Codecov 15:53:16 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= 15:53:16 -> Uploading to 15:53:16 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 15:53:16 % Total % Received % Xferd Average Speed Time Time Time Current 15:53:16 Dload Upload Total Spent Left Speed 15:53:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 569 0 0 100 569 0 2442 --:--:-- --:--:-- --:--:-- 2442 15:53:16 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/e18cf4e9ef6bfb404f044f68c1d78b234feb3069 [Pipeline] } 15:53:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:53:16 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:53:16 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:53:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:53:17 15:53:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 15:53:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:53:17 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:53:17 188c0c94c7c5: Pulling fs layer 15:53:17 0ef7d3d256c8: Pulling fs layer 15:53:17 de9db76c5a1d: Pulling fs layer 15:53:17 0eba1c9be4d2: Pulling fs layer 15:53:17 0d57e429df01: Pulling fs layer 15:53:17 4e4be7b47b0d: Pulling fs layer 15:53:17 e1f770b5df2f: Pulling fs layer 15:53:17 85a0685a4137: Pulling fs layer 15:53:17 0eba1c9be4d2: Waiting 15:53:17 e1f770b5df2f: Waiting 15:53:17 85a0685a4137: Waiting 15:53:17 0d57e429df01: Waiting 15:53:17 de9db76c5a1d: Verifying Checksum 15:53:17 de9db76c5a1d: Download complete 15:53:17 0ef7d3d256c8: Download complete 15:53:17 0d57e429df01: Verifying Checksum 15:53:17 0d57e429df01: Download complete 15:53:17 188c0c94c7c5: Verifying Checksum 15:53:17 188c0c94c7c5: Download complete 15:53:17 4e4be7b47b0d: Verifying Checksum 15:53:17 4e4be7b47b0d: Download complete 15:53:17 188c0c94c7c5: Pull complete 15:53:17 e1f770b5df2f: Verifying Checksum 15:53:17 e1f770b5df2f: Download complete 15:53:17 0ef7d3d256c8: Pull complete 15:53:17 de9db76c5a1d: Pull complete 15:53:18 0eba1c9be4d2: Verifying Checksum 15:53:18 0eba1c9be4d2: Download complete 15:53:18 85a0685a4137: Verifying Checksum 15:53:18 85a0685a4137: Download complete 15:53:22 0eba1c9be4d2: Pull complete 15:53:22 0d57e429df01: Pull complete 15:53:22 4e4be7b47b0d: Pull complete 15:53:22 e1f770b5df2f: Pull complete 15:53:26 85a0685a4137: Pull complete 15:53:26 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 15:53:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:53:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 15:53:26 prd-ubuntu20.04-docker-8c-8g-19519 does not seem to be running inside a container 15:53:26 $ 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 15:53:28 $ docker top d5832cc2377a8346107ea3acae263efb6b0539015c2b5b2c7c928095064c5e46 -eo pid,comm [Pipeline] { [Pipeline] echo 15:53:28 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 15:53:28 + set -o pipefail 15:53:28 + snyk monitor '--org=edgex-jenkins' 15:53:33 15:53:33 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 15:53:33 15:53:33 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/bb6912c8-93a7-4a00-8a6b-a84d91461a2a 15:53:33 15:53:33 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 15:53:33 15:53:33 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:53:33 15:53:33 [Pipeline] } 15:53:33 $ docker stop --time=1 d5832cc2377a8346107ea3acae263efb6b0539015c2b5b2c7c928095064c5e46 15:53:34 $ 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 15:53:35 + git log --format=format:%s -1 e18cf4e9ef6bfb404f044f68c1d78b234feb3069 [Pipeline] sh 15:53:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:53:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 15:53:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:53:36 . [Pipeline] withDockerContainer 15:53:36 prd-ubuntu20.04-docker-8c-8g-19519 does not seem to be running inside a container 15:53:36 $ 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 15:53:36 $ docker top 22c54d1b6f243f84660c5ceb5a8a76f2a45b96130664a0ec23398aff35d65948 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:53:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:53:36 [ssh-agent] Looking for ssh-agent implementation... 15:53:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:53:36 $ docker exec 22c54d1b6f243f84660c5ceb5a8a76f2a45b96130664a0ec23398aff35d65948 ssh-agent 15:53:37 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXibNEPn/agent.14 15:53:37 SSH_AGENT_PID=20 15:53:37 Running ssh-add (command line suppressed) 15:53:37 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) 15:53:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:53:37 + git semver tag 15:53:37 # -> Open(): unable to determine branch for HEAD 15:53:37 # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git 15:53:37 # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main 15:53:37 # $SEMVER_REMOTE_NAME = origin 15:53:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:53:37 # $SEMVER_USER_NAME = edgex-jenkins 15:53:37 # $SEMVER_BRANCH = main 15:53:37 # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver 15:53:37 # e18cf4e9ef6bfb404f044f68c1d78b234feb3069 HEAD 15:53:37 # -> Force: false 15:53:37 # 4a82c9103420b09282aeb9afba7cc7da52f13cf2 refs/tags/v2.2.0-dev.26 [Pipeline] } 15:53:37 $ docker exec --env ******** --env ******** 22c54d1b6f243f84660c5ceb5a8a76f2a45b96130664a0ec23398aff35d65948 ssh-agent -k 15:53:37 unset SSH_AUTH_SOCK; 15:53:37 unset SSH_AGENT_PID; 15:53:37 echo Agent pid 20 killed; 15:53:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:53:37 + git semver [Pipeline] } 15:53:37 $ docker stop --time=1 22c54d1b6f243f84660c5ceb5a8a76f2a45b96130664a0ec23398aff35d65948 15:53:39 $ docker rm -f 22c54d1b6f243f84660c5ceb5a8a76f2a45b96130664a0ec23398aff35d65948 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:53:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:53:39 15:53:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:53:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:53:39 0.23.1-centos7: Pulling from edgex-lftools 15:53:39 ab5ef0e58194: Pulling fs layer 15:53:39 9712f1f96733: Pulling fs layer 15:53:39 63f879dbbcfc: Pulling fs layer 15:53:39 0d9ebad4ef96: Pulling fs layer 15:53:39 e9a5061849ea: Pulling fs layer 15:53:39 d747dcd14b5f: Pulling fs layer 15:53:39 2de7ff778b66: Pulling fs layer 15:53:39 0d9ebad4ef96: Waiting 15:53:39 e9a5061849ea: Waiting 15:53:39 2de7ff778b66: Waiting 15:53:39 d747dcd14b5f: Waiting 15:53:39 9712f1f96733: Verifying Checksum 15:53:39 9712f1f96733: Download complete 15:53:40 63f879dbbcfc: Verifying Checksum 15:53:40 63f879dbbcfc: Download complete 15:53:40 e9a5061849ea: Verifying Checksum 15:53:40 e9a5061849ea: Download complete 15:53:40 d747dcd14b5f: Download complete 15:53:40 ab5ef0e58194: Download complete 15:53:40 2de7ff778b66: Verifying Checksum 15:53:40 2de7ff778b66: Download complete 15:53:40 0d9ebad4ef96: Verifying Checksum 15:53:40 0d9ebad4ef96: Download complete 15:53:42 ab5ef0e58194: Pull complete 15:53:42 9712f1f96733: Pull complete 15:53:43 63f879dbbcfc: Pull complete 15:53:48 0d9ebad4ef96: Pull complete 15:53:48 e9a5061849ea: Pull complete 15:53:48 d747dcd14b5f: Pull complete 15:53:49 2de7ff778b66: Pull complete 15:53:49 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:53:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:53:49 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:53:49 prd-ubuntu20.04-docker-8c-8g-19519 does not seem to be running inside a container 15:53:49 $ 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 15:53:50 $ docker top 32c030dc50f53807c206096eef4884e21f23f631577dcbb507fe8aadbbbcb476 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:53:51 provisioning config files... 15:53:51 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6079064686624244282tmp 15:53:51 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3622230053277768244tmp 15:53:51 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4661974077990776550tmp [Pipeline] { [Pipeline] echo 15:53:51 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:53:51 ---> sigul-configuration.sh 15:53:51 gpg: directory `/root/.gnupg' created 15:53:51 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:53:51 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:53:51 gpg: keyring `/root/.gnupg/secring.gpg' created 15:53:51 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:53:51 gpg: CAST5 encrypted data 15:53:51 gpg: encrypted with 1 passphrase 15:53:51 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:53:51 + mkdir /home/jenkins 15:53:51 + mkdir /home/jenkins/sigul [Pipeline] sh 15:53:51 + 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 15:53:51 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:53:52 ---> sigul-install.sh 15:53:52 Sigul already installed; skipping installation. [Pipeline] sh 15:53:52 + git tag --list 15:53:52 v1.0.0 15:53:52 v1.1.0 15:53:52 v1.2.0 15:53:52 v1.3.0 15:53:52 v1.3.1 15:53:52 v2.0.0 15:53:52 v2.0.1 15:53:52 v2.0.1-dev.1 15:53:52 v2.0.2-dev.1 15:53:52 v2.0.2-dev.10 15:53:52 v2.0.2-dev.11 15:53:52 v2.0.2-dev.12 15:53:52 v2.0.2-dev.13 15:53:52 v2.0.2-dev.14 15:53:52 v2.0.2-dev.15 15:53:52 v2.0.2-dev.16 15:53:52 v2.0.2-dev.17 15:53:52 v2.0.2-dev.18 15:53:52 v2.0.2-dev.19 15:53:52 v2.0.2-dev.2 15:53:52 v2.0.2-dev.20 15:53:52 v2.0.2-dev.21 15:53:52 v2.0.2-dev.22 15:53:52 v2.0.2-dev.23 15:53:52 v2.0.2-dev.24 15:53:52 v2.0.2-dev.25 15:53:52 v2.0.2-dev.26 15:53:52 v2.0.2-dev.27 15:53:52 v2.0.2-dev.28 15:53:52 v2.0.2-dev.29 15:53:52 v2.0.2-dev.3 15:53:52 v2.0.2-dev.30 15:53:52 v2.0.2-dev.4 15:53:52 v2.0.2-dev.5 15:53:52 v2.0.2-dev.6 15:53:52 v2.0.2-dev.7 15:53:52 v2.0.2-dev.8 15:53:52 v2.0.2-dev.9 15:53:52 v2.1.0 15:53:52 v2.2.0-dev.1 15:53:52 v2.2.0-dev.10 15:53:52 v2.2.0-dev.11 15:53:52 v2.2.0-dev.12 15:53:52 v2.2.0-dev.13 15:53:52 v2.2.0-dev.14 15:53:52 v2.2.0-dev.15 15:53:52 v2.2.0-dev.16 15:53:52 v2.2.0-dev.17 15:53:52 v2.2.0-dev.18 15:53:52 v2.2.0-dev.19 15:53:52 v2.2.0-dev.2 15:53:52 v2.2.0-dev.20 15:53:52 v2.2.0-dev.21 15:53:52 v2.2.0-dev.22 15:53:52 v2.2.0-dev.23 15:53:52 v2.2.0-dev.24 15:53:52 v2.2.0-dev.25 15:53:52 v2.2.0-dev.26 15:53:52 v2.2.0-dev.3 15:53:52 v2.2.0-dev.4 15:53:52 v2.2.0-dev.5 15:53:52 v2.2.0-dev.6 15:53:52 v2.2.0-dev.7 15:53:52 v2.2.0-dev.8 15:53:52 v2.2.0-dev.9 [Pipeline] sh 15:53:52 + lftools sign git-tag v2.2.0-dev.26 15:53:53 Signing Git tag with Sigul... 15:53:53 Signing v2.2.0-dev.26 [Pipeline] echo 15:53:53 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:53:53 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:53:53 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:53:53 $ docker stop --time=1 32c030dc50f53807c206096eef4884e21f23f631577dcbb507fe8aadbbbcb476 15:53:55 $ docker rm -f 32c030dc50f53807c206096eef4884e21f23f631577dcbb507fe8aadbbbcb476 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 15:53:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:53:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 15:53:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:53:56 . [Pipeline] withDockerContainer 15:53:56 prd-ubuntu20.04-docker-8c-8g-19519 does not seem to be running inside a container 15:53:56 $ 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 15:53:56 $ docker top 0e92c694e91a5274f6804445a6ce8b85d091b9964340961aaa36d68c5ae34565 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:53:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:53:56 [ssh-agent] Looking for ssh-agent implementation... 15:53:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:53:56 $ docker exec 0e92c694e91a5274f6804445a6ce8b85d091b9964340961aaa36d68c5ae34565 ssh-agent 15:53:56 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXfmakLp/agent.15 15:53:56 SSH_AGENT_PID=21 15:53:56 Running ssh-add (command line suppressed) 15:53:56 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) 15:53:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:53:57 + git semver bump pre 15:53:57 # -> Open(): unable to determine branch for HEAD 15:53:57 # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git 15:53:57 # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main 15:53:57 # $SEMVER_REMOTE_NAME = origin 15:53:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:53:57 # $SEMVER_USER_NAME = edgex-jenkins 15:53:57 # $SEMVER_BRANCH = main 15:53:57 # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver 15:53:57 2.2.0-dev.27 [Pipeline] } 15:53:57 $ docker exec --env ******** --env ******** 0e92c694e91a5274f6804445a6ce8b85d091b9964340961aaa36d68c5ae34565 ssh-agent -k 15:53:57 unset SSH_AUTH_SOCK; 15:53:57 unset SSH_AGENT_PID; 15:53:57 echo Agent pid 21 killed; 15:53:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:53:57 + git semver [Pipeline] } 15:53:57 $ docker stop --time=1 0e92c694e91a5274f6804445a6ce8b85d091b9964340961aaa36d68c5ae34565 15:53:59 $ docker rm -f 0e92c694e91a5274f6804445a6ce8b85d091b9964340961aaa36d68c5ae34565 [Pipeline] // withDockerContainer [Pipeline] sh 15:53:59 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:53:59 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 15:53:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:53:59 . [Pipeline] withDockerContainer 15:53:59 prd-ubuntu20.04-docker-8c-8g-19519 does not seem to be running inside a container 15:53:59 $ 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 15:54:00 $ docker top bbc6afebbb368b57a891a5a22bed426012a77e1404a74a74dd77a6d29e805a23 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:54:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:54:00 [ssh-agent] Looking for ssh-agent implementation... 15:54:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:54:00 $ docker exec bbc6afebbb368b57a891a5a22bed426012a77e1404a74a74dd77a6d29e805a23 ssh-agent 15:54:00 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXgCdikM/agent.13 15:54:00 SSH_AGENT_PID=19 15:54:00 Running ssh-add (command line suppressed) 15:54:00 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) 15:54:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:54:00 + git semver push 15:54:00 # -> Open(): unable to determine branch for HEAD 15:54:00 # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git 15:54:00 # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main 15:54:00 # $SEMVER_REMOTE_NAME = origin 15:54:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:54:00 # $SEMVER_USER_NAME = edgex-jenkins 15:54:00 # $SEMVER_BRANCH = main 15:54:00 # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [Pipeline] } 15:54:02 $ docker exec --env ******** --env ******** bbc6afebbb368b57a891a5a22bed426012a77e1404a74a74dd77a6d29e805a23 ssh-agent -k 15:54:02 unset SSH_AUTH_SOCK; 15:54:02 unset SSH_AGENT_PID; 15:54:02 echo Agent pid 19 killed; 15:54:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:54:03 + git semver [Pipeline] } 15:54:03 $ docker stop --time=1 bbc6afebbb368b57a891a5a22bed426012a77e1404a74a74dd77a6d29e805a23 15:54:04 $ 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 15:54:05 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 15:54:05 + ls -al /w/workspace/ry_app-service-configurable_main/archives 15:54:05 total 16 15:54:05 drwxr-xr-x 3 root root 4096 Apr 11 15:46 . 15:54:05 drwxrwxr-x 9 jenkins jenkins 4096 Apr 11 15:53 .. 15:54:05 drwxr-xr-x 2 root root 4096 Apr 11 15:46 cost 15:54:05 -rw-r--r-- 1 root root 94 Apr 11 15:46 cost.csv 15:54:05 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 15:54:05 + ls -al /w/workspace/ry_app-service-configurable_main/archives 15:54:05 total 16 15:54:05 drwxr-xr-x 3 jenkins jenkins 4096 Apr 11 15:46 . 15:54:05 drwxrwxr-x 9 jenkins jenkins 4096 Apr 11 15:53 .. 15:54:05 drwxr-xr-x 2 jenkins jenkins 4096 Apr 11 15:46 cost 15:54:05 -rw-r--r-- 1 jenkins jenkins 94 Apr 11 15:46 cost.csv [Pipeline] libraryResource [Pipeline] sh 15:54:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:54:06 ---> package-listing.sh 15:54:06 ++ facter osfamily 15:54:06 ++ tr '[:upper:]' '[:lower:]' 15:54:06 + OS_FAMILY=debian 15:54:06 + workspace=/w/workspace/ry_app-service-configurable_main 15:54:06 + START_PACKAGES=/tmp/packages_start.txt 15:54:06 + END_PACKAGES=/tmp/packages_end.txt 15:54:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:54:06 + PACKAGES=/tmp/packages_start.txt 15:54:06 + '[' /w/workspace/ry_app-service-configurable_main ']' 15:54:06 + PACKAGES=/tmp/packages_end.txt 15:54:06 + case "${OS_FAMILY}" in 15:54:06 + dpkg -l 15:54:06 + grep '^ii' 15:54:06 + '[' -f /tmp/packages_start.txt ']' 15:54:06 + '[' -f /tmp/packages_end.txt ']' 15:54:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:54:06 + '[' /w/workspace/ry_app-service-configurable_main ']' 15:54:06 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 15:54:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 15:54:06 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 15:54:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:54:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:54:07 . [Pipeline] withDockerContainer 15:54:07 prd-ubuntu20.04-docker-8c-8g-19519 does not seem to be running inside a container 15:54:07 $ 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 15:54:07 $ docker top da2db0c5c810110f329582cb5a59a2f797efae331224d90b929f6aed07472b51 -eo pid,comm [Pipeline] { [Pipeline] sh 15:54:08 + touch /tmp/pre-build-complete [Pipeline] sh 15:54:08 + mkdir -p /var/log/sysstat [Pipeline] sh 15:54:08 + ls /var/log/sa-host 15:54:08 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:54:09 provisioning config files... 15:54:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6083360649323220796tmp [Pipeline] { [Pipeline] echo 15:54:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:54:09 ---> create-netrc.sh [Pipeline] } 15:54:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 15:54:09 ---> python-tools-install.sh [Pipeline] echo 15:54:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:54:10 ---> sudo-logs.sh 15:54:10 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:54:10 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:54:10 ---> job-cost.sh 15:54:10 lf-activate-venv: SKIPPING 15:54:10 DEBUG: total: 0.2199999988079071 15:54:10 INFO: Retrieving Stack Cost... 15:54:10 INFO: Retrieving Pricing Info for: v3-standard-8 15:54:11 INFO: Archiving Costs [Pipeline] echo 15:54:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:54:11 ---> logs-deploy.sh 15:54:11 lf-activate-venv: SKIPPING 15:54:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/62 15:54:11 INFO: archiving workspace using pattern(s): 15:54:12 Archives upload complete. 15:54:12 INFO: archiving logs to Nexus