Pull request #461 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a01d74a938c33c0ab8f81077a47ab6205adc52a7+fa7eaa5b279c33a5518f76bb66d0defaa58499c5 (bc8ede3975b7f696805782fa7787c47a2a23048d) Running in Durability level: MAX_SURVIVABILITY 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-ssh1728441298252536553.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 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-ssh9208840086916313834.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 d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 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/edgex-ui-go/branches/PR-461/workspace@libs/edgex-global-pipelines # 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/edgex-ui-go/branches/PR-461/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4222754937628795516.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/edgex-ui-go/branches/PR-461/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4199158502442898458.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 # timeout=10 Commit message: "feat: implement new function to grab latest lts commit" > 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 shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2991175804004220523.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 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/edgex-ui-go/branches/PR-461/workspace@libs/lf-pipelines # 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/edgex-ui-go/branches/PR-461/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh333730320921869762.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 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > 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 d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1822 in /w/workspace/edgexfoundry_edgex-ui-go_PR-461 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-461 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' 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 /w/workspace/edgexfoundry_edgex-ui-go_PR-461@tmp/jenkins-gitclient-ssh2498936391453541399.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.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/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.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 /w/workspace/edgexfoundry_edgex-ui-go_PR-461@tmp/jenkins-gitclient-ssh6313594868589511499.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/461/head:refs/remotes/origin/PR-461 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit fa7eaa5b279c33a5518f76bb66d0defaa58499c5 into PR head commit a01d74a938c33c0ab8f81077a47ab6205adc52a7 Merge succeeded, producing a01d74a938c33c0ab8f81077a47ab6205adc52a7 Checking out Revision a01d74a938c33c0ab8f81077a47ab6205adc52a7 (PR-461) > git config core.sparsecheckout # timeout=10 > git checkout -f a01d74a938c33c0ab8f81077a47ab6205adc52a7 # timeout=10 > git remote # timeout=10 > 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 /w/workspace/edgexfoundry_edgex-ui-go_PR-461@tmp/jenkins-gitclient-ssh4920793050045343997.key > git merge fa7eaa5b279c33a5518f76bb66d0defaa58499c5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a01d74a938c33c0ab8f81077a47ab6205adc52a7 # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:09:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:09:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:09:54 ========================================================= 04:09:54 EdgeX Global Pipelines Version Info 04:09:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:09:56 ------------------- 04:09:56 stable info: 04:09:56 ------------------- 04:09:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:09:56 Commit SHA: d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 04:09:56 Message: testing jakarta lts changes 04:09:56 ------------------- 04:09:56 experimental info: 04:09:56 ------------------- 04:09:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:09:56 Commit SHA: d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 04:09:56 Message: testing jakarta lts changes [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:09:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 04:09:56 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 04:09:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:09:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:09:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:09:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 04:09:57 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:09:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:09:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:09:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:09:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:09:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 04:09:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:09:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:09:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:09:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:09:57 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:09:57 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:09:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:09:57 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:09:57 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:09:57 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:09:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:09:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:09:57 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:09:57 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:09:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-461 [Pipeline] echo 04:09:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-461 [Pipeline] echo 04:09:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-461 [Pipeline] echo 04:09:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a01d74a938c33c0ab8f81077a47ab6205adc52a7 [Pipeline] echo 04:09:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a01d74a [Pipeline] echo 04:09:58 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:09:58 provisioning config files... 04:09:58 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-461@tmp/config7295700879726909247tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:09:58 ---> docker-login.sh 04:09:58 nexus3.edgexfoundry.org:10001 04:09:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:58 Configure a credential helper to remove this warning. See 04:09:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:58 04:09:58 Login Succeeded 04:09:58 nexus3.edgexfoundry.org:10002 04:09:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:58 Configure a credential helper to remove this warning. See 04:09:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:58 04:09:58 Login Succeeded 04:09:58 nexus3.edgexfoundry.org:10003 04:09:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:58 Configure a credential helper to remove this warning. See 04:09:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:58 04:09:58 Login Succeeded 04:09:58 nexus3.edgexfoundry.org:10004 04:09:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:58 Configure a credential helper to remove this warning. See 04:09:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:58 04:09:58 Login Succeeded 04:09:58 docker.io 04:09:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:59 Configure a credential helper to remove this warning. See 04:09:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:59 04:09:59 Login Succeeded 04:09:59 ---> docker-login.sh ends [Pipeline] } 04:09:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:10:00 + git rev-list -1 --merges a01d74a938c33c0ab8f81077a47ab6205adc52a7~1..a01d74a938c33c0ab8f81077a47ab6205adc52a7 [Pipeline] echo 04:10:00 -----------> git rev-list -1 --merges a01d74a938c33c0ab8f81077a47ab6205adc52a7~1..a01d74a938c33c0ab8f81077a47ab6205adc52a7 a01d74a938c33c0ab8f81077a47ab6205adc52a7 [false] [Pipeline] sh 04:10:00 + git log --format=format:%s -1 a01d74a938c33c0ab8f81077a47ab6205adc52a7 [Pipeline] echo 04:10:00 ========================================================= 04:10:00 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:10:00 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:10:01 + git log --format=format:%s -1 a01d74a938c33c0ab8f81077a47ab6205adc52a7 [Pipeline] echo 04:10:01 [semverPrep] GIT_COMMIT: a01d74a938c33c0ab8f81077a47ab6205adc52a7, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-registry/v2 [Pipeline] echo 04:10:01 [semverPrep] This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:10:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:10:01 04:10:01 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:10:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:10:01 latest: Pulling from edgex-devops/git-semver 04:10:01 a0d0a0d46f8b: Pulling fs layer 04:10:01 3e5f54012d9b: Pulling fs layer 04:10:01 4c7163046ea9: Pulling fs layer 04:10:01 0c2d73faf560: Pulling fs layer 04:10:01 0c2d73faf560: Waiting 04:10:01 3e5f54012d9b: Verifying Checksum 04:10:01 3e5f54012d9b: Download complete 04:10:01 a0d0a0d46f8b: Verifying Checksum 04:10:01 a0d0a0d46f8b: Download complete 04:10:02 0c2d73faf560: Verifying Checksum 04:10:02 0c2d73faf560: Download complete 04:10:02 4c7163046ea9: Verifying Checksum 04:10:02 4c7163046ea9: Download complete 04:10:02 a0d0a0d46f8b: Pull complete 04:10:02 3e5f54012d9b: Pull complete 04:10:02 4c7163046ea9: Pull complete 04:10:02 0c2d73faf560: Pull complete 04:10:02 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 04:10:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:10:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:10:02 prd-centos7-docker-4c-2g-1822 does not seem to be running inside a container 04:10:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-461 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-461:/w/workspace/edgexfoundry_edgex-ui-go_PR-461:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-461@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-461@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:10:03 $ docker top e8dae938e2a376c77e82bb1408f83a2b0374981c9a1ff769e50a615d4a7a68dc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:10:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:10:03 [ssh-agent] Looking for ssh-agent implementation... 04:10:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:10:03 $ docker exec e8dae938e2a376c77e82bb1408f83a2b0374981c9a1ff769e50a615d4a7a68dc ssh-agent 04:10:04 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXfajHPO/agent.13 04:10:04 SSH_AGENT_PID=19 04:10:04 Running ssh-add (command line suppressed) 04:10:04 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-461@tmp/private_key_2777984346103769753.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-461@tmp/private_key_2777984346103769753.key) 04:10:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:10:04 + git tag --points-at HEAD [Pipeline] } 04:10:04 $ docker exec --env ******** --env ******** e8dae938e2a376c77e82bb1408f83a2b0374981c9a1ff769e50a615d4a7a68dc ssh-agent -k 04:10:04 unset SSH_AUTH_SOCK; 04:10:04 unset SSH_AGENT_PID; 04:10:04 echo Agent pid 19 killed; 04:10:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:10:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:10:04 [ssh-agent] Looking for ssh-agent implementation... 04:10:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:10:04 $ docker exec e8dae938e2a376c77e82bb1408f83a2b0374981c9a1ff769e50a615d4a7a68dc ssh-agent 04:10:04 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXPmmPCo/agent.54 04:10:04 SSH_AGENT_PID=60 04:10:04 Running ssh-add (command line suppressed) 04:10:05 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-461@tmp/private_key_1957681286868126995.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-461@tmp/private_key_1957681286868126995.key) 04:10:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:10:05 + git semver init 04:10:05 # -> Open(): unable to determine branch for HEAD 04:10:05 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-461/.git 04:10:05 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-461 04:10:05 # $SEMVER_REMOTE_NAME = origin 04:10:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:10:05 # $SEMVER_USER_NAME = edgex-jenkins 04:10:05 # $SEMVER_BRANCH = PR-461 04:10:05 # $SEMVER_TEMP = /tmp/semver-754605291 04:10:05 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 04:10:07 # '/tmp/semver-754605291' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-461/.semver' 04:10:07 # -> Force: false 04:10:07 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-461/.semver [Pipeline] } 04:10:07 $ docker exec --env ******** --env ******** e8dae938e2a376c77e82bb1408f83a2b0374981c9a1ff769e50a615d4a7a68dc ssh-agent -k 04:10:08 unset SSH_AUTH_SOCK; 04:10:08 unset SSH_AGENT_PID; 04:10:08 echo Agent pid 60 killed; 04:10:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:10:08 + git semver [Pipeline] } 04:10:08 $ docker stop --time=1 e8dae938e2a376c77e82bb1408f83a2b0374981c9a1ff769e50a615d4a7a68dc 04:10:09 $ docker rm -f e8dae938e2a376c77e82bb1408f83a2b0374981c9a1ff769e50a615d4a7a68dc [Pipeline] // withDockerContainer [Pipeline] sh 04:10:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:10:10 Stashed 1 file(s) [Pipeline] echo 04:10:10 [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] node [Pipeline] node 04:10:25 Still waiting to schedule task 04:10:25 ‘prd-centos7-docker-4c-2g-1826’ is offline 04:10:25 ‘prd-ubuntu18.04-docker-8c-8g-1716’ doesn’t have label ‘centos7-docker-4c-2g’ 04:10:25 ‘prd-ubuntu18.04-docker-arm64-4c-16g-1765’ doesn’t have label ‘centos7-docker-4c-2g’ 04:10:25 ‘prd-ubuntu18.04-docker-arm64-4c-16g-1823’ doesn’t have label ‘centos7-docker-4c-2g’ 04:10:25 Still waiting to schedule task 04:10:25 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:11:19 Running on prd-centos7-docker-4c-2g-1830 in /w/workspace/edgexfoundry_edgex-ui-go_PR-461 [Pipeline] { [Pipeline] ws 04:11:19 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 04:11:19 The recommended git tool is: git 04:11:21 using credential edgex-jenkins-ssh 04:11:21 Cloning the remote Git repository 04:11:21 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 04:11:21 > git init /w/workspace/edgex-ui-go/1 # timeout=10 04:11:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:11:21 > git --version # timeout=10 04:11:22 > git --version # 'git version 2.24.4' 04:11:22 using GIT_SSH to set credentials SSH Credentials for GitHub 04:11:22 [INFO] Currently running in a labeled security context 04:11:22 [INFO] Currently SELinux is 'enforcing' on the host 04:11:22 > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh3801016453395123829.key 04:11:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:11:25 Merging remotes/origin/main commit fa7eaa5b279c33a5518f76bb66d0defaa58499c5 into PR head commit a01d74a938c33c0ab8f81077a47ab6205adc52a7 04:11:25 Merge succeeded, producing a01d74a938c33c0ab8f81077a47ab6205adc52a7 04:11:25 Checking out Revision a01d74a938c33c0ab8f81077a47ab6205adc52a7 (PR-461) 04:11:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:11:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:11:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:11:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:11:24 using GIT_SSH to set credentials SSH Credentials for GitHub 04:11:24 [INFO] Currently running in a labeled security context 04:11:24 [INFO] Currently SELinux is 'enforcing' on the host 04:11:24 > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh5445080138564668093.key 04:11:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/461/head:refs/remotes/origin/PR-461 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:11:25 > git config core.sparsecheckout # timeout=10 04:11:25 > git checkout -f a01d74a938c33c0ab8f81077a47ab6205adc52a7 # timeout=10 04:11:25 > git remote # timeout=10 04:11:25 > git config --get remote.origin.url # timeout=10 04:11:25 using GIT_SSH to set credentials SSH Credentials for GitHub 04:11:25 [INFO] Currently running in a labeled security context 04:11:25 [INFO] Currently SELinux is 'enforcing' on the host 04:11:25 > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh7180072609150742996.key 04:11:25 > git merge fa7eaa5b279c33a5518f76bb66d0defaa58499c5 # timeout=10 04:11:25 > git rev-parse HEAD^{commit} # timeout=10 04:11:25 > git config core.sparsecheckout # timeout=10 04:11:25 > git checkout -f a01d74a938c33c0ab8f81077a47ab6205adc52a7 # timeout=10 04:11:29 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" 04:11:29 > git --version # timeout=10 04:11:29 > git --version # 'git version 2.24.4' 04:11:29 fatal: bad object d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:11:29 provisioning config files... 04:11:29 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config1224526115721967845tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:11:30 ---> docker-login.sh 04:11:30 nexus3.edgexfoundry.org:10001 04:11:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:11:30 Configure a credential helper to remove this warning. See 04:11:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:11:30 04:11:30 Login Succeeded 04:11:30 nexus3.edgexfoundry.org:10002 04:11:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:11:30 Configure a credential helper to remove this warning. See 04:11:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:11:30 04:11:30 Login Succeeded 04:11:30 nexus3.edgexfoundry.org:10003 04:11:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:11:30 Configure a credential helper to remove this warning. See 04:11:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:11:30 04:11:30 Login Succeeded 04:11:30 nexus3.edgexfoundry.org:10004 04:11:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:11:30 Configure a credential helper to remove this warning. See 04:11:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:11:30 04:11:30 Login Succeeded 04:11:30 docker.io 04:11:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:11:31 Configure a credential helper to remove this warning. See 04:11:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:11:31 04:11:31 Login Succeeded 04:11:31 ---> docker-login.sh ends [Pipeline] } 04:11:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:11:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:11:31 ========================================================= 04:11:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 04:11:31 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 04:11:31 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine --build-arg 'MAKE=echo noop' --target=builder . 04:11:31 Sending build context to Docker daemon 20.59MB 04:11:31 Step 1/14 : ARG BASE=golang:1.16-alpine3.14 04:11:31 Step 2/14 : FROM ${BASE} AS builder 04:11:32 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 04:11:32 a0d0a0d46f8b: Pulling fs layer 04:11:32 31adcdaf11c8: Pulling fs layer 04:11:32 b8b176561691: Pulling fs layer 04:11:32 4527c011a84f: Pulling fs layer 04:11:32 5d74067f8e1e: Pulling fs layer 04:11:32 e0aca202a116: Pulling fs layer 04:11:32 3a43be97a3b4: Pulling fs layer 04:11:32 34cad66bf833: Pulling fs layer 04:11:32 b4e3c513aaa6: Pulling fs layer 04:11:32 4527c011a84f: Waiting 04:11:32 5d74067f8e1e: Waiting 04:11:32 e0aca202a116: Waiting 04:11:32 3a43be97a3b4: Waiting 04:11:32 34cad66bf833: Waiting 04:11:32 b4e3c513aaa6: Waiting 04:11:32 b8b176561691: Verifying Checksum 04:11:32 b8b176561691: Download complete 04:11:32 31adcdaf11c8: Verifying Checksum 04:11:32 31adcdaf11c8: Download complete 04:11:32 5d74067f8e1e: Verifying Checksum 04:11:32 5d74067f8e1e: Download complete 04:11:32 e0aca202a116: Download complete 04:11:32 a0d0a0d46f8b: Verifying Checksum 04:11:32 a0d0a0d46f8b: Download complete 04:11:32 3a43be97a3b4: Verifying Checksum 04:11:32 3a43be97a3b4: Download complete 04:11:32 34cad66bf833: Verifying Checksum 04:11:32 34cad66bf833: Download complete 04:11:32 a0d0a0d46f8b: Pull complete 04:11:32 b4e3c513aaa6: Verifying Checksum 04:11:32 b4e3c513aaa6: Download complete 04:11:32 4527c011a84f: Verifying Checksum 04:11:32 4527c011a84f: Download complete 04:11:32 31adcdaf11c8: Pull complete 04:11:32 b8b176561691: Pull complete 04:11:36 4527c011a84f: Pull complete 04:11:36 5d74067f8e1e: Pull complete 04:11:36 e0aca202a116: Pull complete 04:11:36 3a43be97a3b4: Pull complete 04:11:36 34cad66bf833: Pull complete 04:11:39 b4e3c513aaa6: Pull complete 04:11:39 Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 04:11:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 04:11:39 ---> 9f6097aaca64 04:11:39 Step 3/14 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:11:41 ---> Running in c3f3cd6cfe74 04:11:41 Removing intermediate container c3f3cd6cfe74 04:11:41 ---> 62e21a0fc877 04:11:41 Step 4/14 : ARG ALPINE_PKG_BASE="make git" 04:11:41 ---> Running in 9b8bb9e0a975 04:11:41 Removing intermediate container 9b8bb9e0a975 04:11:41 ---> e074c5503c42 04:11:41 Step 5/14 : ARG ALPINE_PKG_EXTRA="" 04:11:41 ---> Running in 2d6a711c043e 04:11:41 Removing intermediate container 2d6a711c043e 04:11:41 ---> bea7240f0f04 04:11:41 Step 6/14 : LABEL Name=edgex-ui-go 04:11:41 ---> Running in b5b64c6c1776 04:11:41 Removing intermediate container b5b64c6c1776 04:11:41 ---> 590c13c38b7e 04:11:41 Step 7/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 04:11:41 ---> Running in 039468fcfb26 04:11:41 Removing intermediate container 039468fcfb26 04:11:41 ---> 577b1ef070cc 04:11:41 Step 8/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:11:41 ---> Running in 714a00c7d39b 04:11:42 Removing intermediate container 714a00c7d39b 04:11:42 ---> 8c6c9b362f45 04:11:42 Step 9/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:11:42 ---> Running in 5f723b2ed169 04:11:42 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 04:11:43 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 04:11:43 OK: 220 MiB in 52 packages 04:11:44 Removing intermediate container 5f723b2ed169 04:11:44 ---> 4577ed8dfae8 04:11:44 Step 10/14 : ENV GO111MODULE=on 04:11:44 ---> Running in 366334c68bf0 04:11:44 Removing intermediate container 366334c68bf0 04:11:44 ---> 72ed11fdaa28 04:11:44 Step 11/14 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:11:44 ---> Running in b3e6ac2c302c 04:11:44 Removing intermediate container b3e6ac2c302c 04:11:44 ---> 46c6f999ee3b 04:11:44 Step 12/14 : COPY . . 04:11:44 ---> a2d39b71a014 04:11:44 Step 13/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:11:44 ---> Running in c3f47b64df76 04:11:57 Removing intermediate container c3f47b64df76 04:11:57 ---> e36ad19e907b 04:11:57 Step 14/14 : RUN ${MAKE} 04:11:57 ---> Running in c01099173c8d 04:11:57 noop 04:11:57 Removing intermediate container c01099173c8d 04:11:57 ---> 8cbfc2f2b1fa 04:11:57 Successfully built 8cbfc2f2b1fa 04:11:57 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:11:57 + docker inspect -f . ci-base-image-x86_64 04:11:57 . [Pipeline] withDockerContainer 04:11:57 prd-centos7-docker-4c-2g-1830 does not seem to be running inside a container 04:11:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/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 ******** ci-base-image-x86_64 cat 04:11:58 $ docker top 8ac0ce69dc2d822d3d0db2d4f3ae300705d96e042194d01018c783f58b17963e -eo pid,comm [Pipeline] { [Pipeline] sh 04:11:58 + go version 04:11:58 go version go1.16.8 linux/amd64 [Pipeline] } 04:11:58 $ docker stop --time=1 8ac0ce69dc2d822d3d0db2d4f3ae300705d96e042194d01018c783f58b17963e 04:11:59 $ docker rm -f 8ac0ce69dc2d822d3d0db2d4f3ae300705d96e042194d01018c783f58b17963e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:12:00 + docker inspect -f . ci-base-image-x86_64 04:12:00 . [Pipeline] withDockerContainer 04:12:00 prd-centos7-docker-4c-2g-1830 does not seem to be running inside a container 04:12:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/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 ******** ci-base-image-x86_64 cat 04:12:00 $ docker top 31ee715a40a514c82acef72dd46d4977510c3cafc02013787b2722ff788eb8a8 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 04:12:01 + make test 04:12:01 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:12:01 ? github.com/edgexfoundry/edgex-ui-go [no test files] 04:12:14 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 04:12:14 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 04:12:14 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 04:12:14 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 04:12:14 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 04:12:14 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 04:12:14 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 04:12:14 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 04:12:14 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 04:12:14 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 04:12:14 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 04:12:14 ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] 04:12:14 CGO_ENABLED=0 GO111MODULE=on go vet ./... 04:12:19 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:12:19 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] } 04:12:19 $ docker stop --time=1 31ee715a40a514c82acef72dd46d4977510c3cafc02013787b2722ff788eb8a8 04:12:20 $ docker rm -f 31ee715a40a514c82acef72dd46d4977510c3cafc02013787b2722ff788eb8a8 [Pipeline] // withDockerContainer [Pipeline] sh 04:12:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:12:21 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:12:22 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:12:22 + ls -al . 04:12:22 total 88 04:12:22 drwxrwxr-x. 12 jenkins jenkins 4096 Oct 26 04:12 . 04:12:22 drwxrwxr-x. 4 jenkins jenkins 28 Oct 26 04:11 .. 04:12:22 drwxrwxr-x. 3 jenkins jenkins 20 Oct 26 04:11 assets 04:12:22 drwxrwxr-x. 2 jenkins jenkins 66 Oct 26 04:11 bin 04:12:22 drwxrwxr-x. 3 jenkins jenkins 29 Oct 26 04:11 cmd 04:12:22 -rw-rw-r--. 1 jenkins jenkins 3959 Oct 26 04:11 CONTRIBUTING.md 04:12:22 -rw-r--r--. 1 jenkins jenkins 10 Oct 26 04:12 coverage.out 04:12:22 -rw-rw-r--. 1 jenkins jenkins 1526 Oct 26 04:11 Dockerfile 04:12:22 drwxrwxr-x. 2 jenkins jenkins 23 Oct 26 04:11 docs 04:12:22 drwxrwxr-x. 8 jenkins jenkins 179 Oct 26 04:11 .git 04:12:22 drwxrwxr-x. 2 jenkins jenkins 103 Oct 26 04:11 .github 04:12:22 -rw-rw-r--. 1 jenkins jenkins 155 Oct 26 04:11 .gitignore 04:12:22 -rw-rw-r--. 1 jenkins jenkins 880 Oct 26 04:11 go.mod 04:12:22 -rw-rw-r--. 1 jenkins jenkins 24176 Oct 26 04:11 go.sum 04:12:22 drwxrwxr-x. 9 jenkins jenkins 125 Oct 26 04:11 internal 04:12:22 -rw-rw-r--. 1 jenkins jenkins 652 Oct 26 04:11 Jenkinsfile 04:12:22 -rw-rw-r--. 1 jenkins jenkins 11357 Oct 26 04:11 LICENSE 04:12:22 -rw-rw-r--. 1 jenkins jenkins 1212 Oct 26 04:11 Makefile 04:12:22 drwxrwxr-x. 3 jenkins jenkins 19 Oct 26 04:11 pkg 04:12:22 -rw-rw-r--. 1 jenkins jenkins 5509 Oct 26 04:11 README.md 04:12:22 drwxrwxr-x. 4 jenkins jenkins 54 Oct 26 04:11 snap 04:12:22 -rw-rw-r--. 1 jenkins jenkins 5 Oct 26 04:10 VERSION 04:12:22 -rw-rw-r--. 1 jenkins jenkins 155 Oct 26 04:11 version.go 04:12:22 drwxrwxr-x. 4 jenkins jenkins 4096 Oct 26 04:11 web [Pipeline] isUnix [Pipeline] sh 04:12:22 + docker build -t edgex-ui -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=a01d74a938c33c0ab8f81077a47ab6205adc52a7 --label arch=amd64 --label version=0.0.0 . 04:12:22 Sending build context to Docker daemon 20.59MB 04:12:22 Step 1/22 : ARG BASE=golang:1.16-alpine3.14 04:12:22 Step 2/22 : FROM ${BASE} AS builder 04:12:22 ---> 8cbfc2f2b1fa 04:12:22 Step 3/22 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:12:22 ---> Running in be2843d9e5ac 04:12:22 Removing intermediate container be2843d9e5ac 04:12:22 ---> 34f794e12a10 04:12:22 Step 4/22 : ARG ALPINE_PKG_BASE="make git" 04:12:22 ---> Running in 05e2f544b3bb 04:12:22 Removing intermediate container 05e2f544b3bb 04:12:22 ---> 7ce8ac69b150 04:12:22 Step 5/22 : ARG ALPINE_PKG_EXTRA="" 04:12:23 ---> Running in 952ff210b528 04:12:23 Removing intermediate container 952ff210b528 04:12:23 ---> dfb2096385ad 04:12:23 Step 6/22 : LABEL Name=edgex-ui-go 04:12:23 ---> Running in 50fa12059f30 04:12:23 Removing intermediate container 50fa12059f30 04:12:23 ---> ad1f574d8f84 04:12:23 Step 7/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 04:12:23 ---> Running in c93bf6693f8d 04:12:23 Removing intermediate container c93bf6693f8d 04:12:23 ---> aea98a575660 04:12:23 Step 8/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:12:23 ---> Running in b0eea795b5c9 04:12:23 Removing intermediate container b0eea795b5c9 04:12:23 ---> 070930d2eefe 04:12:23 Step 9/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:12:23 ---> Running in b886b2af375b 04:12:24 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 04:12:24 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 04:12:25 OK: 220 MiB in 52 packages 04:12:25 Removing intermediate container b886b2af375b 04:12:25 ---> e7533fa941fa 04:12:25 Step 10/22 : ENV GO111MODULE=on 04:12:25 ---> Running in 28e5bc7b70e7 04:12:25 Removing intermediate container 28e5bc7b70e7 04:12:25 ---> 65a82053671a 04:12:25 Step 11/22 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:12:25 ---> Running in d28b39857e08 04:12:25 Removing intermediate container d28b39857e08 04:12:25 ---> 09750ce9a6f2 04:12:25 Step 12/22 : COPY . . 04:12:26 ---> c8bdfde82549 04:12:26 Step 13/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:12:26 ---> Running in 8ccd0bb8675c 04:12:27 Removing intermediate container 8ccd0bb8675c 04:12:27 ---> 8a362ec1f54b 04:12:27 Step 14/22 : RUN ${MAKE} 04:12:27 ---> Running in 52241143b24b 04:12:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 04:12:35 CGO_ENABLED=0 GO111MODULE=on go build ./... 04:12:37 Removing intermediate container 52241143b24b 04:12:37 ---> 604ecd531001 04:12:37 Step 15/22 : FROM alpine:3.14 04:12:37 3.14: Pulling from library/alpine 04:12:38 a0d0a0d46f8b: Already exists 04:12:38 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 04:12:38 Status: Downloaded newer image for alpine:3.14 04:12:38 ---> 14119a10abf4 04:12:38 Step 16/22 : EXPOSE 4000 04:12:38 ---> Running in 81370f6b787f 04:12:38 Removing intermediate container 81370f6b787f 04:12:38 ---> 85a18084974c 04:12:38 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 04:12:38 ---> e802fd77b1b8 04:12:38 Step 18/22 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 04:12:38 ---> Running in 1d2577e186f5 04:12:38 Removing intermediate container 1d2577e186f5 04:12:38 ---> f834ef5a3704 04:12:38 Step 19/22 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 04:12:38 ---> Running in 890f4dbdaf93 04:12:38 Removing intermediate container 890f4dbdaf93 04:12:38 ---> f600d41b9b19 04:12:38 Step 20/22 : LABEL arch=amd64 04:12:38 ---> Running in 81f41707ea27 04:12:39 Removing intermediate container 81f41707ea27 04:12:39 ---> cbf779ac94b1 04:12:39 Step 21/22 : LABEL git_sha=a01d74a938c33c0ab8f81077a47ab6205adc52a7 04:12:39 ---> Running in f7f5902eb820 04:12:39 Removing intermediate container f7f5902eb820 04:12:39 ---> 25dd75090107 04:12:39 Step 22/22 : LABEL version=0.0.0 04:12:39 ---> Running in b301e8df28ea 04:12:39 Removing intermediate container b301e8df28ea 04:12:39 ---> a051ceddd329 04:12:39 [Warning] One or more build-args [ARCH] were not consumed 04:12:39 Successfully built a051ceddd329 04:12:39 Successfully tagged edgex-ui:latest [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] sh 04:12:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:12:40 04:12:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 04:12:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:12:40 latest: Pulling from edgex-lftools-log-publisher 04:12:40 b4d181a07f80: Pulling fs layer 04:12:40 a1111a8f2ec3: Pulling fs layer 04:12:40 ed53099fbce6: Pulling fs layer 04:12:40 dc539afda2c1: Pulling fs layer 04:12:40 77bc0d833cb6: Pulling fs layer 04:12:40 9065ff56babe: Pulling fs layer 04:12:40 d287ab97295c: Pulling fs layer 04:12:40 dc539afda2c1: Waiting 04:12:40 77bc0d833cb6: Waiting 04:12:40 9065ff56babe: Waiting 04:12:40 d287ab97295c: Waiting 04:12:40 a1111a8f2ec3: Verifying Checksum 04:12:40 a1111a8f2ec3: Download complete 04:12:40 dc539afda2c1: Verifying Checksum 04:12:40 dc539afda2c1: Download complete 04:12:40 ed53099fbce6: Verifying Checksum 04:12:40 ed53099fbce6: Download complete 04:12:40 9065ff56babe: Verifying Checksum 04:12:40 9065ff56babe: Download complete 04:12:40 b4d181a07f80: Verifying Checksum 04:12:40 b4d181a07f80: Download complete 04:12:40 77bc0d833cb6: Verifying Checksum 04:12:40 77bc0d833cb6: Download complete 04:12:41 d287ab97295c: Verifying Checksum 04:12:41 d287ab97295c: Download complete 04:12:42 b4d181a07f80: Pull complete 04:12:42 a1111a8f2ec3: Pull complete 04:12:42 ed53099fbce6: Pull complete 04:12:42 dc539afda2c1: Pull complete 04:12:43 77bc0d833cb6: Pull complete 04:12:43 9065ff56babe: Pull complete 04:12:48 d287ab97295c: Pull complete 04:12:48 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 04:12:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:12:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 04:12:48 prd-centos7-docker-4c-2g-1830 does not seem to be running inside a container 04:12:48 $ 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/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:12:51 $ docker top 3881132b382be30bb5aeb731c5565d0c61c916825d39b056df66f04e31c3fb04 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:12:51 ---> job-cost.sh 04:12:51 lf-activate-venv: SKIPPING 04:12:51 INFO: No Stack... 04:12:54 INFO: Retrieving Pricing Info for: v3-standard-2 04:12:54 INFO: Archiving Costs [Pipeline] sh 04:12:54 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv 04:12:54 + cut -d, -f6 [Pipeline] lock 04:12:54 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-461-1-stack-cost] 04:12:54 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-461-1-stack-cost] did not exist. Created. 04:12:54 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-461-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:12:54 + echo total: 0.05999999865889549 [Pipeline] stash 04:12:54 Stashed 1 file(s) [Pipeline] } 04:12:54 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-461-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:12:54 $ docker stop --time=1 3881132b382be30bb5aeb731c5565d0c61c916825d39b056df66f04e31c3fb04 04:12:56 $ docker rm -f 3881132b382be30bb5aeb731c5565d0c61c916825d39b056df66f04e31c3fb04 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 04:14:24 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1840 in /w/workspace/edgexfoundry_edgex-ui-go_PR-461 [Pipeline] { [Pipeline] ws 04:14:24 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 04:14:25 The recommended git tool is: git 04:14:32 using credential edgex-jenkins-ssh 04:14:32 Cloning the remote Git repository 04:14:32 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 04:14:32 > git init /w/workspace/edgex-ui-go/1 # timeout=10 04:14:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:14:32 > git --version # timeout=10 04:14:32 > git --version # 'git version 2.17.1' 04:14:32 using GIT_SSH to set credentials SSH Credentials for GitHub 04:14:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:14:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:14:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:14:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:14:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:14:36 using GIT_SSH to set credentials SSH Credentials for GitHub 04:14:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/461/head:refs/remotes/origin/PR-461 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:14:37 Merging remotes/origin/main commit fa7eaa5b279c33a5518f76bb66d0defaa58499c5 into PR head commit a01d74a938c33c0ab8f81077a47ab6205adc52a7 04:14:37 Merge succeeded, producing a01d74a938c33c0ab8f81077a47ab6205adc52a7 04:14:37 Checking out Revision a01d74a938c33c0ab8f81077a47ab6205adc52a7 (PR-461) 04:14:37 > git config core.sparsecheckout # timeout=10 04:14:37 > git checkout -f a01d74a938c33c0ab8f81077a47ab6205adc52a7 # timeout=10 04:14:37 > git remote # timeout=10 04:14:37 > git config --get remote.origin.url # timeout=10 04:14:37 using GIT_SSH to set credentials SSH Credentials for GitHub 04:14:37 > git merge fa7eaa5b279c33a5518f76bb66d0defaa58499c5 # timeout=10 04:14:37 > git rev-parse HEAD^{commit} # timeout=10 04:14:37 > git config core.sparsecheckout # timeout=10 04:14:37 > git checkout -f a01d74a938c33c0ab8f81077a47ab6205adc52a7 # timeout=10 04:14:42 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" 04:14:42 > git --version # timeout=10 04:14:42 > git --version # 'git version 2.17.1' 04:14:42 fatal: bad object d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:14:43 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:14:43 % Total % Received % Xferd Average Speed Time Time Time Current 04:14:43 Dload Upload Total Spent Left Speed 04:14:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 172k 0 --:--:-- --:--:-- --:--:-- 172k [Pipeline] sh 04:14:44 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:14:44 + sudo tee /etc/docker/daemon.new 04:14:44 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:14:44 { 04:14:44 "registry-mirrors": [ 04:14:44 "https://nexus3.edgexfoundry.org:10001" 04:14:44 ], 04:14:44 "bip": "10.250.0.254/24", 04:14:44 "hosts": [ 04:14:44 "tcp://0.0.0.0:5555", 04:14:44 "unix:///var/run/docker.sock" 04:14:44 ], 04:14:44 "mtu": 1458, 04:14:44 "selinux-enabled": true, 04:14:44 "seccomp-profile": "/etc/docker/seccomp.json" 04:14:44 } [Pipeline] sh 04:14:45 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:14:45 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:15:03 provisioning config files... 04:15:03 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config5609008048349489828tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:15:04 ---> docker-login.sh 04:15:04 nexus3.edgexfoundry.org:10001 04:15:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:05 Configure a credential helper to remove this warning. See 04:15:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:05 04:15:05 Login Succeeded 04:15:05 nexus3.edgexfoundry.org:10002 04:15:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:06 Configure a credential helper to remove this warning. See 04:15:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:06 04:15:06 Login Succeeded 04:15:06 nexus3.edgexfoundry.org:10003 04:15:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:07 Configure a credential helper to remove this warning. See 04:15:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:07 04:15:07 Login Succeeded 04:15:07 nexus3.edgexfoundry.org:10004 04:15:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:07 Configure a credential helper to remove this warning. See 04:15:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:07 04:15:07 Login Succeeded 04:15:07 docker.io 04:15:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:08 Configure a credential helper to remove this warning. See 04:15:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:08 04:15:08 Login Succeeded 04:15:08 ---> docker-login.sh ends [Pipeline] } 04:15:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:15:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:15:09 ========================================================= 04:15:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 04:15:09 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 04:15:09 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine --build-arg MAKE=echo noop --target=builder . 04:15:10 Sending build context to Docker daemon 20.59MB 04:15:10 Step 1/14 : ARG BASE=golang:1.16-alpine3.14 04:15:10 Step 2/14 : FROM ${BASE} AS builder 04:15:11 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:15:11 552d1f2373af: Pulling fs layer 04:15:11 ea3f2d53f512: Pulling fs layer 04:15:11 9e70ebbbe112: Pulling fs layer 04:15:11 7a9cfe048b4a: Pulling fs layer 04:15:11 72dc09318566: Pulling fs layer 04:15:11 f4f7b4309257: Pulling fs layer 04:15:11 0ac9a79272e3: Pulling fs layer 04:15:11 b78e95d17946: Pulling fs layer 04:15:11 72dc09318566: Waiting 04:15:11 f4f7b4309257: Waiting 04:15:11 0ac9a79272e3: Waiting 04:15:11 b78e95d17946: Waiting 04:15:11 7a9cfe048b4a: Waiting 04:15:11 9e70ebbbe112: Verifying Checksum 04:15:11 9e70ebbbe112: Download complete 04:15:11 ea3f2d53f512: Verifying Checksum 04:15:11 ea3f2d53f512: Download complete 04:15:11 72dc09318566: Verifying Checksum 04:15:11 72dc09318566: Download complete 04:15:11 f4f7b4309257: Verifying Checksum 04:15:11 f4f7b4309257: Download complete 04:15:11 552d1f2373af: Verifying Checksum 04:15:11 552d1f2373af: Download complete 04:15:11 0ac9a79272e3: Verifying Checksum 04:15:11 0ac9a79272e3: Download complete 04:15:12 552d1f2373af: Pull complete 04:15:13 ea3f2d53f512: Pull complete 04:15:13 9e70ebbbe112: Pull complete 04:15:13 b78e95d17946: Verifying Checksum 04:15:13 b78e95d17946: Download complete 04:15:14 7a9cfe048b4a: Verifying Checksum 04:15:14 7a9cfe048b4a: Download complete 04:15:26 7a9cfe048b4a: Pull complete 04:15:26 72dc09318566: Pull complete 04:15:26 f4f7b4309257: Pull complete 04:15:26 0ac9a79272e3: Pull complete 04:15:32 b78e95d17946: Pull complete 04:15:32 Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 04:15:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 04:15:32 ---> 8b459fc5aaf0 04:15:32 Step 3/14 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:15:33 ---> Running in 1b8dd8ad6a06 04:15:33 Removing intermediate container 1b8dd8ad6a06 04:15:33 ---> f84e97ea4d26 04:15:33 Step 4/14 : ARG ALPINE_PKG_BASE="make git" 04:15:33 ---> Running in 52e5ab100bc0 04:15:34 Removing intermediate container 52e5ab100bc0 04:15:34 ---> 9960ee07fbaf 04:15:34 Step 5/14 : ARG ALPINE_PKG_EXTRA="" 04:15:34 ---> Running in d7750fa973be 04:15:34 Removing intermediate container d7750fa973be 04:15:34 ---> 6c781731321d 04:15:34 Step 6/14 : LABEL Name=edgex-ui-go 04:15:34 ---> Running in 2243a6344bd8 04:15:35 Removing intermediate container 2243a6344bd8 04:15:35 ---> 6e90241d25ca 04:15:35 Step 7/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 04:15:35 ---> Running in 23fdb7114f08 04:15:36 Removing intermediate container 23fdb7114f08 04:15:36 ---> 02e20b7f7b7b 04:15:36 Step 8/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:15:36 ---> Running in c86e2d32fa22 04:15:38 Removing intermediate container c86e2d32fa22 04:15:38 ---> c44e6804a40d 04:15:38 Step 9/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:15:38 ---> Running in 021b45fce791 04:15:40 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 04:15:40 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 04:15:41 OK: 219 MiB in 52 packages 04:15:42 Removing intermediate container 021b45fce791 04:15:42 ---> f99e9cad7ba5 04:15:42 Step 10/14 : ENV GO111MODULE=on 04:15:42 ---> Running in 1e4fd5189e7c 04:15:43 Removing intermediate container 1e4fd5189e7c 04:15:43 ---> 906c8f48d81f 04:15:43 Step 11/14 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:15:43 ---> Running in 1894d1c2a71a 04:15:43 Removing intermediate container 1894d1c2a71a 04:15:43 ---> f8922bb4fdbe 04:15:43 Step 12/14 : COPY . . 04:15:46 ---> cd959a14fedb 04:15:46 Step 13/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:15:46 ---> Running in b4b4d7517f22 04:16:19 Removing intermediate container b4b4d7517f22 04:16:19 ---> 8a8793af19f9 04:16:19 Step 14/14 : RUN ${MAKE} 04:16:19 ---> Running in 11d5cf8333e3 04:16:19 noop 04:16:19 Removing intermediate container 11d5cf8333e3 04:16:19 ---> 4a48bee32c9b 04:16:19 Successfully built 4a48bee32c9b 04:16:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:16:19 + docker inspect -f . ci-base-image-arm64 04:16:19 . [Pipeline] withDockerContainer 04:16:19 prd-ubuntu18.04-docker-arm64-4c-16g-1840 does not seem to be running inside a container 04:16:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/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 ******** ci-base-image-arm64 cat 04:16:21 $ docker top 310745c9bd0db9ab0e963a4a206a9bf2f77789b05f3206145b6fa67e289ec5ac -eo pid,comm [Pipeline] { [Pipeline] sh 04:16:22 + go version 04:16:22 go version go1.16.8 linux/arm64 [Pipeline] } 04:16:22 $ docker stop --time=1 310745c9bd0db9ab0e963a4a206a9bf2f77789b05f3206145b6fa67e289ec5ac 04:16:24 $ docker rm -f 310745c9bd0db9ab0e963a4a206a9bf2f77789b05f3206145b6fa67e289ec5ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:16:25 + docker inspect -f . ci-base-image-arm64 04:16:25 . [Pipeline] withDockerContainer 04:16:25 prd-ubuntu18.04-docker-arm64-4c-16g-1840 does not seem to be running inside a container 04:16:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/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 ******** ci-base-image-arm64 cat 04:16:26 $ docker top db7f5aa8427081c2f341187e06acfa57a6e5e79a06a566a9e0ccbc0b00ec493a -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 04:16:27 + make test 04:16:27 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:16:29 ? github.com/edgexfoundry/edgex-ui-go [no test files] 04:17:26 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 04:17:26 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 04:17:26 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 04:17:26 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 04:17:26 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 04:17:26 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 04:17:26 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 04:17:26 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 04:17:26 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 04:17:26 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 04:17:26 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 04:17:26 ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] 04:17:26 CGO_ENABLED=0 GO111MODULE=on go vet ./... 04:17:44 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:17:44 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] } 04:17:44 $ docker stop --time=1 db7f5aa8427081c2f341187e06acfa57a6e5e79a06a566a9e0ccbc0b00ec493a 04:17:46 $ docker rm -f db7f5aa8427081c2f341187e06acfa57a6e5e79a06a566a9e0ccbc0b00ec493a [Pipeline] // withDockerContainer [Pipeline] sh 04:17:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:17:47 Warning: overwriting stash ‘coverage-report’ 04:17:47 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:17:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:17:48 + ls -al . 04:17:48 total 128 04:17:48 drwxrwxr-x 12 jenkins jenkins 4096 Oct 26 04:16 . 04:17:48 drwxrwxr-x 4 jenkins jenkins 4096 Oct 26 04:14 .. 04:17:48 drwxrwxr-x 8 jenkins jenkins 4096 Oct 26 04:14 .git 04:17:48 drwxrwxr-x 2 jenkins jenkins 4096 Oct 26 04:14 .github 04:17:48 -rw-rw-r-- 1 jenkins jenkins 155 Oct 26 04:14 .gitignore 04:17:48 -rw-rw-r-- 1 jenkins jenkins 3959 Oct 26 04:14 CONTRIBUTING.md 04:17:48 -rw-rw-r-- 1 jenkins jenkins 1526 Oct 26 04:14 Dockerfile 04:17:48 -rw-rw-r-- 1 jenkins jenkins 652 Oct 26 04:14 Jenkinsfile 04:17:48 -rw-rw-r-- 1 jenkins jenkins 11357 Oct 26 04:14 LICENSE 04:17:48 -rw-rw-r-- 1 jenkins jenkins 1212 Oct 26 04:14 Makefile 04:17:48 -rw-rw-r-- 1 jenkins jenkins 5509 Oct 26 04:14 README.md 04:17:48 -rw-rw-r-- 1 jenkins jenkins 5 Oct 26 04:10 VERSION 04:17:48 drwxrwxr-x 3 jenkins jenkins 4096 Oct 26 04:14 assets 04:17:48 drwxrwxr-x 2 jenkins jenkins 4096 Oct 26 04:14 bin 04:17:48 drwxrwxr-x 3 jenkins jenkins 4096 Oct 26 04:14 cmd 04:17:48 -rw-r--r-- 1 jenkins jenkins 10 Oct 26 04:16 coverage.out 04:17:48 drwxrwxr-x 2 jenkins jenkins 4096 Oct 26 04:14 docs 04:17:48 -rw-rw-r-- 1 jenkins jenkins 880 Oct 26 04:14 go.mod 04:17:48 -rw-rw-r-- 1 jenkins jenkins 24176 Oct 26 04:14 go.sum 04:17:48 drwxrwxr-x 9 jenkins jenkins 4096 Oct 26 04:14 internal 04:17:48 drwxrwxr-x 3 jenkins jenkins 4096 Oct 26 04:14 pkg 04:17:48 drwxrwxr-x 4 jenkins jenkins 4096 Oct 26 04:14 snap 04:17:48 -rw-rw-r-- 1 jenkins jenkins 155 Oct 26 04:14 version.go 04:17:48 drwxrwxr-x 4 jenkins jenkins 4096 Oct 26 04:14 web [Pipeline] isUnix [Pipeline] sh 04:17:49 + docker build -t edgex-ui-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=a01d74a938c33c0ab8f81077a47ab6205adc52a7 --label arch=arm64 --label version=0.0.0 . 04:17:50 Sending build context to Docker daemon 20.59MB 04:17:50 Step 1/22 : ARG BASE=golang:1.16-alpine3.14 04:17:50 Step 2/22 : FROM ${BASE} AS builder 04:17:50 ---> 4a48bee32c9b 04:17:50 Step 3/22 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:17:50 ---> Running in dfe0369fceb6 04:17:50 Removing intermediate container dfe0369fceb6 04:17:50 ---> 099af67e7ab4 04:17:50 Step 4/22 : ARG ALPINE_PKG_BASE="make git" 04:17:50 ---> Running in cf4df503320c 04:17:51 Removing intermediate container cf4df503320c 04:17:51 ---> 5b894ec130ca 04:17:51 Step 5/22 : ARG ALPINE_PKG_EXTRA="" 04:17:51 ---> Running in 4b31728c0e19 04:17:51 Removing intermediate container 4b31728c0e19 04:17:51 ---> 7a4bd363a5e7 04:17:51 Step 6/22 : LABEL Name=edgex-ui-go 04:17:52 ---> Running in 5bb524e55bf6 04:17:52 Removing intermediate container 5bb524e55bf6 04:17:52 ---> 523e04e7bc84 04:17:52 Step 7/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 04:17:52 ---> Running in 07ac0a5b30f0 04:17:52 Removing intermediate container 07ac0a5b30f0 04:17:52 ---> 51c5cca87a97 04:17:52 Step 8/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:17:53 ---> Running in c28e3ead8004 04:17:55 Removing intermediate container c28e3ead8004 04:17:55 ---> 1bbe8c2a5ae2 04:17:55 Step 9/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:17:55 ---> Running in 912331c3518c 04:17:56 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 04:17:57 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 04:17:58 OK: 219 MiB in 52 packages 04:17:59 Removing intermediate container 912331c3518c 04:17:59 ---> 523a4be924d6 04:17:59 Step 10/22 : ENV GO111MODULE=on 04:17:59 ---> Running in 582675926ef2 04:18:00 Removing intermediate container 582675926ef2 04:18:00 ---> 24e650301850 04:18:00 Step 11/22 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:18:00 ---> Running in 551c134739f2 04:18:00 Removing intermediate container 551c134739f2 04:18:00 ---> fea697e3cd19 04:18:00 Step 12/22 : COPY . . 04:18:04 ---> 6b2e831223af 04:18:04 Step 13/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:18:04 ---> Running in 089d70e2aead 04:18:06 Removing intermediate container 089d70e2aead 04:18:06 ---> c68965bd0f83 04:18:06 Step 14/22 : RUN ${MAKE} 04:18:06 ---> Running in d91d717e936b 04:18:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 04:18:40 CGO_ENABLED=0 GO111MODULE=on go build ./... 04:18:44 Removing intermediate container d91d717e936b 04:18:44 ---> 4ec9960b50b7 04:18:44 Step 15/22 : FROM alpine:3.14 04:18:45 3.14: Pulling from library/alpine 04:18:45 552d1f2373af: Already exists 04:18:45 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 04:18:45 Status: Downloaded newer image for alpine:3.14 04:18:45 ---> bb3de5531c18 04:18:45 Step 16/22 : EXPOSE 4000 04:18:45 ---> Running in 79bab29170c5 04:18:45 Removing intermediate container 79bab29170c5 04:18:45 ---> af2d785be91d 04:18:45 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 04:18:47 ---> 9e1c7c73eef2 04:18:47 Step 18/22 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 04:18:47 ---> Running in 9948569d2a87 04:18:48 Removing intermediate container 9948569d2a87 04:18:48 ---> cf4dbe763644 04:18:48 Step 19/22 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 04:18:48 ---> Running in f7efb3567491 04:18:48 Removing intermediate container f7efb3567491 04:18:48 ---> 0e64baf7a4c7 04:18:48 Step 20/22 : LABEL arch=arm64 04:18:48 ---> Running in 9c925450e256 04:18:49 Removing intermediate container 9c925450e256 04:18:49 ---> 18ef47448268 04:18:49 Step 21/22 : LABEL git_sha=a01d74a938c33c0ab8f81077a47ab6205adc52a7 04:18:49 ---> Running in d7b6ec102476 04:18:49 Removing intermediate container d7b6ec102476 04:18:49 ---> 3a50e90312ab 04:18:49 Step 22/22 : LABEL version=0.0.0 04:18:49 ---> Running in ad21568caada 04:18:50 Removing intermediate container ad21568caada 04:18:50 ---> dd2878b52010 04:18:50 [Warning] One or more build-args [ARCH] were not consumed 04:18:50 Successfully built dd2878b52010 04:18:50 Successfully tagged edgex-ui-arm64:latest [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] sh 04:18:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:18:51 04:18:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 04:18:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:18:52 arm64: Pulling from edgex-lftools-log-publisher 04:18:52 448f6bf000e3: Pulling fs layer 04:18:52 f757da607395: Pulling fs layer 04:18:52 05883995daec: Pulling fs layer 04:18:52 8603b9c90790: Pulling fs layer 04:18:52 1560dd03e051: Pulling fs layer 04:18:52 27f5ce0e4adf: Pulling fs layer 04:18:52 c2d8d7efcc4b: Pulling fs layer 04:18:52 8603b9c90790: Waiting 04:18:52 27f5ce0e4adf: Waiting 04:18:52 1560dd03e051: Waiting 04:18:52 c2d8d7efcc4b: Waiting 04:18:52 f757da607395: Verifying Checksum 04:18:52 f757da607395: Download complete 04:18:52 8603b9c90790: Verifying Checksum 04:18:52 8603b9c90790: Download complete 04:18:52 1560dd03e051: Verifying Checksum 04:18:52 1560dd03e051: Download complete 04:18:52 05883995daec: Verifying Checksum 04:18:52 05883995daec: Download complete 04:18:52 27f5ce0e4adf: Download complete 04:18:52 448f6bf000e3: Verifying Checksum 04:18:52 448f6bf000e3: Download complete 04:18:56 c2d8d7efcc4b: Verifying Checksum 04:18:56 c2d8d7efcc4b: Download complete 04:18:57 448f6bf000e3: Pull complete 04:18:58 f757da607395: Pull complete 04:18:59 05883995daec: Pull complete 04:18:59 8603b9c90790: Pull complete 04:19:00 1560dd03e051: Pull complete 04:19:01 27f5ce0e4adf: Pull complete 04:19:16 c2d8d7efcc4b: Pull complete 04:19:16 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 04:19:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:19:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 04:19:16 prd-ubuntu18.04-docker-arm64-4c-16g-1840 does not seem to be running inside a container 04:19:17 $ 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/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 04:19:20 $ docker top a36c85a9e091eb225977653f797cce32f6e820a3fe6979ffa0e404b7ea72430d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:19:21 ---> job-cost.sh 04:19:21 lf-activate-venv: SKIPPING 04:19:21 INFO: No Stack... 04:19:26 INFO: Retrieving Pricing Info for: v3-standard-4 04:19:27 INFO: Archiving Costs [Pipeline] sh 04:19:27 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv 04:19:27 + cut -d, -f6 [Pipeline] lock 04:19:28 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-461-1-stack-cost] 04:19:28 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-461-1-stack-cost] did not exist. Created. 04:19:28 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-461-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:19:28 /w/workspace/edgex-ui-go/1@tmp/durable-c8888e69/script.sh: 1: /w/workspace/edgex-ui-go/1@tmp/durable-c8888e69/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 04:19:29 + echo total: 0.10999999940395355 [Pipeline] stash 04:19:29 Warning: overwriting stash ‘stack-cost’ 04:19:29 Stashed 1 file(s) [Pipeline] } 04:19:29 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-461-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:19:29 $ docker stop --time=1 a36c85a9e091eb225977653f797cce32f6e820a3fe6979ffa0e404b7ea72430d 04:19:31 $ docker rm -f a36c85a9e091eb225977653f797cce32f6e820a3fe6979ffa0e404b7ea72430d [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 04:19:32 provisioning config files... 04:19:32 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-461@tmp/config354586457242077987tmp [Pipeline] { [Pipeline] sh 04:19:32 + set +x 04:19:32 + curl -s https://codecov.io/bash 04:19:32 + bash -s -- 04:19:32 04:19:32 _____ _ 04:19:32 / ____| | | 04:19:32 | | ___ __| | ___ ___ _____ __ 04:19:32 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:19:32 | |___| (_) | (_| | __/ (_| (_) \ V / 04:19:32 \_____\___/ \__,_|\___|\___\___/ \_/ 04:19:32 Bash-1.0.6 04:19:32 04:19:32 04:19:32 ==> git version 2.24.4 found 04:19:32 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 04:19:32 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 04:19:32 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 04:19:32 ==> Jenkins CI detected. 04:19:32 current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-461 04:19:32 project root: . 04:19:32 --> token set from env 04:19:32 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:19:32 ==> Running gcov in . (disable via -X gcov) 04:19:32 ==> Python coveragepy not found 04:19:32 ==> Searching for coverage reports in: 04:19:32 + . 04:19:32 -> Found 1 reports 04:19:32 ==> Detecting git/mercurial file structure 04:19:33 ==> Reading reports 04:19:33 + ./coverage.out bytes=10 04:19:33 ==> Appending adjustments 04:19:33 https://docs.codecov.io/docs/fixing-reports 04:19:33 + Found adjustments 04:19:33 ==> Gzipping contents 04:19:33 4.0K /tmp/codecov.7LNwVP.gz 04:19:33 ==> Uploading reports 04:19:33 url: https://codecov.io 04:19:33 query: branch=PR-461&commit=a01d74a938c33c0ab8f81077a47ab6205adc52a7&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-461%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=461&job=&cmd_args= 04:19:33 -> Pinging Codecov 04:19:33 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-461&commit=a01d74a938c33c0ab8f81077a47ab6205adc52a7&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-461%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=461&job=&cmd_args= 04:19:33 -> Uploading to 04:19:33 https://storage.googleapis.com/codecov/v4/raw/2021-10-26/FB506323287CE973F263BFD2A0EB1F37/a01d74a938c33c0ab8f81077a47ab6205adc52a7/22765e15-e83c-4eaf-8991-621b141f193a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20211026%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20211026T041933Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ea739b90b9b81582cc5f32bfc1aab17f64c71da118309b62a29e5a16fdc87502 04:19:33 % Total % Received % Xferd Average Speed Time Time Time Current 04:19:33 Dload Upload Total Spent Left Speed 04:19:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3422 0 0 100 3422 0 9911 --:--:-- --:--:-- --:--:-- 9918 04:19:34 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/a01d74a938c33c0ab8f81077a47ab6205adc52a7 [Pipeline] } 04:19:34 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 04:19:36 + '[' -d /w/workspace/edgexfoundry_edgex-ui-go_PR-461/archives ']' [Pipeline] libraryResource [Pipeline] sh 04:19:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:19:37 ---> package-listing.sh 04:19:37 ++ facter osfamily 04:19:37 ++ tr '[:upper:]' '[:lower:]' 04:19:37 + OS_FAMILY=redhat 04:19:37 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-461 04:19:37 + START_PACKAGES=/tmp/packages_start.txt 04:19:37 + END_PACKAGES=/tmp/packages_end.txt 04:19:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:19:37 + PACKAGES=/tmp/packages_start.txt 04:19:37 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-461 ']' 04:19:37 + PACKAGES=/tmp/packages_end.txt 04:19:37 + case "${OS_FAMILY}" in 04:19:37 + sort 04:19:37 + rpm -qa 04:19:37 + '[' -f /tmp/packages_start.txt ']' 04:19:37 + '[' -f /tmp/packages_end.txt ']' 04:19:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:19:37 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-461 ']' 04:19:37 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-461/archives/ 04:19:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-461/archives/ [Pipeline] echo 04:19:37 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-461/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:19:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:19:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:19:38 04:19:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 04:19:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:19:39 latest: Pulling from edgex-lftools-log-publisher 04:19:39 b4d181a07f80: Pulling fs layer 04:19:39 a1111a8f2ec3: Pulling fs layer 04:19:39 ed53099fbce6: Pulling fs layer 04:19:39 dc539afda2c1: Pulling fs layer 04:19:39 77bc0d833cb6: Pulling fs layer 04:19:39 9065ff56babe: Pulling fs layer 04:19:39 d287ab97295c: Pulling fs layer 04:19:39 dc539afda2c1: Waiting 04:19:39 77bc0d833cb6: Waiting 04:19:39 9065ff56babe: Waiting 04:19:39 d287ab97295c: Waiting 04:19:39 a1111a8f2ec3: Verifying Checksum 04:19:39 a1111a8f2ec3: Download complete 04:19:39 dc539afda2c1: Verifying Checksum 04:19:39 dc539afda2c1: Download complete 04:19:39 77bc0d833cb6: Verifying Checksum 04:19:39 77bc0d833cb6: Download complete 04:19:39 9065ff56babe: Verifying Checksum 04:19:39 9065ff56babe: Download complete 04:19:39 ed53099fbce6: Verifying Checksum 04:19:39 ed53099fbce6: Download complete 04:19:39 b4d181a07f80: Verifying Checksum 04:19:39 b4d181a07f80: Download complete 04:19:40 d287ab97295c: Verifying Checksum 04:19:40 d287ab97295c: Download complete 04:19:41 b4d181a07f80: Pull complete 04:19:41 a1111a8f2ec3: Pull complete 04:19:41 ed53099fbce6: Pull complete 04:19:41 dc539afda2c1: Pull complete 04:19:42 77bc0d833cb6: Pull complete 04:19:42 9065ff56babe: Pull complete 04:19:47 d287ab97295c: Pull complete 04:19:47 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 04:19:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:19:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 04:19:47 prd-centos7-docker-4c-2g-1822 does not seem to be running inside a container 04:19:47 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-461/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-461 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-461:/w/workspace/edgexfoundry_edgex-ui-go_PR-461:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-461@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-461@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:19:50 $ docker top 16247d8c855ed025c2352c5aabe0eceadff5838969010b51c864976d3b273113 -eo pid,comm [Pipeline] { [Pipeline] sh 04:19:50 + touch /tmp/pre-build-complete [Pipeline] sh 04:19:50 + mkdir -p /var/log/sysstat [Pipeline] sh 04:19:51 + ls /var/log/sa-host 04:19:51 + sadf -c /var/log/sa-host/sa26 04:19:51 file_magic: OK 04:19:51 HZ: Using current value: 100 04:19:51 file_header: OK 04:19:51 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 04:19:51 Statistics: 04:19:51 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:19:51 File successfully converted to sysstat format version 12.0.3 04:19:51 + sadf -c /var/log/sa-host/sa30 04:19:51 file_magic: OK 04:19:51 HZ: Using current value: 100 04:19:51 file_header: OK 04:19:51 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 04:19:51 Statistics: 04:19:51 Hnuu...uuuununununu...Hnuu...uuuununununu... 04:19:51 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:19:51 provisioning config files... 04:19:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-461@tmp/config523631417061534433tmp [Pipeline] { [Pipeline] echo 04:19:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:19:51 ---> create-netrc.sh [Pipeline] } 04:19:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:19:51 ---> python-tools-install.sh [Pipeline] echo 04:19:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:19:52 ---> sudo-logs.sh 04:19:52 Archiving 'sudo' log.. 04:19:52 sudo: unable to resolve host prd-centos7-docker-4c-2g-1822.novalocal: Name or service not known 04:19:52 sudo: unable to resolve host prd-centos7-docker-4c-2g-1822.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 04:19:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:19:52 ---> job-cost.sh 04:19:52 lf-activate-venv: SKIPPING 04:19:52 DEBUG: total: 0.10999999940395355 04:19:52 INFO: Retrieving Stack Cost... 04:19:52 INFO: Retrieving Pricing Info for: v3-standard-2 04:19:53 INFO: Archiving Costs [Pipeline] echo 04:19:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:19:53 ---> logs-deploy.sh 04:19:53 lf-activate-venv: SKIPPING 04:19:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-461/1 04:19:53 INFO: archiving workspace using pattern(s): 04:19:54 Archives upload complete. 04:19:54 INFO: archiving logs to Nexus 04:19:55 ---> uname -a: 04:19:55 Linux prd-centos7-docker-4c-2g-1822.novalocal 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 GNU/Linux 04:19:55 04:19:55 04:19:55 ---> lscpu: 04:19:55 Architecture: x86_64 04:19:55 CPU op-mode(s): 32-bit, 64-bit 04:19:55 Byte Order: Little Endian 04:19:55 Address sizes: 40 bits physical, 48 bits virtual 04:19:55 CPU(s): 2 04:19:55 On-line CPU(s) list: 0,1 04:19:55 Thread(s) per core: 1 04:19:55 Core(s) per socket: 1 04:19:55 Socket(s): 2 04:19:55 NUMA node(s): 1 04:19:55 Vendor ID: AuthenticAMD 04:19:55 CPU family: 23 04:19:55 Model: 49 04:19:55 Model name: AMD EPYC-Rome Processor 04:19:55 Stepping: 0 04:19:55 CPU MHz: 2799.998 04:19:55 BogoMIPS: 5599.99 04:19:55 Virtualization: AMD-V 04:19:55 Hypervisor vendor: KVM 04:19:55 Virtualization type: full 04:19:55 L1d cache: 32K 04:19:55 L1i cache: 32K 04:19:55 L2 cache: 512K 04:19:55 L3 cache: 16384K 04:19:55 NUMA node0 CPU(s): 0,1 04:19:55 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 art rep_good nopl extd_apicid eagerfpu 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 retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 04:19:55 04:19:55 04:19:55 ---> nproc: 04:19:55 2 04:19:55 04:19:55 04:19:55 ---> df -h: 04:19:55 Filesystem Size Used Avail Use% Mounted on 04:19:55 overlay 40G 7.7G 33G 20% / 04:19:55 tmpfs 64M 0 64M 0% /dev 04:19:55 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 04:19:55 shm 64M 0 64M 0% /dev/shm 04:19:55 /dev/vda1 40G 7.7G 33G 20% /facter-os 04:19:55 04:19:55 04:19:55 ---> sar -b -r -n DEV: 04:19:55 Linux 3.10.0-1160.42.2.el7.x86_64 (centos-7-docker-61562791-2d39-7756-a072-67b3eceb74d7.vexxhost.lo) 10/26/21 _x86_64_ (2 CPU) 04:19:55 04:19:55 04:09:18 LINUX RESTART (2 CPU) 04:19:55 04:19:55 04:10:01 tps rtps wtps bread/s bwrtn/s 04:19:55 04:11:01 16.79 0.82 15.97 335.11 2975.35 04:19:55 04:12:01 0.43 0.00 0.43 0.00 7.30 04:19:55 04:13:01 0.28 0.00 0.28 0.00 3.91 04:19:55 04:14:01 0.15 0.00 0.15 0.00 2.02 04:19:55 04:15:01 0.28 0.00 0.28 0.00 3.41 04:19:55 04:16:01 0.33 0.00 0.33 0.00 6.15 04:19:55 04:17:01 0.32 0.00 0.32 0.00 4.45 04:19:55 04:18:01 0.25 0.00 0.25 0.00 2.58 04:19:55 04:19:01 0.20 0.00 0.20 0.00 1.75 04:19:55 Average: 2.12 0.09 2.02 37.24 334.13 04:19:55 04:19:55 04:10:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:19:55 04:11:01 5655884 0 620936 7.75 2620 1729500 1512432 16.70 580504 1535600 20 04:19:55 04:12:01 5663028 0 613784 7.66 2620 1729508 1448176 15.99 574768 1535564 16 04:19:55 04:13:01 5662844 0 613968 7.67 2620 1729508 1448200 15.99 574764 1535692 12 04:19:55 04:14:01 5662836 0 613968 7.67 2620 1729516 1448224 15.99 575032 1535692 8 04:19:55 04:15:01 5664172 0 612628 7.65 2620 1729520 1448236 15.99 573244 1536372 20 04:19:55 04:16:01 5669056 0 607740 7.59 2620 1729524 1409924 15.57 569212 1536372 16 04:19:55 04:17:01 5668624 0 608164 7.59 2620 1729532 1410068 15.57 570032 1536388 12 04:19:55 04:18:01 5669272 0 607512 7.59 2620 1729536 1409924 15.57 569228 1536388 12 04:19:55 04:19:01 5669032 0 607748 7.59 2620 1729540 1409924 15.57 569232 1536388 16 04:19:55 Average: 5664972 0 611828 7.64 2620 1729520 1438345 15.88 572891 1536051 15 04:19:55 04:19:55 04:10:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:19:55 04:11:01 eth0 87.89 101.32 546.04 18.26 0.00 0.00 0.00 0.00 04:19:55 04:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:55 04:11:01 docker0 71.05 41.02 6.28 233.55 0.00 0.00 0.00 0.00 04:19:55 04:12:01 eth0 2.86 0.75 1.05 0.56 0.00 0.00 0.00 0.00 04:19:55 04:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:55 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:55 04:13:01 eth0 3.70 0.67 0.98 0.58 0.00 0.00 0.00 0.00 04:19:55 04:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:55 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:55 04:14:01 eth0 2.90 0.45 0.54 0.24 0.00 0.00 0.00 0.00 04:19:55 04:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:55 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:55 04:15:01 eth0 1.97 0.77 0.76 0.47 0.00 0.00 0.00 0.00 04:19:55 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:55 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:55 04:16:01 eth0 0.28 0.10 0.02 0.01 0.00 0.00 0.00 0.00 04:19:55 04:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:55 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:55 04:17:01 eth0 1.08 0.32 0.32 0.17 0.00 0.00 0.00 0.00 04:19:55 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:55 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:55 04:18:01 eth0 0.22 0.10 0.01 0.04 0.00 0.00 0.00 0.00 04:19:55 04:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:55 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:55 04:19:01 eth0 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:19:55 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:55 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:55 Average: eth0 11.23 11.62 61.09 2.26 0.00 0.00 0.00 0.00 04:19:55 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:55 Average: docker0 7.90 4.56 0.70 25.95 0.00 0.00 0.00 0.00 04:19:55 04:19:55 04:19:55 ---> sar -P ALL: 04:19:55 Linux 3.10.0-1160.42.2.el7.x86_64 (centos-7-docker-61562791-2d39-7756-a072-67b3eceb74d7.vexxhost.lo) 10/26/21 _x86_64_ (2 CPU) 04:19:55 04:19:55 04:09:18 LINUX RESTART (2 CPU) 04:19:55 04:19:55 04:10:01 CPU %user %nice %system %iowait %steal %idle 04:19:55 04:11:01 all 3.42 0.00 1.39 0.32 0.03 94.83 04:19:55 04:11:01 0 3.48 0.00 1.38 0.10 0.03 95.01 04:19:55 04:11:01 1 3.37 0.00 1.40 0.54 0.03 94.65 04:19:55 04:12:01 all 0.26 0.00 0.07 0.00 0.03 99.65 04:19:55 04:12:01 0 0.23 0.00 0.05 0.00 0.02 99.70 04:19:55 04:12:01 1 0.28 0.00 0.08 0.00 0.03 99.60 04:19:55 04:13:01 all 0.27 0.00 0.06 0.00 0.01 99.67 04:19:55 04:13:01 0 0.13 0.00 0.07 0.00 0.02 99.78 04:19:55 04:13:01 1 0.40 0.00 0.05 0.00 0.00 99.55 04:19:55 04:14:01 all 0.19 0.00 0.04 0.00 0.02 99.75 04:19:55 04:14:01 0 0.05 0.00 0.03 0.00 0.00 99.92 04:19:55 04:14:01 1 0.33 0.00 0.05 0.00 0.03 99.58 04:19:55 04:15:01 all 0.27 0.00 0.08 0.00 0.02 99.63 04:19:55 04:15:01 0 0.12 0.00 0.10 0.00 0.03 99.75 04:19:55 04:15:01 1 0.42 0.00 0.07 0.00 0.00 99.52 04:19:55 04:16:01 all 0.23 0.00 0.04 0.00 0.01 99.72 04:19:55 04:16:01 0 0.03 0.00 0.05 0.00 0.00 99.92 04:19:55 04:16:01 1 0.42 0.00 0.03 0.00 0.02 99.53 04:19:55 04:17:01 all 0.18 0.00 0.06 0.00 0.02 99.75 04:19:55 04:17:01 0 0.17 0.00 0.02 0.00 0.02 99.80 04:19:55 04:17:01 1 0.18 0.00 0.10 0.00 0.02 99.70 04:19:55 04:18:01 all 0.14 0.00 0.03 0.00 0.01 99.82 04:19:55 04:18:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:19:55 04:18:01 1 0.25 0.00 0.03 0.00 0.02 99.70 04:19:55 04:19:01 all 0.20 0.00 0.05 0.00 0.02 99.73 04:19:55 04:19:01 0 0.07 0.00 0.05 0.00 0.02 99.87 04:19:55 04:19:01 1 0.33 0.00 0.05 0.00 0.02 99.60 04:19:55 Average: all 0.57 0.00 0.20 0.04 0.02 99.18 04:19:55 Average: 0 0.48 0.00 0.19 0.01 0.01 99.30 04:19:55 Average: 1 0.66 0.00 0.21 0.06 0.02 99.05 04:19:55 04:19:55 04:19:55