Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a6a695fe0832c83638180736bbe712fc51e8f859 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-ssh4663307586646308951.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c72b16708d6eed9a08be464a432ce22db7d90667 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh12453810094561086157.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision c72b16708d6eed9a08be464a432ce22db7d90667 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/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-ssh17255040237673606381.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c72b16708d6eed9a08be464a432ce22db7d90667 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c72b16708d6eed9a08be464a432ce22db7d90667 # timeout=10 Commit message: "Merge pull request #378 from ernestojeda/ubuntu-20-changes" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7325070026223811499.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/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-ssh7338057547809502247.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: 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 Running on prd-ubuntu20.04-docker-8c-8g-10455 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.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > 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 a6a695fe0832c83638180736bbe712fc51e8f859 (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 a6a695fe0832c83638180736bbe712fc51e8f859 # timeout=10 Commit message: "Merge pull request #507 from badboy-huaqiao/issue-#462" > git rev-list --no-walk a297faecba2e479c84256204d88875266373bb25 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:20:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:20:48 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:20:48 ========================================================= 14:20:48 EdgeX Global Pipelines Version Info 14:20:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:20:49 ------------------- 14:20:49 stable info: 14:20:49 ------------------- 14:20:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:20:49 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 14:20:49 Message: update stable to v1.0.221 14:20:49 ------------------- 14:20:49 experimental info: 14:20:49 ------------------- 14:20:49 Commited By: **** collab-it+edgex@linuxfoundation.org 14:20:49 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 14:20:49 Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:20:49 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 14:20:49 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 14:20:49 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:20:49 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:20:49 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:20:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 14:20:49 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 14:20:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 14:20:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:20:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:20:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 14:20:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 14:20:50 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:20:50 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:20:50 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:20:50 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:20:50 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 14:20:50 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 14:20:50 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:20:50 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 14:20:50 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 14:20:50 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 14:20:50 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 14:20:50 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 14:20:50 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 14:20:50 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:20:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 14:20:50 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 14:20:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 14:20:50 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a6a695fe0832c83638180736bbe712fc51e8f859 [Pipeline] echo 14:20:50 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a6a695f [Pipeline] echo 14:20:50 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:20:50 provisioning config files... 14:20:50 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config846127372267087292tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:20:50 ---> docker-login.sh 14:20:50 nexus3.edgexfoundry.org:10001 14:20:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:20:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:20:51 Configure a credential helper to remove this warning. See 14:20:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:20:51 14:20:51 Login Succeeded 14:20:51 nexus3.edgexfoundry.org:10002 14:20:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:20:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:20:51 Configure a credential helper to remove this warning. See 14:20:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:20:51 14:20:51 Login Succeeded 14:20:51 nexus3.edgexfoundry.org:10003 14:20:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:20:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:20:51 Configure a credential helper to remove this warning. See 14:20:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:20:51 14:20:51 Login Succeeded 14:20:51 nexus3.edgexfoundry.org:10004 14:20:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:20:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:20:51 Configure a credential helper to remove this warning. See 14:20:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:20:51 14:20:51 Login Succeeded 14:20:51 docker.io 14:20:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:20:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:20:52 Configure a credential helper to remove this warning. See 14:20:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:20:52 14:20:52 Login Succeeded 14:20:52 ---> docker-login.sh ends [Pipeline] } 14:20:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 14:20:52 + git rev-list -1 --merges a6a695fe0832c83638180736bbe712fc51e8f859~1..a6a695fe0832c83638180736bbe712fc51e8f859 [Pipeline] echo 14:20:52 -----------> git rev-list -1 --merges a6a695fe0832c83638180736bbe712fc51e8f859~1..a6a695fe0832c83638180736bbe712fc51e8f859 a6a695fe0832c83638180736bbe712fc51e8f859 14:20:52 a6a695fe0832c83638180736bbe712fc51e8f859 [false] [Pipeline] sh 14:20:52 + git log --format=format:%s -1 a6a695fe0832c83638180736bbe712fc51e8f859 [Pipeline] echo 14:20:52 ========================================================= 14:20:52 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 14:20:52 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:20:53 + git log --format=format:%s -1 a6a695fe0832c83638180736bbe712fc51e8f859 [Pipeline] echo 14:20:53 [semverPrep] GIT_COMMIT: a6a695fe0832c83638180736bbe712fc51e8f859, Commit Message: Merge pull request #507 from badboy-huaqiao/issue-#462 [Pipeline] echo 14:20:53 [semverPrep] This is not a build commit. [Pipeline] sh 14:20:53 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:20:53 + grep -v github /etc/ssh/ssh_known_hosts 14:20:53 + [ -e /tmp/ssh_known_hosts ] 14:20:53 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 14:20:53 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 14:20:53 + sudo tee -a /etc/ssh/ssh_known_hosts 14:20:53 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 14:20:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:20:54 14:20:54 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:20:54 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:20:54 latest: Pulling from edgex-devops/git-semver 14:20:54 a0d0a0d46f8b: Pulling fs layer 14:20:54 3e5f54012d9b: Pulling fs layer 14:20:54 4c7163046ea9: Pulling fs layer 14:20:54 0c2d73faf560: Pulling fs layer 14:20:54 0c2d73faf560: Waiting 14:20:54 3e5f54012d9b: Download complete 14:20:54 a0d0a0d46f8b: Verifying Checksum 14:20:54 a0d0a0d46f8b: Download complete 14:20:54 0c2d73faf560: Verifying Checksum 14:20:54 0c2d73faf560: Download complete 14:20:54 4c7163046ea9: Verifying Checksum 14:20:54 4c7163046ea9: Download complete 14:20:54 a0d0a0d46f8b: Pull complete 14:20:54 3e5f54012d9b: Pull complete 14:20:54 4c7163046ea9: Pull complete 14:20:55 0c2d73faf560: Pull complete 14:20:55 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 14:20:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:20:55 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:20:55 prd-ubuntu20.04-docker-8c-8g-10455 does not seem to be running inside a container 14:20:55 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:20:55 $ docker top 303fa7286f2638a0dc10f36a6be6b1b2f3eb6c9e50dffe863ce2a17874ef8f24 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:20:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:20:56 [ssh-agent] Looking for ssh-agent implementation... 14:20:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:20:56 $ docker exec 303fa7286f2638a0dc10f36a6be6b1b2f3eb6c9e50dffe863ce2a17874ef8f24 ssh-agent 14:20:56 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXeCkOdE/agent.13 14:20:56 SSH_AGENT_PID=19 14:20:56 Running ssh-add (command line suppressed) 14:20:56 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_4364553956680388213.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_4364553956680388213.key) 14:20:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:20:56 + git tag --points-at HEAD [Pipeline] } 14:20:56 $ docker exec --env ******** --env ******** 303fa7286f2638a0dc10f36a6be6b1b2f3eb6c9e50dffe863ce2a17874ef8f24 ssh-agent -k 14:20:56 unset SSH_AUTH_SOCK; 14:20:56 unset SSH_AGENT_PID; 14:20:56 echo Agent pid 19 killed; 14:20:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:20:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:20:56 [ssh-agent] Looking for ssh-agent implementation... 14:20:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:20:57 $ docker exec 303fa7286f2638a0dc10f36a6be6b1b2f3eb6c9e50dffe863ce2a17874ef8f24 ssh-agent 14:20:57 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXBjkEAd/agent.52 14:20:57 SSH_AGENT_PID=58 14:20:57 Running ssh-add (command line suppressed) 14:20:57 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_5069584857056741352.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_5069584857056741352.key) 14:20:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:20:57 + git semver init 14:20:57 # -> Open(): unable to determine branch for HEAD 14:20:57 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.git 14:20:57 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_main 14:20:57 # $SEMVER_REMOTE_NAME = origin 14:20:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:20:57 # $SEMVER_USER_NAME = edgex-jenkins 14:20:57 # $SEMVER_BRANCH = main 14:20:57 # $SEMVER_TEMP = /tmp/semver-187949301 14:20:57 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 14:21:00 # '/tmp/semver-187949301' -> '/w/workspace/edgexfoundry_edgex-ui-go_main/.semver' 14:21:00 # -> Force: false 14:21:00 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.semver [Pipeline] } 14:21:00 $ docker exec --env ******** --env ******** 303fa7286f2638a0dc10f36a6be6b1b2f3eb6c9e50dffe863ce2a17874ef8f24 ssh-agent -k 14:21:00 unset SSH_AUTH_SOCK; 14:21:00 unset SSH_AGENT_PID; 14:21:00 echo Agent pid 58 killed; 14:21:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:21:00 + git semver [Pipeline] } 14:21:00 $ docker stop --time=1 303fa7286f2638a0dc10f36a6be6b1b2f3eb6c9e50dffe863ce2a17874ef8f24 14:21:02 $ docker rm -f 303fa7286f2638a0dc10f36a6be6b1b2f3eb6c9e50dffe863ce2a17874ef8f24 [Pipeline] // withDockerContainer [Pipeline] sh 14:21:02 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:21:02 Stashed 1 file(s) [Pipeline] echo 14:21:02 [edgeXSemver]: initialized semver on version 2.1.1-dev.18 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:21:02 provisioning config files... 14:21:02 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config5622867816844029305tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:21:03 ---> docker-login.sh 14:21:03 nexus3.edgexfoundry.org:10001 14:21:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:21:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:21:03 Configure a credential helper to remove this warning. See 14:21:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:21:03 14:21:03 Login Succeeded 14:21:03 nexus3.edgexfoundry.org:10002 14:21:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:21:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:21:03 Configure a credential helper to remove this warning. See 14:21:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:21:03 14:21:03 Login Succeeded 14:21:03 nexus3.edgexfoundry.org:10003 14:21:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:21:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:21:03 Configure a credential helper to remove this warning. See 14:21:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:21:03 14:21:03 Login Succeeded 14:21:03 nexus3.edgexfoundry.org:10004 14:21:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:21:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:21:03 Configure a credential helper to remove this warning. See 14:21:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:21:03 14:21:03 Login Succeeded 14:21:03 docker.io 14:21:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:21:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:21:03 Configure a credential helper to remove this warning. See 14:21:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:21:03 14:21:03 Login Succeeded 14:21:03 ---> docker-login.sh ends [Pipeline] } 14:21:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:21:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:21:04 ========================================================= 14:21:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 14:21:04 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 14:21:04 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . 14:21:04 Sending build context to Docker daemon 43.14MB 14:21:04 Step 1/15 : ARG BASE=golang:1.17-alpine3.15 14:21:04 Step 2/15 : FROM ${BASE} AS builder 14:21:04 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 14:21:04 59bf1c3509f3: Pulling fs layer 14:21:04 666ba61612fd: Pulling fs layer 14:21:04 8ed8ca486205: Pulling fs layer 14:21:04 4fe6c5a15a65: Pulling fs layer 14:21:04 22a0e8bec74d: Pulling fs layer 14:21:04 640e595b4fbd: Pulling fs layer 14:21:04 763cafe07f6e: Pulling fs layer 14:21:04 0c0b528cf693: Pulling fs layer 14:21:04 10935f4eaf8b: Pulling fs layer 14:21:04 4fe6c5a15a65: Waiting 14:21:04 22a0e8bec74d: Waiting 14:21:04 640e595b4fbd: Waiting 14:21:04 10935f4eaf8b: Waiting 14:21:04 763cafe07f6e: Waiting 14:21:04 8ed8ca486205: Verifying Checksum 14:21:04 8ed8ca486205: Download complete 14:21:04 666ba61612fd: Download complete 14:21:04 22a0e8bec74d: Verifying Checksum 14:21:04 22a0e8bec74d: Download complete 14:21:04 640e595b4fbd: Verifying Checksum 14:21:04 640e595b4fbd: Download complete 14:21:04 59bf1c3509f3: Verifying Checksum 14:21:04 59bf1c3509f3: Download complete 14:21:04 763cafe07f6e: Download complete 14:21:04 0c0b528cf693: Verifying Checksum 14:21:04 0c0b528cf693: Download complete 14:21:04 59bf1c3509f3: Pull complete 14:21:04 666ba61612fd: Pull complete 14:21:05 8ed8ca486205: Pull complete 14:21:05 10935f4eaf8b: Verifying Checksum 14:21:05 10935f4eaf8b: Download complete 14:21:05 4fe6c5a15a65: Verifying Checksum 14:21:05 4fe6c5a15a65: Download complete 14:21:09 4fe6c5a15a65: Pull complete 14:21:09 22a0e8bec74d: Pull complete 14:21:09 640e595b4fbd: Pull complete 14:21:09 763cafe07f6e: Pull complete 14:21:09 0c0b528cf693: Pull complete 14:21:12 10935f4eaf8b: Pull complete 14:21:12 Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 14:21:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 14:21:12 ---> 99d49a6021b9 14:21:12 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 14:21:13 ---> Running in 916888f7b79b 14:21:13 Removing intermediate container 916888f7b79b 14:21:13 ---> 61faed219f43 14:21:13 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 14:21:13 ---> Running in fc9f6735ca06 14:21:13 Removing intermediate container fc9f6735ca06 14:21:13 ---> 56a31382eb98 14:21:13 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 14:21:13 ---> Running in 3276b72e5671 14:21:13 Removing intermediate container 3276b72e5671 14:21:13 ---> 34b023c36ed2 14:21:13 Step 6/15 : LABEL Name=edgex-ui-go 14:21:13 ---> Running in 358b7cdec349 14:21:13 Removing intermediate container 358b7cdec349 14:21:13 ---> 741edcc544ee 14:21:13 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 14:21:13 ---> Running in a42ba7105b48 14:21:13 Removing intermediate container a42ba7105b48 14:21:13 ---> c926edfb4536 14:21:13 Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:21:13 ---> Running in 17fef37e756d 14:21:14 Removing intermediate container 17fef37e756d 14:21:14 ---> 8c4f55407e0f 14:21:14 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:21:14 ---> Running in 8c39722590dd 14:21:14 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 14:21:15 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 14:21:16 OK: 221 MiB in 52 packages 14:21:16 Removing intermediate container 8c39722590dd 14:21:16 ---> 371dd4b9230e 14:21:16 Step 10/15 : ENV GO111MODULE=on 14:21:16 ---> Running in 8c013e46bd7d 14:21:16 Removing intermediate container 8c013e46bd7d 14:21:16 ---> b457de8d9e2d 14:21:16 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 14:21:16 ---> Running in e5c4681faa97 14:21:16 Removing intermediate container e5c4681faa97 14:21:16 ---> d115d3cd3df2 14:21:16 Step 12/15 : COPY go.mod vendor* ./ 14:21:16 ---> 3da69a81c648 14:21:16 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:21:16 ---> Running in f747314aa298 14:21:17 Still waiting to schedule task 14:21:17 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 14:21:38 Removing intermediate container f747314aa298 14:21:38 ---> a1f97ac6d8c0 14:21:38 Step 14/15 : COPY . . 14:21:38 ---> bd0be323bee0 14:21:38 Step 15/15 : RUN ${MAKE} 14:21:38 ---> Running in a3ebd2b7c452 14:21:38 noop 14:21:38 Removing intermediate container a3ebd2b7c452 14:21:38 ---> 48648a3a638b 14:21:38 Successfully built 48648a3a638b 14:21:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 14:21:39 + docker inspect -f . ci-base-image-x86_64 14:21:39 . [Pipeline] withDockerContainer 14:21:39 prd-ubuntu20.04-docker-8c-8g-10455 does not seem to be running inside a container 14:21:39 $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:21:39 $ docker top 31e7f53ef6acff2a3dfe58dc639c26fcd0f34076e6041d6f016df5abcbe41169 -eo pid,comm [Pipeline] { [Pipeline] sh 14:21:40 + go version 14:21:40 go version go1.17.6 linux/amd64 [Pipeline] } 14:21:40 $ docker stop --time=1 31e7f53ef6acff2a3dfe58dc639c26fcd0f34076e6041d6f016df5abcbe41169 14:21:41 $ docker rm -f 31e7f53ef6acff2a3dfe58dc639c26fcd0f34076e6041d6f016df5abcbe41169 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:21:41 + docker inspect -f . ci-base-image-x86_64 14:21:41 . [Pipeline] withDockerContainer 14:21:41 prd-ubuntu20.04-docker-8c-8g-10455 does not seem to be running inside a container 14:21:41 $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:21:42 $ docker top 6f0caf37b23805978d4d6a15ca895ba53d2185358415404e2e0674e9c4ab4285 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 14:21:42 + make test 14:21:42 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 14:21:42 ? github.com/edgexfoundry/edgex-ui-go [no test files] 14:21:48 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 14:21:48 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 14:21:48 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 14:21:48 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 14:21:48 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 14:21:48 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 14:21:48 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 14:21:48 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 14:21:48 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 14:21:48 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 14:21:48 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 14:21:48 ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] 14:21:48 CGO_ENABLED=0 GO111MODULE=on go vet ./... 14:21:50 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 14:21:50 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 14:21:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 14:21:50 $ docker stop --time=1 6f0caf37b23805978d4d6a15ca895ba53d2185358415404e2e0674e9c4ab4285 14:21:52 $ docker rm -f 6f0caf37b23805978d4d6a15ca895ba53d2185358415404e2e0674e9c4ab4285 [Pipeline] // withDockerContainer [Pipeline] sh 14:21:52 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:21:52 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 14:21:53 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:21:54 + ls -al . 14:21:54 total 160 14:21:54 drwxrwxr-x 14 jenkins jenkins 4096 Apr 1 14:21 . 14:21:54 drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 14:20 .. 14:21:54 drwxrwxr-x 8 jenkins jenkins 4096 Apr 1 14:20 .git 14:21:54 drwxrwxr-x 2 jenkins jenkins 4096 Apr 1 14:20 .github 14:21:54 -rw-rw-r-- 1 jenkins jenkins 155 Apr 1 14:20 .gitignore 14:21:54 drwx------ 3 jenkins jenkins 4096 Apr 1 14:20 .semver 14:21:54 -rw-rw-r-- 1 jenkins jenkins 3959 Apr 1 14:20 CONTRIBUTING.md 14:21:54 -rw-rw-r-- 1 jenkins jenkins 1549 Apr 1 14:20 Dockerfile 14:21:54 -rw-rw-r-- 1 jenkins jenkins 652 Apr 1 14:20 Jenkinsfile 14:21:54 -rw-rw-r-- 1 jenkins jenkins 11357 Apr 1 14:20 LICENSE 14:21:54 -rw-rw-r-- 1 jenkins jenkins 1212 Apr 1 14:20 Makefile 14:21:54 -rw-rw-r-- 1 jenkins jenkins 4450 Apr 1 14:20 README.md 14:21:54 -rw-rw-r-- 1 jenkins jenkins 12 Apr 1 14:21 VERSION 14:21:54 drwxrwxr-x 3 jenkins jenkins 4096 Apr 1 14:20 assets 14:21:54 drwxrwxr-x 2 jenkins jenkins 4096 Apr 1 14:20 bin 14:21:54 drwxrwxr-x 3 jenkins jenkins 4096 Apr 1 14:20 cmd 14:21:54 -rw-r--r-- 1 jenkins jenkins 10 Apr 1 14:21 coverage.out 14:21:54 drwxrwxr-x 2 jenkins jenkins 4096 Apr 1 14:20 docs 14:21:54 -rw-rw-r-- 1 jenkins jenkins 1944 Apr 1 14:20 go.mod 14:21:54 -rw-rw-r-- 1 jenkins jenkins 48565 Apr 1 14:20 go.sum 14:21:54 drwxrwxr-x 9 jenkins jenkins 4096 Apr 1 14:20 internal 14:21:54 drwxrwxr-x 3 jenkins jenkins 4096 Apr 1 14:20 pkg 14:21:54 drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 14:20 snap 14:21:54 drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 14:20 testing 14:21:54 -rw-rw-r-- 1 jenkins jenkins 155 Apr 1 14:20 version.go 14:21:54 drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 14:20 web [Pipeline] isUnix [Pipeline] sh 14:21: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=a6a695fe0832c83638180736bbe712fc51e8f859 --label arch=amd64 --label version=2.1.1-dev.18 . 14:21:54 Sending build context to Docker daemon 43.14MB 14:21:54 Step 1/23 : ARG BASE=golang:1.17-alpine3.15 14:21:54 Step 2/23 : FROM ${BASE} AS builder 14:21:54 ---> 48648a3a638b 14:21:54 Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 14:21:54 ---> Running in 0026f6ca8564 14:21:54 Removing intermediate container 0026f6ca8564 14:21:54 ---> 53ed7e4954ea 14:21:54 Step 4/23 : ARG ALPINE_PKG_BASE="make git" 14:21:54 ---> Running in 7db84872b73e 14:21:54 Removing intermediate container 7db84872b73e 14:21:54 ---> b18f549a1f34 14:21:54 Step 5/23 : ARG ALPINE_PKG_EXTRA="" 14:21:54 ---> Running in 99236e6af78f 14:21:55 Removing intermediate container 99236e6af78f 14:21:55 ---> 74a2b483cc60 14:21:55 Step 6/23 : LABEL Name=edgex-ui-go 14:21:55 ---> Running in 1d8ebafdda80 14:21:55 Removing intermediate container 1d8ebafdda80 14:21:55 ---> 4b5b5e2fa863 14:21:55 Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 14:21:55 ---> Running in 0ed1c6f89967 14:21:55 Removing intermediate container 0ed1c6f89967 14:21:55 ---> cd9339370af9 14:21:55 Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:21:55 ---> Running in 2391f4f0bce1 14:21:56 Removing intermediate container 2391f4f0bce1 14:21:56 ---> 234c945fe4e7 14:21:56 Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:21:56 ---> Running in 3544480f19aa 14:21:56 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 14:21:57 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 14:21:57 OK: 221 MiB in 52 packages 14:21:57 Removing intermediate container 3544480f19aa 14:21:57 ---> b7d348260446 14:21:57 Step 10/23 : ENV GO111MODULE=on 14:21:57 ---> Running in c3b5c24873d0 14:21:57 Removing intermediate container c3b5c24873d0 14:21:57 ---> 50c126111639 14:21:57 Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 14:21:57 ---> Running in 464283698b11 14:21:57 Removing intermediate container 464283698b11 14:21:57 ---> 08fc17ca7bca 14:21:57 Step 12/23 : COPY go.mod vendor* ./ 14:21:58 ---> 15c629b02ac4 14:21:58 Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:21:58 ---> Running in eafca0f1cb81 14:21:58 Removing intermediate container eafca0f1cb81 14:21:58 ---> 98ddfc4457df 14:21:58 Step 14/23 : COPY . . 14:21:59 ---> 98a66f593e08 14:21:59 Step 15/23 : RUN ${MAKE} 14:21:59 ---> Running in 10631990a590 14:22:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.1.1-dev.18" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 14:22:05 CGO_ENABLED=0 GO111MODULE=on go build ./... 14:22:06 Removing intermediate container 10631990a590 14:22:06 ---> 93138b4906ec 14:22:06 Step 16/23 : FROM alpine:3.14 14:22:07 3.14: Pulling from library/alpine 14:22:07 cfab2db72209: Pulling fs layer 14:22:07 cfab2db72209: Verifying Checksum 14:22:07 cfab2db72209: Download complete 14:22:07 cfab2db72209: Pull complete 14:22:07 Digest: sha256:85c63ff404e9b4daf18f264447161b50ffa70047cc4c03381478cf2c6edfa9da 14:22:07 Status: Downloaded newer image for alpine:3.14 14:22:07 ---> 84b07dd2d1fd 14:22:07 Step 17/23 : EXPOSE 4000 14:22:07 ---> Running in 2d6d738c5ae1 14:22:08 Removing intermediate container 2d6d738c5ae1 14:22:08 ---> 08fdab3d8ae9 14:22:08 Step 18/23 : 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 14:22:08 ---> e662b669cbdf 14:22:08 Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 14:22:08 ---> Running in c266bab23632 14:22:08 Removing intermediate container c266bab23632 14:22:08 ---> 178b3c8c83e4 14:22:08 Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 14:22:08 ---> Running in d43962b43929 14:22:08 Removing intermediate container d43962b43929 14:22:08 ---> 09ec6a701f4d 14:22:08 Step 21/23 : LABEL arch=amd64 14:22:08 ---> Running in d07b92d0fcd8 14:22:08 Removing intermediate container d07b92d0fcd8 14:22:08 ---> 6316fb1a6268 14:22:08 Step 22/23 : LABEL git_sha=a6a695fe0832c83638180736bbe712fc51e8f859 14:22:08 ---> Running in 1d8e1313ae4e 14:22:08 Removing intermediate container 1d8e1313ae4e 14:22:08 ---> ccd06719aa4f 14:22:08 Step 23/23 : LABEL version=2.1.1-dev.18 14:22:08 ---> Running in e68bc13ebedd 14:22:08 Removing intermediate container e68bc13ebedd 14:22:08 ---> 4d2bfb346a0c 14:22:08 [Warning] One or more build-args [ARCH] were not consumed 14:22:09 Successfully built 4d2bfb346a0c 14:22:09 Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:22:09 provisioning config files... 14:22:09 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config6241872303771042398tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:22:09 ---> docker-login.sh 14:22:09 nexus3.edgexfoundry.org:10001 14:22:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:22:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:22:09 Configure a credential helper to remove this warning. See 14:22:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:22:09 14:22:09 Login Succeeded 14:22:09 nexus3.edgexfoundry.org:10002 14:22:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:22:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:22:09 Configure a credential helper to remove this warning. See 14:22:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:22:09 14:22:09 Login Succeeded 14:22:09 nexus3.edgexfoundry.org:10003 14:22:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:22:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:22:09 Configure a credential helper to remove this warning. See 14:22:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:22:09 14:22:09 Login Succeeded 14:22:09 nexus3.edgexfoundry.org:10004 14:22:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:22:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:22:09 Configure a credential helper to remove this warning. See 14:22:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:22:09 14:22:09 Login Succeeded 14:22:09 docker.io 14:22:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:22:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:22:10 Configure a credential helper to remove this warning. See 14:22:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:22:10 14:22:10 Login Succeeded 14:22:10 ---> docker-login.sh ends [Pipeline] } 14:22:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:22:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:22:10 [edgeXDocker.push] Tagging docker image edgex-ui with the following tags: 14:22:10 a6a695fe0832c83638180736bbe712fc51e8f859 14:22:10 latest 14:22:10 2.1.1-dev.18 14:22:10 a6a695fe0832c83638180736bbe712fc51e8f859-2.1.1-dev.18 14:22:10 main 14:22:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:22:10 + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:a6a695fe0832c83638180736bbe712fc51e8f859 [Pipeline] isUnix [Pipeline] sh 14:22:10 + docker push nexus3.edgexfoundry.org:10004/edgex-ui:a6a695fe0832c83638180736bbe712fc51e8f859 14:22:10 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] 14:22:10 1816a86fb166: Preparing 14:22:10 736164617a66: Preparing 14:22:10 736164617a66: Layer already exists 14:22:12 1816a86fb166: Pushed 14:22:12 a6a695fe0832c83638180736bbe712fc51e8f859: digest: sha256:ac640016a5d89965c5fbe7fdf73723bcd38907c3e3cdc8a3bd75806db80b5f41 size: 739 [Pipeline] isUnix [Pipeline] sh 14:22:13 + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:latest [Pipeline] isUnix [Pipeline] sh 14:22:13 + docker push nexus3.edgexfoundry.org:10004/edgex-ui:latest 14:22:13 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] 14:22:13 1816a86fb166: Preparing 14:22:13 736164617a66: Preparing 14:22:13 1816a86fb166: Layer already exists 14:22:13 736164617a66: Layer already exists 14:22:13 latest: digest: sha256:ac640016a5d89965c5fbe7fdf73723bcd38907c3e3cdc8a3bd75806db80b5f41 size: 739 [Pipeline] isUnix [Pipeline] sh 14:22:13 + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:2.1.1-dev.18 [Pipeline] isUnix [Pipeline] sh 14:22:13 + docker push nexus3.edgexfoundry.org:10004/edgex-ui:2.1.1-dev.18 14:22:13 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] 14:22:13 1816a86fb166: Preparing 14:22:13 736164617a66: Preparing 14:22:13 1816a86fb166: Layer already exists 14:22:13 736164617a66: Layer already exists 14:22:13 2.1.1-dev.18: digest: sha256:ac640016a5d89965c5fbe7fdf73723bcd38907c3e3cdc8a3bd75806db80b5f41 size: 739 [Pipeline] isUnix [Pipeline] sh 14:22:14 + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:a6a695fe0832c83638180736bbe712fc51e8f859-2.1.1-dev.18 [Pipeline] isUnix [Pipeline] sh 14:22:14 + docker push nexus3.edgexfoundry.org:10004/edgex-ui:a6a695fe0832c83638180736bbe712fc51e8f859-2.1.1-dev.18 14:22:14 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] 14:22:14 1816a86fb166: Preparing 14:22:14 736164617a66: Preparing 14:22:14 736164617a66: Layer already exists 14:22:14 1816a86fb166: Layer already exists 14:22:14 a6a695fe0832c83638180736bbe712fc51e8f859-2.1.1-dev.18: digest: sha256:ac640016a5d89965c5fbe7fdf73723bcd38907c3e3cdc8a3bd75806db80b5f41 size: 739 [Pipeline] isUnix [Pipeline] sh 14:22:14 + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:main [Pipeline] isUnix [Pipeline] sh 14:22:15 + docker push nexus3.edgexfoundry.org:10004/edgex-ui:main 14:22:15 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] 14:22:15 1816a86fb166: Preparing 14:22:15 736164617a66: Preparing 14:22:15 736164617a66: Layer already exists 14:22:15 1816a86fb166: Layer already exists 14:22:15 main: digest: sha256:ac640016a5d89965c5fbe7fdf73723bcd38907c3e3cdc8a3bd75806db80b5f41 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:22:15 ===================================================== [Pipeline] echo 14:22:15 taggedImages: 14:22:15 - nexus3.edgexfoundry.org:10004/edgex-ui:a6a695fe0832c83638180736bbe712fc51e8f859 14:22:15 - nexus3.edgexfoundry.org:10004/edgex-ui:latest 14:22:15 - nexus3.edgexfoundry.org:10004/edgex-ui:2.1.1-dev.18 14:22:15 - nexus3.edgexfoundry.org:10004/edgex-ui:a6a695fe0832c83638180736bbe712fc51e8f859-2.1.1-dev.18 14:22:15 - nexus3.edgexfoundry.org:10004/edgex-ui:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:22:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:22:15 14:22:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 14:22:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:22:15 latest: Pulling from edgex-lftools-log-publisher 14:22:15 5eb5b503b376: Pulling fs layer 14:22:15 5c69ac0246d0: Pulling fs layer 14:22:15 ec43610c2a17: Pulling fs layer 14:22:15 3a2ae6a8a46f: Pulling fs layer 14:22:15 33b1e0a273af: Pulling fs layer 14:22:15 5d3b04190fa2: Pulling fs layer 14:22:15 2f39f015ded8: Pulling fs layer 14:22:15 5d3b04190fa2: Waiting 14:22:15 3a2ae6a8a46f: Waiting 14:22:15 2f39f015ded8: Waiting 14:22:15 33b1e0a273af: Waiting 14:22:15 5c69ac0246d0: Verifying Checksum 14:22:15 5c69ac0246d0: Download complete 14:22:15 3a2ae6a8a46f: Verifying Checksum 14:22:15 3a2ae6a8a46f: Download complete 14:22:15 33b1e0a273af: Verifying Checksum 14:22:15 33b1e0a273af: Download complete 14:22:16 ec43610c2a17: Verifying Checksum 14:22:16 ec43610c2a17: Download complete 14:22:16 5d3b04190fa2: Download complete 14:22:16 5eb5b503b376: Verifying Checksum 14:22:16 5eb5b503b376: Download complete 14:22:16 2f39f015ded8: Verifying Checksum 14:22:16 2f39f015ded8: Download complete 14:22:17 5eb5b503b376: Pull complete 14:22:17 5c69ac0246d0: Pull complete 14:22:17 ec43610c2a17: Pull complete 14:22:17 3a2ae6a8a46f: Pull complete 14:22:18 33b1e0a273af: Pull complete 14:22:18 5d3b04190fa2: Pull complete 14:22:22 2f39f015ded8: Pull complete 14:22:22 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 14:22:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:22:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 14:22:22 prd-ubuntu20.04-docker-8c-8g-10455 does not seem to be running inside a container 14:22:22 $ 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/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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 14:22:24 $ docker top 356fdcae5be370cc211886673ddf2a56b1989cfb62d48b05a30a185a05e7cee5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:22:24 ---> job-cost.sh 14:22:24 lf-activate-venv: SKIPPING 14:22:24 INFO: No Stack... 14:22:24 INFO: Retrieving Pricing Info for: v3-standard-8 14:22:25 INFO: Archiving Costs [Pipeline] sh 14:22:25 + cut -d, -f6 14:22:25 + cat /w/workspace/edgexfoundry_edgex-ui-go_main/archives/cost.csv [Pipeline] lock 14:22:25 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-main-57-stack-cost] 14:22:25 Resource [jenkins-edgexfoundry-edgex-ui-go-main-57-stack-cost] did not exist. Created. 14:22:25 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-main-57-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:22:26 + echo total: 0.2199999988079071 [Pipeline] stash 14:22:26 Stashed 1 file(s) [Pipeline] } 14:22:26 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-main-57-stack-cost] [Pipeline] // lock [Pipeline] } 14:22:26 $ docker stop --time=1 356fdcae5be370cc211886673ddf2a56b1989cfb62d48b05a30a185a05e7cee5 14:22:27 $ docker rm -f 356fdcae5be370cc211886673ddf2a56b1989cfb62d48b05a30a185a05e7cee5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 14:22:58 Running on prd-ubuntu20.04-docker-arm64-4c-16g-10456 in /w/workspace/edgexfoundry_edgex-ui-go_main [Pipeline] { [Pipeline] ws 14:22:58 Running in /w/workspace/edgex-ui-go/57 [Pipeline] { [Pipeline] checkout 14:22:59 The recommended git tool is: git 14:23:05 using credential edgex-jenkins-ssh 14:23:05 Cloning the remote Git repository 14:23:06 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 14:23:06 > git init /w/workspace/edgex-ui-go/57 # timeout=10 14:23:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 14:23:06 > git --version # timeout=10 14:23:06 > git --version # 'git version 2.25.1' 14:23:06 using GIT_SSH to set credentials SSH Credentials for GitHub 14:23:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:23:09 Avoid second fetch 14:23:09 Checking out Revision a6a695fe0832c83638180736bbe712fc51e8f859 (main) 14:23:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 14:23:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:23:09 > git config core.sparsecheckout # timeout=10 14:23:09 > git checkout -f a6a695fe0832c83638180736bbe712fc51e8f859 # timeout=10 14:23:14 Commit message: "Merge pull request #507 from badboy-huaqiao/issue-#462" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:23:15 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 14:23:15 % Total % Received % Xferd Average Speed Time Time Time Current 14:23:15 Dload Upload Total Spent Left Speed 14:23:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 47183 0 --:--:-- --:--:-- --:--:-- 47183 [Pipeline] sh 14:23:15 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 14:23:16 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 14:23:16 + sudo tee /etc/docker/daemon.new 14:23:16 { 14:23:16 "registry-mirrors": [ 14:23:16 "https://nexus3.edgexfoundry.org:10001" 14:23:16 ], 14:23:16 "bip": "10.250.0.254/24", 14:23:16 "hosts": [ 14:23:16 "tcp://0.0.0.0:5555", 14:23:16 "unix:///var/run/docker.sock" 14:23:16 ], 14:23:16 "mtu": 1458, 14:23:16 "selinux-enabled": true, 14:23:16 "seccomp-profile": "/etc/docker/seccomp.json" 14:23:16 } [Pipeline] sh 14:23:16 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 14:23:16 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:23:35 provisioning config files... 14:23:35 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/57@tmp/config8906055548866254962tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:23:35 ---> docker-login.sh 14:23:35 nexus3.edgexfoundry.org:10001 14:23:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:23:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:23:36 Configure a credential helper to remove this warning. See 14:23:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:23:36 14:23:36 Login Succeeded 14:23:36 nexus3.edgexfoundry.org:10002 14:23:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:23:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:23:37 Configure a credential helper to remove this warning. See 14:23:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:23:37 14:23:37 Login Succeeded 14:23:37 nexus3.edgexfoundry.org:10003 14:23:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:23:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:23:37 Configure a credential helper to remove this warning. See 14:23:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:23:37 14:23:37 Login Succeeded 14:23:37 nexus3.edgexfoundry.org:10004 14:23:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:23:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:23:37 Configure a credential helper to remove this warning. See 14:23:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:23:37 14:23:37 Login Succeeded 14:23:37 docker.io 14:23:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:23:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:23:38 Configure a credential helper to remove this warning. See 14:23:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:23:38 14:23:38 Login Succeeded 14:23:38 ---> docker-login.sh ends [Pipeline] } 14:23:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:23:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:23:39 ========================================================= 14:23:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 14:23:39 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 14:23:39 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . 14:23:40 Sending build context to Docker daemon 27.06MB 14:23:40 Step 1/15 : ARG BASE=golang:1.17-alpine3.15 14:23:40 Step 2/15 : FROM ${BASE} AS builder 14:23:40 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:23:40 9b3977197b4f: Pulling fs layer 14:23:40 1a89e8eeedd5: Pulling fs layer 14:23:40 94645a83ff95: Pulling fs layer 14:23:40 3f3a8bcf1eab: Pulling fs layer 14:23:40 0c92f367c5e7: Pulling fs layer 14:23:40 f7c0051592d6: Pulling fs layer 14:23:40 3f3a8bcf1eab: Waiting 14:23:40 0c92f367c5e7: Waiting 14:23:40 a227ed2f7395: Pulling fs layer 14:23:40 7b1c46037f91: Pulling fs layer 14:23:40 f7c0051592d6: Waiting 14:23:40 a227ed2f7395: Waiting 14:23:40 7b1c46037f91: Waiting 14:23:40 94645a83ff95: Download complete 14:23:40 1a89e8eeedd5: Verifying Checksum 14:23:40 1a89e8eeedd5: Download complete 14:23:40 0c92f367c5e7: Verifying Checksum 14:23:40 0c92f367c5e7: Download complete 14:23:40 9b3977197b4f: Download complete 14:23:40 f7c0051592d6: Verifying Checksum 14:23:40 f7c0051592d6: Download complete 14:23:40 a227ed2f7395: Verifying Checksum 14:23:40 a227ed2f7395: Download complete 14:23:41 9b3977197b4f: Pull complete 14:23:42 1a89e8eeedd5: Pull complete 14:23:42 94645a83ff95: Pull complete 14:23:42 7b1c46037f91: Verifying Checksum 14:23:42 7b1c46037f91: Download complete 14:23:43 3f3a8bcf1eab: Verifying Checksum 14:23:43 3f3a8bcf1eab: Download complete 14:23:55 3f3a8bcf1eab: Pull complete 14:23:55 0c92f367c5e7: Pull complete 14:23:55 f7c0051592d6: Pull complete 14:23:56 a227ed2f7395: Pull complete 14:24:02 7b1c46037f91: Pull complete 14:24:02 Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe 14:24:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 14:24:02 ---> f79e39bc4007 14:24:02 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 14:24:03 ---> Running in 9ce214bc0038 14:24:04 Removing intermediate container 9ce214bc0038 14:24:04 ---> 4b6f4cd58158 14:24:04 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 14:24:04 ---> Running in e181ab2e2de5 14:24:04 Removing intermediate container e181ab2e2de5 14:24:04 ---> 6be743af02ef 14:24:04 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 14:24:04 ---> Running in 710e0991c1d1 14:24:04 Removing intermediate container 710e0991c1d1 14:24:04 ---> 1245cab2b786 14:24:04 Step 6/15 : LABEL Name=edgex-ui-go 14:24:04 ---> Running in 3bc1b18236ac 14:24:04 Removing intermediate container 3bc1b18236ac 14:24:04 ---> 4197c2fb54f4 14:24:04 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 14:24:05 ---> Running in c2cf909ee7e6 14:24:05 Removing intermediate container c2cf909ee7e6 14:24:05 ---> 5a3def40c915 14:24:05 Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:24:05 ---> Running in f2699dff16d8 14:24:07 Removing intermediate container f2699dff16d8 14:24:07 ---> 0a37dbc44282 14:24:07 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:24:07 ---> Running in 119f58945617 14:24:08 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 14:24:08 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 14:24:10 OK: 220 MiB in 52 packages 14:24:12 Removing intermediate container 119f58945617 14:24:12 ---> 1a100148f6f3 14:24:12 Step 10/15 : ENV GO111MODULE=on 14:24:12 ---> Running in 202b9cc4f60b 14:24:13 Removing intermediate container 202b9cc4f60b 14:24:13 ---> a82418476162 14:24:13 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 14:24:13 ---> Running in 0678369db830 14:24:13 Removing intermediate container 0678369db830 14:24:13 ---> 11d6ec3efa0c 14:24:13 Step 12/15 : COPY go.mod vendor* ./ 14:24:14 ---> b84b27fa9036 14:24:14 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:24:14 ---> Running in a0a17b526167 14:25:36 Removing intermediate container a0a17b526167 14:25:36 ---> 9bd0317d6ae4 14:25:36 Step 14/15 : COPY . . 14:25:36 ---> 224d359d9c52 14:25:36 Step 15/15 : RUN ${MAKE} 14:25:36 ---> Running in 07404185d646 14:25:36 noop 14:25:36 Removing intermediate container 07404185d646 14:25:36 ---> 1d1a5cca5f6f 14:25:36 Successfully built 1d1a5cca5f6f 14:25:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:25:36 + docker inspect -f . ci-base-image-arm64 14:25:36 . [Pipeline] withDockerContainer 14:25:37 prd-ubuntu20.04-docker-arm64-4c-16g-10456 does not seem to be running inside a container 14:25:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/57 -v /w/workspace/edgex-ui-go/57:/w/workspace/edgex-ui-go/57:rw,z -v /w/workspace/edgex-ui-go/57@tmp:/w/workspace/edgex-ui-go/57@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 14:25:38 $ docker top b1aca4ad797ddc1837490cb55121f639054c67397bf8febe3412e765b50165b0 -eo pid,comm [Pipeline] { [Pipeline] sh 14:25:39 + go version 14:25:39 go version go1.17.6 linux/arm64 [Pipeline] } 14:25:39 $ docker stop --time=1 b1aca4ad797ddc1837490cb55121f639054c67397bf8febe3412e765b50165b0 14:25:40 $ docker rm -f b1aca4ad797ddc1837490cb55121f639054c67397bf8febe3412e765b50165b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:25:41 + docker inspect -f . ci-base-image-arm64 14:25:41 . [Pipeline] withDockerContainer 14:25:41 prd-ubuntu20.04-docker-arm64-4c-16g-10456 does not seem to be running inside a container 14:25:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/57 -v /w/workspace/edgex-ui-go/57:/w/workspace/edgex-ui-go/57:rw,z -v /w/workspace/edgex-ui-go/57@tmp:/w/workspace/edgex-ui-go/57@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 14:25:43 $ docker top 9694daf8104c044f45be1e73480e9f1cc901fba5c14a38028eddfd12ae0c9076 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 14:25:43 + make test 14:25:43 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 14:25:45 ? github.com/edgexfoundry/edgex-ui-go [no test files] 14:26:24 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 14:26:24 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 14:26:24 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 14:26:24 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 14:26:24 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 14:26:24 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 14:26:24 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 14:26:24 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 14:26:24 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 14:26:24 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 14:26:24 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 14:26:24 ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] 14:26:24 CGO_ENABLED=0 GO111MODULE=on go vet ./... 14:26:39 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 14:26:39 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 14:26:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 14:26:39 $ docker stop --time=1 9694daf8104c044f45be1e73480e9f1cc901fba5c14a38028eddfd12ae0c9076 14:26:41 $ docker rm -f 9694daf8104c044f45be1e73480e9f1cc901fba5c14a38028eddfd12ae0c9076 [Pipeline] // withDockerContainer [Pipeline] sh 14:26:42 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:26:42 Warning: overwriting stash ‘coverage-report’ 14:26:42 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 14:26:43 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:26:43 + ls -al . 14:26:43 total 156 14:26:43 drwxrwxr-x 13 jenkins jenkins 4096 Apr 1 14:25 . 14:26:43 drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 14:23 .. 14:26:43 drwxrwxr-x 8 jenkins jenkins 4096 Apr 1 14:23 .git 14:26:43 drwxrwxr-x 2 jenkins jenkins 4096 Apr 1 14:23 .github 14:26:43 -rw-rw-r-- 1 jenkins jenkins 155 Apr 1 14:23 .gitignore 14:26:43 -rw-rw-r-- 1 jenkins jenkins 3959 Apr 1 14:23 CONTRIBUTING.md 14:26:43 -rw-rw-r-- 1 jenkins jenkins 1549 Apr 1 14:23 Dockerfile 14:26:43 -rw-rw-r-- 1 jenkins jenkins 652 Apr 1 14:23 Jenkinsfile 14:26:43 -rw-rw-r-- 1 jenkins jenkins 11357 Apr 1 14:23 LICENSE 14:26:43 -rw-rw-r-- 1 jenkins jenkins 1212 Apr 1 14:23 Makefile 14:26:43 -rw-rw-r-- 1 jenkins jenkins 4450 Apr 1 14:23 README.md 14:26:43 -rw-rw-r-- 1 jenkins jenkins 12 Apr 1 14:21 VERSION 14:26:43 drwxrwxr-x 3 jenkins jenkins 4096 Apr 1 14:23 assets 14:26:43 drwxrwxr-x 2 jenkins jenkins 4096 Apr 1 14:23 bin 14:26:43 drwxrwxr-x 3 jenkins jenkins 4096 Apr 1 14:23 cmd 14:26:43 -rw-r--r-- 1 jenkins jenkins 10 Apr 1 14:25 coverage.out 14:26:43 drwxrwxr-x 2 jenkins jenkins 4096 Apr 1 14:23 docs 14:26:43 -rw-rw-r-- 1 jenkins jenkins 1944 Apr 1 14:23 go.mod 14:26:43 -rw-rw-r-- 1 jenkins jenkins 48565 Apr 1 14:23 go.sum 14:26:43 drwxrwxr-x 9 jenkins jenkins 4096 Apr 1 14:23 internal 14:26:43 drwxrwxr-x 3 jenkins jenkins 4096 Apr 1 14:23 pkg 14:26:43 drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 14:23 snap 14:26:43 drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 14:23 testing 14:26:43 -rw-rw-r-- 1 jenkins jenkins 155 Apr 1 14:23 version.go 14:26:43 drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 14:23 web [Pipeline] isUnix [Pipeline] sh 14:26:43 + 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=a6a695fe0832c83638180736bbe712fc51e8f859 --label arch=arm64 --label version=2.1.1-dev.18 . 14:26:44 Sending build context to Docker daemon 27.06MB 14:26:44 Step 1/23 : ARG BASE=golang:1.17-alpine3.15 14:26:44 Step 2/23 : FROM ${BASE} AS builder 14:26:44 ---> 1d1a5cca5f6f 14:26:44 Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 14:26:45 ---> Running in 849277fbbf79 14:26:45 Removing intermediate container 849277fbbf79 14:26:45 ---> f987f0c0735a 14:26:45 Step 4/23 : ARG ALPINE_PKG_BASE="make git" 14:26:45 ---> Running in 7c6dd3111aeb 14:26:45 Removing intermediate container 7c6dd3111aeb 14:26:45 ---> 5958f7e4e11a 14:26:45 Step 5/23 : ARG ALPINE_PKG_EXTRA="" 14:26:45 ---> Running in b64b67c23e55 14:26:46 Removing intermediate container b64b67c23e55 14:26:46 ---> c3ad3f835cf7 14:26:46 Step 6/23 : LABEL Name=edgex-ui-go 14:26:46 ---> Running in db1b2d5f5a46 14:26:46 Removing intermediate container db1b2d5f5a46 14:26:46 ---> 4830a016155e 14:26:46 Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 14:26:46 ---> Running in b7556eadf1df 14:26:46 Removing intermediate container b7556eadf1df 14:26:46 ---> b63753840e6d 14:26:46 Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:26:46 ---> Running in 2e78f02974a6 14:26:48 Removing intermediate container 2e78f02974a6 14:26:48 ---> f50b498e13ad 14:26:48 Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:26:48 ---> Running in 292bd6509127 14:26:49 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 14:26:50 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 14:26:51 OK: 220 MiB in 52 packages 14:26:51 Removing intermediate container 292bd6509127 14:26:51 ---> 9cb52a9cec3d 14:26:51 Step 10/23 : ENV GO111MODULE=on 14:26:51 ---> Running in 28e157bfca53 14:26:52 Removing intermediate container 28e157bfca53 14:26:52 ---> 43096125dc6c 14:26:52 Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 14:26:52 ---> Running in a06810409e71 14:26:52 Removing intermediate container a06810409e71 14:26:52 ---> a1a5e794ba90 14:26:52 Step 12/23 : COPY go.mod vendor* ./ 14:26:53 ---> 954ef18eafa9 14:26:53 Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:26:53 ---> Running in 42d42e66e7bb 14:26:55 Removing intermediate container 42d42e66e7bb 14:26:55 ---> 55b40b76f027 14:26:55 Step 14/23 : COPY . . 14:26:58 ---> 3e5d7117ff07 14:26:58 Step 15/23 : RUN ${MAKE} 14:26:58 ---> Running in a5ea2414dc7d 14:26:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.1.1-dev.18" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 14:27:32 CGO_ENABLED=0 GO111MODULE=on go build ./... 14:27:34 Removing intermediate container a5ea2414dc7d 14:27:34 ---> ffd195d01d09 14:27:34 Step 16/23 : FROM alpine:3.14 14:27:35 3.14: Pulling from library/alpine 14:27:35 810d54c7e01b: Pulling fs layer 14:27:35 810d54c7e01b: Verifying Checksum 14:27:35 810d54c7e01b: Download complete 14:27:36 810d54c7e01b: Pull complete 14:27:36 Digest: sha256:85c63ff404e9b4daf18f264447161b50ffa70047cc4c03381478cf2c6edfa9da 14:27:36 Status: Downloaded newer image for alpine:3.14 14:27:36 ---> cc3d11fa2d52 14:27:36 Step 17/23 : EXPOSE 4000 14:27:36 ---> Running in 3af49bcefc69 14:27:36 Removing intermediate container 3af49bcefc69 14:27:36 ---> b52249601edb 14:27:36 Step 18/23 : 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 14:27:38 ---> 0708ad20bdd2 14:27:38 Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 14:27:38 ---> Running in 6b9a706244bb 14:27:38 Removing intermediate container 6b9a706244bb 14:27:38 ---> 38bc90c9cfec 14:27:38 Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 14:27:38 ---> Running in 55352604768c 14:27:38 Removing intermediate container 55352604768c 14:27:38 ---> 243da4acc062 14:27:38 Step 21/23 : LABEL arch=arm64 14:27:39 ---> Running in bf92e621443a 14:27:39 Removing intermediate container bf92e621443a 14:27:39 ---> 63bfccfaaeb0 14:27:39 Step 22/23 : LABEL git_sha=a6a695fe0832c83638180736bbe712fc51e8f859 14:27:39 ---> Running in 3b7e27324d9b 14:27:39 Removing intermediate container 3b7e27324d9b 14:27:39 ---> 5bc854670903 14:27:39 Step 23/23 : LABEL version=2.1.1-dev.18 14:27:39 ---> Running in 74fc7bf83c46 14:27:39 Removing intermediate container 74fc7bf83c46 14:27:39 ---> cf494359efb1 14:27:39 [Warning] One or more build-args [ARCH] were not consumed 14:27:40 Successfully built cf494359efb1 14:27:40 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 14:27:40 provisioning config files... 14:27:40 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/57@tmp/config5337445995334007267tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:27:40 ---> docker-login.sh 14:27:40 nexus3.edgexfoundry.org:10001 14:27:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:27:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:27:40 Configure a credential helper to remove this warning. See 14:27:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:27:40 14:27:40 Login Succeeded 14:27:40 nexus3.edgexfoundry.org:10002 14:27:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:27:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:27:41 Configure a credential helper to remove this warning. See 14:27:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:27:41 14:27:41 Login Succeeded 14:27:41 nexus3.edgexfoundry.org:10003 14:27:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:27:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:27:42 Configure a credential helper to remove this warning. See 14:27:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:27:42 14:27:42 Login Succeeded 14:27:42 nexus3.edgexfoundry.org:10004 14:27:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:27:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:27:42 Configure a credential helper to remove this warning. See 14:27:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:27:42 14:27:42 Login Succeeded 14:27:42 docker.io 14:27:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:27:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:27:43 Configure a credential helper to remove this warning. See 14:27:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:27:43 14:27:43 Login Succeeded 14:27:43 ---> docker-login.sh ends [Pipeline] } 14:27:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:27:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:27:43 [edgeXDocker.push] Tagging docker image edgex-ui-arm64 with the following tags: 14:27:43 a6a695fe0832c83638180736bbe712fc51e8f859 14:27:43 latest 14:27:43 2.1.1-dev.18 14:27:43 a6a695fe0832c83638180736bbe712fc51e8f859-2.1.1-dev.18 14:27:43 main 14:27:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:27:44 + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:a6a695fe0832c83638180736bbe712fc51e8f859 [Pipeline] isUnix [Pipeline] sh 14:27:44 + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:a6a695fe0832c83638180736bbe712fc51e8f859 14:27:44 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] 14:27:44 a8625eed67aa: Preparing 14:27:44 b94faa188151: Preparing 14:27:44 b94faa188151: Layer already exists 14:27:49 a8625eed67aa: Pushed 14:27:49 a6a695fe0832c83638180736bbe712fc51e8f859: digest: sha256:dd7f3e45095e6d9def9ac89dd29ac03cd98b93e34ff23a5914c2b38a078d9cc4 size: 739 [Pipeline] isUnix [Pipeline] sh 14:27:50 + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:27:50 + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest 14:27:50 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] 14:27:50 a8625eed67aa: Preparing 14:27:50 b94faa188151: Preparing 14:27:50 b94faa188151: Layer already exists 14:27:50 a8625eed67aa: Layer already exists 14:27:50 latest: digest: sha256:dd7f3e45095e6d9def9ac89dd29ac03cd98b93e34ff23a5914c2b38a078d9cc4 size: 739 [Pipeline] isUnix [Pipeline] sh 14:27:51 + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2.1.1-dev.18 [Pipeline] isUnix [Pipeline] sh 14:27:51 + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2.1.1-dev.18 14:27:51 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] 14:27:51 a8625eed67aa: Preparing 14:27:51 b94faa188151: Preparing 14:27:51 a8625eed67aa: Layer already exists 14:27:51 b94faa188151: Layer already exists 14:27:51 2.1.1-dev.18: digest: sha256:dd7f3e45095e6d9def9ac89dd29ac03cd98b93e34ff23a5914c2b38a078d9cc4 size: 739 [Pipeline] isUnix [Pipeline] sh 14:27:52 + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:a6a695fe0832c83638180736bbe712fc51e8f859-2.1.1-dev.18 [Pipeline] isUnix [Pipeline] sh 14:27:52 + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:a6a695fe0832c83638180736bbe712fc51e8f859-2.1.1-dev.18 14:27:52 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] 14:27:52 a8625eed67aa: Preparing 14:27:52 b94faa188151: Preparing 14:27:52 b94faa188151: Layer already exists 14:27:52 a8625eed67aa: Layer already exists 14:27:52 a6a695fe0832c83638180736bbe712fc51e8f859-2.1.1-dev.18: digest: sha256:dd7f3e45095e6d9def9ac89dd29ac03cd98b93e34ff23a5914c2b38a078d9cc4 size: 739 [Pipeline] isUnix [Pipeline] sh 14:27:53 + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:main [Pipeline] isUnix [Pipeline] sh 14:27:53 + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:main 14:27:53 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] 14:27:53 a8625eed67aa: Preparing 14:27:53 b94faa188151: Preparing 14:27:53 a8625eed67aa: Layer already exists 14:27:53 b94faa188151: Layer already exists 14:27:53 main: digest: sha256:dd7f3e45095e6d9def9ac89dd29ac03cd98b93e34ff23a5914c2b38a078d9cc4 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:27:53 ===================================================== [Pipeline] echo 14:27:53 taggedImages: 14:27:53 - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:a6a695fe0832c83638180736bbe712fc51e8f859 14:27:53 - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest 14:27:53 - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2.1.1-dev.18 14:27:53 - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:a6a695fe0832c83638180736bbe712fc51e8f859-2.1.1-dev.18 14:27:53 - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:27:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:27:54 14:27:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 14:27:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:27:54 arm64: Pulling from edgex-lftools-log-publisher 14:27:54 8998bd30e6a1: Pulling fs layer 14:27:54 04944245beec: Pulling fs layer 14:27:54 699f458cf7ca: Pulling fs layer 14:27:54 765212b225bb: Pulling fs layer 14:27:54 f23df028b6ca: Pulling fs layer 14:27:54 d65c8cfc05b1: Pulling fs layer 14:27:54 2437ff75d9bd: Pulling fs layer 14:27:54 765212b225bb: Waiting 14:27:54 f23df028b6ca: Waiting 14:27:54 d65c8cfc05b1: Waiting 14:27:54 2437ff75d9bd: Waiting 14:27:54 04944245beec: Verifying Checksum 14:27:54 04944245beec: Download complete 14:27:54 765212b225bb: Verifying Checksum 14:27:54 765212b225bb: Download complete 14:27:54 f23df028b6ca: Verifying Checksum 14:27:54 f23df028b6ca: Download complete 14:27:54 d65c8cfc05b1: Verifying Checksum 14:27:54 d65c8cfc05b1: Download complete 14:27:54 699f458cf7ca: Verifying Checksum 14:27:54 699f458cf7ca: Download complete 14:27:55 8998bd30e6a1: Verifying Checksum 14:27:55 8998bd30e6a1: Download complete 14:27:57 2437ff75d9bd: Verifying Checksum 14:27:57 2437ff75d9bd: Download complete 14:27:59 8998bd30e6a1: Pull complete 14:28:00 04944245beec: Pull complete 14:28:01 699f458cf7ca: Pull complete 14:28:01 765212b225bb: Pull complete 14:28:02 f23df028b6ca: Pull complete 14:28:02 d65c8cfc05b1: Pull complete 14:28:17 2437ff75d9bd: Pull complete 14:28:17 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 14:28:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:28:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 14:28:18 prd-ubuntu20.04-docker-arm64-4c-16g-10456 does not seem to be running inside a container 14:28:18 $ 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/57 -v /w/workspace/edgex-ui-go/57:/w/workspace/edgex-ui-go/57:rw,z -v /w/workspace/edgex-ui-go/57@tmp:/w/workspace/edgex-ui-go/57@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 14:28:20 $ docker top 78bf9d1b704adb5ffa59db3f7a692651f6758d4141f2767d7bcc80e210d0b001 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:28:21 ---> job-cost.sh 14:28:21 lf-activate-venv: SKIPPING 14:28:21 INFO: No Stack... 14:28:23 INFO: Retrieving Pricing Info for: v3-standard-4 14:28:24 INFO: Archiving Costs [Pipeline] sh 14:28:25 + cut -d, -f6 14:28:25 + cat /w/workspace/edgex-ui-go/57/archives/cost.csv [Pipeline] lock 14:28:25 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-main-57-stack-cost] 14:28:25 Resource [jenkins-edgexfoundry-edgex-ui-go-main-57-stack-cost] did not exist. Created. 14:28:25 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-main-57-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:28:25 /w/workspace/edgex-ui-go/57@tmp/durable-93d37bd7/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 14:28:26 + echo total: 0.10999999940395355 [Pipeline] stash 14:28:26 Warning: overwriting stash ‘stack-cost’ 14:28:26 Stashed 1 file(s) [Pipeline] } 14:28:26 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-main-57-stack-cost] [Pipeline] // lock [Pipeline] } 14:28:26 $ docker stop --time=1 78bf9d1b704adb5ffa59db3f7a692651f6758d4141f2767d7bcc80e210d0b001 14:28:28 $ docker rm -f 78bf9d1b704adb5ffa59db3f7a692651f6758d4141f2767d7bcc80e210d0b001 [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 14:28:28 provisioning config files... 14:28:28 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config6975401339057438732tmp [Pipeline] { [Pipeline] sh 14:28:28 + set +x 14:28:28 + + bash -s -- 14:28:28 curl -s https://codecov.io/bash 14:28:28 14:28:28 _____ _ 14:28:28 / ____| | | 14:28:28 | | ___ __| | ___ ___ _____ __ 14:28:28 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:28:28 | |___| (_) | (_| | __/ (_| (_) \ V / 14:28:28 \_____\___/ \__,_|\___|\___\___/ \_/ 14:28:28 Bash-1.0.6 14:28:28 14:28:28 14:28:28 ==> git version 2.25.1 found 14:28:28 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 14:28:28 Release-Date: 2020-01-08 14:28:28 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 14:28:28 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 14:28:28 ==> Jenkins CI detected. 14:28:28 current dir:  /w/workspace/edgexfoundry_edgex-ui-go_main 14:28:28 project root: . 14:28:28 --> token set from env 14:28:28 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:28:28 ==> Running gcov in . (disable via -X gcov) 14:28:28 ==> Python coveragepy not found 14:28:28 ==> Searching for coverage reports in: 14:28:28 + . 14:28:28 -> Found 1 reports 14:28:28 ==> Detecting git/mercurial file structure 14:28:28 ==> Reading reports 14:28:28 + ./coverage.out bytes=10 14:28:29 ==> Appending adjustments 14:28:29 https://docs.codecov.io/docs/fixing-reports 14:28:29 + Found adjustments 14:28:29 ==> Gzipping contents 14:28:29 4.0K /tmp/codecov.8uyjsm.gz 14:28:29 ==> Uploading reports 14:28:29 url: https://codecov.io 14:28:29 query: branch=main&commit=a6a695fe0832c83638180736bbe712fc51e8f859&build=57&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmain%2F57%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 14:28:29 -> Pinging Codecov 14:28:29 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=a6a695fe0832c83638180736bbe712fc51e8f859&build=57&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmain%2F57%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 14:28:29 -> Uploading to 14:28:29 https://storage.googleapis.com/codecov/v4/raw/2022-04-01/FB506323287CE973F263BFD2A0EB1F37/a6a695fe0832c83638180736bbe712fc51e8f859/5444172a-3548-45fd-bb9b-26057ef7c717.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220401%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220401T142829Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b9ff05bd02b93ae18183f86507934554d2f31fdd3e933027246473ca09efd898 14:28:29 % Total % Received % Xferd Average Speed Time Time Time Current 14:28:29 Dload Upload Total Spent Left Speed 14:28:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4059 0 0 100 4059 0 18366 --:--:-- --:--:-- --:--:-- 18366 14:28:29 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/a6a695fe0832c83638180736bbe712fc51e8f859 [Pipeline] } 14:28:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 14:28:30 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 14:28:30 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:28:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:28:30 14:28:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 14:28:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:28:30 1.410.4: Pulling from edgex-devops/edgex-snyk-go 14:28:30 188c0c94c7c5: Pulling fs layer 14:28:30 0ef7d3d256c8: Pulling fs layer 14:28:30 de9db76c5a1d: Pulling fs layer 14:28:30 0eba1c9be4d2: Pulling fs layer 14:28:30 0d57e429df01: Pulling fs layer 14:28:30 4e4be7b47b0d: Pulling fs layer 14:28:30 e1f770b5df2f: Pulling fs layer 14:28:30 85a0685a4137: Pulling fs layer 14:28:30 4e4be7b47b0d: Waiting 14:28:30 e1f770b5df2f: Waiting 14:28:30 85a0685a4137: Waiting 14:28:30 0eba1c9be4d2: Waiting 14:28:30 0d57e429df01: Waiting 14:28:30 de9db76c5a1d: Verifying Checksum 14:28:30 de9db76c5a1d: Download complete 14:28:30 0ef7d3d256c8: Verifying Checksum 14:28:30 0ef7d3d256c8: Download complete 14:28:30 0d57e429df01: Verifying Checksum 14:28:30 0d57e429df01: Download complete 14:28:30 188c0c94c7c5: Verifying Checksum 14:28:30 188c0c94c7c5: Download complete 14:28:30 4e4be7b47b0d: Verifying Checksum 14:28:30 4e4be7b47b0d: Download complete 14:28:30 188c0c94c7c5: Pull complete 14:28:30 e1f770b5df2f: Verifying Checksum 14:28:30 e1f770b5df2f: Download complete 14:28:31 0ef7d3d256c8: Pull complete 14:28:31 de9db76c5a1d: Pull complete 14:28:31 0eba1c9be4d2: Verifying Checksum 14:28:31 0eba1c9be4d2: Download complete 14:28:31 85a0685a4137: Verifying Checksum 14:28:31 85a0685a4137: Download complete 14:28:34 0eba1c9be4d2: Pull complete 14:28:34 0d57e429df01: Pull complete 14:28:34 4e4be7b47b0d: Pull complete 14:28:34 e1f770b5df2f: Pull complete 14:28:38 85a0685a4137: Pull complete 14:28:38 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 14:28:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:28:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 14:28:38 prd-ubuntu20.04-docker-8c-8g-10455 does not seem to be running inside a container 14:28:38 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 14:28:40 $ docker top 7dd9ce86fcd8da63928ac575e10b8b6359dc5fd59d91e180f42c58efa72210a4 -eo pid,comm [Pipeline] { [Pipeline] echo 14:28:40 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 14:28:40 + set -o pipefail 14:28:40 + snyk monitor '--org=edgex-jenkins' 14:28:45 14:28:45 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_main (github.com/edgexfoundry/edgex-ui-go)... 14:28:45 14:28:45 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/171f9a95-9cef-4efa-99cc-963074eb3de3 14:28:45 14:28:45 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 14:28:45 14:28:45 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 14:28:45 14:28:45 [Pipeline] } 14:28:45 $ docker stop --time=1 7dd9ce86fcd8da63928ac575e10b8b6359dc5fd59d91e180f42c58efa72210a4 14:28:46 $ docker rm -f 7dd9ce86fcd8da63928ac575e10b8b6359dc5fd59d91e180f42c58efa72210a4 [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 14:28:47 + git log --format=format:%s -1 a6a695fe0832c83638180736bbe712fc51e8f859 [Pipeline] sh 14:28:47 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:28:47 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 14:28:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:28:48 . [Pipeline] withDockerContainer 14:28:48 prd-ubuntu20.04-docker-8c-8g-10455 does not seem to be running inside a container 14:28:48 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:28:48 $ docker top bc8383437e419efb3a25d1558aea744308fa61a39e573f483a2fdcfe8db6ee1d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:28:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:28:48 [ssh-agent] Looking for ssh-agent implementation... 14:28:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:28:48 $ docker exec bc8383437e419efb3a25d1558aea744308fa61a39e573f483a2fdcfe8db6ee1d ssh-agent 14:28:48 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXMlCdlE/agent.15 14:28:48 SSH_AGENT_PID=21 14:28:48 Running ssh-add (command line suppressed) 14:28:49 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_629615390909692643.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_629615390909692643.key) 14:28:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:28:49 + git semver tag 14:28:49 # -> Open(): unable to determine branch for HEAD 14:28:49 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.git 14:28:49 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_main 14:28:49 # $SEMVER_REMOTE_NAME = origin 14:28:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:28:49 # $SEMVER_USER_NAME = edgex-jenkins 14:28:49 # $SEMVER_BRANCH = main 14:28:49 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.semver 14:28:49 # a6a695fe0832c83638180736bbe712fc51e8f859 HEAD 14:28:49 # -> Force: false 14:28:49 # 21176a6353bc2a18adf456d968c5d1282a07785a refs/tags/v2.1.1-dev.18 [Pipeline] } 14:28:49 $ docker exec --env ******** --env ******** bc8383437e419efb3a25d1558aea744308fa61a39e573f483a2fdcfe8db6ee1d ssh-agent -k 14:28:49 unset SSH_AUTH_SOCK; 14:28:49 unset SSH_AGENT_PID; 14:28:49 echo Agent pid 21 killed; 14:28:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:28:49 + git semver [Pipeline] } 14:28:49 $ docker stop --time=1 bc8383437e419efb3a25d1558aea744308fa61a39e573f483a2fdcfe8db6ee1d 14:28:51 $ docker rm -f bc8383437e419efb3a25d1558aea744308fa61a39e573f483a2fdcfe8db6ee1d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 14:28:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:28:51 14:28:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 14:28:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:28:51 0.23.1-centos7: Pulling from edgex-lftools 14:28:51 ab5ef0e58194: Pulling fs layer 14:28:51 9712f1f96733: Pulling fs layer 14:28:51 63f879dbbcfc: Pulling fs layer 14:28:51 0d9ebad4ef96: Pulling fs layer 14:28:51 e9a5061849ea: Pulling fs layer 14:28:51 d747dcd14b5f: Pulling fs layer 14:28:51 0d9ebad4ef96: Waiting 14:28:51 e9a5061849ea: Waiting 14:28:51 2de7ff778b66: Pulling fs layer 14:28:51 2de7ff778b66: Waiting 14:28:51 d747dcd14b5f: Waiting 14:28:51 9712f1f96733: Verifying Checksum 14:28:51 9712f1f96733: Download complete 14:28:52 63f879dbbcfc: Verifying Checksum 14:28:52 63f879dbbcfc: Download complete 14:28:52 e9a5061849ea: Verifying Checksum 14:28:52 e9a5061849ea: Download complete 14:28:52 d747dcd14b5f: Verifying Checksum 14:28:52 d747dcd14b5f: Download complete 14:28:52 0d9ebad4ef96: Verifying Checksum 14:28:52 0d9ebad4ef96: Download complete 14:28:52 ab5ef0e58194: Verifying Checksum 14:28:52 ab5ef0e58194: Download complete 14:28:52 2de7ff778b66: Verifying Checksum 14:28:52 2de7ff778b66: Download complete 14:28:54 ab5ef0e58194: Pull complete 14:28:54 9712f1f96733: Pull complete 14:28:55 63f879dbbcfc: Pull complete 14:28:59 0d9ebad4ef96: Pull complete 14:28:59 e9a5061849ea: Pull complete 14:28:59 d747dcd14b5f: Pull complete 14:29:00 2de7ff778b66: Pull complete 14:29:00 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 14:29:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:29:00 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 14:29:00 prd-ubuntu20.04-docker-8c-8g-10455 does not seem to be running inside a container 14:29:00 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 14:29:04 $ docker top 59547a646aaea3b8b828a6d445e373bdfe2d940b6c8310fc7137af64bbd10d2a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 14:29:04 provisioning config files... 14:29:04 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config7001973081764447757tmp 14:29:04 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config7411459661474441087tmp 14:29:04 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config493203374734650032tmp [Pipeline] { [Pipeline] echo 14:29:04 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 14:29:04 ---> sigul-configuration.sh 14:29:04 gpg: directory `/root/.gnupg' created 14:29:04 gpg: new configuration file `/root/.gnupg/gpg.conf' created 14:29:04 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 14:29:04 gpg: keyring `/root/.gnupg/secring.gpg' created 14:29:04 gpg: keyring `/root/.gnupg/pubring.gpg' created 14:29:04 gpg: CAST5 encrypted data 14:29:04 gpg: encrypted with 1 passphrase 14:29:04 gpg: WARNING: message was not integrity protected [Pipeline] sh 14:29:05 + mkdir /home/jenkins 14:29:05 + mkdir /home/jenkins/sigul [Pipeline] sh 14:29:05 + 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 14:29:05 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 14:29:05 ---> sigul-install.sh 14:29:05 Sigul already installed; skipping installation. [Pipeline] sh 14:29:06 + git tag --list 14:29:06 0.1.1 14:29:06 v1.1.0 14:29:06 v1.2.0 14:29:06 v1.2.1 14:29:06 v1.3.0 14:29:06 v2.0.0 14:29:06 v2.0.1-dev.1 14:29:06 v2.0.1-dev.10 14:29:06 v2.0.1-dev.11 14:29:06 v2.0.1-dev.12 14:29:06 v2.0.1-dev.13 14:29:06 v2.0.1-dev.14 14:29:06 v2.0.1-dev.15 14:29:06 v2.0.1-dev.16 14:29:06 v2.0.1-dev.17 14:29:06 v2.0.1-dev.18 14:29:06 v2.0.1-dev.19 14:29:06 v2.0.1-dev.2 14:29:06 v2.0.1-dev.20 14:29:06 v2.0.1-dev.21 14:29:06 v2.0.1-dev.22 14:29:06 v2.0.1-dev.23 14:29:06 v2.0.1-dev.24 14:29:06 v2.0.1-dev.25 14:29:06 v2.0.1-dev.26 14:29:06 v2.0.1-dev.27 14:29:06 v2.0.1-dev.28 14:29:06 v2.0.1-dev.29 14:29:06 v2.0.1-dev.3 14:29:06 v2.0.1-dev.30 14:29:06 v2.0.1-dev.31 14:29:06 v2.0.1-dev.32 14:29:06 v2.0.1-dev.33 14:29:06 v2.0.1-dev.4 14:29:06 v2.0.1-dev.5 14:29:06 v2.0.1-dev.6 14:29:06 v2.0.1-dev.7 14:29:06 v2.0.1-dev.8 14:29:06 v2.0.1-dev.9 14:29:06 v2.1.0 14:29:06 v2.1.1-dev.1 14:29:06 v2.1.1-dev.10 14:29:06 v2.1.1-dev.11 14:29:06 v2.1.1-dev.12 14:29:06 v2.1.1-dev.13 14:29:06 v2.1.1-dev.14 14:29:06 v2.1.1-dev.15 14:29:06 v2.1.1-dev.16 14:29:06 v2.1.1-dev.17 14:29:06 v2.1.1-dev.18 14:29:06 v2.1.1-dev.2 14:29:06 v2.1.1-dev.3 14:29:06 v2.1.1-dev.4 14:29:06 v2.1.1-dev.5 14:29:06 v2.1.1-dev.6 14:29:06 v2.1.1-dev.7 14:29:06 v2.1.1-dev.8 14:29:06 v2.1.1-dev.9 [Pipeline] sh 14:29:06 + lftools sign git-tag v2.1.1-dev.18 14:29:06 Signing Git tag with Sigul... 14:29:06 Signing v2.1.1-dev.18 [Pipeline] echo 14:29:07 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 14:29:07 ---> sigul-configuration-cleanup.sh [Pipeline] } 14:29:07 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 14:29:07 $ docker stop --time=1 59547a646aaea3b8b828a6d445e373bdfe2d940b6c8310fc7137af64bbd10d2a 14:29:09 $ docker rm -f 59547a646aaea3b8b828a6d445e373bdfe2d940b6c8310fc7137af64bbd10d2a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 14:29:09 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:29:09 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 14:29:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:29:09 . [Pipeline] withDockerContainer 14:29:09 prd-ubuntu20.04-docker-8c-8g-10455 does not seem to be running inside a container 14:29:10 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:29:10 $ docker top e54ad71a8180d3b31e632783bbcba208fea4595e96a6b658896fb8cb2476d0bd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:29:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:29:10 [ssh-agent] Looking for ssh-agent implementation... 14:29:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:29:10 $ docker exec e54ad71a8180d3b31e632783bbcba208fea4595e96a6b658896fb8cb2476d0bd ssh-agent 14:29:10 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXDnfoCK/agent.14 14:29:10 SSH_AGENT_PID=20 14:29:10 Running ssh-add (command line suppressed) 14:29:10 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_2954006679633286122.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_2954006679633286122.key) 14:29:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:29:11 + git semver bump pre 14:29:11 # -> Open(): unable to determine branch for HEAD 14:29:11 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.git 14:29:11 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_main 14:29:11 # $SEMVER_REMOTE_NAME = origin 14:29:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:29:11 # $SEMVER_USER_NAME = edgex-jenkins 14:29:11 # $SEMVER_BRANCH = main 14:29:11 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.semver 14:29:11 2.1.1-dev.19 [Pipeline] } 14:29:11 $ docker exec --env ******** --env ******** e54ad71a8180d3b31e632783bbcba208fea4595e96a6b658896fb8cb2476d0bd ssh-agent -k 14:29:11 unset SSH_AUTH_SOCK; 14:29:11 unset SSH_AGENT_PID; 14:29:11 echo Agent pid 20 killed; 14:29:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:29:11 + git semver [Pipeline] } 14:29:11 $ docker stop --time=1 e54ad71a8180d3b31e632783bbcba208fea4595e96a6b658896fb8cb2476d0bd 14:29:13 $ docker rm -f e54ad71a8180d3b31e632783bbcba208fea4595e96a6b658896fb8cb2476d0bd [Pipeline] // withDockerContainer [Pipeline] sh 14:29:13 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:29:13 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 14:29:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:29:13 . [Pipeline] withDockerContainer 14:29:13 prd-ubuntu20.04-docker-8c-8g-10455 does not seem to be running inside a container 14:29:13 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:29:14 $ docker top e3f17a2b49647858bf4aef1c3bf3d6e866eda92b1f48ea73fc6b9ac78ad13f57 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:29:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:29:14 [ssh-agent] Looking for ssh-agent implementation... 14:29:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:29:14 $ docker exec e3f17a2b49647858bf4aef1c3bf3d6e866eda92b1f48ea73fc6b9ac78ad13f57 ssh-agent 14:29:14 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXnCOPKn/agent.14 14:29:14 SSH_AGENT_PID=20 14:29:14 Running ssh-add (command line suppressed) 14:29:14 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_6108798222094613414.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_6108798222094613414.key) 14:29:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:29:15 + git semver push 14:29:15 # -> Open(): unable to determine branch for HEAD 14:29:15 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.git 14:29:15 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_main 14:29:15 # $SEMVER_REMOTE_NAME = origin 14:29:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:29:15 # $SEMVER_USER_NAME = edgex-jenkins 14:29:15 # $SEMVER_BRANCH = main 14:29:15 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.semver [Pipeline] } 14:29:17 $ docker exec --env ******** --env ******** e3f17a2b49647858bf4aef1c3bf3d6e866eda92b1f48ea73fc6b9ac78ad13f57 ssh-agent -k 14:29:17 unset SSH_AUTH_SOCK; 14:29:17 unset SSH_AGENT_PID; 14:29:17 echo Agent pid 20 killed; 14:29:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:29:18 + git semver [Pipeline] } 14:29:18 $ docker stop --time=1 e3f17a2b49647858bf4aef1c3bf3d6e866eda92b1f48ea73fc6b9ac78ad13f57 14:29:19 $ docker rm -f e3f17a2b49647858bf4aef1c3bf3d6e866eda92b1f48ea73fc6b9ac78ad13f57 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 14:29:20 + [ -d /w/workspace/edgexfoundry_edgex-ui-go_main/archives ] 14:29:20 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_main/archives 14:29:20 total 16 14:29:20 drwxr-xr-x 3 root root 4096 Apr 1 14:22 . 14:29:20 drwxrwxr-x 15 jenkins jenkins 4096 Apr 1 14:29 .. 14:29:20 drwxr-xr-x 2 root root 4096 Apr 1 14:22 cost 14:29:20 -rw-r--r-- 1 root root 81 Apr 1 14:22 cost.csv 14:29:20 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_main/archives 14:29:20 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_main/archives 14:29:20 total 16 14:29:20 drwxr-xr-x 3 jenkins jenkins 4096 Apr 1 14:22 . 14:29:20 drwxrwxr-x 15 jenkins jenkins 4096 Apr 1 14:29 .. 14:29:20 drwxr-xr-x 2 jenkins jenkins 4096 Apr 1 14:22 cost 14:29:20 -rw-r--r-- 1 jenkins jenkins 81 Apr 1 14:22 cost.csv [Pipeline] libraryResource [Pipeline] sh 14:29:20 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:29:21 ---> package-listing.sh 14:29:21 ++ facter osfamily 14:29:21 ++ tr '[:upper:]' '[:lower:]' 14:29:21 + OS_FAMILY=debian 14:29:21 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_main 14:29:21 + START_PACKAGES=/tmp/packages_start.txt 14:29:21 + END_PACKAGES=/tmp/packages_end.txt 14:29:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:29:21 + PACKAGES=/tmp/packages_start.txt 14:29:21 + '[' /w/workspace/edgexfoundry_edgex-ui-go_main ']' 14:29:21 + PACKAGES=/tmp/packages_end.txt 14:29:21 + case "${OS_FAMILY}" in 14:29:21 + dpkg -l 14:29:21 + grep '^ii' 14:29:21 + '[' -f /tmp/packages_start.txt ']' 14:29:21 + '[' -f /tmp/packages_end.txt ']' 14:29:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:29:21 + '[' /w/workspace/edgexfoundry_edgex-ui-go_main ']' 14:29:21 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_main/archives/ 14:29:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_main/archives/ [Pipeline] echo 14:29:21 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/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 14:29:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:29:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:29:22 . [Pipeline] withDockerContainer 14:29:22 prd-ubuntu20.04-docker-8c-8g-10455 does not seem to be running inside a container 14:29:22 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 14:29:22 $ docker top 9496568e51c75a0a57308e9adb2cabf9f9403c7fdff82920d9c61a3194e8cd03 -eo pid,comm [Pipeline] { [Pipeline] sh 14:29:23 + touch /tmp/pre-build-complete [Pipeline] sh 14:29:23 + mkdir -p /var/log/sysstat [Pipeline] sh 14:29:23 + ls /var/log/sa-host 14:29:23 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:29:24 provisioning config files... 14:29:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config4616199375082842497tmp [Pipeline] { [Pipeline] echo 14:29:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:29:24 ---> create-netrc.sh [Pipeline] } 14:29:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 14:29:24 ---> python-tools-install.sh [Pipeline] echo 14:29:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:29:25 ---> sudo-logs.sh 14:29:25 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:29:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:29:25 ---> job-cost.sh 14:29:25 lf-activate-venv: SKIPPING 14:29:25 DEBUG: total: 0.2199999988079071 14:29:25 INFO: Retrieving Stack Cost... 14:29:25 INFO: Retrieving Pricing Info for: v3-standard-8 14:29:26 INFO: Archiving Costs [Pipeline] echo 14:29:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:29:26 ---> logs-deploy.sh 14:29:26 lf-activate-venv: SKIPPING 14:29:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/main/57 14:29:26 INFO: archiving workspace using pattern(s): 14:29:27 Archives upload complete. 14:29:27 INFO: archiving logs to Nexus 14:29:28 ---> uname -a: 14:29:28 Linux prd-ubuntu20-04-docker-8c-8g-10455 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 14:29:28 14:29:28 14:29:28 ---> lscpu: 14:29:28 Architecture: x86_64 14:29:28 CPU op-mode(s): 32-bit, 64-bit 14:29:28 Byte Order: Little Endian 14:29:28 Address sizes: 40 bits physical, 48 bits virtual 14:29:28 CPU(s): 8 14:29:28 On-line CPU(s) list: 0-7 14:29:28 Thread(s) per core: 1 14:29:28 Core(s) per socket: 1 14:29:28 Socket(s): 8 14:29:28 NUMA node(s): 1 14:29:28 Vendor ID: AuthenticAMD 14:29:28 CPU family: 23 14:29:28 Model: 49 14:29:28 Model name: AMD EPYC-Rome Processor 14:29:28 Stepping: 0 14:29:28 CPU MHz: 2800.000 14:29:28 BogoMIPS: 5600.00 14:29:28 Virtualization: AMD-V 14:29:28 Hypervisor vendor: KVM 14:29:28 Virtualization type: full 14:29:28 L1d cache: 256 KiB 14:29:28 L1i cache: 256 KiB 14:29:28 L2 cache: 4 MiB 14:29:28 L3 cache: 128 MiB 14:29:28 NUMA node0 CPU(s): 0-7 14:29:28 Vulnerability Itlb multihit: Not affected 14:29:28 Vulnerability L1tf: Not affected 14:29:28 Vulnerability Mds: Not affected 14:29:28 Vulnerability Meltdown: Not affected 14:29:28 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:29:28 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 14:29:28 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 14:29:28 Vulnerability Srbds: Not affected 14:29:28 Vulnerability Tsx async abort: Not affected 14:29: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 rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 14:29:28 14:29:28 14:29:28 ---> nproc: 14:29:28 8 14:29:28 14:29:28