Pull request #444 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7b0309e564f7bcb5fa728a2413547bb1f2180254+36942d585d64ecf4972d6f5453203026c8ac18ff (eafb44a85d66bab4200603a80279ac376029a05f) 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-ssh9795813281364463635.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-ssh2473433043463793870.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-444/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-444/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3531426367384775906.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-444/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8081928962214201171.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-ssh14356901018736774490.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-444/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-444/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh4362158800484214060.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-19841 in /w/workspace/_app-service-configurable_PR-444 [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-444 # 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 36942d585d64ecf4972d6f5453203026c8ac18ff into PR head commit 7b0309e564f7bcb5fa728a2413547bb1f2180254 Merge succeeded, producing 7b0309e564f7bcb5fa728a2413547bb1f2180254 Checking out Revision 7b0309e564f7bcb5fa728a2413547bb1f2180254 (PR-444) > 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/444/head:refs/remotes/origin/PR-444 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7b0309e564f7bcb5fa728a2413547bb1f2180254 # 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 36942d585d64ecf4972d6f5453203026c8ac18ff # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7b0309e564f7bcb5fa728a2413547bb1f2180254 # 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-13T12:04:10.659Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-07-13T12:04:10.854Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-07-13T12:04:10.950Z] ========================================================= [2022-07-13T12:04:10.950Z] EdgeX Global Pipelines Version Info [2022-07-13T12:04:10.950Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-07-13T12:04:11.745Z] ------------------- [2022-07-13T12:04:11.745Z] stable info: [2022-07-13T12:04:11.745Z] ------------------- [2022-07-13T12:04:11.745Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-07-13T12:04:11.745Z] Commit SHA: 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 [2022-07-13T12:04:11.745Z] Message: update stable to v1.0.237 [2022-07-13T12:04:12.321Z] ------------------- [2022-07-13T12:04:12.321Z] experimental info: [2022-07-13T12:04:12.321Z] ------------------- [2022-07-13T12:04:12.321Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-07-13T12:04:12.321Z] Commit SHA: 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 [2022-07-13T12:04:12.321Z] Message: update experimental to v1.0.237 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-07-13T12:04:12.718Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2022-07-13T12:04:12.751Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2022-07-13T12:04:12.796Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-07-13T12:04:12.838Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-07-13T12:04:12.878Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-07-13T12:04:12.921Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-07-13T12:04:12.959Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-07-13T12:04:13.002Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-07-13T12:04:13.047Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-07-13T12:04:13.084Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-07-13T12:04:13.127Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-07-13T12:04:13.167Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2022-07-13T12:04:13.206Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-07-13T12:04:13.244Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-07-13T12:04:13.282Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-07-13T12:04:13.323Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-07-13T12:04:13.361Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-07-13T12:04:13.400Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-07-13T12:04:13.441Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-07-13T12:04:13.481Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-07-13T12:04:13.517Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-07-13T12:04:13.555Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-07-13T12:04:13.598Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-07-13T12:04:13.640Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-07-13T12:04:13.674Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-07-13T12:04:13.713Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-07-13T12:04:13.751Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-07-13T12:04:13.791Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-444 [Pipeline] echo [2022-07-13T12:04:13.831Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-444 [Pipeline] echo [2022-07-13T12:04:13.869Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-444 [Pipeline] echo [2022-07-13T12:04:13.907Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7b0309e564f7bcb5fa728a2413547bb1f2180254 [Pipeline] echo [2022-07-13T12:04:13.947Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7b0309e [Pipeline] echo [2022-07-13T12:04:13.991Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-13T12:04:14.111Z] provisioning config files... [2022-07-13T12:04:14.126Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-444@tmp/config2181774840193714876tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-13T12:04:14.475Z] ---> docker-login.sh [2022-07-13T12:04:14.475Z] nexus3.edgexfoundry.org:10001 [2022-07-13T12:04:14.736Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T12:04:14.997Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T12:04:14.997Z] Configure a credential helper to remove this warning. See [2022-07-13T12:04:14.997Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T12:04:14.997Z] [2022-07-13T12:04:14.997Z] Login Succeeded [2022-07-13T12:04:14.997Z] nexus3.edgexfoundry.org:10002 [2022-07-13T12:04:14.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T12:04:15.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T12:04:15.258Z] Configure a credential helper to remove this warning. See [2022-07-13T12:04:15.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T12:04:15.258Z] [2022-07-13T12:04:15.258Z] Login Succeeded [2022-07-13T12:04:15.258Z] nexus3.edgexfoundry.org:10003 [2022-07-13T12:04:15.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T12:04:15.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T12:04:15.258Z] Configure a credential helper to remove this warning. See [2022-07-13T12:04:15.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T12:04:15.258Z] [2022-07-13T12:04:15.258Z] Login Succeeded [2022-07-13T12:04:15.258Z] nexus3.edgexfoundry.org:10004 [2022-07-13T12:04:15.521Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T12:04:15.521Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T12:04:15.521Z] Configure a credential helper to remove this warning. See [2022-07-13T12:04:15.521Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T12:04:15.521Z] [2022-07-13T12:04:15.521Z] Login Succeeded [2022-07-13T12:04:15.521Z] docker.io [2022-07-13T12:04:15.521Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T12:04:15.783Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T12:04:15.783Z] Configure a credential helper to remove this warning. See [2022-07-13T12:04:15.783Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T12:04:15.783Z] [2022-07-13T12:04:15.783Z] Login Succeeded [2022-07-13T12:04:15.783Z] ---> docker-login.sh ends [Pipeline] } [2022-07-13T12:04:15.811Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-07-13T12:04:16.413Z] + git rev-list -1 --merges 7b0309e564f7bcb5fa728a2413547bb1f2180254~1..7b0309e564f7bcb5fa728a2413547bb1f2180254 [Pipeline] echo [2022-07-13T12:04:16.474Z] -----------> git rev-list -1 --merges 7b0309e564f7bcb5fa728a2413547bb1f2180254~1..7b0309e564f7bcb5fa728a2413547bb1f2180254 7b0309e564f7bcb5fa728a2413547bb1f2180254 [false] [Pipeline] sh [2022-07-13T12:04:16.790Z] + git log --format=format:%s -1 7b0309e564f7bcb5fa728a2413547bb1f2180254 [Pipeline] echo [2022-07-13T12:04:16.833Z] ========================================================= [2022-07-13T12:04:16.833Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-07-13T12:04:16.833Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-07-13T12:04:17.274Z] + git log --format=format:%s -1 7b0309e564f7bcb5fa728a2413547bb1f2180254 [Pipeline] echo [2022-07-13T12:04:17.305Z] [semverPrep] GIT_COMMIT: 7b0309e564f7bcb5fa728a2413547bb1f2180254, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 [Pipeline] echo [2022-07-13T12:04:17.343Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-07-13T12:04:17.743Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-07-13T12:04:17.743Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-07-13T12:04:17.743Z] + [ -e /tmp/ssh_known_hosts ] [2022-07-13T12:04:17.743Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-07-13T12:04:17.743Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-07-13T12:04:17.743Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-07-13T12:04:17.743Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T12:04:18.234Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-13T12:04:18.234Z] [2022-07-13T12:04:18.234Z] 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-13T12:04:18.618Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-13T12:04:18.618Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-07-13T12:04:18.618Z] b85a868b505f: Pulling fs layer [2022-07-13T12:04:18.618Z] e2be974225ed: Pulling fs layer [2022-07-13T12:04:18.618Z] 339a4e72a1f5: Pulling fs layer [2022-07-13T12:04:18.618Z] 988bab9f4d93: Pulling fs layer [2022-07-13T12:04:18.618Z] 1469e6f7b9e6: Pulling fs layer [2022-07-13T12:04:18.618Z] eaf3925da568: Pulling fs layer [2022-07-13T12:04:18.618Z] bab4dde63d76: Pulling fs layer [2022-07-13T12:04:18.618Z] bde34c3a00c8: Pulling fs layer [2022-07-13T12:04:18.618Z] b352a97aabf1: Pulling fs layer [2022-07-13T12:04:18.618Z] 4872d77fe225: Pulling fs layer [2022-07-13T12:04:18.618Z] 5851b861e8e6: Pulling fs layer [2022-07-13T12:04:18.618Z] eaf3925da568: Waiting [2022-07-13T12:04:18.618Z] 1469e6f7b9e6: Waiting [2022-07-13T12:04:18.618Z] 4872d77fe225: Waiting [2022-07-13T12:04:18.618Z] bde34c3a00c8: Waiting [2022-07-13T12:04:18.618Z] 5851b861e8e6: Waiting [2022-07-13T12:04:18.618Z] 988bab9f4d93: Waiting [2022-07-13T12:04:18.618Z] b352a97aabf1: Waiting [2022-07-13T12:04:18.618Z] bab4dde63d76: Waiting [2022-07-13T12:04:18.618Z] e2be974225ed: Verifying Checksum [2022-07-13T12:04:18.618Z] e2be974225ed: Download complete [2022-07-13T12:04:18.618Z] 988bab9f4d93: Verifying Checksum [2022-07-13T12:04:18.618Z] 988bab9f4d93: Download complete [2022-07-13T12:04:18.916Z] 1469e6f7b9e6: Verifying Checksum [2022-07-13T12:04:18.916Z] 1469e6f7b9e6: Download complete [2022-07-13T12:04:18.916Z] eaf3925da568: Download complete [2022-07-13T12:04:18.916Z] 339a4e72a1f5: Verifying Checksum [2022-07-13T12:04:18.916Z] 339a4e72a1f5: Download complete [2022-07-13T12:04:18.916Z] bde34c3a00c8: Verifying Checksum [2022-07-13T12:04:18.916Z] bde34c3a00c8: Download complete [2022-07-13T12:04:18.916Z] b352a97aabf1: Download complete [2022-07-13T12:04:18.916Z] 4872d77fe225: Verifying Checksum [2022-07-13T12:04:18.916Z] 4872d77fe225: Download complete [2022-07-13T12:04:18.916Z] 5851b861e8e6: Download complete [2022-07-13T12:04:18.916Z] b85a868b505f: Verifying Checksum [2022-07-13T12:04:18.916Z] b85a868b505f: Download complete [2022-07-13T12:04:19.180Z] bab4dde63d76: Verifying Checksum [2022-07-13T12:04:19.180Z] bab4dde63d76: Download complete [2022-07-13T12:04:20.564Z] b85a868b505f: Pull complete [2022-07-13T12:04:20.564Z] e2be974225ed: Pull complete [2022-07-13T12:04:21.136Z] 339a4e72a1f5: Pull complete [2022-07-13T12:04:21.136Z] 988bab9f4d93: Pull complete [2022-07-13T12:04:21.400Z] 1469e6f7b9e6: Pull complete [2022-07-13T12:04:21.660Z] eaf3925da568: Pull complete [2022-07-13T12:04:23.573Z] bab4dde63d76: Pull complete [2022-07-13T12:04:23.837Z] bde34c3a00c8: Pull complete [2022-07-13T12:04:23.837Z] b352a97aabf1: Pull complete [2022-07-13T12:04:24.105Z] 4872d77fe225: Pull complete [2022-07-13T12:04:24.105Z] 5851b861e8e6: Pull complete [2022-07-13T12:04:24.105Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-07-13T12:04:24.105Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-13T12:04:24.105Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T12:04:24.336Z] prd-ubuntu20.04-docker-8c-8g-19841 does not seem to be running inside a container [2022-07-13T12:04:24.378Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-444 -v /w/workspace/_app-service-configurable_PR-444:/w/workspace/_app-service-configurable_PR-444:rw,z -v /w/workspace/_app-service-configurable_PR-444@tmp:/w/workspace/_app-service-configurable_PR-444@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-13T12:04:25.910Z] $ docker top e51df943b417b224dc681daf50936069bd51d0611a2132afac202251d5ec27cb -eo pid,comm [2022-07-13T12:04:25.984Z] 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-13T12:04:25.984Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-07-13T12:04:26.106Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-13T12:04:26.106Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-13T12:04:26.241Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-13T12:04:26.245Z] $ docker exec e51df943b417b224dc681daf50936069bd51d0611a2132afac202251d5ec27cb ssh-agent [2022-07-13T12:04:26.371Z] SSH_AUTH_SOCK=/tmp/ssh-CdMNuZQ9VK7X/agent.33 [2022-07-13T12:04:26.371Z] SSH_AGENT_PID=40 [2022-07-13T12:04:26.378Z] Running ssh-add (command line suppressed) [2022-07-13T12:04:26.497Z] Identity added: /w/workspace/_app-service-configurable_PR-444@tmp/private_key_2764493000349156164.key (/w/workspace/_app-service-configurable_PR-444@tmp/private_key_2764493000349156164.key) [2022-07-13T12:04:26.514Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-13T12:04:26.852Z] + git tag --points-at HEAD [Pipeline] } [2022-07-13T12:04:26.890Z] $ docker exec --env ******** --env ******** e51df943b417b224dc681daf50936069bd51d0611a2132afac202251d5ec27cb ssh-agent -k [2022-07-13T12:04:26.999Z] unset SSH_AUTH_SOCK; [2022-07-13T12:04:27.000Z] unset SSH_AGENT_PID; [2022-07-13T12:04:27.001Z] echo Agent pid 40 killed; [2022-07-13T12:04:27.013Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-07-13T12:04:27.102Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-13T12:04:27.102Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-13T12:04:27.235Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-13T12:04:27.241Z] $ docker exec e51df943b417b224dc681daf50936069bd51d0611a2132afac202251d5ec27cb ssh-agent [2022-07-13T12:04:27.368Z] SSH_AUTH_SOCK=/tmp/ssh-6KaoLShuSChf/agent.74 [2022-07-13T12:04:27.368Z] SSH_AGENT_PID=80 [2022-07-13T12:04:27.374Z] Running ssh-add (command line suppressed) [2022-07-13T12:04:27.521Z] Identity added: /w/workspace/_app-service-configurable_PR-444@tmp/private_key_2068085231587296758.key (/w/workspace/_app-service-configurable_PR-444@tmp/private_key_2068085231587296758.key) [2022-07-13T12:04:27.537Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-13T12:04:27.876Z] + git semver init [2022-07-13T12:04:28.141Z] 2022-07-13 12:04:28,100 [run_init] DEBUG init version:0.0.0 force:False [2022-07-13T12:04:28.141Z] 2022-07-13 12:04:28,100 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-444/.semver [2022-07-13T12:04:28.141Z] 2022-07-13 12:04:28,101 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-444/.semver [2022-07-13T12:04:28.141Z] 2022-07-13 12:04:28,101 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-444/.semver'], cwd=/w/workspace/_app-service-configurable_PR-444, universal_newlines=False, shell=None, istream=None) [2022-07-13T12:04:29.087Z] 2022-07-13 12:04:28,805 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-444/.git/info/exclude [2022-07-13T12:04:29.087Z] 2022-07-13 12:04:28,806 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-444/.semver/PR-444 with force:False [2022-07-13T12:04:29.087Z] 2022-07-13 12:04:28,806 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-444/.semver/PR-444 [2022-07-13T12:04:29.087Z] 2022-07-13 12:04:28,811 [execute] INFO git cat-file --batch-check [2022-07-13T12:04:29.087Z] 2022-07-13 12:04:28,812 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-444/.semver, universal_newlines=False, shell=None, istream=) [2022-07-13T12:04:29.087Z] 2022-07-13 12:04:28,819 [execute] INFO git cat-file --batch [2022-07-13T12:04:29.087Z] 2022-07-13 12:04:28,819 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-444/.semver, universal_newlines=False, shell=None, istream=) [2022-07-13T12:04:29.087Z] 2022-07-13 12:04:28,825 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-444/.semver/PR-444 [2022-07-13T12:04:29.087Z] 0.0.0 [Pipeline] } [2022-07-13T12:04:29.113Z] $ docker exec --env ******** --env ******** e51df943b417b224dc681daf50936069bd51d0611a2132afac202251d5ec27cb ssh-agent -k [2022-07-13T12:04:29.242Z] unset SSH_AUTH_SOCK; [2022-07-13T12:04:29.242Z] unset SSH_AGENT_PID; [2022-07-13T12:04:29.243Z] echo Agent pid 80 killed; [2022-07-13T12:04:29.252Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-13T12:04:29.675Z] + git semver [Pipeline] } [2022-07-13T12:04:29.964Z] $ docker stop --time=1 e51df943b417b224dc681daf50936069bd51d0611a2132afac202251d5ec27cb [2022-07-13T12:04:31.269Z] $ docker rm -f e51df943b417b224dc681daf50936069bd51d0611a2132afac202251d5ec27cb [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-13T12:04:31.702Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-07-13T12:04:32.037Z] Stashed 1 file(s) [Pipeline] echo [2022-07-13T12:04:32.053Z] [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-13T12:04:32.639Z] provisioning config files... [2022-07-13T12:04:32.649Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-444@tmp/config9152074498963355719tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-13T12:04:32.991Z] ---> docker-login.sh [2022-07-13T12:04:32.991Z] nexus3.edgexfoundry.org:10001 [2022-07-13T12:04:32.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T12:04:32.991Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T12:04:32.991Z] Configure a credential helper to remove this warning. See [2022-07-13T12:04:32.991Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T12:04:32.991Z] [2022-07-13T12:04:32.991Z] Login Succeeded [2022-07-13T12:04:32.991Z] nexus3.edgexfoundry.org:10002 [2022-07-13T12:04:32.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T12:04:33.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T12:04:33.252Z] Configure a credential helper to remove this warning. See [2022-07-13T12:04:33.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T12:04:33.252Z] [2022-07-13T12:04:33.252Z] Login Succeeded [2022-07-13T12:04:33.252Z] nexus3.edgexfoundry.org:10003 [2022-07-13T12:04:33.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T12:04:33.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T12:04:33.252Z] Configure a credential helper to remove this warning. See [2022-07-13T12:04:33.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T12:04:33.252Z] [2022-07-13T12:04:33.252Z] Login Succeeded [2022-07-13T12:04:33.252Z] nexus3.edgexfoundry.org:10004 [2022-07-13T12:04:33.512Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T12:04:33.512Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T12:04:33.512Z] Configure a credential helper to remove this warning. See [2022-07-13T12:04:33.512Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T12:04:33.512Z] [2022-07-13T12:04:33.512Z] Login Succeeded [2022-07-13T12:04:33.512Z] docker.io [2022-07-13T12:04:33.512Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T12:04:33.774Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T12:04:33.774Z] Configure a credential helper to remove this warning. See [2022-07-13T12:04:33.774Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T12:04:33.774Z] [2022-07-13T12:04:33.774Z] Login Succeeded [2022-07-13T12:04:33.774Z] ---> docker-login.sh ends [Pipeline] } [2022-07-13T12:04:33.801Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-07-13T12:04:34.018Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-13T12:04:34.061Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-13T12:04:34.095Z] ========================================================= [2022-07-13T12:04:34.095Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-07-13T12:04:34.095Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T12:04:34.586Z] + 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-13T12:04:34.586Z] Sending build context to Docker daemon 3.104MB [2022-07-13T12:04:34.586Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2022-07-13T12:04:34.586Z] Step 2/13 : FROM ${BASE} AS builder [2022-07-13T12:04:34.586Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-07-13T12:04:34.586Z] 2408cc74d12b: Pulling fs layer [2022-07-13T12:04:34.586Z] ea60b727a1ce: Pulling fs layer [2022-07-13T12:04:34.586Z] 30c4a7721957: Pulling fs layer [2022-07-13T12:04:34.586Z] 370296b7ddb6: Pulling fs layer [2022-07-13T12:04:34.586Z] 7c6cee850709: Pulling fs layer [2022-07-13T12:04:34.586Z] 39a5fcdaea64: Pulling fs layer [2022-07-13T12:04:34.586Z] d94ebbe4e438: Pulling fs layer [2022-07-13T12:04:34.586Z] bcfd1f05c69d: Pulling fs layer [2022-07-13T12:04:34.586Z] 59ccb84bbe0f: Pulling fs layer [2022-07-13T12:04:34.586Z] 370296b7ddb6: Waiting [2022-07-13T12:04:34.586Z] 7c6cee850709: Waiting [2022-07-13T12:04:34.586Z] 39a5fcdaea64: Waiting [2022-07-13T12:04:34.586Z] 59ccb84bbe0f: Waiting [2022-07-13T12:04:34.586Z] d94ebbe4e438: Waiting [2022-07-13T12:04:34.586Z] bcfd1f05c69d: Waiting [2022-07-13T12:04:34.586Z] 30c4a7721957: Verifying Checksum [2022-07-13T12:04:34.586Z] 30c4a7721957: Download complete [2022-07-13T12:04:34.586Z] ea60b727a1ce: Verifying Checksum [2022-07-13T12:04:34.586Z] 7c6cee850709: Download complete [2022-07-13T12:04:34.849Z] 39a5fcdaea64: Download complete [2022-07-13T12:04:34.849Z] 2408cc74d12b: Download complete [2022-07-13T12:04:34.849Z] d94ebbe4e438: Verifying Checksum [2022-07-13T12:04:34.849Z] d94ebbe4e438: Download complete [2022-07-13T12:04:34.849Z] 2408cc74d12b: Pull complete [2022-07-13T12:04:35.112Z] ea60b727a1ce: Pull complete [2022-07-13T12:04:35.112Z] 59ccb84bbe0f: Verifying Checksum [2022-07-13T12:04:35.112Z] 59ccb84bbe0f: Download complete [2022-07-13T12:04:35.112Z] 30c4a7721957: Pull complete [2022-07-13T12:04:35.373Z] bcfd1f05c69d: Verifying Checksum [2022-07-13T12:04:35.373Z] bcfd1f05c69d: Download complete [2022-07-13T12:04:35.633Z] 370296b7ddb6: Verifying Checksum [2022-07-13T12:04:35.633Z] 370296b7ddb6: Download complete [2022-07-13T12:04:39.840Z] 370296b7ddb6: Pull complete [2022-07-13T12:04:39.840Z] 7c6cee850709: Pull complete [2022-07-13T12:04:40.101Z] 39a5fcdaea64: Pull complete [2022-07-13T12:04:40.101Z] d94ebbe4e438: Pull complete [2022-07-13T12:04:42.639Z] bcfd1f05c69d: Pull complete [2022-07-13T12:04:43.209Z] 59ccb84bbe0f: Pull complete [2022-07-13T12:04:43.209Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-07-13T12:04:43.209Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-07-13T12:04:43.209Z] ---> a4fb48ad2a94 [2022-07-13T12:04:43.209Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-07-13T12:04:45.125Z] ---> Running in 084c69ba4a85 [2022-07-13T12:04:45.125Z] Removing intermediate container 084c69ba4a85 [2022-07-13T12:04:45.125Z] ---> 472df2c843fd [2022-07-13T12:04:45.125Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-07-13T12:04:45.125Z] ---> Running in f761d701c6dd [2022-07-13T12:04:45.125Z] Removing intermediate container f761d701c6dd [2022-07-13T12:04:45.125Z] ---> 269c94b6269f [2022-07-13T12:04:45.125Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-07-13T12:04:45.125Z] ---> Running in 56f47546be9a [2022-07-13T12:04:45.387Z] Removing intermediate container 56f47546be9a [2022-07-13T12:04:45.387Z] ---> 907803fa30ff [2022-07-13T12:04:45.387Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T12:04:45.387Z] ---> Running in 07cb6726aefc [2022-07-13T12:04:45.960Z] Removing intermediate container 07cb6726aefc [2022-07-13T12:04:45.960Z] ---> 12378483fac5 [2022-07-13T12:04:45.960Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-07-13T12:04:45.960Z] ---> Running in 02cdb3e8aa7d [2022-07-13T12:04:46.221Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T12:04:47.467Z] Still waiting to schedule task [2022-07-13T12:04:47.468Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-07-13T12:04:47.610Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T12:04:47.610Z] OK: 211 MiB in 51 packages [2022-07-13T12:04:48.188Z] Removing intermediate container 02cdb3e8aa7d [2022-07-13T12:04:48.188Z] ---> 765b3b3bb78c [2022-07-13T12:04:48.188Z] Step 8/13 : WORKDIR /app [2022-07-13T12:04:48.188Z] ---> Running in fa5d7fe83867 [2022-07-13T12:04:48.188Z] Removing intermediate container fa5d7fe83867 [2022-07-13T12:04:48.188Z] ---> b2f8359da09a [2022-07-13T12:04:48.188Z] Step 9/13 : COPY go.mod vendor* ./ [2022-07-13T12:04:48.449Z] ---> 462f75a83541 [2022-07-13T12:04:48.449Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T12:04:48.449Z] ---> Running in 892e1bf34c49 [2022-07-13T12:05:06.567Z] Removing intermediate container 892e1bf34c49 [2022-07-13T12:05:06.567Z] ---> dd2406c69e5b [2022-07-13T12:05:06.567Z] Step 11/13 : COPY . . [2022-07-13T12:05:06.567Z] ---> eba6fe067856 [2022-07-13T12:05:06.567Z] Step 12/13 : ARG MAKE="make build" [2022-07-13T12:05:06.567Z] ---> Running in 9078ef9924b7 [2022-07-13T12:05:06.567Z] Removing intermediate container 9078ef9924b7 [2022-07-13T12:05:06.567Z] ---> b8441cda5d46 [2022-07-13T12:05:06.567Z] Step 13/13 : RUN $MAKE [2022-07-13T12:05:06.567Z] ---> Running in f2b1eb2429d6 [2022-07-13T12:05:06.828Z] noop [2022-07-13T12:05:07.088Z] Removing intermediate container f2b1eb2429d6 [2022-07-13T12:05:07.088Z] ---> 276692a1cc6a [2022-07-13T12:05:07.088Z] Successfully built 276692a1cc6a [2022-07-13T12:05:07.088Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T12:05:07.531Z] + docker inspect -f . ci-base-image-x86_64 [2022-07-13T12:05:07.531Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T12:05:07.696Z] prd-ubuntu20.04-docker-8c-8g-19841 does not seem to be running inside a container [2022-07-13T12:05:07.742Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-444 -v /w/workspace/_app-service-configurable_PR-444:/w/workspace/_app-service-configurable_PR-444:rw,z -v /w/workspace/_app-service-configurable_PR-444@tmp:/w/workspace/_app-service-configurable_PR-444@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-13T12:05:08.155Z] $ docker top 48927003a27e484de3f91cc676c2487c0e89b861fe4e9d8b4648ed5566d74949 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-13T12:05:08.565Z] + go version [2022-07-13T12:05:08.566Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-07-13T12:05:08.598Z] $ docker stop --time=1 48927003a27e484de3f91cc676c2487c0e89b861fe4e9d8b4648ed5566d74949 [2022-07-13T12:05:09.907Z] $ docker rm -f 48927003a27e484de3f91cc676c2487c0e89b861fe4e9d8b4648ed5566d74949 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T12:05:10.631Z] + docker inspect -f . ci-base-image-x86_64 [2022-07-13T12:05:10.631Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T12:05:10.816Z] prd-ubuntu20.04-docker-8c-8g-19841 does not seem to be running inside a container [2022-07-13T12:05:10.902Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/_app-service-configurable_PR-444 -v /w/workspace/_app-service-configurable_PR-444:/w/workspace/_app-service-configurable_PR-444:rw,z -v /w/workspace/_app-service-configurable_PR-444@tmp:/w/workspace/_app-service-configurable_PR-444@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-13T12:05:11.300Z] $ docker top 2201686da59518e3f8110aba63c3de46058e58de39226c0f984b687009796a2f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-13T12:05:11.740Z] + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-444 [Pipeline] fileExists [Pipeline] sh [2022-07-13T12:05:12.157Z] + make test [2022-07-13T12:05:12.157Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-07-13T12:05:22.142Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-07-13T12:05:22.142Z] CGO_ENABLED=1 go vet ./... [2022-07-13T12:05:25.439Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-07-13T12:05:25.439Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-07-13T12:05:25.439Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-07-13T12:05:25.475Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-07-13T12:05:25.504Z] $ docker stop --time=1 2201686da59518e3f8110aba63c3de46058e58de39226c0f984b687009796a2f [2022-07-13T12:05:27.169Z] $ docker rm -f 2201686da59518e3f8110aba63c3de46058e58de39226c0f984b687009796a2f [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-13T12:05:27.620Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-07-13T12:05:27.693Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-07-13T12:05:28.364Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-07-13T12:05:28.683Z] + ls -al . [2022-07-13T12:05:28.683Z] total 168 [2022-07-13T12:05:28.683Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 13 12:05 . [2022-07-13T12:05:28.683Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 13 12:04 .. [2022-07-13T12:05:28.683Z] -rw-rw-r-- 1 jenkins jenkins 119 Jul 13 12:04 .dockerignore [2022-07-13T12:05:28.683Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 13 12:04 .git [2022-07-13T12:05:28.683Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 13 12:04 .github [2022-07-13T12:05:28.683Z] -rw-rw-r-- 1 jenkins jenkins 171 Jul 13 12:04 .gitignore [2022-07-13T12:05:28.683Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 13 12:04 .semver [2022-07-13T12:05:28.683Z] -rw-rw-r-- 1 jenkins jenkins 8830 Jul 13 12:04 Attribution.txt [2022-07-13T12:05:28.683Z] -rw-rw-r-- 1 jenkins jenkins 27269 Jul 13 12:04 CHANGELOG.md [2022-07-13T12:05:28.683Z] -rw-rw-r-- 1 jenkins jenkins 2089 Jul 13 12:04 Dockerfile [2022-07-13T12:05:28.683Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 13 12:04 GOVERNANCE.md [2022-07-13T12:05:28.683Z] -rw-rw-r-- 1 jenkins jenkins 688 Jul 13 12:04 Jenkinsfile [2022-07-13T12:05:28.683Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jul 13 12:04 LICENSE [2022-07-13T12:05:28.683Z] -rw-rw-r-- 1 jenkins jenkins 618 Jul 13 12:04 OWNERS.md [2022-07-13T12:05:28.683Z] -rw-rw-r-- 1 jenkins jenkins 3718 Jul 13 12:04 README.md [2022-07-13T12:05:28.683Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 13 12:04 VERSION [2022-07-13T12:05:28.683Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 13 12:04 bin [2022-07-13T12:05:28.683Z] -rw-r--r-- 1 jenkins jenkins 10 Jul 13 12:05 coverage.out [2022-07-13T12:05:28.683Z] -rw-rw-r-- 1 jenkins jenkins 3336 Jul 13 12:04 go.mod [2022-07-13T12:05:28.683Z] -rw-rw-r-- 1 jenkins jenkins 35610 Jul 13 12:04 go.sum [2022-07-13T12:05:28.683Z] -rw-rw-r-- 1 jenkins jenkins 1949 Jul 13 12:04 main.go [2022-07-13T12:05:28.683Z] -rw-rw-r-- 1 jenkins jenkins 1959 Jul 13 12:04 makefile [2022-07-13T12:05:28.683Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 13 12:04 res [2022-07-13T12:05:28.683Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 13 12:04 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T12:05:29.071Z] + 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=7b0309e564f7bcb5fa728a2413547bb1f2180254 --label arch=amd64 --label version=0.0.0 . [2022-07-13T12:05:29.071Z] Sending build context to Docker daemon 3.105MB [2022-07-13T12:05:29.071Z] Step 1/27 : ARG BASE=golang:1.18-alpine3.16 [2022-07-13T12:05:29.071Z] Step 2/27 : FROM ${BASE} AS builder [2022-07-13T12:05:29.071Z] ---> 276692a1cc6a [2022-07-13T12:05:29.071Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-07-13T12:05:29.071Z] ---> Running in 8d5fc17e4874 [2022-07-13T12:05:29.332Z] Removing intermediate container 8d5fc17e4874 [2022-07-13T12:05:29.332Z] ---> 313c1ea81111 [2022-07-13T12:05:29.332Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-07-13T12:05:29.332Z] ---> Running in da4257a87873 [2022-07-13T12:05:29.333Z] Removing intermediate container da4257a87873 [2022-07-13T12:05:29.333Z] ---> d9488ec7bee1 [2022-07-13T12:05:29.333Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-07-13T12:05:29.333Z] ---> Running in 98f5547c9118 [2022-07-13T12:05:29.595Z] Removing intermediate container 98f5547c9118 [2022-07-13T12:05:29.595Z] ---> 3c857c9821d3 [2022-07-13T12:05:29.595Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T12:05:29.595Z] ---> Running in 596bd1756b51 [2022-07-13T12:05:30.168Z] Removing intermediate container 596bd1756b51 [2022-07-13T12:05:30.168Z] ---> fb2dc5e6b916 [2022-07-13T12:05:30.168Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-07-13T12:05:30.168Z] ---> Running in 77a6739368e3 [2022-07-13T12:05:30.429Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T12:05:31.370Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T12:05:31.634Z] OK: 211 MiB in 51 packages [2022-07-13T12:05:31.895Z] Removing intermediate container 77a6739368e3 [2022-07-13T12:05:31.895Z] ---> 7de8168c1cb0 [2022-07-13T12:05:31.895Z] Step 8/27 : WORKDIR /app [2022-07-13T12:05:32.156Z] ---> Running in c9c435b12687 [2022-07-13T12:05:32.156Z] Removing intermediate container c9c435b12687 [2022-07-13T12:05:32.156Z] ---> 785c6664ef60 [2022-07-13T12:05:32.156Z] Step 9/27 : COPY go.mod vendor* ./ [2022-07-13T12:05:32.418Z] ---> 2bb10e95ddca [2022-07-13T12:05:32.418Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T12:05:32.418Z] ---> Running in e92e523f0046 [2022-07-13T12:05:32.989Z] Removing intermediate container e92e523f0046 [2022-07-13T12:05:32.989Z] ---> 8dadfc4c5430 [2022-07-13T12:05:32.989Z] Step 11/27 : COPY . . [2022-07-13T12:05:33.249Z] ---> d910d2dfbafd [2022-07-13T12:05:33.249Z] Step 12/27 : ARG MAKE="make build" [2022-07-13T12:05:33.249Z] ---> Running in 652117f94259 [2022-07-13T12:05:33.249Z] Removing intermediate container 652117f94259 [2022-07-13T12:05:33.249Z] ---> f570bed2835d [2022-07-13T12:05:33.249Z] Step 13/27 : RUN $MAKE [2022-07-13T12:05:33.510Z] ---> Running in 8d5d7d64658c [2022-07-13T12:05:33.775Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.1-dev.21 -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-13T12:05:55.728Z] Removing intermediate container 8d5d7d64658c [2022-07-13T12:05:55.728Z] ---> fdf42cfa0987 [2022-07-13T12:05:55.728Z] Step 14/27 : FROM alpine:3.16 [2022-07-13T12:05:55.728Z] 3.16: Pulling from library/alpine [2022-07-13T12:05:55.728Z] 2408cc74d12b: Already exists [2022-07-13T12:05:55.728Z] Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c [2022-07-13T12:05:55.728Z] Status: Downloaded newer image for alpine:3.16 [2022-07-13T12:05:55.728Z] ---> e66264b98777 [2022-07-13T12:05:55.728Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-07-13T12:05:55.728Z] ---> Running in 7bd6a519462a [2022-07-13T12:05:55.728Z] Removing intermediate container 7bd6a519462a [2022-07-13T12:05:55.728Z] ---> 3fb0e423c7ad [2022-07-13T12:05:55.728Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-07-13T12:05:55.728Z] ---> Running in d5ab95e14e3b [2022-07-13T12:05:55.728Z] Removing intermediate container d5ab95e14e3b [2022-07-13T12:05:55.728Z] ---> c49014809d80 [2022-07-13T12:05:55.728Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-07-13T12:05:55.728Z] ---> Running in ccf60b7f455d [2022-07-13T12:05:55.728Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T12:05:55.728Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T12:05:55.728Z] (1/7) Installing ca-certificates (20211220-r0) [2022-07-13T12:05:55.728Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-07-13T12:05:55.728Z] (3/7) Installing libgcc (11.2.1_git20220219-r2) [2022-07-13T12:05:55.728Z] (4/7) Installing libsodium (1.0.18-r0) [2022-07-13T12:05:55.728Z] (5/7) Installing libstdc++ (11.2.1_git20220219-r2) [2022-07-13T12:05:55.728Z] (6/7) Installing libzmq (4.3.4-r0) [2022-07-13T12:05:55.728Z] (7/7) Installing zeromq (4.3.4-r0) [2022-07-13T12:05:55.728Z] Executing busybox-1.35.0-r13.trigger [2022-07-13T12:05:55.728Z] Executing ca-certificates-20211220-r0.trigger [2022-07-13T12:05:55.728Z] OK: 9 MiB in 21 packages [2022-07-13T12:05:55.728Z] Removing intermediate container ccf60b7f455d [2022-07-13T12:05:55.728Z] ---> 51a471063a0e [2022-07-13T12:05:55.728Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-07-13T12:05:55.728Z] ---> ec08cbefa481 [2022-07-13T12:05:55.728Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-07-13T12:05:55.989Z] ---> 0213e6ab419c [2022-07-13T12:05:55.989Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-07-13T12:05:56.248Z] ---> b119eb37e216 [2022-07-13T12:05:56.248Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-07-13T12:05:56.821Z] ---> 194075fba58b [2022-07-13T12:05:56.821Z] Step 22/27 : EXPOSE 48095 [2022-07-13T12:05:56.821Z] ---> Running in 9251868ef2f8 [2022-07-13T12:05:56.821Z] Removing intermediate container 9251868ef2f8 [2022-07-13T12:05:56.821Z] ---> 38f61d404f04 [2022-07-13T12:05:56.821Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-07-13T12:05:56.821Z] ---> Running in 639949d4930a [2022-07-13T12:05:57.083Z] Removing intermediate container 639949d4930a [2022-07-13T12:05:57.083Z] ---> 5fc018f2c1ae [2022-07-13T12:05:57.083Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-13T12:05:57.083Z] ---> Running in e2cb701bb296 [2022-07-13T12:05:57.083Z] Removing intermediate container e2cb701bb296 [2022-07-13T12:05:57.083Z] ---> e76d50a8a18e [2022-07-13T12:05:57.083Z] Step 25/27 : LABEL arch=amd64 [2022-07-13T12:05:57.083Z] ---> Running in d869a08466d6 [2022-07-13T12:05:57.344Z] Removing intermediate container d869a08466d6 [2022-07-13T12:05:57.344Z] ---> 30297ad243c0 [2022-07-13T12:05:57.344Z] Step 26/27 : LABEL git_sha=7b0309e564f7bcb5fa728a2413547bb1f2180254 [2022-07-13T12:05:57.344Z] ---> Running in 7063553778c3 [2022-07-13T12:05:57.344Z] Removing intermediate container 7063553778c3 [2022-07-13T12:05:57.344Z] ---> 92c9b73c8cce [2022-07-13T12:05:57.344Z] Step 27/27 : LABEL version=0.0.0 [2022-07-13T12:05:57.344Z] ---> Running in 3aa8b6303b3c [2022-07-13T12:05:57.605Z] Removing intermediate container 3aa8b6303b3c [2022-07-13T12:05:57.605Z] ---> b42412c2edae [2022-07-13T12:05:57.605Z] [Warning] One or more build-args [ARCH] were not consumed [2022-07-13T12:05:57.605Z] Successfully built b42412c2edae [2022-07-13T12:05:57.605Z] 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-13T12:05:58.474Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-13T12:05:58.474Z] [2022-07-13T12:05:58.474Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T12:05:58.853Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-13T12:05:58.853Z] latest: Pulling from edgex-lftools-log-publisher [2022-07-13T12:05:58.853Z] 5eb5b503b376: Pulling fs layer [2022-07-13T12:05:58.853Z] 5c69ac0246d0: Pulling fs layer [2022-07-13T12:05:58.853Z] ec43610c2a17: Pulling fs layer [2022-07-13T12:05:58.853Z] 3a2ae6a8a46f: Pulling fs layer [2022-07-13T12:05:58.853Z] 33b1e0a273af: Pulling fs layer [2022-07-13T12:05:58.853Z] 5d3b04190fa2: Pulling fs layer [2022-07-13T12:05:58.853Z] 2f39f015ded8: Pulling fs layer [2022-07-13T12:05:58.853Z] 33b1e0a273af: Waiting [2022-07-13T12:05:58.853Z] 5d3b04190fa2: Waiting [2022-07-13T12:05:58.853Z] 2f39f015ded8: Waiting [2022-07-13T12:05:58.853Z] 3a2ae6a8a46f: Waiting [2022-07-13T12:05:58.853Z] 5c69ac0246d0: Download complete [2022-07-13T12:05:58.853Z] 3a2ae6a8a46f: Verifying Checksum [2022-07-13T12:05:58.853Z] 3a2ae6a8a46f: Download complete [2022-07-13T12:05:58.853Z] 33b1e0a273af: Verifying Checksum [2022-07-13T12:05:58.853Z] 33b1e0a273af: Download complete [2022-07-13T12:05:58.853Z] ec43610c2a17: Verifying Checksum [2022-07-13T12:05:58.853Z] ec43610c2a17: Download complete [2022-07-13T12:05:58.853Z] 5d3b04190fa2: Verifying Checksum [2022-07-13T12:05:58.853Z] 5d3b04190fa2: Download complete [2022-07-13T12:05:59.113Z] 5eb5b503b376: Verifying Checksum [2022-07-13T12:05:59.113Z] 5eb5b503b376: Download complete [2022-07-13T12:05:59.682Z] 2f39f015ded8: Verifying Checksum [2022-07-13T12:05:59.682Z] 2f39f015ded8: Download complete [2022-07-13T12:06:00.623Z] 5eb5b503b376: Pull complete [2022-07-13T12:06:00.623Z] 5c69ac0246d0: Pull complete [2022-07-13T12:06:01.193Z] ec43610c2a17: Pull complete [2022-07-13T12:06:01.193Z] 3a2ae6a8a46f: Pull complete [2022-07-13T12:06:01.457Z] 33b1e0a273af: Pull complete [2022-07-13T12:06:01.457Z] 5d3b04190fa2: Pull complete [2022-07-13T12:06:05.654Z] 2f39f015ded8: Pull complete [2022-07-13T12:06:05.654Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-07-13T12:06:05.654Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-13T12:06:05.654Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T12:06:05.879Z] prd-ubuntu20.04-docker-8c-8g-19841 does not seem to be running inside a container [2022-07-13T12:06:05.920Z] $ 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-444 -v /w/workspace/_app-service-configurable_PR-444:/w/workspace/_app-service-configurable_PR-444:rw,z -v /w/workspace/_app-service-configurable_PR-444@tmp:/w/workspace/_app-service-configurable_PR-444@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-13T12:06:07.770Z] $ docker top fa72f9b9f81c29930999bda469705c35ba6835f67cac397729a3267400430f2b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-13T12:06:08.240Z] ---> job-cost.sh [2022-07-13T12:06:08.240Z] lf-activate-venv: SKIPPING [2022-07-13T12:06:08.240Z] INFO: No Stack... [2022-07-13T12:06:08.812Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-07-13T12:06:09.074Z] INFO: Archiving Costs [Pipeline] sh [2022-07-13T12:06:09.393Z] + cat /w/workspace/_app-service-configurable_PR-444/archives/cost.csv [2022-07-13T12:06:09.393Z] + cut -d, -f6 [Pipeline] lock [2022-07-13T12:06:09.431Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-444-1-stack-cost] [2022-07-13T12:06:09.436Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-444-1-stack-cost] did not exist. Created. [2022-07-13T12:06:09.436Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-444-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-07-13T12:06:09.822Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-07-13T12:06:09.873Z] Stashed 1 file(s) [Pipeline] } [2022-07-13T12:06:09.897Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-444-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-07-13T12:06:09.973Z] $ docker stop --time=1 fa72f9b9f81c29930999bda469705c35ba6835f67cac397729a3267400430f2b [2022-07-13T12:06:11.184Z] $ docker rm -f fa72f9b9f81c29930999bda469705c35ba6835f67cac397729a3267400430f2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-07-13T12:06:29.889Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-19842 in /w/workspace/_app-service-configurable_PR-444 [Pipeline] { [Pipeline] ws [2022-07-13T12:06:29.929Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2022-07-13T12:06:30.020Z] Selected Git installation does not exist. Using Default [2022-07-13T12:06:30.020Z] The recommended git tool is: NONE [2022-07-13T12:06:36.386Z] using credential edgex-jenkins-ssh [2022-07-13T12:06:36.407Z] Cloning the remote Git repository [2022-07-13T12:06:36.483Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2022-07-13T12:06:36.563Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2022-07-13T12:06:36.647Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-07-13T12:06:36.648Z] > git --version # timeout=10 [2022-07-13T12:06:36.676Z] > git --version # 'git version 2.25.1' [2022-07-13T12:06:36.678Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-13T12:06:36.749Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-07-13T12:06:38.503Z] Merging remotes/origin/main commit 36942d585d64ecf4972d6f5453203026c8ac18ff into PR head commit 7b0309e564f7bcb5fa728a2413547bb1f2180254 [2022-07-13T12:06:38.738Z] Merge succeeded, producing 7b0309e564f7bcb5fa728a2413547bb1f2180254 [2022-07-13T12:06:38.738Z] Checking out Revision 7b0309e564f7bcb5fa728a2413547bb1f2180254 (PR-444) [2022-07-13T12:06:37.880Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-07-13T12:06:37.904Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-07-13T12:06:37.939Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-07-13T12:06:37.980Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-07-13T12:06:37.981Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-13T12:06:37.994Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/444/head:refs/remotes/origin/PR-444 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-07-13T12:06:38.533Z] > git config core.sparsecheckout # timeout=10 [2022-07-13T12:06:38.548Z] > git checkout -f 7b0309e564f7bcb5fa728a2413547bb1f2180254 # timeout=10 [2022-07-13T12:06:38.638Z] > git remote # timeout=10 [2022-07-13T12:06:38.658Z] > git config --get remote.origin.url # timeout=10 [2022-07-13T12:06:38.683Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-13T12:06:38.695Z] > git merge 36942d585d64ecf4972d6f5453203026c8ac18ff # timeout=10 [2022-07-13T12:06:38.720Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-07-13T12:06:38.745Z] > git config core.sparsecheckout # timeout=10 [2022-07-13T12:06:38.766Z] > git checkout -f 7b0309e564f7bcb5fa728a2413547bb1f2180254 # timeout=10 [2022-07-13T12:06:42.855Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" [2022-07-13T12:06:42.910Z] > git --version # timeout=10 [2022-07-13T12:06:42.921Z] > git --version # 'git version 2.25.1' [2022-07-13T12:06:42.935Z] fatal: bad object 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-07-13T12:06:44.085Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-07-13T12:06:44.085Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-13T12:06:44.085Z] Dload Upload Total Spent Left Speed [2022-07-13T12:06:44.085Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 97 12276 97 11882 0 0 93559 0 --:--:-- --:--:-- --:--:-- 92828 100 12276 100 12276 0 0 95162 0 --:--:-- --:--:-- --:--:-- 95162 [Pipeline] sh [2022-07-13T12:06:45.028Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-07-13T12:06:45.385Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-07-13T12:06:45.385Z] + sudo tee /etc/docker/daemon.new [2022-07-13T12:06:45.385Z] { [2022-07-13T12:06:45.385Z] "registry-mirrors": [ [2022-07-13T12:06:45.385Z] "https://nexus3.edgexfoundry.org:10001" [2022-07-13T12:06:45.385Z] ], [2022-07-13T12:06:45.385Z] "bip": "10.250.0.254/24", [2022-07-13T12:06:45.386Z] "hosts": [ [2022-07-13T12:06:45.386Z] "tcp://0.0.0.0:5555", [2022-07-13T12:06:45.386Z] "unix:///var/run/docker.sock" [2022-07-13T12:06:45.386Z] ], [2022-07-13T12:06:45.386Z] "mtu": 1458, [2022-07-13T12:06:45.386Z] "selinux-enabled": true, [2022-07-13T12:06:45.386Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-07-13T12:06:45.386Z] } [Pipeline] sh [2022-07-13T12:06:45.734Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-07-13T12:06:46.330Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-13T12:07:04.739Z] provisioning config files... [2022-07-13T12:07:04.762Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config5825244698798193770tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-13T12:07:05.163Z] ---> docker-login.sh [2022-07-13T12:07:05.163Z] nexus3.edgexfoundry.org:10001 [2022-07-13T12:07:05.757Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T12:07:06.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T12:07:06.030Z] Configure a credential helper to remove this warning. See [2022-07-13T12:07:06.031Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T12:07:06.031Z] [2022-07-13T12:07:06.031Z] Login Succeeded [2022-07-13T12:07:06.031Z] nexus3.edgexfoundry.org:10002 [2022-07-13T12:07:06.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T12:07:06.308Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T12:07:06.308Z] Configure a credential helper to remove this warning. See [2022-07-13T12:07:06.308Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T12:07:06.308Z] [2022-07-13T12:07:06.308Z] Login Succeeded [2022-07-13T12:07:06.308Z] nexus3.edgexfoundry.org:10003 [2022-07-13T12:07:06.914Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T12:07:06.914Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T12:07:06.914Z] Configure a credential helper to remove this warning. See [2022-07-13T12:07:06.914Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T12:07:06.914Z] [2022-07-13T12:07:06.914Z] Login Succeeded [2022-07-13T12:07:06.914Z] nexus3.edgexfoundry.org:10004 [2022-07-13T12:07:07.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T12:07:07.466Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T12:07:07.466Z] Configure a credential helper to remove this warning. See [2022-07-13T12:07:07.466Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T12:07:07.466Z] [2022-07-13T12:07:07.466Z] Login Succeeded [2022-07-13T12:07:07.466Z] docker.io [2022-07-13T12:07:07.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T12:07:08.012Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T12:07:08.012Z] Configure a credential helper to remove this warning. See [2022-07-13T12:07:08.012Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T12:07:08.012Z] [2022-07-13T12:07:08.012Z] Login Succeeded [2022-07-13T12:07:08.012Z] ---> docker-login.sh ends [Pipeline] } [2022-07-13T12:07:08.042Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-07-13T12:07:08.428Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-13T12:07:08.462Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-13T12:07:08.496Z] ========================================================= [2022-07-13T12:07:08.496Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-07-13T12:07:08.496Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T12:07:09.005Z] + 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-13T12:07:09.005Z] Sending build context to Docker daemon 205.3kB [2022-07-13T12:07:09.278Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2022-07-13T12:07:09.278Z] Step 2/13 : FROM ${BASE} AS builder [2022-07-13T12:07:09.559Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-07-13T12:07:09.559Z] b3c136eddcbf: Pulling fs layer [2022-07-13T12:07:09.559Z] c0a3192eca97: Pulling fs layer [2022-07-13T12:07:09.559Z] a050256f5b6f: Pulling fs layer [2022-07-13T12:07:09.559Z] 656be50a0ddc: Pulling fs layer [2022-07-13T12:07:09.559Z] 2bbca73fdf42: Pulling fs layer [2022-07-13T12:07:09.559Z] 46d945488cbd: Pulling fs layer [2022-07-13T12:07:09.559Z] 8a5474983e97: Pulling fs layer [2022-07-13T12:07:09.559Z] 329c88fbcd65: Pulling fs layer [2022-07-13T12:07:09.559Z] 656be50a0ddc: Waiting [2022-07-13T12:07:09.559Z] 2bbca73fdf42: Waiting [2022-07-13T12:07:09.559Z] 46d945488cbd: Waiting [2022-07-13T12:07:09.559Z] 8a5474983e97: Waiting [2022-07-13T12:07:09.559Z] 329c88fbcd65: Waiting [2022-07-13T12:07:09.559Z] a050256f5b6f: Download complete [2022-07-13T12:07:09.559Z] c0a3192eca97: Verifying Checksum [2022-07-13T12:07:09.559Z] c0a3192eca97: Download complete [2022-07-13T12:07:09.559Z] 2bbca73fdf42: Verifying Checksum [2022-07-13T12:07:09.559Z] 2bbca73fdf42: Download complete [2022-07-13T12:07:09.559Z] 46d945488cbd: Verifying Checksum [2022-07-13T12:07:09.559Z] 46d945488cbd: Download complete [2022-07-13T12:07:09.559Z] b3c136eddcbf: Verifying Checksum [2022-07-13T12:07:09.559Z] b3c136eddcbf: Download complete [2022-07-13T12:07:10.548Z] b3c136eddcbf: Pull complete [2022-07-13T12:07:10.548Z] 329c88fbcd65: Verifying Checksum [2022-07-13T12:07:10.548Z] 329c88fbcd65: Download complete [2022-07-13T12:07:11.157Z] c0a3192eca97: Pull complete [2022-07-13T12:07:11.433Z] a050256f5b6f: Pull complete [2022-07-13T12:07:11.708Z] 8a5474983e97: Verifying Checksum [2022-07-13T12:07:11.708Z] 8a5474983e97: Download complete [2022-07-13T12:07:12.689Z] 656be50a0ddc: Verifying Checksum [2022-07-13T12:07:12.689Z] 656be50a0ddc: Download complete [2022-07-13T12:07:25.097Z] 656be50a0ddc: Pull complete [2022-07-13T12:07:25.370Z] 2bbca73fdf42: Pull complete [2022-07-13T12:07:25.644Z] 46d945488cbd: Pull complete [2022-07-13T12:07:32.387Z] 8a5474983e97: Pull complete [2022-07-13T12:07:34.367Z] 329c88fbcd65: Pull complete [2022-07-13T12:07:34.367Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-07-13T12:07:34.367Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-07-13T12:07:34.367Z] ---> ff4287adb874 [2022-07-13T12:07:34.367Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-07-13T12:07:35.350Z] ---> Running in f849a703ae6f [2022-07-13T12:07:35.350Z] Removing intermediate container f849a703ae6f [2022-07-13T12:07:35.350Z] ---> ad7eb6c2b1eb [2022-07-13T12:07:35.350Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-07-13T12:07:35.622Z] ---> Running in fcfdd3ba790a [2022-07-13T12:07:35.894Z] Removing intermediate container fcfdd3ba790a [2022-07-13T12:07:35.894Z] ---> 003c15ca166c [2022-07-13T12:07:35.894Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-07-13T12:07:35.894Z] ---> Running in cb00f46027bc [2022-07-13T12:07:36.168Z] Removing intermediate container cb00f46027bc [2022-07-13T12:07:36.168Z] ---> e95ae23cf3ee [2022-07-13T12:07:36.168Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T12:07:36.168Z] ---> Running in bee45e3dc842 [2022-07-13T12:07:39.565Z] Removing intermediate container bee45e3dc842 [2022-07-13T12:07:39.565Z] ---> 59ad84674ed4 [2022-07-13T12:07:39.565Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-07-13T12:07:39.565Z] ---> Running in cc3285ee1bb9 [2022-07-13T12:07:40.164Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T12:07:41.145Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T12:07:42.127Z] OK: 221 MiB in 51 packages [2022-07-13T12:07:42.728Z] Removing intermediate container cc3285ee1bb9 [2022-07-13T12:07:42.728Z] ---> b70b36cba7b2 [2022-07-13T12:07:42.728Z] Step 8/13 : WORKDIR /app [2022-07-13T12:07:42.728Z] ---> Running in 32f869eb0dc0 [2022-07-13T12:07:43.015Z] Removing intermediate container 32f869eb0dc0 [2022-07-13T12:07:43.015Z] ---> 0c7a58cb00f6 [2022-07-13T12:07:43.015Z] Step 9/13 : COPY go.mod vendor* ./ [2022-07-13T12:07:43.614Z] ---> db4bffbbe30e [2022-07-13T12:07:43.614Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T12:07:43.614Z] ---> Running in de6dc60126e8 [2022-07-13T12:08:30.599Z] Removing intermediate container de6dc60126e8 [2022-07-13T12:08:30.599Z] ---> 4c81bc90f99b [2022-07-13T12:08:30.599Z] Step 11/13 : COPY . . [2022-07-13T12:08:30.599Z] ---> 22741630e535 [2022-07-13T12:08:30.599Z] Step 12/13 : ARG MAKE="make build" [2022-07-13T12:08:30.599Z] ---> Running in 898e20f92a0c [2022-07-13T12:08:30.599Z] Removing intermediate container 898e20f92a0c [2022-07-13T12:08:30.599Z] ---> 9a3572128994 [2022-07-13T12:08:30.599Z] Step 13/13 : RUN $MAKE [2022-07-13T12:08:30.599Z] ---> Running in 530f605d39ad [2022-07-13T12:08:30.599Z] noop [2022-07-13T12:08:30.599Z] Removing intermediate container 530f605d39ad [2022-07-13T12:08:30.599Z] ---> fe551b0cfa37 [2022-07-13T12:08:30.599Z] Successfully built fe551b0cfa37 [2022-07-13T12:08:30.599Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T12:08:31.088Z] + docker inspect -f . ci-base-image-arm64 [2022-07-13T12:08:31.089Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T12:08:31.404Z] prd-ubuntu20.04-docker-arm64-4c-16g-19842 does not seem to be running inside a container [2022-07-13T12:08:31.494Z] $ 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-13T12:08:32.706Z] $ docker top 24dd49ad1c967720fb6de3647c71794d953759d55980118a83cb698da6f38424 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-13T12:08:33.670Z] + go version [2022-07-13T12:08:33.670Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-07-13T12:08:33.713Z] $ docker stop --time=1 24dd49ad1c967720fb6de3647c71794d953759d55980118a83cb698da6f38424 [2022-07-13T12:08:35.328Z] $ docker rm -f 24dd49ad1c967720fb6de3647c71794d953759d55980118a83cb698da6f38424 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T12:08:36.251Z] + docker inspect -f . ci-base-image-arm64 [2022-07-13T12:08:36.251Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T12:08:36.563Z] prd-ubuntu20.04-docker-arm64-4c-16g-19842 does not seem to be running inside a container [2022-07-13T12:08:36.646Z] $ 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-13T12:08:37.930Z] $ docker top 28c2dc9fdb97903eff6718f5fd038e997b53d51ab42373045b74b364c8e7d344 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-13T12:08:38.891Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh [2022-07-13T12:08:39.613Z] + make test [2022-07-13T12:08:39.613Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-07-13T12:10:01.491Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-07-13T12:10:01.491Z] CGO_ENABLED=1 go vet ./... [2022-07-13T12:10:16.660Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-07-13T12:10:16.660Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-07-13T12:10:16.660Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-07-13T12:10:16.701Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-07-13T12:10:16.733Z] $ docker stop --time=1 28c2dc9fdb97903eff6718f5fd038e997b53d51ab42373045b74b364c8e7d344 [2022-07-13T12:10:18.514Z] $ docker rm -f 28c2dc9fdb97903eff6718f5fd038e997b53d51ab42373045b74b364c8e7d344 [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-13T12:10:19.531Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-07-13T12:10:19.567Z] Warning: overwriting stash ‘coverage-report’ [2022-07-13T12:10:19.984Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-07-13T12:10:20.598Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-07-13T12:10:20.946Z] + ls -al . [2022-07-13T12:10:20.946Z] total 164 [2022-07-13T12:10:20.946Z] drwxrwxr-x 7 jenkins jenkins 4096 Jul 13 12:08 . [2022-07-13T12:10:20.946Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 13 12:06 .. [2022-07-13T12:10:20.946Z] -rw-rw-r-- 1 jenkins jenkins 119 Jul 13 12:06 .dockerignore [2022-07-13T12:10:20.946Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 13 12:06 .git [2022-07-13T12:10:20.946Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 13 12:06 .github [2022-07-13T12:10:20.946Z] -rw-rw-r-- 1 jenkins jenkins 171 Jul 13 12:06 .gitignore [2022-07-13T12:10:20.946Z] -rw-rw-r-- 1 jenkins jenkins 8830 Jul 13 12:06 Attribution.txt [2022-07-13T12:10:20.946Z] -rw-rw-r-- 1 jenkins jenkins 27269 Jul 13 12:06 CHANGELOG.md [2022-07-13T12:10:20.946Z] -rw-rw-r-- 1 jenkins jenkins 2089 Jul 13 12:06 Dockerfile [2022-07-13T12:10:20.946Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 13 12:06 GOVERNANCE.md [2022-07-13T12:10:20.947Z] -rw-rw-r-- 1 jenkins jenkins 688 Jul 13 12:06 Jenkinsfile [2022-07-13T12:10:20.947Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jul 13 12:06 LICENSE [2022-07-13T12:10:20.947Z] -rw-rw-r-- 1 jenkins jenkins 618 Jul 13 12:06 OWNERS.md [2022-07-13T12:10:20.947Z] -rw-rw-r-- 1 jenkins jenkins 3718 Jul 13 12:06 README.md [2022-07-13T12:10:20.947Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 13 12:04 VERSION [2022-07-13T12:10:20.947Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 13 12:06 bin [2022-07-13T12:10:20.947Z] -rw-r--r-- 1 jenkins jenkins 10 Jul 13 12:08 coverage.out [2022-07-13T12:10:20.947Z] -rw-rw-r-- 1 jenkins jenkins 3336 Jul 13 12:06 go.mod [2022-07-13T12:10:20.947Z] -rw-rw-r-- 1 jenkins jenkins 35610 Jul 13 12:06 go.sum [2022-07-13T12:10:20.947Z] -rw-rw-r-- 1 jenkins jenkins 1949 Jul 13 12:06 main.go [2022-07-13T12:10:20.947Z] -rw-rw-r-- 1 jenkins jenkins 1959 Jul 13 12:06 makefile [2022-07-13T12:10:20.947Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 13 12:06 res [2022-07-13T12:10:20.947Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 13 12:06 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T12:10:21.384Z] + 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=7b0309e564f7bcb5fa728a2413547bb1f2180254 --label arch=arm64 --label version=0.0.0 . [2022-07-13T12:10:21.384Z] Sending build context to Docker daemon 206.3kB [2022-07-13T12:10:21.667Z] Step 1/27 : ARG BASE=golang:1.18-alpine3.16 [2022-07-13T12:10:21.667Z] Step 2/27 : FROM ${BASE} AS builder [2022-07-13T12:10:21.667Z] ---> fe551b0cfa37 [2022-07-13T12:10:21.667Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-07-13T12:10:21.667Z] ---> Running in a2aaceea0fae [2022-07-13T12:10:21.944Z] Removing intermediate container a2aaceea0fae [2022-07-13T12:10:21.944Z] ---> c5b0ee1cca82 [2022-07-13T12:10:21.944Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-07-13T12:10:22.228Z] ---> Running in 752cddbea209 [2022-07-13T12:10:22.500Z] Removing intermediate container 752cddbea209 [2022-07-13T12:10:22.501Z] ---> 84f216aa77cd [2022-07-13T12:10:22.501Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-07-13T12:10:22.501Z] ---> Running in 0a6037d241b1 [2022-07-13T12:10:22.778Z] Removing intermediate container 0a6037d241b1 [2022-07-13T12:10:22.778Z] ---> 3315240e3f0f [2022-07-13T12:10:22.778Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T12:10:22.778Z] ---> Running in 80969ee34223 [2022-07-13T12:10:24.234Z] Removing intermediate container 80969ee34223 [2022-07-13T12:10:24.234Z] ---> 15e1ac827716 [2022-07-13T12:10:24.234Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-07-13T12:10:24.511Z] ---> Running in 79d97437161e [2022-07-13T12:10:25.495Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T12:10:26.088Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T12:10:27.065Z] OK: 221 MiB in 51 packages [2022-07-13T12:10:28.061Z] Removing intermediate container 79d97437161e [2022-07-13T12:10:28.061Z] ---> c95e06794f88 [2022-07-13T12:10:28.061Z] Step 8/27 : WORKDIR /app [2022-07-13T12:10:28.061Z] ---> Running in 038d49147936 [2022-07-13T12:10:28.061Z] Removing intermediate container 038d49147936 [2022-07-13T12:10:28.061Z] ---> 34111d4a39ea [2022-07-13T12:10:28.061Z] Step 9/27 : COPY go.mod vendor* ./ [2022-07-13T12:10:28.658Z] ---> 2fc4477525d0 [2022-07-13T12:10:28.658Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T12:10:28.658Z] ---> Running in bc4edc438bd2 [2022-07-13T12:10:30.633Z] Removing intermediate container bc4edc438bd2 [2022-07-13T12:10:30.633Z] ---> f3f0a2720ae0 [2022-07-13T12:10:30.633Z] Step 11/27 : COPY . . [2022-07-13T12:10:30.913Z] ---> e929b55996db [2022-07-13T12:10:30.913Z] Step 12/27 : ARG MAKE="make build" [2022-07-13T12:10:31.190Z] ---> Running in c05675d98d92 [2022-07-13T12:10:31.190Z] Removing intermediate container c05675d98d92 [2022-07-13T12:10:31.190Z] ---> 949309b3b499 [2022-07-13T12:10:31.190Z] Step 13/27 : RUN $MAKE [2022-07-13T12:10:31.464Z] ---> Running in d1e7f62eb533 [2022-07-13T12:10:32.449Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.1-dev.21 -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-13T12:12:39.364Z] Removing intermediate container d1e7f62eb533 [2022-07-13T12:12:39.364Z] ---> 62f9c48e5c0c [2022-07-13T12:12:39.364Z] Step 14/27 : FROM alpine:3.16 [2022-07-13T12:12:39.364Z] 3.16: Pulling from library/alpine [2022-07-13T12:12:39.364Z] b3c136eddcbf: Already exists [2022-07-13T12:12:39.364Z] Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c [2022-07-13T12:12:39.364Z] Status: Downloaded newer image for alpine:3.16 [2022-07-13T12:12:39.364Z] ---> 6e30ab57aeee [2022-07-13T12:12:39.364Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-07-13T12:12:39.364Z] ---> Running in 437112016f22 [2022-07-13T12:12:39.364Z] Removing intermediate container 437112016f22 [2022-07-13T12:12:39.364Z] ---> 0d43a6e4060f [2022-07-13T12:12:39.364Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-07-13T12:12:39.364Z] ---> Running in 9ff606a6aa1a [2022-07-13T12:12:39.364Z] Removing intermediate container 9ff606a6aa1a [2022-07-13T12:12:39.364Z] ---> d29ee756bab3 [2022-07-13T12:12:39.364Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-07-13T12:12:39.364Z] ---> Running in 6b103a0c6287 [2022-07-13T12:12:39.364Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T12:12:39.364Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T12:12:39.364Z] (1/7) Installing ca-certificates (20211220-r0) [2022-07-13T12:12:39.364Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-07-13T12:12:39.364Z] (3/7) Installing libgcc (11.2.1_git20220219-r2) [2022-07-13T12:12:39.364Z] (4/7) Installing libsodium (1.0.18-r0) [2022-07-13T12:12:39.364Z] (5/7) Installing libstdc++ (11.2.1_git20220219-r2) [2022-07-13T12:12:39.364Z] (6/7) Installing libzmq (4.3.4-r0) [2022-07-13T12:12:39.364Z] (7/7) Installing zeromq (4.3.4-r0) [2022-07-13T12:12:39.364Z] Executing busybox-1.35.0-r13.trigger [2022-07-13T12:12:39.364Z] Executing ca-certificates-20211220-r0.trigger [2022-07-13T12:12:39.364Z] OK: 9 MiB in 21 packages [2022-07-13T12:12:39.364Z] Removing intermediate container 6b103a0c6287 [2022-07-13T12:12:39.364Z] ---> 650d55ed3e1b [2022-07-13T12:12:39.364Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-07-13T12:12:39.364Z] ---> 707b8b8f7cde [2022-07-13T12:12:39.364Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-07-13T12:12:39.364Z] ---> 686e0288b21c [2022-07-13T12:12:39.364Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-07-13T12:12:39.364Z] ---> 34f4d90bc47d [2022-07-13T12:12:39.364Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-07-13T12:12:40.355Z] ---> 3fc41d08aa2d [2022-07-13T12:12:40.355Z] Step 22/27 : EXPOSE 48095 [2022-07-13T12:12:40.355Z] ---> Running in 439dcdcef819 [2022-07-13T12:12:40.634Z] Removing intermediate container 439dcdcef819 [2022-07-13T12:12:40.634Z] ---> 7113239e5fd6 [2022-07-13T12:12:40.634Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-07-13T12:12:40.912Z] ---> Running in d50a7d65c129 [2022-07-13T12:12:41.185Z] Removing intermediate container d50a7d65c129 [2022-07-13T12:12:41.185Z] ---> f7ef988a5291 [2022-07-13T12:12:41.185Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-13T12:12:41.185Z] ---> Running in 3f8853346b46 [2022-07-13T12:12:41.460Z] Removing intermediate container 3f8853346b46 [2022-07-13T12:12:41.460Z] ---> 6255502f6c11 [2022-07-13T12:12:41.460Z] Step 25/27 : LABEL arch=arm64 [2022-07-13T12:12:41.460Z] ---> Running in 303d1144ef69 [2022-07-13T12:12:41.742Z] Removing intermediate container 303d1144ef69 [2022-07-13T12:12:41.742Z] ---> e62cfffa3b6e [2022-07-13T12:12:41.742Z] Step 26/27 : LABEL git_sha=7b0309e564f7bcb5fa728a2413547bb1f2180254 [2022-07-13T12:12:42.019Z] ---> Running in 44336beee176 [2022-07-13T12:12:42.294Z] Removing intermediate container 44336beee176 [2022-07-13T12:12:42.294Z] ---> 915304f87682 [2022-07-13T12:12:42.294Z] Step 27/27 : LABEL version=0.0.0 [2022-07-13T12:12:42.294Z] ---> Running in d5e8632170b4 [2022-07-13T12:12:42.567Z] Removing intermediate container d5e8632170b4 [2022-07-13T12:12:42.567Z] ---> cb64de0d3d53 [2022-07-13T12:12:42.567Z] [Warning] One or more build-args [ARCH] were not consumed [2022-07-13T12:12:42.567Z] Successfully built cb64de0d3d53 [2022-07-13T12:12:42.567Z] 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-13T12:12:43.381Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-13T12:12:43.381Z] [2022-07-13T12:12:43.381Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T12:12:43.815Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-13T12:12:44.094Z] arm64: Pulling from edgex-lftools-log-publisher [2022-07-13T12:12:44.094Z] 8998bd30e6a1: Pulling fs layer [2022-07-13T12:12:44.094Z] 04944245beec: Pulling fs layer [2022-07-13T12:12:44.094Z] 699f458cf7ca: Pulling fs layer [2022-07-13T12:12:44.094Z] 765212b225bb: Pulling fs layer [2022-07-13T12:12:44.094Z] f23df028b6ca: Pulling fs layer [2022-07-13T12:12:44.094Z] d65c8cfc05b1: Pulling fs layer [2022-07-13T12:12:44.094Z] 2437ff75d9bd: Pulling fs layer [2022-07-13T12:12:44.094Z] f23df028b6ca: Waiting [2022-07-13T12:12:44.094Z] d65c8cfc05b1: Waiting [2022-07-13T12:12:44.094Z] 2437ff75d9bd: Waiting [2022-07-13T12:12:44.094Z] 765212b225bb: Waiting [2022-07-13T12:12:44.094Z] 04944245beec: Verifying Checksum [2022-07-13T12:12:44.094Z] 04944245beec: Download complete [2022-07-13T12:12:44.094Z] 765212b225bb: Verifying Checksum [2022-07-13T12:12:44.094Z] 765212b225bb: Download complete [2022-07-13T12:12:44.095Z] f23df028b6ca: Download complete [2022-07-13T12:12:44.095Z] d65c8cfc05b1: Verifying Checksum [2022-07-13T12:12:44.095Z] d65c8cfc05b1: Download complete [2022-07-13T12:12:44.372Z] 699f458cf7ca: Verifying Checksum [2022-07-13T12:12:44.372Z] 699f458cf7ca: Download complete [2022-07-13T12:12:44.651Z] 8998bd30e6a1: Verifying Checksum [2022-07-13T12:12:44.651Z] 8998bd30e6a1: Download complete [2022-07-13T12:12:47.300Z] 2437ff75d9bd: Verifying Checksum [2022-07-13T12:12:47.300Z] 2437ff75d9bd: Download complete [2022-07-13T12:12:48.746Z] 8998bd30e6a1: Pull complete [2022-07-13T12:12:49.350Z] 04944245beec: Pull complete [2022-07-13T12:12:50.789Z] 699f458cf7ca: Pull complete [2022-07-13T12:12:51.064Z] 765212b225bb: Pull complete [2022-07-13T12:12:52.044Z] f23df028b6ca: Pull complete [2022-07-13T12:12:52.044Z] d65c8cfc05b1: Pull complete [2022-07-13T12:13:07.135Z] 2437ff75d9bd: Pull complete [2022-07-13T12:13:07.135Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-07-13T12:13:07.135Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-13T12:13:07.135Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T12:13:07.513Z] prd-ubuntu20.04-docker-arm64-4c-16g-19842 does not seem to be running inside a container [2022-07-13T12:13:07.605Z] $ 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-13T12:13:10.184Z] $ docker top 1c83be287300f891ecac44e3e1fe33def6ea9606b89afc8b005f64a0fe59e933 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-13T12:13:11.204Z] ---> job-cost.sh [2022-07-13T12:13:11.204Z] lf-activate-venv: SKIPPING [2022-07-13T12:13:11.204Z] INFO: No Stack... [2022-07-13T12:13:11.476Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-07-13T12:13:12.458Z] INFO: Archiving Costs [Pipeline] sh [2022-07-13T12:13:13.145Z] + cut -d, -f6 [2022-07-13T12:13:13.145Z] + cat /w/workspace/app-service-configurable/1/archives/cost.csv [Pipeline] lock [2022-07-13T12:13:13.198Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-444-1-stack-cost] [2022-07-13T12:13:13.203Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-444-1-stack-cost] did not exist. Created. [2022-07-13T12:13:13.204Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-444-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-07-13T12:13:13.955Z] /w/workspace/app-service-configurable/1@tmp/durable-d9039a00/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-07-13T12:13:14.658Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-07-13T12:13:14.690Z] Warning: overwriting stash ‘stack-cost’ [2022-07-13T12:13:14.741Z] Stashed 1 file(s) [Pipeline] } [2022-07-13T12:13:14.755Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-444-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-07-13T12:13:14.833Z] $ docker stop --time=1 1c83be287300f891ecac44e3e1fe33def6ea9606b89afc8b005f64a0fe59e933 [2022-07-13T12:13:16.311Z] $ docker rm -f 1c83be287300f891ecac44e3e1fe33def6ea9606b89afc8b005f64a0fe59e933 [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-13T12:13:17.353Z] provisioning config files... [2022-07-13T12:13:17.363Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-444@tmp/config873277027987977605tmp [Pipeline] { [Pipeline] sh [2022-07-13T12:13:17.701Z] + set +x [2022-07-13T12:13:17.701Z] + bash -s -- [2022-07-13T12:13:17.701Z] + curl -s https://codecov.io/bash [2022-07-13T12:13:17.701Z] [2022-07-13T12:13:17.701Z] _____ _ [2022-07-13T12:13:17.701Z] / ____| | | [2022-07-13T12:13:17.701Z] | | ___ __| | ___ ___ _____ __ [2022-07-13T12:13:17.701Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-07-13T12:13:17.701Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-07-13T12:13:17.701Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-07-13T12:13:17.701Z] Bash-1.0.6 [2022-07-13T12:13:17.701Z] [2022-07-13T12:13:17.701Z] [2022-07-13T12:13:17.701Z] ==> git version 2.25.1 found [2022-07-13T12:13:17.702Z] ==> 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-13T12:13:17.702Z] Release-Date: 2020-01-08 [2022-07-13T12:13:17.702Z] 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-13T12:13:17.702Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-07-13T12:13:17.702Z] ==> Jenkins CI detected. [2022-07-13T12:13:17.702Z] current dir:  /w/workspace/_app-service-configurable_PR-444 [2022-07-13T12:13:17.702Z] project root: . [2022-07-13T12:13:17.702Z] --> token set from env [2022-07-13T12:13:17.702Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-07-13T12:13:17.702Z] ==> Running gcov in . (disable via -X gcov) [2022-07-13T12:13:17.702Z] ==> Python coveragepy not found [2022-07-13T12:13:17.702Z] ==> Searching for coverage reports in: [2022-07-13T12:13:17.702Z] + . [2022-07-13T12:13:17.702Z] -> Found 1 reports [2022-07-13T12:13:17.702Z] ==> Detecting git/mercurial file structure [2022-07-13T12:13:17.702Z] ==> Reading reports [2022-07-13T12:13:17.702Z] + ./coverage.out bytes=10 [2022-07-13T12:13:17.702Z] ==> Appending adjustments [2022-07-13T12:13:17.702Z] https://docs.codecov.io/docs/fixing-reports [2022-07-13T12:13:17.961Z] + Found adjustments [2022-07-13T12:13:17.961Z] ==> Gzipping contents [2022-07-13T12:13:17.961Z] 4.0K /tmp/codecov.7bgnCv.gz [2022-07-13T12:13:17.961Z] ==> Uploading reports [2022-07-13T12:13:17.961Z] url: https://codecov.io [2022-07-13T12:13:17.961Z] query: branch=PR-444&commit=7b0309e564f7bcb5fa728a2413547bb1f2180254&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-444%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=444&job=&cmd_args= [2022-07-13T12:13:17.961Z] -> Pinging Codecov [2022-07-13T12:13:17.961Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-444&commit=7b0309e564f7bcb5fa728a2413547bb1f2180254&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-444%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=444&job=&cmd_args= [2022-07-13T12:13:18.220Z] -> Uploading to [2022-07-13T12:13:18.220Z] https://storage.googleapis.com/codecov/v4/raw/2022-07-13/A97CA9966030D2A3747ED39772930CCE/7b0309e564f7bcb5fa728a2413547bb1f2180254/80823484-cbb6-4a6f-90d9-83632935e3cd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20220713%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220713T121318Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=39e75bdaf6dddce9fe7ebb0ae73c5641f3f1cbcfbd8d36b97c9fde17d44af388 [2022-07-13T12:13:18.220Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-13T12:13:18.220Z] Dload Upload Total Spent Left Speed [2022-07-13T12:13:18.480Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 592 0 0 100 592 0 2596 --:--:-- --:--:-- --:--:-- 2596 [2022-07-13T12:13:18.480Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/7b0309e564f7bcb5fa728a2413547bb1f2180254 [Pipeline] } [2022-07-13T12:13:18.508Z] 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-13T12:13:20.215Z] + [ -d /w/workspace/_app-service-configurable_PR-444/archives ] [2022-07-13T12:13:20.215Z] + ls -al /w/workspace/_app-service-configurable_PR-444/archives [2022-07-13T12:13:20.215Z] total 16 [2022-07-13T12:13:20.215Z] drwxr-xr-x 3 root root 4096 Jul 13 12:06 . [2022-07-13T12:13:20.215Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 13 12:06 .. [2022-07-13T12:13:20.215Z] drwxr-xr-x 2 root root 4096 Jul 13 12:06 cost [2022-07-13T12:13:20.215Z] -rw-r--r-- 1 root root 95 Jul 13 12:06 cost.csv [2022-07-13T12:13:20.215Z] + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-444/archives [2022-07-13T12:13:20.215Z] + ls -al /w/workspace/_app-service-configurable_PR-444/archives [2022-07-13T12:13:20.215Z] total 16 [2022-07-13T12:13:20.215Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 13 12:06 . [2022-07-13T12:13:20.215Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 13 12:06 .. [2022-07-13T12:13:20.215Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 13 12:06 cost [2022-07-13T12:13:20.215Z] -rw-r--r-- 1 jenkins jenkins 95 Jul 13 12:06 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-07-13T12:13:20.544Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-13T12:13:21.434Z] ---> package-listing.sh [2022-07-13T12:13:21.434Z] ++ facter osfamily [2022-07-13T12:13:21.434Z] ++ tr '[:upper:]' '[:lower:]' [2022-07-13T12:13:21.694Z] + OS_FAMILY=debian [2022-07-13T12:13:21.694Z] + workspace=/w/workspace/_app-service-configurable_PR-444 [2022-07-13T12:13:21.694Z] + START_PACKAGES=/tmp/packages_start.txt [2022-07-13T12:13:21.694Z] + END_PACKAGES=/tmp/packages_end.txt [2022-07-13T12:13:21.694Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-07-13T12:13:21.694Z] + PACKAGES=/tmp/packages_start.txt [2022-07-13T12:13:21.694Z] + '[' /w/workspace/_app-service-configurable_PR-444 ']' [2022-07-13T12:13:21.694Z] + PACKAGES=/tmp/packages_end.txt [2022-07-13T12:13:21.694Z] + case "${OS_FAMILY}" in [2022-07-13T12:13:21.694Z] + dpkg -l [2022-07-13T12:13:21.694Z] + grep '^ii' [2022-07-13T12:13:21.694Z] + '[' -f /tmp/packages_start.txt ']' [2022-07-13T12:13:21.694Z] + '[' -f /tmp/packages_end.txt ']' [2022-07-13T12:13:21.694Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-07-13T12:13:21.694Z] + '[' /w/workspace/_app-service-configurable_PR-444 ']' [2022-07-13T12:13:21.694Z] + mkdir -p /w/workspace/_app-service-configurable_PR-444/archives/ [2022-07-13T12:13:21.694Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-444/archives/ [Pipeline] echo [2022-07-13T12:13:21.726Z] 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-444/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-07-13T12:13:22.020Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T12:13:22.661Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-13T12:13:22.661Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T12:13:22.824Z] prd-ubuntu20.04-docker-8c-8g-19841 does not seem to be running inside a container [2022-07-13T12:13:22.858Z] $ 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-444/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-444 -v /w/workspace/_app-service-configurable_PR-444:/w/workspace/_app-service-configurable_PR-444:rw,z -v /w/workspace/_app-service-configurable_PR-444@tmp:/w/workspace/_app-service-configurable_PR-444@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-13T12:13:23.084Z] $ docker top ae3a484678344ab2c1e6749a765c9bdd60739048c4b13bbd17b9b1c3927663a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-13T12:13:23.488Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-07-13T12:13:23.804Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-07-13T12:13:24.112Z] + ls /var/log/sa-host [2022-07-13T12:13:24.113Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-13T12:13:24.300Z] provisioning config files... [2022-07-13T12:13:24.309Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-444@tmp/config8913794627686224605tmp [Pipeline] { [Pipeline] echo [2022-07-13T12:13:24.358Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-13T12:13:24.670Z] ---> create-netrc.sh [Pipeline] } [2022-07-13T12:13:24.693Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-07-13T12:13:25.099Z] ---> python-tools-install.sh [Pipeline] echo [2022-07-13T12:13:25.131Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-13T12:13:25.439Z] ---> sudo-logs.sh [2022-07-13T12:13:25.439Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-07-13T12:13:25.522Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-13T12:13:25.832Z] ---> job-cost.sh [2022-07-13T12:13:25.833Z] lf-activate-venv: SKIPPING [2022-07-13T12:13:25.833Z] DEBUG: total: 0.2199999988079071 [2022-07-13T12:13:25.833Z] INFO: Retrieving Stack Cost... [2022-07-13T12:13:26.093Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-07-13T12:13:26.672Z] INFO: Archiving Costs [Pipeline] echo [2022-07-13T12:13:26.709Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-13T12:13:27.027Z] ---> logs-deploy.sh [2022-07-13T12:13:27.027Z] lf-activate-venv: SKIPPING [2022-07-13T12:13:27.027Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-444/1 [2022-07-13T12:13:27.027Z] INFO: archiving workspace using pattern(s): [2022-07-13T12:13:27.968Z] Archives upload complete. [2022-07-13T12:13:28.230Z] INFO: archiving logs to Nexus [2022-07-13T12:13:28.802Z] ---> uname -a: [2022-07-13T12:13:28.802Z] Linux prd-ubuntu20-04-docker-8c-8g-19841 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux [2022-07-13T12:13:28.802Z] [2022-07-13T12:13:28.802Z] [2022-07-13T12:13:28.802Z] ---> lscpu: [2022-07-13T12:13:28.802Z] Architecture: x86_64 [2022-07-13T12:13:28.802Z] CPU op-mode(s): 32-bit, 64-bit [2022-07-13T12:13:28.802Z] Byte Order: Little Endian [2022-07-13T12:13:28.802Z] Address sizes: 40 bits physical, 48 bits virtual [2022-07-13T12:13:28.802Z] CPU(s): 8 [2022-07-13T12:13:28.802Z] On-line CPU(s) list: 0-7 [2022-07-13T12:13:28.802Z] Thread(s) per core: 1 [2022-07-13T12:13:28.802Z] Core(s) per socket: 1 [2022-07-13T12:13:28.802Z] Socket(s): 8 [2022-07-13T12:13:28.802Z] NUMA node(s): 1 [2022-07-13T12:13:28.802Z] Vendor ID: AuthenticAMD [2022-07-13T12:13:28.802Z] CPU family: 23 [2022-07-13T12:13:28.802Z] Model: 49 [2022-07-13T12:13:28.802Z] Model name: AMD EPYC-Rome Processor [2022-07-13T12:13:28.802Z] Stepping: 0 [2022-07-13T12:13:28.802Z] CPU MHz: 2799.996 [2022-07-13T12:13:28.802Z] BogoMIPS: 5599.99 [2022-07-13T12:13:28.802Z] Virtualization: AMD-V [2022-07-13T12:13:28.802Z] Hypervisor vendor: KVM [2022-07-13T12:13:28.802Z] Virtualization type: full [2022-07-13T12:13:28.802Z] L1d cache: 256 KiB [2022-07-13T12:13:28.802Z] L1i cache: 256 KiB [2022-07-13T12:13:28.802Z] L2 cache: 4 MiB [2022-07-13T12:13:28.802Z] L3 cache: 128 MiB [2022-07-13T12:13:28.802Z] NUMA node0 CPU(s): 0-7 [2022-07-13T12:13:28.802Z] Vulnerability Itlb multihit: Not affected [2022-07-13T12:13:28.802Z] Vulnerability L1tf: Not affected [2022-07-13T12:13:28.802Z] Vulnerability Mds: Not affected [2022-07-13T12:13:28.802Z] Vulnerability Meltdown: Not affected [2022-07-13T12:13:28.802Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-07-13T12:13:28.802Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-07-13T12:13:28.802Z] Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-07-13T12:13:28.802Z] Vulnerability Srbds: Not affected [2022-07-13T12:13:28.802Z] Vulnerability Tsx async abort: Not affected [2022-07-13T12:13:28.802Z] 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-13T12:13:28.802Z] [2022-07-13T12:13:28.802Z] [2022-07-13T12:13:28.802Z] ---> nproc: [2022-07-13T12:13:28.802Z] 8 [2022-07-13T12:13:28.802Z] [2022-07-13T12:13:28.802Z] [2022-07-13T12:13:28.802Z] ---> df -h: [2022-07-13T12:13:28.802Z] Filesystem Size Used Avail Use% Mounted on [2022-07-13T12:13:28.802Z] overlay 155G 11G 145G 7% / [2022-07-13T12:13:28.802Z] tmpfs 64M 0 64M 0% /dev [2022-07-13T12:13:28.802Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-07-13T12:13:28.802Z] shm 64M 0 64M 0% /dev/shm [2022-07-13T12:13:28.802Z] /dev/vda1 155G 11G 145G 7% /facter-os [2022-07-13T12:13:28.802Z] [2022-07-13T12:13:28.802Z] [2022-07-13T12:13:28.802Z] ---> sar -b -r -n DEV: [2022-07-13T12:13:28.802Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-19841) 07/13/22 _x86_64_ (8 CPU) [2022-07-13T12:13:28.802Z] [2022-07-13T12:13:28.802Z] 12:03:30 LINUX RESTART (8 CPU) [2022-07-13T12:13:28.802Z] [2022-07-13T12:13:28.802Z] 12:04:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-07-13T12:13:28.802Z] 12:05:01 365.30 15.86 349.44 0.00 2248.85 150321.81 0.00 [2022-07-13T12:13:28.802Z] 12:06:01 206.23 0.17 206.06 0.00 14.00 50303.90 0.00 [2022-07-13T12:13:28.802Z] 12:07:01 31.44 0.00 31.44 0.00 0.00 16492.18 0.00 [2022-07-13T12:13:28.802Z] 12:08:01 1.37 0.00 1.37 0.00 0.00 16.68 0.00 [2022-07-13T12:13:28.802Z] 12:09:01 1.33 0.02 1.32 0.00 0.13 15.33 0.00 [2022-07-13T12:13:28.802Z] 12:10:01 2.85 1.57 1.28 0.00 49.06 17.20 0.00 [2022-07-13T12:13:28.802Z] 12:11:01 1.07 0.00 1.07 0.00 0.00 13.06 0.00 [2022-07-13T12:13:28.802Z] 12:12:01 0.85 0.00 0.85 0.00 0.00 11.73 0.00 [2022-07-13T12:13:28.802Z] 12:13:01 1.10 0.00 1.10 0.00 0.00 13.06 0.00 [2022-07-13T12:13:28.802Z] Average: 66.84 1.90 64.94 0.00 249.48 23664.48 0.00 [2022-07-13T12:13:28.802Z] [2022-07-13T12:13:28.802Z] 12:04:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-07-13T12:13:28.802Z] 12:05:01 28226216 31718692 576600 1.75 147192 3542196 2226812 6.56 1225176 2972980 191344 [2022-07-13T12:13:28.802Z] 12:06:01 27914656 31717884 572528 1.74 165856 3824364 2217660 6.54 1304012 3188176 235144 [2022-07-13T12:13:28.802Z] 12:07:01 27694548 31760100 529064 1.61 172904 4045796 1788332 5.27 1279548 3397116 128 [2022-07-13T12:13:28.802Z] 12:08:01 27696512 31762244 526600 1.60 172936 4045800 1788332 5.27 1277672 3397120 148 [2022-07-13T12:13:28.802Z] 12:09:01 27701648 31767332 521436 1.59 172980 4045804 1788332 5.27 1272736 3397124 8 [2022-07-13T12:13:28.802Z] 12:10:01 27698452 31766628 522024 1.59 173020 4047280 1788332 5.27 1277640 3396648 152 [2022-07-13T12:13:28.802Z] 12:11:01 27705208 31773632 515172 1.57 173052 4047284 1788332 5.27 1269556 3396848 20 [2022-07-13T12:13:28.803Z] 12:12:01 27705200 31773636 515100 1.57 173068 4047288 1788332 5.27 1269156 3396852 200 [2022-07-13T12:13:28.803Z] 12:13:01 27705320 31773780 515084 1.57 173080 4047288 1788332 5.27 1269516 3396852 176 [2022-07-13T12:13:28.803Z] Average: 27783084 31757103 532623 1.62 169343 3965900 1884755 5.55 1271668 3326635 47480 [2022-07-13T12:13:28.803Z] [2022-07-13T12:13:28.803Z] 12:04:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-07-13T12:13:28.803Z] 12:05:01 ens3 665.13 443.79 7252.68 96.92 0.00 0.00 0.00 0.00 [2022-07-13T12:13:28.803Z] 12:05:01 lo 6.83 6.83 0.66 0.66 0.00 0.00 0.00 0.00 [2022-07-13T12:13:28.803Z] 12:05:01 docker0 121.38 149.37 9.73 1121.85 0.00 0.00 0.00 0.00 [2022-07-13T12:13:28.803Z] 12:06:01 ens3 192.02 128.57 2661.93 75.32 0.00 0.00 0.00 0.00 [2022-07-13T12:13:28.803Z] 12:06:01 lo 2.07 2.07 0.20 0.20 0.00 0.00 0.00 0.00 [2022-07-13T12:13:28.803Z] 12:06:01 docker0 9.68 13.91 0.58 101.22 0.00 0.00 0.00 0.00 [2022-07-13T12:13:28.803Z] 12:07:01 ens3 36.24 31.36 17.59 43.74 0.00 0.00 0.00 0.00 [2022-07-13T12:13:28.803Z] 12:07:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2022-07-13T12:13:28.803Z] 12:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-07-13T12:13:28.803Z] 12:08:01 ens3 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2022-07-13T12:13:28.803Z] 12:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-07-13T12:13:28.803Z] 12:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-07-13T12:13:28.803Z] 12:09:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-07-13T12:13:28.803Z] 12:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-07-13T12:13:28.803Z] 12:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-07-13T12:13:28.803Z] 12:10:01 ens3 9.13 8.77 5.37 9.13 0.00 0.00 0.00 0.00 [2022-07-13T12:13:28.803Z] 12:10:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2022-07-13T12:13:28.803Z] 12:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-07-13T12:13:28.803Z] 12:11:01 ens3 0.50 0.32 0.26 0.21 0.00 0.00 0.00 0.00 [2022-07-13T12:13:28.803Z] 12:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-07-13T12:13:28.803Z] 12:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-07-13T12:13:28.803Z] 12:12:01 ens3 0.12 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2022-07-13T12:13:28.803Z] 12:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-07-13T12:13:28.803Z] 12:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-07-13T12:13:28.803Z] 12:13:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-07-13T12:13:28.803Z] 12:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-07-13T12:13:28.803Z] 12:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-07-13T12:13:28.803Z] Average: ens3 98.27 66.72 1081.34 24.77 0.00 0.00 0.00 0.00 [2022-07-13T12:13:28.803Z] Average: lo 1.06 1.06 0.10 0.10 0.00 0.00 0.00 0.00 [2022-07-13T12:13:28.803Z] Average: docker0 14.16 17.65 1.11 132.23 0.00 0.00 0.00 0.00 [2022-07-13T12:13:28.803Z] [2022-07-13T12:13:28.803Z] [2022-07-13T12:13:28.803Z] ---> sar -P ALL: [2022-07-13T12:13:28.803Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-19841) 07/13/22 _x86_64_ (8 CPU) [2022-07-13T12:13:28.803Z] [2022-07-13T12:13:28.803Z] 12:03:30 LINUX RESTART (8 CPU) [2022-07-13T12:13:28.803Z] [2022-07-13T12:13:28.803Z] 12:04:03 CPU %user %nice %system %iowait %steal %idle [2022-07-13T12:13:28.803Z] 12:05:01 all 11.66 0.00 4.71 1.76 0.06 81.81 [2022-07-13T12:13:28.803Z] 12:05:01 0 12.81 0.00 5.89 4.89 0.05 76.36 [2022-07-13T12:13:28.803Z] 12:05:01 1 10.01 0.00 5.57 2.22 0.07 82.14 [2022-07-13T12:13:28.803Z] 12:05:01 2 12.54 0.00 4.74 0.45 0.05 82.21 [2022-07-13T12:13:28.803Z] 12:05:01 3 12.05 0.00 4.03 1.52 0.07 82.33 [2022-07-13T12:13:28.803Z] 12:05:01 4 9.87 0.00 4.39 1.82 0.07 83.86 [2022-07-13T12:13:28.803Z] 12:05:01 5 11.25 0.00 4.73 0.75 0.07 83.21 [2022-07-13T12:13:28.803Z] 12:05:01 6 13.88 0.00 4.57 1.63 0.05 79.87 [2022-07-13T12:13:28.803Z] 12:05:01 7 10.85 0.00 3.79 0.79 0.07 84.50 [2022-07-13T12:13:28.803Z] 12:06:01 all 32.65 0.00 7.38 1.06 0.09 58.82 [2022-07-13T12:13:28.803Z] 12:06:01 0 32.20 0.00 6.89 0.24 0.08 60.58 [2022-07-13T12:13:28.803Z] 12:06:01 1 33.25 0.00 7.52 0.57 0.08 58.57 [2022-07-13T12:13:28.803Z] 12:06:01 2 31.70 0.00 7.25 0.71 0.08 60.25 [2022-07-13T12:13:28.803Z] 12:06:01 3 33.38 0.00 7.75 2.30 0.10 56.46 [2022-07-13T12:13:28.803Z] 12:06:01 4 32.25 0.00 7.43 1.00 0.10 59.22 [2022-07-13T12:13:28.803Z] 12:06:01 5 33.58 0.00 7.00 0.20 0.10 59.12 [2022-07-13T12:13:28.803Z] 12:06:01 6 33.34 0.00 7.81 2.53 0.08 56.24 [2022-07-13T12:13:28.803Z] 12:06:01 7 31.49 0.00 7.36 0.90 0.10 60.15 [2022-07-13T12:13:28.803Z] 12:07:01 all 2.00 0.00 0.85 0.31 0.01 96.82 [2022-07-13T12:13:28.803Z] 12:07:01 0 1.98 0.00 0.70 0.02 0.02 97.29 [2022-07-13T12:13:28.803Z] 12:07:01 1 2.46 0.00 0.65 0.00 0.02 96.87 [2022-07-13T12:13:28.803Z] 12:07:01 2 1.67 0.00 0.95 0.00 0.02 97.36 [2022-07-13T12:13:28.803Z] 12:07:01 3 1.79 0.00 0.75 0.18 0.00 97.28 [2022-07-13T12:13:28.803Z] 12:07:01 4 2.26 0.00 0.65 0.02 0.00 97.07 [2022-07-13T12:13:28.803Z] 12:07:01 5 2.04 0.00 0.83 0.05 0.00 97.08 [2022-07-13T12:13:28.803Z] 12:07:01 6 2.33 0.00 0.79 0.00 0.02 96.87 [2022-07-13T12:13:28.803Z] 12:07:01 7 1.52 0.00 1.46 2.22 0.02 94.78 [2022-07-13T12:13:28.803Z] 12:08:01 all 0.02 0.00 0.02 0.00 0.00 99.95 [2022-07-13T12:13:28.803Z] 12:08:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2022-07-13T12:13:28.803Z] 12:08:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2022-07-13T12:13:28.803Z] 12:08:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2022-07-13T12:13:28.803Z] 12:08:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2022-07-13T12:13:28.803Z] 12:08:01 4 0.02 0.00 0.03 0.02 0.02 99.92 [2022-07-13T12:13:28.803Z] 12:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-07-13T12:13:28.803Z] 12:08:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-07-13T12:13:28.803Z] 12:08:01 7 0.03 0.00 0.02 0.02 0.00 99.93 [2022-07-13T12:13:28.803Z] 12:09:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2022-07-13T12:13:28.803Z] 12:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-07-13T12:13:28.803Z] 12:09:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2022-07-13T12:13:28.803Z] 12:09:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-07-13T12:13:28.803Z] 12:09:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2022-07-13T12:13:28.803Z] 12:09:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-07-13T12:13:28.803Z] 12:09:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2022-07-13T12:13:28.803Z] 12:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-07-13T12:13:28.803Z] 12:09:01 7 0.02 0.00 0.02 0.03 0.00 99.93 [2022-07-13T12:13:28.803Z] 12:10:01 all 0.21 0.00 0.04 0.01 0.00 99.74 [2022-07-13T12:13:28.803Z] 12:10:01 0 0.35 0.00 0.02 0.00 0.00 99.63 [2022-07-13T12:13:28.803Z] 12:10:01 1 0.28 0.00 0.03 0.00 0.00 99.68 [2022-07-13T12:13:28.803Z] 12:10:01 2 0.08 0.00 0.03 0.00 0.00 99.88 [2022-07-13T12:13:28.803Z] 12:10:01 3 0.13 0.00 0.05 0.00 0.02 99.80 [2022-07-13T12:13:28.803Z] 12:10:01 4 0.17 0.00 0.03 0.00 0.00 99.80 [2022-07-13T12:13:28.803Z] 12:10:01 5 0.38 0.00 0.08 0.02 0.00 99.52 [2022-07-13T12:13:28.803Z] 12:10:01 6 0.17 0.00 0.03 0.00 0.00 99.80 [2022-07-13T12:13:28.803Z] 12:10:01 7 0.13 0.00 0.02 0.05 0.00 99.80 [2022-07-13T12:13:28.803Z] 12:11:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2022-07-13T12:13:28.803Z] 12:11:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2022-07-13T12:13:28.803Z] 12:11:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2022-07-13T12:13:28.803Z] 12:11:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2022-07-13T12:13:28.803Z] 12:11:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2022-07-13T12:13:28.803Z] 12:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-07-13T12:13:28.803Z] 12:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-07-13T12:13:28.803Z] 12:11:01 6 0.03 0.00 0.03 0.00 0.00 99.93 [2022-07-13T12:13:28.803Z] 12:11:01 7 0.03 0.00 0.02 0.03 0.00 99.92 [2022-07-13T12:13:28.803Z] 12:12:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2022-07-13T12:13:28.803Z] 12:12:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-07-13T12:13:28.803Z] 12:12:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2022-07-13T12:13:28.803Z] 12:12:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-07-13T12:13:28.803Z] 12:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-07-13T12:13:28.803Z] 12:12:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2022-07-13T12:13:28.803Z] 12:12:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2022-07-13T12:13:28.803Z] 12:12:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-07-13T12:13:28.803Z] 12:12:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2022-07-13T12:13:28.803Z] 12:13:01 all 0.21 0.00 0.01 0.00 0.00 99.77 [2022-07-13T12:13:28.803Z] 12:13:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2022-07-13T12:13:28.803Z] 12:13:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2022-07-13T12:13:28.803Z] 12:13:01 2 1.53 0.00 0.07 0.00 0.00 98.40 [2022-07-13T12:13:28.803Z] 12:13:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2022-07-13T12:13:28.803Z] 12:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-07-13T12:13:28.803Z] 12:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-07-13T12:13:28.803Z] 12:13:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-07-13T12:13:28.803Z] 12:13:01 7 0.02 0.00 0.00 0.03 0.02 99.93 [2022-07-13T12:13:28.803Z] Average: all 5.13 0.00 1.42 0.34 0.02 93.09 [2022-07-13T12:13:28.803Z] Average: 0 5.20 0.00 1.48 0.55 0.02 92.75 [2022-07-13T12:13:28.803Z] Average: 1 5.07 0.00 1.52 0.30 0.02 93.09 [2022-07-13T12:13:28.803Z] Average: 2 5.21 0.00 1.42 0.13 0.02 93.23 [2022-07-13T12:13:28.803Z] Average: 3 5.19 0.00 1.38 0.44 0.02 92.97 [2022-07-13T12:13:28.803Z] Average: 4 4.90 0.00 1.37 0.31 0.02 93.41 [2022-07-13T12:13:28.803Z] Average: 5 5.18 0.00 1.38 0.11 0.02 93.31 [2022-07-13T12:13:28.803Z] Average: 6 5.46 0.00 1.45 0.45 0.02 92.63 [2022-07-13T12:13:28.803Z] Average: 7 4.82 0.00 1.38 0.45 0.02 93.32 [2022-07-13T12:13:28.803Z] [2022-07-13T12:13:28.803Z] [2022-07-13T12:13:28.803Z]