Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7cabfbefb872e4d8c79bc319b9175d5c26ac1025 Running in Durability level: PERFORMANCE_OPTIMIZED 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-ssh5037462456460640097.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 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-ssh8406074821359867148.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 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/main/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/main/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8042124878297938164.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 # timeout=10 Commit message: "Merge pull request #366 from ernestojeda/fix-builder-images-sdk-c" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh955898165994166738.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/main/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/main/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh3025375540869005779.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1074’ Running on prd-centos7-docker-4c-2g-1076 in /w/workspace/edgexfoundry_edgex-ui-go_main [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_main # 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_main@tmp/jenkins-gitclient-ssh6370186860387890136.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 7cabfbefb872e4d8c79bc319b9175d5c26ac1025 (main) > 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 core.sparsecheckout # timeout=10 > git checkout -f 7cabfbefb872e4d8c79bc319b9175d5c26ac1025 # timeout=10 Commit message: "docs(snap): remove replicated JWT instructions (#484)" > git rev-list --no-walk 7cabfbefb872e4d8c79bc319b9175d5c26ac1025 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:21:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:21:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:21:29 ========================================================= 20:21:29 EdgeX Global Pipelines Version Info 20:21:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:21:30 ------------------- 20:21:30 stable info: 20:21:30 ------------------- 20:21:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:21:30 Commit SHA: 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 20:21:30 Message: update stable to v1.0.215 20:21:31 ------------------- 20:21:31 experimental info: 20:21:31 ------------------- 20:21:31 Commited By: **** collab-it+edgex@linuxfoundation.org 20:21:31 Commit SHA: 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 20:21:31 Message: update experimental to v1.0.215 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:21:31 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 20:21:31 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 20:21:31 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:21:31 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:21:31 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:21:31 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 20:21:31 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:21:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:21:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:21:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:21:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:21:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 20:21:32 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:21:32 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:21:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:21:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:21:32 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:21:32 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:21:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:21:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:21:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:21:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:21:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:21:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:21:32 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 20:21:32 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:21:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 20:21:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 20:21:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 20:21:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7cabfbefb872e4d8c79bc319b9175d5c26ac1025 [Pipeline] echo 20:21:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7cabfbe [Pipeline] echo 20:21:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:21:32 provisioning config files... 20:21:32 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config1099869425217513657tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:21:33 ---> docker-login.sh 20:21:33 nexus3.edgexfoundry.org:10001 20:21:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:21:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:21:33 Configure a credential helper to remove this warning. See 20:21:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:21:33 20:21:33 Login Succeeded 20:21:33 nexus3.edgexfoundry.org:10002 20:21:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:21:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:21:33 Configure a credential helper to remove this warning. See 20:21:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:21:33 20:21:33 Login Succeeded 20:21:33 nexus3.edgexfoundry.org:10003 20:21:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:21:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:21:33 Configure a credential helper to remove this warning. See 20:21:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:21:33 20:21:33 Login Succeeded 20:21:33 nexus3.edgexfoundry.org:10004 20:21:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:21:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:21:34 Configure a credential helper to remove this warning. See 20:21:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:21:34 20:21:34 Login Succeeded 20:21:34 docker.io 20:21:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:21:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:21:34 Configure a credential helper to remove this warning. See 20:21:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:21:34 20:21:34 Login Succeeded 20:21:34 ---> docker-login.sh ends [Pipeline] } 20:21:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 20:21:35 + git rev-list -1 --merges 7cabfbefb872e4d8c79bc319b9175d5c26ac1025~1..7cabfbefb872e4d8c79bc319b9175d5c26ac1025 [Pipeline] echo 20:21:35 -----------> git rev-list -1 --merges 7cabfbefb872e4d8c79bc319b9175d5c26ac1025~1..7cabfbefb872e4d8c79bc319b9175d5c26ac1025 7cabfbefb872e4d8c79bc319b9175d5c26ac1025 [false] [Pipeline] sh 20:21:35 + git log --format=format:%s -1 7cabfbefb872e4d8c79bc319b9175d5c26ac1025 [Pipeline] echo 20:21:35 ========================================================= 20:21:35 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:21:35 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:21:35 + git log --format=format:%s -1 7cabfbefb872e4d8c79bc319b9175d5c26ac1025 [Pipeline] echo 20:21:35 [semverPrep] GIT_COMMIT: 7cabfbefb872e4d8c79bc319b9175d5c26ac1025, Commit Message: docs(snap): remove replicated JWT instructions (#484) [Pipeline] echo 20:21:35 [semverPrep] This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:21:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:21:37 20:21:37 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:21:37 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:21:37 latest: Pulling from edgex-devops/git-semver 20:21:37 a0d0a0d46f8b: Pulling fs layer 20:21:37 3e5f54012d9b: Pulling fs layer 20:21:37 4c7163046ea9: Pulling fs layer 20:21:37 0c2d73faf560: Pulling fs layer 20:21:37 0c2d73faf560: Waiting 20:21:37 3e5f54012d9b: Verifying Checksum 20:21:37 3e5f54012d9b: Download complete 20:21:37 a0d0a0d46f8b: Verifying Checksum 20:21:37 a0d0a0d46f8b: Download complete 20:21:37 0c2d73faf560: Verifying Checksum 20:21:37 0c2d73faf560: Download complete 20:21:37 4c7163046ea9: Verifying Checksum 20:21:37 4c7163046ea9: Download complete 20:21:37 a0d0a0d46f8b: Pull complete 20:21:37 3e5f54012d9b: Pull complete 20:21:37 4c7163046ea9: Pull complete 20:21:38 0c2d73faf560: Pull complete 20:21:38 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 20:21:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:21:38 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:21:38 prd-centos7-docker-4c-2g-1076 does not seem to be running inside a container 20:21:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:21:38 $ docker top 4101c778939f54a96b2300c30be87d884e56bc2782359623fe154931f4306a84 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:21:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:21:40 [ssh-agent] Looking for ssh-agent implementation... 20:21:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:21:40 $ docker exec 4101c778939f54a96b2300c30be87d884e56bc2782359623fe154931f4306a84 ssh-agent 20:21:40 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXFgObGo/agent.15 20:21:40 SSH_AGENT_PID=22 20:21:40 Running ssh-add (command line suppressed) 20:21:40 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_5051173442696936690.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_5051173442696936690.key) 20:21:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:21:40 + git tag --points-at HEAD [Pipeline] } 20:21:40 $ docker exec --env ******** --env ******** 4101c778939f54a96b2300c30be87d884e56bc2782359623fe154931f4306a84 ssh-agent -k 20:21:40 unset SSH_AUTH_SOCK; 20:21:40 unset SSH_AGENT_PID; 20:21:40 echo Agent pid 22 killed; 20:21:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:21:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:21:40 [ssh-agent] Looking for ssh-agent implementation... 20:21:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:21:40 $ docker exec 4101c778939f54a96b2300c30be87d884e56bc2782359623fe154931f4306a84 ssh-agent 20:21:41 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXeBkmlJ/agent.54 20:21:41 SSH_AGENT_PID=60 20:21:41 Running ssh-add (command line suppressed) 20:21:41 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_4037403925656445449.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_4037403925656445449.key) 20:21:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:21:41 + git semver init 20:21:41 # -> Open(): unable to determine branch for HEAD 20:21:41 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.git 20:21:41 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_main 20:21:41 # $SEMVER_REMOTE_NAME = origin 20:21:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:21:41 # $SEMVER_USER_NAME = edgex-jenkins 20:21:41 # $SEMVER_BRANCH = main 20:21:41 # $SEMVER_TEMP = /tmp/semver-704587150 20:21:41 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 20:21:41 # -> Clone(): ssh: handshake failed: knownhosts: key mismatch 20:21:41 # git init /tmp/semver-704587150 20:21:41 # '/tmp/semver-704587150' -> '/w/workspace/edgexfoundry_edgex-ui-go_main/.semver' 20:21:41 # -> Force: false 20:21:41 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.semver [Pipeline] } 20:21:41 $ docker exec --env ******** --env ******** 4101c778939f54a96b2300c30be87d884e56bc2782359623fe154931f4306a84 ssh-agent -k 20:21:41 unset SSH_AUTH_SOCK; 20:21:41 unset SSH_AGENT_PID; 20:21:41 echo Agent pid 60 killed; 20:21:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:21:41 + git semver [Pipeline] } 20:21:42 $ docker stop --time=1 4101c778939f54a96b2300c30be87d884e56bc2782359623fe154931f4306a84 20:21:43 $ docker rm -f 4101c778939f54a96b2300c30be87d884e56bc2782359623fe154931f4306a84 [Pipeline] // withDockerContainer [Pipeline] sh 20:21:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:21:43 Stashed 1 file(s) [Pipeline] echo 20:21:43 [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 20:21:59 Still waiting to schedule task 20:21:59 Waiting for next available executor on ‘centos7-docker-4c-2g’ 20:21:59 Still waiting to schedule task 20:21:59 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1075’ 20:23:24 Running on prd-centos7-docker-4c-2g-1078 in /w/workspace/edgexfoundry_edgex-ui-go_main [Pipeline] { [Pipeline] ws 20:23:24 Running in /w/workspace/edgex-ui-go/38 [Pipeline] { [Pipeline] checkout 20:23:24 The recommended git tool is: git 20:23:28 using credential edgex-jenkins-ssh 20:23:28 Cloning the remote Git repository 20:23:28 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 20:23:28 > git init /w/workspace/edgex-ui-go/38 # timeout=10 20:23:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 20:23:28 > git --version # timeout=10 20:23:28 > git --version # 'git version 2.24.4' 20:23:28 using GIT_SSH to set credentials SSH Credentials for GitHub 20:23:28 [INFO] Currently running in a labeled security context 20:23:28 [INFO] Currently SELinux is 'enforcing' on the host 20:23:28 > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/38@tmp/jenkins-gitclient-ssh4833693297389290356.key 20:23:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:23:31 Avoid second fetch 20:23:31 Checking out Revision 7cabfbefb872e4d8c79bc319b9175d5c26ac1025 (main) 20:23:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 20:23:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:23:31 > git config core.sparsecheckout # timeout=10 20:23:31 > git checkout -f 7cabfbefb872e4d8c79bc319b9175d5c26ac1025 # timeout=10 20:23:36 Commit message: "docs(snap): remove replicated JWT instructions (#484)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:23:36 provisioning config files... 20:23:36 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/38@tmp/config2175641249549241807tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:23:36 ---> docker-login.sh 20:23:36 nexus3.edgexfoundry.org:10001 20:23:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:36 Configure a credential helper to remove this warning. See 20:23:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:36 20:23:36 Login Succeeded 20:23:36 nexus3.edgexfoundry.org:10002 20:23:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:37 Configure a credential helper to remove this warning. See 20:23:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:37 20:23:37 Login Succeeded 20:23:37 nexus3.edgexfoundry.org:10003 20:23:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:37 Configure a credential helper to remove this warning. See 20:23:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:37 20:23:37 Login Succeeded 20:23:37 nexus3.edgexfoundry.org:10004 20:23:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:37 Configure a credential helper to remove this warning. See 20:23:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:37 20:23:37 Login Succeeded 20:23:37 docker.io 20:23:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:38 Configure a credential helper to remove this warning. See 20:23:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:38 20:23:38 Login Succeeded 20:23:38 ---> docker-login.sh ends [Pipeline] } 20:23:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:23:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:23:38 ========================================================= 20:23:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 20:23:38 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 20:23:39 + 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 . 20:23:39 Sending build context to Docker daemon 25.3MB 20:23:39 Step 1/14 : ARG BASE=golang:1.16-alpine3.14 20:23:39 Step 2/14 : FROM ${BASE} AS builder 20:23:39 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 20:23:39 a0d0a0d46f8b: Pulling fs layer 20:23:39 31adcdaf11c8: Pulling fs layer 20:23:39 b8b176561691: Pulling fs layer 20:23:39 4527c011a84f: Pulling fs layer 20:23:39 5d74067f8e1e: Pulling fs layer 20:23:39 e0aca202a116: Pulling fs layer 20:23:39 3a43be97a3b4: Pulling fs layer 20:23:39 34cad66bf833: Pulling fs layer 20:23:39 b4e3c513aaa6: Pulling fs layer 20:23:39 4527c011a84f: Waiting 20:23:39 5d74067f8e1e: Waiting 20:23:39 e0aca202a116: Waiting 20:23:39 3a43be97a3b4: Waiting 20:23:39 34cad66bf833: Waiting 20:23:39 b4e3c513aaa6: Waiting 20:23:39 b8b176561691: Verifying Checksum 20:23:39 b8b176561691: Download complete 20:23:39 31adcdaf11c8: Verifying Checksum 20:23:39 31adcdaf11c8: Download complete 20:23:39 5d74067f8e1e: Verifying Checksum 20:23:39 5d74067f8e1e: Download complete 20:23:39 e0aca202a116: Verifying Checksum 20:23:39 e0aca202a116: Download complete 20:23:39 a0d0a0d46f8b: Verifying Checksum 20:23:39 a0d0a0d46f8b: Download complete 20:23:39 3a43be97a3b4: Verifying Checksum 20:23:39 3a43be97a3b4: Download complete 20:23:39 34cad66bf833: Verifying Checksum 20:23:39 34cad66bf833: Download complete 20:23:39 a0d0a0d46f8b: Pull complete 20:23:40 4527c011a84f: Verifying Checksum 20:23:40 4527c011a84f: Download complete 20:23:40 31adcdaf11c8: Pull complete 20:23:40 b4e3c513aaa6: Verifying Checksum 20:23:40 b4e3c513aaa6: Download complete 20:23:40 b8b176561691: Pull complete 20:23:43 4527c011a84f: Pull complete 20:23:43 5d74067f8e1e: Pull complete 20:23:43 e0aca202a116: Pull complete 20:23:43 3a43be97a3b4: Pull complete 20:23:43 34cad66bf833: Pull complete 20:23:46 b4e3c513aaa6: Pull complete 20:23:46 Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 20:23:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 20:23:46 ---> 9f6097aaca64 20:23:46 Step 3/14 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 20:23:48 ---> Running in 7174c8335544 20:23:48 Removing intermediate container 7174c8335544 20:23:48 ---> b37d18af4c85 20:23:48 Step 4/14 : ARG ALPINE_PKG_BASE="make git" 20:23:48 ---> Running in b3b3b57d0271 20:23:48 Removing intermediate container b3b3b57d0271 20:23:48 ---> 3717b1482ffb 20:23:48 Step 5/14 : ARG ALPINE_PKG_EXTRA="" 20:23:48 ---> Running in 77f7f5c2e38b 20:23:48 Removing intermediate container 77f7f5c2e38b 20:23:48 ---> 0a2f156a4635 20:23:48 Step 6/14 : LABEL Name=edgex-ui-go 20:23:48 ---> Running in 5ff3f8c78b65 20:23:48 Removing intermediate container 5ff3f8c78b65 20:23:48 ---> 6c17c62a1bba 20:23:48 Step 7/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 20:23:48 ---> Running in f8285370e9ab 20:23:48 Removing intermediate container f8285370e9ab 20:23:48 ---> 41a4d90cec19 20:23:48 Step 8/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:23:48 ---> Running in 3a1800724a88 20:23:49 Removing intermediate container 3a1800724a88 20:23:49 ---> 427bdec2b914 20:23:49 Step 9/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:23:49 ---> Running in 630a19c4d244 20:23:49 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:23:50 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:23:50 OK: 220 MiB in 52 packages 20:23:50 Removing intermediate container 630a19c4d244 20:23:50 ---> 13857f6f78e5 20:23:50 Step 10/14 : ENV GO111MODULE=on 20:23:50 ---> Running in ecc02749e4bb 20:23:51 Removing intermediate container ecc02749e4bb 20:23:51 ---> 550f07f5d566 20:23:51 Step 11/14 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 20:23:51 ---> Running in e21ccc172130 20:23:51 Removing intermediate container e21ccc172130 20:23:51 ---> 17ffef157cf1 20:23:51 Step 12/14 : COPY . . 20:23:52 ---> 15497cddc52d 20:23:52 Step 13/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:23:52 ---> Running in 759d72a85378 20:24:24 Removing intermediate container 759d72a85378 20:24:24 ---> 0a3eed55ea51 20:24:24 Step 14/14 : RUN ${MAKE} 20:24:24 ---> Running in 3a721fbce318 20:24:24 noop 20:24:25 Removing intermediate container 3a721fbce318 20:24:25 ---> 564da25c2a5c 20:24:25 Successfully built 564da25c2a5c 20:24:25 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:24:25 + docker inspect -f . ci-base-image-x86_64 20:24:25 . [Pipeline] withDockerContainer 20:24:25 prd-centos7-docker-4c-2g-1078 does not seem to be running inside a container 20:24:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/38 -v /w/workspace/edgex-ui-go/38:/w/workspace/edgex-ui-go/38:rw,z -v /w/workspace/edgex-ui-go/38@tmp:/w/workspace/edgex-ui-go/38@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:24:26 $ docker top 1c6bebadeb6a605c9a0990d8e676e633e6ca54bd5acbae215a6fe2c1bd425ae2 -eo pid,comm [Pipeline] { [Pipeline] sh 20:24:26 + go version 20:24:26 go version go1.16.8 linux/amd64 [Pipeline] } 20:24:26 $ docker stop --time=1 1c6bebadeb6a605c9a0990d8e676e633e6ca54bd5acbae215a6fe2c1bd425ae2 20:24:27 $ docker rm -f 1c6bebadeb6a605c9a0990d8e676e633e6ca54bd5acbae215a6fe2c1bd425ae2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:24:28 + docker inspect -f . ci-base-image-x86_64 20:24:28 . [Pipeline] withDockerContainer 20:24:28 prd-centos7-docker-4c-2g-1078 does not seem to be running inside a container 20:24:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/38 -v /w/workspace/edgex-ui-go/38:/w/workspace/edgex-ui-go/38:rw,z -v /w/workspace/edgex-ui-go/38@tmp:/w/workspace/edgex-ui-go/38@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:24:30 $ docker top 216a00aead0df145f4080e0fe44bbe6cdf0cb3ff231c76a3ef498f9e30d232bc -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 20:24:30 + make test 20:24:30 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 20:24:31 ? github.com/edgexfoundry/edgex-ui-go [no test files] 20:24:35 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1079 in /w/workspace/edgexfoundry_edgex-ui-go_main [Pipeline] { [Pipeline] ws 20:24:35 Running in /w/workspace/edgex-ui-go/38 [Pipeline] { [Pipeline] checkout 20:24:36 The recommended git tool is: git 20:24:43 using credential edgex-jenkins-ssh 20:24:43 Cloning the remote Git repository 20:24:43 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 20:24:43 > git init /w/workspace/edgex-ui-go/38 # timeout=10 20:24:44 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 20:24:44 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 20:24:44 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 20:24:44 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 20:24:44 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 20:24:44 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 20:24:44 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 20:24:44 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 20:24:44 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 20:24:44 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 20:24:44 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 20:24:44 ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] 20:24:44 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:24:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 20:24:43 > git --version # timeout=10 20:24:43 > git --version # 'git version 2.17.1' 20:24:43 using GIT_SSH to set credentials SSH Credentials for GitHub 20:24:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:24:46 Avoid second fetch 20:24:46 Checking out Revision 7cabfbefb872e4d8c79bc319b9175d5c26ac1025 (main) 20:24:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 20:24:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:24:46 > git config core.sparsecheckout # timeout=10 20:24:46 > git checkout -f 7cabfbefb872e4d8c79bc319b9175d5c26ac1025 # timeout=10 20:24:50 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:24:50 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 20:24:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 20:24:50 $ docker stop --time=1 216a00aead0df145f4080e0fe44bbe6cdf0cb3ff231c76a3ef498f9e30d232bc 20:24:51 Commit message: "docs(snap): remove replicated JWT instructions (#484)" 20:24:52 $ docker rm -f 216a00aead0df145f4080e0fe44bbe6cdf0cb3ff231c76a3ef498f9e30d232bc [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:24:52 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:24:52 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 20:24:52 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:24:52 % Total % Received % Xferd Average Speed Time Time Time Current 20:24:52 Dload Upload Total Spent Left Speed 20:24:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 199k 0 --:--:-- --:--:-- --:--:-- 202k [Pipeline] sh [Pipeline] sh 20:24:54 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:24:54 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:24:54 + + sudo tee /etc/docker/daemon.new 20:24:54 sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:24:54 { 20:24:54 "registry-mirrors": [ 20:24:54 "https://nexus3.edgexfoundry.org:10001" 20:24:54 ], 20:24:54 "bip": "10.250.0.254/24", 20:24:54 "hosts": [ 20:24:54 "tcp://0.0.0.0:5555", 20:24:54 "unix:///var/run/docker.sock" 20:24:54 ], 20:24:54 "mtu": 1458, 20:24:54 "selinux-enabled": true, 20:24:54 "seccomp-profile": "/etc/docker/seccomp.json" 20:24:54 } [Pipeline] sh 20:24:54 + ls -al . 20:24:54 total 112 20:24:54 drwxrwxr-x. 12 jenkins jenkins 4096 Nov 17 20:24 . 20:24:54 drwxrwxr-x. 4 jenkins jenkins 30 Nov 17 20:23 .. 20:24:54 drwxrwxr-x. 3 jenkins jenkins 20 Nov 17 20:23 assets 20:24:54 drwxrwxr-x. 2 jenkins jenkins 66 Nov 17 20:23 bin 20:24:54 drwxrwxr-x. 3 jenkins jenkins 29 Nov 17 20:23 cmd 20:24:54 -rw-rw-r--. 1 jenkins jenkins 3959 Nov 17 20:23 CONTRIBUTING.md 20:24:54 -rw-r--r--. 1 jenkins jenkins 10 Nov 17 20:24 coverage.out 20:24:54 -rw-rw-r--. 1 jenkins jenkins 1526 Nov 17 20:23 Dockerfile 20:24:54 drwxrwxr-x. 2 jenkins jenkins 23 Nov 17 20:23 docs 20:24:54 drwxrwxr-x. 8 jenkins jenkins 162 Nov 17 20:23 .git 20:24:54 drwxrwxr-x. 2 jenkins jenkins 103 Nov 17 20:23 .github 20:24:54 -rw-rw-r--. 1 jenkins jenkins 155 Nov 17 20:23 .gitignore 20:24:54 -rw-rw-r--. 1 jenkins jenkins 744 Nov 17 20:23 go.mod 20:24:54 -rw-rw-r--. 1 jenkins jenkins 48565 Nov 17 20:23 go.sum 20:24:54 drwxrwxr-x. 9 jenkins jenkins 125 Nov 17 20:23 internal 20:24:54 -rw-rw-r--. 1 jenkins jenkins 652 Nov 17 20:23 Jenkinsfile 20:24:54 -rw-rw-r--. 1 jenkins jenkins 11357 Nov 17 20:23 LICENSE 20:24:54 -rw-rw-r--. 1 jenkins jenkins 1212 Nov 17 20:23 Makefile 20:24:54 drwxrwxr-x. 3 jenkins jenkins 19 Nov 17 20:23 pkg 20:24:54 -rw-rw-r--. 1 jenkins jenkins 4450 Nov 17 20:23 README.md 20:24:54 drwxrwxr-x. 4 jenkins jenkins 71 Nov 17 20:23 snap 20:24:54 -rw-rw-r--. 1 jenkins jenkins 5 Nov 17 20:21 VERSION 20:24:54 -rw-rw-r--. 1 jenkins jenkins 155 Nov 17 20:23 version.go 20:24:54 drwxrwxr-x. 4 jenkins jenkins 4096 Nov 17 20:23 web [Pipeline] isUnix [Pipeline] sh 20:24:54 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:24:54 + 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=7cabfbefb872e4d8c79bc319b9175d5c26ac1025 --label arch=amd64 --label version=0.0.0 . 20:24:54 Sending build context to Docker daemon 25.3MB 20:24:54 Step 1/22 : ARG BASE=golang:1.16-alpine3.14 20:24:54 Step 2/22 : FROM ${BASE} AS builder 20:24:54 ---> 564da25c2a5c 20:24:54 Step 3/22 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 20:24:55 + sudo service docker restart 20:24:55 ---> Running in c959c75b5da1 20:24:55 Removing intermediate container c959c75b5da1 20:24:55 ---> 2560569b245b 20:24:55 Step 4/22 : ARG ALPINE_PKG_BASE="make git" 20:24:55 ---> Running in a6405d6178d0 20:24:55 Removing intermediate container a6405d6178d0 20:24:55 ---> a444ddda14f7 20:24:55 Step 5/22 : ARG ALPINE_PKG_EXTRA="" 20:24:55 ---> Running in d6940c041b94 20:24:55 Removing intermediate container d6940c041b94 20:24:55 ---> d73277062f0d 20:24:55 Step 6/22 : LABEL Name=edgex-ui-go 20:24:55 ---> Running in 135834c0c519 20:24:55 Removing intermediate container 135834c0c519 20:24:55 ---> 6a0d733bbe61 20:24:55 Step 7/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 20:24:55 ---> Running in 2c8766fa6f0e 20:24:55 Removing intermediate container 2c8766fa6f0e 20:24:55 ---> 33047406c34c 20:24:55 Step 8/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:24:55 ---> Running in cc4856a8a0ab 20:24:56 Removing intermediate container cc4856a8a0ab 20:24:56 ---> 7c06cb3ecd72 20:24:56 Step 9/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:24:56 ---> Running in cb8ff321b93f 20:24:56 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:24:57 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:24:57 OK: 220 MiB in 52 packages 20:24:57 Removing intermediate container cb8ff321b93f 20:24:57 ---> 369e823349fb 20:24:57 Step 10/22 : ENV GO111MODULE=on 20:24:57 ---> Running in 2c90b860eab3 20:24:57 Removing intermediate container 2c90b860eab3 20:24:57 ---> bfc7e1c9eba1 20:24:57 Step 11/22 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 20:24:57 ---> Running in 7fdc1e836f06 20:24:57 Removing intermediate container 7fdc1e836f06 20:24:57 ---> 371353e3ce3e 20:24:57 Step 12/22 : COPY . . 20:24:58 ---> 655e6742cc06 20:24:58 Step 13/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:24:58 ---> Running in ba11a29452fa 20:24:59 Removing intermediate container ba11a29452fa 20:24:59 ---> 06f88a593b9a 20:24:59 Step 14/22 : RUN ${MAKE} 20:24:59 ---> Running in 9eb1024263ba 20:25:00 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 20:25:08 CGO_ENABLED=0 GO111MODULE=on go build ./... 20:25:10 Removing intermediate container 9eb1024263ba 20:25:10 ---> 1566b3a0de14 20:25:10 Step 15/22 : FROM alpine:3.14 20:25:10 3.14: Pulling from library/alpine 20:25:10 97518928ae5f: Pulling fs layer 20:25:11 97518928ae5f: Verifying Checksum 20:25:11 97518928ae5f: Download complete 20:25:11 97518928ae5f: Pull complete 20:25:11 Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 20:25:11 Status: Downloaded newer image for alpine:3.14 20:25:11 ---> 0a97eee8041e 20:25:11 Step 16/22 : EXPOSE 4000 20:25:11 ---> Running in 008f88bc30c0 20:25:11 Removing intermediate container 008f88bc30c0 20:25:11 ---> e70f4720f983 20:25:11 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 20:25:12 ---> 607d476aa7b8 20:25:12 Step 18/22 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 20:25:12 ---> Running in 462cd2c76d4b 20:25:12 Removing intermediate container 462cd2c76d4b 20:25:12 ---> 8f9ef95af047 20:25:12 Step 19/22 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 20:25:12 ---> Running in c9ccf541bab0 20:25:12 Removing intermediate container c9ccf541bab0 20:25:12 ---> 9d808b74f61e 20:25:12 Step 20/22 : LABEL arch=amd64 20:25:12 ---> Running in 7f6584b10464 20:25:12 Removing intermediate container 7f6584b10464 20:25:12 ---> 42a523bd2ce6 20:25:12 Step 21/22 : LABEL git_sha=7cabfbefb872e4d8c79bc319b9175d5c26ac1025 20:25:12 ---> Running in a4c427582bf3 20:25:12 Removing intermediate container a4c427582bf3 20:25:12 ---> 1648f786b5f8 20:25:12 Step 22/22 : LABEL version=0.0.0 20:25:12 ---> Running in 2545a71c9c9e 20:25:12 Removing intermediate container 2545a71c9c9e 20:25:12 ---> 2621241ec1ac 20:25:12 [Warning] One or more build-args [ARCH] were not consumed 20:25:12 Successfully built 2621241ec1ac 20:25:12 Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:25:13 provisioning config files... 20:25:13 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/38@tmp/config2783118170308630848tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:25:13 provisioning config files... 20:25:13 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/38@tmp/config448381429056325935tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:25:13 ---> docker-login.sh 20:25:13 nexus3.edgexfoundry.org:10001 20:25:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:25:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:25:13 Configure a credential helper to remove this warning. See 20:25:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:25:13 20:25:13 Login Succeeded 20:25:13 nexus3.edgexfoundry.org:10002 20:25:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:25:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:25:13 Configure a credential helper to remove this warning. See 20:25:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:25:13 20:25:13 Login Succeeded 20:25:13 nexus3.edgexfoundry.org:10003 20:25:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:25:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:25:13 Configure a credential helper to remove this warning. See 20:25:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:25:13 20:25:13 Login Succeeded 20:25:13 nexus3.edgexfoundry.org:10004 20:25:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:25:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:25:13 Configure a credential helper to remove this warning. See 20:25:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:25:13 20:25:13 Login Succeeded 20:25:13 docker.io 20:25:13 ---> docker-login.sh 20:25:13 nexus3.edgexfoundry.org:10001 20:25:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:25:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:25:14 Configure a credential helper to remove this warning. See 20:25:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:25:14 20:25:14 Login Succeeded 20:25:14 ---> docker-login.sh ends [Pipeline] } 20:25:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:25:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:25:14 [edgeXDocker.push] Tagging docker image edgex-ui with the following tags: 20:25:14 7cabfbefb872e4d8c79bc319b9175d5c26ac1025 20:25:14 latest 20:25:14 0.0.0 20:25:14 7cabfbefb872e4d8c79bc319b9175d5c26ac1025-0.0.0 20:25:14 main 20:25:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:25:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:25:14 + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:7cabfbefb872e4d8c79bc319b9175d5c26ac1025 [Pipeline] isUnix [Pipeline] sh 20:25:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:25:14 Configure a credential helper to remove this warning. See 20:25:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:25:14 20:25:14 Login Succeeded 20:25:14 nexus3.edgexfoundry.org:10002 20:25:14 + docker push nexus3.edgexfoundry.org:10004/edgex-ui:7cabfbefb872e4d8c79bc319b9175d5c26ac1025 20:25:14 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] 20:25:14 94c5383e1f3d: Preparing 20:25:14 1a058d5342cc: Preparing 20:25:14 1a058d5342cc: Layer already exists 20:25:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:25:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:25:15 Configure a credential helper to remove this warning. See 20:25:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:25:15 20:25:15 Login Succeeded 20:25:15 nexus3.edgexfoundry.org:10003 20:25:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:25:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:25:15 Configure a credential helper to remove this warning. See 20:25:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:25:15 20:25:15 Login Succeeded 20:25:15 nexus3.edgexfoundry.org:10004 20:25:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:25:16 94c5383e1f3d: Pushed 20:25:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:25:16 Configure a credential helper to remove this warning. See 20:25:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:25:16 20:25:16 Login Succeeded 20:25:16 docker.io 20:25:16 7cabfbefb872e4d8c79bc319b9175d5c26ac1025: digest: sha256:582548b5d37abdf378d9a60e3c5b65dc9321a01b544c560f0250ac329a593134 size: 739 [Pipeline] isUnix [Pipeline] sh 20:25:16 + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:latest [Pipeline] isUnix [Pipeline] sh 20:25:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:25:17 + docker push nexus3.edgexfoundry.org:10004/edgex-ui:latest 20:25:17 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] 20:25:17 94c5383e1f3d: Preparing 20:25:17 1a058d5342cc: Preparing 20:25:17 1a058d5342cc: Layer already exists 20:25:17 94c5383e1f3d: Layer already exists 20:25:17 latest: digest: sha256:582548b5d37abdf378d9a60e3c5b65dc9321a01b544c560f0250ac329a593134 size: 739 [Pipeline] isUnix [Pipeline] sh 20:25:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:25:18 Configure a credential helper to remove this warning. See 20:25:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:25:18 20:25:18 Login Succeeded 20:25:18 ---> docker-login.sh ends [Pipeline] } 20:25:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 20:25:18 + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:0.0.0 [Pipeline] isUnix [Pipeline] sh [Pipeline] echo 20:25:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:25:18 ========================================================= 20:25:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 20:25:18 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 20:25:18 + docker push nexus3.edgexfoundry.org:10004/edgex-ui:0.0.0 20:25:18 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] 20:25:18 94c5383e1f3d: Preparing 20:25:18 1a058d5342cc: Preparing 20:25:18 94c5383e1f3d: Layer already exists 20:25:18 1a058d5342cc: Layer already exists 20:25:18 0.0.0: digest: sha256:582548b5d37abdf378d9a60e3c5b65dc9321a01b544c560f0250ac329a593134 size: 739 [Pipeline] isUnix [Pipeline] sh 20:25:18 + 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 . 20:25:19 + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:7cabfbefb872e4d8c79bc319b9175d5c26ac1025-0.0.0 [Pipeline] isUnix [Pipeline] sh 20:25:19 + docker push nexus3.edgexfoundry.org:10004/edgex-ui:7cabfbefb872e4d8c79bc319b9175d5c26ac1025-0.0.0 20:25:19 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] 20:25:19 94c5383e1f3d: Preparing 20:25:19 1a058d5342cc: Preparing 20:25:19 1a058d5342cc: Layer already exists 20:25:19 94c5383e1f3d: Layer already exists 20:25:19 7cabfbefb872e4d8c79bc319b9175d5c26ac1025-0.0.0: digest: sha256:582548b5d37abdf378d9a60e3c5b65dc9321a01b544c560f0250ac329a593134 size: 739 [Pipeline] isUnix [Pipeline] sh 20:25:19 + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:main [Pipeline] isUnix [Pipeline] sh 20:25:19 Sending build context to Docker daemon 25.29MB 20:25:19 Step 1/14 : ARG BASE=golang:1.16-alpine3.14 20:25:19 Step 2/14 : FROM ${BASE} AS builder 20:25:19 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:25:19 + docker push nexus3.edgexfoundry.org:10004/edgex-ui:main 20:25:19 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] 20:25:19 94c5383e1f3d: Preparing 20:25:19 1a058d5342cc: Preparing 20:25:19 94c5383e1f3d: Layer already exists 20:25:19 1a058d5342cc: Layer already exists 20:25:19 main: digest: sha256:582548b5d37abdf378d9a60e3c5b65dc9321a01b544c560f0250ac329a593134 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:25:19 ===================================================== [Pipeline] echo 20:25:19 taggedImages: 20:25:19 - nexus3.edgexfoundry.org:10004/edgex-ui:7cabfbefb872e4d8c79bc319b9175d5c26ac1025 20:25:19 - nexus3.edgexfoundry.org:10004/edgex-ui:latest 20:25:19 - nexus3.edgexfoundry.org:10004/edgex-ui:0.0.0 20:25:19 - nexus3.edgexfoundry.org:10004/edgex-ui:7cabfbefb872e4d8c79bc319b9175d5c26ac1025-0.0.0 20:25:19 - nexus3.edgexfoundry.org:10004/edgex-ui:main [Pipeline] } [Pipeline] // script [Pipeline] } 20:25:20 552d1f2373af: Pulling fs layer 20:25:20 ea3f2d53f512: Pulling fs layer 20:25:20 9e70ebbbe112: Pulling fs layer 20:25:20 7a9cfe048b4a: Pulling fs layer 20:25:20 72dc09318566: Pulling fs layer 20:25:20 f4f7b4309257: Pulling fs layer 20:25:20 0ac9a79272e3: Pulling fs layer 20:25:20 b78e95d17946: Pulling fs layer 20:25:20 7a9cfe048b4a: Waiting 20:25:20 72dc09318566: Waiting 20:25:20 f4f7b4309257: Waiting 20:25:20 0ac9a79272e3: Waiting 20:25:20 b78e95d17946: Waiting 20:25:20 9e70ebbbe112: Verifying Checksum 20:25:20 9e70ebbbe112: Download complete 20:25:20 ea3f2d53f512: Verifying Checksum 20:25:20 ea3f2d53f512: Download complete 20:25:20 72dc09318566: Download complete 20:25:20 f4f7b4309257: Verifying Checksum 20:25:20 f4f7b4309257: Download complete 20:25:20 552d1f2373af: Download complete 20:25:20 0ac9a79272e3: Verifying Checksum 20:25:20 0ac9a79272e3: Download complete [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 20:25:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:25:20 20:25:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 20:25:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:25:20 latest: Pulling from edgex-lftools-log-publisher 20:25:20 b4d181a07f80: Pulling fs layer 20:25:20 a1111a8f2ec3: Pulling fs layer 20:25:20 ed53099fbce6: Pulling fs layer 20:25:20 dc539afda2c1: Pulling fs layer 20:25:20 77bc0d833cb6: Pulling fs layer 20:25:20 9065ff56babe: Pulling fs layer 20:25:20 d287ab97295c: Pulling fs layer 20:25:20 dc539afda2c1: Waiting 20:25:20 77bc0d833cb6: Waiting 20:25:20 9065ff56babe: Waiting 20:25:20 d287ab97295c: Waiting 20:25:20 a1111a8f2ec3: Verifying Checksum 20:25:20 a1111a8f2ec3: Download complete 20:25:20 dc539afda2c1: Verifying Checksum 20:25:20 dc539afda2c1: Download complete 20:25:20 ed53099fbce6: Verifying Checksum 20:25:20 ed53099fbce6: Download complete 20:25:20 9065ff56babe: Verifying Checksum 20:25:20 9065ff56babe: Download complete 20:25:20 77bc0d833cb6: Verifying Checksum 20:25:20 77bc0d833cb6: Download complete 20:25:21 552d1f2373af: Pull complete 20:25:21 b4d181a07f80: Verifying Checksum 20:25:21 b4d181a07f80: Download complete 20:25:21 ea3f2d53f512: Pull complete 20:25:21 d287ab97295c: Verifying Checksum 20:25:21 d287ab97295c: Download complete 20:25:22 9e70ebbbe112: Pull complete 20:25:22 b78e95d17946: Verifying Checksum 20:25:22 b78e95d17946: Download complete 20:25:22 b4d181a07f80: Pull complete 20:25:22 a1111a8f2ec3: Pull complete 20:25:22 7a9cfe048b4a: Verifying Checksum 20:25:22 7a9cfe048b4a: Download complete 20:25:23 ed53099fbce6: Pull complete 20:25:23 dc539afda2c1: Pull complete 20:25:23 77bc0d833cb6: Pull complete 20:25:23 9065ff56babe: Pull complete 20:25:29 d287ab97295c: Pull complete 20:25:29 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 20:25:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:25:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 20:25:29 prd-centos7-docker-4c-2g-1078 does not seem to be running inside a container 20:25:29 $ 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/38 -v /w/workspace/edgex-ui-go/38:/w/workspace/edgex-ui-go/38:rw,z -v /w/workspace/edgex-ui-go/38@tmp:/w/workspace/edgex-ui-go/38@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 20:25:31 $ docker top 2b9d25a427c64b958ac6cfb8aaa6e23e5eb8b1f326f1d5813de3ba6fad53ab29 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:25:32 ---> job-cost.sh 20:25:32 lf-activate-venv: SKIPPING 20:25:32 INFO: No Stack... 20:25:32 INFO: Retrieving Pricing Info for: v3-standard-2 20:25:32 INFO: Archiving Costs [Pipeline] sh 20:25:32 + cat /w/workspace/edgex-ui-go/38/archives/cost.csv 20:25:32 + cut -d, -f6 [Pipeline] lock 20:25:32 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-main-38-stack-cost] 20:25:32 Resource [jenkins-edgexfoundry-edgex-ui-go-main-38-stack-cost] did not exist. Created. 20:25:32 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-main-38-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:25:33 + echo total: 0.05999999865889549 [Pipeline] stash 20:25:33 Stashed 1 file(s) [Pipeline] } 20:25:33 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-main-38-stack-cost] [Pipeline] // lock [Pipeline] } 20:25:33 $ docker stop --time=1 2b9d25a427c64b958ac6cfb8aaa6e23e5eb8b1f326f1d5813de3ba6fad53ab29 20:25:33 7a9cfe048b4a: Pull complete 20:25:33 72dc09318566: Pull complete 20:25:34 f4f7b4309257: Pull complete 20:25:34 $ docker rm -f 2b9d25a427c64b958ac6cfb8aaa6e23e5eb8b1f326f1d5813de3ba6fad53ab29 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 20:25:34 0ac9a79272e3: Pull complete [Pipeline] // stage [Pipeline] } 20:25:41 b78e95d17946: Pull complete 20:25:41 Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 20:25:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 20:25:41 ---> 8b459fc5aaf0 20:25:41 Step 3/14 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 20:25:42 ---> Running in 0ce2fb43e526 20:25:42 Removing intermediate container 0ce2fb43e526 20:25:42 ---> 388e3d591020 20:25:42 Step 4/14 : ARG ALPINE_PKG_BASE="make git" 20:25:42 ---> Running in 091385a110db 20:25:43 Removing intermediate container 091385a110db 20:25:43 ---> ba448d5b09e1 20:25:43 Step 5/14 : ARG ALPINE_PKG_EXTRA="" 20:25:43 ---> Running in 81df11a6e17b 20:25:43 Removing intermediate container 81df11a6e17b 20:25:43 ---> 0b7d7b6348db 20:25:43 Step 6/14 : LABEL Name=edgex-ui-go 20:25:43 ---> Running in a19579ae358d 20:25:44 Removing intermediate container a19579ae358d 20:25:44 ---> 02abf707124d 20:25:44 Step 7/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 20:25:44 ---> Running in ac1ebd2b57e3 20:25:44 Removing intermediate container ac1ebd2b57e3 20:25:44 ---> 2c58fd67d2b3 20:25:44 Step 8/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:25:44 ---> Running in 81e7ff639444 20:25:46 Removing intermediate container 81e7ff639444 20:25:46 ---> 89689fe7f649 20:25:46 Step 9/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:25:47 ---> Running in a38b7d98a3f9 20:25:48 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:25:49 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:25:50 OK: 219 MiB in 52 packages 20:25:51 Removing intermediate container a38b7d98a3f9 20:25:51 ---> 37303327cbf8 20:25:51 Step 10/14 : ENV GO111MODULE=on 20:25:51 ---> Running in f9bf48a4d6d5 20:25:51 Removing intermediate container f9bf48a4d6d5 20:25:51 ---> 75ce56d73df0 20:25:51 Step 11/14 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 20:25:51 ---> Running in 3669fb500298 20:25:51 Removing intermediate container 3669fb500298 20:25:51 ---> e85ca1de4fe1 20:25:51 Step 12/14 : COPY . . 20:25:54 ---> c4a6e3a6d419 20:25:54 Step 13/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:25:54 ---> Running in 20a558b5f8cf 20:27:16 Removing intermediate container 20a558b5f8cf 20:27:16 ---> 0d0a1dae9c7c 20:27:16 Step 14/14 : RUN ${MAKE} 20:27:16 ---> Running in 556e1a8f3ffa 20:27:16 noop 20:27:16 Removing intermediate container 556e1a8f3ffa 20:27:16 ---> dca8a20331bc 20:27:16 Successfully built dca8a20331bc 20:27:16 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:27:16 + docker inspect -f . ci-base-image-arm64 20:27:16 . [Pipeline] withDockerContainer 20:27:17 prd-ubuntu18.04-docker-arm64-4c-16g-1079 does not seem to be running inside a container 20:27:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/38 -v /w/workspace/edgex-ui-go/38:/w/workspace/edgex-ui-go/38:rw,z -v /w/workspace/edgex-ui-go/38@tmp:/w/workspace/edgex-ui-go/38@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:27:18 $ docker top 50fed5eeee8427071c29dec462ecb372cb76a9286f360be85e796aa34bcb54fe -eo pid,comm [Pipeline] { [Pipeline] sh 20:27:19 + go version 20:27:19 go version go1.16.8 linux/arm64 [Pipeline] } 20:27:19 $ docker stop --time=1 50fed5eeee8427071c29dec462ecb372cb76a9286f360be85e796aa34bcb54fe 20:27:21 $ docker rm -f 50fed5eeee8427071c29dec462ecb372cb76a9286f360be85e796aa34bcb54fe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:27:22 + docker inspect -f . ci-base-image-arm64 20:27:22 . [Pipeline] withDockerContainer 20:27:22 prd-ubuntu18.04-docker-arm64-4c-16g-1079 does not seem to be running inside a container 20:27:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/38 -v /w/workspace/edgex-ui-go/38:/w/workspace/edgex-ui-go/38:rw,z -v /w/workspace/edgex-ui-go/38@tmp:/w/workspace/edgex-ui-go/38@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:27:23 $ docker top 0a2bb7078da2b3c96bde984941514ffce2115e3f4e2f55109e6c8013ab491840 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 20:27:24 + make test 20:27:24 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 20:27:25 ? github.com/edgexfoundry/edgex-ui-go [no test files] 20:28:06 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 20:28:06 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 20:28:06 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 20:28:06 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 20:28:06 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 20:28:06 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 20:28:06 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 20:28:06 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 20:28:06 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 20:28:06 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 20:28:06 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 20:28:06 ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] 20:28:06 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:28:25 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:28:25 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 20:28:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 20:28:25 $ docker stop --time=1 0a2bb7078da2b3c96bde984941514ffce2115e3f4e2f55109e6c8013ab491840 20:28:26 $ docker rm -f 0a2bb7078da2b3c96bde984941514ffce2115e3f4e2f55109e6c8013ab491840 [Pipeline] // withDockerContainer [Pipeline] sh 20:28:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:28:27 Warning: overwriting stash ‘coverage-report’ 20:28:29 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 20:28:29 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:28:29 + ls -al . 20:28:29 total 152 20:28:29 drwxrwxr-x 12 jenkins jenkins 4096 Nov 17 20:27 . 20:28:29 drwxrwxr-x 4 jenkins jenkins 4096 Nov 17 20:24 .. 20:28:29 drwxrwxr-x 8 jenkins jenkins 4096 Nov 17 20:24 .git 20:28:29 drwxrwxr-x 2 jenkins jenkins 4096 Nov 17 20:24 .github 20:28:29 -rw-rw-r-- 1 jenkins jenkins 155 Nov 17 20:24 .gitignore 20:28:29 -rw-rw-r-- 1 jenkins jenkins 3959 Nov 17 20:24 CONTRIBUTING.md 20:28:29 -rw-rw-r-- 1 jenkins jenkins 1526 Nov 17 20:24 Dockerfile 20:28:29 -rw-rw-r-- 1 jenkins jenkins 652 Nov 17 20:24 Jenkinsfile 20:28:29 -rw-rw-r-- 1 jenkins jenkins 11357 Nov 17 20:24 LICENSE 20:28:29 -rw-rw-r-- 1 jenkins jenkins 1212 Nov 17 20:24 Makefile 20:28:29 -rw-rw-r-- 1 jenkins jenkins 4450 Nov 17 20:24 README.md 20:28:29 -rw-rw-r-- 1 jenkins jenkins 5 Nov 17 20:21 VERSION 20:28:29 drwxrwxr-x 3 jenkins jenkins 4096 Nov 17 20:24 assets 20:28:29 drwxrwxr-x 2 jenkins jenkins 4096 Nov 17 20:24 bin 20:28:29 drwxrwxr-x 3 jenkins jenkins 4096 Nov 17 20:24 cmd 20:28:29 -rw-r--r-- 1 jenkins jenkins 10 Nov 17 20:27 coverage.out 20:28:29 drwxrwxr-x 2 jenkins jenkins 4096 Nov 17 20:24 docs 20:28:29 -rw-rw-r-- 1 jenkins jenkins 744 Nov 17 20:24 go.mod 20:28:29 -rw-rw-r-- 1 jenkins jenkins 48565 Nov 17 20:24 go.sum 20:28:29 drwxrwxr-x 9 jenkins jenkins 4096 Nov 17 20:24 internal 20:28:29 drwxrwxr-x 3 jenkins jenkins 4096 Nov 17 20:24 pkg 20:28:29 drwxrwxr-x 4 jenkins jenkins 4096 Nov 17 20:24 snap 20:28:29 -rw-rw-r-- 1 jenkins jenkins 155 Nov 17 20:24 version.go 20:28:29 drwxrwxr-x 4 jenkins jenkins 4096 Nov 17 20:24 web [Pipeline] isUnix [Pipeline] sh 20:28:30 + 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=7cabfbefb872e4d8c79bc319b9175d5c26ac1025 --label arch=arm64 --label version=0.0.0 . 20:28:31 Sending build context to Docker daemon 25.29MB 20:28:31 Step 1/22 : ARG BASE=golang:1.16-alpine3.14 20:28:31 Step 2/22 : FROM ${BASE} AS builder 20:28:31 ---> dca8a20331bc 20:28:31 Step 3/22 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 20:28:31 ---> Running in 9c0348d8c38a 20:28:31 Removing intermediate container 9c0348d8c38a 20:28:31 ---> 377caf573067 20:28:31 Step 4/22 : ARG ALPINE_PKG_BASE="make git" 20:28:31 ---> Running in 5956aefb083a 20:28:32 Removing intermediate container 5956aefb083a 20:28:32 ---> 8e2f1f5545e1 20:28:32 Step 5/22 : ARG ALPINE_PKG_EXTRA="" 20:28:32 ---> Running in 84800349fc78 20:28:32 Removing intermediate container 84800349fc78 20:28:32 ---> eb1a005339b7 20:28:32 Step 6/22 : LABEL Name=edgex-ui-go 20:28:32 ---> Running in 10097b1cd181 20:28:33 Removing intermediate container 10097b1cd181 20:28:33 ---> 76f2bdbf7707 20:28:33 Step 7/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 20:28:33 ---> Running in 1f468fc14594 20:28:33 Removing intermediate container 1f468fc14594 20:28:33 ---> 248070c9bd60 20:28:33 Step 8/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:34 ---> Running in 0dda0d88dc36 20:28:35 Removing intermediate container 0dda0d88dc36 20:28:35 ---> a9cfd0dc9257 20:28:35 Step 9/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:28:36 ---> Running in 64eb2076fe97 20:28:37 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:28:38 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:28:38 OK: 219 MiB in 52 packages 20:28:39 Removing intermediate container 64eb2076fe97 20:28:39 ---> 88f0893cc5a8 20:28:39 Step 10/22 : ENV GO111MODULE=on 20:28:39 ---> Running in 4841d9a21a0f 20:28:40 Removing intermediate container 4841d9a21a0f 20:28:40 ---> 84c356091daf 20:28:40 Step 11/22 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 20:28:40 ---> Running in 82a9f9bda2ce 20:28:40 Removing intermediate container 82a9f9bda2ce 20:28:40 ---> 870fd6eba6b8 20:28:40 Step 12/22 : COPY . . 20:28:43 ---> 221d3124eb25 20:28:43 Step 13/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:28:43 ---> Running in 19db7082bcf9 20:28:46 Removing intermediate container 19db7082bcf9 20:28:46 ---> 402392e6044b 20:28:46 Step 14/22 : RUN ${MAKE} 20:28:46 ---> Running in 70ce6909739b 20:28:47 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 20:29:13 CGO_ENABLED=0 GO111MODULE=on go build ./... 20:29:18 Removing intermediate container 70ce6909739b 20:29:18 ---> 09dc5dd481fe 20:29:18 Step 15/22 : FROM alpine:3.14 20:29:18 3.14: Pulling from library/alpine 20:29:18 be307f383ecc: Pulling fs layer 20:29:19 be307f383ecc: Verifying Checksum 20:29:19 be307f383ecc: Download complete 20:29:19 be307f383ecc: Pull complete 20:29:19 Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 20:29:19 Status: Downloaded newer image for alpine:3.14 20:29:19 ---> 5b8b7b635229 20:29:19 Step 16/22 : EXPOSE 4000 20:29:19 ---> Running in 586c84b7fdc1 20:29:20 Removing intermediate container 586c84b7fdc1 20:29:20 ---> c2fffcc5d0a0 20:29:20 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 20:29:21 ---> 1e16d48dcbe7 20:29:21 Step 18/22 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 20:29:21 ---> Running in d6d2ab48ee7c 20:29:22 Removing intermediate container d6d2ab48ee7c 20:29:22 ---> 3ca3354685db 20:29:22 Step 19/22 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 20:29:22 ---> Running in 568a03cab96d 20:29:22 Removing intermediate container 568a03cab96d 20:29:22 ---> 6934dafdc055 20:29:22 Step 20/22 : LABEL arch=arm64 20:29:22 ---> Running in 158d35ff004d 20:29:23 Removing intermediate container 158d35ff004d 20:29:23 ---> c3571c9cf71d 20:29:23 Step 21/22 : LABEL git_sha=7cabfbefb872e4d8c79bc319b9175d5c26ac1025 20:29:23 ---> Running in 232bb6ccc292 20:29:23 Removing intermediate container 232bb6ccc292 20:29:23 ---> 7348138a85d1 20:29:23 Step 22/22 : LABEL version=0.0.0 20:29:23 ---> Running in dbe643be59ed 20:29:24 Removing intermediate container dbe643be59ed 20:29:24 ---> 3b53b79f6c45 20:29:24 [Warning] One or more build-args [ARCH] were not consumed 20:29:24 Successfully built 3b53b79f6c45 20:29:24 Successfully tagged edgex-ui-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:29:24 provisioning config files... 20:29:24 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/38@tmp/config3323833536384354566tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:29:25 ---> docker-login.sh 20:29:25 nexus3.edgexfoundry.org:10001 20:29:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:25 Configure a credential helper to remove this warning. See 20:29:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:25 20:29:25 Login Succeeded 20:29:25 nexus3.edgexfoundry.org:10002 20:29:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:26 Configure a credential helper to remove this warning. See 20:29:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:26 20:29:26 Login Succeeded 20:29:26 nexus3.edgexfoundry.org:10003 20:29:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:26 Configure a credential helper to remove this warning. See 20:29:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:26 20:29:26 Login Succeeded 20:29:26 nexus3.edgexfoundry.org:10004 20:29:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:28 Configure a credential helper to remove this warning. See 20:29:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:28 20:29:28 Login Succeeded 20:29:28 docker.io 20:29:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:28 Configure a credential helper to remove this warning. See 20:29:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:28 20:29:28 Login Succeeded 20:29:28 ---> docker-login.sh ends [Pipeline] } 20:29:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:29:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:29:28 [edgeXDocker.push] Tagging docker image edgex-ui-arm64 with the following tags: 20:29:28 7cabfbefb872e4d8c79bc319b9175d5c26ac1025 20:29:28 latest 20:29:28 0.0.0 20:29:28 7cabfbefb872e4d8c79bc319b9175d5c26ac1025-0.0.0 20:29:28 main 20:29:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:29:28 + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7cabfbefb872e4d8c79bc319b9175d5c26ac1025 [Pipeline] isUnix [Pipeline] sh 20:29:28 + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7cabfbefb872e4d8c79bc319b9175d5c26ac1025 20:29:28 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] 20:29:28 73553fa2aff5: Preparing 20:29:28 62170e181a92: Preparing 20:29:29 62170e181a92: Layer already exists 20:29:33 73553fa2aff5: Pushed 20:29:33 7cabfbefb872e4d8c79bc319b9175d5c26ac1025: digest: sha256:941a9d1fdad2da787015ff1034ffe2965651865a986ab93ed7330e273843e115 size: 739 [Pipeline] isUnix [Pipeline] sh 20:29:34 + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:29:34 + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest 20:29:34 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] 20:29:34 73553fa2aff5: Preparing 20:29:34 62170e181a92: Preparing 20:29:34 73553fa2aff5: Layer already exists 20:29:34 62170e181a92: Layer already exists 20:29:34 latest: digest: sha256:941a9d1fdad2da787015ff1034ffe2965651865a986ab93ed7330e273843e115 size: 739 [Pipeline] isUnix [Pipeline] sh 20:29:35 + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:0.0.0 [Pipeline] isUnix [Pipeline] sh 20:29:35 + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:0.0.0 20:29:35 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] 20:29:35 73553fa2aff5: Preparing 20:29:35 62170e181a92: Preparing 20:29:35 62170e181a92: Layer already exists 20:29:35 73553fa2aff5: Layer already exists 20:29:35 0.0.0: digest: sha256:941a9d1fdad2da787015ff1034ffe2965651865a986ab93ed7330e273843e115 size: 739 [Pipeline] isUnix [Pipeline] sh 20:29:36 + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7cabfbefb872e4d8c79bc319b9175d5c26ac1025-0.0.0 [Pipeline] isUnix [Pipeline] sh 20:29:37 + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7cabfbefb872e4d8c79bc319b9175d5c26ac1025-0.0.0 20:29:37 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] 20:29:37 73553fa2aff5: Preparing 20:29:37 62170e181a92: Preparing 20:29:37 62170e181a92: Layer already exists 20:29:37 73553fa2aff5: Layer already exists 20:29:37 7cabfbefb872e4d8c79bc319b9175d5c26ac1025-0.0.0: digest: sha256:941a9d1fdad2da787015ff1034ffe2965651865a986ab93ed7330e273843e115 size: 739 [Pipeline] isUnix [Pipeline] sh 20:29:37 + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:main [Pipeline] isUnix [Pipeline] sh 20:29:38 + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:main 20:29:38 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] 20:29:38 73553fa2aff5: Preparing 20:29:38 62170e181a92: Preparing 20:29:38 62170e181a92: Layer already exists 20:29:38 73553fa2aff5: Layer already exists 20:29:38 main: digest: sha256:941a9d1fdad2da787015ff1034ffe2965651865a986ab93ed7330e273843e115 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:29:38 ===================================================== [Pipeline] echo 20:29:38 taggedImages: 20:29:38 - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7cabfbefb872e4d8c79bc319b9175d5c26ac1025 20:29:38 - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest 20:29:38 - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:0.0.0 20:29:38 - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7cabfbefb872e4d8c79bc319b9175d5c26ac1025-0.0.0 20:29:38 - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:29:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:29:38 20:29:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 20:29:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:29:39 arm64: Pulling from edgex-lftools-log-publisher 20:29:39 448f6bf000e3: Pulling fs layer 20:29:39 f757da607395: Pulling fs layer 20:29:39 05883995daec: Pulling fs layer 20:29:39 8603b9c90790: Pulling fs layer 20:29:39 1560dd03e051: Pulling fs layer 20:29:39 27f5ce0e4adf: Pulling fs layer 20:29:39 c2d8d7efcc4b: Pulling fs layer 20:29:39 1560dd03e051: Waiting 20:29:39 27f5ce0e4adf: Waiting 20:29:39 c2d8d7efcc4b: Waiting 20:29:39 8603b9c90790: Waiting 20:29:39 f757da607395: Verifying Checksum 20:29:39 f757da607395: Download complete 20:29:39 8603b9c90790: Verifying Checksum 20:29:39 8603b9c90790: Download complete 20:29:41 1560dd03e051: Verifying Checksum 20:29:41 1560dd03e051: Download complete 20:29:41 27f5ce0e4adf: Verifying Checksum 20:29:41 27f5ce0e4adf: Download complete 20:29:41 05883995daec: Verifying Checksum 20:29:41 05883995daec: Download complete 20:29:41 448f6bf000e3: Verifying Checksum 20:29:41 448f6bf000e3: Download complete 20:29:42 c2d8d7efcc4b: Verifying Checksum 20:29:42 c2d8d7efcc4b: Download complete 20:29:43 448f6bf000e3: Pull complete 20:29:44 f757da607395: Pull complete 20:29:45 05883995daec: Pull complete 20:29:45 8603b9c90790: Pull complete 20:29:46 1560dd03e051: Pull complete 20:29:46 27f5ce0e4adf: Pull complete 20:30:02 c2d8d7efcc4b: Pull complete 20:30:02 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 20:30:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:30:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 20:30:02 prd-ubuntu18.04-docker-arm64-4c-16g-1079 does not seem to be running inside a container 20:30:02 $ 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/38 -v /w/workspace/edgex-ui-go/38:/w/workspace/edgex-ui-go/38:rw,z -v /w/workspace/edgex-ui-go/38@tmp:/w/workspace/edgex-ui-go/38@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 20:30:05 $ docker top 3406bbad0c6608f0b339f76380f0e48d2d33b34b2c31f5da27f06fcfac57fc0f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:30:06 ---> job-cost.sh 20:30:06 lf-activate-venv: SKIPPING 20:30:06 INFO: No Stack... 20:30:06 INFO: Retrieving Pricing Info for: v3-standard-4 20:30:07 INFO: Archiving Costs [Pipeline] sh 20:30:07 + cat /w/workspace/edgex-ui-go/38/archives/cost.csv 20:30:07 + cut -d, -f6 [Pipeline] lock 20:30:07 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-main-38-stack-cost] 20:30:07 Resource [jenkins-edgexfoundry-edgex-ui-go-main-38-stack-cost] did not exist. Created. 20:30:07 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-main-38-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:30:08 /w/workspace/edgex-ui-go/38@tmp/durable-fe5a0e7d/script.sh: 1: /w/workspace/edgex-ui-go/38@tmp/durable-fe5a0e7d/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 20:30:10 + echo total: 0.10999999940395355 [Pipeline] stash 20:30:10 Warning: overwriting stash ‘stack-cost’ 20:30:10 Stashed 1 file(s) [Pipeline] } 20:30:10 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-main-38-stack-cost] [Pipeline] // lock [Pipeline] } 20:30:10 $ docker stop --time=1 3406bbad0c6608f0b339f76380f0e48d2d33b34b2c31f5da27f06fcfac57fc0f 20:30:11 $ docker rm -f 3406bbad0c6608f0b339f76380f0e48d2d33b34b2c31f5da27f06fcfac57fc0f [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 20:30:12 provisioning config files... 20:30:12 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config6953041735867518483tmp [Pipeline] { [Pipeline] sh 20:30:12 + set +x 20:30:12 + curl -s https://codecov.io/bash 20:30:12 + bash -s -- 20:30:12 20:30:12 _____ _ 20:30:12 / ____| | | 20:30:12 | | ___ __| | ___ ___ _____ __ 20:30:12 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:30:12 | |___| (_) | (_| | __/ (_| (_) \ V / 20:30:12 \_____\___/ \__,_|\___|\___\___/ \_/ 20:30:12 Bash-1.0.6 20:30:12 20:30:12 20:30:12 ==> git version 2.24.4 found 20:30:12 ==> 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 20:30:12 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:30:12 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:30:12 ==> Jenkins CI detected. 20:30:12 current dir:  /w/workspace/edgexfoundry_edgex-ui-go_main 20:30:12 project root: . 20:30:12 --> token set from env 20:30:12 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:30:12 ==> Running gcov in . (disable via -X gcov) 20:30:12 ==> Python coveragepy not found 20:30:12 ==> Searching for coverage reports in: 20:30:12 + . 20:30:12 -> Found 1 reports 20:30:12 ==> Detecting git/mercurial file structure 20:30:12 ==> Reading reports 20:30:12 + ./coverage.out bytes=10 20:30:12 ==> Appending adjustments 20:30:12 https://docs.codecov.io/docs/fixing-reports 20:30:13 + Found adjustments 20:30:13 ==> Gzipping contents 20:30:13 4.0K /tmp/codecov.pBjxV7.gz 20:30:13 ==> Uploading reports 20:30:13 url: https://codecov.io 20:30:13 query: branch=main&commit=7cabfbefb872e4d8c79bc319b9175d5c26ac1025&build=38&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmain%2F38%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:30:13 -> Pinging Codecov 20:30:13 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=main&commit=7cabfbefb872e4d8c79bc319b9175d5c26ac1025&build=38&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmain%2F38%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:30:13 -> Uploading to 20:30:13 https://storage.googleapis.com/codecov/v4/raw/2021-11-17/FB506323287CE973F263BFD2A0EB1F37/7cabfbefb872e4d8c79bc319b9175d5c26ac1025/e327435b-0bdb-474d-bc09-56906bba7a24.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20211117%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20211117T203013Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d08529b830d30ffdcf3b94071c51f14f93fbd2f9394f8029e3934807fab817f5 20:30:13 % Total % Received % Xferd Average Speed Time Time Time Current 20:30:13 Dload Upload Total Spent Left Speed 20:30:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3663 0 0 100 3663 0 11819 --:--:-- --:--:-- --:--:-- 11854 20:30:13 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/7cabfbefb872e4d8c79bc319b9175d5c26ac1025 [Pipeline] } 20:30:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 20:30:14 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 20:30:14 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:30:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:30:14 20:30:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 20:30:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:30:14 1.410.4: Pulling from edgex-devops/edgex-snyk-go 20:30:14 188c0c94c7c5: Pulling fs layer 20:30:14 0ef7d3d256c8: Pulling fs layer 20:30:14 de9db76c5a1d: Pulling fs layer 20:30:14 0eba1c9be4d2: Pulling fs layer 20:30:14 0d57e429df01: Pulling fs layer 20:30:14 4e4be7b47b0d: Pulling fs layer 20:30:14 e1f770b5df2f: Pulling fs layer 20:30:14 85a0685a4137: Pulling fs layer 20:30:14 0d57e429df01: Waiting 20:30:14 4e4be7b47b0d: Waiting 20:30:14 0eba1c9be4d2: Waiting 20:30:14 e1f770b5df2f: Waiting 20:30:14 85a0685a4137: Waiting 20:30:14 de9db76c5a1d: Verifying Checksum 20:30:14 de9db76c5a1d: Download complete 20:30:14 0ef7d3d256c8: Verifying Checksum 20:30:14 0ef7d3d256c8: Download complete 20:30:14 0d57e429df01: Verifying Checksum 20:30:14 0d57e429df01: Download complete 20:30:14 4e4be7b47b0d: Verifying Checksum 20:30:14 4e4be7b47b0d: Download complete 20:30:14 188c0c94c7c5: Verifying Checksum 20:30:14 188c0c94c7c5: Download complete 20:30:15 e1f770b5df2f: Verifying Checksum 20:30:15 e1f770b5df2f: Download complete 20:30:15 188c0c94c7c5: Pull complete 20:30:15 0eba1c9be4d2: Verifying Checksum 20:30:15 0eba1c9be4d2: Download complete 20:30:15 0ef7d3d256c8: Pull complete 20:30:15 de9db76c5a1d: Pull complete 20:30:15 85a0685a4137: Verifying Checksum 20:30:15 85a0685a4137: Download complete 20:30:19 0eba1c9be4d2: Pull complete 20:30:19 0d57e429df01: Pull complete 20:30:19 4e4be7b47b0d: Pull complete 20:30:19 e1f770b5df2f: Pull complete 20:30:24 85a0685a4137: Pull complete 20:30:24 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 20:30:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:30:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 20:30:24 prd-centos7-docker-4c-2g-1076 does not seem to be running inside a container 20:30:24 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 20:30:26 $ docker top bf5633c41e95c36823e8bbc69514f8fb185d181de6812378692b5f59cc314b20 -eo pid,comm [Pipeline] { [Pipeline] echo 20:30:26 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 20:30:27 + set -o pipefail 20:30:27 + snyk monitor '--org=edgex-jenkins' 20:30:30 20:30:30 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_main (github.com/edgexfoundry/edgex-ui-go)... 20:30:30 20:30:30 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/3ace7b51-4a8f-4779-af83-d970f411b0a5 20:30:30 20:30:30 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 20:30:30 20:30:30 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:30:30 20:30:30 [Pipeline] } 20:30:30 $ docker stop --time=1 bf5633c41e95c36823e8bbc69514f8fb185d181de6812378692b5f59cc314b20 20:30:32 $ docker rm -f bf5633c41e95c36823e8bbc69514f8fb185d181de6812378692b5f59cc314b20 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:30:34 + git log --format=format:%s -1 7cabfbefb872e4d8c79bc319b9175d5c26ac1025 [Pipeline] isUnix [Pipeline] sh 20:30:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:30:34 . [Pipeline] withDockerContainer 20:30:34 prd-centos7-docker-4c-2g-1076 does not seem to be running inside a container 20:30:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:30:35 $ docker top b7a485ee0129d5ee93d7d8fa704d9d0ab27406e27e0fd4420a0690926d6eb7c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:30:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:30:35 [ssh-agent] Looking for ssh-agent implementation... 20:30:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:30:35 $ docker exec b7a485ee0129d5ee93d7d8fa704d9d0ab27406e27e0fd4420a0690926d6eb7c2 ssh-agent 20:30:35 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXPNGIMN/agent.14 20:30:35 SSH_AGENT_PID=20 20:30:35 Running ssh-add (command line suppressed) 20:30:35 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_7004313911081358319.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_7004313911081358319.key) 20:30:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:30:35 + git semver tag 20:30:35 # -> Open(): unable to determine branch for HEAD 20:30:35 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.git 20:30:35 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_main 20:30:35 # $SEMVER_REMOTE_NAME = origin 20:30:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:30:35 # $SEMVER_USER_NAME = edgex-jenkins 20:30:35 # $SEMVER_BRANCH = main 20:30:35 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.semver 20:30:35 # 7cabfbefb872e4d8c79bc319b9175d5c26ac1025 HEAD 20:30:35 # -> Force: false 20:30:35 # 3b86c20aba83b204d0d65568986bc9fbdebaccda refs/tags/v0.0.0 [Pipeline] } 20:30:35 $ docker exec --env ******** --env ******** b7a485ee0129d5ee93d7d8fa704d9d0ab27406e27e0fd4420a0690926d6eb7c2 ssh-agent -k 20:30:36 unset SSH_AUTH_SOCK; 20:30:36 unset SSH_AGENT_PID; 20:30:36 echo Agent pid 20 killed; 20:30:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:30:36 + git semver [Pipeline] } 20:30:36 $ docker stop --time=1 b7a485ee0129d5ee93d7d8fa704d9d0ab27406e27e0fd4420a0690926d6eb7c2 20:30:37 $ docker rm -f b7a485ee0129d5ee93d7d8fa704d9d0ab27406e27e0fd4420a0690926d6eb7c2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 20:30:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:30:37 20:30:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 20:30:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:30:38 0.23.1-centos7: Pulling from edgex-lftools 20:30:38 ab5ef0e58194: Pulling fs layer 20:30:38 9712f1f96733: Pulling fs layer 20:30:38 63f879dbbcfc: Pulling fs layer 20:30:38 0d9ebad4ef96: Pulling fs layer 20:30:38 e9a5061849ea: Pulling fs layer 20:30:38 d747dcd14b5f: Pulling fs layer 20:30:38 2de7ff778b66: Pulling fs layer 20:30:38 d747dcd14b5f: Waiting 20:30:38 0d9ebad4ef96: Waiting 20:30:38 2de7ff778b66: Waiting 20:30:38 e9a5061849ea: Waiting 20:30:38 9712f1f96733: Verifying Checksum 20:30:38 9712f1f96733: Download complete 20:30:38 63f879dbbcfc: Verifying Checksum 20:30:38 63f879dbbcfc: Download complete 20:30:38 ab5ef0e58194: Verifying Checksum 20:30:38 ab5ef0e58194: Download complete 20:30:38 d747dcd14b5f: Verifying Checksum 20:30:38 d747dcd14b5f: Download complete 20:30:38 0d9ebad4ef96: Verifying Checksum 20:30:38 0d9ebad4ef96: Download complete 20:30:38 e9a5061849ea: Verifying Checksum 20:30:38 e9a5061849ea: Download complete 20:30:38 2de7ff778b66: Verifying Checksum 20:30:38 2de7ff778b66: Download complete 20:30:41 ab5ef0e58194: Pull complete 20:30:41 9712f1f96733: Pull complete 20:30:42 63f879dbbcfc: Pull complete 20:30:45 0d9ebad4ef96: Pull complete 20:30:46 e9a5061849ea: Pull complete 20:30:46 d747dcd14b5f: Pull complete 20:30:47 2de7ff778b66: Pull complete 20:30:47 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:30:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:30:47 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 20:30:48 prd-centos7-docker-4c-2g-1076 does not seem to be running inside a container 20:30:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 20:30:51 $ docker top 7f345ff58e978b13506ca5600225132ed3e1e548babe80b1896f5a390d03dd67 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:30:51 provisioning config files... 20:30:51 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config2041265644657751183tmp 20:30:51 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config5032628729438725770tmp 20:30:51 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config2780131288892136214tmp [Pipeline] { [Pipeline] echo 20:30:51 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:30:52 ---> sigul-configuration.sh 20:30:52 gpg: directory `/root/.gnupg' created 20:30:52 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:30:52 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:30:52 gpg: keyring `/root/.gnupg/secring.gpg' created 20:30:52 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:30:52 gpg: CAST5 encrypted data 20:30:52 gpg: encrypted with 1 passphrase 20:30:52 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:30:52 + mkdir /home/jenkins 20:30:52 + mkdir /home/jenkins/sigul [Pipeline] sh 20:30:52 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 20:30:52 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:30:52 ---> sigul-install.sh 20:30:52 Sigul already installed; skipping installation. [Pipeline] sh 20:30:53 + git tag --list 20:30:53 0.1.1 20:30:53 v0.0.0 20:30:53 v1.1.0 20:30:53 v1.2.0 20:30:53 v1.2.1 20:30:53 v1.3.0 20:30:53 v2.0.0 20:30:53 v2.0.1-dev.1 20:30:53 v2.0.1-dev.10 20:30:53 v2.0.1-dev.11 20:30:53 v2.0.1-dev.12 20:30:53 v2.0.1-dev.13 20:30:53 v2.0.1-dev.14 20:30:53 v2.0.1-dev.15 20:30:53 v2.0.1-dev.16 20:30:53 v2.0.1-dev.17 20:30:53 v2.0.1-dev.18 20:30:53 v2.0.1-dev.19 20:30:53 v2.0.1-dev.2 20:30:53 v2.0.1-dev.20 20:30:53 v2.0.1-dev.21 20:30:53 v2.0.1-dev.22 20:30:53 v2.0.1-dev.23 20:30:53 v2.0.1-dev.24 20:30:53 v2.0.1-dev.25 20:30:53 v2.0.1-dev.26 20:30:53 v2.0.1-dev.27 20:30:53 v2.0.1-dev.28 20:30:53 v2.0.1-dev.29 20:30:53 v2.0.1-dev.3 20:30:53 v2.0.1-dev.30 20:30:53 v2.0.1-dev.31 20:30:53 v2.0.1-dev.32 20:30:53 v2.0.1-dev.33 20:30:53 v2.0.1-dev.4 20:30:53 v2.0.1-dev.5 20:30:53 v2.0.1-dev.6 20:30:53 v2.0.1-dev.7 20:30:53 v2.0.1-dev.8 20:30:53 v2.0.1-dev.9 [Pipeline] sh 20:30:53 + lftools sign git-tag v0.0.0 20:30:54 Signing Git tag with Sigul... 20:30:54 Signing v0.0.0 [Pipeline] echo 20:30:55 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:30:55 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:30:55 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:30:55 $ docker stop --time=1 7f345ff58e978b13506ca5600225132ed3e1e548babe80b1896f5a390d03dd67 20:30:56 $ docker rm -f 7f345ff58e978b13506ca5600225132ed3e1e548babe80b1896f5a390d03dd67 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 20:30:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:30:57 . [Pipeline] withDockerContainer 20:30:57 prd-centos7-docker-4c-2g-1076 does not seem to be running inside a container 20:30:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:30:57 $ docker top c36576e7b7d4d882367d8092804d65988f4a8a6401b17f8905461f316aac3199 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:30:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:30:58 [ssh-agent] Looking for ssh-agent implementation... 20:30:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:30:59 $ docker exec c36576e7b7d4d882367d8092804d65988f4a8a6401b17f8905461f316aac3199 ssh-agent 20:30:59 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXBMIAIj/agent.14 20:30:59 SSH_AGENT_PID=20 20:30:59 Running ssh-add (command line suppressed) 20:30:59 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_4695160163937313236.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_4695160163937313236.key) 20:30:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:30:59 + git semver bump pre 20:30:59 # -> Open(): unable to determine branch for HEAD 20:30:59 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.git 20:30:59 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_main 20:30:59 # $SEMVER_REMOTE_NAME = origin 20:30:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:30:59 # $SEMVER_USER_NAME = edgex-jenkins 20:30:59 # $SEMVER_BRANCH = main 20:30:59 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.semver 20:30:59 0.0.1-dev.1 [Pipeline] } 20:30:59 $ docker exec --env ******** --env ******** c36576e7b7d4d882367d8092804d65988f4a8a6401b17f8905461f316aac3199 ssh-agent -k 20:30:59 unset SSH_AUTH_SOCK; 20:30:59 unset SSH_AGENT_PID; 20:30:59 echo Agent pid 20 killed; 20:30:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:31:00 + git semver [Pipeline] } 20:31:00 $ docker stop --time=1 c36576e7b7d4d882367d8092804d65988f4a8a6401b17f8905461f316aac3199 20:31:01 $ docker rm -f c36576e7b7d4d882367d8092804d65988f4a8a6401b17f8905461f316aac3199 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:31:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:31:01 . [Pipeline] withDockerContainer 20:31:01 prd-centos7-docker-4c-2g-1076 does not seem to be running inside a container 20:31:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:31:02 $ docker top 00bcb109e24ab774ae7bdf4bb194a04e6dc3349e70988f3cce20f0baece053a9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:31:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:31:02 [ssh-agent] Looking for ssh-agent implementation... 20:31:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:31:02 $ docker exec 00bcb109e24ab774ae7bdf4bb194a04e6dc3349e70988f3cce20f0baece053a9 ssh-agent 20:31:02 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXOOlJfh/agent.14 20:31:02 SSH_AGENT_PID=20 20:31:02 Running ssh-add (command line suppressed) 20:31:02 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_9192847885939945470.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_9192847885939945470.key) 20:31:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:31:04 + git semver push 20:31:04 # -> Open(): unable to determine branch for HEAD 20:31:04 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.git 20:31:04 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_main 20:31:04 # $SEMVER_REMOTE_NAME = origin 20:31:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:31:04 # $SEMVER_USER_NAME = edgex-jenkins 20:31:04 # $SEMVER_BRANCH = main 20:31:04 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.semver 20:31:04 git-semver-push: ssh: handshake failed: knownhosts: key mismatch [Pipeline] } 20:31:04 $ docker exec --env ******** --env ******** 00bcb109e24ab774ae7bdf4bb194a04e6dc3349e70988f3cce20f0baece053a9 ssh-agent -k 20:31:04 unset SSH_AUTH_SOCK; 20:31:04 unset SSH_AGENT_PID; 20:31:04 echo Agent pid 20 killed; 20:31:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } 20:31:04 $ docker stop --time=1 00bcb109e24ab774ae7bdf4bb194a04e6dc3349e70988f3cce20f0baece053a9 20:31:05 $ docker rm -f 00bcb109e24ab774ae7bdf4bb194a04e6dc3349e70988f3cce20f0baece053a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 20:31:06 + '[' -d /w/workspace/edgexfoundry_edgex-ui-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 20:31:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:31:07 ---> package-listing.sh 20:31:07 ++ facter osfamily 20:31:07 ++ tr '[:upper:]' '[:lower:]' 20:31:07 + OS_FAMILY=redhat 20:31:07 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_main 20:31:07 + START_PACKAGES=/tmp/packages_start.txt 20:31:07 + END_PACKAGES=/tmp/packages_end.txt 20:31:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:31:07 + PACKAGES=/tmp/packages_start.txt 20:31:07 + '[' /w/workspace/edgexfoundry_edgex-ui-go_main ']' 20:31:07 + PACKAGES=/tmp/packages_end.txt 20:31:07 + case "${OS_FAMILY}" in 20:31:07 + sort 20:31:07 + rpm -qa 20:31:08 + '[' -f /tmp/packages_start.txt ']' 20:31:08 + '[' -f /tmp/packages_end.txt ']' 20:31:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:31:08 + '[' /w/workspace/edgexfoundry_edgex-ui-go_main ']' 20:31:08 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_main/archives/ 20:31:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_main/archives/ [Pipeline] echo 20:31:08 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_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:31:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:31:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:31:09 20:31:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 20:31:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:31:10 latest: Pulling from edgex-lftools-log-publisher 20:31:10 b4d181a07f80: Pulling fs layer 20:31:10 a1111a8f2ec3: Pulling fs layer 20:31:10 ed53099fbce6: Pulling fs layer 20:31:10 dc539afda2c1: Pulling fs layer 20:31:10 77bc0d833cb6: Pulling fs layer 20:31:10 9065ff56babe: Pulling fs layer 20:31:10 d287ab97295c: Pulling fs layer 20:31:10 dc539afda2c1: Waiting 20:31:10 77bc0d833cb6: Waiting 20:31:10 9065ff56babe: Waiting 20:31:10 d287ab97295c: Waiting 20:31:10 a1111a8f2ec3: Verifying Checksum 20:31:10 a1111a8f2ec3: Download complete 20:31:10 dc539afda2c1: Verifying Checksum 20:31:10 dc539afda2c1: Download complete 20:31:10 ed53099fbce6: Verifying Checksum 20:31:10 ed53099fbce6: Download complete 20:31:10 9065ff56babe: Verifying Checksum 20:31:10 9065ff56babe: Download complete 20:31:10 77bc0d833cb6: Verifying Checksum 20:31:10 77bc0d833cb6: Download complete 20:31:10 b4d181a07f80: Verifying Checksum 20:31:10 b4d181a07f80: Download complete 20:31:11 d287ab97295c: Verifying Checksum 20:31:11 d287ab97295c: Download complete 20:31:12 b4d181a07f80: Pull complete 20:31:12 a1111a8f2ec3: Pull complete 20:31:13 ed53099fbce6: Pull complete 20:31:13 dc539afda2c1: Pull complete 20:31:13 77bc0d833cb6: Pull complete 20:31:13 9065ff56babe: Pull complete 20:31:19 d287ab97295c: Pull complete 20:31:19 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 20:31:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:31:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 20:31:19 prd-centos7-docker-4c-2g-1076 does not seem to be running inside a container 20:31:19 $ 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_main/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_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:31:22 $ docker top 8cb545976686d78b0b3bc5d77b6fb8d833f10e3537fa249ca991b458c479320c -eo pid,comm [Pipeline] { [Pipeline] sh 20:31:23 + touch /tmp/pre-build-complete [Pipeline] sh 20:31:23 + mkdir -p /var/log/sysstat [Pipeline] sh 20:31:23 + ls /var/log/sa-host 20:31:23 + sadf -c /var/log/sa-host/sa17 20:31:23 file_magic: OK 20:31:23 HZ: Using current value: 100 20:31:23 file_header: OK 20:31:23 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 20:31:23 Statistics: 20:31:23 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:31:23 File successfully converted to sysstat format version 12.0.3 20:31:23 + sadf -c /var/log/sa-host/sa30 20:31:23 file_magic: OK 20:31:23 HZ: Using current value: 100 20:31:23 file_header: OK 20:31:23 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 20:31:23 Statistics: 20:31:23 Hnuu...uuuununununu...Hnuu...uuuununununu... 20:31:23 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:31:23 provisioning config files... 20:31:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config8157363475772925854tmp [Pipeline] { [Pipeline] echo 20:31:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:31:24 ---> create-netrc.sh [Pipeline] } 20:31:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:31:24 ---> python-tools-install.sh [Pipeline] echo 20:31:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:31:24 ---> sudo-logs.sh 20:31:24 Archiving 'sudo' log.. 20:31:24 sudo: unable to resolve host prd-centos7-docker-4c-2g-1076.novalocal: Name or service not known 20:31:24 sudo: unable to resolve host prd-centos7-docker-4c-2g-1076.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 20:31:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:31:25 ---> job-cost.sh 20:31:25 lf-activate-venv: SKIPPING 20:31:25 DEBUG: total: 0.10999999940395355 20:31:25 INFO: Retrieving Stack Cost... 20:31:25 INFO: Retrieving Pricing Info for: v3-standard-2 20:31:25 INFO: Archiving Costs [Pipeline] echo 20:31:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:31:26 ---> logs-deploy.sh 20:31:26 lf-activate-venv: SKIPPING 20:31:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/main/38 20:31:26 INFO: archiving workspace using pattern(s): 20:31:26 Archives upload complete. 20:31:27 INFO: archiving logs to Nexus 20:31:28 ---> uname -a: 20:31:28 Linux prd-centos7-docker-4c-2g-1076.novalocal 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 GNU/Linux 20:31:28 20:31:28 20:31:28 ---> lscpu: 20:31:28 Architecture: x86_64 20:31:28 CPU op-mode(s): 32-bit, 64-bit 20:31:28 Byte Order: Little Endian 20:31:28 Address sizes: 40 bits physical, 48 bits virtual 20:31:28 CPU(s): 2 20:31:28 On-line CPU(s) list: 0,1 20:31:28 Thread(s) per core: 1 20:31:28 Core(s) per socket: 1 20:31:28 Socket(s): 2 20:31:28 NUMA node(s): 1 20:31:28 Vendor ID: AuthenticAMD 20:31:28 CPU family: 23 20:31:28 Model: 49 20:31:28 Model name: AMD EPYC-Rome Processor 20:31:28 Stepping: 0 20:31:28 CPU MHz: 2799.998 20:31:28 BogoMIPS: 5599.99 20:31:28 Virtualization: AMD-V 20:31:28 Hypervisor vendor: KVM 20:31:28 Virtualization type: full 20:31:28 L1d cache: 32K 20:31:28 L1i cache: 32K 20:31:28 L2 cache: 512K 20:31:28 L3 cache: 16384K 20:31:28 NUMA node0 CPU(s): 0,1 20:31:28 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 20:31:28 20:31:28 20:31:28 ---> nproc: 20:31:28 2 20:31:28 20:31:28 20:31:28 ---> df -h: 20:31:28 Filesystem Size Used Avail Use% Mounted on 20:31:28 overlay 40G 9.0G 32G 23% / 20:31:28 tmpfs 64M 0 64M 0% /dev 20:31:28 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 20:31:28 shm 64M 0 64M 0% /dev/shm 20:31:28 /dev/vda1 40G 9.0G 32G 23% /facter-os 20:31:28 20:31:28 20:31:28 ---> sar -b -r -n DEV: 20:31:28 Linux 3.10.0-1160.42.2.el7.x86_64 (centos-7-docker-61562791-2d39-7756-a072-67b3eceb74d7.vexxhost.lo) 11/17/21 _x86_64_ (2 CPU) 20:31:28 20:31:28 20:20:40 LINUX RESTART (2 CPU) 20:31:28 20:31:28 20:21:01 tps rtps wtps bread/s bwrtn/s 20:31:28 20:22:01 96.49 6.82 89.67 3402.10 5699.38 20:31:28 20:23:01 1.77 0.00 1.77 0.00 38.88 20:31:28 20:24:01 0.43 0.00 0.43 0.00 6.61 20:31:28 20:25:01 0.20 0.00 0.20 0.00 2.73 20:31:28 20:26:01 0.30 0.00 0.30 0.00 4.06 20:31:28 20:27:01 0.28 0.00 0.28 0.00 3.73 20:31:28 20:28:01 0.17 0.00 0.17 0.00 2.43 20:31:28 20:29:01 0.30 0.00 0.30 0.00 3.38 20:31:28 20:30:01 0.32 0.00 0.32 0.00 3.95 20:31:28 20:31:01 212.57 0.03 212.54 3.73 54103.56 20:31:28 Average: 31.29 0.69 30.61 340.88 5987.55 20:31:28 20:31:28 20:21:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:31:28 20:22:01 5655108 0 631064 7.88 2620 1720140 1247972 13.78 583596 1533768 128 20:31:28 20:23:01 5667296 0 618868 7.73 2620 1720148 1150452 12.70 573560 1533732 16 20:31:28 20:24:01 5667692 0 618472 7.72 2620 1720148 1150692 12.70 572732 1533836 8 20:31:28 20:25:01 5664768 0 621388 7.76 2620 1720156 1150680 12.70 575960 1533836 16 20:31:28 20:26:01 5666344 0 619804 7.74 2620 1720164 1150452 12.70 574004 1534668 8 20:31:28 20:27:01 5668884 0 617260 7.71 2620 1720168 1150536 12.70 571068 1534672 20 20:31:28 20:28:01 5668616 0 617524 7.71 2620 1720172 1150452 12.70 571544 1534684 8 20:31:28 20:29:01 5659552 0 626584 7.82 2620 1720176 1150452 12.70 580320 1534684 8 20:31:28 20:30:01 5659156 0 626976 7.83 2620 1720180 1150452 12.70 580716 1534708 16 20:31:28 20:31:01 3974412 0 989752 12.36 2620 3042148 1359440 15.01 936272 2645984 52 20:31:28 Average: 5495183 0 658769 8.23 2620 1852360 1181158 13.04 611977 1645457 28 20:31:28 20:31:28 20:21:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:31:28 20:22:01 eth0 413.03 248.13 1181.75 71.71 0.00 0.00 0.00 0.00 20:31:28 20:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:28 20:22:01 docker0 0.20 0.25 0.02 0.04 0.00 0.00 0.00 0.00 20:31:28 20:23:01 eth0 0.33 0.10 0.03 0.01 0.00 0.00 0.00 0.00 20:31:28 20:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:28 20:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:28 20:24:01 eth0 1.30 0.42 0.35 0.21 0.00 0.00 0.00 0.00 20:31:28 20:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:28 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:28 20:25:01 eth0 0.53 0.30 0.27 0.17 0.00 0.00 0.00 0.00 20:31:28 20:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:28 20:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:28 20:26:01 eth0 0.13 0.10 0.01 0.04 0.00 0.00 0.00 0.00 20:31:28 20:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:28 20:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:28 20:27:01 eth0 0.37 0.30 0.15 0.08 0.00 0.00 0.00 0.00 20:31:28 20:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:28 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:28 20:28:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:31:28 20:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:28 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:28 20:29:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:31:28 20:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:28 20:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:28 20:30:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:31:28 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:28 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:28 20:31:01 vethade5a9c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:28 20:31:01 eth0 364.96 227.71 7642.71 42.25 0.00 0.00 0.00 0.00 20:31:28 20:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:28 20:31:01 veth0f9241b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:28 Average: vethade5a9c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:28 Average: eth0 78.14 47.76 882.66 11.45 0.00 0.00 0.00 0.00 20:31:28 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:28 Average: veth0f9241b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:28 20:31:28 20:31:28 ---> sar -P ALL: 20:31:28 Linux 3.10.0-1160.42.2.el7.x86_64 (centos-7-docker-61562791-2d39-7756-a072-67b3eceb74d7.vexxhost.lo) 11/17/21 _x86_64_ (2 CPU) 20:31:28 20:31:28 20:20:40 LINUX RESTART (2 CPU) 20:31:28 20:31:28 20:21:01 CPU %user %nice %system %iowait %steal %idle 20:31:28 20:22:01 all 11.65 0.00 2.88 2.23 0.05 83.19 20:31:28 20:22:01 0 11.62 0.00 3.38 3.23 0.05 81.72 20:31:28 20:22:01 1 11.69 0.00 2.37 1.23 0.05 84.66 20:31:28 20:23:01 all 0.16 0.00 0.06 0.00 0.03 99.76 20:31:28 20:23:01 0 0.25 0.00 0.05 0.00 0.02 99.68 20:31:28 20:23:01 1 0.07 0.00 0.07 0.00 0.03 99.83 20:31:28 20:24:01 all 0.16 0.00 0.06 0.00 0.03 99.76 20:31:28 20:24:01 0 0.08 0.00 0.05 0.00 0.03 99.83 20:31:28 20:24:01 1 0.23 0.00 0.07 0.00 0.02 99.68 20:31:28 20:25:01 all 0.18 0.00 0.03 0.00 0.03 99.77 20:31:28 20:25:01 0 0.23 0.00 0.02 0.00 0.02 99.73 20:31:28 20:25:01 1 0.13 0.00 0.03 0.00 0.03 99.80 20:31:28 20:26:01 all 0.11 0.00 0.03 0.00 0.03 99.82 20:31:28 20:26:01 0 0.03 0.00 0.02 0.00 0.02 99.93 20:31:28 20:26:01 1 0.18 0.00 0.05 0.00 0.05 99.72 20:31:28 20:27:01 all 0.21 0.00 0.04 0.00 0.02 99.73 20:31:28 20:27:01 0 0.07 0.00 0.03 0.00 0.02 99.88 20:31:28 20:27:01 1 0.35 0.00 0.05 0.00 0.02 99.58 20:31:28 20:28:01 all 0.21 0.00 0.06 0.00 0.02 99.72 20:31:28 20:28:01 0 0.10 0.00 0.07 0.00 0.02 99.82 20:31:28 20:28:01 1 0.32 0.00 0.05 0.00 0.02 99.62 20:31:28 20:29:01 all 0.20 0.00 0.05 0.00 0.02 99.73 20:31:28 20:29:01 0 0.13 0.00 0.07 0.00 0.02 99.78 20:31:28 20:29:01 1 0.27 0.00 0.03 0.00 0.02 99.68 20:31:28 20:30:01 all 0.17 0.00 0.07 0.00 0.02 99.75 20:31:28 20:30:01 0 0.20 0.00 0.08 0.00 0.02 99.70 20:31:28 20:30:01 1 0.13 0.00 0.05 0.00 0.02 99.80 20:31:28 20:31:01 all 23.82 0.00 9.88 2.38 0.11 63.81 20:31:28 20:31:01 0 24.03 0.00 10.26 2.42 0.11 63.18 20:31:28 20:31:01 1 23.62 0.00 9.50 2.34 0.11 64.44 20:31:28 Average: all 3.57 0.00 1.27 0.45 0.03 94.68 20:31:28 Average: 0 3.55 0.00 1.35 0.55 0.03 94.51 20:31:28 Average: 1 3.59 0.00 1.18 0.34 0.04 94.85 20:31:28 20:31:28 20:31:28