Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from dc1ad586098ce6d6ea7a257e3c77391c20aa389b 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-ssh46796286918286216.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh1467443705996117389.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.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/device-virtual-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11034552488010412214.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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 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-ssh2192249264276086982.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.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/device-virtual-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh16691608424539302598.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > 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 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:device-virtual-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: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-virtual DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-3937 in /w/workspace/exfoundry_device-virtual-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/device-virtual-go.git > git init /w/workspace/exfoundry_device-virtual-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-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/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision dc1ad586098ce6d6ea7a257e3c77391c20aa389b (main) Commit message: "Merge pull request #332 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.0.0-dev.12" > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-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 dc1ad586098ce6d6ea7a257e3c77391c20aa389b # timeout=10 > git rev-list --no-walk ade53ffbe9877a40e1a039c5ff5b29a5fd4a0d80 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-30T04:48:05.688Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-30T04:48:05.755Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-30T04:48:05.772Z] ========================================================= [2023-01-30T04:48:05.772Z] EdgeX Global Pipelines Version Info [2023-01-30T04:48:05.772Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-30T04:48:06.484Z] ------------------- [2023-01-30T04:48:06.484Z] stable info: [2023-01-30T04:48:06.484Z] ------------------- [2023-01-30T04:48:06.484Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-30T04:48:06.484Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-30T04:48:06.484Z] Message: update stable to v1.0.244 [2023-01-30T04:48:07.052Z] ------------------- [2023-01-30T04:48:07.052Z] experimental info: [2023-01-30T04:48:07.052Z] ------------------- [2023-01-30T04:48:07.052Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-30T04:48:07.052Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-30T04:48:07.052Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-30T04:48:07.209Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2023-01-30T04:48:07.218Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2023-01-30T04:48:07.231Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-30T04:48:07.245Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-30T04:48:07.256Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-30T04:48:07.267Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-30T04:48:07.281Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-30T04:48:07.292Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-01-30T04:48:07.303Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-30T04:48:07.318Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-30T04:48:07.330Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-30T04:48:07.341Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2023-01-30T04:48:07.352Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-30T04:48:07.420Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-30T04:48:07.428Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-30T04:48:07.436Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-30T04:48:07.444Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-01-30T04:48:07.452Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-01-30T04:48:07.460Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-30T04:48:07.468Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-30T04:48:07.477Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-01-30T04:48:07.492Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-01-30T04:48:07.506Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-01-30T04:48:07.520Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-01-30T04:48:07.531Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-01-30T04:48:07.544Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-30T04:48:07.554Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-30T04:48:07.568Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-01-30T04:48:07.587Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-01-30T04:48:07.598Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-01-30T04:48:07.612Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dc1ad586098ce6d6ea7a257e3c77391c20aa389b [Pipeline] echo [2023-01-30T04:48:07.624Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dc1ad58 [Pipeline] echo [2023-01-30T04:48:07.636Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-30T04:48:07.678Z] provisioning config files... [2023-01-30T04:48:07.693Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config305826058951240421tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-30T04:48:08.003Z] ---> docker-login.sh [2023-01-30T04:48:08.003Z] nexus3.edgexfoundry.org:10001 [2023-01-30T04:48:08.263Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T04:48:08.563Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T04:48:08.563Z] Configure a credential helper to remove this warning. See [2023-01-30T04:48:08.563Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T04:48:08.563Z] [2023-01-30T04:48:08.563Z] Login Succeeded [2023-01-30T04:48:08.563Z] nexus3.edgexfoundry.org:10002 [2023-01-30T04:48:08.563Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T04:48:08.563Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T04:48:08.563Z] Configure a credential helper to remove this warning. See [2023-01-30T04:48:08.563Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T04:48:08.563Z] [2023-01-30T04:48:08.563Z] Login Succeeded [2023-01-30T04:48:08.564Z] nexus3.edgexfoundry.org:10003 [2023-01-30T04:48:08.564Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T04:48:08.564Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T04:48:08.564Z] Configure a credential helper to remove this warning. See [2023-01-30T04:48:08.564Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T04:48:08.564Z] [2023-01-30T04:48:08.564Z] Login Succeeded [2023-01-30T04:48:08.564Z] nexus3.edgexfoundry.org:10004 [2023-01-30T04:48:08.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T04:48:08.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T04:48:08.829Z] Configure a credential helper to remove this warning. See [2023-01-30T04:48:08.829Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T04:48:08.829Z] [2023-01-30T04:48:08.829Z] Login Succeeded [2023-01-30T04:48:08.829Z] docker.io [2023-01-30T04:48:08.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T04:48:09.089Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T04:48:09.089Z] Configure a credential helper to remove this warning. See [2023-01-30T04:48:09.089Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T04:48:09.089Z] [2023-01-30T04:48:09.089Z] Login Succeeded [2023-01-30T04:48:09.089Z] ---> docker-login.sh ends [Pipeline] } [2023-01-30T04:48:09.098Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-30T04:48:09.465Z] + git rev-list -1 --merges dc1ad586098ce6d6ea7a257e3c77391c20aa389b~1..dc1ad586098ce6d6ea7a257e3c77391c20aa389b [Pipeline] echo [2023-01-30T04:48:09.508Z] -----------> git rev-list -1 --merges dc1ad586098ce6d6ea7a257e3c77391c20aa389b~1..dc1ad586098ce6d6ea7a257e3c77391c20aa389b dc1ad586098ce6d6ea7a257e3c77391c20aa389b [2023-01-30T04:48:09.508Z] dc1ad586098ce6d6ea7a257e3c77391c20aa389b [false] [Pipeline] sh [2023-01-30T04:48:09.799Z] + git log --format=format:%s -1 dc1ad586098ce6d6ea7a257e3c77391c20aa389b [Pipeline] echo [2023-01-30T04:48:09.815Z] ========================================================= [2023-01-30T04:48:09.815Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-30T04:48:09.815Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-30T04:48:10.139Z] + git log --format=format:%s -1 dc1ad586098ce6d6ea7a257e3c77391c20aa389b [Pipeline] echo [2023-01-30T04:48:10.152Z] [semverPrep] GIT_COMMIT: dc1ad586098ce6d6ea7a257e3c77391c20aa389b, Commit Message: Merge pull request #332 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.0.0-dev.12 [Pipeline] echo [2023-01-30T04:48:10.162Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-01-30T04:48:10.519Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-30T04:48:10.519Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-30T04:48:10.519Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-30T04:48:10.519Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-30T04:48:10.519Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-30T04:48:10.519Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-30T04:48:10.519Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:48:10.928Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-30T04:48:10.929Z] [2023-01-30T04:48:10.929Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:48:11.230Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-30T04:48:11.230Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-30T04:48:11.230Z] b85a868b505f: Pulling fs layer [2023-01-30T04:48:11.230Z] e2be974225ed: Pulling fs layer [2023-01-30T04:48:11.230Z] 339a4e72a1f5: Pulling fs layer [2023-01-30T04:48:11.230Z] 988bab9f4d93: Pulling fs layer [2023-01-30T04:48:11.230Z] 1469e6f7b9e6: Pulling fs layer [2023-01-30T04:48:11.230Z] eaf3925da568: Pulling fs layer [2023-01-30T04:48:11.230Z] bab4dde63d76: Pulling fs layer [2023-01-30T04:48:11.230Z] bde34c3a00c8: Pulling fs layer [2023-01-30T04:48:11.230Z] b352a97aabf1: Pulling fs layer [2023-01-30T04:48:11.230Z] 4872d77fe225: Pulling fs layer [2023-01-30T04:48:11.230Z] 5851b861e8e6: Pulling fs layer [2023-01-30T04:48:11.230Z] eaf3925da568: Waiting [2023-01-30T04:48:11.230Z] bde34c3a00c8: Waiting [2023-01-30T04:48:11.230Z] 1469e6f7b9e6: Waiting [2023-01-30T04:48:11.230Z] b352a97aabf1: Waiting [2023-01-30T04:48:11.230Z] 4872d77fe225: Waiting [2023-01-30T04:48:11.230Z] 5851b861e8e6: Waiting [2023-01-30T04:48:11.230Z] bab4dde63d76: Waiting [2023-01-30T04:48:11.230Z] e2be974225ed: Verifying Checksum [2023-01-30T04:48:11.230Z] e2be974225ed: Download complete [2023-01-30T04:48:11.230Z] 988bab9f4d93: Verifying Checksum [2023-01-30T04:48:11.230Z] 988bab9f4d93: Download complete [2023-01-30T04:48:11.497Z] 1469e6f7b9e6: Verifying Checksum [2023-01-30T04:48:11.497Z] 1469e6f7b9e6: Download complete [2023-01-30T04:48:11.497Z] eaf3925da568: Verifying Checksum [2023-01-30T04:48:11.497Z] eaf3925da568: Download complete [2023-01-30T04:48:11.757Z] 339a4e72a1f5: Verifying Checksum [2023-01-30T04:48:11.757Z] 339a4e72a1f5: Download complete [2023-01-30T04:48:11.757Z] bde34c3a00c8: Verifying Checksum [2023-01-30T04:48:11.757Z] bde34c3a00c8: Download complete [2023-01-30T04:48:11.757Z] b352a97aabf1: Download complete [2023-01-30T04:48:11.757Z] 4872d77fe225: Verifying Checksum [2023-01-30T04:48:11.757Z] 4872d77fe225: Download complete [2023-01-30T04:48:11.757Z] b85a868b505f: Verifying Checksum [2023-01-30T04:48:11.757Z] b85a868b505f: Download complete [2023-01-30T04:48:11.757Z] 5851b861e8e6: Verifying Checksum [2023-01-30T04:48:11.757Z] 5851b861e8e6: Download complete [2023-01-30T04:48:12.325Z] bab4dde63d76: Verifying Checksum [2023-01-30T04:48:12.325Z] bab4dde63d76: Download complete [2023-01-30T04:48:13.261Z] b85a868b505f: Pull complete [2023-01-30T04:48:13.261Z] e2be974225ed: Pull complete [2023-01-30T04:48:13.833Z] 339a4e72a1f5: Pull complete [2023-01-30T04:48:13.833Z] 988bab9f4d93: Pull complete [2023-01-30T04:48:14.092Z] 1469e6f7b9e6: Pull complete [2023-01-30T04:48:14.092Z] eaf3925da568: Pull complete [2023-01-30T04:48:15.995Z] bab4dde63d76: Pull complete [2023-01-30T04:48:15.995Z] bde34c3a00c8: Pull complete [2023-01-30T04:48:16.264Z] b352a97aabf1: Pull complete [2023-01-30T04:48:16.264Z] 4872d77fe225: Pull complete [2023-01-30T04:48:16.264Z] 5851b861e8e6: Pull complete [2023-01-30T04:48:16.264Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-30T04:48:16.264Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-30T04:48:16.264Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T04:48:16.365Z] prd-ubuntu20.04-docker-8c-8g-3937 does not seem to be running inside a container [2023-01-30T04:48:16.376Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-30T04:48:18.489Z] $ docker top 30263417097c76379261f6f550284257f3e29bcff96ec0e1f3310049b6b93c27 -eo pid,comm [2023-01-30T04:48:18.563Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-30T04:48:18.563Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-30T04:48:18.602Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-30T04:48:18.602Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-30T04:48:18.720Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-30T04:48:18.706Z] $ docker exec 30263417097c76379261f6f550284257f3e29bcff96ec0e1f3310049b6b93c27 ssh-agent [2023-01-30T04:48:18.831Z] SSH_AUTH_SOCK=/tmp/ssh-FeyKTZMxN4KN/agent.33 [2023-01-30T04:48:18.831Z] SSH_AGENT_PID=39 [2023-01-30T04:48:18.838Z] Running ssh-add (command line suppressed) [2023-01-30T04:48:18.929Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_2072664251074183207.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_2072664251074183207.key) [2023-01-30T04:48:18.967Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-30T04:48:19.252Z] + git tag --points-at HEAD [Pipeline] } [2023-01-30T04:48:19.253Z] $ docker exec --env ******** --env ******** 30263417097c76379261f6f550284257f3e29bcff96ec0e1f3310049b6b93c27 ssh-agent -k [2023-01-30T04:48:19.381Z] unset SSH_AUTH_SOCK; [2023-01-30T04:48:19.381Z] unset SSH_AGENT_PID; [2023-01-30T04:48:19.381Z] echo Agent pid 39 killed; [2023-01-30T04:48:19.416Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-30T04:48:19.442Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-30T04:48:19.442Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-30T04:48:19.564Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-30T04:48:19.550Z] $ docker exec 30263417097c76379261f6f550284257f3e29bcff96ec0e1f3310049b6b93c27 ssh-agent [2023-01-30T04:48:19.686Z] SSH_AUTH_SOCK=/tmp/ssh-9NFjBizSNAnU/agent.71 [2023-01-30T04:48:19.686Z] SSH_AGENT_PID=77 [2023-01-30T04:48:19.691Z] Running ssh-add (command line suppressed) [2023-01-30T04:48:19.785Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_15350842603686132875.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_15350842603686132875.key) [2023-01-30T04:48:19.816Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-30T04:48:20.105Z] + git semver init [2023-01-30T04:48:20.364Z] 2023-01-30 04:48:20,288 [run_init] DEBUG init version:0.0.0 force:False [2023-01-30T04:48:20.364Z] 2023-01-30 04:48:20,289 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver [2023-01-30T04:48:20.364Z] 2023-01-30 04:48:20,290 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver [2023-01-30T04:48:20.364Z] 2023-01-30 04:48:20,290 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/exfoundry_device-virtual-go_main/.semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) [2023-01-30T04:48:21.745Z] 2023-01-30 04:48:21,340 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude [2023-01-30T04:48:21.745Z] 2023-01-30 04:48:21,342 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False [2023-01-30T04:48:21.745Z] 2023-01-30 04:48:21,343 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-01-30T04:48:21.745Z] 2023-01-30 04:48:21,343 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-01-30T04:48:21.745Z] 3.0.0-dev.6 [Pipeline] } [2023-01-30T04:48:21.741Z] $ docker exec --env ******** --env ******** 30263417097c76379261f6f550284257f3e29bcff96ec0e1f3310049b6b93c27 ssh-agent -k [2023-01-30T04:48:21.847Z] unset SSH_AUTH_SOCK; [2023-01-30T04:48:21.847Z] unset SSH_AGENT_PID; [2023-01-30T04:48:21.847Z] echo Agent pid 77 killed; [2023-01-30T04:48:21.873Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-30T04:48:22.170Z] + git semver [Pipeline] } [2023-01-30T04:48:22.430Z] $ docker stop --time=1 30263417097c76379261f6f550284257f3e29bcff96ec0e1f3310049b6b93c27 [2023-01-30T04:48:23.780Z] $ docker rm -f --volumes 30263417097c76379261f6f550284257f3e29bcff96ec0e1f3310049b6b93c27 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-30T04:48:24.125Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-30T04:48:24.343Z] Stashed 1 file(s) [Pipeline] echo [2023-01-30T04:48:24.346Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.6 [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 [2023-01-30T04:48:24.462Z] provisioning config files... [2023-01-30T04:48:24.470Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config10320600875707740277tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-30T04:48:24.765Z] ---> docker-login.sh [2023-01-30T04:48:24.765Z] nexus3.edgexfoundry.org:10001 [2023-01-30T04:48:24.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T04:48:24.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T04:48:24.765Z] Configure a credential helper to remove this warning. See [2023-01-30T04:48:24.765Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T04:48:24.765Z] [2023-01-30T04:48:24.765Z] Login Succeeded [2023-01-30T04:48:24.765Z] nexus3.edgexfoundry.org:10002 [2023-01-30T04:48:24.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T04:48:24.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T04:48:24.765Z] Configure a credential helper to remove this warning. See [2023-01-30T04:48:24.765Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T04:48:24.765Z] [2023-01-30T04:48:24.765Z] Login Succeeded [2023-01-30T04:48:24.765Z] nexus3.edgexfoundry.org:10003 [2023-01-30T04:48:25.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T04:48:25.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T04:48:25.025Z] Configure a credential helper to remove this warning. See [2023-01-30T04:48:25.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T04:48:25.025Z] [2023-01-30T04:48:25.025Z] Login Succeeded [2023-01-30T04:48:25.025Z] nexus3.edgexfoundry.org:10004 [2023-01-30T04:48:25.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T04:48:25.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T04:48:25.025Z] Configure a credential helper to remove this warning. See [2023-01-30T04:48:25.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T04:48:25.025Z] [2023-01-30T04:48:25.025Z] Login Succeeded [2023-01-30T04:48:25.025Z] docker.io [2023-01-30T04:48:25.287Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T04:48:25.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T04:48:25.549Z] Configure a credential helper to remove this warning. See [2023-01-30T04:48:25.549Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T04:48:25.549Z] [2023-01-30T04:48:25.549Z] Login Succeeded [2023-01-30T04:48:25.549Z] ---> docker-login.sh ends [Pipeline] } [2023-01-30T04:48:25.559Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-30T04:48:25.631Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-30T04:48:25.644Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-30T04:48:25.651Z] ========================================================= [2023-01-30T04:48:25.651Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-30T04:48:25.651Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:48:26.040Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-01-30T04:48:26.040Z] Sending build context to Docker daemon 23.32MB [2023-01-30T04:48:26.040Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-01-30T04:48:26.040Z] Step 2/12 : FROM ${BASE} AS builder [2023-01-30T04:48:26.300Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-30T04:48:26.300Z] 213ec9aee27d: Pulling fs layer [2023-01-30T04:48:26.300Z] 4583459ba037: Pulling fs layer [2023-01-30T04:48:26.300Z] 93c1e223e6f2: Pulling fs layer [2023-01-30T04:48:26.300Z] 53926ce57604: Pulling fs layer [2023-01-30T04:48:26.300Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-30T04:48:26.300Z] 22ff95d597cd: Pulling fs layer [2023-01-30T04:48:26.300Z] 12d6caf4c0d1: Pulling fs layer [2023-01-30T04:48:26.300Z] 96b7cbca73a9: Pulling fs layer [2023-01-30T04:48:26.300Z] a7acece74701: Pulling fs layer [2023-01-30T04:48:26.300Z] 53926ce57604: Waiting [2023-01-30T04:48:26.300Z] 21b2b0c7a3f4: Waiting [2023-01-30T04:48:26.300Z] 22ff95d597cd: Waiting [2023-01-30T04:48:26.300Z] 12d6caf4c0d1: Waiting [2023-01-30T04:48:26.300Z] 96b7cbca73a9: Waiting [2023-01-30T04:48:26.300Z] a7acece74701: Waiting [2023-01-30T04:48:26.300Z] 93c1e223e6f2: Download complete [2023-01-30T04:48:26.300Z] 4583459ba037: Download complete [2023-01-30T04:48:26.300Z] 21b2b0c7a3f4: Verifying Checksum [2023-01-30T04:48:26.300Z] 21b2b0c7a3f4: Download complete [2023-01-30T04:48:26.300Z] 22ff95d597cd: Verifying Checksum [2023-01-30T04:48:26.300Z] 22ff95d597cd: Download complete [2023-01-30T04:48:26.300Z] 213ec9aee27d: Verifying Checksum [2023-01-30T04:48:26.300Z] 213ec9aee27d: Download complete [2023-01-30T04:48:26.300Z] 12d6caf4c0d1: Verifying Checksum [2023-01-30T04:48:26.300Z] 12d6caf4c0d1: Download complete [2023-01-30T04:48:26.566Z] 213ec9aee27d: Pull complete [2023-01-30T04:48:26.566Z] 4583459ba037: Pull complete [2023-01-30T04:48:26.566Z] 93c1e223e6f2: Pull complete [2023-01-30T04:48:28.072Z] a7acece74701: Verifying Checksum [2023-01-30T04:48:28.072Z] a7acece74701: Download complete [2023-01-30T04:48:28.072Z] 53926ce57604: Verifying Checksum [2023-01-30T04:48:28.072Z] 53926ce57604: Download complete [2023-01-30T04:48:28.072Z] 96b7cbca73a9: Verifying Checksum [2023-01-30T04:48:28.072Z] 96b7cbca73a9: Download complete [2023-01-30T04:48:32.281Z] 53926ce57604: Pull complete [2023-01-30T04:48:32.281Z] 21b2b0c7a3f4: Pull complete [2023-01-30T04:48:32.281Z] 22ff95d597cd: Pull complete [2023-01-30T04:48:32.281Z] 12d6caf4c0d1: Pull complete [2023-01-30T04:48:34.183Z] 96b7cbca73a9: Pull complete [2023-01-30T04:48:34.747Z] a7acece74701: Pull complete [2023-01-30T04:48:34.747Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-30T04:48:34.747Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-30T04:48:34.747Z] ---> db6d94c90886 [2023-01-30T04:48:34.747Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-01-30T04:48:38.031Z] ---> Running in 99bed73f5808 [2023-01-30T04:48:38.031Z] Removing intermediate container 99bed73f5808 [2023-01-30T04:48:38.031Z] ---> 62f3202cd8dc [2023-01-30T04:48:38.031Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-01-30T04:48:38.031Z] ---> Running in f8c5d4e11768 [2023-01-30T04:48:38.031Z] Removing intermediate container f8c5d4e11768 [2023-01-30T04:48:38.031Z] ---> a264db5e4093 [2023-01-30T04:48:38.031Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-01-30T04:48:38.031Z] ---> Running in 60c00dd792b8 [2023-01-30T04:48:38.031Z] Removing intermediate container 60c00dd792b8 [2023-01-30T04:48:38.031Z] ---> bb6446b306c3 [2023-01-30T04:48:38.031Z] Step 6/12 : WORKDIR /device-virtual-go [2023-01-30T04:48:38.292Z] ---> Running in a49ce0a255db [2023-01-30T04:48:38.292Z] Removing intermediate container a49ce0a255db [2023-01-30T04:48:38.292Z] ---> 477a92a5405f [2023-01-30T04:48:38.292Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-30T04:48:38.292Z] ---> Running in 54c7fbb751e8 [2023-01-30T04:48:38.550Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-30T04:48:38.810Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-30T04:48:39.069Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-01-30T04:48:39.069Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-01-30T04:48:39.069Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-01-30T04:48:39.069Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-01-30T04:48:39.069Z] Executing busybox-1.35.0-r17.trigger [2023-01-30T04:48:39.069Z] OK: 216 MiB in 55 packages [2023-01-30T04:48:39.428Z] Still waiting to schedule task [2023-01-30T04:48:39.429Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-01-30T04:48:39.637Z] Removing intermediate container 54c7fbb751e8 [2023-01-30T04:48:39.637Z] ---> 92d0bac3e863 [2023-01-30T04:48:39.637Z] Step 8/12 : COPY go.mod vendor* ./ [2023-01-30T04:48:39.637Z] ---> fd63a5fc5401 [2023-01-30T04:48:39.637Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T04:48:39.637Z] ---> Running in 8c13da6de860 [2023-01-30T04:49:26.327Z] Removing intermediate container 8c13da6de860 [2023-01-30T04:49:26.327Z] ---> 5bd0c95cf649 [2023-01-30T04:49:26.327Z] Step 10/12 : COPY . . [2023-01-30T04:49:26.327Z] ---> 00a07d56b5f6 [2023-01-30T04:49:26.327Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-30T04:49:26.327Z] ---> Running in e49a877884a4 [2023-01-30T04:49:26.327Z] Removing intermediate container e49a877884a4 [2023-01-30T04:49:26.327Z] ---> 98aca1338073 [2023-01-30T04:49:26.327Z] Step 12/12 : RUN $MAKE [2023-01-30T04:49:26.327Z] ---> Running in 8339ff891c7d [2023-01-30T04:49:26.327Z] noop [2023-01-30T04:49:26.327Z] Removing intermediate container 8339ff891c7d [2023-01-30T04:49:26.327Z] ---> c851dd24865d [2023-01-30T04:49:26.327Z] Successfully built c851dd24865d [2023-01-30T04:49:26.327Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:49:26.645Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-30T04:49:26.645Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T04:49:26.706Z] prd-ubuntu20.04-docker-8c-8g-3937 does not seem to be running inside a container [2023-01-30T04:49:26.736Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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 ******** -e ******** ci-base-image-x86_64 cat [2023-01-30T04:49:27.056Z] $ docker top 907f4f426b2f4fa7f6286c392c2438667f926b8414db99eb369da2f400a64dd2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-30T04:49:27.393Z] + go version [2023-01-30T04:49:27.393Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-30T04:49:27.407Z] $ docker stop --time=1 907f4f426b2f4fa7f6286c392c2438667f926b8414db99eb369da2f400a64dd2 [2023-01-30T04:49:28.698Z] $ docker rm -f --volumes 907f4f426b2f4fa7f6286c392c2438667f926b8414db99eb369da2f400a64dd2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:49:29.088Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-30T04:49:29.088Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T04:49:29.156Z] prd-ubuntu20.04-docker-8c-8g-3937 does not seem to be running inside a container [2023-01-30T04:49:29.189Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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 ******** -e ******** ci-base-image-x86_64 cat [2023-01-30T04:49:29.475Z] $ docker top 68abde1376dabc41c30b7029207461a61e0c7f6e49ab6d68be014a69969b51e0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-30T04:49:29.803Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh [2023-01-30T04:49:30.095Z] + make test [2023-01-30T04:49:30.095Z] go test ./... -coverprofile=coverage.out [2023-01-30T04:49:30.353Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-01-30T04:49:40.313Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-01-30T04:49:40.313Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.041s coverage: 65.7% of statements [2023-01-30T04:49:46.874Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-01-30T04:49:46.874Z] go vet ./... [2023-01-30T04:49:48.768Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-30T04:49:48.768Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-30T04:49:48.768Z] ./bin/test-attribution-txt.sh [2023-01-30T04:49:49.027Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-01-30T04:49:49.027Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-01-30T04:49:49.036Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-30T04:49:49.049Z] $ docker stop --time=1 68abde1376dabc41c30b7029207461a61e0c7f6e49ab6d68be014a69969b51e0 [2023-01-30T04:49:50.933Z] $ docker rm -f --volumes 68abde1376dabc41c30b7029207461a61e0c7f6e49ab6d68be014a69969b51e0 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-30T04:49:51.358Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-30T04:49:51.415Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-01-30T04:49:51.944Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-30T04:49:52.234Z] + ls -al . [2023-01-30T04:49:52.234Z] total 196 [2023-01-30T04:49:52.234Z] drwxrwxr-x 9 jenkins jenkins 4096 Jan 30 04:49 . [2023-01-30T04:49:52.234Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 30 04:48 .. [2023-01-30T04:49:52.234Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 30 04:49 .git [2023-01-30T04:49:52.234Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 30 04:48 .github [2023-01-30T04:49:52.234Z] -rw-rw-r-- 1 jenkins jenkins 337 Jan 30 04:48 .gitignore [2023-01-30T04:49:52.234Z] -rw-rw-r-- 1 jenkins jenkins 41 Jan 30 04:48 .golangci.yml [2023-01-30T04:49:52.234Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 30 04:48 .semver [2023-01-30T04:49:52.234Z] -rw-rw-r-- 1 jenkins jenkins 8423 Jan 30 04:48 Attribution.txt [2023-01-30T04:49:52.234Z] -rw-rw-r-- 1 jenkins jenkins 11367 Jan 30 04:48 CHANGELOG.md [2023-01-30T04:49:52.234Z] -rw-rw-r-- 1 jenkins jenkins 1646 Jan 30 04:48 Dockerfile [2023-01-30T04:49:52.234Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 30 04:48 GOVERNANCE.md [2023-01-30T04:49:52.234Z] -rw-rw-r-- 1 jenkins jenkins 660 Jan 30 04:48 Jenkinsfile [2023-01-30T04:49:52.234Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jan 30 04:48 LICENSE [2023-01-30T04:49:52.234Z] -rw-rw-r-- 1 jenkins jenkins 1661 Jan 30 04:48 Makefile [2023-01-30T04:49:52.234Z] -rw-rw-r-- 1 jenkins jenkins 623 Jan 30 04:48 OWNERS.md [2023-01-30T04:49:52.234Z] -rw-rw-r-- 1 jenkins jenkins 3578 Jan 30 04:48 README.md [2023-01-30T04:49:52.234Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 30 04:48 VERSION [2023-01-30T04:49:52.234Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 30 04:48 bin [2023-01-30T04:49:52.234Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 30 04:48 cmd [2023-01-30T04:49:52.234Z] -rw-r--r-- 1 jenkins jenkins 44128 Jan 30 04:49 coverage.out [2023-01-30T04:49:52.234Z] -rw-rw-r-- 1 jenkins jenkins 3306 Jan 30 04:48 go.mod [2023-01-30T04:49:52.234Z] -rw-rw-r-- 1 jenkins jenkins 34165 Jan 30 04:48 go.sum [2023-01-30T04:49:52.234Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 30 04:48 internal [2023-01-30T04:49:52.234Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 30 04:48 snap [2023-01-30T04:49:52.234Z] -rw-rw-r-- 1 jenkins jenkins 235 Jan 30 04:48 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:49:52.566Z] + docker build -t device-virtual -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=dc1ad586098ce6d6ea7a257e3c77391c20aa389b --label arch=amd64 --label version=3.0.0-dev.6 . [2023-01-30T04:49:52.566Z] Sending build context to Docker daemon 23.37MB [2023-01-30T04:49:52.566Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2023-01-30T04:49:52.566Z] Step 2/25 : FROM ${BASE} AS builder [2023-01-30T04:49:52.566Z] ---> c851dd24865d [2023-01-30T04:49:52.566Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-01-30T04:49:52.824Z] ---> Running in 16ce166ad7d3 [2023-01-30T04:49:52.824Z] Removing intermediate container 16ce166ad7d3 [2023-01-30T04:49:52.824Z] ---> 0c1dc900cf9f [2023-01-30T04:49:52.824Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-01-30T04:49:52.824Z] ---> Running in 08261ff1bbc3 [2023-01-30T04:49:52.824Z] Removing intermediate container 08261ff1bbc3 [2023-01-30T04:49:52.824Z] ---> c20f4d137ed0 [2023-01-30T04:49:52.824Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-01-30T04:49:52.824Z] ---> Running in 28bf50d846b3 [2023-01-30T04:49:53.083Z] Removing intermediate container 28bf50d846b3 [2023-01-30T04:49:53.083Z] ---> d1e0e5fa13e4 [2023-01-30T04:49:53.083Z] Step 6/25 : WORKDIR /device-virtual-go [2023-01-30T04:49:53.083Z] ---> Running in a916a5bec81f [2023-01-30T04:49:53.083Z] Removing intermediate container a916a5bec81f [2023-01-30T04:49:53.083Z] ---> 347797026fce [2023-01-30T04:49:53.083Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-30T04:49:53.083Z] ---> Running in 265f8b76bfec [2023-01-30T04:49:53.344Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-30T04:49:53.603Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-30T04:49:53.863Z] OK: 216 MiB in 55 packages [2023-01-30T04:49:54.122Z] Removing intermediate container 265f8b76bfec [2023-01-30T04:49:54.122Z] ---> 2773c6620048 [2023-01-30T04:49:54.122Z] Step 8/25 : COPY go.mod vendor* ./ [2023-01-30T04:49:54.122Z] ---> 23d86373de9c [2023-01-30T04:49:54.122Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T04:49:54.122Z] ---> Running in b02514d8d09a [2023-01-30T04:49:55.061Z] Removing intermediate container b02514d8d09a [2023-01-30T04:49:55.061Z] ---> 83ba626855bb [2023-01-30T04:49:55.061Z] Step 10/25 : COPY . . [2023-01-30T04:49:55.637Z] ---> 70f1dc528028 [2023-01-30T04:49:55.637Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-30T04:49:55.637Z] ---> Running in 9f01b5c57c76 [2023-01-30T04:49:55.637Z] Removing intermediate container 9f01b5c57c76 [2023-01-30T04:49:55.637Z] ---> 3a9ecb2bd28d [2023-01-30T04:49:55.637Z] Step 12/25 : RUN $MAKE [2023-01-30T04:49:55.637Z] ---> Running in 5aa1e800288b [2023-01-30T04:49:55.896Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [2023-01-30T04:50:12.286Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3939 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws [2023-01-30T04:50:12.298Z] Running in /w/workspace/device-virtual-go/77 [Pipeline] { [Pipeline] checkout [2023-01-30T04:50:12.335Z] The recommended git tool is: git [2023-01-30T04:50:14.231Z] Removing intermediate container 5aa1e800288b [2023-01-30T04:50:14.231Z] ---> af2edb84ef44 [2023-01-30T04:50:14.231Z] Step 13/25 : FROM alpine:3.16 [2023-01-30T04:50:14.231Z] 3.16: Pulling from library/alpine [2023-01-30T04:50:14.231Z] ca7dd9ec2225: Pulling fs layer [2023-01-30T04:50:14.231Z] ca7dd9ec2225: Verifying Checksum [2023-01-30T04:50:14.231Z] ca7dd9ec2225: Download complete [2023-01-30T04:50:14.231Z] ca7dd9ec2225: Pull complete [2023-01-30T04:50:14.231Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-30T04:50:14.231Z] Status: Downloaded newer image for alpine:3.16 [2023-01-30T04:50:14.231Z] ---> bfe296a52501 [2023-01-30T04:50:14.231Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-01-30T04:50:14.231Z] ---> Running in bf4dd91ec4e4 [2023-01-30T04:50:14.231Z] Removing intermediate container bf4dd91ec4e4 [2023-01-30T04:50:14.231Z] ---> 1a35497372c0 [2023-01-30T04:50:14.231Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-01-30T04:50:14.231Z] ---> Running in c1f34d98bda5 [2023-01-30T04:50:14.231Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-30T04:50:14.231Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-30T04:50:14.231Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-30T04:50:14.231Z] Executing busybox-1.35.0-r17.trigger [2023-01-30T04:50:14.231Z] OK: 6 MiB in 15 packages [2023-01-30T04:50:14.494Z] Removing intermediate container c1f34d98bda5 [2023-01-30T04:50:14.494Z] ---> 6c2774683cb4 [2023-01-30T04:50:14.494Z] Step 16/25 : WORKDIR / [2023-01-30T04:50:14.494Z] ---> Running in 0a6acbc1a9e3 [2023-01-30T04:50:14.494Z] Removing intermediate container 0a6acbc1a9e3 [2023-01-30T04:50:14.494Z] ---> ad4b2033b987 [2023-01-30T04:50:14.494Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-01-30T04:50:14.494Z] ---> d87f15742b8f [2023-01-30T04:50:14.494Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-01-30T04:50:14.751Z] ---> c2d0b803cb17 [2023-01-30T04:50:14.751Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-01-30T04:50:15.320Z] ---> aef5829a92f5 [2023-01-30T04:50:15.320Z] Step 20/25 : EXPOSE 59900 [2023-01-30T04:50:15.320Z] ---> Running in 323aad198473 [2023-01-30T04:50:15.320Z] Removing intermediate container 323aad198473 [2023-01-30T04:50:15.320Z] ---> 0cd9f0495c44 [2023-01-30T04:50:15.320Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-01-30T04:50:15.320Z] ---> Running in a489b9c94823 [2023-01-30T04:50:15.577Z] Removing intermediate container a489b9c94823 [2023-01-30T04:50:15.577Z] ---> b00dae85edc0 [2023-01-30T04:50:15.578Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-30T04:50:15.578Z] ---> Running in dcb67af03c15 [2023-01-30T04:50:15.578Z] Removing intermediate container dcb67af03c15 [2023-01-30T04:50:15.578Z] ---> 9079279108de [2023-01-30T04:50:15.578Z] Step 23/25 : LABEL arch=amd64 [2023-01-30T04:50:15.578Z] ---> Running in 1b7013b0554e [2023-01-30T04:50:15.578Z] Removing intermediate container 1b7013b0554e [2023-01-30T04:50:15.578Z] ---> a4f3f237e314 [2023-01-30T04:50:15.578Z] Step 24/25 : LABEL git_sha=dc1ad586098ce6d6ea7a257e3c77391c20aa389b [2023-01-30T04:50:15.578Z] ---> Running in 605db67d42e0 [2023-01-30T04:50:15.835Z] Removing intermediate container 605db67d42e0 [2023-01-30T04:50:15.835Z] ---> 147e5c1882af [2023-01-30T04:50:15.835Z] Step 25/25 : LABEL version=3.0.0-dev.6 [2023-01-30T04:50:15.835Z] ---> Running in 4a7db43aed0f [2023-01-30T04:50:15.835Z] Removing intermediate container 4a7db43aed0f [2023-01-30T04:50:15.835Z] ---> fe826ca2b128 [2023-01-30T04:50:15.835Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-30T04:50:15.835Z] Successfully built fe826ca2b128 [2023-01-30T04:50:15.835Z] Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-30T04:50:15.943Z] provisioning config files... [2023-01-30T04:50:15.950Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config7527142614696851243tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-30T04:50:16.245Z] ---> docker-login.sh [2023-01-30T04:50:16.245Z] nexus3.edgexfoundry.org:10001 [2023-01-30T04:50:16.245Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T04:50:16.245Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T04:50:16.245Z] Configure a credential helper to remove this warning. See [2023-01-30T04:50:16.245Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T04:50:16.245Z] [2023-01-30T04:50:16.245Z] Login Succeeded [2023-01-30T04:50:16.245Z] nexus3.edgexfoundry.org:10002 [2023-01-30T04:50:16.245Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T04:50:16.245Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T04:50:16.245Z] Configure a credential helper to remove this warning. See [2023-01-30T04:50:16.245Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T04:50:16.245Z] [2023-01-30T04:50:16.245Z] Login Succeeded [2023-01-30T04:50:16.245Z] nexus3.edgexfoundry.org:10003 [2023-01-30T04:50:16.505Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T04:50:16.505Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T04:50:16.505Z] Configure a credential helper to remove this warning. See [2023-01-30T04:50:16.505Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T04:50:16.505Z] [2023-01-30T04:50:16.505Z] Login Succeeded [2023-01-30T04:50:16.505Z] nexus3.edgexfoundry.org:10004 [2023-01-30T04:50:16.505Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T04:50:16.505Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T04:50:16.505Z] Configure a credential helper to remove this warning. See [2023-01-30T04:50:16.505Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T04:50:16.505Z] [2023-01-30T04:50:16.505Z] Login Succeeded [2023-01-30T04:50:16.505Z] docker.io [2023-01-30T04:50:16.505Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T04:50:16.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T04:50:16.770Z] Configure a credential helper to remove this warning. See [2023-01-30T04:50:16.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T04:50:16.770Z] [2023-01-30T04:50:16.770Z] Login Succeeded [2023-01-30T04:50:16.770Z] ---> docker-login.sh ends [Pipeline] } [2023-01-30T04:50:16.777Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T04:50:16.809Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-30T04:50:16.831Z] [edgeXDocker.push] Tagging docker image device-virtual with the following tags: [2023-01-30T04:50:16.831Z] dc1ad586098ce6d6ea7a257e3c77391c20aa389b [2023-01-30T04:50:16.831Z] latest [2023-01-30T04:50:16.831Z] 3.0.0-dev.6 [2023-01-30T04:50:16.831Z] dc1ad586098ce6d6ea7a257e3c77391c20aa389b-3.0.0-dev.6 [2023-01-30T04:50:16.831Z] main [2023-01-30T04:50:16.831Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:50:17.143Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:dc1ad586098ce6d6ea7a257e3c77391c20aa389b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:50:17.278Z] using credential edgex-jenkins-ssh [2023-01-30T04:50:17.293Z] Cloning the remote Git repository [2023-01-30T04:50:17.332Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2023-01-30T04:50:17.451Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:dc1ad586098ce6d6ea7a257e3c77391c20aa389b [2023-01-30T04:50:17.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-01-30T04:50:17.451Z] 9f451b7f26e0: Preparing [2023-01-30T04:50:17.451Z] b917cc6c2a4a: Preparing [2023-01-30T04:50:17.451Z] 25d3c012e102: Preparing [2023-01-30T04:50:17.451Z] a0003bc2d246: Preparing [2023-01-30T04:50:17.451Z] e5e13b0c77cb: Preparing [2023-01-30T04:50:17.451Z] e5e13b0c77cb: Layer already exists [2023-01-30T04:50:17.451Z] a0003bc2d246: Pushed [2023-01-30T04:50:17.451Z] 25d3c012e102: Pushed [2023-01-30T04:50:17.451Z] b917cc6c2a4a: Pushed [2023-01-30T04:50:17.404Z] > git init /w/workspace/device-virtual-go/77 # timeout=10 [2023-01-30T04:50:17.540Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-01-30T04:50:17.540Z] > git --version # timeout=10 [2023-01-30T04:50:17.558Z] > git --version # 'git version 2.25.1' [2023-01-30T04:50:17.560Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-30T04:50:17.614Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-30T04:50:19.706Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-01-30T04:50:19.736Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-30T04:50:19.982Z] 9f451b7f26e0: Pushed [2023-01-30T04:50:19.982Z] dc1ad586098ce6d6ea7a257e3c77391c20aa389b: digest: sha256:9f8a00110858e2909a50320f63e7fb626fca94c800295d80a52e65e768b7c4f5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:50:20.290Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:50:20.526Z] Avoid second fetch [2023-01-30T04:50:20.526Z] Checking out Revision dc1ad586098ce6d6ea7a257e3c77391c20aa389b (main) [2023-01-30T04:50:20.591Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest [2023-01-30T04:50:20.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-01-30T04:50:20.591Z] 9f451b7f26e0: Preparing [2023-01-30T04:50:20.591Z] b917cc6c2a4a: Preparing [2023-01-30T04:50:20.591Z] 25d3c012e102: Preparing [2023-01-30T04:50:20.591Z] a0003bc2d246: Preparing [2023-01-30T04:50:20.591Z] e5e13b0c77cb: Preparing [2023-01-30T04:50:20.591Z] b917cc6c2a4a: Layer already exists [2023-01-30T04:50:20.591Z] e5e13b0c77cb: Layer already exists [2023-01-30T04:50:20.591Z] 25d3c012e102: Layer already exists [2023-01-30T04:50:20.591Z] 9f451b7f26e0: Layer already exists [2023-01-30T04:50:20.591Z] a0003bc2d246: Layer already exists [2023-01-30T04:50:20.591Z] latest: digest: sha256:9f8a00110858e2909a50320f63e7fb626fca94c800295d80a52e65e768b7c4f5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:50:20.899Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:50:21.014Z] Commit message: "Merge pull request #332 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.0.0-dev.12" [2023-01-30T04:50:20.539Z] > git config core.sparsecheckout # timeout=10 [2023-01-30T04:50:20.555Z] > git checkout -f dc1ad586098ce6d6ea7a257e3c77391c20aa389b # timeout=10 [2023-01-30T04:50:21.201Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.6 [2023-01-30T04:50:21.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-01-30T04:50:21.201Z] 9f451b7f26e0: Preparing [2023-01-30T04:50:21.201Z] b917cc6c2a4a: Preparing [2023-01-30T04:50:21.201Z] 25d3c012e102: Preparing [2023-01-30T04:50:21.201Z] a0003bc2d246: Preparing [2023-01-30T04:50:21.201Z] e5e13b0c77cb: Preparing [2023-01-30T04:50:21.201Z] a0003bc2d246: Layer already exists [2023-01-30T04:50:21.201Z] 25d3c012e102: Layer already exists [2023-01-30T04:50:21.201Z] e5e13b0c77cb: Layer already exists [2023-01-30T04:50:21.201Z] b917cc6c2a4a: Layer already exists [2023-01-30T04:50:21.201Z] 9f451b7f26e0: Layer already exists [2023-01-30T04:50:21.201Z] 3.0.0-dev.6: digest: sha256:9f8a00110858e2909a50320f63e7fb626fca94c800295d80a52e65e768b7c4f5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-30T04:50:21.513Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:dc1ad586098ce6d6ea7a257e3c77391c20aa389b-3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:50:21.801Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-30T04:50:21.801Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-30T04:50:21.801Z] Dload Upload Total Spent Left Speed [2023-01-30T04:50:21.801Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 92398 0 --:--:-- --:--:-- --:--:-- 92398 [2023-01-30T04:50:21.810Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:dc1ad586098ce6d6ea7a257e3c77391c20aa389b-3.0.0-dev.6 [2023-01-30T04:50:21.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-01-30T04:50:21.810Z] 9f451b7f26e0: Preparing [2023-01-30T04:50:21.810Z] b917cc6c2a4a: Preparing [2023-01-30T04:50:21.810Z] 25d3c012e102: Preparing [2023-01-30T04:50:21.810Z] a0003bc2d246: Preparing [2023-01-30T04:50:21.810Z] e5e13b0c77cb: Preparing [2023-01-30T04:50:21.810Z] 9f451b7f26e0: Layer already exists [2023-01-30T04:50:21.810Z] e5e13b0c77cb: Layer already exists [2023-01-30T04:50:21.810Z] a0003bc2d246: Layer already exists [2023-01-30T04:50:21.810Z] 25d3c012e102: Layer already exists [2023-01-30T04:50:21.810Z] b917cc6c2a4a: Layer already exists [2023-01-30T04:50:21.810Z] dc1ad586098ce6d6ea7a257e3c77391c20aa389b-3.0.0-dev.6: digest: sha256:9f8a00110858e2909a50320f63e7fb626fca94c800295d80a52e65e768b7c4f5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh [2023-01-30T04:50:22.118Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:50:22.420Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-30T04:50:22.457Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:main [2023-01-30T04:50:22.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-01-30T04:50:22.457Z] 9f451b7f26e0: Preparing [2023-01-30T04:50:22.457Z] b917cc6c2a4a: Preparing [2023-01-30T04:50:22.457Z] 25d3c012e102: Preparing [2023-01-30T04:50:22.457Z] a0003bc2d246: Preparing [2023-01-30T04:50:22.457Z] e5e13b0c77cb: Preparing [2023-01-30T04:50:22.457Z] 25d3c012e102: Layer already exists [2023-01-30T04:50:22.457Z] 9f451b7f26e0: Layer already exists [2023-01-30T04:50:22.457Z] a0003bc2d246: Layer already exists [2023-01-30T04:50:22.457Z] b917cc6c2a4a: Layer already exists [2023-01-30T04:50:22.457Z] e5e13b0c77cb: Layer already exists [2023-01-30T04:50:22.457Z] main: digest: sha256:9f8a00110858e2909a50320f63e7fb626fca94c800295d80a52e65e768b7c4f5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T04:50:22.526Z] ===================================================== [Pipeline] echo [2023-01-30T04:50:22.533Z] taggedImages: [2023-01-30T04:50:22.533Z] - nexus3.edgexfoundry.org:10004/device-virtual:dc1ad586098ce6d6ea7a257e3c77391c20aa389b [2023-01-30T04:50:22.533Z] - nexus3.edgexfoundry.org:10004/device-virtual:latest [2023-01-30T04:50:22.533Z] - nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.6 [2023-01-30T04:50:22.533Z] - nexus3.edgexfoundry.org:10004/device-virtual:dc1ad586098ce6d6ea7a257e3c77391c20aa389b-3.0.0-dev.6 [2023-01-30T04:50:22.533Z] - nexus3.edgexfoundry.org:10004/device-virtual: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] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:50:22.758Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-30T04:50:22.758Z] + sudo tee /etc/docker/daemon.new [2023-01-30T04:50:22.758Z] { [2023-01-30T04:50:22.758Z] "registry-mirrors": [ [2023-01-30T04:50:22.758Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-30T04:50:22.758Z] ], [2023-01-30T04:50:22.758Z] "bip": "10.250.0.254/24", [2023-01-30T04:50:22.758Z] "hosts": [ [2023-01-30T04:50:22.758Z] "tcp://0.0.0.0:5555", [2023-01-30T04:50:22.758Z] "unix:///var/run/docker.sock" [2023-01-30T04:50:22.758Z] ], [2023-01-30T04:50:22.758Z] "mtu": 1458, [2023-01-30T04:50:22.758Z] "selinux-enabled": true, [2023-01-30T04:50:22.758Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-30T04:50:22.758Z] } [Pipeline] sh [2023-01-30T04:50:22.906Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-30T04:50:22.906Z] [2023-01-30T04:50:22.906Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:50:23.093Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-30T04:50:23.203Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-30T04:50:23.203Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-30T04:50:23.203Z] 5eb5b503b376: Pulling fs layer [2023-01-30T04:50:23.203Z] 5c69ac0246d0: Pulling fs layer [2023-01-30T04:50:23.203Z] ec43610c2a17: Pulling fs layer [2023-01-30T04:50:23.203Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-30T04:50:23.204Z] 33b1e0a273af: Pulling fs layer [2023-01-30T04:50:23.204Z] 5d3b04190fa2: Pulling fs layer [2023-01-30T04:50:23.204Z] 2f39f015ded8: Pulling fs layer [2023-01-30T04:50:23.204Z] 5d3b04190fa2: Waiting [2023-01-30T04:50:23.204Z] 3a2ae6a8a46f: Waiting [2023-01-30T04:50:23.204Z] 33b1e0a273af: Waiting [2023-01-30T04:50:23.204Z] 2f39f015ded8: Waiting [2023-01-30T04:50:23.204Z] 5c69ac0246d0: Verifying Checksum [2023-01-30T04:50:23.204Z] 5c69ac0246d0: Download complete [2023-01-30T04:50:23.204Z] 3a2ae6a8a46f: Verifying Checksum [2023-01-30T04:50:23.204Z] 3a2ae6a8a46f: Download complete [2023-01-30T04:50:23.430Z] + sudo service docker restart [2023-01-30T04:50:23.462Z] 33b1e0a273af: Verifying Checksum [2023-01-30T04:50:23.462Z] 5d3b04190fa2: Verifying Checksum [2023-01-30T04:50:23.462Z] 5d3b04190fa2: Download complete [2023-01-30T04:50:23.462Z] ec43610c2a17: Download complete [2023-01-30T04:50:23.719Z] 5eb5b503b376: Verifying Checksum [2023-01-30T04:50:23.719Z] 5eb5b503b376: Download complete [2023-01-30T04:50:24.285Z] 2f39f015ded8: Download complete [2023-01-30T04:50:24.543Z] 5eb5b503b376: Pull complete [2023-01-30T04:50:24.800Z] 5c69ac0246d0: Pull complete [2023-01-30T04:50:25.059Z] ec43610c2a17: Pull complete [2023-01-30T04:50:25.059Z] 3a2ae6a8a46f: Pull complete [2023-01-30T04:50:25.318Z] 33b1e0a273af: Pull complete [2023-01-30T04:50:25.318Z] 5d3b04190fa2: Pull complete [2023-01-30T04:50:29.499Z] 2f39f015ded8: Pull complete [2023-01-30T04:50:29.499Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-30T04:50:29.499Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-30T04:50:29.499Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T04:50:29.571Z] prd-ubuntu20.04-docker-8c-8g-3937 does not seem to be running inside a container [2023-01-30T04:50:29.607Z] $ 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/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-30T04:50:31.471Z] $ docker top 536d9364a74a54c0fc360d6912ab9d026a7457759c4a412aef09b2db5c840fcc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-30T04:50:31.864Z] ---> job-cost.sh [2023-01-30T04:50:31.864Z] lf-activate-venv: SKIPPING [2023-01-30T04:50:31.864Z] INFO: No Stack... [2023-01-30T04:50:32.430Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-30T04:50:32.688Z] INFO: Archiving Costs [Pipeline] sh [2023-01-30T04:50:32.978Z] + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv [2023-01-30T04:50:32.978Z] + cut -d, -f6 [Pipeline] lock [2023-01-30T04:50:32.994Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-77-stack-cost] [2023-01-30T04:50:33.004Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-77-stack-cost] did not exist. Created. [2023-01-30T04:50:33.004Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-77-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-30T04:50:33.305Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-01-30T04:50:33.331Z] Stashed 1 file(s) [Pipeline] } [2023-01-30T04:50:33.337Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-77-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-30T04:50:33.357Z] $ docker stop --time=1 536d9364a74a54c0fc360d6912ab9d026a7457759c4a412aef09b2db5c840fcc [2023-01-30T04:50:34.492Z] $ docker rm -f --volumes 536d9364a74a54c0fc360d6912ab9d026a7457759c4a412aef09b2db5c840fcc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-30T04:50:41.692Z] provisioning config files... [2023-01-30T04:50:41.714Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/77@tmp/config16930894573883489510tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-30T04:50:42.072Z] ---> docker-login.sh [2023-01-30T04:50:42.072Z] nexus3.edgexfoundry.org:10001 [2023-01-30T04:50:42.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T04:50:42.611Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T04:50:42.611Z] Configure a credential helper to remove this warning. See [2023-01-30T04:50:42.611Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T04:50:42.611Z] [2023-01-30T04:50:42.611Z] Login Succeeded [2023-01-30T04:50:42.611Z] nexus3.edgexfoundry.org:10002 [2023-01-30T04:50:42.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T04:50:43.149Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T04:50:43.149Z] Configure a credential helper to remove this warning. See [2023-01-30T04:50:43.149Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T04:50:43.149Z] [2023-01-30T04:50:43.149Z] Login Succeeded [2023-01-30T04:50:43.149Z] nexus3.edgexfoundry.org:10003 [2023-01-30T04:50:43.149Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T04:50:43.419Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T04:50:43.419Z] Configure a credential helper to remove this warning. See [2023-01-30T04:50:43.419Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T04:50:43.419Z] [2023-01-30T04:50:43.419Z] Login Succeeded [2023-01-30T04:50:43.419Z] nexus3.edgexfoundry.org:10004 [2023-01-30T04:50:43.687Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T04:50:43.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T04:50:43.687Z] Configure a credential helper to remove this warning. See [2023-01-30T04:50:43.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T04:50:43.687Z] [2023-01-30T04:50:43.687Z] Login Succeeded [2023-01-30T04:50:43.687Z] docker.io [2023-01-30T04:50:43.958Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T04:50:44.227Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T04:50:44.227Z] Configure a credential helper to remove this warning. See [2023-01-30T04:50:44.227Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T04:50:44.227Z] [2023-01-30T04:50:44.227Z] Login Succeeded [2023-01-30T04:50:44.227Z] ---> docker-login.sh ends [Pipeline] } [2023-01-30T04:50:44.244Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-30T04:50:44.502Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-30T04:50:44.518Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-30T04:50:44.533Z] ========================================================= [2023-01-30T04:50:44.533Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-30T04:50:44.533Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:50:44.901Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-01-30T04:50:45.171Z] Sending build context to Docker daemon 11.81MB [2023-01-30T04:50:45.171Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-01-30T04:50:45.171Z] Step 2/12 : FROM ${BASE} AS builder [2023-01-30T04:50:45.448Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-30T04:50:45.448Z] 9b18e9b68314: Pulling fs layer [2023-01-30T04:50:45.448Z] 35d82f9e3411: Pulling fs layer [2023-01-30T04:50:45.448Z] e16973657156: Pulling fs layer [2023-01-30T04:50:45.448Z] fc693d55d65f: Pulling fs layer [2023-01-30T04:50:45.448Z] 7e9fc2657dce: Pulling fs layer [2023-01-30T04:50:45.448Z] dda99020689f: Pulling fs layer [2023-01-30T04:50:45.448Z] db1c61fa0a46: Pulling fs layer [2023-01-30T04:50:45.448Z] 891c053d2c06: Pulling fs layer [2023-01-30T04:50:45.448Z] 7e9fc2657dce: Waiting [2023-01-30T04:50:45.448Z] dda99020689f: Waiting [2023-01-30T04:50:45.448Z] db1c61fa0a46: Waiting [2023-01-30T04:50:45.448Z] 891c053d2c06: Waiting [2023-01-30T04:50:45.448Z] fc693d55d65f: Waiting [2023-01-30T04:50:45.448Z] e16973657156: Verifying Checksum [2023-01-30T04:50:45.448Z] e16973657156: Download complete [2023-01-30T04:50:45.448Z] 35d82f9e3411: Verifying Checksum [2023-01-30T04:50:45.448Z] 35d82f9e3411: Download complete [2023-01-30T04:50:45.448Z] 7e9fc2657dce: Verifying Checksum [2023-01-30T04:50:45.448Z] 7e9fc2657dce: Download complete [2023-01-30T04:50:45.448Z] dda99020689f: Download complete [2023-01-30T04:50:45.448Z] 9b18e9b68314: Verifying Checksum [2023-01-30T04:50:46.440Z] 9b18e9b68314: Pull complete [2023-01-30T04:50:46.711Z] 891c053d2c06: Verifying Checksum [2023-01-30T04:50:46.711Z] 891c053d2c06: Download complete [2023-01-30T04:50:47.322Z] 35d82f9e3411: Pull complete [2023-01-30T04:50:47.593Z] e16973657156: Pull complete [2023-01-30T04:50:48.182Z] db1c61fa0a46: Verifying Checksum [2023-01-30T04:50:48.452Z] fc693d55d65f: Verifying Checksum [2023-01-30T04:50:48.452Z] fc693d55d65f: Download complete [2023-01-30T04:51:00.791Z] fc693d55d65f: Pull complete [2023-01-30T04:51:00.791Z] 7e9fc2657dce: Pull complete [2023-01-30T04:51:00.791Z] dda99020689f: Pull complete [2023-01-30T04:51:06.150Z] db1c61fa0a46: Pull complete [2023-01-30T04:51:08.092Z] 891c053d2c06: Pull complete [2023-01-30T04:51:08.092Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-30T04:51:08.092Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-30T04:51:08.092Z] ---> f96f9c87975a [2023-01-30T04:51:08.092Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-01-30T04:51:09.513Z] ---> Running in 510d1fa6958f [2023-01-30T04:51:09.789Z] Removing intermediate container 510d1fa6958f [2023-01-30T04:51:09.789Z] ---> 3f8976f659dd [2023-01-30T04:51:09.789Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-01-30T04:51:10.058Z] ---> Running in 27fe5d8b52c1 [2023-01-30T04:51:10.327Z] Removing intermediate container 27fe5d8b52c1 [2023-01-30T04:51:10.327Z] ---> 5766d7d9fbe0 [2023-01-30T04:51:10.327Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-01-30T04:51:10.327Z] ---> Running in 782f4a373379 [2023-01-30T04:51:10.596Z] Removing intermediate container 782f4a373379 [2023-01-30T04:51:10.596Z] ---> 432e957b4ce8 [2023-01-30T04:51:10.596Z] Step 6/12 : WORKDIR /device-virtual-go [2023-01-30T04:51:10.863Z] ---> Running in e0555b8c9713 [2023-01-30T04:51:11.130Z] Removing intermediate container e0555b8c9713 [2023-01-30T04:51:11.130Z] ---> c04b15edbd2a [2023-01-30T04:51:11.131Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-30T04:51:11.131Z] ---> Running in b37a5ed2cee6 [2023-01-30T04:51:12.093Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-30T04:51:12.678Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-30T04:51:13.634Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-01-30T04:51:13.634Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-01-30T04:51:13.634Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-01-30T04:51:13.901Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-01-30T04:51:13.901Z] Executing busybox-1.35.0-r17.trigger [2023-01-30T04:51:13.901Z] OK: 226 MiB in 55 packages [2023-01-30T04:51:14.859Z] Removing intermediate container b37a5ed2cee6 [2023-01-30T04:51:14.859Z] ---> 556b6c1df85b [2023-01-30T04:51:14.859Z] Step 8/12 : COPY go.mod vendor* ./ [2023-01-30T04:51:18.196Z] ---> 95cccccf68d5 [2023-01-30T04:51:18.196Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T04:51:18.196Z] ---> Running in 6e8f64e92cd0 [2023-01-30T04:52:26.140Z] Removing intermediate container 6e8f64e92cd0 [2023-01-30T04:52:26.140Z] ---> 7a0fe6a3e3ae [2023-01-30T04:52:26.140Z] Step 10/12 : COPY . . [2023-01-30T04:52:26.140Z] ---> 94fc52dece67 [2023-01-30T04:52:26.140Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-30T04:52:26.140Z] ---> Running in efaf861227c8 [2023-01-30T04:52:26.140Z] Removing intermediate container efaf861227c8 [2023-01-30T04:52:26.140Z] ---> 924f416b7b2e [2023-01-30T04:52:26.140Z] Step 12/12 : RUN $MAKE [2023-01-30T04:52:26.140Z] ---> Running in 4374564ccb87 [2023-01-30T04:52:26.140Z] noop [2023-01-30T04:52:26.140Z] Removing intermediate container 4374564ccb87 [2023-01-30T04:52:26.140Z] ---> e0d5c3fc76be [2023-01-30T04:52:26.140Z] Successfully built e0d5c3fc76be [2023-01-30T04:52:26.140Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:52:26.488Z] + docker inspect -f . ci-base-image-arm64 [2023-01-30T04:52:26.488Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T04:52:26.664Z] prd-ubuntu20.04-docker-arm64-4c-16g-3939 does not seem to be running inside a container [2023-01-30T04:52:26.727Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/77 -v /w/workspace/device-virtual-go/77:/w/workspace/device-virtual-go/77:rw,z -v /w/workspace/device-virtual-go/77@tmp:/w/workspace/device-virtual-go/77@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-30T04:52:27.847Z] $ docker top 211069d7707d29a6cc0249442e027a755457f15c981fa32ef6957edb225b975c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-30T04:52:28.659Z] + go version [2023-01-30T04:52:28.659Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-30T04:52:28.680Z] $ docker stop --time=1 211069d7707d29a6cc0249442e027a755457f15c981fa32ef6957edb225b975c [2023-01-30T04:52:30.245Z] $ docker rm -f --volumes 211069d7707d29a6cc0249442e027a755457f15c981fa32ef6957edb225b975c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:52:30.772Z] + docker inspect -f . ci-base-image-arm64 [2023-01-30T04:52:30.772Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T04:52:30.945Z] prd-ubuntu20.04-docker-arm64-4c-16g-3939 does not seem to be running inside a container [2023-01-30T04:52:31.011Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-virtual-go/77 -v /w/workspace/device-virtual-go/77:/w/workspace/device-virtual-go/77:rw,z -v /w/workspace/device-virtual-go/77@tmp:/w/workspace/device-virtual-go/77@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-30T04:52:32.153Z] $ docker top 2739efec2bbfba8db330084556876f59e0aa45654cfe72f16a1fda15c0712a9c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-30T04:52:32.651Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/77 [Pipeline] fileExists [Pipeline] sh [2023-01-30T04:52:33.251Z] + make test [2023-01-30T04:52:33.251Z] go test ./... -coverprofile=coverage.out [2023-01-30T04:52:35.198Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-01-30T04:53:56.832Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-01-30T04:53:56.832Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.124s coverage: 65.7% of statements [2023-01-30T04:53:56.832Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-01-30T04:53:56.832Z] go vet ./... [2023-01-30T04:54:11.872Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-30T04:54:11.872Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-30T04:54:11.872Z] ./bin/test-attribution-txt.sh [2023-01-30T04:54:11.872Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-01-30T04:54:11.872Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-01-30T04:54:11.891Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-30T04:54:11.906Z] $ docker stop --time=1 2739efec2bbfba8db330084556876f59e0aa45654cfe72f16a1fda15c0712a9c [2023-01-30T04:54:13.705Z] $ docker rm -f --volumes 2739efec2bbfba8db330084556876f59e0aa45654cfe72f16a1fda15c0712a9c [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-30T04:54:14.652Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-30T04:54:14.673Z] Warning: overwriting stash ‘coverage-report’ [2023-01-30T04:54:15.178Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-30T04:54:15.576Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-30T04:54:15.900Z] + ls -al . [2023-01-30T04:54:15.900Z] total 192 [2023-01-30T04:54:15.900Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 30 04:52 . [2023-01-30T04:54:15.900Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 30 04:50 .. [2023-01-30T04:54:15.900Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 30 04:50 .git [2023-01-30T04:54:15.900Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 30 04:50 .github [2023-01-30T04:54:15.900Z] -rw-rw-r-- 1 jenkins jenkins 337 Jan 30 04:50 .gitignore [2023-01-30T04:54:15.900Z] -rw-rw-r-- 1 jenkins jenkins 41 Jan 30 04:50 .golangci.yml [2023-01-30T04:54:15.900Z] -rw-rw-r-- 1 jenkins jenkins 8423 Jan 30 04:50 Attribution.txt [2023-01-30T04:54:15.900Z] -rw-rw-r-- 1 jenkins jenkins 11367 Jan 30 04:50 CHANGELOG.md [2023-01-30T04:54:15.900Z] -rw-rw-r-- 1 jenkins jenkins 1646 Jan 30 04:50 Dockerfile [2023-01-30T04:54:15.900Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 30 04:50 GOVERNANCE.md [2023-01-30T04:54:15.900Z] -rw-rw-r-- 1 jenkins jenkins 660 Jan 30 04:50 Jenkinsfile [2023-01-30T04:54:15.900Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jan 30 04:50 LICENSE [2023-01-30T04:54:15.900Z] -rw-rw-r-- 1 jenkins jenkins 1661 Jan 30 04:50 Makefile [2023-01-30T04:54:15.900Z] -rw-rw-r-- 1 jenkins jenkins 623 Jan 30 04:50 OWNERS.md [2023-01-30T04:54:15.900Z] -rw-rw-r-- 1 jenkins jenkins 3578 Jan 30 04:50 README.md [2023-01-30T04:54:15.900Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 30 04:48 VERSION [2023-01-30T04:54:15.900Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 30 04:50 bin [2023-01-30T04:54:15.900Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 30 04:50 cmd [2023-01-30T04:54:15.900Z] -rw-r--r-- 1 jenkins jenkins 44128 Jan 30 04:53 coverage.out [2023-01-30T04:54:15.900Z] -rw-rw-r-- 1 jenkins jenkins 3306 Jan 30 04:50 go.mod [2023-01-30T04:54:15.900Z] -rw-rw-r-- 1 jenkins jenkins 34165 Jan 30 04:50 go.sum [2023-01-30T04:54:15.900Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 30 04:50 internal [2023-01-30T04:54:15.900Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 30 04:50 snap [2023-01-30T04:54:15.900Z] -rw-rw-r-- 1 jenkins jenkins 235 Jan 30 04:50 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:54:16.246Z] + docker build -t device-virtual-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=dc1ad586098ce6d6ea7a257e3c77391c20aa389b --label arch=arm64 --label version=3.0.0-dev.6 . [2023-01-30T04:54:16.835Z] Sending build context to Docker daemon 11.85MB [2023-01-30T04:54:16.835Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2023-01-30T04:54:16.835Z] Step 2/25 : FROM ${BASE} AS builder [2023-01-30T04:54:16.835Z] ---> e0d5c3fc76be [2023-01-30T04:54:16.835Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-01-30T04:54:16.835Z] ---> Running in 396d29463756 [2023-01-30T04:54:17.421Z] Removing intermediate container 396d29463756 [2023-01-30T04:54:17.421Z] ---> 3413389b685d [2023-01-30T04:54:17.421Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-01-30T04:54:17.421Z] ---> Running in 9fea335da062 [2023-01-30T04:54:17.689Z] Removing intermediate container 9fea335da062 [2023-01-30T04:54:17.689Z] ---> a3f9c3ab0b2f [2023-01-30T04:54:17.689Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-01-30T04:54:17.689Z] ---> Running in 9ad50dfecffa [2023-01-30T04:54:17.957Z] Removing intermediate container 9ad50dfecffa [2023-01-30T04:54:17.957Z] ---> 131c6714c51e [2023-01-30T04:54:17.957Z] Step 6/25 : WORKDIR /device-virtual-go [2023-01-30T04:54:17.957Z] ---> Running in 187cb55f2f4b [2023-01-30T04:54:18.227Z] Removing intermediate container 187cb55f2f4b [2023-01-30T04:54:18.227Z] ---> 21485bec9fe2 [2023-01-30T04:54:18.227Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-30T04:54:18.494Z] ---> Running in fd11a8d07663 [2023-01-30T04:54:19.460Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-30T04:54:19.728Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-30T04:54:20.697Z] OK: 226 MiB in 55 packages [2023-01-30T04:54:21.666Z] Removing intermediate container fd11a8d07663 [2023-01-30T04:54:21.666Z] ---> f55f62b1b323 [2023-01-30T04:54:21.666Z] Step 8/25 : COPY go.mod vendor* ./ [2023-01-30T04:54:21.935Z] ---> a7b63b1d4934 [2023-01-30T04:54:21.935Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T04:54:22.207Z] ---> Running in db724d3bc065 [2023-01-30T04:54:24.795Z] Removing intermediate container db724d3bc065 [2023-01-30T04:54:24.795Z] ---> ab25cba09ece [2023-01-30T04:54:24.795Z] Step 10/25 : COPY . . [2023-01-30T04:54:25.759Z] ---> ef846d3abfc7 [2023-01-30T04:54:25.759Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-30T04:54:25.759Z] ---> Running in 6e987e372a19 [2023-01-30T04:54:26.027Z] Removing intermediate container 6e987e372a19 [2023-01-30T04:54:26.027Z] ---> e0d4b9926b51 [2023-01-30T04:54:26.027Z] Step 12/25 : RUN $MAKE [2023-01-30T04:54:26.027Z] ---> Running in c36d16363e6d [2023-01-30T04:54:26.990Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [2023-01-30T04:56:48.743Z] Removing intermediate container c36d16363e6d [2023-01-30T04:56:48.743Z] ---> 03ee58ce3b30 [2023-01-30T04:56:48.743Z] Step 13/25 : FROM alpine:3.16 [2023-01-30T04:56:48.743Z] 3.16: Pulling from library/alpine [2023-01-30T04:56:48.743Z] 6875df1f5354: Pulling fs layer [2023-01-30T04:56:48.743Z] 6875df1f5354: Verifying Checksum [2023-01-30T04:56:48.743Z] 6875df1f5354: Download complete [2023-01-30T04:56:49.028Z] 6875df1f5354: Pull complete [2023-01-30T04:56:49.028Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-30T04:56:49.028Z] Status: Downloaded newer image for alpine:3.16 [2023-01-30T04:56:49.028Z] ---> 2b4661558fb8 [2023-01-30T04:56:49.028Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-01-30T04:56:49.028Z] ---> Running in da18243464e7 [2023-01-30T04:56:49.619Z] Removing intermediate container da18243464e7 [2023-01-30T04:56:49.619Z] ---> 89eabbcd37a3 [2023-01-30T04:56:49.619Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-01-30T04:56:49.619Z] ---> Running in 12081cb65f27 [2023-01-30T04:56:50.587Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-30T04:56:50.857Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-30T04:56:52.369Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-30T04:56:52.369Z] Executing busybox-1.35.0-r17.trigger [2023-01-30T04:56:52.369Z] OK: 5 MiB in 15 packages [2023-01-30T04:56:53.370Z] Removing intermediate container 12081cb65f27 [2023-01-30T04:56:53.370Z] ---> 1404cde4ba73 [2023-01-30T04:56:53.370Z] Step 16/25 : WORKDIR / [2023-01-30T04:56:53.370Z] ---> Running in ab06bb0eced0 [2023-01-30T04:56:53.639Z] Removing intermediate container ab06bb0eced0 [2023-01-30T04:56:53.639Z] ---> 63e725d56bc1 [2023-01-30T04:56:53.639Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-01-30T04:56:54.222Z] ---> f906bcf4b743 [2023-01-30T04:56:54.222Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-01-30T04:56:54.489Z] ---> 4faa27f02882 [2023-01-30T04:56:54.489Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-01-30T04:56:55.898Z] ---> 806704cffa5b [2023-01-30T04:56:55.898Z] Step 20/25 : EXPOSE 59900 [2023-01-30T04:56:55.898Z] ---> Running in 58f731fb9063 [2023-01-30T04:56:56.166Z] Removing intermediate container 58f731fb9063 [2023-01-30T04:56:56.166Z] ---> 15d4264f3d43 [2023-01-30T04:56:56.166Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-01-30T04:56:56.433Z] ---> Running in c5fd2bf5dfb2 [2023-01-30T04:56:56.700Z] Removing intermediate container c5fd2bf5dfb2 [2023-01-30T04:56:56.700Z] ---> 69b811456359 [2023-01-30T04:56:56.700Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-30T04:56:56.700Z] ---> Running in 4c1644208dad [2023-01-30T04:56:56.969Z] Removing intermediate container 4c1644208dad [2023-01-30T04:56:56.969Z] ---> 7ad9f68d7f58 [2023-01-30T04:56:56.969Z] Step 23/25 : LABEL arch=arm64 [2023-01-30T04:56:56.969Z] ---> Running in cd62062ab8bd [2023-01-30T04:56:57.237Z] Removing intermediate container cd62062ab8bd [2023-01-30T04:56:57.237Z] ---> 7ce8369d78ec [2023-01-30T04:56:57.237Z] Step 24/25 : LABEL git_sha=dc1ad586098ce6d6ea7a257e3c77391c20aa389b [2023-01-30T04:56:57.505Z] ---> Running in 013d9c761763 [2023-01-30T04:56:57.772Z] Removing intermediate container 013d9c761763 [2023-01-30T04:56:57.772Z] ---> 8f8472e254f1 [2023-01-30T04:56:57.772Z] Step 25/25 : LABEL version=3.0.0-dev.6 [2023-01-30T04:56:57.772Z] ---> Running in 369ab9b64d0a [2023-01-30T04:56:58.040Z] Removing intermediate container 369ab9b64d0a [2023-01-30T04:56:58.040Z] ---> b29306738276 [2023-01-30T04:56:58.040Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-30T04:56:58.040Z] Successfully built b29306738276 [2023-01-30T04:56:58.040Z] Successfully tagged device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-30T04:56:58.153Z] provisioning config files... [2023-01-30T04:56:58.167Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/77@tmp/config16346209964277227066tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-30T04:56:58.530Z] ---> docker-login.sh [2023-01-30T04:56:58.530Z] nexus3.edgexfoundry.org:10001 [2023-01-30T04:56:58.797Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T04:56:58.797Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T04:56:58.797Z] Configure a credential helper to remove this warning. See [2023-01-30T04:56:58.797Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T04:56:58.797Z] [2023-01-30T04:56:58.797Z] Login Succeeded [2023-01-30T04:56:58.797Z] nexus3.edgexfoundry.org:10002 [2023-01-30T04:56:59.064Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T04:56:59.064Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T04:56:59.064Z] Configure a credential helper to remove this warning. See [2023-01-30T04:56:59.064Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T04:56:59.064Z] [2023-01-30T04:56:59.064Z] Login Succeeded [2023-01-30T04:56:59.064Z] nexus3.edgexfoundry.org:10003 [2023-01-30T04:56:59.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T04:56:59.599Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T04:56:59.599Z] Configure a credential helper to remove this warning. See [2023-01-30T04:56:59.599Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T04:56:59.599Z] [2023-01-30T04:56:59.599Z] Login Succeeded [2023-01-30T04:56:59.599Z] nexus3.edgexfoundry.org:10004 [2023-01-30T04:56:59.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T04:56:59.867Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T04:56:59.867Z] Configure a credential helper to remove this warning. See [2023-01-30T04:56:59.867Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T04:56:59.867Z] [2023-01-30T04:56:59.867Z] Login Succeeded [2023-01-30T04:56:59.867Z] docker.io [2023-01-30T04:57:00.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T04:57:00.400Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T04:57:00.400Z] Configure a credential helper to remove this warning. See [2023-01-30T04:57:00.400Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T04:57:00.400Z] [2023-01-30T04:57:00.400Z] Login Succeeded [2023-01-30T04:57:00.400Z] ---> docker-login.sh ends [Pipeline] } [2023-01-30T04:57:00.414Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T04:57:00.436Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-30T04:57:00.452Z] [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: [2023-01-30T04:57:00.452Z] dc1ad586098ce6d6ea7a257e3c77391c20aa389b [2023-01-30T04:57:00.452Z] latest [2023-01-30T04:57:00.452Z] 3.0.0-dev.6 [2023-01-30T04:57:00.452Z] dc1ad586098ce6d6ea7a257e3c77391c20aa389b-3.0.0-dev.6 [2023-01-30T04:57:00.452Z] main [2023-01-30T04:57:00.452Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:57:00.795Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:dc1ad586098ce6d6ea7a257e3c77391c20aa389b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:57:01.146Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:dc1ad586098ce6d6ea7a257e3c77391c20aa389b [2023-01-30T04:57:01.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-01-30T04:57:01.146Z] 3b96429ce2b2: Preparing [2023-01-30T04:57:01.146Z] 2f595f8c5f0f: Preparing [2023-01-30T04:57:01.146Z] 31e2c380fc61: Preparing [2023-01-30T04:57:01.146Z] 4c2ee4382022: Preparing [2023-01-30T04:57:01.146Z] 17bec77d7fdc: Preparing [2023-01-30T04:57:01.146Z] 17bec77d7fdc: Layer already exists [2023-01-30T04:57:01.414Z] 4c2ee4382022: Pushed [2023-01-30T04:57:01.414Z] 2f595f8c5f0f: Pushed [2023-01-30T04:57:01.414Z] 31e2c380fc61: Pushed [2023-01-30T04:57:06.759Z] 3b96429ce2b2: Pushed [2023-01-30T04:57:07.026Z] dc1ad586098ce6d6ea7a257e3c77391c20aa389b: digest: sha256:9e1c82a064f1d0131ed8062426f5897500ab203ddd4047ef9e36fa64ce1a9f31 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:57:07.382Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:57:07.733Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2023-01-30T04:57:07.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-01-30T04:57:07.733Z] 3b96429ce2b2: Preparing [2023-01-30T04:57:07.733Z] 2f595f8c5f0f: Preparing [2023-01-30T04:57:07.733Z] 31e2c380fc61: Preparing [2023-01-30T04:57:07.733Z] 4c2ee4382022: Preparing [2023-01-30T04:57:07.733Z] 17bec77d7fdc: Preparing [2023-01-30T04:57:07.733Z] 2f595f8c5f0f: Layer already exists [2023-01-30T04:57:07.733Z] 31e2c380fc61: Layer already exists [2023-01-30T04:57:07.733Z] 3b96429ce2b2: Layer already exists [2023-01-30T04:57:07.733Z] 17bec77d7fdc: Layer already exists [2023-01-30T04:57:07.733Z] 4c2ee4382022: Layer already exists [2023-01-30T04:57:08.001Z] latest: digest: sha256:9e1c82a064f1d0131ed8062426f5897500ab203ddd4047ef9e36fa64ce1a9f31 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:57:08.348Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:57:08.689Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.6 [2023-01-30T04:57:08.689Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-01-30T04:57:08.689Z] 3b96429ce2b2: Preparing [2023-01-30T04:57:08.689Z] 2f595f8c5f0f: Preparing [2023-01-30T04:57:08.689Z] 31e2c380fc61: Preparing [2023-01-30T04:57:08.689Z] 4c2ee4382022: Preparing [2023-01-30T04:57:08.689Z] 17bec77d7fdc: Preparing [2023-01-30T04:57:08.689Z] 17bec77d7fdc: Layer already exists [2023-01-30T04:57:08.689Z] 31e2c380fc61: Layer already exists [2023-01-30T04:57:08.689Z] 4c2ee4382022: Layer already exists [2023-01-30T04:57:08.689Z] 3b96429ce2b2: Layer already exists [2023-01-30T04:57:08.689Z] 2f595f8c5f0f: Layer already exists [2023-01-30T04:57:08.689Z] 3.0.0-dev.6: digest: sha256:9e1c82a064f1d0131ed8062426f5897500ab203ddd4047ef9e36fa64ce1a9f31 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:57:09.035Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:dc1ad586098ce6d6ea7a257e3c77391c20aa389b-3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:57:09.373Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:dc1ad586098ce6d6ea7a257e3c77391c20aa389b-3.0.0-dev.6 [2023-01-30T04:57:09.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-01-30T04:57:09.373Z] 3b96429ce2b2: Preparing [2023-01-30T04:57:09.373Z] 2f595f8c5f0f: Preparing [2023-01-30T04:57:09.373Z] 31e2c380fc61: Preparing [2023-01-30T04:57:09.373Z] 4c2ee4382022: Preparing [2023-01-30T04:57:09.373Z] 17bec77d7fdc: Preparing [2023-01-30T04:57:09.373Z] 31e2c380fc61: Layer already exists [2023-01-30T04:57:09.373Z] 17bec77d7fdc: Layer already exists [2023-01-30T04:57:09.373Z] 2f595f8c5f0f: Layer already exists [2023-01-30T04:57:09.373Z] 4c2ee4382022: Layer already exists [2023-01-30T04:57:09.373Z] 3b96429ce2b2: Layer already exists [2023-01-30T04:57:09.640Z] dc1ad586098ce6d6ea7a257e3c77391c20aa389b-3.0.0-dev.6: digest: sha256:9e1c82a064f1d0131ed8062426f5897500ab203ddd4047ef9e36fa64ce1a9f31 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:57:09.980Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:57:10.321Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [2023-01-30T04:57:10.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-01-30T04:57:10.321Z] 3b96429ce2b2: Preparing [2023-01-30T04:57:10.321Z] 2f595f8c5f0f: Preparing [2023-01-30T04:57:10.321Z] 31e2c380fc61: Preparing [2023-01-30T04:57:10.321Z] 4c2ee4382022: Preparing [2023-01-30T04:57:10.321Z] 17bec77d7fdc: Preparing [2023-01-30T04:57:10.321Z] 3b96429ce2b2: Layer already exists [2023-01-30T04:57:10.321Z] 31e2c380fc61: Layer already exists [2023-01-30T04:57:10.321Z] 4c2ee4382022: Layer already exists [2023-01-30T04:57:10.321Z] 17bec77d7fdc: Layer already exists [2023-01-30T04:57:10.321Z] 2f595f8c5f0f: Layer already exists [2023-01-30T04:57:10.587Z] main: digest: sha256:9e1c82a064f1d0131ed8062426f5897500ab203ddd4047ef9e36fa64ce1a9f31 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T04:57:10.631Z] ===================================================== [Pipeline] echo [2023-01-30T04:57:10.637Z] taggedImages: [2023-01-30T04:57:10.637Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:dc1ad586098ce6d6ea7a257e3c77391c20aa389b [2023-01-30T04:57:10.637Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2023-01-30T04:57:10.637Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.6 [2023-01-30T04:57:10.637Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:dc1ad586098ce6d6ea7a257e3c77391c20aa389b-3.0.0-dev.6 [2023-01-30T04:57:10.637Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:57:11.007Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-30T04:57:11.007Z] [2023-01-30T04:57:11.007Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:57:11.347Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-30T04:57:11.347Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-30T04:57:11.347Z] 8998bd30e6a1: Pulling fs layer [2023-01-30T04:57:11.347Z] 04944245beec: Pulling fs layer [2023-01-30T04:57:11.347Z] 699f458cf7ca: Pulling fs layer [2023-01-30T04:57:11.347Z] 765212b225bb: Pulling fs layer [2023-01-30T04:57:11.347Z] f23df028b6ca: Pulling fs layer [2023-01-30T04:57:11.347Z] d65c8cfc05b1: Pulling fs layer [2023-01-30T04:57:11.347Z] 2437ff75d9bd: Pulling fs layer [2023-01-30T04:57:11.347Z] f23df028b6ca: Waiting [2023-01-30T04:57:11.347Z] d65c8cfc05b1: Waiting [2023-01-30T04:57:11.347Z] 2437ff75d9bd: Waiting [2023-01-30T04:57:11.347Z] 765212b225bb: Waiting [2023-01-30T04:57:11.617Z] 04944245beec: Verifying Checksum [2023-01-30T04:57:11.617Z] 04944245beec: Download complete [2023-01-30T04:57:11.617Z] 765212b225bb: Verifying Checksum [2023-01-30T04:57:11.617Z] 765212b225bb: Download complete [2023-01-30T04:57:11.617Z] f23df028b6ca: Verifying Checksum [2023-01-30T04:57:11.617Z] f23df028b6ca: Download complete [2023-01-30T04:57:11.617Z] d65c8cfc05b1: Verifying Checksum [2023-01-30T04:57:11.617Z] d65c8cfc05b1: Download complete [2023-01-30T04:57:11.887Z] 699f458cf7ca: Download complete [2023-01-30T04:57:12.156Z] 8998bd30e6a1: Verifying Checksum [2023-01-30T04:57:12.156Z] 8998bd30e6a1: Download complete [2023-01-30T04:57:14.747Z] 2437ff75d9bd: Verifying Checksum [2023-01-30T04:57:14.747Z] 2437ff75d9bd: Download complete [2023-01-30T04:57:16.697Z] 8998bd30e6a1: Pull complete [2023-01-30T04:57:16.697Z] 04944245beec: Pull complete [2023-01-30T04:57:18.109Z] 699f458cf7ca: Pull complete [2023-01-30T04:57:18.377Z] 765212b225bb: Pull complete [2023-01-30T04:57:19.339Z] f23df028b6ca: Pull complete [2023-01-30T04:57:19.339Z] d65c8cfc05b1: Pull complete [2023-01-30T04:57:34.332Z] 2437ff75d9bd: Pull complete [2023-01-30T04:57:34.332Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-30T04:57:34.332Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-30T04:57:34.332Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T04:57:34.507Z] prd-ubuntu20.04-docker-arm64-4c-16g-3939 does not seem to be running inside a container [2023-01-30T04:57:34.573Z] $ 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/device-virtual-go/77 -v /w/workspace/device-virtual-go/77:/w/workspace/device-virtual-go/77:rw,z -v /w/workspace/device-virtual-go/77@tmp:/w/workspace/device-virtual-go/77@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-01-30T04:57:37.137Z] $ docker top d8cdb3383d35ae0e6b9717381c5c198f2dcf8c285050baf875d20f4bcec6936f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-30T04:57:37.973Z] ---> job-cost.sh [2023-01-30T04:57:37.973Z] lf-activate-venv: SKIPPING [2023-01-30T04:57:37.973Z] INFO: No Stack... [2023-01-30T04:57:38.241Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-30T04:57:39.203Z] INFO: Archiving Costs [Pipeline] sh [2023-01-30T04:57:39.530Z] + cat /w/workspace/device-virtual-go/77/archives/cost.csv [2023-01-30T04:57:39.530Z] + cut -d, -f6 [Pipeline] lock [2023-01-30T04:57:39.835Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-77-stack-cost] [2023-01-30T04:57:39.842Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-77-stack-cost] did not exist. Created. [2023-01-30T04:57:39.842Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-77-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-30T04:57:40.516Z] /w/workspace/device-virtual-go/77@tmp/durable-62d915cd/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-01-30T04:57:41.169Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-30T04:57:41.186Z] Warning: overwriting stash ‘stack-cost’ [2023-01-30T04:57:41.238Z] Stashed 1 file(s) [Pipeline] } [2023-01-30T04:57:41.248Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-77-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-30T04:57:41.271Z] $ docker stop --time=1 d8cdb3383d35ae0e6b9717381c5c198f2dcf8c285050baf875d20f4bcec6936f [2023-01-30T04:57:42.786Z] $ docker rm -f --volumes d8cdb3383d35ae0e6b9717381c5c198f2dcf8c285050baf875d20f4bcec6936f [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 [2023-01-30T04:57:43.191Z] provisioning config files... [2023-01-30T04:57:43.198Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config5205935318653841349tmp [Pipeline] { [Pipeline] sh [2023-01-30T04:57:43.492Z] + set +x [2023-01-30T04:57:43.492Z] + bash+ -s -- [2023-01-30T04:57:43.492Z] curl -s https://codecov.io/bash [2023-01-30T04:57:43.492Z] [2023-01-30T04:57:43.492Z] _____ _ [2023-01-30T04:57:43.492Z] / ____| | | [2023-01-30T04:57:43.492Z] | | ___ __| | ___ ___ _____ __ [2023-01-30T04:57:43.492Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-30T04:57:43.492Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-30T04:57:43.492Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-30T04:57:43.492Z] Bash-1.0.6 [2023-01-30T04:57:43.492Z] [2023-01-30T04:57:43.492Z] [2023-01-30T04:57:43.492Z] ==> git version 2.25.1 found [2023-01-30T04:57:43.492Z] ==> 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 [2023-01-30T04:57:43.492Z] Release-Date: 2020-01-08 [2023-01-30T04:57:43.492Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-01-30T04:57:43.492Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-30T04:57:43.492Z] ==> Jenkins CI detected. [2023-01-30T04:57:43.492Z] current dir:  /w/workspace/exfoundry_device-virtual-go_main [2023-01-30T04:57:43.492Z] project root: . [2023-01-30T04:57:43.492Z] --> token set from env [2023-01-30T04:57:43.492Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-30T04:57:43.492Z] ==> Running gcov in . (disable via -X gcov) [2023-01-30T04:57:43.492Z] ==> Python coveragepy not found [2023-01-30T04:57:43.492Z] ==> Searching for coverage reports in: [2023-01-30T04:57:43.492Z] + . [2023-01-30T04:57:43.752Z] -> Found 1 reports [2023-01-30T04:57:43.752Z] ==> Detecting git/mercurial file structure [2023-01-30T04:57:43.752Z] ==> Reading reports [2023-01-30T04:57:43.752Z] + ./coverage.out bytes=44128 [2023-01-30T04:57:43.752Z] ==> Appending adjustments [2023-01-30T04:57:43.752Z] https://docs.codecov.io/docs/fixing-reports [2023-01-30T04:57:43.752Z] + Found adjustments [2023-01-30T04:57:43.752Z] ==> Gzipping contents [2023-01-30T04:57:43.752Z] 8.0K /tmp/codecov.LVHp1l.gz [2023-01-30T04:57:43.752Z] ==> Uploading reports [2023-01-30T04:57:43.752Z] url: https://codecov.io [2023-01-30T04:57:43.752Z] query: branch=main&commit=dc1ad586098ce6d6ea7a257e3c77391c20aa389b&build=77&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F77%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-30T04:57:43.752Z] -> Pinging Codecov [2023-01-30T04:57:43.752Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=main&commit=dc1ad586098ce6d6ea7a257e3c77391c20aa389b&build=77&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F77%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-30T04:57:44.322Z] -> Uploading to [2023-01-30T04:57:44.322Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-30/5E52B4B073DB2E39498172D8E973AA87/dc1ad586098ce6d6ea7a257e3c77391c20aa389b/b89939fd-f22d-49b5-a907-b8ee2ec77fd2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230130%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230130T045744Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d66af55f9a5e4f360061abd0efa40cf3ce937bf7d35a68f953971d1377fefd00 [2023-01-30T04:57:44.322Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-30T04:57:44.322Z] Dload Upload Total Spent Left Speed [2023-01-30T04:57:44.582Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5480 0 0 100 5480 0 19432 --:--:-- --:--:-- --:--:-- 19432 [2023-01-30T04:57:44.582Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/dc1ad586098ce6d6ea7a257e3c77391c20aa389b [Pipeline] } [2023-01-30T04:57:44.590Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-01-30T04:57:44.798Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-01-30T04:57:44.817Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:57:45.122Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-30T04:57:45.122Z] [2023-01-30T04:57:45.122Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:57:45.426Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-30T04:57:45.426Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-01-30T04:57:45.426Z] df9b9388f04a: Pulling fs layer [2023-01-30T04:57:45.426Z] 52dc419b0ee2: Pulling fs layer [2023-01-30T04:57:45.426Z] 25bc292e5bac: Pulling fs layer [2023-01-30T04:57:45.426Z] 114826534d7a: Pulling fs layer [2023-01-30T04:57:45.426Z] 4657fd5d0bcf: Pulling fs layer [2023-01-30T04:57:45.426Z] 6ad1cebc031e: Pulling fs layer [2023-01-30T04:57:45.426Z] 8a3aa393b2d8: Pulling fs layer [2023-01-30T04:57:45.426Z] 6ad1cebc031e: Waiting [2023-01-30T04:57:45.426Z] 4657fd5d0bcf: Waiting [2023-01-30T04:57:45.426Z] 8a3aa393b2d8: Waiting [2023-01-30T04:57:45.426Z] 25bc292e5bac: Download complete [2023-01-30T04:57:45.426Z] 52dc419b0ee2: Download complete [2023-01-30T04:57:45.426Z] 4657fd5d0bcf: Download complete [2023-01-30T04:57:45.426Z] df9b9388f04a: Verifying Checksum [2023-01-30T04:57:45.426Z] df9b9388f04a: Download complete [2023-01-30T04:57:45.690Z] df9b9388f04a: Pull complete [2023-01-30T04:57:45.967Z] 52dc419b0ee2: Pull complete [2023-01-30T04:57:45.967Z] 6ad1cebc031e: Verifying Checksum [2023-01-30T04:57:45.967Z] 25bc292e5bac: Pull complete [2023-01-30T04:57:46.566Z] 114826534d7a: Verifying Checksum [2023-01-30T04:57:46.566Z] 114826534d7a: Download complete [2023-01-30T04:57:46.823Z] 8a3aa393b2d8: Verifying Checksum [2023-01-30T04:57:46.823Z] 8a3aa393b2d8: Download complete [2023-01-30T04:57:50.106Z] 114826534d7a: Pull complete [2023-01-30T04:57:50.106Z] 4657fd5d0bcf: Pull complete [2023-01-30T04:57:50.106Z] 6ad1cebc031e: Pull complete [2023-01-30T04:57:52.636Z] 8a3aa393b2d8: Pull complete [2023-01-30T04:57:52.636Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-01-30T04:57:52.636Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-30T04:57:52.636Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T04:57:52.718Z] prd-ubuntu20.04-docker-8c-8g-3937 does not seem to be running inside a container [2023-01-30T04:57:52.757Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-01-30T04:57:55.578Z] $ docker top 56eec9805d7894780ad826c39e8d69b8d379634315092924c48c36aa80cc0f41 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-30T04:57:55.634Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh [2023-01-30T04:57:55.908Z] + set -o pipefail [2023-01-30T04:57:55.908Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' [2023-01-30T04:58:01.177Z] [2023-01-30T04:58:01.177Z] Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... [2023-01-30T04:58:01.177Z] [2023-01-30T04:58:01.177Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/28e35fd0-54c0-4b4d-8115-61bcd17c2ff8/history/0204cac3-b362-42b0-9bf8-c428ad6d43ce [2023-01-30T04:58:01.177Z] [2023-01-30T04:58:01.177Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-01-30T04:58:01.177Z] [2023-01-30T04:58:01.177Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-01-30T04:58:01.177Z] [2023-01-30T04:58:01.177Z] [2023-01-30T04:58:01.177Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-01-30T04:58:01.177Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-01-30T04:58:01.177Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-01-30T04:58:01.196Z] $ docker stop --time=1 56eec9805d7894780ad826c39e8d69b8d379634315092924c48c36aa80cc0f41 [2023-01-30T04:58:03.606Z] $ docker rm -f --volumes 56eec9805d7894780ad826c39e8d69b8d379634315092924c48c36aa80cc0f41 [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 [2023-01-30T04:58:04.340Z] + git log --format=format:%s -1 dc1ad586098ce6d6ea7a257e3c77391c20aa389b [Pipeline] sh [2023-01-30T04:58:04.630Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-30T04:58:04.630Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:58:04.922Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-30T04:58:04.922Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T04:58:05.001Z] prd-ubuntu20.04-docker-8c-8g-3937 does not seem to be running inside a container [2023-01-30T04:58:05.036Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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/py-git-semver:0.1.4 cat [2023-01-30T04:58:05.515Z] $ docker top 0e9d1b9683b4e7c1dc53b990df3d2a291075bd17b9c73088aad4dfc2e7f1dff6 -eo pid,comm [2023-01-30T04:58:05.557Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-30T04:58:05.557Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-30T04:58:05.588Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-30T04:58:05.588Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-30T04:58:05.723Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-30T04:58:05.733Z] $ docker exec 0e9d1b9683b4e7c1dc53b990df3d2a291075bd17b9c73088aad4dfc2e7f1dff6 ssh-agent [2023-01-30T04:58:05.843Z] SSH_AUTH_SOCK=/tmp/ssh-8NTVEcfBXuTJ/agent.32 [2023-01-30T04:58:05.843Z] SSH_AGENT_PID=38 [2023-01-30T04:58:05.847Z] Running ssh-add (command line suppressed) [2023-01-30T04:58:05.964Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_6875067855738873655.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_6875067855738873655.key) [2023-01-30T04:58:05.968Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-30T04:58:06.250Z] + git semver tag [2023-01-30T04:58:06.509Z] 2023-01-30 04:58:06,450 [run_tag] DEBUG tag force:False [2023-01-30T04:58:06.509Z] 2023-01-30 04:58:06,450 [check_head_tag] DEBUG check head tag [2023-01-30T04:58:06.509Z] 2023-01-30 04:58:06,451 [execute] INFO git cat-file --batch-check [2023-01-30T04:58:06.509Z] 2023-01-30 04:58:06,451 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) [2023-01-30T04:58:06.509Z] 2023-01-30 04:58:06,455 [execute] INFO git cat-file --batch [2023-01-30T04:58:06.509Z] 2023-01-30 04:58:06,455 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) [2023-01-30T04:58:06.509Z] 2023-01-30 04:58:06,469 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-01-30T04:58:06.509Z] 2023-01-30 04:58:06,470 [execute] INFO git tag -a v3.0.0-dev.6 -m v3.0.0-dev.6 [2023-01-30T04:58:06.509Z] 2023-01-30 04:58:06,470 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.6', '-m', 'v3.0.0-dev.6'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) [2023-01-30T04:58:06.509Z] 2023-01-30 04:58:06,474 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-01-30T04:58:06.509Z] 3.0.0-dev.6 [Pipeline] } [2023-01-30T04:58:06.528Z] $ docker exec --env ******** --env ******** 0e9d1b9683b4e7c1dc53b990df3d2a291075bd17b9c73088aad4dfc2e7f1dff6 ssh-agent -k [2023-01-30T04:58:06.638Z] unset SSH_AUTH_SOCK; [2023-01-30T04:58:06.639Z] unset SSH_AGENT_PID; [2023-01-30T04:58:06.640Z] echo Agent pid 38 killed; [2023-01-30T04:58:06.640Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-30T04:58:06.943Z] + git semver [Pipeline] } [2023-01-30T04:58:07.223Z] $ docker stop --time=1 0e9d1b9683b4e7c1dc53b990df3d2a291075bd17b9c73088aad4dfc2e7f1dff6 [2023-01-30T04:58:08.514Z] $ docker rm -f --volumes 0e9d1b9683b4e7c1dc53b990df3d2a291075bd17b9c73088aad4dfc2e7f1dff6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:58:08.921Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-30T04:58:08.921Z] [2023-01-30T04:58:08.921Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:58:09.220Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-30T04:58:09.220Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-01-30T04:58:09.220Z] ab5ef0e58194: Pulling fs layer [2023-01-30T04:58:09.220Z] 9712f1f96733: Pulling fs layer [2023-01-30T04:58:09.220Z] 63f879dbbcfc: Pulling fs layer [2023-01-30T04:58:09.220Z] 0d9ebad4ef96: Pulling fs layer [2023-01-30T04:58:09.220Z] e9a5061849ea: Pulling fs layer [2023-01-30T04:58:09.220Z] d747dcd14b5f: Pulling fs layer [2023-01-30T04:58:09.220Z] 2de7ff778b66: Pulling fs layer [2023-01-30T04:58:09.220Z] 0d9ebad4ef96: Waiting [2023-01-30T04:58:09.220Z] d747dcd14b5f: Waiting [2023-01-30T04:58:09.220Z] 2de7ff778b66: Waiting [2023-01-30T04:58:09.220Z] e9a5061849ea: Waiting [2023-01-30T04:58:09.220Z] 9712f1f96733: Download complete [2023-01-30T04:58:10.239Z] 63f879dbbcfc: Verifying Checksum [2023-01-30T04:58:10.239Z] 63f879dbbcfc: Download complete [2023-01-30T04:58:10.508Z] 0d9ebad4ef96: Verifying Checksum [2023-01-30T04:58:10.508Z] 0d9ebad4ef96: Download complete [2023-01-30T04:58:10.508Z] d747dcd14b5f: Verifying Checksum [2023-01-30T04:58:10.508Z] d747dcd14b5f: Download complete [2023-01-30T04:58:10.508Z] e9a5061849ea: Verifying Checksum [2023-01-30T04:58:10.508Z] e9a5061849ea: Download complete [2023-01-30T04:58:10.766Z] ab5ef0e58194: Verifying Checksum [2023-01-30T04:58:10.766Z] ab5ef0e58194: Download complete [2023-01-30T04:58:10.766Z] 2de7ff778b66: Verifying Checksum [2023-01-30T04:58:10.766Z] 2de7ff778b66: Download complete [2023-01-30T04:58:13.293Z] ab5ef0e58194: Pull complete [2023-01-30T04:58:13.551Z] 9712f1f96733: Pull complete [2023-01-30T04:58:14.483Z] 63f879dbbcfc: Pull complete [2023-01-30T04:58:17.762Z] 0d9ebad4ef96: Pull complete [2023-01-30T04:58:18.020Z] e9a5061849ea: Pull complete [2023-01-30T04:58:18.278Z] d747dcd14b5f: Pull complete [2023-01-30T04:58:19.212Z] 2de7ff778b66: Pull complete [2023-01-30T04:58:19.212Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-01-30T04:58:19.212Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-30T04:58:19.212Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T04:58:19.295Z] prd-ubuntu20.04-docker-8c-8g-3937 does not seem to be running inside a container [2023-01-30T04:58:19.331Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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:0.23.1-centos7 cat [2023-01-30T04:58:23.190Z] $ docker top a2d4d09c7abeb383f2b003de82f2e0a3eedf0b834435b8e163bb0894abfd4e86 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-01-30T04:58:23.253Z] provisioning config files... [2023-01-30T04:58:23.259Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config15975744320849188874tmp [2023-01-30T04:58:23.268Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config10852885701392556765tmp [2023-01-30T04:58:23.274Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config15314134323465361070tmp [Pipeline] { [Pipeline] echo [2023-01-30T04:58:23.286Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T04:58:23.564Z] ---> sigul-configuration.sh [2023-01-30T04:58:23.564Z] gpg: directory `/root/.gnupg' created [2023-01-30T04:58:23.564Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-01-30T04:58:23.564Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-01-30T04:58:23.564Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-01-30T04:58:23.564Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-01-30T04:58:23.564Z] gpg: CAST5 encrypted data [2023-01-30T04:58:23.564Z] gpg: encrypted with 1 passphrase [2023-01-30T04:58:23.564Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-01-30T04:58:23.848Z] + mkdir /home/jenkins [2023-01-30T04:58:23.848Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-01-30T04:58:24.133Z] + 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 [2023-01-30T04:58:24.143Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T04:58:24.432Z] ---> sigul-install.sh [2023-01-30T04:58:24.432Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-01-30T04:58:24.718Z] + git tag --list [2023-01-30T04:58:24.718Z] v1.0.0 [2023-01-30T04:58:24.718Z] v1.1.0 [2023-01-30T04:58:24.718Z] v1.1.1 [2023-01-30T04:58:24.718Z] v1.2.1 [2023-01-30T04:58:24.718Z] v1.2.2 [2023-01-30T04:58:24.718Z] v1.2.3 [2023-01-30T04:58:24.718Z] v1.3.0 [2023-01-30T04:58:24.718Z] v1.3.1 [2023-01-30T04:58:24.718Z] v2.0.0 [2023-01-30T04:58:24.718Z] v2.1.0 [2023-01-30T04:58:24.718Z] v2.1.1 [2023-01-30T04:58:24.718Z] v2.1.1-dev.1 [2023-01-30T04:58:24.718Z] v2.1.1-dev.2 [2023-01-30T04:58:24.718Z] v2.2.0 [2023-01-30T04:58:24.718Z] v2.2.1-dev.1 [2023-01-30T04:58:24.718Z] v2.2.1-dev.2 [2023-01-30T04:58:24.718Z] v2.2.1-dev.3 [2023-01-30T04:58:24.718Z] v2.2.1-dev.4 [2023-01-30T04:58:24.718Z] v2.2.1-dev.5 [2023-01-30T04:58:24.718Z] v2.2.1-dev.6 [2023-01-30T04:58:24.718Z] v2.2.1-dev.7 [2023-01-30T04:58:24.718Z] v2.2.1-dev.8 [2023-01-30T04:58:24.718Z] v2.3.0 [2023-01-30T04:58:24.718Z] v2.3.0-dev.10 [2023-01-30T04:58:24.718Z] v2.3.0-dev.11 [2023-01-30T04:58:24.718Z] v2.3.0-dev.12 [2023-01-30T04:58:24.718Z] v2.3.0-dev.13 [2023-01-30T04:58:24.718Z] v2.3.0-dev.14 [2023-01-30T04:58:24.718Z] v2.3.0-dev.15 [2023-01-30T04:58:24.718Z] v2.3.0-dev.16 [2023-01-30T04:58:24.718Z] v2.3.0-dev.17 [2023-01-30T04:58:24.718Z] v2.3.0-dev.18 [2023-01-30T04:58:24.718Z] v2.3.0-dev.19 [2023-01-30T04:58:24.718Z] v2.3.0-dev.20 [2023-01-30T04:58:24.718Z] v2.3.0-dev.21 [2023-01-30T04:58:24.718Z] v2.3.0-dev.22 [2023-01-30T04:58:24.718Z] v2.3.0-dev.23 [2023-01-30T04:58:24.718Z] v2.3.0-dev.24 [2023-01-30T04:58:24.718Z] v2.3.0-dev.25 [2023-01-30T04:58:24.718Z] v2.3.0-dev.26 [2023-01-30T04:58:24.718Z] v2.3.0-dev.27 [2023-01-30T04:58:24.718Z] v2.3.0-dev.28 [2023-01-30T04:58:24.718Z] v2.3.0-dev.29 [2023-01-30T04:58:24.718Z] v2.3.0-dev.30 [2023-01-30T04:58:24.718Z] v2.3.0-dev.8 [2023-01-30T04:58:24.718Z] v2.3.0-dev.9 [2023-01-30T04:58:24.718Z] v3.0.0-dev.1 [2023-01-30T04:58:24.718Z] v3.0.0-dev.2 [2023-01-30T04:58:24.718Z] v3.0.0-dev.3 [2023-01-30T04:58:24.718Z] v3.0.0-dev.4 [2023-01-30T04:58:24.718Z] v3.0.0-dev.5 [2023-01-30T04:58:24.718Z] v3.0.0-dev.6 [Pipeline] sh [2023-01-30T04:58:25.008Z] + lftools sign git-tag v3.0.0-dev.6 [2023-01-30T04:58:25.578Z] Signing Git tag with Sigul... [2023-01-30T04:58:25.578Z] Signing v3.0.0-dev.6 [Pipeline] echo [2023-01-30T04:58:25.847Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T04:58:26.131Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-01-30T04:58:26.138Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-01-30T04:58:26.167Z] $ docker stop --time=1 a2d4d09c7abeb383f2b003de82f2e0a3eedf0b834435b8e163bb0894abfd4e86 [2023-01-30T04:58:27.457Z] $ docker rm -f --volumes a2d4d09c7abeb383f2b003de82f2e0a3eedf0b834435b8e163bb0894abfd4e86 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-01-30T04:58:27.833Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-30T04:58:27.833Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:58:28.127Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-30T04:58:28.127Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T04:58:28.199Z] prd-ubuntu20.04-docker-8c-8g-3937 does not seem to be running inside a container [2023-01-30T04:58:28.238Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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/py-git-semver:0.1.4 cat [2023-01-30T04:58:28.628Z] $ docker top 370de4531f370ce879ae09a0492cf3ea5e81ab6e214159724293ca28e0dffaf9 -eo pid,comm [2023-01-30T04:58:28.669Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-30T04:58:28.669Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-30T04:58:28.708Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-30T04:58:28.708Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-30T04:58:28.821Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-30T04:58:28.831Z] $ docker exec 370de4531f370ce879ae09a0492cf3ea5e81ab6e214159724293ca28e0dffaf9 ssh-agent [2023-01-30T04:58:28.924Z] SSH_AUTH_SOCK=/tmp/ssh-p1Mo8Mrll88c/agent.32 [2023-01-30T04:58:28.924Z] SSH_AGENT_PID=38 [2023-01-30T04:58:28.930Z] Running ssh-add (command line suppressed) [2023-01-30T04:58:29.034Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_465152833825920520.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_465152833825920520.key) [2023-01-30T04:58:29.038Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-30T04:58:29.353Z] + git semver bump pre [2023-01-30T04:58:29.613Z] 2023-01-30 04:58:29,525 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-01-30T04:58:29.613Z] 2023-01-30 04:58:29,525 [bump_version] DEBUG bumping version:3.0.0-dev.6 on axis:pre with prefix:dev [2023-01-30T04:58:29.613Z] 2023-01-30 04:58:29,525 [bump_version] DEBUG bumped version:3.0.0-dev.7 [2023-01-30T04:58:29.613Z] 2023-01-30 04:58:29,525 [write_version] DEBUG write version:3.0.0-dev.7 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True [2023-01-30T04:58:29.613Z] 2023-01-30 04:58:29,525 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-01-30T04:58:29.613Z] 2023-01-30 04:58:29,525 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-01-30T04:58:29.613Z] 2023-01-30 04:58:29,527 [execute] INFO git cat-file --batch-check [2023-01-30T04:58:29.613Z] 2023-01-30 04:58:29,527 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-30T04:58:29.613Z] 2023-01-30 04:58:29,532 [execute] INFO git cat-file --batch [2023-01-30T04:58:29.613Z] 2023-01-30 04:58:29,532 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-30T04:58:29.613Z] 2023-01-30 04:58:29,538 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-01-30T04:58:29.613Z] 3.0.0-dev.7 [Pipeline] } [2023-01-30T04:58:29.632Z] $ docker exec --env ******** --env ******** 370de4531f370ce879ae09a0492cf3ea5e81ab6e214159724293ca28e0dffaf9 ssh-agent -k [2023-01-30T04:58:29.732Z] unset SSH_AUTH_SOCK; [2023-01-30T04:58:29.732Z] unset SSH_AGENT_PID; [2023-01-30T04:58:29.732Z] echo Agent pid 38 killed; [2023-01-30T04:58:29.738Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-30T04:58:30.046Z] + git semver [Pipeline] } [2023-01-30T04:58:30.324Z] $ docker stop --time=1 370de4531f370ce879ae09a0492cf3ea5e81ab6e214159724293ca28e0dffaf9 [2023-01-30T04:58:31.589Z] $ docker rm -f --volumes 370de4531f370ce879ae09a0492cf3ea5e81ab6e214159724293ca28e0dffaf9 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-30T04:58:31.968Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-30T04:58:31.968Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:58:32.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-30T04:58:32.264Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T04:58:32.333Z] prd-ubuntu20.04-docker-8c-8g-3937 does not seem to be running inside a container [2023-01-30T04:58:32.374Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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/py-git-semver:0.1.4 cat [2023-01-30T04:58:32.778Z] $ docker top 875995ea0537be9582a90dae64a838f2936a40845d0ddee028b56edd1bdc335d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-30T04:58:32.855Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-30T04:58:32.855Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-30T04:58:32.961Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-30T04:58:32.972Z] $ docker exec 875995ea0537be9582a90dae64a838f2936a40845d0ddee028b56edd1bdc335d ssh-agent [2023-01-30T04:58:33.074Z] SSH_AUTH_SOCK=/tmp/ssh-7Oiuoo9GrVBV/agent.31 [2023-01-30T04:58:33.074Z] SSH_AGENT_PID=37 [2023-01-30T04:58:33.079Z] Running ssh-add (command line suppressed) [2023-01-30T04:58:33.195Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_3069375400771468749.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_3069375400771468749.key) [2023-01-30T04:58:33.200Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-30T04:58:33.553Z] + git semver push [2023-01-30T04:58:33.812Z] 2023-01-30 04:58:33,674 [run_push] DEBUG push [2023-01-30T04:58:33.812Z] 2023-01-30 04:58:33,674 [execute] INFO git cat-file --batch-check [2023-01-30T04:58:33.812Z] 2023-01-30 04:58:33,674 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-30T04:58:33.812Z] 2023-01-30 04:58:33,679 [execute] INFO git rev-list 6803bc335f4587e3c067198e9eb8f147d6c44d34 -- [2023-01-30T04:58:33.812Z] 2023-01-30 04:58:33,679 [execute] DEBUG Popen(['git', 'rev-list', '6803bc335f4587e3c067198e9eb8f147d6c44d34', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-30T04:58:33.812Z] 2023-01-30 04:58:33,687 [execute] INFO git fetch -v origin [2023-01-30T04:58:33.812Z] 2023-01-30 04:58:33,687 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-01-30T04:58:34.380Z] 2023-01-30 04:58:34,204 [run_push] DEBUG no remote changes detected [2023-01-30T04:58:34.380Z] 2023-01-30 04:58:34,205 [execute] INFO git push origin semver [2023-01-30T04:58:34.380Z] 2023-01-30 04:58:34,205 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-30T04:58:35.318Z] 2023-01-30 04:58:34,980 [run_push] DEBUG push all version tags [2023-01-30T04:58:35.318Z] 2023-01-30 04:58:34,980 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-01-30T04:58:35.318Z] 2023-01-30 04:58:34,981 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) [2023-01-30T04:58:35.886Z] 2023-01-30 04:58:35,754 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-01-30T04:58:35.886Z] 3.0.0-dev.7 [Pipeline] } [2023-01-30T04:58:35.903Z] $ docker exec --env ******** --env ******** 875995ea0537be9582a90dae64a838f2936a40845d0ddee028b56edd1bdc335d ssh-agent -k [2023-01-30T04:58:36.002Z] unset SSH_AUTH_SOCK; [2023-01-30T04:58:36.002Z] unset SSH_AGENT_PID; [2023-01-30T04:58:36.002Z] echo Agent pid 37 killed; [2023-01-30T04:58:36.045Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-30T04:58:36.594Z] + git semver [Pipeline] } [2023-01-30T04:58:36.935Z] $ docker stop --time=1 875995ea0537be9582a90dae64a838f2936a40845d0ddee028b56edd1bdc335d [2023-01-30T04:58:38.235Z] $ docker rm -f --volumes 875995ea0537be9582a90dae64a838f2936a40845d0ddee028b56edd1bdc335d [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 [2023-01-30T04:58:38.772Z] + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] [2023-01-30T04:58:38.772Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2023-01-30T04:58:38.772Z] total 16 [2023-01-30T04:58:38.772Z] drwxr-xr-x 3 root root 4096 Jan 30 04:50 . [2023-01-30T04:58:38.772Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 30 04:58 .. [2023-01-30T04:58:38.772Z] drwxr-xr-x 2 root root 4096 Jan 30 04:50 cost [2023-01-30T04:58:38.772Z] -rw-r--r-- 1 root root 88 Jan 30 04:50 cost.csv [2023-01-30T04:58:38.772Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives [2023-01-30T04:58:38.772Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2023-01-30T04:58:38.772Z] total 16 [2023-01-30T04:58:38.772Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 30 04:50 . [2023-01-30T04:58:38.772Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 30 04:58 .. [2023-01-30T04:58:38.772Z] drwxr-xr-x 2 jenkins jenkins 4096 Jan 30 04:50 cost [2023-01-30T04:58:38.772Z] -rw-r--r-- 1 jenkins jenkins 88 Jan 30 04:50 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-01-30T04:58:39.064Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T04:58:39.925Z] ---> package-listing.sh [2023-01-30T04:58:39.925Z] ++ facter osfamily [2023-01-30T04:58:39.925Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-30T04:58:40.184Z] + OS_FAMILY=debian [2023-01-30T04:58:40.184Z] + workspace=/w/workspace/exfoundry_device-virtual-go_main [2023-01-30T04:58:40.184Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-30T04:58:40.184Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-30T04:58:40.184Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-30T04:58:40.184Z] + PACKAGES=/tmp/packages_start.txt [2023-01-30T04:58:40.184Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2023-01-30T04:58:40.184Z] + PACKAGES=/tmp/packages_end.txt [2023-01-30T04:58:40.184Z] + case "${OS_FAMILY}" in [2023-01-30T04:58:40.184Z] + dpkg -l [2023-01-30T04:58:40.184Z] + grep '^ii' [2023-01-30T04:58:40.184Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-30T04:58:40.184Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-30T04:58:40.184Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-30T04:58:40.184Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2023-01-30T04:58:40.184Z] + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ [2023-01-30T04:58:40.184Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo [2023-01-30T04:58:40.194Z] 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/exfoundry_device-virtual-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-01-30T04:58:40.471Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T04:58:41.029Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-30T04:58:41.029Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T04:58:41.101Z] prd-ubuntu20.04-docker-8c-8g-3937 does not seem to be running inside a container [2023-01-30T04:58:41.137Z] $ 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/exfoundry_device-virtual-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/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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 [2023-01-30T04:58:41.348Z] $ docker top 27a52bb1e635ce56780baf6f8b4a2d27e8dcbe27c17049b1bdd89dfab6cfbf8d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-30T04:58:41.681Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-30T04:58:41.961Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-30T04:58:42.249Z] + ls /var/log/sa-host [2023-01-30T04:58:42.249Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-30T04:58:42.390Z] provisioning config files... [2023-01-30T04:58:42.398Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config5701088202270230232tmp [Pipeline] { [Pipeline] echo [2023-01-30T04:58:42.413Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T04:58:42.701Z] ---> create-netrc.sh [Pipeline] } [2023-01-30T04:58:42.708Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-30T04:58:43.038Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-30T04:58:43.046Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T04:58:43.332Z] ---> sudo-logs.sh [2023-01-30T04:58:43.332Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-30T04:58:43.358Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T04:58:43.638Z] ---> job-cost.sh [2023-01-30T04:58:43.638Z] lf-activate-venv: SKIPPING [2023-01-30T04:58:43.638Z] DEBUG: total: 0.2199999988079071 [2023-01-30T04:58:43.638Z] INFO: Retrieving Stack Cost... [2023-01-30T04:58:44.575Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-30T04:58:44.833Z] INFO: Archiving Costs [Pipeline] echo [2023-01-30T04:58:44.845Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T04:58:45.124Z] ---> logs-deploy.sh [2023-01-30T04:58:45.124Z] lf-activate-venv: SKIPPING [2023-01-30T04:58:45.124Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/77 [2023-01-30T04:58:45.124Z] INFO: archiving workspace using pattern(s): [2023-01-30T04:58:46.058Z] Archives upload complete. [2023-01-30T04:58:46.058Z] INFO: archiving logs to Nexus