Pull request #442 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b2b900a003c3b6fdfb973f7d15642c2b3ea76b65+77beed3d4f8f1913c8e08c1a4e667b74a91dcf24 (77cc9531eb24bd136899daea16e24826a046c3f3) 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-ssh3413097141654879258.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 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-ssh6060793269088466589.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 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-442/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-442/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4704676897558663950.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-442/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14327075858700174914.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 # timeout=10 Commit message: "Merge pull request #405 from ernestojeda/fix-go-1.18-errors" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh14902972848784539324.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-442/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-442/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12685912116475301029.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-19540 in /w/workspace/_app-service-configurable_PR-442 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_PR-442 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 77beed3d4f8f1913c8e08c1a4e667b74a91dcf24 into PR head commit b2b900a003c3b6fdfb973f7d15642c2b3ea76b65 Merge succeeded, producing b2b900a003c3b6fdfb973f7d15642c2b3ea76b65 Checking out Revision b2b900a003c3b6fdfb973f7d15642c2b3ea76b65 (PR-442) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/442/head:refs/remotes/origin/PR-442 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b2b900a003c3b6fdfb973f7d15642c2b3ea76b65 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 77beed3d4f8f1913c8e08c1a4e667b74a91dcf24 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b2b900a003c3b6fdfb973f7d15642c2b3ea76b65 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-07-12T12:07:19.205Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-07-12T12:07:19.379Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-07-12T12:07:19.487Z] ========================================================= [2022-07-12T12:07:19.487Z] EdgeX Global Pipelines Version Info [2022-07-12T12:07:19.487Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-07-12T12:07:20.245Z] ------------------- [2022-07-12T12:07:20.245Z] stable info: [2022-07-12T12:07:20.245Z] ------------------- [2022-07-12T12:07:20.245Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-07-12T12:07:20.245Z] Commit SHA: 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 [2022-07-12T12:07:20.245Z] Message: update stable to v1.0.237 [2022-07-12T12:07:20.820Z] ------------------- [2022-07-12T12:07:20.820Z] experimental info: [2022-07-12T12:07:20.820Z] ------------------- [2022-07-12T12:07:20.820Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-07-12T12:07:20.820Z] Commit SHA: 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 [2022-07-12T12:07:20.820Z] Message: update experimental to v1.0.237 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-07-12T12:07:21.169Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2022-07-12T12:07:21.210Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2022-07-12T12:07:21.250Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-07-12T12:07:21.295Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-07-12T12:07:21.340Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-07-12T12:07:21.382Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-07-12T12:07:21.426Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-07-12T12:07:21.468Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-07-12T12:07:21.514Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-07-12T12:07:21.561Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-07-12T12:07:21.602Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-07-12T12:07:21.643Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2022-07-12T12:07:21.681Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-07-12T12:07:21.722Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-07-12T12:07:21.765Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-07-12T12:07:21.811Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-07-12T12:07:21.854Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-07-12T12:07:21.895Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-07-12T12:07:21.936Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-07-12T12:07:21.980Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-07-12T12:07:22.021Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-07-12T12:07:22.065Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-07-12T12:07:22.107Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-07-12T12:07:22.150Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-07-12T12:07:22.194Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-07-12T12:07:22.238Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-07-12T12:07:22.284Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-07-12T12:07:22.327Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-442 [Pipeline] echo [2022-07-12T12:07:22.369Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-442 [Pipeline] echo [2022-07-12T12:07:22.413Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-442 [Pipeline] echo [2022-07-12T12:07:22.454Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b2b900a003c3b6fdfb973f7d15642c2b3ea76b65 [Pipeline] echo [2022-07-12T12:07:22.496Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b2b900a [Pipeline] echo [2022-07-12T12:07:22.536Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-12T12:07:22.651Z] provisioning config files... [2022-07-12T12:07:22.665Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-442@tmp/config4941240984232996411tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-12T12:07:23.018Z] ---> docker-login.sh [2022-07-12T12:07:23.018Z] nexus3.edgexfoundry.org:10001 [2022-07-12T12:07:23.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-12T12:07:23.537Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-12T12:07:23.537Z] Configure a credential helper to remove this warning. See [2022-07-12T12:07:23.537Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-12T12:07:23.537Z] [2022-07-12T12:07:23.537Z] Login Succeeded [2022-07-12T12:07:23.537Z] nexus3.edgexfoundry.org:10002 [2022-07-12T12:07:23.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-12T12:07:23.537Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-12T12:07:23.537Z] Configure a credential helper to remove this warning. See [2022-07-12T12:07:23.537Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-12T12:07:23.537Z] [2022-07-12T12:07:23.537Z] Login Succeeded [2022-07-12T12:07:23.537Z] nexus3.edgexfoundry.org:10003 [2022-07-12T12:07:23.798Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-12T12:07:23.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-12T12:07:23.798Z] Configure a credential helper to remove this warning. See [2022-07-12T12:07:23.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-12T12:07:23.798Z] [2022-07-12T12:07:23.798Z] Login Succeeded [2022-07-12T12:07:23.798Z] nexus3.edgexfoundry.org:10004 [2022-07-12T12:07:23.798Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-12T12:07:23.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-12T12:07:23.798Z] Configure a credential helper to remove this warning. See [2022-07-12T12:07:23.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-12T12:07:23.798Z] [2022-07-12T12:07:23.798Z] Login Succeeded [2022-07-12T12:07:23.798Z] docker.io [2022-07-12T12:07:24.059Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-12T12:07:24.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-12T12:07:24.321Z] Configure a credential helper to remove this warning. See [2022-07-12T12:07:24.321Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-12T12:07:24.321Z] [2022-07-12T12:07:24.321Z] Login Succeeded [2022-07-12T12:07:24.321Z] ---> docker-login.sh ends [Pipeline] } [2022-07-12T12:07:24.348Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-07-12T12:07:24.985Z] + git rev-list -1 --merges b2b900a003c3b6fdfb973f7d15642c2b3ea76b65~1..b2b900a003c3b6fdfb973f7d15642c2b3ea76b65 [Pipeline] echo [2022-07-12T12:07:25.029Z] -----------> git rev-list -1 --merges b2b900a003c3b6fdfb973f7d15642c2b3ea76b65~1..b2b900a003c3b6fdfb973f7d15642c2b3ea76b65 b2b900a003c3b6fdfb973f7d15642c2b3ea76b65 [false] [Pipeline] sh [2022-07-12T12:07:25.342Z] + git log --format=format:%s -1 b2b900a003c3b6fdfb973f7d15642c2b3ea76b65 [Pipeline] echo [2022-07-12T12:07:25.378Z] ========================================================= [2022-07-12T12:07:25.378Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-07-12T12:07:25.378Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-07-12T12:07:25.820Z] + git log --format=format:%s -1 b2b900a003c3b6fdfb973f7d15642c2b3ea76b65 [Pipeline] echo [2022-07-12T12:07:25.855Z] [semverPrep] GIT_COMMIT: b2b900a003c3b6fdfb973f7d15642c2b3ea76b65, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 [Pipeline] echo [2022-07-12T12:07:25.885Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-07-12T12:07:26.276Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-07-12T12:07:26.276Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-07-12T12:07:26.276Z] + [ -e /tmp/ssh_known_hosts ] [2022-07-12T12:07:26.276Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-07-12T12:07:26.276Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-07-12T12:07:26.276Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-07-12T12:07:26.276Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-12T12:07:26.765Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-12T12:07:26.765Z] [2022-07-12T12:07:26.765Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-12T12:07:27.156Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-12T12:07:27.156Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-07-12T12:07:27.156Z] b85a868b505f: Pulling fs layer [2022-07-12T12:07:27.156Z] e2be974225ed: Pulling fs layer [2022-07-12T12:07:27.156Z] 339a4e72a1f5: Pulling fs layer [2022-07-12T12:07:27.156Z] 988bab9f4d93: Pulling fs layer [2022-07-12T12:07:27.156Z] 1469e6f7b9e6: Pulling fs layer [2022-07-12T12:07:27.156Z] eaf3925da568: Pulling fs layer [2022-07-12T12:07:27.156Z] bab4dde63d76: Pulling fs layer [2022-07-12T12:07:27.156Z] 988bab9f4d93: Waiting [2022-07-12T12:07:27.156Z] 1469e6f7b9e6: Waiting [2022-07-12T12:07:27.156Z] eaf3925da568: Waiting [2022-07-12T12:07:27.156Z] bde34c3a00c8: Pulling fs layer [2022-07-12T12:07:27.156Z] b352a97aabf1: Pulling fs layer [2022-07-12T12:07:27.156Z] 4872d77fe225: Pulling fs layer [2022-07-12T12:07:27.156Z] 5851b861e8e6: Pulling fs layer [2022-07-12T12:07:27.156Z] bde34c3a00c8: Waiting [2022-07-12T12:07:27.156Z] b352a97aabf1: Waiting [2022-07-12T12:07:27.156Z] bab4dde63d76: Waiting [2022-07-12T12:07:27.156Z] 5851b861e8e6: Waiting [2022-07-12T12:07:27.156Z] e2be974225ed: Download complete [2022-07-12T12:07:27.156Z] 988bab9f4d93: Verifying Checksum [2022-07-12T12:07:27.156Z] 988bab9f4d93: Download complete [2022-07-12T12:07:27.418Z] 339a4e72a1f5: Verifying Checksum [2022-07-12T12:07:27.418Z] 339a4e72a1f5: Download complete [2022-07-12T12:07:27.418Z] 1469e6f7b9e6: Verifying Checksum [2022-07-12T12:07:27.418Z] 1469e6f7b9e6: Download complete [2022-07-12T12:07:27.418Z] eaf3925da568: Verifying Checksum [2022-07-12T12:07:27.418Z] eaf3925da568: Download complete [2022-07-12T12:07:27.418Z] bde34c3a00c8: Download complete [2022-07-12T12:07:27.418Z] b352a97aabf1: Verifying Checksum [2022-07-12T12:07:27.418Z] b352a97aabf1: Download complete [2022-07-12T12:07:27.418Z] 4872d77fe225: Download complete [2022-07-12T12:07:27.418Z] 5851b861e8e6: Verifying Checksum [2022-07-12T12:07:27.418Z] 5851b861e8e6: Download complete [2022-07-12T12:07:27.418Z] b85a868b505f: Download complete [2022-07-12T12:07:27.677Z] bab4dde63d76: Verifying Checksum [2022-07-12T12:07:27.677Z] bab4dde63d76: Download complete [2022-07-12T12:07:28.618Z] b85a868b505f: Pull complete [2022-07-12T12:07:28.619Z] e2be974225ed: Pull complete [2022-07-12T12:07:29.188Z] 339a4e72a1f5: Pull complete [2022-07-12T12:07:29.188Z] 988bab9f4d93: Pull complete [2022-07-12T12:07:29.449Z] 1469e6f7b9e6: Pull complete [2022-07-12T12:07:29.708Z] eaf3925da568: Pull complete [2022-07-12T12:07:31.616Z] bab4dde63d76: Pull complete [2022-07-12T12:07:31.616Z] bde34c3a00c8: Pull complete [2022-07-12T12:07:31.616Z] b352a97aabf1: Pull complete [2022-07-12T12:07:31.616Z] 4872d77fe225: Pull complete [2022-07-12T12:07:31.616Z] 5851b861e8e6: Pull complete [2022-07-12T12:07:31.616Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-07-12T12:07:31.616Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-12T12:07:31.616Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-12T12:07:31.861Z] prd-ubuntu20.04-docker-8c-8g-19540 does not seem to be running inside a container [2022-07-12T12:07:31.900Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-442 -v /w/workspace/_app-service-configurable_PR-442:/w/workspace/_app-service-configurable_PR-442:rw,z -v /w/workspace/_app-service-configurable_PR-442@tmp:/w/workspace/_app-service-configurable_PR-442@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/py-git-semver:0.1.4 cat [2022-07-12T12:07:33.351Z] $ docker top c10476b818fc6f48c4ec903bb88dead5d7e85804236d47b1fc4c9bd749a73e3e -eo pid,comm [2022-07-12T12:07:33.419Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-07-12T12:07:33.419Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-07-12T12:07:33.540Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-12T12:07:33.540Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-12T12:07:33.665Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-12T12:07:33.672Z] $ docker exec c10476b818fc6f48c4ec903bb88dead5d7e85804236d47b1fc4c9bd749a73e3e ssh-agent [2022-07-12T12:07:33.796Z] SSH_AUTH_SOCK=/tmp/ssh-MyURedc9MHYK/agent.32 [2022-07-12T12:07:33.796Z] SSH_AGENT_PID=39 [2022-07-12T12:07:33.802Z] Running ssh-add (command line suppressed) [2022-07-12T12:07:33.926Z] Identity added: /w/workspace/_app-service-configurable_PR-442@tmp/private_key_5758221547771603604.key (/w/workspace/_app-service-configurable_PR-442@tmp/private_key_5758221547771603604.key) [2022-07-12T12:07:33.942Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-12T12:07:34.281Z] + git tag --points-at HEAD [Pipeline] } [2022-07-12T12:07:34.313Z] $ docker exec --env ******** --env ******** c10476b818fc6f48c4ec903bb88dead5d7e85804236d47b1fc4c9bd749a73e3e ssh-agent -k [2022-07-12T12:07:34.421Z] unset SSH_AUTH_SOCK; [2022-07-12T12:07:34.422Z] unset SSH_AGENT_PID; [2022-07-12T12:07:34.422Z] echo Agent pid 39 killed; [2022-07-12T12:07:34.428Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-07-12T12:07:34.514Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-12T12:07:34.514Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-12T12:07:34.639Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-12T12:07:34.646Z] $ docker exec c10476b818fc6f48c4ec903bb88dead5d7e85804236d47b1fc4c9bd749a73e3e ssh-agent [2022-07-12T12:07:34.762Z] SSH_AUTH_SOCK=/tmp/ssh-Bl55757e3D8X/agent.72 [2022-07-12T12:07:34.762Z] SSH_AGENT_PID=79 [2022-07-12T12:07:34.769Z] Running ssh-add (command line suppressed) [2022-07-12T12:07:34.880Z] Identity added: /w/workspace/_app-service-configurable_PR-442@tmp/private_key_3456603949395813961.key (/w/workspace/_app-service-configurable_PR-442@tmp/private_key_3456603949395813961.key) [2022-07-12T12:07:34.891Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-12T12:07:35.221Z] + git semver init [2022-07-12T12:07:35.481Z] 2022-07-12 12:07:35,406 [run_init] DEBUG init version:0.0.0 force:False [2022-07-12T12:07:35.481Z] 2022-07-12 12:07:35,407 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-442/.semver [2022-07-12T12:07:35.482Z] 2022-07-12 12:07:35,407 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-442/.semver [2022-07-12T12:07:35.482Z] 2022-07-12 12:07:35,407 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-442/.semver'], cwd=/w/workspace/_app-service-configurable_PR-442, universal_newlines=False, shell=None, istream=None) [2022-07-12T12:07:36.425Z] 2022-07-12 12:07:36,115 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-442/.git/info/exclude [2022-07-12T12:07:36.425Z] 2022-07-12 12:07:36,115 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-442/.semver/PR-442 with force:False [2022-07-12T12:07:36.425Z] 2022-07-12 12:07:36,116 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-442/.semver/PR-442 [2022-07-12T12:07:36.425Z] 2022-07-12 12:07:36,120 [execute] INFO git cat-file --batch-check [2022-07-12T12:07:36.425Z] 2022-07-12 12:07:36,120 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-442/.semver, universal_newlines=False, shell=None, istream=) [2022-07-12T12:07:36.425Z] 2022-07-12 12:07:36,125 [execute] INFO git cat-file --batch [2022-07-12T12:07:36.425Z] 2022-07-12 12:07:36,125 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-442/.semver, universal_newlines=False, shell=None, istream=) [2022-07-12T12:07:36.425Z] 2022-07-12 12:07:36,130 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-442/.semver/PR-442 [2022-07-12T12:07:36.425Z] 0.0.0 [Pipeline] } [2022-07-12T12:07:36.464Z] $ docker exec --env ******** --env ******** c10476b818fc6f48c4ec903bb88dead5d7e85804236d47b1fc4c9bd749a73e3e ssh-agent -k [2022-07-12T12:07:36.583Z] unset SSH_AUTH_SOCK; [2022-07-12T12:07:36.584Z] unset SSH_AGENT_PID; [2022-07-12T12:07:36.584Z] echo Agent pid 79 killed; [2022-07-12T12:07:36.593Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-12T12:07:37.024Z] + git semver [Pipeline] } [2022-07-12T12:07:37.316Z] $ docker stop --time=1 c10476b818fc6f48c4ec903bb88dead5d7e85804236d47b1fc4c9bd749a73e3e [2022-07-12T12:07:38.658Z] $ docker rm -f c10476b818fc6f48c4ec903bb88dead5d7e85804236d47b1fc4c9bd749a73e3e [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-12T12:07:39.064Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-07-12T12:07:39.378Z] Stashed 1 file(s) [Pipeline] echo [2022-07-12T12:07:39.395Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-12T12:07:40.007Z] provisioning config files... [2022-07-12T12:07:40.020Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-442@tmp/config2655336172777513599tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-12T12:07:40.370Z] ---> docker-login.sh [2022-07-12T12:07:40.371Z] nexus3.edgexfoundry.org:10001 [2022-07-12T12:07:40.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-12T12:07:40.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-12T12:07:40.371Z] Configure a credential helper to remove this warning. See [2022-07-12T12:07:40.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-12T12:07:40.371Z] [2022-07-12T12:07:40.371Z] Login Succeeded [2022-07-12T12:07:40.371Z] nexus3.edgexfoundry.org:10002 [2022-07-12T12:07:40.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-12T12:07:40.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-12T12:07:40.632Z] Configure a credential helper to remove this warning. See [2022-07-12T12:07:40.632Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-12T12:07:40.632Z] [2022-07-12T12:07:40.632Z] Login Succeeded [2022-07-12T12:07:40.632Z] nexus3.edgexfoundry.org:10003 [2022-07-12T12:07:40.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-12T12:07:40.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-12T12:07:40.632Z] Configure a credential helper to remove this warning. See [2022-07-12T12:07:40.632Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-12T12:07:40.632Z] [2022-07-12T12:07:40.632Z] Login Succeeded [2022-07-12T12:07:40.632Z] nexus3.edgexfoundry.org:10004 [2022-07-12T12:07:40.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-12T12:07:40.895Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-12T12:07:40.895Z] Configure a credential helper to remove this warning. See [2022-07-12T12:07:40.895Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-12T12:07:40.895Z] [2022-07-12T12:07:40.895Z] Login Succeeded [2022-07-12T12:07:40.895Z] docker.io [2022-07-12T12:07:40.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-12T12:07:41.158Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-12T12:07:41.158Z] Configure a credential helper to remove this warning. See [2022-07-12T12:07:41.158Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-12T12:07:41.158Z] [2022-07-12T12:07:41.158Z] Login Succeeded [2022-07-12T12:07:41.158Z] ---> docker-login.sh ends [Pipeline] } [2022-07-12T12:07:41.189Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-07-12T12:07:41.392Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-12T12:07:41.427Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-12T12:07:41.456Z] ========================================================= [2022-07-12T12:07:41.456Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-07-12T12:07:41.456Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-12T12:07:41.920Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-07-12T12:07:41.920Z] Sending build context to Docker daemon 3.1MB [2022-07-12T12:07:41.920Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2022-07-12T12:07:41.920Z] Step 2/13 : FROM ${BASE} AS builder [2022-07-12T12:07:41.920Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-07-12T12:07:41.920Z] 2408cc74d12b: Pulling fs layer [2022-07-12T12:07:41.920Z] ea60b727a1ce: Pulling fs layer [2022-07-12T12:07:41.920Z] 30c4a7721957: Pulling fs layer [2022-07-12T12:07:41.920Z] 370296b7ddb6: Pulling fs layer [2022-07-12T12:07:41.920Z] 7c6cee850709: Pulling fs layer [2022-07-12T12:07:41.920Z] 39a5fcdaea64: Pulling fs layer [2022-07-12T12:07:41.920Z] d94ebbe4e438: Pulling fs layer [2022-07-12T12:07:41.920Z] bcfd1f05c69d: Pulling fs layer [2022-07-12T12:07:41.920Z] 59ccb84bbe0f: Pulling fs layer [2022-07-12T12:07:41.920Z] 370296b7ddb6: Waiting [2022-07-12T12:07:41.920Z] 7c6cee850709: Waiting [2022-07-12T12:07:41.920Z] 39a5fcdaea64: Waiting [2022-07-12T12:07:41.920Z] bcfd1f05c69d: Waiting [2022-07-12T12:07:41.920Z] d94ebbe4e438: Waiting [2022-07-12T12:07:41.920Z] 59ccb84bbe0f: Waiting [2022-07-12T12:07:41.920Z] 30c4a7721957: Download complete [2022-07-12T12:07:41.920Z] ea60b727a1ce: Verifying Checksum [2022-07-12T12:07:41.920Z] ea60b727a1ce: Download complete [2022-07-12T12:07:41.920Z] 7c6cee850709: Verifying Checksum [2022-07-12T12:07:41.920Z] 7c6cee850709: Download complete [2022-07-12T12:07:41.920Z] 39a5fcdaea64: Download complete [2022-07-12T12:07:41.920Z] 2408cc74d12b: Verifying Checksum [2022-07-12T12:07:41.920Z] 2408cc74d12b: Download complete [2022-07-12T12:07:42.188Z] d94ebbe4e438: Verifying Checksum [2022-07-12T12:07:42.188Z] d94ebbe4e438: Download complete [2022-07-12T12:07:42.188Z] 2408cc74d12b: Pull complete [2022-07-12T12:07:42.452Z] ea60b727a1ce: Pull complete [2022-07-12T12:07:42.452Z] 30c4a7721957: Pull complete [2022-07-12T12:07:42.452Z] 59ccb84bbe0f: Verifying Checksum [2022-07-12T12:07:42.452Z] 59ccb84bbe0f: Download complete [2022-07-12T12:07:42.712Z] bcfd1f05c69d: Verifying Checksum [2022-07-12T12:07:42.712Z] bcfd1f05c69d: Download complete [2022-07-12T12:07:42.712Z] 370296b7ddb6: Verifying Checksum [2022-07-12T12:07:42.712Z] 370296b7ddb6: Download complete [2022-07-12T12:07:46.919Z] 370296b7ddb6: Pull complete [2022-07-12T12:07:46.919Z] 7c6cee850709: Pull complete [2022-07-12T12:07:46.919Z] 39a5fcdaea64: Pull complete [2022-07-12T12:07:46.919Z] d94ebbe4e438: Pull complete [2022-07-12T12:07:48.829Z] bcfd1f05c69d: Pull complete [2022-07-12T12:07:49.400Z] 59ccb84bbe0f: Pull complete [2022-07-12T12:07:49.400Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-07-12T12:07:49.400Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-07-12T12:07:49.400Z] ---> a4fb48ad2a94 [2022-07-12T12:07:49.400Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-07-12T12:07:51.319Z] ---> Running in c3bb72791320 [2022-07-12T12:07:51.319Z] Removing intermediate container c3bb72791320 [2022-07-12T12:07:51.319Z] ---> 38213c873bfc [2022-07-12T12:07:51.319Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-07-12T12:07:51.589Z] ---> Running in ef5ff29f7d29 [2022-07-12T12:07:51.589Z] Removing intermediate container ef5ff29f7d29 [2022-07-12T12:07:51.589Z] ---> 611e2f6f40df [2022-07-12T12:07:51.589Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-07-12T12:07:51.589Z] ---> Running in dd570a81baf1 [2022-07-12T12:07:51.589Z] Removing intermediate container dd570a81baf1 [2022-07-12T12:07:51.589Z] ---> fd3cc817cdce [2022-07-12T12:07:51.589Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-12T12:07:51.850Z] ---> Running in 6aff5ea754f7 [2022-07-12T12:07:52.421Z] Removing intermediate container 6aff5ea754f7 [2022-07-12T12:07:52.421Z] ---> 3dd156c4f56d [2022-07-12T12:07:52.421Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-07-12T12:07:52.421Z] ---> Running in b03a15369bea [2022-07-12T12:07:52.684Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-12T12:07:53.627Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-12T12:07:53.904Z] OK: 211 MiB in 51 packages [2022-07-12T12:07:54.165Z] Removing intermediate container b03a15369bea [2022-07-12T12:07:54.165Z] ---> 867c6bac82f8 [2022-07-12T12:07:54.165Z] Step 8/13 : WORKDIR /app [2022-07-12T12:07:54.165Z] ---> Running in 8a5164850b4a [2022-07-12T12:07:54.165Z] Removing intermediate container 8a5164850b4a [2022-07-12T12:07:54.165Z] ---> 6656ec2d0fb2 [2022-07-12T12:07:54.165Z] Step 9/13 : COPY go.mod vendor* ./ [2022-07-12T12:07:54.425Z] ---> e1a50159f024 [2022-07-12T12:07:54.425Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-12T12:07:54.425Z] ---> Running in ffcaf01ce6ed [2022-07-12T12:07:54.821Z] Still waiting to schedule task [2022-07-12T12:07:54.821Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-07-12T12:08:12.616Z] Removing intermediate container ffcaf01ce6ed [2022-07-12T12:08:12.616Z] ---> 29792544236b [2022-07-12T12:08:12.616Z] Step 11/13 : COPY . . [2022-07-12T12:08:12.885Z] ---> f60acb3574e8 [2022-07-12T12:08:12.885Z] Step 12/13 : ARG MAKE="make build" [2022-07-12T12:08:12.885Z] ---> Running in 82007b80e59b [2022-07-12T12:08:13.145Z] Removing intermediate container 82007b80e59b [2022-07-12T12:08:13.145Z] ---> 97d399ca58e2 [2022-07-12T12:08:13.145Z] Step 13/13 : RUN $MAKE [2022-07-12T12:08:13.145Z] ---> Running in ad181c7e8e51 [2022-07-12T12:08:13.406Z] noop [2022-07-12T12:08:13.977Z] Removing intermediate container ad181c7e8e51 [2022-07-12T12:08:13.977Z] ---> d5952746aeae [2022-07-12T12:08:13.977Z] Successfully built d5952746aeae [2022-07-12T12:08:13.977Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-12T12:08:14.418Z] + docker inspect -f . ci-base-image-x86_64 [2022-07-12T12:08:14.418Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-12T12:08:14.594Z] prd-ubuntu20.04-docker-8c-8g-19540 does not seem to be running inside a container [2022-07-12T12:08:14.637Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-442 -v /w/workspace/_app-service-configurable_PR-442:/w/workspace/_app-service-configurable_PR-442:rw,z -v /w/workspace/_app-service-configurable_PR-442@tmp:/w/workspace/_app-service-configurable_PR-442@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-07-12T12:08:15.016Z] $ docker top 3487a7cbc6611768a823cbe780306b63f6eb7c06dde16cfd8895406900ec9baf -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-12T12:08:15.412Z] + go version [2022-07-12T12:08:15.412Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-07-12T12:08:15.450Z] $ docker stop --time=1 3487a7cbc6611768a823cbe780306b63f6eb7c06dde16cfd8895406900ec9baf [2022-07-12T12:08:16.736Z] $ docker rm -f 3487a7cbc6611768a823cbe780306b63f6eb7c06dde16cfd8895406900ec9baf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-12T12:08:17.456Z] + docker inspect -f . ci-base-image-x86_64 [2022-07-12T12:08:17.457Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-12T12:08:17.614Z] prd-ubuntu20.04-docker-8c-8g-19540 does not seem to be running inside a container [2022-07-12T12:08:17.656Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/_app-service-configurable_PR-442 -v /w/workspace/_app-service-configurable_PR-442:/w/workspace/_app-service-configurable_PR-442:rw,z -v /w/workspace/_app-service-configurable_PR-442@tmp:/w/workspace/_app-service-configurable_PR-442@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-07-12T12:08:18.024Z] $ docker top ba2af04a2b0daf7de5f8939b61f009f6f0fbba95f47a7ecd08edd361d5af9a53 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-12T12:08:18.433Z] + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-442 [Pipeline] fileExists [Pipeline] sh [2022-07-12T12:08:18.789Z] + make test [2022-07-12T12:08:18.789Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-07-12T12:08:28.773Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-07-12T12:08:28.773Z] CGO_ENABLED=1 go vet ./... [2022-07-12T12:08:30.682Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-07-12T12:08:30.682Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-07-12T12:08:30.682Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-07-12T12:08:30.720Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-07-12T12:08:30.754Z] $ docker stop --time=1 ba2af04a2b0daf7de5f8939b61f009f6f0fbba95f47a7ecd08edd361d5af9a53 [2022-07-12T12:08:32.544Z] $ docker rm -f ba2af04a2b0daf7de5f8939b61f009f6f0fbba95f47a7ecd08edd361d5af9a53 [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-12T12:08:33.001Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-07-12T12:08:33.056Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-07-12T12:08:33.714Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-07-12T12:08:34.024Z] + ls -al . [2022-07-12T12:08:34.024Z] total 168 [2022-07-12T12:08:34.024Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 12 12:08 . [2022-07-12T12:08:34.024Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 12 12:07 .. [2022-07-12T12:08:34.024Z] -rw-rw-r-- 1 jenkins jenkins 119 Jul 12 12:07 .dockerignore [2022-07-12T12:08:34.024Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 12 12:07 .git [2022-07-12T12:08:34.024Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 12 12:07 .github [2022-07-12T12:08:34.024Z] -rw-rw-r-- 1 jenkins jenkins 104 Jul 12 12:07 .gitignore [2022-07-12T12:08:34.024Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 12 12:07 .semver [2022-07-12T12:08:34.024Z] -rw-rw-r-- 1 jenkins jenkins 8830 Jul 12 12:07 Attribution.txt [2022-07-12T12:08:34.024Z] -rw-rw-r-- 1 jenkins jenkins 27269 Jul 12 12:07 CHANGELOG.md [2022-07-12T12:08:34.024Z] -rw-rw-r-- 1 jenkins jenkins 2089 Jul 12 12:07 Dockerfile [2022-07-12T12:08:34.024Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 12 12:07 GOVERNANCE.md [2022-07-12T12:08:34.024Z] -rw-rw-r-- 1 jenkins jenkins 688 Jul 12 12:07 Jenkinsfile [2022-07-12T12:08:34.024Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jul 12 12:07 LICENSE [2022-07-12T12:08:34.024Z] -rw-rw-r-- 1 jenkins jenkins 618 Jul 12 12:07 OWNERS.md [2022-07-12T12:08:34.024Z] -rw-rw-r-- 1 jenkins jenkins 3718 Jul 12 12:07 README.md [2022-07-12T12:08:34.024Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 12 12:07 VERSION [2022-07-12T12:08:34.024Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 12 12:07 bin [2022-07-12T12:08:34.024Z] -rw-r--r-- 1 jenkins jenkins 10 Jul 12 12:08 coverage.out [2022-07-12T12:08:34.024Z] -rw-rw-r-- 1 jenkins jenkins 3336 Jul 12 12:07 go.mod [2022-07-12T12:08:34.024Z] -rw-rw-r-- 1 jenkins jenkins 35610 Jul 12 12:07 go.sum [2022-07-12T12:08:34.024Z] -rw-rw-r-- 1 jenkins jenkins 1949 Jul 12 12:07 main.go [2022-07-12T12:08:34.024Z] -rw-rw-r-- 1 jenkins jenkins 1959 Jul 12 12:07 makefile [2022-07-12T12:08:34.024Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 12 12:07 res [2022-07-12T12:08:34.024Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 12 12:07 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-12T12:08:34.425Z] + 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=b2b900a003c3b6fdfb973f7d15642c2b3ea76b65 --label arch=amd64 --label version=0.0.0 . [2022-07-12T12:08:34.425Z] Sending build context to Docker daemon 3.101MB [2022-07-12T12:08:34.425Z] Step 1/27 : ARG BASE=golang:1.18-alpine3.16 [2022-07-12T12:08:34.425Z] Step 2/27 : FROM ${BASE} AS builder [2022-07-12T12:08:34.425Z] ---> d5952746aeae [2022-07-12T12:08:34.425Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-07-12T12:08:34.425Z] ---> Running in 1cd547e88c76 [2022-07-12T12:08:34.685Z] Removing intermediate container 1cd547e88c76 [2022-07-12T12:08:34.685Z] ---> 168a9008e7af [2022-07-12T12:08:34.685Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-07-12T12:08:34.685Z] ---> Running in de56324b2a55 [2022-07-12T12:08:34.685Z] Removing intermediate container de56324b2a55 [2022-07-12T12:08:34.685Z] ---> 510b1d329fd1 [2022-07-12T12:08:34.685Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-07-12T12:08:34.685Z] ---> Running in e2a435b6e4b6 [2022-07-12T12:08:34.945Z] Removing intermediate container e2a435b6e4b6 [2022-07-12T12:08:34.945Z] ---> 0f36f228de70 [2022-07-12T12:08:34.945Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-12T12:08:34.945Z] ---> Running in 13ba32667900 [2022-07-12T12:08:35.521Z] Removing intermediate container 13ba32667900 [2022-07-12T12:08:35.521Z] ---> dda8ffd3523f [2022-07-12T12:08:35.521Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-07-12T12:08:35.521Z] ---> Running in 0eee76af6adc [2022-07-12T12:08:35.782Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-12T12:08:36.725Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-12T12:08:36.984Z] OK: 211 MiB in 51 packages [2022-07-12T12:08:37.555Z] Removing intermediate container 0eee76af6adc [2022-07-12T12:08:37.555Z] ---> 7f0941476bc2 [2022-07-12T12:08:37.555Z] Step 8/27 : WORKDIR /app [2022-07-12T12:08:37.555Z] ---> Running in 367fb68d3b20 [2022-07-12T12:08:37.555Z] Removing intermediate container 367fb68d3b20 [2022-07-12T12:08:37.555Z] ---> 240b5ec149a5 [2022-07-12T12:08:37.555Z] Step 9/27 : COPY go.mod vendor* ./ [2022-07-12T12:08:37.555Z] ---> d6e4b69c032d [2022-07-12T12:08:37.555Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-12T12:08:37.814Z] ---> Running in c6f2ac08929a [2022-07-12T12:08:38.404Z] Removing intermediate container c6f2ac08929a [2022-07-12T12:08:38.404Z] ---> 06c48b164dac [2022-07-12T12:08:38.404Z] Step 11/27 : COPY . . [2022-07-12T12:08:38.664Z] ---> e1fd015490dd [2022-07-12T12:08:38.664Z] Step 12/27 : ARG MAKE="make build" [2022-07-12T12:08:38.664Z] ---> Running in 30b64812d09f [2022-07-12T12:08:38.664Z] Removing intermediate container 30b64812d09f [2022-07-12T12:08:38.664Z] ---> c27a497434fa [2022-07-12T12:08:38.664Z] Step 13/27 : RUN $MAKE [2022-07-12T12:08:38.664Z] ---> Running in b042c641a2cd [2022-07-12T12:08:38.925Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.1-dev.19 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-07-12T12:09:00.877Z] Removing intermediate container b042c641a2cd [2022-07-12T12:09:00.877Z] ---> 7e904a15142f [2022-07-12T12:09:00.877Z] Step 14/27 : FROM alpine:3.16 [2022-07-12T12:09:00.877Z] 3.16: Pulling from library/alpine [2022-07-12T12:09:00.877Z] 2408cc74d12b: Already exists [2022-07-12T12:09:00.877Z] Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c [2022-07-12T12:09:00.877Z] Status: Downloaded newer image for alpine:3.16 [2022-07-12T12:09:00.877Z] ---> e66264b98777 [2022-07-12T12:09:00.877Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-07-12T12:09:00.877Z] ---> Running in 93d7ee75e4cd [2022-07-12T12:09:00.877Z] Removing intermediate container 93d7ee75e4cd [2022-07-12T12:09:00.877Z] ---> fec68cd021c9 [2022-07-12T12:09:00.877Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-07-12T12:09:00.877Z] ---> Running in b3c2d2518b15 [2022-07-12T12:09:00.877Z] Removing intermediate container b3c2d2518b15 [2022-07-12T12:09:00.877Z] ---> 56cf8068c796 [2022-07-12T12:09:00.877Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-07-12T12:09:00.877Z] ---> Running in e1ed6a63ca08 [2022-07-12T12:09:00.877Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-12T12:09:00.877Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-12T12:09:00.877Z] (1/7) Installing ca-certificates (20211220-r0) [2022-07-12T12:09:00.877Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-07-12T12:09:00.877Z] (3/7) Installing libgcc (11.2.1_git20220219-r2) [2022-07-12T12:09:00.877Z] (4/7) Installing libsodium (1.0.18-r0) [2022-07-12T12:09:00.877Z] (5/7) Installing libstdc++ (11.2.1_git20220219-r2) [2022-07-12T12:09:00.877Z] (6/7) Installing libzmq (4.3.4-r0) [2022-07-12T12:09:00.877Z] (7/7) Installing zeromq (4.3.4-r0) [2022-07-12T12:09:00.877Z] Executing busybox-1.35.0-r13.trigger [2022-07-12T12:09:00.877Z] Executing ca-certificates-20211220-r0.trigger [2022-07-12T12:09:00.877Z] OK: 9 MiB in 21 packages [2022-07-12T12:09:00.877Z] Removing intermediate container e1ed6a63ca08 [2022-07-12T12:09:00.877Z] ---> 83ecdd2eec49 [2022-07-12T12:09:00.877Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-07-12T12:09:00.877Z] ---> 182e8c92d3a7 [2022-07-12T12:09:00.877Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-07-12T12:09:00.877Z] ---> d6a5021a81aa [2022-07-12T12:09:00.877Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-07-12T12:09:00.877Z] ---> ab2a63e535a7 [2022-07-12T12:09:00.877Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-07-12T12:09:00.877Z] ---> 79a15da26080 [2022-07-12T12:09:00.877Z] Step 22/27 : EXPOSE 48095 [2022-07-12T12:09:00.877Z] ---> Running in a696495b87ed [2022-07-12T12:09:01.140Z] Removing intermediate container a696495b87ed [2022-07-12T12:09:01.140Z] ---> fc3b9b9369da [2022-07-12T12:09:01.140Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-07-12T12:09:01.140Z] ---> Running in 2ff923a68284 [2022-07-12T12:09:01.140Z] Removing intermediate container 2ff923a68284 [2022-07-12T12:09:01.140Z] ---> 8ca02ed3eca1 [2022-07-12T12:09:01.140Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-12T12:09:01.140Z] ---> Running in 8703e109bf0a [2022-07-12T12:09:01.401Z] Removing intermediate container 8703e109bf0a [2022-07-12T12:09:01.401Z] ---> 26ed5f095e9e [2022-07-12T12:09:01.401Z] Step 25/27 : LABEL arch=amd64 [2022-07-12T12:09:01.401Z] ---> Running in 6289856db9d1 [2022-07-12T12:09:01.401Z] Removing intermediate container 6289856db9d1 [2022-07-12T12:09:01.401Z] ---> 9bda97b65d50 [2022-07-12T12:09:01.401Z] Step 26/27 : LABEL git_sha=b2b900a003c3b6fdfb973f7d15642c2b3ea76b65 [2022-07-12T12:09:01.401Z] ---> Running in 1b77aa738e7e [2022-07-12T12:09:01.664Z] Removing intermediate container 1b77aa738e7e [2022-07-12T12:09:01.664Z] ---> 2192f11cfd9a [2022-07-12T12:09:01.664Z] Step 27/27 : LABEL version=0.0.0 [2022-07-12T12:09:01.664Z] ---> Running in ef47686460d4 [2022-07-12T12:09:01.664Z] Removing intermediate container ef47686460d4 [2022-07-12T12:09:01.664Z] ---> 0332127f17e2 [2022-07-12T12:09:01.664Z] [Warning] One or more build-args [ARCH] were not consumed [2022-07-12T12:09:01.664Z] Successfully built 0332127f17e2 [2022-07-12T12:09:01.664Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-12T12:09:02.571Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-12T12:09:02.571Z] [2022-07-12T12:09:02.571Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-12T12:09:02.942Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-12T12:09:02.942Z] latest: Pulling from edgex-lftools-log-publisher [2022-07-12T12:09:02.942Z] 5eb5b503b376: Pulling fs layer [2022-07-12T12:09:02.942Z] 5c69ac0246d0: Pulling fs layer [2022-07-12T12:09:02.942Z] ec43610c2a17: Pulling fs layer [2022-07-12T12:09:02.942Z] 3a2ae6a8a46f: Pulling fs layer [2022-07-12T12:09:02.942Z] 33b1e0a273af: Pulling fs layer [2022-07-12T12:09:02.942Z] 5d3b04190fa2: Pulling fs layer [2022-07-12T12:09:02.942Z] 2f39f015ded8: Pulling fs layer [2022-07-12T12:09:02.942Z] 33b1e0a273af: Waiting [2022-07-12T12:09:02.942Z] 5d3b04190fa2: Waiting [2022-07-12T12:09:02.942Z] 3a2ae6a8a46f: Waiting [2022-07-12T12:09:02.942Z] 2f39f015ded8: Waiting [2022-07-12T12:09:02.942Z] 5c69ac0246d0: Download complete [2022-07-12T12:09:02.942Z] 3a2ae6a8a46f: Verifying Checksum [2022-07-12T12:09:02.942Z] 3a2ae6a8a46f: Download complete [2022-07-12T12:09:03.202Z] 33b1e0a273af: Verifying Checksum [2022-07-12T12:09:03.203Z] 33b1e0a273af: Download complete [2022-07-12T12:09:03.203Z] 5d3b04190fa2: Download complete [2022-07-12T12:09:03.203Z] ec43610c2a17: Verifying Checksum [2022-07-12T12:09:03.203Z] ec43610c2a17: Download complete [2022-07-12T12:09:03.203Z] 5eb5b503b376: Download complete [2022-07-12T12:09:03.772Z] 2f39f015ded8: Download complete [2022-07-12T12:09:04.714Z] 5eb5b503b376: Pull complete [2022-07-12T12:09:04.714Z] 5c69ac0246d0: Pull complete [2022-07-12T12:09:04.985Z] ec43610c2a17: Pull complete [2022-07-12T12:09:05.245Z] 3a2ae6a8a46f: Pull complete [2022-07-12T12:09:05.505Z] 33b1e0a273af: Pull complete [2022-07-12T12:09:05.505Z] 5d3b04190fa2: Pull complete [2022-07-12T12:09:09.702Z] 2f39f015ded8: Pull complete [2022-07-12T12:09:09.702Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-07-12T12:09:09.702Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-12T12:09:09.702Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-12T12:09:09.933Z] prd-ubuntu20.04-docker-8c-8g-19540 does not seem to be running inside a container [2022-07-12T12:09:09.974Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_PR-442 -v /w/workspace/_app-service-configurable_PR-442:/w/workspace/_app-service-configurable_PR-442:rw,z -v /w/workspace/_app-service-configurable_PR-442@tmp:/w/workspace/_app-service-configurable_PR-442@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-07-12T12:09:11.609Z] $ docker top d74e008f7302f923cdd5399af94022ecaef1415f530960a290c75a13d18fc314 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-12T12:09:12.152Z] ---> job-cost.sh [2022-07-12T12:09:12.152Z] lf-activate-venv: SKIPPING [2022-07-12T12:09:12.152Z] INFO: No Stack... [2022-07-12T12:09:12.428Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-07-12T12:09:12.701Z] INFO: Archiving Costs [Pipeline] sh [2022-07-12T12:09:13.015Z] + cat /w/workspace/_app-service-configurable_PR-442/archives/cost.csv [2022-07-12T12:09:13.015Z] + cut -d, -f6 [Pipeline] lock [2022-07-12T12:09:13.051Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-442-1-stack-cost] [2022-07-12T12:09:13.055Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-442-1-stack-cost] did not exist. Created. [2022-07-12T12:09:13.055Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-442-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-07-12T12:09:13.449Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-07-12T12:09:13.498Z] Stashed 1 file(s) [Pipeline] } [2022-07-12T12:09:13.525Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-442-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-07-12T12:09:13.610Z] $ docker stop --time=1 d74e008f7302f923cdd5399af94022ecaef1415f530960a290c75a13d18fc314 [2022-07-12T12:09:14.777Z] $ docker rm -f d74e008f7302f923cdd5399af94022ecaef1415f530960a290c75a13d18fc314 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-07-12T12:09:27.513Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-19541 in /w/workspace/_app-service-configurable_PR-442 [Pipeline] { [Pipeline] ws [2022-07-12T12:09:27.554Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2022-07-12T12:09:27.647Z] Selected Git installation does not exist. Using Default [2022-07-12T12:09:27.647Z] The recommended git tool is: NONE [2022-07-12T12:09:34.129Z] using credential edgex-jenkins-ssh [2022-07-12T12:09:34.150Z] Cloning the remote Git repository [2022-07-12T12:09:34.206Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2022-07-12T12:09:34.285Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2022-07-12T12:09:34.356Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-07-12T12:09:34.356Z] > git --version # timeout=10 [2022-07-12T12:09:34.377Z] > git --version # 'git version 2.25.1' [2022-07-12T12:09:34.379Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-12T12:09:34.469Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-07-12T12:09:35.413Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-07-12T12:09:35.429Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-07-12T12:09:35.457Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-07-12T12:09:36.032Z] Merging remotes/origin/main commit 77beed3d4f8f1913c8e08c1a4e667b74a91dcf24 into PR head commit b2b900a003c3b6fdfb973f7d15642c2b3ea76b65 [2022-07-12T12:09:36.256Z] Merge succeeded, producing b2b900a003c3b6fdfb973f7d15642c2b3ea76b65 [2022-07-12T12:09:36.256Z] Checking out Revision b2b900a003c3b6fdfb973f7d15642c2b3ea76b65 (PR-442) [2022-07-12T12:09:35.542Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-07-12T12:09:35.544Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-12T12:09:35.559Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/442/head:refs/remotes/origin/PR-442 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-07-12T12:09:36.052Z] > git config core.sparsecheckout # timeout=10 [2022-07-12T12:09:36.069Z] > git checkout -f b2b900a003c3b6fdfb973f7d15642c2b3ea76b65 # timeout=10 [2022-07-12T12:09:36.159Z] > git remote # timeout=10 [2022-07-12T12:09:36.176Z] > git config --get remote.origin.url # timeout=10 [2022-07-12T12:09:36.197Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-12T12:09:36.212Z] > git merge 77beed3d4f8f1913c8e08c1a4e667b74a91dcf24 # timeout=10 [2022-07-12T12:09:36.241Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-07-12T12:09:36.264Z] > git config core.sparsecheckout # timeout=10 [2022-07-12T12:09:36.280Z] > git checkout -f b2b900a003c3b6fdfb973f7d15642c2b3ea76b65 # timeout=10 [2022-07-12T12:09:40.442Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" [2022-07-12T12:09:40.510Z] > git --version # timeout=10 [2022-07-12T12:09:40.521Z] > git --version # 'git version 2.25.1' [2022-07-12T12:09:40.533Z] fatal: bad object 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-07-12T12:09:41.644Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-07-12T12:09:41.645Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-12T12:09:41.645Z] Dload Upload Total Spent Left Speed [2022-07-12T12:09:41.645Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12276 100 12276 0 0 86450 0 --:--:-- --:--:-- --:--:-- 87063 [Pipeline] sh [2022-07-12T12:09:42.655Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-07-12T12:09:43.011Z] + sudo tee /etc/docker/daemon.new [2022-07-12T12:09:43.012Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-07-12T12:09:43.012Z] { [2022-07-12T12:09:43.012Z] "registry-mirrors": [ [2022-07-12T12:09:43.012Z] "https://nexus3.edgexfoundry.org:10001" [2022-07-12T12:09:43.012Z] ], [2022-07-12T12:09:43.012Z] "bip": "10.250.0.254/24", [2022-07-12T12:09:43.012Z] "hosts": [ [2022-07-12T12:09:43.012Z] "tcp://0.0.0.0:5555", [2022-07-12T12:09:43.012Z] "unix:///var/run/docker.sock" [2022-07-12T12:09:43.012Z] ], [2022-07-12T12:09:43.012Z] "mtu": 1458, [2022-07-12T12:09:43.012Z] "selinux-enabled": true, [2022-07-12T12:09:43.012Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-07-12T12:09:43.012Z] } [Pipeline] sh [2022-07-12T12:09:43.367Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-07-12T12:09:43.718Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-12T12:10:02.115Z] provisioning config files... [2022-07-12T12:10:02.142Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config2848517815168046497tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-12T12:10:02.542Z] ---> docker-login.sh [2022-07-12T12:10:02.542Z] nexus3.edgexfoundry.org:10001 [2022-07-12T12:10:03.141Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-12T12:10:03.418Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-12T12:10:03.418Z] Configure a credential helper to remove this warning. See [2022-07-12T12:10:03.418Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-12T12:10:03.418Z] [2022-07-12T12:10:03.418Z] Login Succeeded [2022-07-12T12:10:03.418Z] nexus3.edgexfoundry.org:10002 [2022-07-12T12:10:03.690Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-12T12:10:03.965Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-12T12:10:03.965Z] Configure a credential helper to remove this warning. See [2022-07-12T12:10:03.965Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-12T12:10:03.965Z] [2022-07-12T12:10:03.965Z] Login Succeeded [2022-07-12T12:10:03.965Z] nexus3.edgexfoundry.org:10003 [2022-07-12T12:10:04.245Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-12T12:10:04.245Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-12T12:10:04.245Z] Configure a credential helper to remove this warning. See [2022-07-12T12:10:04.245Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-12T12:10:04.245Z] [2022-07-12T12:10:04.245Z] Login Succeeded [2022-07-12T12:10:04.245Z] nexus3.edgexfoundry.org:10004 [2022-07-12T12:10:04.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-12T12:10:04.844Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-12T12:10:04.844Z] Configure a credential helper to remove this warning. See [2022-07-12T12:10:04.844Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-12T12:10:04.844Z] [2022-07-12T12:10:04.844Z] Login Succeeded [2022-07-12T12:10:04.844Z] docker.io [2022-07-12T12:10:05.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-12T12:10:05.713Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-12T12:10:05.713Z] Configure a credential helper to remove this warning. See [2022-07-12T12:10:05.713Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-12T12:10:05.713Z] [2022-07-12T12:10:05.713Z] Login Succeeded [2022-07-12T12:10:05.713Z] ---> docker-login.sh ends [Pipeline] } [2022-07-12T12:10:05.754Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-07-12T12:10:06.135Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-12T12:10:06.175Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-12T12:10:06.210Z] ========================================================= [2022-07-12T12:10:06.210Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-07-12T12:10:06.210Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-12T12:10:06.728Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-07-12T12:10:06.728Z] Sending build context to Docker daemon 205.3kB [2022-07-12T12:10:07.004Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2022-07-12T12:10:07.004Z] Step 2/13 : FROM ${BASE} AS builder [2022-07-12T12:10:07.283Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-07-12T12:10:07.283Z] b3c136eddcbf: Pulling fs layer [2022-07-12T12:10:07.283Z] c0a3192eca97: Pulling fs layer [2022-07-12T12:10:07.283Z] a050256f5b6f: Pulling fs layer [2022-07-12T12:10:07.283Z] 656be50a0ddc: Pulling fs layer [2022-07-12T12:10:07.283Z] 2bbca73fdf42: Pulling fs layer [2022-07-12T12:10:07.283Z] 46d945488cbd: Pulling fs layer [2022-07-12T12:10:07.283Z] 8a5474983e97: Pulling fs layer [2022-07-12T12:10:07.283Z] 329c88fbcd65: Pulling fs layer [2022-07-12T12:10:07.283Z] 656be50a0ddc: Waiting [2022-07-12T12:10:07.283Z] 2bbca73fdf42: Waiting [2022-07-12T12:10:07.283Z] 46d945488cbd: Waiting [2022-07-12T12:10:07.283Z] 8a5474983e97: Waiting [2022-07-12T12:10:07.283Z] 329c88fbcd65: Waiting [2022-07-12T12:10:07.283Z] a050256f5b6f: Verifying Checksum [2022-07-12T12:10:07.283Z] a050256f5b6f: Download complete [2022-07-12T12:10:07.283Z] c0a3192eca97: Download complete [2022-07-12T12:10:07.283Z] 2bbca73fdf42: Verifying Checksum [2022-07-12T12:10:07.283Z] 2bbca73fdf42: Download complete [2022-07-12T12:10:07.283Z] 46d945488cbd: Verifying Checksum [2022-07-12T12:10:07.283Z] 46d945488cbd: Download complete [2022-07-12T12:10:07.283Z] b3c136eddcbf: Verifying Checksum [2022-07-12T12:10:07.283Z] b3c136eddcbf: Download complete [2022-07-12T12:10:08.286Z] b3c136eddcbf: Pull complete [2022-07-12T12:10:08.286Z] 329c88fbcd65: Download complete [2022-07-12T12:10:08.890Z] c0a3192eca97: Pull complete [2022-07-12T12:10:09.169Z] a050256f5b6f: Pull complete [2022-07-12T12:10:09.443Z] 8a5474983e97: Verifying Checksum [2022-07-12T12:10:09.443Z] 8a5474983e97: Download complete [2022-07-12T12:10:10.431Z] 656be50a0ddc: Download complete [2022-07-12T12:10:22.836Z] 656be50a0ddc: Pull complete [2022-07-12T12:10:23.111Z] 2bbca73fdf42: Pull complete [2022-07-12T12:10:23.384Z] 46d945488cbd: Pull complete [2022-07-12T12:10:30.121Z] 8a5474983e97: Pull complete [2022-07-12T12:10:32.111Z] 329c88fbcd65: Pull complete [2022-07-12T12:10:32.111Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-07-12T12:10:32.111Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-07-12T12:10:32.111Z] ---> ff4287adb874 [2022-07-12T12:10:32.111Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-07-12T12:10:32.714Z] ---> Running in 234f717d92fa [2022-07-12T12:10:32.993Z] Removing intermediate container 234f717d92fa [2022-07-12T12:10:32.993Z] ---> 0caf3e5c4ccf [2022-07-12T12:10:32.993Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-07-12T12:10:32.993Z] ---> Running in 277bb093be3f [2022-07-12T12:10:33.270Z] Removing intermediate container 277bb093be3f [2022-07-12T12:10:33.270Z] ---> 058192f60b4f [2022-07-12T12:10:33.270Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-07-12T12:10:33.550Z] ---> Running in 1c67732f5ff3 [2022-07-12T12:10:33.826Z] Removing intermediate container 1c67732f5ff3 [2022-07-12T12:10:33.826Z] ---> 65deed08fdd4 [2022-07-12T12:10:33.826Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-12T12:10:33.826Z] ---> Running in e3342f3fa057 [2022-07-12T12:10:37.237Z] Removing intermediate container e3342f3fa057 [2022-07-12T12:10:37.237Z] ---> c26c6a53a6c4 [2022-07-12T12:10:37.237Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-07-12T12:10:37.237Z] ---> Running in f1e73f6c1d17 [2022-07-12T12:10:37.834Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-12T12:10:38.817Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-12T12:10:39.416Z] OK: 221 MiB in 51 packages [2022-07-12T12:10:40.396Z] Removing intermediate container f1e73f6c1d17 [2022-07-12T12:10:40.396Z] ---> a058cdbbfc71 [2022-07-12T12:10:40.396Z] Step 8/13 : WORKDIR /app [2022-07-12T12:10:40.396Z] ---> Running in b485157d6cf2 [2022-07-12T12:10:40.673Z] Removing intermediate container b485157d6cf2 [2022-07-12T12:10:40.673Z] ---> 8e1b6ba952ff [2022-07-12T12:10:40.673Z] Step 9/13 : COPY go.mod vendor* ./ [2022-07-12T12:10:41.277Z] ---> aceed0202f82 [2022-07-12T12:10:41.277Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-12T12:10:41.277Z] ---> Running in babd3ba786e6 [2022-07-12T12:11:28.265Z] Removing intermediate container babd3ba786e6 [2022-07-12T12:11:28.265Z] ---> e93f0db97a14 [2022-07-12T12:11:28.265Z] Step 11/13 : COPY . . [2022-07-12T12:11:28.265Z] ---> 5179a58fa9a7 [2022-07-12T12:11:28.265Z] Step 12/13 : ARG MAKE="make build" [2022-07-12T12:11:28.265Z] ---> Running in b66d9f15bd9b [2022-07-12T12:11:28.265Z] Removing intermediate container b66d9f15bd9b [2022-07-12T12:11:28.265Z] ---> e7516289acbf [2022-07-12T12:11:28.265Z] Step 13/13 : RUN $MAKE [2022-07-12T12:11:28.265Z] ---> Running in a659c5cd6df4 [2022-07-12T12:11:28.265Z] noop [2022-07-12T12:11:28.265Z] Removing intermediate container a659c5cd6df4 [2022-07-12T12:11:28.265Z] ---> 7e7292f53aa4 [2022-07-12T12:11:28.265Z] Successfully built 7e7292f53aa4 [2022-07-12T12:11:28.265Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-12T12:11:28.740Z] + docker inspect -f . ci-base-image-arm64 [2022-07-12T12:11:28.740Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-12T12:11:29.051Z] prd-ubuntu20.04-docker-arm64-4c-16g-19541 does not seem to be running inside a container [2022-07-12T12:11:29.138Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-07-12T12:11:30.290Z] $ docker top 25f06f81e1e61d10848c6fc017122def3ff1ebdf7f215ca48465e95f571c367e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-12T12:11:31.201Z] + go version [2022-07-12T12:11:31.201Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-07-12T12:11:31.246Z] $ docker stop --time=1 25f06f81e1e61d10848c6fc017122def3ff1ebdf7f215ca48465e95f571c367e [2022-07-12T12:11:32.829Z] $ docker rm -f 25f06f81e1e61d10848c6fc017122def3ff1ebdf7f215ca48465e95f571c367e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-12T12:11:33.726Z] + docker inspect -f . ci-base-image-arm64 [2022-07-12T12:11:33.726Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-12T12:11:34.023Z] prd-ubuntu20.04-docker-arm64-4c-16g-19541 does not seem to be running inside a container [2022-07-12T12:11:34.107Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-07-12T12:11:35.250Z] $ docker top 627e75e147c704ba108fa54d7a7370dbf21010b5ca3cb0d483e51d6e367f4ba6 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-12T12:11:36.179Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh [2022-07-12T12:11:36.940Z] + make test [2022-07-12T12:11:36.940Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-07-12T12:12:58.790Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-07-12T12:12:58.790Z] CGO_ENABLED=1 go vet ./... [2022-07-12T12:13:11.231Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-07-12T12:13:11.231Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-07-12T12:13:11.232Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-07-12T12:13:11.541Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-07-12T12:13:11.585Z] $ docker stop --time=1 627e75e147c704ba108fa54d7a7370dbf21010b5ca3cb0d483e51d6e367f4ba6 [2022-07-12T12:13:13.365Z] $ docker rm -f 627e75e147c704ba108fa54d7a7370dbf21010b5ca3cb0d483e51d6e367f4ba6 [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-12T12:13:14.340Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-07-12T12:13:14.373Z] Warning: overwriting stash ‘coverage-report’ [2022-07-12T12:13:14.806Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-07-12T12:13:15.408Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-07-12T12:13:15.768Z] + ls -al . [2022-07-12T12:13:15.768Z] total 164 [2022-07-12T12:13:15.768Z] drwxrwxr-x 7 jenkins jenkins 4096 Jul 12 12:11 . [2022-07-12T12:13:15.768Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 12 12:09 .. [2022-07-12T12:13:15.768Z] -rw-rw-r-- 1 jenkins jenkins 119 Jul 12 12:09 .dockerignore [2022-07-12T12:13:15.768Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 12 12:09 .git [2022-07-12T12:13:15.768Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 12 12:09 .github [2022-07-12T12:13:15.768Z] -rw-rw-r-- 1 jenkins jenkins 104 Jul 12 12:09 .gitignore [2022-07-12T12:13:15.768Z] -rw-rw-r-- 1 jenkins jenkins 8830 Jul 12 12:09 Attribution.txt [2022-07-12T12:13:15.768Z] -rw-rw-r-- 1 jenkins jenkins 27269 Jul 12 12:09 CHANGELOG.md [2022-07-12T12:13:15.768Z] -rw-rw-r-- 1 jenkins jenkins 2089 Jul 12 12:09 Dockerfile [2022-07-12T12:13:15.768Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 12 12:09 GOVERNANCE.md [2022-07-12T12:13:15.768Z] -rw-rw-r-- 1 jenkins jenkins 688 Jul 12 12:09 Jenkinsfile [2022-07-12T12:13:15.768Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jul 12 12:09 LICENSE [2022-07-12T12:13:15.768Z] -rw-rw-r-- 1 jenkins jenkins 618 Jul 12 12:09 OWNERS.md [2022-07-12T12:13:15.768Z] -rw-rw-r-- 1 jenkins jenkins 3718 Jul 12 12:09 README.md [2022-07-12T12:13:15.768Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 12 12:07 VERSION [2022-07-12T12:13:15.768Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 12 12:09 bin [2022-07-12T12:13:15.768Z] -rw-r--r-- 1 jenkins jenkins 10 Jul 12 12:11 coverage.out [2022-07-12T12:13:15.768Z] -rw-rw-r-- 1 jenkins jenkins 3336 Jul 12 12:09 go.mod [2022-07-12T12:13:15.768Z] -rw-rw-r-- 1 jenkins jenkins 35610 Jul 12 12:09 go.sum [2022-07-12T12:13:15.768Z] -rw-rw-r-- 1 jenkins jenkins 1949 Jul 12 12:09 main.go [2022-07-12T12:13:15.768Z] -rw-rw-r-- 1 jenkins jenkins 1959 Jul 12 12:09 makefile [2022-07-12T12:13:15.768Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 12 12:09 res [2022-07-12T12:13:15.768Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 12 12:09 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-12T12:13:16.204Z] + 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=b2b900a003c3b6fdfb973f7d15642c2b3ea76b65 --label arch=arm64 --label version=0.0.0 . [2022-07-12T12:13:16.205Z] Sending build context to Docker daemon 206.3kB [2022-07-12T12:13:16.484Z] Step 1/27 : ARG BASE=golang:1.18-alpine3.16 [2022-07-12T12:13:16.484Z] Step 2/27 : FROM ${BASE} AS builder [2022-07-12T12:13:16.484Z] ---> 7e7292f53aa4 [2022-07-12T12:13:16.484Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-07-12T12:13:16.484Z] ---> Running in 9fe07becd9ca [2022-07-12T12:13:16.768Z] Removing intermediate container 9fe07becd9ca [2022-07-12T12:13:16.768Z] ---> aabb5bc51906 [2022-07-12T12:13:16.768Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-07-12T12:13:17.042Z] ---> Running in f0501f73b6cd [2022-07-12T12:13:17.318Z] Removing intermediate container f0501f73b6cd [2022-07-12T12:13:17.318Z] ---> e1a44959ec44 [2022-07-12T12:13:17.318Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-07-12T12:13:17.318Z] ---> Running in b92ffa226945 [2022-07-12T12:13:17.595Z] Removing intermediate container b92ffa226945 [2022-07-12T12:13:17.595Z] ---> 95d48e5af97c [2022-07-12T12:13:17.595Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-12T12:13:17.595Z] ---> Running in 767cae3daba1 [2022-07-12T12:13:19.587Z] Removing intermediate container 767cae3daba1 [2022-07-12T12:13:19.587Z] ---> 8c720f505f54 [2022-07-12T12:13:19.587Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-07-12T12:13:19.587Z] ---> Running in 72aeeddc9c87 [2022-07-12T12:13:20.569Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-12T12:13:21.549Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-12T12:13:22.146Z] OK: 221 MiB in 51 packages [2022-07-12T12:13:23.137Z] Removing intermediate container 72aeeddc9c87 [2022-07-12T12:13:23.137Z] ---> 75a8280e94ad [2022-07-12T12:13:23.137Z] Step 8/27 : WORKDIR /app [2022-07-12T12:13:23.137Z] ---> Running in af14bf48af55 [2022-07-12T12:13:23.412Z] Removing intermediate container af14bf48af55 [2022-07-12T12:13:23.412Z] ---> 464a796da1d8 [2022-07-12T12:13:23.412Z] Step 9/27 : COPY go.mod vendor* ./ [2022-07-12T12:13:24.011Z] ---> d906b41b0346 [2022-07-12T12:13:24.011Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-12T12:13:24.011Z] ---> Running in 2568bcde7eef [2022-07-12T12:13:25.999Z] Removing intermediate container 2568bcde7eef [2022-07-12T12:13:25.999Z] ---> 2dea31685e79 [2022-07-12T12:13:25.999Z] Step 11/27 : COPY . . [2022-07-12T12:13:26.605Z] ---> 974f24207cf0 [2022-07-12T12:13:26.605Z] Step 12/27 : ARG MAKE="make build" [2022-07-12T12:13:26.605Z] ---> Running in 07648cd92f5b [2022-07-12T12:13:26.886Z] Removing intermediate container 07648cd92f5b [2022-07-12T12:13:26.886Z] ---> 0f54a5519356 [2022-07-12T12:13:26.886Z] Step 13/27 : RUN $MAKE [2022-07-12T12:13:27.167Z] ---> Running in be4bd52054b8 [2022-07-12T12:13:28.158Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.1-dev.19 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-07-12T12:15:35.076Z] Removing intermediate container be4bd52054b8 [2022-07-12T12:15:35.076Z] ---> b02eea8f1cac [2022-07-12T12:15:35.076Z] Step 14/27 : FROM alpine:3.16 [2022-07-12T12:15:35.076Z] 3.16: Pulling from library/alpine [2022-07-12T12:15:35.076Z] b3c136eddcbf: Already exists [2022-07-12T12:15:35.076Z] Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c [2022-07-12T12:15:35.076Z] Status: Downloaded newer image for alpine:3.16 [2022-07-12T12:15:35.076Z] ---> 6e30ab57aeee [2022-07-12T12:15:35.076Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-07-12T12:15:35.076Z] ---> Running in b0fbf1965f04 [2022-07-12T12:15:35.076Z] Removing intermediate container b0fbf1965f04 [2022-07-12T12:15:35.076Z] ---> b0c516feed89 [2022-07-12T12:15:35.076Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-07-12T12:15:35.076Z] ---> Running in 25a32f74728a [2022-07-12T12:15:35.076Z] Removing intermediate container 25a32f74728a [2022-07-12T12:15:35.076Z] ---> 401281843a75 [2022-07-12T12:15:35.076Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-07-12T12:15:35.076Z] ---> Running in e328e88242c5 [2022-07-12T12:15:35.076Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-12T12:15:35.076Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-12T12:15:35.076Z] (1/7) Installing ca-certificates (20211220-r0) [2022-07-12T12:15:35.076Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-07-12T12:15:35.076Z] (3/7) Installing libgcc (11.2.1_git20220219-r2) [2022-07-12T12:15:35.076Z] (4/7) Installing libsodium (1.0.18-r0) [2022-07-12T12:15:35.076Z] (5/7) Installing libstdc++ (11.2.1_git20220219-r2) [2022-07-12T12:15:35.076Z] (6/7) Installing libzmq (4.3.4-r0) [2022-07-12T12:15:35.076Z] (7/7) Installing zeromq (4.3.4-r0) [2022-07-12T12:15:35.076Z] Executing busybox-1.35.0-r13.trigger [2022-07-12T12:15:35.076Z] Executing ca-certificates-20211220-r0.trigger [2022-07-12T12:15:35.076Z] OK: 9 MiB in 21 packages [2022-07-12T12:15:35.076Z] Removing intermediate container e328e88242c5 [2022-07-12T12:15:35.076Z] ---> c7c82a7148e4 [2022-07-12T12:15:35.076Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-07-12T12:15:35.076Z] ---> cc665d9e3690 [2022-07-12T12:15:35.076Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-07-12T12:15:35.076Z] ---> ae1cf638d598 [2022-07-12T12:15:35.076Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-07-12T12:15:35.076Z] ---> ec7a130a8afe [2022-07-12T12:15:35.076Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-07-12T12:15:36.060Z] ---> 0887176566e2 [2022-07-12T12:15:36.060Z] Step 22/27 : EXPOSE 48095 [2022-07-12T12:15:36.060Z] ---> Running in 78114b718fad [2022-07-12T12:15:36.347Z] Removing intermediate container 78114b718fad [2022-07-12T12:15:36.347Z] ---> 1e5f3352f3ed [2022-07-12T12:15:36.347Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-07-12T12:15:36.624Z] ---> Running in 628e63db7734 [2022-07-12T12:15:36.900Z] Removing intermediate container 628e63db7734 [2022-07-12T12:15:36.900Z] ---> c237eaa22779 [2022-07-12T12:15:36.900Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-12T12:15:36.900Z] ---> Running in 8edbff7aa1dc [2022-07-12T12:15:37.180Z] Removing intermediate container 8edbff7aa1dc [2022-07-12T12:15:37.180Z] ---> f005201e05c1 [2022-07-12T12:15:37.180Z] Step 25/27 : LABEL arch=arm64 [2022-07-12T12:15:37.180Z] ---> Running in ca1bf67839a7 [2022-07-12T12:15:37.456Z] Removing intermediate container ca1bf67839a7 [2022-07-12T12:15:37.456Z] ---> d2f7ff831a55 [2022-07-12T12:15:37.456Z] Step 26/27 : LABEL git_sha=b2b900a003c3b6fdfb973f7d15642c2b3ea76b65 [2022-07-12T12:15:37.732Z] ---> Running in 2ab597cbb772 [2022-07-12T12:15:38.009Z] Removing intermediate container 2ab597cbb772 [2022-07-12T12:15:38.009Z] ---> f4c3f5e28b1c [2022-07-12T12:15:38.009Z] Step 27/27 : LABEL version=0.0.0 [2022-07-12T12:15:38.009Z] ---> Running in 54032f2be35d [2022-07-12T12:15:38.283Z] Removing intermediate container 54032f2be35d [2022-07-12T12:15:38.283Z] ---> 9024031bc672 [2022-07-12T12:15:38.283Z] [Warning] One or more build-args [ARCH] were not consumed [2022-07-12T12:15:38.283Z] Successfully built 9024031bc672 [2022-07-12T12:15:38.283Z] Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-12T12:15:39.109Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-12T12:15:39.109Z] [2022-07-12T12:15:39.109Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-12T12:15:39.516Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-12T12:15:39.790Z] arm64: Pulling from edgex-lftools-log-publisher [2022-07-12T12:15:39.790Z] 8998bd30e6a1: Pulling fs layer [2022-07-12T12:15:39.790Z] 04944245beec: Pulling fs layer [2022-07-12T12:15:39.790Z] 699f458cf7ca: Pulling fs layer [2022-07-12T12:15:39.790Z] 765212b225bb: Pulling fs layer [2022-07-12T12:15:39.790Z] f23df028b6ca: Pulling fs layer [2022-07-12T12:15:39.790Z] d65c8cfc05b1: Pulling fs layer [2022-07-12T12:15:39.790Z] 2437ff75d9bd: Pulling fs layer [2022-07-12T12:15:39.790Z] 765212b225bb: Waiting [2022-07-12T12:15:39.790Z] f23df028b6ca: Waiting [2022-07-12T12:15:39.790Z] d65c8cfc05b1: Waiting [2022-07-12T12:15:39.790Z] 2437ff75d9bd: Waiting [2022-07-12T12:15:39.790Z] 04944245beec: Verifying Checksum [2022-07-12T12:15:39.791Z] 04944245beec: Download complete [2022-07-12T12:15:39.791Z] 765212b225bb: Verifying Checksum [2022-07-12T12:15:39.791Z] 765212b225bb: Download complete [2022-07-12T12:15:39.791Z] f23df028b6ca: Download complete [2022-07-12T12:15:39.791Z] d65c8cfc05b1: Verifying Checksum [2022-07-12T12:15:39.791Z] d65c8cfc05b1: Download complete [2022-07-12T12:15:40.070Z] 699f458cf7ca: Verifying Checksum [2022-07-12T12:15:40.070Z] 699f458cf7ca: Download complete [2022-07-12T12:15:40.349Z] 8998bd30e6a1: Verifying Checksum [2022-07-12T12:15:40.349Z] 8998bd30e6a1: Download complete [2022-07-12T12:15:42.982Z] 2437ff75d9bd: Verifying Checksum [2022-07-12T12:15:42.982Z] 2437ff75d9bd: Download complete [2022-07-12T12:15:44.421Z] 8998bd30e6a1: Pull complete [2022-07-12T12:15:45.019Z] 04944245beec: Pull complete [2022-07-12T12:15:46.458Z] 699f458cf7ca: Pull complete [2022-07-12T12:15:46.732Z] 765212b225bb: Pull complete [2022-07-12T12:15:47.720Z] f23df028b6ca: Pull complete [2022-07-12T12:15:47.720Z] d65c8cfc05b1: Pull complete [2022-07-12T12:16:02.810Z] 2437ff75d9bd: Pull complete [2022-07-12T12:16:02.810Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-07-12T12:16:02.810Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-12T12:16:02.810Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-12T12:16:03.187Z] prd-ubuntu20.04-docker-arm64-4c-16g-19541 does not seem to be running inside a container [2022-07-12T12:16:03.292Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-07-12T12:16:05.787Z] $ docker top 8c935487c35078be6125bce136f825aecc0e3750b589c470ba98f5c17b8b6b16 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-12T12:16:06.738Z] ---> job-cost.sh [2022-07-12T12:16:06.738Z] lf-activate-venv: SKIPPING [2022-07-12T12:16:06.738Z] INFO: No Stack... [2022-07-12T12:16:07.010Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-07-12T12:16:07.984Z] INFO: Archiving Costs [Pipeline] sh [2022-07-12T12:16:08.663Z] + cat+ /w/workspace/app-service-configurable/1/archives/cost.csv [2022-07-12T12:16:08.663Z] cut -d, -f6 [Pipeline] lock [2022-07-12T12:16:08.743Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-442-1-stack-cost] [2022-07-12T12:16:08.747Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-442-1-stack-cost] did not exist. Created. [2022-07-12T12:16:08.747Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-442-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-07-12T12:16:09.493Z] /w/workspace/app-service-configurable/1@tmp/durable-10c705b3/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-07-12T12:16:10.191Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-07-12T12:16:10.230Z] Warning: overwriting stash ‘stack-cost’ [2022-07-12T12:16:10.281Z] Stashed 1 file(s) [Pipeline] } [2022-07-12T12:16:10.297Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-442-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-07-12T12:16:10.392Z] $ docker stop --time=1 8c935487c35078be6125bce136f825aecc0e3750b589c470ba98f5c17b8b6b16 [2022-07-12T12:16:11.850Z] $ docker rm -f 8c935487c35078be6125bce136f825aecc0e3750b589c470ba98f5c17b8b6b16 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-07-12T12:16:12.822Z] provisioning config files... [2022-07-12T12:16:12.832Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-442@tmp/config5051784096201198967tmp [Pipeline] { [Pipeline] sh [2022-07-12T12:16:13.165Z] + set +x [2022-07-12T12:16:13.165Z] + + curl -s https://codecov.io/bash [2022-07-12T12:16:13.166Z] bash -s -- [2022-07-12T12:16:13.166Z] [2022-07-12T12:16:13.166Z] _____ _ [2022-07-12T12:16:13.166Z] / ____| | | [2022-07-12T12:16:13.166Z] | | ___ __| | ___ ___ _____ __ [2022-07-12T12:16:13.166Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-07-12T12:16:13.166Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-07-12T12:16:13.166Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-07-12T12:16:13.166Z] Bash-1.0.6 [2022-07-12T12:16:13.166Z] [2022-07-12T12:16:13.166Z] [2022-07-12T12:16:13.166Z] ==> git version 2.25.1 found [2022-07-12T12:16:13.166Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-07-12T12:16:13.166Z] Release-Date: 2020-01-08 [2022-07-12T12:16:13.166Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-07-12T12:16:13.166Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-07-12T12:16:13.166Z] ==> Jenkins CI detected. [2022-07-12T12:16:13.166Z] current dir:  /w/workspace/_app-service-configurable_PR-442 [2022-07-12T12:16:13.166Z] project root: . [2022-07-12T12:16:13.166Z] --> token set from env [2022-07-12T12:16:13.166Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-07-12T12:16:13.166Z] ==> Running gcov in . (disable via -X gcov) [2022-07-12T12:16:13.166Z] ==> Python coveragepy not found [2022-07-12T12:16:13.166Z] ==> Searching for coverage reports in: [2022-07-12T12:16:13.166Z] + . [2022-07-12T12:16:13.166Z] -> Found 1 reports [2022-07-12T12:16:13.166Z] ==> Detecting git/mercurial file structure [2022-07-12T12:16:13.166Z] ==> Reading reports [2022-07-12T12:16:13.166Z] + ./coverage.out bytes=10 [2022-07-12T12:16:13.166Z] ==> Appending adjustments [2022-07-12T12:16:13.166Z] https://docs.codecov.io/docs/fixing-reports [2022-07-12T12:16:13.426Z] + Found adjustments [2022-07-12T12:16:13.426Z] ==> Gzipping contents [2022-07-12T12:16:13.426Z] 4.0K /tmp/codecov.yZwT9A.gz [2022-07-12T12:16:13.426Z] ==> Uploading reports [2022-07-12T12:16:13.426Z] url: https://codecov.io [2022-07-12T12:16:13.426Z] query: branch=PR-442&commit=b2b900a003c3b6fdfb973f7d15642c2b3ea76b65&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-442%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=442&job=&cmd_args= [2022-07-12T12:16:13.426Z] -> Pinging Codecov [2022-07-12T12:16:13.426Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-442&commit=b2b900a003c3b6fdfb973f7d15642c2b3ea76b65&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-442%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=442&job=&cmd_args= [2022-07-12T12:16:13.686Z] -> Uploading to [2022-07-12T12:16:13.686Z] https://storage.googleapis.com/codecov/v4/raw/2022-07-12/A97CA9966030D2A3747ED39772930CCE/b2b900a003c3b6fdfb973f7d15642c2b3ea76b65/c5f50169-fc03-446d-8d0b-38523fef3c37.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20220712%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220712T121613Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=73f55602913381aaa97a2b2c7e808efdeb655a7802e75dce8cccc6d42dc1197c [2022-07-12T12:16:13.686Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-12T12:16:13.686Z] Dload Upload Total Spent Left Speed [2022-07-12T12:16:13.946Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 592 0 0 100 592 0 2666 --:--:-- --:--:-- --:--:-- 2654 100 592 0 0 100 592 0 2573 --:--:-- --:--:-- --:--:-- 2562 [2022-07-12T12:16:13.946Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/b2b900a003c3b6fdfb973f7d15642c2b3ea76b65 [Pipeline] } [2022-07-12T12:16:13.972Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-07-12T12:16:15.653Z] + [ -d /w/workspace/_app-service-configurable_PR-442/archives ] [2022-07-12T12:16:15.653Z] + ls -al /w/workspace/_app-service-configurable_PR-442/archives [2022-07-12T12:16:15.653Z] total 16 [2022-07-12T12:16:15.653Z] drwxr-xr-x 3 root root 4096 Jul 12 12:09 . [2022-07-12T12:16:15.653Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 12 12:09 .. [2022-07-12T12:16:15.653Z] drwxr-xr-x 2 root root 4096 Jul 12 12:09 cost [2022-07-12T12:16:15.653Z] -rw-r--r-- 1 root root 95 Jul 12 12:09 cost.csv [2022-07-12T12:16:15.653Z] + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-442/archives [2022-07-12T12:16:15.653Z] + ls -al /w/workspace/_app-service-configurable_PR-442/archives [2022-07-12T12:16:15.653Z] total 16 [2022-07-12T12:16:15.653Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 12 12:09 . [2022-07-12T12:16:15.653Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 12 12:09 .. [2022-07-12T12:16:15.653Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 12 12:09 cost [2022-07-12T12:16:15.653Z] -rw-r--r-- 1 jenkins jenkins 95 Jul 12 12:09 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-07-12T12:16:15.987Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-12T12:16:16.877Z] ---> package-listing.sh [2022-07-12T12:16:16.877Z] ++ facter osfamily [2022-07-12T12:16:16.877Z] ++ tr '[:upper:]' '[:lower:]' [2022-07-12T12:16:17.138Z] + OS_FAMILY=debian [2022-07-12T12:16:17.138Z] + workspace=/w/workspace/_app-service-configurable_PR-442 [2022-07-12T12:16:17.138Z] + START_PACKAGES=/tmp/packages_start.txt [2022-07-12T12:16:17.138Z] + END_PACKAGES=/tmp/packages_end.txt [2022-07-12T12:16:17.138Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-07-12T12:16:17.138Z] + PACKAGES=/tmp/packages_start.txt [2022-07-12T12:16:17.138Z] + '[' /w/workspace/_app-service-configurable_PR-442 ']' [2022-07-12T12:16:17.138Z] + PACKAGES=/tmp/packages_end.txt [2022-07-12T12:16:17.138Z] + case "${OS_FAMILY}" in [2022-07-12T12:16:17.138Z] + dpkg -l [2022-07-12T12:16:17.138Z] + grep '^ii' [2022-07-12T12:16:17.138Z] + '[' -f /tmp/packages_start.txt ']' [2022-07-12T12:16:17.138Z] + '[' -f /tmp/packages_end.txt ']' [2022-07-12T12:16:17.138Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-07-12T12:16:17.138Z] + '[' /w/workspace/_app-service-configurable_PR-442 ']' [2022-07-12T12:16:17.138Z] + mkdir -p /w/workspace/_app-service-configurable_PR-442/archives/ [2022-07-12T12:16:17.138Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-442/archives/ [Pipeline] echo [2022-07-12T12:16:17.171Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_PR-442/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-07-12T12:16:17.468Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-12T12:16:18.101Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-12T12:16:18.101Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-12T12:16:18.263Z] prd-ubuntu20.04-docker-8c-8g-19540 does not seem to be running inside a container [2022-07-12T12:16:18.301Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_PR-442/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_PR-442 -v /w/workspace/_app-service-configurable_PR-442:/w/workspace/_app-service-configurable_PR-442:rw,z -v /w/workspace/_app-service-configurable_PR-442@tmp:/w/workspace/_app-service-configurable_PR-442@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-07-12T12:16:18.563Z] $ docker top a35877a583dc226321673eaf8ad8a6d09cd41520e76a373839e76467fd16a5c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-12T12:16:18.978Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-07-12T12:16:19.298Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-07-12T12:16:19.622Z] + ls /var/log/sa-host [2022-07-12T12:16:19.622Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-12T12:16:19.814Z] provisioning config files... [2022-07-12T12:16:19.825Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-442@tmp/config4733966372308226100tmp [Pipeline] { [Pipeline] echo [2022-07-12T12:16:19.878Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-12T12:16:20.193Z] ---> create-netrc.sh [Pipeline] } [2022-07-12T12:16:20.224Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-07-12T12:16:20.639Z] ---> python-tools-install.sh [Pipeline] echo [2022-07-12T12:16:20.671Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-12T12:16:20.985Z] ---> sudo-logs.sh [2022-07-12T12:16:20.985Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-07-12T12:16:21.074Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-12T12:16:21.386Z] ---> job-cost.sh [2022-07-12T12:16:21.386Z] lf-activate-venv: SKIPPING [2022-07-12T12:16:21.386Z] DEBUG: total: 0.2199999988079071 [2022-07-12T12:16:21.386Z] INFO: Retrieving Stack Cost... [2022-07-12T12:16:21.646Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-07-12T12:16:22.215Z] INFO: Archiving Costs [Pipeline] echo [2022-07-12T12:16:22.260Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-12T12:16:22.573Z] ---> logs-deploy.sh [2022-07-12T12:16:22.573Z] lf-activate-venv: SKIPPING [2022-07-12T12:16:22.573Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-442/1 [2022-07-12T12:16:22.573Z] INFO: archiving workspace using pattern(s): [2022-07-12T12:16:23.513Z] Archives upload complete. [2022-07-12T12:16:23.774Z] INFO: archiving logs to Nexus [2022-07-12T12:16:24.346Z] ---> uname -a: [2022-07-12T12:16:24.346Z] Linux prd-ubuntu20-04-docker-8c-8g-19540 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux [2022-07-12T12:16:24.346Z] [2022-07-12T12:16:24.346Z] [2022-07-12T12:16:24.346Z] ---> lscpu: [2022-07-12T12:16:24.346Z] Architecture: x86_64 [2022-07-12T12:16:24.346Z] CPU op-mode(s): 32-bit, 64-bit [2022-07-12T12:16:24.346Z] Byte Order: Little Endian [2022-07-12T12:16:24.346Z] Address sizes: 40 bits physical, 48 bits virtual [2022-07-12T12:16:24.346Z] CPU(s): 8 [2022-07-12T12:16:24.346Z] On-line CPU(s) list: 0-7 [2022-07-12T12:16:24.346Z] Thread(s) per core: 1 [2022-07-12T12:16:24.346Z] Core(s) per socket: 1 [2022-07-12T12:16:24.346Z] Socket(s): 8 [2022-07-12T12:16:24.346Z] NUMA node(s): 1 [2022-07-12T12:16:24.346Z] Vendor ID: AuthenticAMD [2022-07-12T12:16:24.346Z] CPU family: 23 [2022-07-12T12:16:24.347Z] Model: 49 [2022-07-12T12:16:24.347Z] Model name: AMD EPYC-Rome Processor [2022-07-12T12:16:24.347Z] Stepping: 0 [2022-07-12T12:16:24.347Z] CPU MHz: 2799.998 [2022-07-12T12:16:24.347Z] BogoMIPS: 5599.99 [2022-07-12T12:16:24.347Z] Virtualization: AMD-V [2022-07-12T12:16:24.347Z] Hypervisor vendor: KVM [2022-07-12T12:16:24.347Z] Virtualization type: full [2022-07-12T12:16:24.347Z] L1d cache: 256 KiB [2022-07-12T12:16:24.347Z] L1i cache: 256 KiB [2022-07-12T12:16:24.347Z] L2 cache: 4 MiB [2022-07-12T12:16:24.347Z] L3 cache: 128 MiB [2022-07-12T12:16:24.347Z] NUMA node0 CPU(s): 0-7 [2022-07-12T12:16:24.347Z] Vulnerability Itlb multihit: Not affected [2022-07-12T12:16:24.347Z] Vulnerability L1tf: Not affected [2022-07-12T12:16:24.347Z] Vulnerability Mds: Not affected [2022-07-12T12:16:24.347Z] Vulnerability Meltdown: Not affected [2022-07-12T12:16:24.347Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-07-12T12:16:24.347Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-07-12T12:16:24.347Z] Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-07-12T12:16:24.347Z] Vulnerability Srbds: Not affected [2022-07-12T12:16:24.347Z] Vulnerability Tsx async abort: Not affected [2022-07-12T12:16:24.347Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2022-07-12T12:16:24.347Z] [2022-07-12T12:16:24.347Z] [2022-07-12T12:16:24.347Z] ---> nproc: [2022-07-12T12:16:24.347Z] 8 [2022-07-12T12:16:24.347Z] [2022-07-12T12:16:24.347Z] [2022-07-12T12:16:24.347Z] ---> df -h: [2022-07-12T12:16:24.347Z] Filesystem Size Used Avail Use% Mounted on [2022-07-12T12:16:24.347Z] overlay 155G 11G 145G 7% / [2022-07-12T12:16:24.347Z] tmpfs 64M 0 64M 0% /dev [2022-07-12T12:16:24.347Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-07-12T12:16:24.347Z] shm 64M 0 64M 0% /dev/shm [2022-07-12T12:16:24.347Z] /dev/vda1 155G 11G 145G 7% /facter-os [2022-07-12T12:16:24.347Z] [2022-07-12T12:16:24.347Z] [2022-07-12T12:16:24.347Z] ---> sar -b -r -n DEV: [2022-07-12T12:16:24.347Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-19540) 07/12/22 _x86_64_ (8 CPU) [2022-07-12T12:16:24.347Z] [2022-07-12T12:16:24.347Z] 12:06:39 LINUX RESTART (8 CPU) [2022-07-12T12:16:24.347Z] [2022-07-12T12:16:24.347Z] 12:07:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-07-12T12:16:24.347Z] 12:08:01 365.14 47.36 317.78 0.00 6450.16 166648.25 0.00 [2022-07-12T12:16:24.347Z] 12:09:01 232.56 1.10 231.46 0.00 22.00 52245.03 0.00 [2022-07-12T12:16:24.347Z] 12:10:01 43.14 0.00 43.14 0.00 0.00 16915.96 0.00 [2022-07-12T12:16:24.347Z] 12:11:01 2.08 0.00 2.08 0.00 0.00 23.46 0.00 [2022-07-12T12:16:24.347Z] 12:12:01 1.43 0.02 1.42 0.00 0.13 15.86 0.00 [2022-07-12T12:16:24.347Z] 12:13:01 1.70 0.00 1.70 0.00 0.00 18.39 0.00 [2022-07-12T12:16:24.347Z] 12:14:01 1.03 0.00 1.03 0.00 0.00 12.13 0.00 [2022-07-12T12:16:24.347Z] 12:15:01 1.80 0.00 1.80 0.00 0.00 19.99 0.00 [2022-07-12T12:16:24.347Z] 12:16:01 0.97 0.00 0.97 0.00 0.00 10.53 0.00 [2022-07-12T12:16:24.347Z] Average: 71.66 5.31 66.35 0.00 708.45 25949.58 0.00 [2022-07-12T12:16:24.347Z] [2022-07-12T12:16:24.347Z] 12:07:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-07-12T12:16:24.347Z] 12:08:01 28776736 31737832 560648 1.70 123288 3096012 2169204 6.39 1152860 2561012 49516 [2022-07-12T12:16:24.347Z] 12:09:01 28179988 31736604 558468 1.70 164476 3595896 1990480 5.87 1287692 2961256 92 [2022-07-12T12:16:24.347Z] 12:10:01 27700100 31764276 529152 1.61 173232 4044580 1791784 5.28 1278188 3397500 24 [2022-07-12T12:16:24.347Z] 12:11:01 27701500 31765760 527512 1.60 173304 4044580 1791784 5.28 1277720 3397500 12 [2022-07-12T12:16:24.347Z] 12:12:01 27707780 31772260 521312 1.59 173364 4044592 1791784 5.28 1271116 3397688 16 [2022-07-12T12:16:24.347Z] 12:13:01 27707788 31772276 521228 1.59 173396 4044592 1791784 5.28 1271436 3397688 20 [2022-07-12T12:16:24.347Z] 12:14:01 27715204 31779736 513716 1.56 173416 4044596 1791784 5.28 1263320 3397692 12 [2022-07-12T12:16:24.347Z] 12:15:01 27715036 31779684 513644 1.56 173480 4044600 1791784 5.28 1263384 3397708 48 [2022-07-12T12:16:24.347Z] 12:16:01 27715112 31779760 513328 1.56 173492 4044600 1791784 5.28 1263288 3397708 12 [2022-07-12T12:16:24.347Z] Average: 27879916 31765354 528779 1.61 166828 3889339 1855797 5.47 1258778 3256195 5528 [2022-07-12T12:16:24.347Z] [2022-07-12T12:16:24.347Z] 12:07:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-07-12T12:16:24.347Z] 12:08:01 docker0 80.70 94.15 6.40 375.66 0.00 0.00 0.00 0.00 [2022-07-12T12:16:24.347Z] 12:08:01 ens3 882.49 586.36 7841.93 118.34 0.00 0.00 0.00 0.00 [2022-07-12T12:16:24.347Z] 12:08:01 veth950f3ed 66.12 79.02 6.30 288.54 0.00 0.00 0.00 0.02 [2022-07-12T12:16:24.347Z] 12:08:01 lo 7.05 7.05 0.68 0.68 0.00 0.00 0.00 0.00 [2022-07-12T12:16:24.347Z] 12:09:01 docker0 45.31 63.37 3.49 816.15 0.00 0.00 0.00 0.00 [2022-07-12T12:16:24.347Z] 12:09:01 ens3 127.68 93.25 865.41 63.52 0.00 0.00 0.00 0.00 [2022-07-12T12:16:24.347Z] 12:09:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 [2022-07-12T12:16:24.347Z] 12:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-07-12T12:16:24.347Z] 12:10:01 ens3 117.33 86.44 2522.50 53.00 0.00 0.00 0.00 0.00 [2022-07-12T12:16:24.347Z] 12:10:01 lo 1.00 1.00 0.10 0.10 0.00 0.00 0.00 0.00 [2022-07-12T12:16:24.347Z] 12:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-07-12T12:16:24.347Z] 12:11:01 ens3 0.58 0.42 0.27 0.21 0.00 0.00 0.00 0.00 [2022-07-12T12:16:24.347Z] 12:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-07-12T12:16:24.347Z] 12:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-07-12T12:16:24.347Z] 12:12:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2022-07-12T12:16:24.347Z] 12:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-07-12T12:16:24.347Z] 12:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-07-12T12:16:24.347Z] 12:13:01 ens3 0.27 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2022-07-12T12:16:24.347Z] 12:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-07-12T12:16:24.347Z] 12:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-07-12T12:16:24.347Z] 12:14:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-07-12T12:16:24.347Z] 12:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-07-12T12:16:24.347Z] 12:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-07-12T12:16:24.347Z] 12:15:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2022-07-12T12:16:24.347Z] 12:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-07-12T12:16:24.347Z] 12:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-07-12T12:16:24.347Z] 12:16:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2022-07-12T12:16:24.347Z] 12:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-07-12T12:16:24.347Z] Average: docker0 13.88 17.36 1.09 131.96 0.00 0.00 0.00 0.00 [2022-07-12T12:16:24.347Z] Average: ens3 123.98 84.27 1235.50 25.96 0.00 0.00 0.00 0.00 [2022-07-12T12:16:24.347Z] Average: lo 1.08 1.08 0.10 0.10 0.00 0.00 0.00 0.00 [2022-07-12T12:16:24.347Z] [2022-07-12T12:16:24.347Z]