Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd 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-ssh3989192772309131274.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-ssh869834996114728004.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-ssh3126541092947987714.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-ssh13184847836473071365.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-ssh12575807406131084794.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 Running on prd-ubuntu20.04-docker-8c-8g-9431 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 > 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 Avoid second fetch Checking out Revision 7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd (main) Commit message: "Merge pull request #351 from hahattan/bump-sdk" > git config core.sparsecheckout # timeout=10 > git checkout -f 7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd # timeout=10 > git rev-list --no-walk 2d65b484a22f596f8919e49ec102563afd6becd3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-09T08:43:22.419Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-09T08:43:22.486Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-09T08:43:22.504Z] ========================================================= [2023-03-09T08:43:22.504Z] EdgeX Global Pipelines Version Info [2023-03-09T08:43:22.504Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-09T08:43:23.237Z] ------------------- [2023-03-09T08:43:23.237Z] stable info: [2023-03-09T08:43:23.237Z] ------------------- [2023-03-09T08:43:23.237Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-09T08:43:23.237Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-09T08:43:23.237Z] Message: update stable to v1.0.244 [2023-03-09T08:43:23.807Z] ------------------- [2023-03-09T08:43:23.807Z] experimental info: [2023-03-09T08:43:23.807Z] ------------------- [2023-03-09T08:43:23.807Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-09T08:43:23.807Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-09T08:43:23.807Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-09T08:43:23.991Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2023-03-09T08:43:24.006Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2023-03-09T08:43:24.018Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-09T08:43:24.031Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-09T08:43:24.045Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-09T08:43:24.058Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-09T08:43:24.074Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-09T08:43:24.084Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-03-09T08:43:24.096Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-09T08:43:24.111Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-09T08:43:24.124Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-09T08:43:24.139Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2023-03-09T08:43:24.152Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-09T08:43:24.165Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-09T08:43:24.177Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-09T08:43:24.191Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-09T08:43:24.203Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-09T08:43:24.217Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-09T08:43:24.228Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-09T08:43:24.242Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-09T08:43:24.254Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-03-09T08:43:24.268Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-03-09T08:43:24.279Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-09T08:43:24.293Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-09T08:43:24.307Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-03-09T08:43:24.320Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-09T08:43:24.332Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-09T08:43:24.343Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-09T08:43:24.357Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-09T08:43:24.370Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-09T08:43:24.384Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd [Pipeline] echo [2023-03-09T08:43:24.393Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7e250d5 [Pipeline] echo [2023-03-09T08:43:24.405Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-09T08:43:24.464Z] provisioning config files... [2023-03-09T08:43:24.477Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8411645861088663278tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-09T08:43:24.778Z] ---> docker-login.sh [2023-03-09T08:43:24.778Z] nexus3.edgexfoundry.org:10001 [2023-03-09T08:43:25.039Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T08:43:25.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T08:43:25.298Z] Configure a credential helper to remove this warning. See [2023-03-09T08:43:25.298Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T08:43:25.298Z] [2023-03-09T08:43:25.298Z] Login Succeeded [2023-03-09T08:43:25.298Z] nexus3.edgexfoundry.org:10002 [2023-03-09T08:43:25.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T08:43:25.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T08:43:25.298Z] Configure a credential helper to remove this warning. See [2023-03-09T08:43:25.298Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T08:43:25.298Z] [2023-03-09T08:43:25.298Z] Login Succeeded [2023-03-09T08:43:25.298Z] nexus3.edgexfoundry.org:10003 [2023-03-09T08:43:25.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T08:43:25.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T08:43:25.298Z] Configure a credential helper to remove this warning. See [2023-03-09T08:43:25.298Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T08:43:25.298Z] [2023-03-09T08:43:25.298Z] Login Succeeded [2023-03-09T08:43:25.298Z] nexus3.edgexfoundry.org:10004 [2023-03-09T08:43:25.559Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T08:43:25.559Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T08:43:25.559Z] Configure a credential helper to remove this warning. See [2023-03-09T08:43:25.559Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T08:43:25.559Z] [2023-03-09T08:43:25.559Z] Login Succeeded [2023-03-09T08:43:25.559Z] docker.io [2023-03-09T08:43:25.559Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T08:43:25.819Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T08:43:25.819Z] Configure a credential helper to remove this warning. See [2023-03-09T08:43:25.819Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T08:43:25.819Z] [2023-03-09T08:43:25.819Z] Login Succeeded [2023-03-09T08:43:25.819Z] ---> docker-login.sh ends [Pipeline] } [2023-03-09T08:43:25.828Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-09T08:43:26.206Z] + git rev-list -1 --merges 7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd~1..7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd [Pipeline] echo [2023-03-09T08:43:26.220Z] -----------> git rev-list -1 --merges 7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd~1..7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd 7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd [2023-03-09T08:43:26.221Z] 7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd [false] [Pipeline] sh [2023-03-09T08:43:26.503Z] + git log --format=format:%s -1 7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd [Pipeline] echo [2023-03-09T08:43:26.518Z] ========================================================= [2023-03-09T08:43:26.518Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-09T08:43:26.518Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-09T08:43:26.858Z] + git log --format=format:%s -1 7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd [Pipeline] echo [2023-03-09T08:43:26.869Z] [semverPrep] GIT_COMMIT: 7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd, Commit Message: Merge pull request #351 from hahattan/bump-sdk [Pipeline] echo [2023-03-09T08:43:26.880Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-09T08:43:27.243Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-09T08:43:27.243Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-09T08:43:27.243Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-09T08:43:27.243Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-09T08:43:27.243Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-09T08:43:27.243Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-09T08:43:27.243Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:43:27.647Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-09T08:43:27.647Z] [2023-03-09T08:43:27.647Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:43:27.955Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-09T08:43:27.955Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-09T08:43:27.955Z] b85a868b505f: Pulling fs layer [2023-03-09T08:43:27.955Z] e2be974225ed: Pulling fs layer [2023-03-09T08:43:27.955Z] 339a4e72a1f5: Pulling fs layer [2023-03-09T08:43:27.955Z] 988bab9f4d93: Pulling fs layer [2023-03-09T08:43:27.955Z] 1469e6f7b9e6: Pulling fs layer [2023-03-09T08:43:27.955Z] eaf3925da568: Pulling fs layer [2023-03-09T08:43:27.955Z] bab4dde63d76: Pulling fs layer [2023-03-09T08:43:27.955Z] bde34c3a00c8: Pulling fs layer [2023-03-09T08:43:27.955Z] b352a97aabf1: Pulling fs layer [2023-03-09T08:43:27.955Z] 1469e6f7b9e6: Waiting [2023-03-09T08:43:27.955Z] eaf3925da568: Waiting [2023-03-09T08:43:27.955Z] bde34c3a00c8: Waiting [2023-03-09T08:43:27.955Z] bab4dde63d76: Waiting [2023-03-09T08:43:27.955Z] 4872d77fe225: Pulling fs layer [2023-03-09T08:43:27.955Z] 988bab9f4d93: Waiting [2023-03-09T08:43:27.955Z] b352a97aabf1: Waiting [2023-03-09T08:43:27.955Z] 4872d77fe225: Waiting [2023-03-09T08:43:27.955Z] 5851b861e8e6: Pulling fs layer [2023-03-09T08:43:27.955Z] 5851b861e8e6: Waiting [2023-03-09T08:43:27.955Z] e2be974225ed: Download complete [2023-03-09T08:43:27.955Z] 988bab9f4d93: Verifying Checksum [2023-03-09T08:43:27.955Z] 988bab9f4d93: Download complete [2023-03-09T08:43:28.217Z] 1469e6f7b9e6: Verifying Checksum [2023-03-09T08:43:28.217Z] 1469e6f7b9e6: Download complete [2023-03-09T08:43:28.217Z] 339a4e72a1f5: Verifying Checksum [2023-03-09T08:43:28.217Z] 339a4e72a1f5: Download complete [2023-03-09T08:43:28.217Z] eaf3925da568: Download complete [2023-03-09T08:43:28.217Z] bde34c3a00c8: Download complete [2023-03-09T08:43:28.217Z] b352a97aabf1: Download complete [2023-03-09T08:43:28.217Z] 4872d77fe225: Download complete [2023-03-09T08:43:28.217Z] 5851b861e8e6: Download complete [2023-03-09T08:43:28.217Z] b85a868b505f: Verifying Checksum [2023-03-09T08:43:28.217Z] b85a868b505f: Download complete [2023-03-09T08:43:28.475Z] bab4dde63d76: Verifying Checksum [2023-03-09T08:43:28.475Z] bab4dde63d76: Download complete [2023-03-09T08:43:29.410Z] b85a868b505f: Pull complete [2023-03-09T08:43:29.410Z] e2be974225ed: Pull complete [2023-03-09T08:43:29.977Z] 339a4e72a1f5: Pull complete [2023-03-09T08:43:29.977Z] 988bab9f4d93: Pull complete [2023-03-09T08:43:30.236Z] 1469e6f7b9e6: Pull complete [2023-03-09T08:43:30.236Z] eaf3925da568: Pull complete [2023-03-09T08:43:32.139Z] bab4dde63d76: Pull complete [2023-03-09T08:43:32.139Z] bde34c3a00c8: Pull complete [2023-03-09T08:43:32.139Z] b352a97aabf1: Pull complete [2023-03-09T08:43:32.139Z] 4872d77fe225: Pull complete [2023-03-09T08:43:32.139Z] 5851b861e8e6: Pull complete [2023-03-09T08:43:32.139Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-09T08:43:32.139Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-09T08:43:32.139Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T08:43:32.219Z] prd-ubuntu20.04-docker-8c-8g-9431 does not seem to be running inside a container [2023-03-09T08:43:32.252Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-09T08:43:33.405Z] $ docker top 73a509524e84ce622c218cdd6239dc6d783b1193a424325c2fd4ab5684a6c159 -eo pid,comm [2023-03-09T08:43:33.467Z] 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-03-09T08:43:33.467Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-09T08:43:33.507Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-09T08:43:33.507Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-09T08:43:33.621Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-09T08:43:33.622Z] $ docker exec 73a509524e84ce622c218cdd6239dc6d783b1193a424325c2fd4ab5684a6c159 ssh-agent [2023-03-09T08:43:33.719Z] SSH_AUTH_SOCK=/tmp/ssh-9NpT9zg4efoo/agent.31 [2023-03-09T08:43:33.719Z] SSH_AGENT_PID=37 [2023-03-09T08:43:33.725Z] Running ssh-add (command line suppressed) [2023-03-09T08:43:33.829Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12329102876733260663.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12329102876733260663.key) [2023-03-09T08:43:33.847Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-09T08:43:34.137Z] + git tag --points-at HEAD [Pipeline] } [2023-03-09T08:43:34.152Z] $ docker exec --env ******** --env ******** 73a509524e84ce622c218cdd6239dc6d783b1193a424325c2fd4ab5684a6c159 ssh-agent -k [2023-03-09T08:43:34.244Z] unset SSH_AUTH_SOCK; [2023-03-09T08:43:34.245Z] unset SSH_AGENT_PID; [2023-03-09T08:43:34.245Z] echo Agent pid 37 killed; [2023-03-09T08:43:34.255Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-09T08:43:34.281Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-09T08:43:34.281Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-09T08:43:34.382Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-09T08:43:34.382Z] $ docker exec 73a509524e84ce622c218cdd6239dc6d783b1193a424325c2fd4ab5684a6c159 ssh-agent [2023-03-09T08:43:34.480Z] SSH_AUTH_SOCK=/tmp/ssh-JYjSds01Gmok/agent.69 [2023-03-09T08:43:34.480Z] SSH_AGENT_PID=75 [2023-03-09T08:43:34.484Z] Running ssh-add (command line suppressed) [2023-03-09T08:43:34.590Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_10577291297792435867.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_10577291297792435867.key) [2023-03-09T08:43:34.606Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-09T08:43:34.897Z] + git semver init [2023-03-09T08:43:35.156Z] 2023-03-09 08:43:35,063 [run_init] DEBUG init version:0.0.0 force:False [2023-03-09T08:43:35.156Z] 2023-03-09 08:43:35,064 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver [2023-03-09T08:43:35.156Z] 2023-03-09 08:43:35,065 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver [2023-03-09T08:43:35.156Z] 2023-03-09 08:43:35,065 [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-03-09T08:43:36.094Z] 2023-03-09 08:43:36,077 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude [2023-03-09T08:43:36.094Z] 2023-03-09 08:43:36,078 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False [2023-03-09T08:43:36.094Z] 2023-03-09 08:43:36,078 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-03-09T08:43:36.094Z] 2023-03-09 08:43:36,078 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-03-09T08:43:36.094Z] 3.0.0-dev.19 [Pipeline] } [2023-03-09T08:43:36.360Z] $ docker exec --env ******** --env ******** 73a509524e84ce622c218cdd6239dc6d783b1193a424325c2fd4ab5684a6c159 ssh-agent -k [2023-03-09T08:43:36.458Z] unset SSH_AUTH_SOCK; [2023-03-09T08:43:36.459Z] unset SSH_AGENT_PID; [2023-03-09T08:43:36.459Z] echo Agent pid 75 killed; [2023-03-09T08:43:36.471Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-09T08:43:36.779Z] + git semver [Pipeline] } [2023-03-09T08:43:37.046Z] $ docker stop --time=1 73a509524e84ce622c218cdd6239dc6d783b1193a424325c2fd4ab5684a6c159 [2023-03-09T08:43:38.398Z] $ docker rm -f --volumes 73a509524e84ce622c218cdd6239dc6d783b1193a424325c2fd4ab5684a6c159 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-09T08:43:38.729Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-09T08:43:38.919Z] Stashed 1 file(s) [Pipeline] echo [2023-03-09T08:43:38.922Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.19 [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-03-09T08:43:39.071Z] provisioning config files... [2023-03-09T08:43:39.081Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config3540577211918094741tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-09T08:43:39.373Z] ---> docker-login.sh [2023-03-09T08:43:39.373Z] nexus3.edgexfoundry.org:10001 [2023-03-09T08:43:39.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T08:43:39.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T08:43:39.373Z] Configure a credential helper to remove this warning. See [2023-03-09T08:43:39.373Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T08:43:39.373Z] [2023-03-09T08:43:39.373Z] Login Succeeded [2023-03-09T08:43:39.373Z] nexus3.edgexfoundry.org:10002 [2023-03-09T08:43:39.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T08:43:39.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T08:43:39.373Z] Configure a credential helper to remove this warning. See [2023-03-09T08:43:39.373Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T08:43:39.373Z] [2023-03-09T08:43:39.373Z] Login Succeeded [2023-03-09T08:43:39.373Z] nexus3.edgexfoundry.org:10003 [2023-03-09T08:43:39.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T08:43:39.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T08:43:39.632Z] Configure a credential helper to remove this warning. See [2023-03-09T08:43:39.632Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T08:43:39.632Z] [2023-03-09T08:43:39.632Z] Login Succeeded [2023-03-09T08:43:39.632Z] nexus3.edgexfoundry.org:10004 [2023-03-09T08:43:39.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T08:43:39.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T08:43:39.632Z] Configure a credential helper to remove this warning. See [2023-03-09T08:43:39.632Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T08:43:39.632Z] [2023-03-09T08:43:39.632Z] Login Succeeded [2023-03-09T08:43:39.632Z] docker.io [2023-03-09T08:43:39.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T08:43:39.892Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T08:43:39.892Z] Configure a credential helper to remove this warning. See [2023-03-09T08:43:39.892Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T08:43:39.892Z] [2023-03-09T08:43:39.892Z] Login Succeeded [2023-03-09T08:43:39.892Z] ---> docker-login.sh ends [Pipeline] } [2023-03-09T08:43:39.901Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-09T08:43:39.952Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-09T08:43:39.962Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-09T08:43:39.969Z] ========================================================= [2023-03-09T08:43:39.969Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-09T08:43:39.969Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:43:40.281Z] + 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-03-09T08:43:40.281Z] Sending build context to Docker daemon 23.39MB [2023-03-09T08:43:40.281Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-03-09T08:43:40.281Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-09T08:43:40.281Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-09T08:43:40.282Z] 213ec9aee27d: Pulling fs layer [2023-03-09T08:43:40.282Z] 4583459ba037: Pulling fs layer [2023-03-09T08:43:40.282Z] 93c1e223e6f2: Pulling fs layer [2023-03-09T08:43:40.282Z] 53926ce57604: Pulling fs layer [2023-03-09T08:43:40.282Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-09T08:43:40.282Z] 22ff95d597cd: Pulling fs layer [2023-03-09T08:43:40.282Z] 12d6caf4c0d1: Pulling fs layer [2023-03-09T08:43:40.282Z] 96b7cbca73a9: Pulling fs layer [2023-03-09T08:43:40.282Z] a7acece74701: Pulling fs layer [2023-03-09T08:43:40.282Z] 22ff95d597cd: Waiting [2023-03-09T08:43:40.282Z] 12d6caf4c0d1: Waiting [2023-03-09T08:43:40.282Z] 96b7cbca73a9: Waiting [2023-03-09T08:43:40.282Z] 53926ce57604: Waiting [2023-03-09T08:43:40.282Z] 21b2b0c7a3f4: Waiting [2023-03-09T08:43:40.544Z] 93c1e223e6f2: Verifying Checksum [2023-03-09T08:43:40.544Z] 4583459ba037: Verifying Checksum [2023-03-09T08:43:40.544Z] 4583459ba037: Download complete [2023-03-09T08:43:40.544Z] 21b2b0c7a3f4: Verifying Checksum [2023-03-09T08:43:40.544Z] 21b2b0c7a3f4: Download complete [2023-03-09T08:43:40.544Z] 22ff95d597cd: Verifying Checksum [2023-03-09T08:43:40.544Z] 22ff95d597cd: Download complete [2023-03-09T08:43:40.544Z] 213ec9aee27d: Verifying Checksum [2023-03-09T08:43:40.544Z] 213ec9aee27d: Download complete [2023-03-09T08:43:40.544Z] 12d6caf4c0d1: Download complete [2023-03-09T08:43:40.544Z] 213ec9aee27d: Pull complete [2023-03-09T08:43:40.807Z] 4583459ba037: Pull complete [2023-03-09T08:43:40.807Z] 93c1e223e6f2: Pull complete [2023-03-09T08:43:41.069Z] a7acece74701: Verifying Checksum [2023-03-09T08:43:41.069Z] a7acece74701: Download complete [2023-03-09T08:43:41.186Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9436 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws [2023-03-09T08:43:41.200Z] Running in /w/workspace/device-virtual-go/90 [Pipeline] { [Pipeline] checkout [2023-03-09T08:43:41.236Z] The recommended git tool is: git [2023-03-09T08:43:41.329Z] 96b7cbca73a9: Verifying Checksum [2023-03-09T08:43:41.329Z] 96b7cbca73a9: Download complete [2023-03-09T08:43:41.329Z] 53926ce57604: Verifying Checksum [2023-03-09T08:43:41.329Z] 53926ce57604: Download complete [2023-03-09T08:43:44.611Z] 53926ce57604: Pull complete [2023-03-09T08:43:44.869Z] 21b2b0c7a3f4: Pull complete [2023-03-09T08:43:44.869Z] 22ff95d597cd: Pull complete [2023-03-09T08:43:44.869Z] 12d6caf4c0d1: Pull complete [2023-03-09T08:43:46.663Z] using credential edgex-jenkins-ssh [2023-03-09T08:43:46.688Z] Cloning the remote Git repository [2023-03-09T08:43:46.770Z] 96b7cbca73a9: Pull complete [2023-03-09T08:43:46.742Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2023-03-09T08:43:46.824Z] > git init /w/workspace/device-virtual-go/90 # timeout=10 [2023-03-09T08:43:47.003Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-03-09T08:43:47.004Z] > git --version # timeout=10 [2023-03-09T08:43:47.033Z] > git --version # 'git version 2.25.1' [2023-03-09T08:43:47.036Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-09T08:43:47.104Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-09T08:43:47.704Z] a7acece74701: Pull complete [2023-03-09T08:43:47.704Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-09T08:43:47.704Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-09T08:43:47.704Z] ---> db6d94c90886 [2023-03-09T08:43:47.704Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-09T08:43:49.609Z] ---> Running in 326da0d335c1 [2023-03-09T08:43:49.609Z] Removing intermediate container 326da0d335c1 [2023-03-09T08:43:49.609Z] ---> 247fc7c9bdcd [2023-03-09T08:43:49.609Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-09T08:43:49.609Z] ---> Running in ebc2efea58b9 [2023-03-09T08:43:49.868Z] Removing intermediate container ebc2efea58b9 [2023-03-09T08:43:49.868Z] ---> 19dadebb418b [2023-03-09T08:43:49.868Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-03-09T08:43:49.279Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-03-09T08:43:49.308Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-09T08:43:50.126Z] ---> Running in 603f0f227878 [2023-03-09T08:43:50.126Z] Removing intermediate container 603f0f227878 [2023-03-09T08:43:50.126Z] ---> e61aa082f4b2 [2023-03-09T08:43:50.126Z] Step 6/12 : WORKDIR /device-virtual-go [2023-03-09T08:43:50.385Z] ---> Running in 3a16468919b7 [2023-03-09T08:43:50.385Z] Removing intermediate container 3a16468919b7 [2023-03-09T08:43:50.385Z] ---> 643b0cb3fc64 [2023-03-09T08:43:50.385Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-09T08:43:50.653Z] Avoid second fetch [2023-03-09T08:43:50.654Z] Checking out Revision 7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd (main) [2023-03-09T08:43:50.669Z] ---> Running in 7b7ddcd23631 [2023-03-09T08:43:50.927Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-09T08:43:51.187Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-09T08:43:50.670Z] > git config core.sparsecheckout # timeout=10 [2023-03-09T08:43:50.693Z] > git checkout -f 7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd # timeout=10 [2023-03-09T08:43:51.324Z] Commit message: "Merge pull request #351 from hahattan/bump-sdk" [2023-03-09T08:43:51.452Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-03-09T08:43:51.452Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-03-09T08:43:51.452Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-03-09T08:43:51.452Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-03-09T08:43:51.453Z] Executing busybox-1.35.0-r17.trigger [2023-03-09T08:43:51.453Z] OK: 216 MiB in 55 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-09T08:43:52.019Z] Removing intermediate container 7b7ddcd23631 [2023-03-09T08:43:52.019Z] ---> 20a0c6ea773c [2023-03-09T08:43:52.019Z] Step 8/12 : COPY go.mod vendor* ./ [2023-03-09T08:43:52.019Z] ---> 66c438c20abd [2023-03-09T08:43:52.019Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T08:43:52.019Z] ---> Running in 85da02b347eb [2023-03-09T08:43:52.272Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-09T08:43:52.272Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-09T08:43:52.272Z] Dload Upload Total Spent Left Speed [2023-03-09T08:43:52.272Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 88548 0 --:--:-- --:--:-- --:--:-- 89167 [Pipeline] sh [2023-03-09T08:43:52.973Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-09T08:43:53.326Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-09T08:43:53.326Z] + sudo tee /etc/docker/daemon.new [2023-03-09T08:43:53.326Z] { [2023-03-09T08:43:53.326Z] "registry-mirrors": [ [2023-03-09T08:43:53.326Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-09T08:43:53.326Z] ], [2023-03-09T08:43:53.326Z] "bip": "10.250.0.254/24", [2023-03-09T08:43:53.326Z] "hosts": [ [2023-03-09T08:43:53.326Z] "tcp://0.0.0.0:5555", [2023-03-09T08:43:53.326Z] "unix:///var/run/docker.sock" [2023-03-09T08:43:53.326Z] ], [2023-03-09T08:43:53.326Z] "mtu": 1458, [2023-03-09T08:43:53.326Z] "selinux-enabled": true, [2023-03-09T08:43:53.326Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-09T08:43:53.326Z] } [Pipeline] sh [2023-03-09T08:43:53.678Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-09T08:43:54.048Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-09T08:44:12.392Z] provisioning config files... [2023-03-09T08:44:12.427Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/90@tmp/config8423707433682769372tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-09T08:44:12.801Z] ---> docker-login.sh [2023-03-09T08:44:12.801Z] nexus3.edgexfoundry.org:10001 [2023-03-09T08:44:13.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T08:44:13.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T08:44:13.395Z] Configure a credential helper to remove this warning. See [2023-03-09T08:44:13.395Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T08:44:13.395Z] [2023-03-09T08:44:13.395Z] Login Succeeded [2023-03-09T08:44:13.395Z] nexus3.edgexfoundry.org:10002 [2023-03-09T08:44:13.668Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T08:44:13.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T08:44:13.940Z] Configure a credential helper to remove this warning. See [2023-03-09T08:44:13.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T08:44:13.940Z] [2023-03-09T08:44:13.940Z] Login Succeeded [2023-03-09T08:44:13.940Z] nexus3.edgexfoundry.org:10003 [2023-03-09T08:44:13.948Z] Removing intermediate container 85da02b347eb [2023-03-09T08:44:13.949Z] ---> f5e89f8172b5 [2023-03-09T08:44:13.949Z] Step 10/12 : COPY . . [2023-03-09T08:44:13.949Z] ---> c6c18c5f513c [2023-03-09T08:44:13.949Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-09T08:44:13.949Z] ---> Running in 5082dae4a0ae [2023-03-09T08:44:13.949Z] Removing intermediate container 5082dae4a0ae [2023-03-09T08:44:13.949Z] ---> 175ef7a9aac3 [2023-03-09T08:44:13.949Z] Step 12/12 : RUN $MAKE [2023-03-09T08:44:13.949Z] ---> Running in 6a638c617dd1 [2023-03-09T08:44:13.949Z] noop [2023-03-09T08:44:13.949Z] Removing intermediate container 6a638c617dd1 [2023-03-09T08:44:13.949Z] ---> a65278485045 [2023-03-09T08:44:13.949Z] Successfully built a65278485045 [2023-03-09T08:44:13.949Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:44:14.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T08:44:14.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T08:44:14.211Z] Configure a credential helper to remove this warning. See [2023-03-09T08:44:14.211Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T08:44:14.211Z] [2023-03-09T08:44:14.211Z] Login Succeeded [2023-03-09T08:44:14.211Z] nexus3.edgexfoundry.org:10004 [2023-03-09T08:44:14.259Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-09T08:44:14.259Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T08:44:14.331Z] prd-ubuntu20.04-docker-8c-8g-9431 does not seem to be running inside a container [2023-03-09T08:44:14.355Z] $ 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 ******** ci-base-image-x86_64 cat [2023-03-09T08:44:14.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T08:44:14.756Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T08:44:14.756Z] Configure a credential helper to remove this warning. See [2023-03-09T08:44:14.756Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T08:44:14.756Z] [2023-03-09T08:44:14.756Z] Login Succeeded [2023-03-09T08:44:14.756Z] docker.io [2023-03-09T08:44:14.755Z] $ docker top 41a92a1a5f1ca4feef186e71dc372505b9ce9889b74587fa62cb22e8e840dd28 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-09T08:44:15.027Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T08:44:15.097Z] + go version [2023-03-09T08:44:15.097Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-09T08:44:15.104Z] $ docker stop --time=1 41a92a1a5f1ca4feef186e71dc372505b9ce9889b74587fa62cb22e8e840dd28 [2023-03-09T08:44:15.299Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T08:44:15.299Z] Configure a credential helper to remove this warning. See [2023-03-09T08:44:15.299Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T08:44:15.299Z] [2023-03-09T08:44:15.299Z] Login Succeeded [2023-03-09T08:44:15.299Z] ---> docker-login.sh ends [2023-03-09T08:44:16.448Z] $ docker rm -f --volumes 41a92a1a5f1ca4feef186e71dc372505b9ce9889b74587fa62cb22e8e840dd28 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2023-03-09T08:44:16.497Z] Deleting 1 temporary files [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] echo [2023-03-09T08:44:16.789Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-09T08:44:16.806Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-09T08:44:16.815Z] ========================================================= [2023-03-09T08:44:16.815Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-09T08:44:16.815Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:44:16.857Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-09T08:44:16.857Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T08:44:16.979Z] prd-ubuntu20.04-docker-8c-8g-9431 does not seem to be running inside a container [2023-03-09T08:44:17.001Z] $ 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 ******** ci-base-image-x86_64 cat [2023-03-09T08:44:17.178Z] + 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-03-09T08:44:17.356Z] $ docker top 1b124ce3e403d8cae29b1ea48c1de40a44daa5189a3d372056b0d7fd3191c149 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-09T08:44:17.449Z] Sending build context to Docker daemon 11.84MB [2023-03-09T08:44:17.696Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh [2023-03-09T08:44:17.721Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-03-09T08:44:17.721Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-09T08:44:17.721Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-09T08:44:17.721Z] 9b18e9b68314: Pulling fs layer [2023-03-09T08:44:17.721Z] 35d82f9e3411: Pulling fs layer [2023-03-09T08:44:17.721Z] e16973657156: Pulling fs layer [2023-03-09T08:44:17.721Z] fc693d55d65f: Pulling fs layer [2023-03-09T08:44:17.721Z] 7e9fc2657dce: Pulling fs layer [2023-03-09T08:44:17.721Z] dda99020689f: Pulling fs layer [2023-03-09T08:44:17.721Z] db1c61fa0a46: Pulling fs layer [2023-03-09T08:44:17.721Z] 891c053d2c06: Pulling fs layer [2023-03-09T08:44:17.721Z] 7e9fc2657dce: Waiting [2023-03-09T08:44:17.721Z] dda99020689f: Waiting [2023-03-09T08:44:17.721Z] db1c61fa0a46: Waiting [2023-03-09T08:44:17.721Z] 891c053d2c06: Waiting [2023-03-09T08:44:17.721Z] fc693d55d65f: Waiting [2023-03-09T08:44:17.721Z] e16973657156: Verifying Checksum [2023-03-09T08:44:17.721Z] e16973657156: Download complete [2023-03-09T08:44:17.721Z] 35d82f9e3411: Verifying Checksum [2023-03-09T08:44:17.722Z] 35d82f9e3411: Download complete [2023-03-09T08:44:17.990Z] + make test [2023-03-09T08:44:17.990Z] go test ./... -coverprofile=coverage.out [2023-03-09T08:44:17.996Z] 7e9fc2657dce: Verifying Checksum [2023-03-09T08:44:17.996Z] 7e9fc2657dce: Download complete [2023-03-09T08:44:17.996Z] dda99020689f: Verifying Checksum [2023-03-09T08:44:17.996Z] dda99020689f: Download complete [2023-03-09T08:44:17.996Z] 9b18e9b68314: Download complete [2023-03-09T08:44:18.249Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-03-09T08:44:18.984Z] 891c053d2c06: Verifying Checksum [2023-03-09T08:44:18.984Z] 891c053d2c06: Download complete [2023-03-09T08:44:20.417Z] db1c61fa0a46: Verifying Checksum [2023-03-09T08:44:20.417Z] db1c61fa0a46: Download complete [2023-03-09T08:44:20.689Z] 9b18e9b68314: Pull complete [2023-03-09T08:44:20.689Z] fc693d55d65f: Download complete [2023-03-09T08:44:21.279Z] 35d82f9e3411: Pull complete [2023-03-09T08:44:21.279Z] e16973657156: Pull complete [2023-03-09T08:44:26.352Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-03-09T08:44:26.352Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.029s coverage: 65.7% of statements [2023-03-09T08:44:31.613Z] 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-03-09T08:44:31.613Z] go vet ./... [2023-03-09T08:44:33.652Z] fc693d55d65f: Pull complete [2023-03-09T08:44:33.652Z] 7e9fc2657dce: Pull complete [2023-03-09T08:44:33.921Z] dda99020689f: Pull complete [2023-03-09T08:44:34.895Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-09T08:44:34.895Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-09T08:44:34.895Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-09T08:44:34.907Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-09T08:44:34.954Z] $ docker stop --time=1 1b124ce3e403d8cae29b1ea48c1de40a44daa5189a3d372056b0d7fd3191c149 [2023-03-09T08:44:36.733Z] $ docker rm -f --volumes 1b124ce3e403d8cae29b1ea48c1de40a44daa5189a3d372056b0d7fd3191c149 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-09T08:44:37.200Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-09T08:44:37.259Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-03-09T08:44:37.773Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-09T08:44:38.058Z] + ls -al . [2023-03-09T08:44:38.058Z] total 192 [2023-03-09T08:44:38.058Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 9 08:44 . [2023-03-09T08:44:38.058Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 08:43 .. [2023-03-09T08:44:38.058Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 9 08:44 .git [2023-03-09T08:44:38.058Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 08:43 .github [2023-03-09T08:44:38.058Z] -rw-rw-r-- 1 jenkins jenkins 337 Mar 9 08:43 .gitignore [2023-03-09T08:44:38.058Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 9 08:43 .golangci.yml [2023-03-09T08:44:38.058Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 9 08:43 .semver [2023-03-09T08:44:38.058Z] -rw-rw-r-- 1 jenkins jenkins 8641 Mar 9 08:43 Attribution.txt [2023-03-09T08:44:38.058Z] -rw-rw-r-- 1 jenkins jenkins 11367 Mar 9 08:43 CHANGELOG.md [2023-03-09T08:44:38.058Z] -rw-rw-r-- 1 jenkins jenkins 1646 Mar 9 08:43 Dockerfile [2023-03-09T08:44:38.058Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 9 08:43 GOVERNANCE.md [2023-03-09T08:44:38.058Z] -rw-rw-r-- 1 jenkins jenkins 660 Mar 9 08:43 Jenkinsfile [2023-03-09T08:44:38.058Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 9 08:43 LICENSE [2023-03-09T08:44:38.058Z] -rw-rw-r-- 1 jenkins jenkins 1661 Mar 9 08:43 Makefile [2023-03-09T08:44:38.058Z] -rw-rw-r-- 1 jenkins jenkins 623 Mar 9 08:43 OWNERS.md [2023-03-09T08:44:38.058Z] -rw-rw-r-- 1 jenkins jenkins 3578 Mar 9 08:43 README.md [2023-03-09T08:44:38.059Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 9 08:43 VERSION [2023-03-09T08:44:38.059Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 08:43 bin [2023-03-09T08:44:38.059Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 08:43 cmd [2023-03-09T08:44:38.059Z] -rw-r--r-- 1 jenkins jenkins 44127 Mar 9 08:44 coverage.out [2023-03-09T08:44:38.059Z] -rw-rw-r-- 1 jenkins jenkins 3253 Mar 9 08:43 go.mod [2023-03-09T08:44:38.059Z] -rw-rw-r-- 1 jenkins jenkins 30608 Mar 9 08:43 go.sum [2023-03-09T08:44:38.059Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 08:43 internal [2023-03-09T08:44:38.059Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 08:43 snap [2023-03-09T08:44:38.059Z] -rw-rw-r-- 1 jenkins jenkins 235 Mar 9 08:43 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:44:38.412Z] + 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=7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd --label arch=amd64 --label version=3.0.0-dev.19 . [2023-03-09T08:44:38.412Z] Sending build context to Docker daemon 23.43MB [2023-03-09T08:44:38.412Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2023-03-09T08:44:38.412Z] Step 2/25 : FROM ${BASE} AS builder [2023-03-09T08:44:38.412Z] ---> a65278485045 [2023-03-09T08:44:38.412Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-09T08:44:38.675Z] ---> Running in 498b05e8f4b7 [2023-03-09T08:44:38.675Z] Removing intermediate container 498b05e8f4b7 [2023-03-09T08:44:38.675Z] ---> 147d2b4f309e [2023-03-09T08:44:38.675Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-03-09T08:44:38.675Z] ---> Running in 5636946ae3c1 [2023-03-09T08:44:38.934Z] Removing intermediate container 5636946ae3c1 [2023-03-09T08:44:38.934Z] ---> 365894dbd626 [2023-03-09T08:44:38.934Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-03-09T08:44:38.934Z] ---> Running in 3ba9100b3367 [2023-03-09T08:44:38.934Z] Removing intermediate container 3ba9100b3367 [2023-03-09T08:44:38.934Z] ---> f3cadf50d430 [2023-03-09T08:44:38.934Z] Step 6/25 : WORKDIR /device-virtual-go [2023-03-09T08:44:38.934Z] ---> Running in 70b6526522c1 [2023-03-09T08:44:39.193Z] Removing intermediate container 70b6526522c1 [2023-03-09T08:44:39.193Z] ---> 42da63c2c86c [2023-03-09T08:44:39.193Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-09T08:44:39.193Z] ---> Running in f99ce7111a39 [2023-03-09T08:44:39.451Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-09T08:44:39.710Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-09T08:44:39.970Z] OK: 216 MiB in 55 packages [2023-03-09T08:44:40.230Z] Removing intermediate container f99ce7111a39 [2023-03-09T08:44:40.230Z] ---> 0d5a204fe0d0 [2023-03-09T08:44:40.230Z] Step 8/25 : COPY go.mod vendor* ./ [2023-03-09T08:44:40.487Z] ---> a74f2560e936 [2023-03-09T08:44:40.487Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T08:44:40.487Z] ---> Running in 916d794c8d6e [2023-03-09T08:44:40.609Z] db1c61fa0a46: Pull complete [2023-03-09T08:44:41.418Z] Removing intermediate container 916d794c8d6e [2023-03-09T08:44:41.418Z] ---> 3a3e3509cba4 [2023-03-09T08:44:41.418Z] Step 10/25 : COPY . . [2023-03-09T08:44:41.986Z] ---> acc9a05dcbb7 [2023-03-09T08:44:41.986Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-09T08:44:41.986Z] ---> Running in 506c5942a17a [2023-03-09T08:44:41.986Z] Removing intermediate container 506c5942a17a [2023-03-09T08:44:41.986Z] ---> 73aa230e67c4 [2023-03-09T08:44:41.986Z] Step 12/25 : RUN $MAKE [2023-03-09T08:44:41.986Z] ---> Running in e1627bb0a239 [2023-03-09T08:44:42.028Z] 891c053d2c06: Pull complete [2023-03-09T08:44:42.029Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-09T08:44:42.029Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-09T08:44:42.029Z] ---> f96f9c87975a [2023-03-09T08:44:42.029Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-09T08:44:42.244Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [2023-03-09T08:44:43.995Z] ---> Running in 71a0949455bc [2023-03-09T08:44:43.995Z] Removing intermediate container 71a0949455bc [2023-03-09T08:44:43.995Z] ---> 52e70f61571a [2023-03-09T08:44:43.995Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-09T08:44:44.265Z] ---> Running in 7be2e7af4603 [2023-03-09T08:44:44.534Z] Removing intermediate container 7be2e7af4603 [2023-03-09T08:44:44.534Z] ---> 39b0358f4cc8 [2023-03-09T08:44:44.534Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-03-09T08:44:44.534Z] ---> Running in 8d9a50e2cda6 [2023-03-09T08:44:45.969Z] Removing intermediate container 8d9a50e2cda6 [2023-03-09T08:44:45.969Z] ---> 82ebe5e02f64 [2023-03-09T08:44:45.969Z] Step 6/12 : WORKDIR /device-virtual-go [2023-03-09T08:44:46.239Z] ---> Running in a63e4a2e35b9 [2023-03-09T08:44:46.507Z] Removing intermediate container a63e4a2e35b9 [2023-03-09T08:44:46.507Z] ---> 25b734d23b9d [2023-03-09T08:44:46.507Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-09T08:44:46.507Z] ---> Running in 37555eb719bc [2023-03-09T08:44:47.934Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-09T08:44:47.934Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-09T08:44:49.352Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-03-09T08:44:49.352Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-03-09T08:44:49.352Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-03-09T08:44:49.352Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-03-09T08:44:49.622Z] Executing busybox-1.35.0-r17.trigger [2023-03-09T08:44:49.622Z] OK: 226 MiB in 55 packages [2023-03-09T08:44:50.592Z] Removing intermediate container 37555eb719bc [2023-03-09T08:44:50.592Z] ---> 66166715f7de [2023-03-09T08:44:50.592Z] Step 8/12 : COPY go.mod vendor* ./ [2023-03-09T08:44:51.184Z] ---> 7b2706235608 [2023-03-09T08:44:51.184Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T08:44:51.184Z] ---> Running in ef4634d65cfa [2023-03-09T08:45:00.313Z] Removing intermediate container e1627bb0a239 [2023-03-09T08:45:00.314Z] ---> 55f7b86fd240 [2023-03-09T08:45:00.314Z] Step 13/25 : FROM alpine:3.16 [2023-03-09T08:45:00.314Z] 3.16: Pulling from library/alpine [2023-03-09T08:45:00.314Z] ef5531b6e74e: Pulling fs layer [2023-03-09T08:45:00.314Z] ef5531b6e74e: Verifying Checksum [2023-03-09T08:45:00.314Z] ef5531b6e74e: Download complete [2023-03-09T08:45:00.314Z] ef5531b6e74e: Pull complete [2023-03-09T08:45:00.314Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-09T08:45:00.314Z] Status: Downloaded newer image for alpine:3.16 [2023-03-09T08:45:00.314Z] ---> dfd21b5a31f5 [2023-03-09T08:45:00.314Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-03-09T08:45:00.314Z] ---> Running in 6f5adac52ffe [2023-03-09T08:45:00.314Z] Removing intermediate container 6f5adac52ffe [2023-03-09T08:45:00.314Z] ---> 0385b92fd7c8 [2023-03-09T08:45:00.314Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-03-09T08:45:00.314Z] ---> Running in 998fe848cf7e [2023-03-09T08:45:00.314Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-09T08:45:00.573Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-09T08:45:00.832Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-09T08:45:00.832Z] Executing busybox-1.35.0-r17.trigger [2023-03-09T08:45:00.832Z] OK: 6 MiB in 15 packages [2023-03-09T08:45:01.094Z] Removing intermediate container 998fe848cf7e [2023-03-09T08:45:01.094Z] ---> 0a554e7fb15e [2023-03-09T08:45:01.094Z] Step 16/25 : WORKDIR / [2023-03-09T08:45:01.351Z] ---> Running in 785dfa3038c4 [2023-03-09T08:45:01.352Z] Removing intermediate container 785dfa3038c4 [2023-03-09T08:45:01.352Z] ---> 042279f6ce4e [2023-03-09T08:45:01.352Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-03-09T08:45:01.609Z] ---> e10ea6cf5757 [2023-03-09T08:45:01.609Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-03-09T08:45:01.609Z] ---> 0e974607c227 [2023-03-09T08:45:01.609Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-03-09T08:45:02.198Z] ---> 4ab52c442548 [2023-03-09T08:45:02.198Z] Step 20/25 : EXPOSE 59900 [2023-03-09T08:45:02.198Z] ---> Running in 81d33a5ef731 [2023-03-09T08:45:02.198Z] Removing intermediate container 81d33a5ef731 [2023-03-09T08:45:02.198Z] ---> 441269e1b06c [2023-03-09T08:45:02.198Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-03-09T08:45:02.458Z] ---> Running in 890a5e43cac0 [2023-03-09T08:45:02.458Z] Removing intermediate container 890a5e43cac0 [2023-03-09T08:45:02.458Z] ---> bfbe9b70bece [2023-03-09T08:45:02.458Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-09T08:45:02.458Z] ---> Running in 22146ecd1795 [2023-03-09T08:45:02.717Z] Removing intermediate container 22146ecd1795 [2023-03-09T08:45:02.717Z] ---> a046d9fe0f2a [2023-03-09T08:45:02.717Z] Step 23/25 : LABEL arch=amd64 [2023-03-09T08:45:02.717Z] ---> Running in 2044365d8d60 [2023-03-09T08:45:02.717Z] Removing intermediate container 2044365d8d60 [2023-03-09T08:45:02.717Z] ---> aa061d33af71 [2023-03-09T08:45:02.717Z] Step 24/25 : LABEL git_sha=7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd [2023-03-09T08:45:02.717Z] ---> Running in b44d01daff02 [2023-03-09T08:45:02.978Z] Removing intermediate container b44d01daff02 [2023-03-09T08:45:02.978Z] ---> 2d89808962db [2023-03-09T08:45:02.978Z] Step 25/25 : LABEL version=3.0.0-dev.19 [2023-03-09T08:45:03.236Z] ---> Running in 5e9118905e46 [2023-03-09T08:45:03.236Z] Removing intermediate container 5e9118905e46 [2023-03-09T08:45:03.236Z] ---> d711e11821e5 [2023-03-09T08:45:03.236Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-09T08:45:03.236Z] Successfully built d711e11821e5 [2023-03-09T08:45:03.236Z] 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-03-09T08:45:03.317Z] provisioning config files... [2023-03-09T08:45:03.324Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config7006264775604680842tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-09T08:45:03.616Z] ---> docker-login.sh [2023-03-09T08:45:03.616Z] nexus3.edgexfoundry.org:10001 [2023-03-09T08:45:03.616Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T08:45:03.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T08:45:03.616Z] Configure a credential helper to remove this warning. See [2023-03-09T08:45:03.616Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T08:45:03.616Z] [2023-03-09T08:45:03.616Z] Login Succeeded [2023-03-09T08:45:03.616Z] nexus3.edgexfoundry.org:10002 [2023-03-09T08:45:03.616Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T08:45:03.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T08:45:03.616Z] Configure a credential helper to remove this warning. See [2023-03-09T08:45:03.616Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T08:45:03.616Z] [2023-03-09T08:45:03.616Z] Login Succeeded [2023-03-09T08:45:03.617Z] nexus3.edgexfoundry.org:10003 [2023-03-09T08:45:03.875Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T08:45:03.875Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T08:45:03.875Z] Configure a credential helper to remove this warning. See [2023-03-09T08:45:03.875Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T08:45:03.875Z] [2023-03-09T08:45:03.875Z] Login Succeeded [2023-03-09T08:45:03.875Z] nexus3.edgexfoundry.org:10004 [2023-03-09T08:45:03.875Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T08:45:03.875Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T08:45:03.875Z] Configure a credential helper to remove this warning. See [2023-03-09T08:45:03.875Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T08:45:03.875Z] [2023-03-09T08:45:03.875Z] Login Succeeded [2023-03-09T08:45:03.875Z] docker.io [2023-03-09T08:45:03.875Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T08:45:04.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T08:45:04.444Z] Configure a credential helper to remove this warning. See [2023-03-09T08:45:04.444Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T08:45:04.444Z] [2023-03-09T08:45:04.444Z] Login Succeeded [2023-03-09T08:45:04.444Z] ---> docker-login.sh ends [Pipeline] } [2023-03-09T08:45:04.452Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T08:45:04.485Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-09T08:45:04.508Z] [edgeXDocker.push] Tagging docker image device-virtual with the following tags: [2023-03-09T08:45:04.508Z] 7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd [2023-03-09T08:45:04.508Z] latest [2023-03-09T08:45:04.508Z] 3.0.0-dev.19 [2023-03-09T08:45:04.508Z] 7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd-3.0.0-dev.19 [2023-03-09T08:45:04.508Z] main [2023-03-09T08:45:04.508Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:45:04.825Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:45:05.133Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd [2023-03-09T08:45:05.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-03-09T08:45:05.133Z] 965a8b2f69ca: Preparing [2023-03-09T08:45:05.133Z] 320d7bbe02c6: Preparing [2023-03-09T08:45:05.133Z] c909da8e01b4: Preparing [2023-03-09T08:45:05.133Z] 5cf04ce85a3c: Preparing [2023-03-09T08:45:05.133Z] aa5968d388b8: Preparing [2023-03-09T08:45:05.133Z] aa5968d388b8: Layer already exists [2023-03-09T08:45:05.133Z] 5cf04ce85a3c: Pushed [2023-03-09T08:45:05.133Z] 320d7bbe02c6: Pushed [2023-03-09T08:45:05.133Z] c909da8e01b4: Pushed [2023-03-09T08:45:07.678Z] 965a8b2f69ca: Pushed [2023-03-09T08:45:07.678Z] 7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd: digest: sha256:8301412355fbef2fade780311e328d47c34fc84c29b505b3fdd191e0815dd9ab size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:45:07.989Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:45:08.294Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest [2023-03-09T08:45:08.294Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-03-09T08:45:08.295Z] 965a8b2f69ca: Preparing [2023-03-09T08:45:08.295Z] 320d7bbe02c6: Preparing [2023-03-09T08:45:08.295Z] c909da8e01b4: Preparing [2023-03-09T08:45:08.295Z] 5cf04ce85a3c: Preparing [2023-03-09T08:45:08.295Z] aa5968d388b8: Preparing [2023-03-09T08:45:08.295Z] 965a8b2f69ca: Layer already exists [2023-03-09T08:45:08.295Z] aa5968d388b8: Layer already exists [2023-03-09T08:45:08.295Z] 5cf04ce85a3c: Layer already exists [2023-03-09T08:45:08.295Z] 320d7bbe02c6: Layer already exists [2023-03-09T08:45:08.295Z] c909da8e01b4: Layer already exists [2023-03-09T08:45:08.295Z] latest: digest: sha256:8301412355fbef2fade780311e328d47c34fc84c29b505b3fdd191e0815dd9ab size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:45:08.611Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:45:08.915Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.19 [2023-03-09T08:45:08.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-03-09T08:45:08.915Z] 965a8b2f69ca: Preparing [2023-03-09T08:45:08.915Z] 320d7bbe02c6: Preparing [2023-03-09T08:45:08.915Z] c909da8e01b4: Preparing [2023-03-09T08:45:08.915Z] 5cf04ce85a3c: Preparing [2023-03-09T08:45:08.915Z] aa5968d388b8: Preparing [2023-03-09T08:45:08.915Z] 320d7bbe02c6: Layer already exists [2023-03-09T08:45:08.915Z] aa5968d388b8: Layer already exists [2023-03-09T08:45:08.915Z] c909da8e01b4: Layer already exists [2023-03-09T08:45:08.915Z] 965a8b2f69ca: Layer already exists [2023-03-09T08:45:08.915Z] 5cf04ce85a3c: Layer already exists [2023-03-09T08:45:08.915Z] 3.0.0-dev.19: digest: sha256:8301412355fbef2fade780311e328d47c34fc84c29b505b3fdd191e0815dd9ab size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:45:09.220Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:45:09.525Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd-3.0.0-dev.19 [2023-03-09T08:45:09.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-03-09T08:45:09.525Z] 965a8b2f69ca: Preparing [2023-03-09T08:45:09.525Z] 320d7bbe02c6: Preparing [2023-03-09T08:45:09.525Z] c909da8e01b4: Preparing [2023-03-09T08:45:09.525Z] 5cf04ce85a3c: Preparing [2023-03-09T08:45:09.525Z] aa5968d388b8: Preparing [2023-03-09T08:45:09.525Z] 320d7bbe02c6: Layer already exists [2023-03-09T08:45:09.525Z] 5cf04ce85a3c: Layer already exists [2023-03-09T08:45:09.525Z] 965a8b2f69ca: Layer already exists [2023-03-09T08:45:09.525Z] c909da8e01b4: Layer already exists [2023-03-09T08:45:09.525Z] aa5968d388b8: Layer already exists [2023-03-09T08:45:09.525Z] 7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd-3.0.0-dev.19: digest: sha256:8301412355fbef2fade780311e328d47c34fc84c29b505b3fdd191e0815dd9ab size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:45:09.831Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:45:10.131Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:main [2023-03-09T08:45:10.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-03-09T08:45:10.131Z] 965a8b2f69ca: Preparing [2023-03-09T08:45:10.131Z] 320d7bbe02c6: Preparing [2023-03-09T08:45:10.131Z] c909da8e01b4: Preparing [2023-03-09T08:45:10.131Z] 5cf04ce85a3c: Preparing [2023-03-09T08:45:10.131Z] aa5968d388b8: Preparing [2023-03-09T08:45:10.131Z] c909da8e01b4: Layer already exists [2023-03-09T08:45:10.131Z] 965a8b2f69ca: Layer already exists [2023-03-09T08:45:10.131Z] aa5968d388b8: Layer already exists [2023-03-09T08:45:10.131Z] 5cf04ce85a3c: Layer already exists [2023-03-09T08:45:10.131Z] 320d7bbe02c6: Layer already exists [2023-03-09T08:45:10.131Z] main: digest: sha256:8301412355fbef2fade780311e328d47c34fc84c29b505b3fdd191e0815dd9ab size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T08:45:10.183Z] ===================================================== [Pipeline] echo [2023-03-09T08:45:10.192Z] taggedImages: [2023-03-09T08:45:10.192Z] - nexus3.edgexfoundry.org:10004/device-virtual:7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd [2023-03-09T08:45:10.192Z] - nexus3.edgexfoundry.org:10004/device-virtual:latest [2023-03-09T08:45:10.192Z] - nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.19 [2023-03-09T08:45:10.192Z] - nexus3.edgexfoundry.org:10004/device-virtual:7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd-3.0.0-dev.19 [2023-03-09T08:45:10.192Z] - 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-03-09T08:45:10.565Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-09T08:45:10.565Z] [2023-03-09T08:45:10.565Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:45:10.868Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-09T08:45:10.868Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-09T08:45:10.868Z] 5eb5b503b376: Pulling fs layer [2023-03-09T08:45:10.868Z] 5c69ac0246d0: Pulling fs layer [2023-03-09T08:45:10.868Z] ec43610c2a17: Pulling fs layer [2023-03-09T08:45:10.868Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-09T08:45:10.868Z] 33b1e0a273af: Pulling fs layer [2023-03-09T08:45:10.868Z] 5d3b04190fa2: Pulling fs layer [2023-03-09T08:45:10.868Z] 2f39f015ded8: Pulling fs layer [2023-03-09T08:45:10.868Z] 3a2ae6a8a46f: Waiting [2023-03-09T08:45:10.868Z] 2f39f015ded8: Waiting [2023-03-09T08:45:10.868Z] 33b1e0a273af: Waiting [2023-03-09T08:45:10.868Z] 5c69ac0246d0: Verifying Checksum [2023-03-09T08:45:10.868Z] 5c69ac0246d0: Download complete [2023-03-09T08:45:10.868Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-09T08:45:10.868Z] 3a2ae6a8a46f: Download complete [2023-03-09T08:45:11.127Z] 33b1e0a273af: Verifying Checksum [2023-03-09T08:45:11.127Z] 33b1e0a273af: Download complete [2023-03-09T08:45:11.127Z] 5d3b04190fa2: Verifying Checksum [2023-03-09T08:45:11.127Z] 5d3b04190fa2: Download complete [2023-03-09T08:45:11.127Z] ec43610c2a17: Verifying Checksum [2023-03-09T08:45:11.127Z] ec43610c2a17: Download complete [2023-03-09T08:45:11.127Z] 5eb5b503b376: Verifying Checksum [2023-03-09T08:45:11.127Z] 5eb5b503b376: Download complete [2023-03-09T08:45:11.693Z] 2f39f015ded8: Download complete [2023-03-09T08:45:12.259Z] 5eb5b503b376: Pull complete [2023-03-09T08:45:12.259Z] 5c69ac0246d0: Pull complete [2023-03-09T08:45:12.822Z] ec43610c2a17: Pull complete [2023-03-09T08:45:12.822Z] 3a2ae6a8a46f: Pull complete [2023-03-09T08:45:12.822Z] 33b1e0a273af: Pull complete [2023-03-09T08:45:13.080Z] 5d3b04190fa2: Pull complete [2023-03-09T08:45:17.269Z] 2f39f015ded8: Pull complete [2023-03-09T08:45:17.269Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-09T08:45:17.269Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-09T08:45:17.269Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T08:45:17.338Z] prd-ubuntu20.04-docker-8c-8g-9431 does not seem to be running inside a container [2023-03-09T08:45:17.364Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-09T08:45:19.450Z] $ docker top 6d9f34984f603a12f3ecaa674ea522d4ec552c16a33c8c4b68b40b713e1547ef -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-09T08:45:19.855Z] ---> job-cost.sh [2023-03-09T08:45:19.855Z] lf-activate-venv: SKIPPING [2023-03-09T08:45:19.855Z] INFO: No Stack... [2023-03-09T08:45:20.423Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-09T08:45:20.682Z] INFO: Archiving Costs [Pipeline] sh [2023-03-09T08:45:20.979Z] + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv [2023-03-09T08:45:20.979Z] + cut -d, -f6 [Pipeline] lock [2023-03-09T08:45:20.996Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-90-stack-cost] [2023-03-09T08:45:21.004Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-90-stack-cost] did not exist. Created. [2023-03-09T08:45:21.004Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-90-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-09T08:45:21.307Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-09T08:45:21.341Z] Stashed 1 file(s) [Pipeline] } [2023-03-09T08:45:21.347Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-90-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-09T08:45:21.363Z] $ docker stop --time=1 6d9f34984f603a12f3ecaa674ea522d4ec552c16a33c8c4b68b40b713e1547ef [2023-03-09T08:45:22.559Z] $ docker rm -f --volumes 6d9f34984f603a12f3ecaa674ea522d4ec552c16a33c8c4b68b40b713e1547ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-09T08:45:59.117Z] Removing intermediate container ef4634d65cfa [2023-03-09T08:45:59.117Z] ---> 0c8f1dbb994f [2023-03-09T08:45:59.117Z] Step 10/12 : COPY . . [2023-03-09T08:45:59.117Z] ---> 1f2d5e65cea3 [2023-03-09T08:45:59.117Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-09T08:45:59.117Z] ---> Running in 29f57f881488 [2023-03-09T08:45:59.117Z] Removing intermediate container 29f57f881488 [2023-03-09T08:45:59.117Z] ---> 7d0a9b422a4d [2023-03-09T08:45:59.117Z] Step 12/12 : RUN $MAKE [2023-03-09T08:45:59.117Z] ---> Running in 95d8edca7efe [2023-03-09T08:45:59.117Z] noop [2023-03-09T08:45:59.117Z] Removing intermediate container 95d8edca7efe [2023-03-09T08:45:59.117Z] ---> b95ad1e8faf3 [2023-03-09T08:45:59.117Z] Successfully built b95ad1e8faf3 [2023-03-09T08:45:59.117Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:45:59.469Z] + docker inspect -f . ci-base-image-arm64 [2023-03-09T08:45:59.469Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T08:45:59.670Z] prd-ubuntu20.04-docker-arm64-4c-16g-9436 does not seem to be running inside a container [2023-03-09T08:45:59.735Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/90 -v /w/workspace/device-virtual-go/90:/w/workspace/device-virtual-go/90:rw,z -v /w/workspace/device-virtual-go/90@tmp:/w/workspace/device-virtual-go/90@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-09T08:46:01.000Z] $ docker top 0d04b2e0dcf827b6b8049e47e85745ee570ea446cf415eb61af20bbd945355da -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-09T08:46:01.856Z] + go version [2023-03-09T08:46:01.856Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-09T08:46:01.872Z] $ docker stop --time=1 0d04b2e0dcf827b6b8049e47e85745ee570ea446cf415eb61af20bbd945355da [2023-03-09T08:46:03.563Z] $ docker rm -f --volumes 0d04b2e0dcf827b6b8049e47e85745ee570ea446cf415eb61af20bbd945355da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:46:04.173Z] + docker inspect -f . ci-base-image-arm64 [2023-03-09T08:46:04.173Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T08:46:04.382Z] prd-ubuntu20.04-docker-arm64-4c-16g-9436 does not seem to be running inside a container [2023-03-09T08:46:04.517Z] $ 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/90 -v /w/workspace/device-virtual-go/90:/w/workspace/device-virtual-go/90:rw,z -v /w/workspace/device-virtual-go/90@tmp:/w/workspace/device-virtual-go/90@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-09T08:46:05.891Z] $ docker top d28a34159fa990c2323a0328954eb2c5ad39b5ac9137992a356d23d5e8da5d07 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-09T08:46:06.824Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/90 [Pipeline] fileExists [Pipeline] sh [2023-03-09T08:46:07.507Z] + make test [2023-03-09T08:46:07.507Z] go test ./... -coverprofile=coverage.out [2023-03-09T08:46:09.461Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-03-09T08:47:46.151Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-03-09T08:47:46.151Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.128s coverage: 65.7% of statements [2023-03-09T08:47:46.151Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-09T08:47:46.151Z] go vet ./... [2023-03-09T08:48:12.907Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-09T08:48:12.907Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-09T08:48:12.907Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-09T08:48:12.928Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-09T08:48:12.933Z] $ docker stop --time=1 d28a34159fa990c2323a0328954eb2c5ad39b5ac9137992a356d23d5e8da5d07 [2023-03-09T08:48:14.936Z] $ docker rm -f --volumes d28a34159fa990c2323a0328954eb2c5ad39b5ac9137992a356d23d5e8da5d07 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-09T08:48:15.992Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-09T08:48:16.010Z] Warning: overwriting stash ‘coverage-report’ [2023-03-09T08:48:16.642Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-09T08:48:17.047Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-09T08:48:17.382Z] + ls -al . [2023-03-09T08:48:17.382Z] total 188 [2023-03-09T08:48:17.382Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 9 08:46 . [2023-03-09T08:48:17.382Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 08:43 .. [2023-03-09T08:48:17.382Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 9 08:43 .git [2023-03-09T08:48:17.382Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 08:43 .github [2023-03-09T08:48:17.382Z] -rw-rw-r-- 1 jenkins jenkins 337 Mar 9 08:43 .gitignore [2023-03-09T08:48:17.382Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 9 08:43 .golangci.yml [2023-03-09T08:48:17.382Z] -rw-rw-r-- 1 jenkins jenkins 8641 Mar 9 08:43 Attribution.txt [2023-03-09T08:48:17.382Z] -rw-rw-r-- 1 jenkins jenkins 11367 Mar 9 08:43 CHANGELOG.md [2023-03-09T08:48:17.382Z] -rw-rw-r-- 1 jenkins jenkins 1646 Mar 9 08:43 Dockerfile [2023-03-09T08:48:17.382Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 9 08:43 GOVERNANCE.md [2023-03-09T08:48:17.382Z] -rw-rw-r-- 1 jenkins jenkins 660 Mar 9 08:43 Jenkinsfile [2023-03-09T08:48:17.382Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 9 08:43 LICENSE [2023-03-09T08:48:17.382Z] -rw-rw-r-- 1 jenkins jenkins 1661 Mar 9 08:43 Makefile [2023-03-09T08:48:17.382Z] -rw-rw-r-- 1 jenkins jenkins 623 Mar 9 08:43 OWNERS.md [2023-03-09T08:48:17.382Z] -rw-rw-r-- 1 jenkins jenkins 3578 Mar 9 08:43 README.md [2023-03-09T08:48:17.382Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 9 08:43 VERSION [2023-03-09T08:48:17.382Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 08:43 bin [2023-03-09T08:48:17.382Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 08:43 cmd [2023-03-09T08:48:17.382Z] -rw-r--r-- 1 jenkins jenkins 44127 Mar 9 08:47 coverage.out [2023-03-09T08:48:17.382Z] -rw-rw-r-- 1 jenkins jenkins 3253 Mar 9 08:43 go.mod [2023-03-09T08:48:17.382Z] -rw-rw-r-- 1 jenkins jenkins 30608 Mar 9 08:43 go.sum [2023-03-09T08:48:17.382Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 08:43 internal [2023-03-09T08:48:17.382Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 08:43 snap [2023-03-09T08:48:17.382Z] -rw-rw-r-- 1 jenkins jenkins 235 Mar 9 08:43 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:48:17.737Z] + 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=7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd --label arch=arm64 --label version=3.0.0-dev.19 . [2023-03-09T08:48:18.008Z] Sending build context to Docker daemon 11.89MB [2023-03-09T08:48:18.277Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2023-03-09T08:48:18.277Z] Step 2/25 : FROM ${BASE} AS builder [2023-03-09T08:48:18.277Z] ---> b95ad1e8faf3 [2023-03-09T08:48:18.277Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-09T08:48:18.553Z] ---> Running in 67b4269095bf [2023-03-09T08:48:19.148Z] Removing intermediate container 67b4269095bf [2023-03-09T08:48:19.148Z] ---> 00e93bb5c161 [2023-03-09T08:48:19.148Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-03-09T08:48:19.148Z] ---> Running in b96932c51bd9 [2023-03-09T08:48:19.426Z] Removing intermediate container b96932c51bd9 [2023-03-09T08:48:19.426Z] ---> b459bc0926e0 [2023-03-09T08:48:19.426Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-03-09T08:48:19.426Z] ---> Running in 32e82b399ef5 [2023-03-09T08:48:20.018Z] Removing intermediate container 32e82b399ef5 [2023-03-09T08:48:20.018Z] ---> 97e3be44cbb6 [2023-03-09T08:48:20.018Z] Step 6/25 : WORKDIR /device-virtual-go [2023-03-09T08:48:20.018Z] ---> Running in c5a95b8252dd [2023-03-09T08:48:20.300Z] Removing intermediate container c5a95b8252dd [2023-03-09T08:48:20.300Z] ---> d447f51aa8bb [2023-03-09T08:48:20.300Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-09T08:48:20.577Z] ---> Running in bc610cbb178f [2023-03-09T08:48:22.001Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-09T08:48:22.001Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-09T08:48:23.425Z] OK: 226 MiB in 55 packages [2023-03-09T08:48:24.390Z] Removing intermediate container bc610cbb178f [2023-03-09T08:48:24.390Z] ---> b20e5b10ff49 [2023-03-09T08:48:24.390Z] Step 8/25 : COPY go.mod vendor* ./ [2023-03-09T08:48:24.979Z] ---> f7534576db31 [2023-03-09T08:48:24.979Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T08:48:25.248Z] ---> Running in eea8bacceecf [2023-03-09T08:48:29.522Z] Removing intermediate container eea8bacceecf [2023-03-09T08:48:29.522Z] ---> 8e4347c71e1b [2023-03-09T08:48:29.522Z] Step 10/25 : COPY . . [2023-03-09T08:48:30.948Z] ---> 7e4fb83734b2 [2023-03-09T08:48:30.948Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-09T08:48:30.948Z] ---> Running in f87ddc7e4a7c [2023-03-09T08:48:31.538Z] Removing intermediate container f87ddc7e4a7c [2023-03-09T08:48:31.538Z] ---> 66aa4f082988 [2023-03-09T08:48:31.538Z] Step 12/25 : RUN $MAKE [2023-03-09T08:48:31.538Z] ---> Running in f1b018f17d0f [2023-03-09T08:48:32.961Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [2023-03-09T08:51:10.458Z] Removing intermediate container f1b018f17d0f [2023-03-09T08:51:10.458Z] ---> 6dca76d96d37 [2023-03-09T08:51:10.458Z] Step 13/25 : FROM alpine:3.16 [2023-03-09T08:51:10.458Z] 3.16: Pulling from library/alpine [2023-03-09T08:51:10.458Z] 3760b48202b3: Pulling fs layer [2023-03-09T08:51:10.458Z] 3760b48202b3: Download complete [2023-03-09T08:51:10.458Z] 3760b48202b3: Pull complete [2023-03-09T08:51:10.458Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-09T08:51:10.458Z] Status: Downloaded newer image for alpine:3.16 [2023-03-09T08:51:10.458Z] ---> 4c81e5bf8899 [2023-03-09T08:51:10.458Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-03-09T08:51:10.458Z] ---> Running in c572d453933f [2023-03-09T08:51:10.458Z] Removing intermediate container c572d453933f [2023-03-09T08:51:10.458Z] ---> 7404a39f049d [2023-03-09T08:51:10.458Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-03-09T08:51:10.458Z] ---> Running in 8c9488b045bf [2023-03-09T08:51:10.458Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-09T08:51:10.458Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-09T08:51:10.458Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-09T08:51:10.458Z] Executing busybox-1.35.0-r17.trigger [2023-03-09T08:51:10.458Z] OK: 5 MiB in 15 packages [2023-03-09T08:51:11.050Z] Removing intermediate container 8c9488b045bf [2023-03-09T08:51:11.050Z] ---> abee8f1cb928 [2023-03-09T08:51:11.050Z] Step 16/25 : WORKDIR / [2023-03-09T08:51:11.322Z] ---> Running in 7910b746edcd [2023-03-09T08:51:11.592Z] Removing intermediate container 7910b746edcd [2023-03-09T08:51:11.592Z] ---> 84ef7c768412 [2023-03-09T08:51:11.592Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-03-09T08:51:12.179Z] ---> de54f94e8c58 [2023-03-09T08:51:12.179Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-03-09T08:51:12.771Z] ---> 963d9a6be488 [2023-03-09T08:51:12.771Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-03-09T08:51:14.190Z] ---> 98958ee77182 [2023-03-09T08:51:14.190Z] Step 20/25 : EXPOSE 59900 [2023-03-09T08:51:14.463Z] ---> Running in 22bcdd76e1f7 [2023-03-09T08:51:14.733Z] Removing intermediate container 22bcdd76e1f7 [2023-03-09T08:51:14.733Z] ---> 68aa613fcb68 [2023-03-09T08:51:14.733Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-03-09T08:51:14.733Z] ---> Running in 598d30389f4c [2023-03-09T08:51:15.013Z] Removing intermediate container 598d30389f4c [2023-03-09T08:51:15.013Z] ---> adcc4f2c01ce [2023-03-09T08:51:15.013Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-09T08:51:15.290Z] ---> Running in ead91974b774 [2023-03-09T08:51:15.559Z] Removing intermediate container ead91974b774 [2023-03-09T08:51:15.559Z] ---> 048b2a271f05 [2023-03-09T08:51:15.559Z] Step 23/25 : LABEL arch=arm64 [2023-03-09T08:51:15.559Z] ---> Running in 3090a4434052 [2023-03-09T08:51:16.148Z] Removing intermediate container 3090a4434052 [2023-03-09T08:51:16.148Z] ---> b7a7d64192f8 [2023-03-09T08:51:16.148Z] Step 24/25 : LABEL git_sha=7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd [2023-03-09T08:51:16.148Z] ---> Running in 1dd48a91efd5 [2023-03-09T08:51:16.417Z] Removing intermediate container 1dd48a91efd5 [2023-03-09T08:51:16.417Z] ---> e2400a66216e [2023-03-09T08:51:16.417Z] Step 25/25 : LABEL version=3.0.0-dev.19 [2023-03-09T08:51:16.417Z] ---> Running in 3806dead3624 [2023-03-09T08:51:16.686Z] Removing intermediate container 3806dead3624 [2023-03-09T08:51:16.686Z] ---> c5799bbd9653 [2023-03-09T08:51:16.686Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-09T08:51:16.955Z] Successfully built c5799bbd9653 [2023-03-09T08:51:16.955Z] 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-03-09T08:51:17.070Z] provisioning config files... [2023-03-09T08:51:17.088Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/90@tmp/config4340416972938805688tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-09T08:51:17.441Z] ---> docker-login.sh [2023-03-09T08:51:17.441Z] nexus3.edgexfoundry.org:10001 [2023-03-09T08:51:17.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T08:51:17.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T08:51:17.710Z] Configure a credential helper to remove this warning. See [2023-03-09T08:51:17.710Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T08:51:17.710Z] [2023-03-09T08:51:17.710Z] Login Succeeded [2023-03-09T08:51:17.710Z] nexus3.edgexfoundry.org:10002 [2023-03-09T08:51:17.980Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T08:51:18.249Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T08:51:18.249Z] Configure a credential helper to remove this warning. See [2023-03-09T08:51:18.249Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T08:51:18.249Z] [2023-03-09T08:51:18.249Z] Login Succeeded [2023-03-09T08:51:18.249Z] nexus3.edgexfoundry.org:10003 [2023-03-09T08:51:18.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T08:51:18.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T08:51:18.519Z] Configure a credential helper to remove this warning. See [2023-03-09T08:51:18.519Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T08:51:18.519Z] [2023-03-09T08:51:18.519Z] Login Succeeded [2023-03-09T08:51:18.519Z] nexus3.edgexfoundry.org:10004 [2023-03-09T08:51:18.801Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T08:51:19.077Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T08:51:19.077Z] Configure a credential helper to remove this warning. See [2023-03-09T08:51:19.077Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T08:51:19.077Z] [2023-03-09T08:51:19.077Z] Login Succeeded [2023-03-09T08:51:19.077Z] docker.io [2023-03-09T08:51:19.349Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T08:51:19.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T08:51:19.619Z] Configure a credential helper to remove this warning. See [2023-03-09T08:51:19.619Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T08:51:19.619Z] [2023-03-09T08:51:19.619Z] Login Succeeded [2023-03-09T08:51:19.619Z] ---> docker-login.sh ends [Pipeline] } [2023-03-09T08:51:19.634Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T08:51:19.658Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-09T08:51:19.673Z] [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: [2023-03-09T08:51:19.673Z] 7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd [2023-03-09T08:51:19.673Z] latest [2023-03-09T08:51:19.673Z] 3.0.0-dev.19 [2023-03-09T08:51:19.673Z] 7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd-3.0.0-dev.19 [2023-03-09T08:51:19.673Z] main [2023-03-09T08:51:19.673Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:51:20.042Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:51:20.402Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd [2023-03-09T08:51:20.403Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-03-09T08:51:20.403Z] 6cf0cc589fa1: Preparing [2023-03-09T08:51:20.403Z] 93e7131dcd40: Preparing [2023-03-09T08:51:20.403Z] 9c2f66f53d48: Preparing [2023-03-09T08:51:20.403Z] 1c96f89c6e50: Preparing [2023-03-09T08:51:20.403Z] f70ee36035b9: Preparing [2023-03-09T08:51:20.403Z] f70ee36035b9: Layer already exists [2023-03-09T08:51:20.673Z] 1c96f89c6e50: Pushed [2023-03-09T08:51:20.673Z] 93e7131dcd40: Pushed [2023-03-09T08:51:20.673Z] 9c2f66f53d48: Pushed [2023-03-09T08:51:27.341Z] 6cf0cc589fa1: Pushed [2023-03-09T08:51:27.341Z] 7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd: digest: sha256:0c1ed01e8a8154936ee478d2d74b1dee61544a3e1073c0ee39f514e968d1f868 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:51:27.699Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:51:28.056Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2023-03-09T08:51:28.056Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-03-09T08:51:28.056Z] 6cf0cc589fa1: Preparing [2023-03-09T08:51:28.056Z] 93e7131dcd40: Preparing [2023-03-09T08:51:28.056Z] 9c2f66f53d48: Preparing [2023-03-09T08:51:28.056Z] 1c96f89c6e50: Preparing [2023-03-09T08:51:28.056Z] f70ee36035b9: Preparing [2023-03-09T08:51:28.056Z] 1c96f89c6e50: Layer already exists [2023-03-09T08:51:28.056Z] 93e7131dcd40: Layer already exists [2023-03-09T08:51:28.056Z] 6cf0cc589fa1: Layer already exists [2023-03-09T08:51:28.056Z] 9c2f66f53d48: Layer already exists [2023-03-09T08:51:28.056Z] f70ee36035b9: Layer already exists [2023-03-09T08:51:28.056Z] latest: digest: sha256:0c1ed01e8a8154936ee478d2d74b1dee61544a3e1073c0ee39f514e968d1f868 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:51:28.685Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:51:29.037Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.19 [2023-03-09T08:51:29.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-03-09T08:51:29.037Z] 6cf0cc589fa1: Preparing [2023-03-09T08:51:29.037Z] 93e7131dcd40: Preparing [2023-03-09T08:51:29.037Z] 9c2f66f53d48: Preparing [2023-03-09T08:51:29.037Z] 1c96f89c6e50: Preparing [2023-03-09T08:51:29.037Z] f70ee36035b9: Preparing [2023-03-09T08:51:29.037Z] 6cf0cc589fa1: Layer already exists [2023-03-09T08:51:29.037Z] 9c2f66f53d48: Layer already exists [2023-03-09T08:51:29.037Z] f70ee36035b9: Layer already exists [2023-03-09T08:51:29.037Z] 93e7131dcd40: Layer already exists [2023-03-09T08:51:29.037Z] 1c96f89c6e50: Layer already exists [2023-03-09T08:51:29.307Z] 3.0.0-dev.19: digest: sha256:0c1ed01e8a8154936ee478d2d74b1dee61544a3e1073c0ee39f514e968d1f868 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:51:29.665Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:51:30.016Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd-3.0.0-dev.19 [2023-03-09T08:51:30.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-03-09T08:51:30.017Z] 6cf0cc589fa1: Preparing [2023-03-09T08:51:30.017Z] 93e7131dcd40: Preparing [2023-03-09T08:51:30.017Z] 9c2f66f53d48: Preparing [2023-03-09T08:51:30.017Z] 1c96f89c6e50: Preparing [2023-03-09T08:51:30.017Z] f70ee36035b9: Preparing [2023-03-09T08:51:30.017Z] 9c2f66f53d48: Layer already exists [2023-03-09T08:51:30.017Z] 6cf0cc589fa1: Layer already exists [2023-03-09T08:51:30.017Z] 93e7131dcd40: Layer already exists [2023-03-09T08:51:30.017Z] f70ee36035b9: Layer already exists [2023-03-09T08:51:30.017Z] 1c96f89c6e50: Layer already exists [2023-03-09T08:51:30.286Z] 7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd-3.0.0-dev.19: digest: sha256:0c1ed01e8a8154936ee478d2d74b1dee61544a3e1073c0ee39f514e968d1f868 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:51:30.644Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:51:30.996Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [2023-03-09T08:51:30.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-03-09T08:51:30.996Z] 6cf0cc589fa1: Preparing [2023-03-09T08:51:30.996Z] 93e7131dcd40: Preparing [2023-03-09T08:51:30.996Z] 9c2f66f53d48: Preparing [2023-03-09T08:51:30.996Z] 1c96f89c6e50: Preparing [2023-03-09T08:51:30.996Z] f70ee36035b9: Preparing [2023-03-09T08:51:30.996Z] 6cf0cc589fa1: Layer already exists [2023-03-09T08:51:30.996Z] 9c2f66f53d48: Layer already exists [2023-03-09T08:51:30.996Z] f70ee36035b9: Layer already exists [2023-03-09T08:51:30.996Z] 1c96f89c6e50: Layer already exists [2023-03-09T08:51:30.996Z] 93e7131dcd40: Layer already exists [2023-03-09T08:51:31.266Z] main: digest: sha256:0c1ed01e8a8154936ee478d2d74b1dee61544a3e1073c0ee39f514e968d1f868 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T08:51:31.320Z] ===================================================== [Pipeline] echo [2023-03-09T08:51:31.330Z] taggedImages: [2023-03-09T08:51:31.330Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd [2023-03-09T08:51:31.330Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2023-03-09T08:51:31.330Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.19 [2023-03-09T08:51:31.330Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd-3.0.0-dev.19 [2023-03-09T08:51:31.330Z] - 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-03-09T08:51:31.715Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-09T08:51:31.715Z] [2023-03-09T08:51:31.715Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:51:32.128Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-09T08:51:32.128Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-09T08:51:32.128Z] 8998bd30e6a1: Pulling fs layer [2023-03-09T08:51:32.128Z] 04944245beec: Pulling fs layer [2023-03-09T08:51:32.128Z] 699f458cf7ca: Pulling fs layer [2023-03-09T08:51:32.128Z] 765212b225bb: Pulling fs layer [2023-03-09T08:51:32.128Z] f23df028b6ca: Pulling fs layer [2023-03-09T08:51:32.128Z] d65c8cfc05b1: Pulling fs layer [2023-03-09T08:51:32.128Z] 2437ff75d9bd: Pulling fs layer [2023-03-09T08:51:32.128Z] f23df028b6ca: Waiting [2023-03-09T08:51:32.128Z] d65c8cfc05b1: Waiting [2023-03-09T08:51:32.128Z] 2437ff75d9bd: Waiting [2023-03-09T08:51:32.128Z] 765212b225bb: Waiting [2023-03-09T08:51:32.409Z] 04944245beec: Verifying Checksum [2023-03-09T08:51:32.409Z] 04944245beec: Download complete [2023-03-09T08:51:32.409Z] 765212b225bb: Verifying Checksum [2023-03-09T08:51:32.409Z] 765212b225bb: Download complete [2023-03-09T08:51:32.409Z] f23df028b6ca: Verifying Checksum [2023-03-09T08:51:32.409Z] f23df028b6ca: Download complete [2023-03-09T08:51:32.409Z] d65c8cfc05b1: Verifying Checksum [2023-03-09T08:51:32.409Z] d65c8cfc05b1: Download complete [2023-03-09T08:51:32.712Z] 699f458cf7ca: Verifying Checksum [2023-03-09T08:51:32.712Z] 699f458cf7ca: Download complete [2023-03-09T08:51:33.013Z] 8998bd30e6a1: Download complete [2023-03-09T08:51:35.684Z] 2437ff75d9bd: Verifying Checksum [2023-03-09T08:51:35.684Z] 2437ff75d9bd: Download complete [2023-03-09T08:51:37.636Z] 8998bd30e6a1: Pull complete [2023-03-09T08:51:37.905Z] 04944245beec: Pull complete [2023-03-09T08:51:39.331Z] 699f458cf7ca: Pull complete [2023-03-09T08:51:39.603Z] 765212b225bb: Pull complete [2023-03-09T08:51:40.579Z] f23df028b6ca: Pull complete [2023-03-09T08:51:40.850Z] d65c8cfc05b1: Pull complete [2023-03-09T08:51:55.883Z] 2437ff75d9bd: Pull complete [2023-03-09T08:51:55.883Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-09T08:51:55.883Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-09T08:51:55.883Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T08:51:56.113Z] prd-ubuntu20.04-docker-arm64-4c-16g-9436 does not seem to be running inside a container [2023-03-09T08:51:56.192Z] $ 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/90 -v /w/workspace/device-virtual-go/90:/w/workspace/device-virtual-go/90:rw,z -v /w/workspace/device-virtual-go/90@tmp:/w/workspace/device-virtual-go/90@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-03-09T08:51:59.039Z] $ docker top f5c9e73601955c3c8316ce5f20cb66f39e726bbf4ee9acc08de4f0a0dfd1730b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-09T08:51:59.944Z] ---> job-cost.sh [2023-03-09T08:51:59.944Z] lf-activate-venv: SKIPPING [2023-03-09T08:51:59.944Z] INFO: No Stack... [2023-03-09T08:52:00.214Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-09T08:52:01.184Z] INFO: Archiving Costs [Pipeline] sh [2023-03-09T08:52:01.843Z] + cat /w/workspace/device-virtual-go/90/archives/cost.csv [2023-03-09T08:52:01.843Z] + cut -d, -f6 [Pipeline] lock [2023-03-09T08:52:01.890Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-90-stack-cost] [2023-03-09T08:52:01.895Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-90-stack-cost] did not exist. Created. [2023-03-09T08:52:01.895Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-90-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-09T08:52:02.571Z] /w/workspace/device-virtual-go/90@tmp/durable-038a8c2d/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-09T08:52:03.240Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-09T08:52:03.258Z] Warning: overwriting stash ‘stack-cost’ [2023-03-09T08:52:03.328Z] Stashed 1 file(s) [Pipeline] } [2023-03-09T08:52:03.334Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-90-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-09T08:52:03.349Z] $ docker stop --time=1 f5c9e73601955c3c8316ce5f20cb66f39e726bbf4ee9acc08de4f0a0dfd1730b [2023-03-09T08:52:04.943Z] $ docker rm -f --volumes f5c9e73601955c3c8316ce5f20cb66f39e726bbf4ee9acc08de4f0a0dfd1730b [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-03-09T08:52:05.385Z] provisioning config files... [2023-03-09T08:52:05.392Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config11237190678944298513tmp [Pipeline] { [Pipeline] sh [2023-03-09T08:52:05.683Z] + set +x [2023-03-09T08:52:05.683Z] + + curl -s https://codecov.io/bash [2023-03-09T08:52:05.683Z] bash -s -- [2023-03-09T08:52:05.683Z] [2023-03-09T08:52:05.683Z] _____ _ [2023-03-09T08:52:05.683Z] / ____| | | [2023-03-09T08:52:05.683Z] | | ___ __| | ___ ___ _____ __ [2023-03-09T08:52:05.683Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-09T08:52:05.683Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-09T08:52:05.683Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-09T08:52:05.683Z] Bash-1.0.6 [2023-03-09T08:52:05.683Z] [2023-03-09T08:52:05.683Z] [2023-03-09T08:52:05.683Z] ==> git version 2.25.1 found [2023-03-09T08:52:05.683Z] ==> 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-03-09T08:52:05.683Z] Release-Date: 2020-01-08 [2023-03-09T08:52:05.683Z] 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-03-09T08:52:05.683Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-09T08:52:05.683Z] ==> Jenkins CI detected. [2023-03-09T08:52:05.683Z] current dir:  /w/workspace/exfoundry_device-virtual-go_main [2023-03-09T08:52:05.683Z] project root: . [2023-03-09T08:52:05.683Z] --> token set from env [2023-03-09T08:52:05.683Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-09T08:52:05.683Z] ==> Running gcov in . (disable via -X gcov) [2023-03-09T08:52:05.683Z] ==> Python coveragepy not found [2023-03-09T08:52:05.683Z] ==> Searching for coverage reports in: [2023-03-09T08:52:05.683Z] + . [2023-03-09T08:52:05.683Z] -> Found 1 reports [2023-03-09T08:52:05.683Z] ==> Detecting git/mercurial file structure [2023-03-09T08:52:05.683Z] ==> Reading reports [2023-03-09T08:52:05.683Z] + ./coverage.out bytes=44127 [2023-03-09T08:52:05.943Z] ==> Appending adjustments [2023-03-09T08:52:05.943Z] https://docs.codecov.io/docs/fixing-reports [2023-03-09T08:52:05.943Z] + Found adjustments [2023-03-09T08:52:05.943Z] ==> Gzipping contents [2023-03-09T08:52:05.943Z] 8.0K /tmp/codecov.SBxota.gz [2023-03-09T08:52:05.943Z] ==> Uploading reports [2023-03-09T08:52:05.943Z] url: https://codecov.io [2023-03-09T08:52:05.943Z] query: branch=main&commit=7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd&build=90&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F90%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-09T08:52:05.943Z] -> Pinging Codecov [2023-03-09T08:52:05.943Z] 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=7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd&build=90&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F90%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-09T08:52:05.943Z] -> Uploading to [2023-03-09T08:52:05.943Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-09/5E52B4B073DB2E39498172D8E973AA87/7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd/309ee3ff-381e-41b3-aa41-33d9cedabdc8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230309%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230309T085205Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d8d059c9432867062fba061a8d63a840b85f35be58de7c9e7d32e5b9175250f6 [2023-03-09T08:52:06.201Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-09T08:52:06.201Z] Dload Upload Total Spent Left Speed [2023-03-09T08:52:06.201Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5478 0 0 100 5478 0 23016 --:--:-- --:--:-- --:--:-- 23016 [2023-03-09T08:52:06.201Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd [Pipeline] } [2023-03-09T08:52:06.208Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-03-09T08:52:06.376Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-09T08:52:06.387Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:52:06.741Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-09T08:52:06.741Z] [2023-03-09T08:52:06.741Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:52:07.040Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-09T08:52:07.040Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-09T08:52:07.040Z] df9b9388f04a: Pulling fs layer [2023-03-09T08:52:07.040Z] 52dc419b0ee2: Pulling fs layer [2023-03-09T08:52:07.040Z] 25bc292e5bac: Pulling fs layer [2023-03-09T08:52:07.040Z] 114826534d7a: Pulling fs layer [2023-03-09T08:52:07.040Z] 4657fd5d0bcf: Pulling fs layer [2023-03-09T08:52:07.040Z] 6ad1cebc031e: Pulling fs layer [2023-03-09T08:52:07.040Z] 8a3aa393b2d8: Pulling fs layer [2023-03-09T08:52:07.040Z] 114826534d7a: Waiting [2023-03-09T08:52:07.040Z] 4657fd5d0bcf: Waiting [2023-03-09T08:52:07.040Z] 6ad1cebc031e: Waiting [2023-03-09T08:52:07.040Z] 8a3aa393b2d8: Waiting [2023-03-09T08:52:07.040Z] 25bc292e5bac: Download complete [2023-03-09T08:52:07.040Z] 52dc419b0ee2: Download complete [2023-03-09T08:52:07.040Z] 4657fd5d0bcf: Verifying Checksum [2023-03-09T08:52:07.040Z] 4657fd5d0bcf: Download complete [2023-03-09T08:52:07.040Z] df9b9388f04a: Download complete [2023-03-09T08:52:07.302Z] df9b9388f04a: Pull complete [2023-03-09T08:52:07.302Z] 6ad1cebc031e: Verifying Checksum [2023-03-09T08:52:07.302Z] 6ad1cebc031e: Download complete [2023-03-09T08:52:07.302Z] 52dc419b0ee2: Pull complete [2023-03-09T08:52:07.565Z] 25bc292e5bac: Pull complete [2023-03-09T08:52:07.824Z] 114826534d7a: Verifying Checksum [2023-03-09T08:52:07.824Z] 114826534d7a: Download complete [2023-03-09T08:52:08.081Z] 8a3aa393b2d8: Verifying Checksum [2023-03-09T08:52:08.081Z] 8a3aa393b2d8: Download complete [2023-03-09T08:52:11.365Z] 114826534d7a: Pull complete [2023-03-09T08:52:11.365Z] 4657fd5d0bcf: Pull complete [2023-03-09T08:52:11.365Z] 6ad1cebc031e: Pull complete [2023-03-09T08:52:13.891Z] 8a3aa393b2d8: Pull complete [2023-03-09T08:52:13.892Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-09T08:52:13.892Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-09T08:52:13.892Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T08:52:13.971Z] prd-ubuntu20.04-docker-8c-8g-9431 does not seem to be running inside a container [2023-03-09T08:52:13.993Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-03-09T08:52:16.033Z] $ docker top 3b9eb057afaee75a4850be9f98264b8de8c57ba97c66d3fb30887b36e87485cf -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-09T08:52:16.101Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh [2023-03-09T08:52:16.381Z] + set -o pipefail [2023-03-09T08:52:16.381Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' [2023-03-09T08:52:21.653Z] [2023-03-09T08:52:21.653Z] Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... [2023-03-09T08:52:21.653Z] [2023-03-09T08:52:21.653Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/28e35fd0-54c0-4b4d-8115-61bcd17c2ff8/history/a94d65ac-9c27-4efa-b828-f23d16f4ed9e [2023-03-09T08:52:21.653Z] [2023-03-09T08:52:21.653Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-03-09T08:52:21.653Z] [2023-03-09T08:52:21.653Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-09T08:52:21.653Z] [2023-03-09T08:52:23.031Z] [2023-03-09T08:52:23.031Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-09T08:52:23.031Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-09T08:52:23.031Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-03-09T08:52:23.038Z] $ docker stop --time=1 3b9eb057afaee75a4850be9f98264b8de8c57ba97c66d3fb30887b36e87485cf [2023-03-09T08:52:25.037Z] $ docker rm -f --volumes 3b9eb057afaee75a4850be9f98264b8de8c57ba97c66d3fb30887b36e87485cf [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-03-09T08:52:25.710Z] + git log --format=format:%s -1 7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd [Pipeline] sh [2023-03-09T08:52:25.996Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-09T08:52:25.996Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:52:26.290Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-09T08:52:26.290Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T08:52:26.355Z] prd-ubuntu20.04-docker-8c-8g-9431 does not seem to be running inside a container [2023-03-09T08:52:26.377Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-09T08:52:26.757Z] $ docker top 52662fec0956f1da9a469984915573b785bc168c08cf47a5138ffab9915c68c6 -eo pid,comm [2023-03-09T08:52:26.810Z] 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-03-09T08:52:26.810Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-09T08:52:26.855Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-09T08:52:26.855Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-09T08:52:26.960Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-09T08:52:26.960Z] $ docker exec 52662fec0956f1da9a469984915573b785bc168c08cf47a5138ffab9915c68c6 ssh-agent [2023-03-09T08:52:27.075Z] SSH_AUTH_SOCK=/tmp/ssh-3gJhlpacY9Hv/agent.31 [2023-03-09T08:52:27.075Z] SSH_AGENT_PID=37 [2023-03-09T08:52:27.080Z] Running ssh-add (command line suppressed) [2023-03-09T08:52:27.187Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1657179953493519077.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1657179953493519077.key) [2023-03-09T08:52:27.203Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-09T08:52:27.492Z] + git semver tag [2023-03-09T08:52:27.751Z] 2023-03-09 08:52:27,670 [run_tag] DEBUG tag force:False [2023-03-09T08:52:27.751Z] 2023-03-09 08:52:27,670 [check_head_tag] DEBUG check head tag [2023-03-09T08:52:27.752Z] 2023-03-09 08:52:27,671 [execute] INFO git cat-file --batch-check [2023-03-09T08:52:27.752Z] 2023-03-09 08:52:27,671 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) [2023-03-09T08:52:27.752Z] 2023-03-09 08:52:27,675 [execute] INFO git cat-file --batch [2023-03-09T08:52:27.752Z] 2023-03-09 08:52:27,675 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) [2023-03-09T08:52:27.752Z] 2023-03-09 08:52:27,697 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-03-09T08:52:27.752Z] 2023-03-09 08:52:27,698 [execute] INFO git tag -a v3.0.0-dev.19 -m v3.0.0-dev.19 [2023-03-09T08:52:27.752Z] 2023-03-09 08:52:27,698 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.19', '-m', 'v3.0.0-dev.19'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) [2023-03-09T08:52:27.752Z] 2023-03-09 08:52:27,702 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-03-09T08:52:27.752Z] 3.0.0-dev.19 [Pipeline] } [2023-03-09T08:52:27.759Z] $ docker exec --env ******** --env ******** 52662fec0956f1da9a469984915573b785bc168c08cf47a5138ffab9915c68c6 ssh-agent -k [2023-03-09T08:52:27.874Z] unset SSH_AUTH_SOCK; [2023-03-09T08:52:27.875Z] unset SSH_AGENT_PID; [2023-03-09T08:52:27.875Z] echo Agent pid 37 killed; [2023-03-09T08:52:27.888Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-09T08:52:28.184Z] + git semver [Pipeline] } [2023-03-09T08:52:28.453Z] $ docker stop --time=1 52662fec0956f1da9a469984915573b785bc168c08cf47a5138ffab9915c68c6 [2023-03-09T08:52:29.770Z] $ docker rm -f --volumes 52662fec0956f1da9a469984915573b785bc168c08cf47a5138ffab9915c68c6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:52:30.164Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-09T08:52:30.164Z] [2023-03-09T08:52:30.164Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:52:30.464Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-09T08:52:30.464Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-09T08:52:30.464Z] ab5ef0e58194: Pulling fs layer [2023-03-09T08:52:30.464Z] 9712f1f96733: Pulling fs layer [2023-03-09T08:52:30.464Z] 63f879dbbcfc: Pulling fs layer [2023-03-09T08:52:30.464Z] 0d9ebad4ef96: Pulling fs layer [2023-03-09T08:52:30.464Z] e9a5061849ea: Pulling fs layer [2023-03-09T08:52:30.464Z] d747dcd14b5f: Pulling fs layer [2023-03-09T08:52:30.464Z] 2de7ff778b66: Pulling fs layer [2023-03-09T08:52:30.464Z] e9a5061849ea: Waiting [2023-03-09T08:52:30.464Z] d747dcd14b5f: Waiting [2023-03-09T08:52:30.464Z] 2de7ff778b66: Waiting [2023-03-09T08:52:30.464Z] 0d9ebad4ef96: Waiting [2023-03-09T08:52:30.464Z] 9712f1f96733: Download complete [2023-03-09T08:52:31.045Z] 63f879dbbcfc: Verifying Checksum [2023-03-09T08:52:31.045Z] 63f879dbbcfc: Download complete [2023-03-09T08:52:31.045Z] 0d9ebad4ef96: Verifying Checksum [2023-03-09T08:52:31.045Z] 0d9ebad4ef96: Download complete [2023-03-09T08:52:31.045Z] e9a5061849ea: Verifying Checksum [2023-03-09T08:52:31.045Z] e9a5061849ea: Download complete [2023-03-09T08:52:31.045Z] d747dcd14b5f: Verifying Checksum [2023-03-09T08:52:31.045Z] d747dcd14b5f: Download complete [2023-03-09T08:52:31.305Z] ab5ef0e58194: Verifying Checksum [2023-03-09T08:52:31.305Z] ab5ef0e58194: Download complete [2023-03-09T08:52:31.305Z] 2de7ff778b66: Verifying Checksum [2023-03-09T08:52:31.305Z] 2de7ff778b66: Download complete [2023-03-09T08:52:33.837Z] ab5ef0e58194: Pull complete [2023-03-09T08:52:33.837Z] 9712f1f96733: Pull complete [2023-03-09T08:52:34.403Z] 63f879dbbcfc: Pull complete [2023-03-09T08:52:37.685Z] 0d9ebad4ef96: Pull complete [2023-03-09T08:52:37.685Z] e9a5061849ea: Pull complete [2023-03-09T08:52:37.685Z] d747dcd14b5f: Pull complete [2023-03-09T08:52:38.617Z] 2de7ff778b66: Pull complete [2023-03-09T08:52:38.617Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-09T08:52:38.617Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-09T08:52:38.617Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T08:52:38.692Z] prd-ubuntu20.04-docker-8c-8g-9431 does not seem to be running inside a container [2023-03-09T08:52:38.712Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-03-09T08:52:40.782Z] $ docker top 9f7a7dc936d9dcede9b040381cddcdec5b691825c5a9b7748886f90059efc815 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-09T08:52:40.852Z] provisioning config files... [2023-03-09T08:52:40.858Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config17215821094631192870tmp [2023-03-09T08:52:40.866Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8041098468660406355tmp [2023-03-09T08:52:40.873Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config14279147541222986082tmp [Pipeline] { [Pipeline] echo [2023-03-09T08:52:40.888Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T08:52:41.169Z] ---> sigul-configuration.sh [2023-03-09T08:52:41.169Z] gpg: directory `/root/.gnupg' created [2023-03-09T08:52:41.169Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-09T08:52:41.169Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-09T08:52:41.169Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-09T08:52:41.169Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-09T08:52:41.169Z] gpg: CAST5 encrypted data [2023-03-09T08:52:41.169Z] gpg: encrypted with 1 passphrase [2023-03-09T08:52:41.169Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-09T08:52:41.452Z] + mkdir /home/jenkins [2023-03-09T08:52:41.452Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-09T08:52:41.737Z] + 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-03-09T08:52:41.746Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T08:52:42.032Z] ---> sigul-install.sh [2023-03-09T08:52:42.032Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-09T08:52:42.319Z] + git tag --list [2023-03-09T08:52:42.319Z] v1.0.0 [2023-03-09T08:52:42.319Z] v1.1.0 [2023-03-09T08:52:42.319Z] v1.1.1 [2023-03-09T08:52:42.319Z] v1.2.1 [2023-03-09T08:52:42.319Z] v1.2.2 [2023-03-09T08:52:42.319Z] v1.2.3 [2023-03-09T08:52:42.319Z] v1.3.0 [2023-03-09T08:52:42.319Z] v1.3.1 [2023-03-09T08:52:42.319Z] v2.0.0 [2023-03-09T08:52:42.319Z] v2.1.0 [2023-03-09T08:52:42.319Z] v2.1.1 [2023-03-09T08:52:42.319Z] v2.1.1-dev.1 [2023-03-09T08:52:42.319Z] v2.1.1-dev.2 [2023-03-09T08:52:42.319Z] v2.2.0 [2023-03-09T08:52:42.319Z] v2.2.1-dev.1 [2023-03-09T08:52:42.319Z] v2.2.1-dev.2 [2023-03-09T08:52:42.319Z] v2.2.1-dev.3 [2023-03-09T08:52:42.319Z] v2.2.1-dev.4 [2023-03-09T08:52:42.319Z] v2.2.1-dev.5 [2023-03-09T08:52:42.319Z] v2.2.1-dev.6 [2023-03-09T08:52:42.319Z] v2.2.1-dev.7 [2023-03-09T08:52:42.319Z] v2.2.1-dev.8 [2023-03-09T08:52:42.319Z] v2.3.0 [2023-03-09T08:52:42.319Z] v2.3.0-dev.10 [2023-03-09T08:52:42.319Z] v2.3.0-dev.11 [2023-03-09T08:52:42.319Z] v2.3.0-dev.12 [2023-03-09T08:52:42.319Z] v2.3.0-dev.13 [2023-03-09T08:52:42.319Z] v2.3.0-dev.14 [2023-03-09T08:52:42.319Z] v2.3.0-dev.15 [2023-03-09T08:52:42.319Z] v2.3.0-dev.16 [2023-03-09T08:52:42.319Z] v2.3.0-dev.17 [2023-03-09T08:52:42.319Z] v2.3.0-dev.18 [2023-03-09T08:52:42.319Z] v2.3.0-dev.19 [2023-03-09T08:52:42.319Z] v2.3.0-dev.20 [2023-03-09T08:52:42.319Z] v2.3.0-dev.21 [2023-03-09T08:52:42.319Z] v2.3.0-dev.22 [2023-03-09T08:52:42.319Z] v2.3.0-dev.23 [2023-03-09T08:52:42.319Z] v2.3.0-dev.24 [2023-03-09T08:52:42.319Z] v2.3.0-dev.25 [2023-03-09T08:52:42.319Z] v2.3.0-dev.26 [2023-03-09T08:52:42.319Z] v2.3.0-dev.27 [2023-03-09T08:52:42.319Z] v2.3.0-dev.28 [2023-03-09T08:52:42.319Z] v2.3.0-dev.29 [2023-03-09T08:52:42.319Z] v2.3.0-dev.30 [2023-03-09T08:52:42.319Z] v2.3.0-dev.8 [2023-03-09T08:52:42.319Z] v2.3.0-dev.9 [2023-03-09T08:52:42.319Z] v3.0.0-dev.1 [2023-03-09T08:52:42.319Z] v3.0.0-dev.10 [2023-03-09T08:52:42.319Z] v3.0.0-dev.11 [2023-03-09T08:52:42.319Z] v3.0.0-dev.12 [2023-03-09T08:52:42.319Z] v3.0.0-dev.13 [2023-03-09T08:52:42.319Z] v3.0.0-dev.14 [2023-03-09T08:52:42.319Z] v3.0.0-dev.15 [2023-03-09T08:52:42.319Z] v3.0.0-dev.16 [2023-03-09T08:52:42.319Z] v3.0.0-dev.17 [2023-03-09T08:52:42.319Z] v3.0.0-dev.18 [2023-03-09T08:52:42.319Z] v3.0.0-dev.19 [2023-03-09T08:52:42.319Z] v3.0.0-dev.2 [2023-03-09T08:52:42.319Z] v3.0.0-dev.3 [2023-03-09T08:52:42.319Z] v3.0.0-dev.4 [2023-03-09T08:52:42.319Z] v3.0.0-dev.5 [2023-03-09T08:52:42.319Z] v3.0.0-dev.6 [2023-03-09T08:52:42.319Z] v3.0.0-dev.7 [2023-03-09T08:52:42.319Z] v3.0.0-dev.8 [2023-03-09T08:52:42.319Z] v3.0.0-dev.9 [Pipeline] sh [2023-03-09T08:52:42.607Z] + lftools sign git-tag v3.0.0-dev.19 [2023-03-09T08:52:43.176Z] Signing Git tag with Sigul... [2023-03-09T08:52:43.176Z] Signing v3.0.0-dev.19 [Pipeline] echo [2023-03-09T08:52:43.446Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T08:52:43.730Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-09T08:52:43.738Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-09T08:52:43.753Z] $ docker stop --time=1 9f7a7dc936d9dcede9b040381cddcdec5b691825c5a9b7748886f90059efc815 [2023-03-09T08:52:45.097Z] $ docker rm -f --volumes 9f7a7dc936d9dcede9b040381cddcdec5b691825c5a9b7748886f90059efc815 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-09T08:52:45.521Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-09T08:52:45.521Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:52:45.824Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-09T08:52:45.824Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T08:52:45.898Z] prd-ubuntu20.04-docker-8c-8g-9431 does not seem to be running inside a container [2023-03-09T08:52:45.924Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-09T08:52:46.289Z] $ docker top ff305a0b8b076430261f76f63dd644408d9b8829dbaa789ce78bf5842719a4a1 -eo pid,comm [2023-03-09T08:52:46.339Z] 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-03-09T08:52:46.339Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-09T08:52:46.381Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-09T08:52:46.381Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-09T08:52:46.488Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-09T08:52:46.487Z] $ docker exec ff305a0b8b076430261f76f63dd644408d9b8829dbaa789ce78bf5842719a4a1 ssh-agent [2023-03-09T08:52:46.602Z] SSH_AUTH_SOCK=/tmp/ssh-5R5njwZxk7CR/agent.32 [2023-03-09T08:52:46.602Z] SSH_AGENT_PID=38 [2023-03-09T08:52:46.606Z] Running ssh-add (command line suppressed) [2023-03-09T08:52:46.708Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1324578598774007445.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1324578598774007445.key) [2023-03-09T08:52:46.726Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-09T08:52:47.015Z] + git semver bump pre [2023-03-09T08:52:47.275Z] 2023-03-09 08:52:47,170 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-03-09T08:52:47.275Z] 2023-03-09 08:52:47,170 [bump_version] DEBUG bumping version:3.0.0-dev.19 on axis:pre with prefix:dev [2023-03-09T08:52:47.275Z] 2023-03-09 08:52:47,170 [bump_version] DEBUG bumped version:3.0.0-dev.20 [2023-03-09T08:52:47.275Z] 2023-03-09 08:52:47,171 [write_version] DEBUG write version:3.0.0-dev.20 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True [2023-03-09T08:52:47.275Z] 2023-03-09 08:52:47,171 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-03-09T08:52:47.275Z] 2023-03-09 08:52:47,171 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-03-09T08:52:47.275Z] 2023-03-09 08:52:47,173 [execute] INFO git cat-file --batch-check [2023-03-09T08:52:47.275Z] 2023-03-09 08:52:47,173 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-09T08:52:47.275Z] 2023-03-09 08:52:47,178 [execute] INFO git cat-file --batch [2023-03-09T08:52:47.275Z] 2023-03-09 08:52:47,179 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-09T08:52:47.275Z] 2023-03-09 08:52:47,183 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-03-09T08:52:47.275Z] 3.0.0-dev.20 [Pipeline] } [2023-03-09T08:52:47.281Z] $ docker exec --env ******** --env ******** ff305a0b8b076430261f76f63dd644408d9b8829dbaa789ce78bf5842719a4a1 ssh-agent -k [2023-03-09T08:52:47.385Z] unset SSH_AUTH_SOCK; [2023-03-09T08:52:47.385Z] unset SSH_AGENT_PID; [2023-03-09T08:52:47.385Z] echo Agent pid 38 killed; [2023-03-09T08:52:47.397Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-09T08:52:47.709Z] + git semver [Pipeline] } [2023-03-09T08:52:47.978Z] $ docker stop --time=1 ff305a0b8b076430261f76f63dd644408d9b8829dbaa789ce78bf5842719a4a1 [2023-03-09T08:52:49.265Z] $ docker rm -f --volumes ff305a0b8b076430261f76f63dd644408d9b8829dbaa789ce78bf5842719a4a1 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-09T08:52:49.610Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-09T08:52:49.610Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:52:49.914Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-09T08:52:49.914Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T08:52:49.989Z] prd-ubuntu20.04-docker-8c-8g-9431 does not seem to be running inside a container [2023-03-09T08:52:50.012Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-09T08:52:50.407Z] $ docker top 6284183e032ab533dc962ce0660fcba677bdf045a0b8874c15bf3f5efc6a3132 -eo pid,comm [2023-03-09T08:52:50.462Z] 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-03-09T08:52:50.462Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-09T08:52:50.491Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-09T08:52:50.491Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-09T08:52:50.608Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-09T08:52:50.607Z] $ docker exec 6284183e032ab533dc962ce0660fcba677bdf045a0b8874c15bf3f5efc6a3132 ssh-agent [2023-03-09T08:52:50.735Z] SSH_AUTH_SOCK=/tmp/ssh-oI4lfjjPT6UM/agent.31 [2023-03-09T08:52:50.735Z] SSH_AGENT_PID=37 [2023-03-09T08:52:50.740Z] Running ssh-add (command line suppressed) [2023-03-09T08:52:50.849Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_7617496462466410084.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_7617496462466410084.key) [2023-03-09T08:52:50.867Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-09T08:52:51.151Z] + git semver push [2023-03-09T08:52:51.410Z] 2023-03-09 08:52:51,330 [run_push] DEBUG push [2023-03-09T08:52:51.410Z] 2023-03-09 08:52:51,330 [execute] INFO git cat-file --batch-check [2023-03-09T08:52:51.410Z] 2023-03-09 08:52:51,330 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-09T08:52:51.410Z] 2023-03-09 08:52:51,334 [execute] INFO git rev-list d243df528b727b6c63cdcdf42300af76bcf7ee24 -- [2023-03-09T08:52:51.410Z] 2023-03-09 08:52:51,334 [execute] DEBUG Popen(['git', 'rev-list', 'd243df528b727b6c63cdcdf42300af76bcf7ee24', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-09T08:52:51.410Z] 2023-03-09 08:52:51,343 [execute] INFO git fetch -v origin [2023-03-09T08:52:51.410Z] 2023-03-09 08:52:51,343 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-03-09T08:52:51.978Z] 2023-03-09 08:52:51,855 [run_push] DEBUG no remote changes detected [2023-03-09T08:52:51.978Z] 2023-03-09 08:52:51,855 [execute] INFO git push origin semver [2023-03-09T08:52:51.978Z] 2023-03-09 08:52:51,855 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-09T08:52:52.917Z] 2023-03-09 08:52:52,621 [run_push] DEBUG push all version tags [2023-03-09T08:52:52.917Z] 2023-03-09 08:52:52,621 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-09T08:52:52.917Z] 2023-03-09 08:52:52,621 [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-03-09T08:52:53.485Z] 2023-03-09 08:52:53,403 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-03-09T08:52:53.485Z] 3.0.0-dev.20 [Pipeline] } [2023-03-09T08:52:53.491Z] $ docker exec --env ******** --env ******** 6284183e032ab533dc962ce0660fcba677bdf045a0b8874c15bf3f5efc6a3132 ssh-agent -k [2023-03-09T08:52:53.596Z] unset SSH_AUTH_SOCK; [2023-03-09T08:52:53.597Z] unset SSH_AGENT_PID; [2023-03-09T08:52:53.597Z] echo Agent pid 37 killed; [2023-03-09T08:52:53.612Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-09T08:52:53.917Z] + git semver [Pipeline] } [2023-03-09T08:52:54.183Z] $ docker stop --time=1 6284183e032ab533dc962ce0660fcba677bdf045a0b8874c15bf3f5efc6a3132 [2023-03-09T08:52:55.494Z] $ docker rm -f --volumes 6284183e032ab533dc962ce0660fcba677bdf045a0b8874c15bf3f5efc6a3132 [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-03-09T08:52:56.031Z] + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] [2023-03-09T08:52:56.031Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2023-03-09T08:52:56.031Z] total 16 [2023-03-09T08:52:56.031Z] drwxr-xr-x 3 root root 4096 Mar 9 08:45 . [2023-03-09T08:52:56.031Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 9 08:52 .. [2023-03-09T08:52:56.031Z] drwxr-xr-x 2 root root 4096 Mar 9 08:45 cost [2023-03-09T08:52:56.031Z] -rw-r--r-- 1 root root 88 Mar 9 08:45 cost.csv [2023-03-09T08:52:56.031Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives [2023-03-09T08:52:56.031Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2023-03-09T08:52:56.031Z] total 16 [2023-03-09T08:52:56.031Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 9 08:45 . [2023-03-09T08:52:56.031Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 9 08:52 .. [2023-03-09T08:52:56.031Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 9 08:45 cost [2023-03-09T08:52:56.031Z] -rw-r--r-- 1 jenkins jenkins 88 Mar 9 08:45 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-09T08:52:56.322Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T08:52:57.179Z] ---> package-listing.sh [2023-03-09T08:52:57.179Z] ++ facter osfamily [2023-03-09T08:52:57.179Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-09T08:52:57.437Z] + OS_FAMILY=debian [2023-03-09T08:52:57.437Z] + workspace=/w/workspace/exfoundry_device-virtual-go_main [2023-03-09T08:52:57.437Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-09T08:52:57.437Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-09T08:52:57.437Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-09T08:52:57.437Z] + PACKAGES=/tmp/packages_start.txt [2023-03-09T08:52:57.437Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2023-03-09T08:52:57.437Z] + PACKAGES=/tmp/packages_end.txt [2023-03-09T08:52:57.437Z] + case "${OS_FAMILY}" in [2023-03-09T08:52:57.437Z] + dpkg -l [2023-03-09T08:52:57.437Z] + grep '^ii' [2023-03-09T08:52:57.437Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-09T08:52:57.437Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-09T08:52:57.437Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-09T08:52:57.437Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2023-03-09T08:52:57.437Z] + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ [2023-03-09T08:52:57.437Z] + 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-03-09T08:52:57.448Z] 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-03-09T08:52:57.726Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T08:52:58.285Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-09T08:52:58.285Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T08:52:58.436Z] prd-ubuntu20.04-docker-8c-8g-9431 does not seem to be running inside a container [2023-03-09T08:52:58.491Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-09T08:52:58.721Z] $ docker top c186f7c5ed5f2962d68139cbb45bd78625d9ebe33574398c15439f605eb20a44 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-09T08:52:59.084Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-09T08:52:59.367Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-09T08:52:59.651Z] + ls /var/log/sa-host [2023-03-09T08:52:59.651Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-09T08:52:59.715Z] provisioning config files... [2023-03-09T08:52:59.723Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config17279466135878785242tmp [Pipeline] { [Pipeline] echo [2023-03-09T08:52:59.737Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T08:53:00.018Z] ---> create-netrc.sh [Pipeline] } [2023-03-09T08:53:00.025Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-09T08:53:00.353Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-09T08:53:00.361Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T08:53:00.644Z] ---> sudo-logs.sh [2023-03-09T08:53:00.644Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-09T08:53:00.671Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T08:53:00.950Z] ---> job-cost.sh [2023-03-09T08:53:00.950Z] lf-activate-venv: SKIPPING [2023-03-09T08:53:00.950Z] DEBUG: total: 0.2199999988079071 [2023-03-09T08:53:00.950Z] INFO: Retrieving Stack Cost... [2023-03-09T08:53:01.518Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-09T08:53:01.777Z] INFO: Archiving Costs [Pipeline] echo [2023-03-09T08:53:01.792Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T08:53:02.077Z] ---> logs-deploy.sh [2023-03-09T08:53:02.077Z] lf-activate-venv: SKIPPING [2023-03-09T08:53:02.077Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/90 [2023-03-09T08:53:02.077Z] INFO: archiving workspace using pattern(s): [2023-03-09T08:53:03.015Z] Archives upload complete. [2023-03-09T08:53:03.015Z] INFO: archiving logs to Nexus