Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 47b604616574ded3ba804dffb2a679ce0d70252d 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-ssh12290074908796035134.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-ssh2637330415788632582.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 4fc256d9079ed2258907e613f84b1b8da264a4bd The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-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-rest-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16829916084641215076.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4fc256d9079ed2258907e613f84b1b8da264a4bd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc256d9079ed2258907e613f84b1b8da264a4bd # timeout=10 Commit message: "Merge pull request #430 from ernestojeda/release-lock" > 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-ssh14347278795056137163.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-rest-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-rest-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12503022426049223794.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-rest-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-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 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-rest DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-15784’ is offline Running on prd-ubuntu20.04-docker-8c-8g-15785 in /w/workspace/edgexfoundry_device-rest-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-rest-go.git > git init /w/workspace/edgexfoundry_device-rest-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-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-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 47b604616574ded3ba804dffb2a679ce0d70252d (main) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 (#320)" > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 47b604616574ded3ba804dffb2a679ce0d70252d # timeout=10 > git rev-list --no-walk 6a379586ffcd355aa503b0695be8055d1eb693b2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-16T22:19:35.797Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-05-16T22:19:35.842Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-16T22:19:35.860Z] ========================================================= [2023-05-16T22:19:35.860Z] EdgeX Global Pipelines Version Info [2023-05-16T22:19:35.860Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-05-16T22:19:36.570Z] ------------------- [2023-05-16T22:19:36.570Z] stable info: [2023-05-16T22:19:36.570Z] ------------------- [2023-05-16T22:19:36.570Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-05-16T22:19:36.570Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-16T22:19:36.570Z] Message: update stable to v1.0.249 [2023-05-16T22:19:37.140Z] ------------------- [2023-05-16T22:19:37.140Z] experimental info: [2023-05-16T22:19:37.140Z] ------------------- [2023-05-16T22:19:37.140Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-16T22:19:37.140Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-16T22:19:37.140Z] Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-16T22:19:37.322Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2023-05-16T22:19:37.337Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2023-05-16T22:19:37.347Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-16T22:19:37.360Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-16T22:19:37.373Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-16T22:19:37.387Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-16T22:19:37.398Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-16T22:19:37.412Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-05-16T22:19:37.423Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-16T22:19:37.434Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-16T22:19:37.451Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-16T22:19:37.462Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2023-05-16T22:19:37.480Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-16T22:19:37.490Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-16T22:19:37.508Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-16T22:19:37.529Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-05-16T22:19:37.544Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-05-16T22:19:37.559Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-05-16T22:19:37.570Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-16T22:19:37.585Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-16T22:19:37.602Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-05-16T22:19:37.620Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-05-16T22:19:37.638Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-05-16T22:19:37.656Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-05-16T22:19:37.675Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-05-16T22:19:37.685Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-16T22:19:37.699Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-16T22:19:37.719Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-05-16T22:19:37.732Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-05-16T22:19:37.747Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-05-16T22:19:37.764Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 47b604616574ded3ba804dffb2a679ce0d70252d [Pipeline] echo [2023-05-16T22:19:37.783Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 47b6046 [Pipeline] echo [2023-05-16T22:19:37.803Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-16T22:19:37.859Z] provisioning config files... [2023-05-16T22:19:37.873Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config248576757293586074tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-16T22:19:38.177Z] ---> docker-login.sh [2023-05-16T22:19:38.177Z] nexus3.edgexfoundry.org:10001 [2023-05-16T22:19:38.440Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-16T22:19:38.440Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-16T22:19:38.440Z] Configure a credential helper to remove this warning. See [2023-05-16T22:19:38.440Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-16T22:19:38.440Z] [2023-05-16T22:19:38.440Z] Login Succeeded [2023-05-16T22:19:38.440Z] nexus3.edgexfoundry.org:10002 [2023-05-16T22:19:38.702Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-16T22:19:38.703Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-16T22:19:38.703Z] Configure a credential helper to remove this warning. See [2023-05-16T22:19:38.703Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-16T22:19:38.703Z] [2023-05-16T22:19:38.703Z] Login Succeeded [2023-05-16T22:19:38.703Z] nexus3.edgexfoundry.org:10003 [2023-05-16T22:19:38.703Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-16T22:19:38.703Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-16T22:19:38.703Z] Configure a credential helper to remove this warning. See [2023-05-16T22:19:38.703Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-16T22:19:38.703Z] [2023-05-16T22:19:38.703Z] Login Succeeded [2023-05-16T22:19:38.703Z] nexus3.edgexfoundry.org:10004 [2023-05-16T22:19:38.703Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-16T22:19:38.964Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-16T22:19:38.964Z] Configure a credential helper to remove this warning. See [2023-05-16T22:19:38.964Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-16T22:19:38.964Z] [2023-05-16T22:19:38.964Z] Login Succeeded [2023-05-16T22:19:38.964Z] docker.io [2023-05-16T22:19:38.964Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-16T22:19:39.224Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-16T22:19:39.224Z] Configure a credential helper to remove this warning. See [2023-05-16T22:19:39.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-16T22:19:39.225Z] [2023-05-16T22:19:39.225Z] Login Succeeded [2023-05-16T22:19:39.225Z] ---> docker-login.sh ends [Pipeline] } [2023-05-16T22:19:39.233Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-05-16T22:19:39.632Z] + git rev-list -1 --merges 47b604616574ded3ba804dffb2a679ce0d70252d~1..47b604616574ded3ba804dffb2a679ce0d70252d [Pipeline] echo [2023-05-16T22:19:39.686Z] -----------> git rev-list -1 --merges 47b604616574ded3ba804dffb2a679ce0d70252d~1..47b604616574ded3ba804dffb2a679ce0d70252d 47b604616574ded3ba804dffb2a679ce0d70252d [false] [Pipeline] sh [2023-05-16T22:19:39.983Z] + git log --format=format:%s -1 47b604616574ded3ba804dffb2a679ce0d70252d [Pipeline] echo [2023-05-16T22:19:40.000Z] ========================================================= [2023-05-16T22:19:40.000Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-16T22:19:40.000Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-16T22:19:40.346Z] + git log --format=format:%s -1 47b604616574ded3ba804dffb2a679ce0d70252d [Pipeline] echo [2023-05-16T22:19:40.357Z] [semverPrep] GIT_COMMIT: 47b604616574ded3ba804dffb2a679ce0d70252d, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 (#320) [Pipeline] echo [2023-05-16T22:19:40.368Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-05-16T22:19:40.719Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-16T22:19:40.719Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-16T22:19:40.719Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-16T22:19:40.719Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-16T22:19:40.719Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-05-16T22:19:40.719Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-05-16T22:19:40.719Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:19:41.081Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-16T22:19:41.081Z] [2023-05-16T22:19:41.081Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:19:41.384Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-16T22:19:41.384Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-16T22:19:41.384Z] b85a868b505f: Pulling fs layer [2023-05-16T22:19:41.384Z] e2be974225ed: Pulling fs layer [2023-05-16T22:19:41.384Z] 339a4e72a1f5: Pulling fs layer [2023-05-16T22:19:41.384Z] 988bab9f4d93: Pulling fs layer [2023-05-16T22:19:41.384Z] 1469e6f7b9e6: Pulling fs layer [2023-05-16T22:19:41.384Z] eaf3925da568: Pulling fs layer [2023-05-16T22:19:41.384Z] bab4dde63d76: Pulling fs layer [2023-05-16T22:19:41.384Z] bde34c3a00c8: Pulling fs layer [2023-05-16T22:19:41.384Z] b352a97aabf1: Pulling fs layer [2023-05-16T22:19:41.384Z] 988bab9f4d93: Waiting [2023-05-16T22:19:41.384Z] eaf3925da568: Waiting [2023-05-16T22:19:41.384Z] bab4dde63d76: Waiting [2023-05-16T22:19:41.384Z] 1469e6f7b9e6: Waiting [2023-05-16T22:19:41.384Z] bde34c3a00c8: Waiting [2023-05-16T22:19:41.384Z] 4872d77fe225: Pulling fs layer [2023-05-16T22:19:41.384Z] 5851b861e8e6: Pulling fs layer [2023-05-16T22:19:41.384Z] 5851b861e8e6: Waiting [2023-05-16T22:19:41.384Z] b352a97aabf1: Waiting [2023-05-16T22:19:41.384Z] 4872d77fe225: Waiting [2023-05-16T22:19:41.384Z] e2be974225ed: Download complete [2023-05-16T22:19:41.384Z] 988bab9f4d93: Verifying Checksum [2023-05-16T22:19:41.384Z] 988bab9f4d93: Download complete [2023-05-16T22:19:41.644Z] 1469e6f7b9e6: Verifying Checksum [2023-05-16T22:19:41.644Z] 1469e6f7b9e6: Download complete [2023-05-16T22:19:41.644Z] 339a4e72a1f5: Verifying Checksum [2023-05-16T22:19:41.644Z] 339a4e72a1f5: Download complete [2023-05-16T22:19:41.644Z] eaf3925da568: Verifying Checksum [2023-05-16T22:19:41.644Z] eaf3925da568: Download complete [2023-05-16T22:19:41.644Z] bde34c3a00c8: Verifying Checksum [2023-05-16T22:19:41.644Z] bde34c3a00c8: Download complete [2023-05-16T22:19:41.644Z] b352a97aabf1: Verifying Checksum [2023-05-16T22:19:41.644Z] b352a97aabf1: Download complete [2023-05-16T22:19:41.644Z] 4872d77fe225: Verifying Checksum [2023-05-16T22:19:41.644Z] 4872d77fe225: Download complete [2023-05-16T22:19:41.644Z] 5851b861e8e6: Download complete [2023-05-16T22:19:41.644Z] b85a868b505f: Verifying Checksum [2023-05-16T22:19:41.644Z] b85a868b505f: Download complete [2023-05-16T22:19:41.903Z] bab4dde63d76: Verifying Checksum [2023-05-16T22:19:41.903Z] bab4dde63d76: Download complete [2023-05-16T22:19:43.288Z] b85a868b505f: Pull complete [2023-05-16T22:19:43.288Z] e2be974225ed: Pull complete [2023-05-16T22:19:43.904Z] 339a4e72a1f5: Pull complete [2023-05-16T22:19:43.904Z] 988bab9f4d93: Pull complete [2023-05-16T22:19:44.167Z] 1469e6f7b9e6: Pull complete [2023-05-16T22:19:44.167Z] eaf3925da568: Pull complete [2023-05-16T22:19:46.074Z] bab4dde63d76: Pull complete [2023-05-16T22:19:46.074Z] bde34c3a00c8: Pull complete [2023-05-16T22:19:46.333Z] b352a97aabf1: Pull complete [2023-05-16T22:19:46.333Z] 4872d77fe225: Pull complete [2023-05-16T22:19:46.594Z] 5851b861e8e6: Pull complete [2023-05-16T22:19:46.594Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-16T22:19:46.594Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-16T22:19:46.594Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-16T22:19:46.715Z] prd-ubuntu20.04-docker-8c-8g-15785 does not seem to be running inside a container [2023-05-16T22:19:46.747Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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-05-16T22:19:50.817Z] $ docker top 313d1cc67dac74ee49951e9c07300eaf09d75f81f451e484e5ddffcb7da34154 -eo pid,comm [2023-05-16T22:19:50.868Z] 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-05-16T22:19:50.868Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-16T22:19:50.909Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-16T22:19:50.909Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-16T22:19:51.027Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-16T22:19:51.034Z] $ docker exec 313d1cc67dac74ee49951e9c07300eaf09d75f81f451e484e5ddffcb7da34154 ssh-agent [2023-05-16T22:19:51.149Z] SSH_AUTH_SOCK=/tmp/ssh-e3KxbQ6QtiIq/agent.32 [2023-05-16T22:19:51.149Z] SSH_AGENT_PID=38 [2023-05-16T22:19:51.156Z] Running ssh-add (command line suppressed) [2023-05-16T22:19:51.271Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_12943908731862862958.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_12943908731862862958.key) [2023-05-16T22:19:51.292Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-16T22:19:51.581Z] + git tag --points-at HEAD [Pipeline] } [2023-05-16T22:19:51.594Z] $ docker exec --env ******** --env ******** 313d1cc67dac74ee49951e9c07300eaf09d75f81f451e484e5ddffcb7da34154 ssh-agent -k [2023-05-16T22:19:51.698Z] unset SSH_AUTH_SOCK; [2023-05-16T22:19:51.699Z] unset SSH_AGENT_PID; [2023-05-16T22:19:51.699Z] echo Agent pid 38 killed; [2023-05-16T22:19:51.704Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-16T22:19:51.726Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-16T22:19:51.726Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-16T22:19:51.840Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-16T22:19:51.846Z] $ docker exec 313d1cc67dac74ee49951e9c07300eaf09d75f81f451e484e5ddffcb7da34154 ssh-agent [2023-05-16T22:19:51.943Z] SSH_AUTH_SOCK=/tmp/ssh-iMWauihBUJQG/agent.71 [2023-05-16T22:19:51.943Z] SSH_AGENT_PID=77 [2023-05-16T22:19:51.948Z] Running ssh-add (command line suppressed) [2023-05-16T22:19:52.078Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_2892064161620396973.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_2892064161620396973.key) [2023-05-16T22:19:52.090Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-16T22:19:52.383Z] + git semver init [2023-05-16T22:19:52.643Z] 2023-05-16 22:19:52,592 [run_init] DEBUG init version:0.0.0 force:False [2023-05-16T22:19:52.643Z] 2023-05-16 22:19:52,593 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver [2023-05-16T22:19:52.643Z] 2023-05-16 22:19:52,593 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver [2023-05-16T22:19:52.643Z] 2023-05-16 22:19:52,593 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rest-go.git', '/w/workspace/edgexfoundry_device-rest-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) [2023-05-16T22:19:54.049Z] 2023-05-16 22:19:53,864 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude [2023-05-16T22:19:54.049Z] 2023-05-16 22:19:53,865 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False [2023-05-16T22:19:54.049Z] 2023-05-16 22:19:53,865 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-05-16T22:19:54.049Z] 2023-05-16 22:19:53,865 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-05-16T22:19:54.049Z] 3.0.0-dev.43 [Pipeline] } [2023-05-16T22:19:54.062Z] $ docker exec --env ******** --env ******** 313d1cc67dac74ee49951e9c07300eaf09d75f81f451e484e5ddffcb7da34154 ssh-agent -k [2023-05-16T22:19:54.149Z] unset SSH_AUTH_SOCK; [2023-05-16T22:19:54.150Z] unset SSH_AGENT_PID; [2023-05-16T22:19:54.150Z] echo Agent pid 77 killed; [2023-05-16T22:19:54.157Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-16T22:19:54.463Z] + git semver [Pipeline] } [2023-05-16T22:19:54.738Z] $ docker stop --time=1 313d1cc67dac74ee49951e9c07300eaf09d75f81f451e484e5ddffcb7da34154 [2023-05-16T22:19:56.345Z] $ docker rm -f --volumes 313d1cc67dac74ee49951e9c07300eaf09d75f81f451e484e5ddffcb7da34154 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-16T22:19:56.683Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-16T22:19:56.905Z] Stashed 1 file(s) [Pipeline] echo [2023-05-16T22:19:56.908Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.43 [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-05-16T22:19:57.071Z] provisioning config files... [2023-05-16T22:19:57.082Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config10218416320360839458tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-16T22:19:57.381Z] ---> docker-login.sh [2023-05-16T22:19:57.381Z] nexus3.edgexfoundry.org:10001 [2023-05-16T22:19:57.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-16T22:19:57.381Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-16T22:19:57.381Z] Configure a credential helper to remove this warning. See [2023-05-16T22:19:57.381Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-16T22:19:57.381Z] [2023-05-16T22:19:57.381Z] Login Succeeded [2023-05-16T22:19:57.381Z] nexus3.edgexfoundry.org:10002 [2023-05-16T22:19:57.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-16T22:19:57.381Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-16T22:19:57.381Z] Configure a credential helper to remove this warning. See [2023-05-16T22:19:57.381Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-16T22:19:57.381Z] [2023-05-16T22:19:57.381Z] Login Succeeded [2023-05-16T22:19:57.381Z] nexus3.edgexfoundry.org:10003 [2023-05-16T22:19:57.641Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-16T22:19:57.641Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-16T22:19:57.641Z] Configure a credential helper to remove this warning. See [2023-05-16T22:19:57.641Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-16T22:19:57.641Z] [2023-05-16T22:19:57.641Z] Login Succeeded [2023-05-16T22:19:57.641Z] nexus3.edgexfoundry.org:10004 [2023-05-16T22:19:57.641Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-16T22:19:57.641Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-16T22:19:57.641Z] Configure a credential helper to remove this warning. See [2023-05-16T22:19:57.641Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-16T22:19:57.641Z] [2023-05-16T22:19:57.641Z] Login Succeeded [2023-05-16T22:19:57.641Z] docker.io [2023-05-16T22:19:57.906Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-16T22:19:57.906Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-16T22:19:57.906Z] Configure a credential helper to remove this warning. See [2023-05-16T22:19:57.906Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-16T22:19:57.906Z] [2023-05-16T22:19:57.906Z] Login Succeeded [2023-05-16T22:19:57.906Z] ---> docker-login.sh ends [Pipeline] } [2023-05-16T22:19:57.912Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-16T22:19:57.989Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-16T22:19:58.002Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-16T22:19:58.012Z] ========================================================= [2023-05-16T22:19:58.012Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-16T22:19:58.012Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:19:58.327Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-05-16T22:19:58.327Z] Sending build context to Docker daemon 10.92MB [2023-05-16T22:19:58.327Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-05-16T22:19:58.327Z] Step 2/12 : FROM ${BASE} AS builder [2023-05-16T22:19:58.327Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-16T22:19:58.327Z] f56be85fc22e: Pulling fs layer [2023-05-16T22:19:58.327Z] 85791d961cd3: Pulling fs layer [2023-05-16T22:19:58.327Z] d694b5ae8c79: Pulling fs layer [2023-05-16T22:19:58.327Z] 9f32a84ed3da: Pulling fs layer [2023-05-16T22:19:58.327Z] 4d19c01a9841: Pulling fs layer [2023-05-16T22:19:58.327Z] 9325e15d5711: Pulling fs layer [2023-05-16T22:19:58.327Z] 556b6ee489ea: Pulling fs layer [2023-05-16T22:19:58.327Z] c5a4b2cf53e6: Pulling fs layer [2023-05-16T22:19:58.327Z] 4d19c01a9841: Waiting [2023-05-16T22:19:58.327Z] 9f32a84ed3da: Waiting [2023-05-16T22:19:58.327Z] 9325e15d5711: Waiting [2023-05-16T22:19:58.327Z] 556b6ee489ea: Waiting [2023-05-16T22:19:58.327Z] c5a4b2cf53e6: Waiting [2023-05-16T22:19:58.327Z] 85791d961cd3: Download complete [2023-05-16T22:19:58.327Z] 9f32a84ed3da: Verifying Checksum [2023-05-16T22:19:58.327Z] 9f32a84ed3da: Download complete [2023-05-16T22:19:58.602Z] 4d19c01a9841: Verifying Checksum [2023-05-16T22:19:58.602Z] 4d19c01a9841: Download complete [2023-05-16T22:19:58.602Z] f56be85fc22e: Verifying Checksum [2023-05-16T22:19:58.602Z] f56be85fc22e: Download complete [2023-05-16T22:19:58.602Z] 9325e15d5711: Verifying Checksum [2023-05-16T22:19:58.602Z] 9325e15d5711: Download complete [2023-05-16T22:19:58.863Z] f56be85fc22e: Pull complete [2023-05-16T22:19:58.863Z] 85791d961cd3: Pull complete [2023-05-16T22:19:59.123Z] c5a4b2cf53e6: Verifying Checksum [2023-05-16T22:19:59.123Z] c5a4b2cf53e6: Download complete [2023-05-16T22:19:59.123Z] d694b5ae8c79: Verifying Checksum [2023-05-16T22:19:59.123Z] d694b5ae8c79: Download complete [2023-05-16T22:19:59.380Z] 556b6ee489ea: Verifying Checksum [2023-05-16T22:19:59.380Z] 556b6ee489ea: Download complete [2023-05-16T22:20:02.667Z] d694b5ae8c79: Pull complete [2023-05-16T22:20:02.667Z] 9f32a84ed3da: Pull complete [2023-05-16T22:20:02.667Z] 4d19c01a9841: Pull complete [2023-05-16T22:20:02.667Z] 9325e15d5711: Pull complete [2023-05-16T22:20:05.205Z] 556b6ee489ea: Pull complete [2023-05-16T22:20:06.145Z] c5a4b2cf53e6: Pull complete [2023-05-16T22:20:06.145Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-16T22:20:06.145Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-16T22:20:06.145Z] ---> c4be618373d6 [2023-05-16T22:20:06.145Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-05-16T22:20:12.020Z] Still waiting to schedule task [2023-05-16T22:20:12.020Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-15786’ is offline [2023-05-16T22:20:14.286Z] ---> Running in 0845986fa845 [2023-05-16T22:20:14.286Z] Removing intermediate container 0845986fa845 [2023-05-16T22:20:14.286Z] ---> 47f61d605ad8 [2023-05-16T22:20:14.286Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-16T22:20:14.286Z] ---> Running in dc9c8b667a6a [2023-05-16T22:20:14.545Z] Removing intermediate container dc9c8b667a6a [2023-05-16T22:20:14.545Z] ---> 6e8ee6afc41c [2023-05-16T22:20:14.545Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-16T22:20:14.545Z] ---> Running in 13914e5fc9cc [2023-05-16T22:20:14.803Z] Removing intermediate container 13914e5fc9cc [2023-05-16T22:20:14.803Z] ---> ec5d9e7a7aef [2023-05-16T22:20:14.804Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-05-16T22:20:14.804Z] ---> Running in cab31c95254a [2023-05-16T22:20:14.804Z] Removing intermediate container cab31c95254a [2023-05-16T22:20:14.804Z] ---> 9e713ead159f [2023-05-16T22:20:14.804Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-16T22:20:14.804Z] ---> Running in 84a140746157 [2023-05-16T22:20:15.062Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-16T22:20:15.323Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-16T22:20:15.323Z] (1/4) Installing openssh-keygen (9.1_p1-r3) [2023-05-16T22:20:15.582Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-05-16T22:20:15.582Z] (3/4) Installing openssh-client-common (9.1_p1-r3) [2023-05-16T22:20:15.582Z] (4/4) Installing openssh-client-default (9.1_p1-r3) [2023-05-16T22:20:15.582Z] Executing busybox-1.35.0-r29.trigger [2023-05-16T22:20:15.582Z] OK: 269 MiB in 57 packages [2023-05-16T22:20:16.153Z] Removing intermediate container 84a140746157 [2023-05-16T22:20:16.153Z] ---> f7ad2c762685 [2023-05-16T22:20:16.153Z] Step 8/12 : WORKDIR /device-rest-go [2023-05-16T22:20:16.153Z] ---> Running in 74c84d025178 [2023-05-16T22:20:16.153Z] Removing intermediate container 74c84d025178 [2023-05-16T22:20:16.153Z] ---> 82e83f5df20d [2023-05-16T22:20:16.153Z] Step 9/12 : COPY go.mod vendor* ./ [2023-05-16T22:20:16.153Z] ---> 803c693aa2a5 [2023-05-16T22:20:16.153Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-16T22:20:16.153Z] ---> Running in e4a463c4b426 [2023-05-16T22:20:48.244Z] Removing intermediate container e4a463c4b426 [2023-05-16T22:20:48.244Z] ---> 0e58d88c1093 [2023-05-16T22:20:48.244Z] Step 11/12 : COPY . . [2023-05-16T22:20:48.244Z] ---> 08185031b0cf [2023-05-16T22:20:48.244Z] Step 12/12 : RUN $MAKE [2023-05-16T22:20:48.244Z] ---> Running in 36b2ddea3991 [2023-05-16T22:20:48.244Z] noop [2023-05-16T22:20:48.244Z] Removing intermediate container 36b2ddea3991 [2023-05-16T22:20:48.244Z] ---> 5def000c60dc [2023-05-16T22:20:48.244Z] Successfully built 5def000c60dc [2023-05-16T22:20:48.244Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:20:48.578Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-16T22:20:48.578Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-16T22:20:48.656Z] prd-ubuntu20.04-docker-8c-8g-15785 does not seem to be running inside a container [2023-05-16T22:20:48.704Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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-05-16T22:20:49.059Z] $ docker top 71a332b281e71cbc4ff8fe9d3c9d0af2e48e5a138195f7666e75b76ddf1e750f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-16T22:20:49.402Z] + go version [2023-05-16T22:20:49.403Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-16T22:20:49.417Z] $ docker stop --time=1 71a332b281e71cbc4ff8fe9d3c9d0af2e48e5a138195f7666e75b76ddf1e750f [2023-05-16T22:20:50.701Z] $ docker rm -f --volumes 71a332b281e71cbc4ff8fe9d3c9d0af2e48e5a138195f7666e75b76ddf1e750f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:20:51.091Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-16T22:20:51.091Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-16T22:20:51.156Z] prd-ubuntu20.04-docker-8c-8g-15785 does not seem to be running inside a container [2023-05-16T22:20:51.186Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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-05-16T22:20:51.485Z] $ docker top 72881436af4a0ee938b39cfcf7ee36921dba4f4ec0c8007606f011c8f8840211 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-16T22:20:51.818Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh [2023-05-16T22:20:52.118Z] + make test [2023-05-16T22:20:52.118Z] go test ./... -coverprofile=coverage.out ./... [2023-05-16T22:20:57.393Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2023-05-16T22:21:07.367Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2023-05-16T22:21:07.367Z] ok github.com/edgexfoundry/device-rest-go/driver 0.012s coverage: 32.2% of statements [2023-05-16T22:21:13.057Z] go vet ./... [2023-05-16T22:21:16.393Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-16T22:21:16.393Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-16T22:21:16.393Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-16T22:21:16.402Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-16T22:21:16.415Z] $ docker stop --time=1 72881436af4a0ee938b39cfcf7ee36921dba4f4ec0c8007606f011c8f8840211 [2023-05-16T22:21:20.284Z] $ docker rm -f --volumes 72881436af4a0ee938b39cfcf7ee36921dba4f4ec0c8007606f011c8f8840211 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-16T22:21:20.860Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-16T22:21:20.920Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-05-16T22:21:21.396Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-16T22:21:21.682Z] + ls -al . [2023-05-16T22:21:21.682Z] total 184 [2023-05-16T22:21:21.682Z] drwxrwxr-x 9 jenkins jenkins 4096 May 16 22:20 . [2023-05-16T22:21:21.682Z] drwxrwxr-x 4 jenkins jenkins 4096 May 16 22:19 .. [2023-05-16T22:21:21.682Z] -rw-rw-r-- 1 jenkins jenkins 151 May 16 22:19 .dockerignore [2023-05-16T22:21:21.682Z] drwxrwxr-x 8 jenkins jenkins 4096 May 16 22:19 .git [2023-05-16T22:21:21.682Z] drwxrwxr-x 3 jenkins jenkins 4096 May 16 22:19 .github [2023-05-16T22:21:21.682Z] -rw-rw-r-- 1 jenkins jenkins 329 May 16 22:19 .gitignore [2023-05-16T22:21:21.682Z] -rw-rw-r-- 1 jenkins jenkins 41 May 16 22:19 .golangci.yml [2023-05-16T22:21:21.682Z] drwxr-xr-x 3 jenkins jenkins 4096 May 16 22:19 .semver [2023-05-16T22:21:21.682Z] -rw-rw-r-- 1 jenkins jenkins 9331 May 16 22:19 Attribution.txt [2023-05-16T22:21:21.682Z] -rw-rw-r-- 1 jenkins jenkins 13085 May 16 22:19 CHANGELOG.md [2023-05-16T22:21:21.682Z] -rw-rw-r-- 1 jenkins jenkins 1578 May 16 22:19 Dockerfile [2023-05-16T22:21:21.682Z] -rw-rw-r-- 1 jenkins jenkins 677 May 16 22:19 GOVERNANCE.md [2023-05-16T22:21:21.682Z] -rw-rw-r-- 1 jenkins jenkins 680 May 16 22:19 Jenkinsfile [2023-05-16T22:21:21.682Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 16 22:19 LICENSE [2023-05-16T22:21:21.682Z] -rw-rw-r-- 1 jenkins jenkins 1779 May 16 22:19 Makefile [2023-05-16T22:21:21.682Z] -rw-rw-r-- 1 jenkins jenkins 620 May 16 22:19 OWNERS.md [2023-05-16T22:21:21.682Z] -rw-rw-r-- 1 jenkins jenkins 15827 May 16 22:19 README.md [2023-05-16T22:21:21.682Z] -rw-rw-r-- 1 jenkins jenkins 12 May 16 22:19 VERSION [2023-05-16T22:21:21.682Z] drwxrwxr-x 2 jenkins jenkins 4096 May 16 22:19 bin [2023-05-16T22:21:21.682Z] drwxrwxr-x 3 jenkins jenkins 4096 May 16 22:19 cmd [2023-05-16T22:21:21.682Z] -rw-r--r-- 1 jenkins jenkins 14663 May 16 22:21 coverage.out [2023-05-16T22:21:21.682Z] drwxrwxr-x 2 jenkins jenkins 4096 May 16 22:19 driver [2023-05-16T22:21:21.682Z] -rw-rw-r-- 1 jenkins jenkins 3402 May 16 22:19 go.mod [2023-05-16T22:21:21.682Z] -rw-rw-r-- 1 jenkins jenkins 31328 May 16 22:19 go.sum [2023-05-16T22:21:21.682Z] drwxrwxr-x 4 jenkins jenkins 4096 May 16 22:19 snap [2023-05-16T22:21:21.682Z] -rw-rw-r-- 1 jenkins jenkins 713 May 16 22:19 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:21:22.067Z] + docker build -t device-rest -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=47b604616574ded3ba804dffb2a679ce0d70252d --label arch=amd64 --label version=3.0.0-dev.43 . [2023-05-16T22:21:22.067Z] Sending build context to Docker daemon 10.94MB [2023-05-16T22:21:22.067Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-05-16T22:21:22.067Z] Step 2/25 : FROM ${BASE} AS builder [2023-05-16T22:21:22.067Z] ---> 5def000c60dc [2023-05-16T22:21:22.067Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-05-16T22:21:22.327Z] ---> Running in ed495801ca0d [2023-05-16T22:21:22.327Z] Removing intermediate container ed495801ca0d [2023-05-16T22:21:22.327Z] ---> 091417d6b2f6 [2023-05-16T22:21:22.327Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-16T22:21:22.327Z] ---> Running in e2c0b0bdb5ad [2023-05-16T22:21:22.587Z] Removing intermediate container e2c0b0bdb5ad [2023-05-16T22:21:22.587Z] ---> 95e3a0c7edba [2023-05-16T22:21:22.587Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-16T22:21:22.587Z] ---> Running in 69c52ee79dc2 [2023-05-16T22:21:22.587Z] Removing intermediate container 69c52ee79dc2 [2023-05-16T22:21:22.587Z] ---> db0e7ad54c22 [2023-05-16T22:21:22.587Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2023-05-16T22:21:22.587Z] ---> Running in 2ef9f93804b9 [2023-05-16T22:21:22.588Z] Removing intermediate container 2ef9f93804b9 [2023-05-16T22:21:22.588Z] ---> 4e507f68f980 [2023-05-16T22:21:22.588Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-16T22:21:22.846Z] ---> Running in 0ec4e746fe5c [2023-05-16T22:21:23.107Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-16T22:21:23.107Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-16T22:21:23.367Z] OK: 269 MiB in 57 packages [2023-05-16T22:21:23.626Z] Removing intermediate container 0ec4e746fe5c [2023-05-16T22:21:23.626Z] ---> 9c021e155eb9 [2023-05-16T22:21:23.626Z] Step 8/25 : WORKDIR /device-rest-go [2023-05-16T22:21:23.626Z] ---> Running in 9546439346f9 [2023-05-16T22:21:23.885Z] Removing intermediate container 9546439346f9 [2023-05-16T22:21:23.885Z] ---> 5bfc1274b81b [2023-05-16T22:21:23.885Z] Step 9/25 : COPY go.mod vendor* ./ [2023-05-16T22:21:23.885Z] ---> 7df5aa62e1c4 [2023-05-16T22:21:23.885Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-16T22:21:23.885Z] ---> Running in 80389a24546d [2023-05-16T22:21:24.912Z] Removing intermediate container 80389a24546d [2023-05-16T22:21:24.912Z] ---> a808173f6e0c [2023-05-16T22:21:24.912Z] Step 11/25 : COPY . . [2023-05-16T22:21:25.171Z] ---> 129e0ba09049 [2023-05-16T22:21:25.171Z] Step 12/25 : RUN $MAKE [2023-05-16T22:21:25.171Z] ---> Running in a7eb9f97046a [2023-05-16T22:21:25.429Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=3.0.0-dev.43" -trimpath -mod=readonly -o cmd/device-rest ./cmd [2023-05-16T22:21:43.567Z] Removing intermediate container a7eb9f97046a [2023-05-16T22:21:43.567Z] ---> 083e7b01c20d [2023-05-16T22:21:43.567Z] Step 13/25 : FROM alpine:3.17 [2023-05-16T22:21:44.143Z] 3.17: Pulling from library/alpine [2023-05-16T22:21:44.143Z] f56be85fc22e: Already exists [2023-05-16T22:21:44.143Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-16T22:21:44.143Z] Status: Downloaded newer image for alpine:3.17 [2023-05-16T22:21:44.143Z] ---> 9ed4aefc74f6 [2023-05-16T22:21:44.143Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-05-16T22:21:44.402Z] ---> Running in 46cca07c3dfb [2023-05-16T22:21:44.402Z] Removing intermediate container 46cca07c3dfb [2023-05-16T22:21:44.402Z] ---> 94b5a2c03506 [2023-05-16T22:21:44.402Z] Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} [2023-05-16T22:21:44.402Z] ---> Running in 2e97328177d9 [2023-05-16T22:21:44.402Z] Removing intermediate container 2e97328177d9 [2023-05-16T22:21:44.402Z] ---> 89958ccbe826 [2023-05-16T22:21:44.402Z] Step 16/25 : RUN apk add --update --no-cache dumb-init [2023-05-16T22:21:44.402Z] ---> Running in 6d5e645f7a31 [2023-05-16T22:21:44.661Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-16T22:21:44.918Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-16T22:21:45.176Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-16T22:21:45.176Z] Executing busybox-1.35.0-r29.trigger [2023-05-16T22:21:45.176Z] OK: 7 MiB in 16 packages [2023-05-16T22:21:45.434Z] Removing intermediate container 6d5e645f7a31 [2023-05-16T22:21:45.434Z] ---> 7d906d63a5f7 [2023-05-16T22:21:45.434Z] Step 17/25 : COPY --from=builder /device-rest-go/cmd / [2023-05-16T22:21:46.417Z] ---> 97593bac50c7 [2023-05-16T22:21:46.417Z] Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / [2023-05-16T22:21:46.417Z] ---> 47cd2c195c3c [2023-05-16T22:21:46.417Z] Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / [2023-05-16T22:21:46.677Z] ---> fe7b7a958139 [2023-05-16T22:21:46.677Z] Step 20/25 : EXPOSE 59986 [2023-05-16T22:21:46.677Z] ---> Running in 588726d13c83 [2023-05-16T22:21:46.677Z] Removing intermediate container 588726d13c83 [2023-05-16T22:21:46.677Z] ---> 43b2b374141c [2023-05-16T22:21:46.677Z] Step 21/25 : ENTRYPOINT ["/device-rest"] [2023-05-16T22:21:46.677Z] ---> Running in 6ccc6ad16222 [2023-05-16T22:21:46.677Z] Removing intermediate container 6ccc6ad16222 [2023-05-16T22:21:46.677Z] ---> 03c9e93903ae [2023-05-16T22:21:46.677Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-05-16T22:21:46.677Z] ---> Running in 9b5639e1bc9e [2023-05-16T22:21:46.936Z] Removing intermediate container 9b5639e1bc9e [2023-05-16T22:21:46.936Z] ---> f8e7e527077b [2023-05-16T22:21:46.936Z] Step 23/25 : LABEL arch=amd64 [2023-05-16T22:21:46.936Z] ---> Running in 0dc06899638d [2023-05-16T22:21:46.936Z] Removing intermediate container 0dc06899638d [2023-05-16T22:21:46.936Z] ---> dc7cc8e5f321 [2023-05-16T22:21:46.936Z] Step 24/25 : LABEL git_sha=47b604616574ded3ba804dffb2a679ce0d70252d [2023-05-16T22:21:46.936Z] ---> Running in 5be9cb0f33b1 [2023-05-16T22:21:46.936Z] Removing intermediate container 5be9cb0f33b1 [2023-05-16T22:21:46.936Z] ---> 1ff2986ceccf [2023-05-16T22:21:46.936Z] Step 25/25 : LABEL version=3.0.0-dev.43 [2023-05-16T22:21:46.936Z] ---> Running in 3313f15b992c [2023-05-16T22:21:47.195Z] Removing intermediate container 3313f15b992c [2023-05-16T22:21:47.195Z] ---> 8df0cc9ebbef [2023-05-16T22:21:47.195Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-16T22:21:47.195Z] Successfully built 8df0cc9ebbef [2023-05-16T22:21:47.195Z] Successfully tagged device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-16T22:21:47.298Z] provisioning config files... [2023-05-16T22:21:47.306Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config5388635282934551091tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-16T22:21:47.604Z] ---> docker-login.sh [2023-05-16T22:21:47.604Z] nexus3.edgexfoundry.org:10001 [2023-05-16T22:21:47.604Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-16T22:21:47.604Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-16T22:21:47.604Z] Configure a credential helper to remove this warning. See [2023-05-16T22:21:47.604Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-16T22:21:47.604Z] [2023-05-16T22:21:47.604Z] Login Succeeded [2023-05-16T22:21:47.604Z] nexus3.edgexfoundry.org:10002 [2023-05-16T22:21:47.604Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-16T22:21:47.604Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-16T22:21:47.604Z] Configure a credential helper to remove this warning. See [2023-05-16T22:21:47.604Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-16T22:21:47.604Z] [2023-05-16T22:21:47.604Z] Login Succeeded [2023-05-16T22:21:47.604Z] nexus3.edgexfoundry.org:10003 [2023-05-16T22:21:47.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-16T22:21:47.863Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-16T22:21:47.863Z] Configure a credential helper to remove this warning. See [2023-05-16T22:21:47.863Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-16T22:21:47.863Z] [2023-05-16T22:21:47.863Z] Login Succeeded [2023-05-16T22:21:47.863Z] nexus3.edgexfoundry.org:10004 [2023-05-16T22:21:47.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-16T22:21:47.863Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-16T22:21:47.863Z] Configure a credential helper to remove this warning. See [2023-05-16T22:21:47.863Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-16T22:21:47.863Z] [2023-05-16T22:21:47.863Z] Login Succeeded [2023-05-16T22:21:47.863Z] docker.io [2023-05-16T22:21:47.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-16T22:21:48.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-16T22:21:48.123Z] Configure a credential helper to remove this warning. See [2023-05-16T22:21:48.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-16T22:21:48.123Z] [2023-05-16T22:21:48.123Z] Login Succeeded [2023-05-16T22:21:48.123Z] ---> docker-login.sh ends [Pipeline] } [2023-05-16T22:21:48.132Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-16T22:21:48.166Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-16T22:21:48.192Z] [edgeXDocker.push] Tagging docker image device-rest with the following tags: [2023-05-16T22:21:48.192Z] 47b604616574ded3ba804dffb2a679ce0d70252d [2023-05-16T22:21:48.192Z] latest [2023-05-16T22:21:48.192Z] 3.0.0-dev.43 [2023-05-16T22:21:48.192Z] 47b604616574ded3ba804dffb2a679ce0d70252d-3.0.0-dev.43 [2023-05-16T22:21:48.192Z] main [2023-05-16T22:21:48.192Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:21:48.524Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:47b604616574ded3ba804dffb2a679ce0d70252d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:21:48.829Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:47b604616574ded3ba804dffb2a679ce0d70252d [2023-05-16T22:21:48.830Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2023-05-16T22:21:48.830Z] 89b82c012cfa: Preparing [2023-05-16T22:21:48.830Z] aa60e71095ed: Preparing [2023-05-16T22:21:48.830Z] 0de6bf703b72: Preparing [2023-05-16T22:21:48.830Z] b117fec56410: Preparing [2023-05-16T22:21:48.830Z] f1417ff83b31: Preparing [2023-05-16T22:21:48.830Z] f1417ff83b31: Layer already exists [2023-05-16T22:21:48.830Z] b117fec56410: Pushed [2023-05-16T22:21:48.830Z] aa60e71095ed: Pushed [2023-05-16T22:21:48.830Z] 89b82c012cfa: Pushed [2023-05-16T22:21:51.362Z] 0de6bf703b72: Pushed [2023-05-16T22:21:51.362Z] 47b604616574ded3ba804dffb2a679ce0d70252d: digest: sha256:8b18deaa0e7b1690b67768a7848bfa9239fce4966157cf17cfda3247489db3d3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:21:51.677Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:21:51.979Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:latest [2023-05-16T22:21:51.979Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2023-05-16T22:21:51.979Z] 89b82c012cfa: Preparing [2023-05-16T22:21:51.979Z] aa60e71095ed: Preparing [2023-05-16T22:21:51.979Z] 0de6bf703b72: Preparing [2023-05-16T22:21:51.979Z] b117fec56410: Preparing [2023-05-16T22:21:51.979Z] f1417ff83b31: Preparing [2023-05-16T22:21:51.979Z] aa60e71095ed: Layer already exists [2023-05-16T22:21:51.979Z] 89b82c012cfa: Layer already exists [2023-05-16T22:21:51.979Z] 0de6bf703b72: Layer already exists [2023-05-16T22:21:51.979Z] b117fec56410: Layer already exists [2023-05-16T22:21:51.979Z] f1417ff83b31: Layer already exists [2023-05-16T22:21:51.979Z] latest: digest: sha256:8b18deaa0e7b1690b67768a7848bfa9239fce4966157cf17cfda3247489db3d3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:21:52.288Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:3.0.0-dev.43 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:21:52.601Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:3.0.0-dev.43 [2023-05-16T22:21:52.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2023-05-16T22:21:52.601Z] 89b82c012cfa: Preparing [2023-05-16T22:21:52.601Z] aa60e71095ed: Preparing [2023-05-16T22:21:52.601Z] 0de6bf703b72: Preparing [2023-05-16T22:21:52.601Z] b117fec56410: Preparing [2023-05-16T22:21:52.601Z] f1417ff83b31: Preparing [2023-05-16T22:21:52.601Z] f1417ff83b31: Layer already exists [2023-05-16T22:21:52.601Z] 0de6bf703b72: Layer already exists [2023-05-16T22:21:52.601Z] aa60e71095ed: Layer already exists [2023-05-16T22:21:52.601Z] b117fec56410: Layer already exists [2023-05-16T22:21:52.601Z] 89b82c012cfa: Layer already exists [2023-05-16T22:21:52.601Z] 3.0.0-dev.43: digest: sha256:8b18deaa0e7b1690b67768a7848bfa9239fce4966157cf17cfda3247489db3d3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:21:52.912Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:47b604616574ded3ba804dffb2a679ce0d70252d-3.0.0-dev.43 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:21:53.216Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:47b604616574ded3ba804dffb2a679ce0d70252d-3.0.0-dev.43 [2023-05-16T22:21:53.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2023-05-16T22:21:53.217Z] 89b82c012cfa: Preparing [2023-05-16T22:21:53.217Z] aa60e71095ed: Preparing [2023-05-16T22:21:53.217Z] 0de6bf703b72: Preparing [2023-05-16T22:21:53.217Z] b117fec56410: Preparing [2023-05-16T22:21:53.217Z] f1417ff83b31: Preparing [2023-05-16T22:21:53.217Z] 89b82c012cfa: Layer already exists [2023-05-16T22:21:53.217Z] f1417ff83b31: Layer already exists [2023-05-16T22:21:53.217Z] b117fec56410: Layer already exists [2023-05-16T22:21:53.217Z] aa60e71095ed: Layer already exists [2023-05-16T22:21:53.217Z] 0de6bf703b72: Layer already exists [2023-05-16T22:21:53.217Z] 47b604616574ded3ba804dffb2a679ce0d70252d-3.0.0-dev.43: digest: sha256:8b18deaa0e7b1690b67768a7848bfa9239fce4966157cf17cfda3247489db3d3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:21:53.543Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:21:53.856Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:main [2023-05-16T22:21:53.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2023-05-16T22:21:53.856Z] 89b82c012cfa: Preparing [2023-05-16T22:21:53.856Z] aa60e71095ed: Preparing [2023-05-16T22:21:53.856Z] 0de6bf703b72: Preparing [2023-05-16T22:21:53.856Z] b117fec56410: Preparing [2023-05-16T22:21:53.856Z] f1417ff83b31: Preparing [2023-05-16T22:21:53.856Z] 89b82c012cfa: Layer already exists [2023-05-16T22:21:53.856Z] b117fec56410: Layer already exists [2023-05-16T22:21:53.856Z] aa60e71095ed: Layer already exists [2023-05-16T22:21:53.856Z] 0de6bf703b72: Layer already exists [2023-05-16T22:21:53.856Z] f1417ff83b31: Layer already exists [2023-05-16T22:21:53.856Z] main: digest: sha256:8b18deaa0e7b1690b67768a7848bfa9239fce4966157cf17cfda3247489db3d3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-16T22:21:53.917Z] ===================================================== [Pipeline] echo [2023-05-16T22:21:53.928Z] taggedImages: [2023-05-16T22:21:53.928Z] - nexus3.edgexfoundry.org:10004/device-rest:47b604616574ded3ba804dffb2a679ce0d70252d [2023-05-16T22:21:53.928Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2023-05-16T22:21:53.928Z] - nexus3.edgexfoundry.org:10004/device-rest:3.0.0-dev.43 [2023-05-16T22:21:53.928Z] - nexus3.edgexfoundry.org:10004/device-rest:47b604616574ded3ba804dffb2a679ce0d70252d-3.0.0-dev.43 [2023-05-16T22:21:53.928Z] - nexus3.edgexfoundry.org:10004/device-rest: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-05-16T22:21:54.300Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-16T22:21:54.300Z] [2023-05-16T22:21:54.300Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:21:54.598Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-16T22:21:54.598Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-16T22:21:54.598Z] 5eb5b503b376: Pulling fs layer [2023-05-16T22:21:54.598Z] 5c69ac0246d0: Pulling fs layer [2023-05-16T22:21:54.598Z] ec43610c2a17: Pulling fs layer [2023-05-16T22:21:54.598Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-16T22:21:54.598Z] 33b1e0a273af: Pulling fs layer [2023-05-16T22:21:54.598Z] 5d3b04190fa2: Pulling fs layer [2023-05-16T22:21:54.598Z] 2f39f015ded8: Pulling fs layer [2023-05-16T22:21:54.598Z] 5d3b04190fa2: Waiting [2023-05-16T22:21:54.598Z] 2f39f015ded8: Waiting [2023-05-16T22:21:54.598Z] 33b1e0a273af: Waiting [2023-05-16T22:21:54.598Z] 3a2ae6a8a46f: Waiting [2023-05-16T22:21:54.598Z] 5c69ac0246d0: Verifying Checksum [2023-05-16T22:21:54.598Z] 5c69ac0246d0: Download complete [2023-05-16T22:21:54.598Z] 3a2ae6a8a46f: Verifying Checksum [2023-05-16T22:21:54.598Z] 3a2ae6a8a46f: Download complete [2023-05-16T22:21:54.598Z] 33b1e0a273af: Verifying Checksum [2023-05-16T22:21:54.598Z] 33b1e0a273af: Download complete [2023-05-16T22:21:54.598Z] 5d3b04190fa2: Verifying Checksum [2023-05-16T22:21:54.598Z] 5d3b04190fa2: Download complete [2023-05-16T22:21:54.598Z] ec43610c2a17: Verifying Checksum [2023-05-16T22:21:54.598Z] ec43610c2a17: Download complete [2023-05-16T22:21:54.857Z] 5eb5b503b376: Download complete [2023-05-16T22:21:55.427Z] 2f39f015ded8: Download complete [2023-05-16T22:21:55.994Z] 5eb5b503b376: Pull complete [2023-05-16T22:21:55.994Z] 5c69ac0246d0: Pull complete [2023-05-16T22:21:56.563Z] ec43610c2a17: Pull complete [2023-05-16T22:21:56.563Z] 3a2ae6a8a46f: Pull complete [2023-05-16T22:21:56.824Z] 33b1e0a273af: Pull complete [2023-05-16T22:21:56.824Z] 5d3b04190fa2: Pull complete [2023-05-16T22:22:01.019Z] 2f39f015ded8: Pull complete [2023-05-16T22:22:01.019Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-16T22:22:01.019Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-16T22:22:01.019Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-16T22:22:01.096Z] prd-ubuntu20.04-docker-8c-8g-15785 does not seem to be running inside a container [2023-05-16T22:22:01.128Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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-05-16T22:22:06.466Z] $ docker top 5d3350b7f744ab5fe1fffe6cda1fd5eb1d187aed2655a51885bbc7331658f47c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-16T22:22:06.845Z] ---> job-cost.sh [2023-05-16T22:22:06.845Z] lf-activate-venv: SKIPPING [2023-05-16T22:22:06.845Z] INFO: No Stack... [2023-05-16T22:22:07.415Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-16T22:22:07.676Z] INFO: Archiving Costs [Pipeline] sh [2023-05-16T22:22:07.960Z] + cut -d, -f6 [2023-05-16T22:22:07.960Z] + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv [Pipeline] lock [2023-05-16T22:22:07.972Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-main-115-stack-cost] [2023-05-16T22:22:07.982Z] Resource [jenkins-edgexfoundry-device-rest-go-main-115-stack-cost] did not exist. Created. [2023-05-16T22:22:07.982Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-main-115-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-16T22:22:08.282Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-05-16T22:22:08.309Z] Stashed 1 file(s) [Pipeline] } [2023-05-16T22:22:08.320Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-main-115-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-16T22:22:08.337Z] $ docker stop --time=1 5d3350b7f744ab5fe1fffe6cda1fd5eb1d187aed2655a51885bbc7331658f47c [2023-05-16T22:22:09.483Z] $ docker rm -f --volumes 5d3350b7f744ab5fe1fffe6cda1fd5eb1d187aed2655a51885bbc7331658f47c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-05-16T22:22:43.509Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-15790 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws [2023-05-16T22:22:43.523Z] Running in /w/workspace/device-rest-go/115 [Pipeline] { [Pipeline] checkout [2023-05-16T22:22:43.575Z] The recommended git tool is: git [2023-05-16T22:22:49.115Z] using credential edgex-jenkins-ssh [2023-05-16T22:22:49.132Z] Cloning the remote Git repository [2023-05-16T22:22:49.176Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2023-05-16T22:22:49.277Z] > git init /w/workspace/device-rest-go/115 # timeout=10 [2023-05-16T22:22:49.417Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2023-05-16T22:22:49.418Z] > git --version # timeout=10 [2023-05-16T22:22:49.446Z] > git --version # 'git version 2.25.1' [2023-05-16T22:22:49.449Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-16T22:22:49.591Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-16T22:22:51.478Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2023-05-16T22:22:51.509Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-16T22:22:52.500Z] Avoid second fetch [2023-05-16T22:22:52.501Z] Checking out Revision 47b604616574ded3ba804dffb2a679ce0d70252d (main) [2023-05-16T22:22:53.138Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 (#320)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-16T22:22:52.518Z] > git config core.sparsecheckout # timeout=10 [2023-05-16T22:22:52.589Z] > git checkout -f 47b604616574ded3ba804dffb2a679ce0d70252d # timeout=10 [2023-05-16T22:22:54.071Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-16T22:22:54.071Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-16T22:22:54.071Z] Dload Upload Total Spent Left Speed [2023-05-16T22:22:54.071Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 218k 0 --:--:-- --:--:-- --:--:-- 218k [Pipeline] sh [2023-05-16T22:22:54.677Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-05-16T22:22:55.020Z] + sudo tee /etc/docker/daemon.new [2023-05-16T22:22:55.020Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-05-16T22:22:55.020Z] { [2023-05-16T22:22:55.020Z] "registry-mirrors": [ [2023-05-16T22:22:55.020Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-16T22:22:55.020Z] ], [2023-05-16T22:22:55.020Z] "bip": "10.250.0.254/24", [2023-05-16T22:22:55.020Z] "hosts": [ [2023-05-16T22:22:55.020Z] "tcp://0.0.0.0:5555", [2023-05-16T22:22:55.020Z] "unix:///var/run/docker.sock" [2023-05-16T22:22:55.020Z] ], [2023-05-16T22:22:55.020Z] "mtu": 1458, [2023-05-16T22:22:55.020Z] "selinux-enabled": true, [2023-05-16T22:22:55.020Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-16T22:22:55.020Z] } [Pipeline] sh [2023-05-16T22:22:55.360Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-16T22:22:55.696Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-16T22:23:14.272Z] provisioning config files... [2023-05-16T22:23:14.308Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/115@tmp/config6050815453287017908tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-16T22:23:14.690Z] ---> docker-login.sh [2023-05-16T22:23:14.690Z] nexus3.edgexfoundry.org:10001 [2023-05-16T22:23:15.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-16T22:23:15.285Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-16T22:23:15.285Z] Configure a credential helper to remove this warning. See [2023-05-16T22:23:15.285Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-16T22:23:15.285Z] [2023-05-16T22:23:15.285Z] Login Succeeded [2023-05-16T22:23:15.285Z] nexus3.edgexfoundry.org:10002 [2023-05-16T22:23:15.558Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-16T22:23:15.834Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-16T22:23:15.834Z] Configure a credential helper to remove this warning. See [2023-05-16T22:23:15.834Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-16T22:23:15.834Z] [2023-05-16T22:23:15.834Z] Login Succeeded [2023-05-16T22:23:15.834Z] nexus3.edgexfoundry.org:10003 [2023-05-16T22:23:16.107Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-16T22:23:16.107Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-16T22:23:16.107Z] Configure a credential helper to remove this warning. See [2023-05-16T22:23:16.107Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-16T22:23:16.107Z] [2023-05-16T22:23:16.107Z] Login Succeeded [2023-05-16T22:23:16.107Z] nexus3.edgexfoundry.org:10004 [2023-05-16T22:23:16.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-16T22:23:16.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-16T22:23:16.654Z] Configure a credential helper to remove this warning. See [2023-05-16T22:23:16.654Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-16T22:23:16.654Z] [2023-05-16T22:23:16.654Z] Login Succeeded [2023-05-16T22:23:16.654Z] docker.io [2023-05-16T22:23:16.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-16T22:23:17.196Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-16T22:23:17.196Z] Configure a credential helper to remove this warning. See [2023-05-16T22:23:17.196Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-16T22:23:17.196Z] [2023-05-16T22:23:17.196Z] Login Succeeded [2023-05-16T22:23:17.196Z] ---> docker-login.sh ends [Pipeline] } [2023-05-16T22:23:17.212Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-16T22:23:17.531Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-16T22:23:17.542Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-16T22:23:17.551Z] ========================================================= [2023-05-16T22:23:17.551Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-16T22:23:17.551Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:23:17.919Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-05-16T22:23:17.919Z] Sending build context to Docker daemon 139.3kB [2023-05-16T22:23:18.194Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-05-16T22:23:18.194Z] Step 2/12 : FROM ${BASE} AS builder [2023-05-16T22:23:18.194Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-16T22:23:18.194Z] c41833b44d91: Pulling fs layer [2023-05-16T22:23:18.194Z] ed15518f5707: Pulling fs layer [2023-05-16T22:23:18.194Z] feae8fd75edb: Pulling fs layer [2023-05-16T22:23:18.194Z] 242c74f7c9fa: Pulling fs layer [2023-05-16T22:23:18.194Z] 3cdef696dda3: Pulling fs layer [2023-05-16T22:23:18.194Z] 2ced38df9373: Pulling fs layer [2023-05-16T22:23:18.194Z] 58f1dce35555: Pulling fs layer [2023-05-16T22:23:18.194Z] 3cdef696dda3: Waiting [2023-05-16T22:23:18.194Z] 2ced38df9373: Waiting [2023-05-16T22:23:18.194Z] 58f1dce35555: Waiting [2023-05-16T22:23:18.194Z] 242c74f7c9fa: Waiting [2023-05-16T22:23:18.477Z] ed15518f5707: Verifying Checksum [2023-05-16T22:23:18.477Z] ed15518f5707: Download complete [2023-05-16T22:23:18.477Z] 242c74f7c9fa: Verifying Checksum [2023-05-16T22:23:18.477Z] 242c74f7c9fa: Download complete [2023-05-16T22:23:18.477Z] 3cdef696dda3: Verifying Checksum [2023-05-16T22:23:18.477Z] 3cdef696dda3: Download complete [2023-05-16T22:23:18.477Z] c41833b44d91: Verifying Checksum [2023-05-16T22:23:18.477Z] c41833b44d91: Download complete [2023-05-16T22:23:19.911Z] c41833b44d91: Pull complete [2023-05-16T22:23:20.191Z] 58f1dce35555: Verifying Checksum [2023-05-16T22:23:20.191Z] 58f1dce35555: Download complete [2023-05-16T22:23:20.462Z] ed15518f5707: Pull complete [2023-05-16T22:23:21.453Z] feae8fd75edb: Verifying Checksum [2023-05-16T22:23:21.454Z] feae8fd75edb: Download complete [2023-05-16T22:23:21.454Z] 2ced38df9373: Verifying Checksum [2023-05-16T22:23:21.454Z] 2ced38df9373: Download complete [2023-05-16T22:23:33.833Z] feae8fd75edb: Pull complete [2023-05-16T22:23:33.833Z] 242c74f7c9fa: Pull complete [2023-05-16T22:23:33.833Z] 3cdef696dda3: Pull complete [2023-05-16T22:23:40.600Z] 2ced38df9373: Pull complete [2023-05-16T22:23:43.212Z] 58f1dce35555: Pull complete [2023-05-16T22:23:43.212Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-16T22:23:43.212Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-16T22:23:43.212Z] ---> fadd8f120f05 [2023-05-16T22:23:43.212Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-05-16T22:23:45.181Z] ---> Running in 3461c0be1b2f [2023-05-16T22:23:45.452Z] Removing intermediate container 3461c0be1b2f [2023-05-16T22:23:45.452Z] ---> 174436500275 [2023-05-16T22:23:45.452Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-16T22:23:45.452Z] ---> Running in 6c316632e2a6 [2023-05-16T22:23:45.815Z] Removing intermediate container 6c316632e2a6 [2023-05-16T22:23:45.815Z] ---> 01e291608923 [2023-05-16T22:23:45.815Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-16T22:23:46.097Z] ---> Running in b038cae78617 [2023-05-16T22:23:46.376Z] Removing intermediate container b038cae78617 [2023-05-16T22:23:46.376Z] ---> 24266d014c32 [2023-05-16T22:23:46.376Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-05-16T22:23:46.376Z] ---> Running in c9d68a454128 [2023-05-16T22:23:46.671Z] Removing intermediate container c9d68a454128 [2023-05-16T22:23:46.671Z] ---> 75b2d7ddb579 [2023-05-16T22:23:46.671Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-16T22:23:46.944Z] ---> Running in 6762a3050c2f [2023-05-16T22:23:47.912Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-16T22:23:48.875Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-16T22:23:49.844Z] (1/4) Installing openssh-keygen (9.1_p1-r3) [2023-05-16T22:23:49.844Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-05-16T22:23:49.844Z] (3/4) Installing openssh-client-common (9.1_p1-r3) [2023-05-16T22:23:50.116Z] (4/4) Installing openssh-client-default (9.1_p1-r3) [2023-05-16T22:23:50.116Z] Executing busybox-1.35.0-r29.trigger [2023-05-16T22:23:50.116Z] OK: 268 MiB in 57 packages [2023-05-16T22:23:51.091Z] Removing intermediate container 6762a3050c2f [2023-05-16T22:23:51.091Z] ---> 627b53ba5ee9 [2023-05-16T22:23:51.091Z] Step 8/12 : WORKDIR /device-rest-go [2023-05-16T22:23:51.360Z] ---> Running in 2e0692d6d706 [2023-05-16T22:23:51.633Z] Removing intermediate container 2e0692d6d706 [2023-05-16T22:23:51.633Z] ---> 8780e3dcd376 [2023-05-16T22:23:51.633Z] Step 9/12 : COPY go.mod vendor* ./ [2023-05-16T22:23:52.225Z] ---> f37081a717cf [2023-05-16T22:23:52.225Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-16T22:23:52.225Z] ---> Running in cf8af0b63c75 [2023-05-16T22:25:00.193Z] Removing intermediate container cf8af0b63c75 [2023-05-16T22:25:00.193Z] ---> 90aff960f929 [2023-05-16T22:25:00.193Z] Step 11/12 : COPY . . [2023-05-16T22:25:00.193Z] ---> bef79e372405 [2023-05-16T22:25:00.193Z] Step 12/12 : RUN $MAKE [2023-05-16T22:25:00.193Z] ---> Running in 42734a4cf953 [2023-05-16T22:25:00.193Z] noop [2023-05-16T22:25:00.193Z] Removing intermediate container 42734a4cf953 [2023-05-16T22:25:00.193Z] ---> 608a52bf78fe [2023-05-16T22:25:00.193Z] Successfully built 608a52bf78fe [2023-05-16T22:25:00.193Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:25:00.569Z] + docker inspect -f . ci-base-image-arm64 [2023-05-16T22:25:00.569Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-16T22:25:00.811Z] prd-ubuntu20.04-docker-arm64-4c-16g-15790 does not seem to be running inside a container [2023-05-16T22:25:00.886Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/115 -v /w/workspace/device-rest-go/115:/w/workspace/device-rest-go/115:rw,z -v /w/workspace/device-rest-go/115@tmp:/w/workspace/device-rest-go/115@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-16T22:25:02.233Z] $ docker top a0b86ffec775fc9b378c786cd68c7451b4c8dd1ccdaaf38107fed1f61d198829 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-16T22:25:03.128Z] + go version [2023-05-16T22:25:03.128Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-16T22:25:03.148Z] $ docker stop --time=1 a0b86ffec775fc9b378c786cd68c7451b4c8dd1ccdaaf38107fed1f61d198829 [2023-05-16T22:25:04.842Z] $ docker rm -f --volumes a0b86ffec775fc9b378c786cd68c7451b4c8dd1ccdaaf38107fed1f61d198829 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:25:05.418Z] + docker inspect -f . ci-base-image-arm64 [2023-05-16T22:25:05.419Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-16T22:25:05.651Z] prd-ubuntu20.04-docker-arm64-4c-16g-15790 does not seem to be running inside a container [2023-05-16T22:25:05.740Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-rest-go/115 -v /w/workspace/device-rest-go/115:/w/workspace/device-rest-go/115:rw,z -v /w/workspace/device-rest-go/115@tmp:/w/workspace/device-rest-go/115@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-16T22:25:07.065Z] $ docker top 23d3b3250643f3bb81ad05d30df3ccfeb2f1d204692154f956731b805228c7d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-16T22:25:07.957Z] + git config --global --add safe.directory /w/workspace/device-rest-go/115 [Pipeline] fileExists [Pipeline] sh [2023-05-16T22:25:08.638Z] + make test [2023-05-16T22:25:08.638Z] go test ./... -coverprofile=coverage.out ./... [2023-05-16T22:25:47.581Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2023-05-16T22:27:54.553Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2023-05-16T22:27:54.554Z] ok github.com/edgexfoundry/device-rest-go/driver 0.064s coverage: 32.2% of statements [2023-05-16T22:27:54.554Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-05-16T22:27:54.554Z] go vet ./... [2023-05-16T22:28:21.278Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-16T22:28:21.278Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-16T22:28:21.278Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-16T22:28:21.301Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-16T22:28:21.317Z] $ docker stop --time=1 23d3b3250643f3bb81ad05d30df3ccfeb2f1d204692154f956731b805228c7d4 [2023-05-16T22:28:23.278Z] $ docker rm -f --volumes 23d3b3250643f3bb81ad05d30df3ccfeb2f1d204692154f956731b805228c7d4 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-16T22:28:24.538Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-16T22:28:24.564Z] Warning: overwriting stash ‘coverage-report’ [2023-05-16T22:28:25.108Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-16T22:28:25.492Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-16T22:28:25.824Z] + ls -al . [2023-05-16T22:28:25.824Z] total 180 [2023-05-16T22:28:25.824Z] drwxrwxr-x 8 jenkins jenkins 4096 May 16 22:25 . [2023-05-16T22:28:25.824Z] drwxrwxr-x 4 jenkins jenkins 4096 May 16 22:22 .. [2023-05-16T22:28:25.824Z] -rw-rw-r-- 1 jenkins jenkins 151 May 16 22:22 .dockerignore [2023-05-16T22:28:25.824Z] drwxrwxr-x 8 jenkins jenkins 4096 May 16 22:22 .git [2023-05-16T22:28:25.824Z] drwxrwxr-x 3 jenkins jenkins 4096 May 16 22:22 .github [2023-05-16T22:28:25.824Z] -rw-rw-r-- 1 jenkins jenkins 329 May 16 22:22 .gitignore [2023-05-16T22:28:25.824Z] -rw-rw-r-- 1 jenkins jenkins 41 May 16 22:22 .golangci.yml [2023-05-16T22:28:25.824Z] -rw-rw-r-- 1 jenkins jenkins 9331 May 16 22:22 Attribution.txt [2023-05-16T22:28:25.824Z] -rw-rw-r-- 1 jenkins jenkins 13085 May 16 22:22 CHANGELOG.md [2023-05-16T22:28:25.824Z] -rw-rw-r-- 1 jenkins jenkins 1578 May 16 22:22 Dockerfile [2023-05-16T22:28:25.824Z] -rw-rw-r-- 1 jenkins jenkins 677 May 16 22:22 GOVERNANCE.md [2023-05-16T22:28:25.824Z] -rw-rw-r-- 1 jenkins jenkins 680 May 16 22:22 Jenkinsfile [2023-05-16T22:28:25.824Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 16 22:22 LICENSE [2023-05-16T22:28:25.824Z] -rw-rw-r-- 1 jenkins jenkins 1779 May 16 22:22 Makefile [2023-05-16T22:28:25.824Z] -rw-rw-r-- 1 jenkins jenkins 620 May 16 22:22 OWNERS.md [2023-05-16T22:28:25.824Z] -rw-rw-r-- 1 jenkins jenkins 15827 May 16 22:22 README.md [2023-05-16T22:28:25.824Z] -rw-rw-r-- 1 jenkins jenkins 12 May 16 22:19 VERSION [2023-05-16T22:28:25.824Z] drwxrwxr-x 2 jenkins jenkins 4096 May 16 22:22 bin [2023-05-16T22:28:25.824Z] drwxrwxr-x 3 jenkins jenkins 4096 May 16 22:22 cmd [2023-05-16T22:28:25.824Z] -rw-r--r-- 1 jenkins jenkins 14663 May 16 22:27 coverage.out [2023-05-16T22:28:25.824Z] drwxrwxr-x 2 jenkins jenkins 4096 May 16 22:22 driver [2023-05-16T22:28:25.824Z] -rw-rw-r-- 1 jenkins jenkins 3402 May 16 22:22 go.mod [2023-05-16T22:28:25.824Z] -rw-rw-r-- 1 jenkins jenkins 31328 May 16 22:22 go.sum [2023-05-16T22:28:25.824Z] drwxrwxr-x 4 jenkins jenkins 4096 May 16 22:22 snap [2023-05-16T22:28:25.824Z] -rw-rw-r-- 1 jenkins jenkins 713 May 16 22:22 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:28:26.172Z] + docker build -t device-rest-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=47b604616574ded3ba804dffb2a679ce0d70252d --label arch=arm64 --label version=3.0.0-dev.43 . [2023-05-16T22:28:26.172Z] Sending build context to Docker daemon 154.6kB [2023-05-16T22:28:26.442Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-05-16T22:28:26.442Z] Step 2/25 : FROM ${BASE} AS builder [2023-05-16T22:28:26.442Z] ---> 608a52bf78fe [2023-05-16T22:28:26.442Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-05-16T22:28:26.442Z] ---> Running in 02b7ca7fc819 [2023-05-16T22:28:26.710Z] Removing intermediate container 02b7ca7fc819 [2023-05-16T22:28:26.710Z] ---> 6755570635eb [2023-05-16T22:28:26.710Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-16T22:28:26.980Z] ---> Running in 151911c36090 [2023-05-16T22:28:27.250Z] Removing intermediate container 151911c36090 [2023-05-16T22:28:27.250Z] ---> d3a1ff98697c [2023-05-16T22:28:27.250Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-16T22:28:27.250Z] ---> Running in 1a2d7e752b9b [2023-05-16T22:28:27.518Z] Removing intermediate container 1a2d7e752b9b [2023-05-16T22:28:27.518Z] ---> e9057d4beda3 [2023-05-16T22:28:27.518Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2023-05-16T22:28:27.788Z] ---> Running in ec9f28521fca [2023-05-16T22:28:28.061Z] Removing intermediate container ec9f28521fca [2023-05-16T22:28:28.061Z] ---> 724486f5b0b3 [2023-05-16T22:28:28.061Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-16T22:28:28.061Z] ---> Running in 39efdbf0c693 [2023-05-16T22:28:29.491Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-16T22:28:29.761Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-16T22:28:31.180Z] OK: 268 MiB in 57 packages [2023-05-16T22:28:32.149Z] Removing intermediate container 39efdbf0c693 [2023-05-16T22:28:32.149Z] ---> ce0d3b523e53 [2023-05-16T22:28:32.149Z] Step 8/25 : WORKDIR /device-rest-go [2023-05-16T22:28:32.149Z] ---> Running in 4b3760c1ed2d [2023-05-16T22:28:32.418Z] Removing intermediate container 4b3760c1ed2d [2023-05-16T22:28:32.418Z] ---> 55fe472e30a2 [2023-05-16T22:28:32.418Z] Step 9/25 : COPY go.mod vendor* ./ [2023-05-16T22:28:33.010Z] ---> a4bbbf7ab33d [2023-05-16T22:28:33.010Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-16T22:28:33.010Z] ---> Running in 65f8551d6829 [2023-05-16T22:28:35.607Z] Removing intermediate container 65f8551d6829 [2023-05-16T22:28:35.607Z] ---> 6cdef577f282 [2023-05-16T22:28:35.607Z] Step 11/25 : COPY . . [2023-05-16T22:28:36.193Z] ---> a680946bd41f [2023-05-16T22:28:36.193Z] Step 12/25 : RUN $MAKE [2023-05-16T22:28:36.193Z] ---> Running in 4490bcd6f40b [2023-05-16T22:28:37.157Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=3.0.0-dev.43" -trimpath -mod=readonly -o cmd/device-rest ./cmd [2023-05-16T22:31:13.937Z] Removing intermediate container 4490bcd6f40b [2023-05-16T22:31:13.937Z] ---> 1274b3cf0605 [2023-05-16T22:31:13.937Z] Step 13/25 : FROM alpine:3.17 [2023-05-16T22:31:13.937Z] 3.17: Pulling from library/alpine [2023-05-16T22:31:13.937Z] c41833b44d91: Already exists [2023-05-16T22:31:13.937Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-16T22:31:13.937Z] Status: Downloaded newer image for alpine:3.17 [2023-05-16T22:31:13.937Z] ---> 51e60588ff2c [2023-05-16T22:31:13.937Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-05-16T22:31:13.937Z] ---> Running in ca85b22bf83f [2023-05-16T22:31:13.937Z] Removing intermediate container ca85b22bf83f [2023-05-16T22:31:13.937Z] ---> 0d1211bb1659 [2023-05-16T22:31:13.937Z] Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} [2023-05-16T22:31:13.937Z] ---> Running in 7492e039ab01 [2023-05-16T22:31:13.937Z] Removing intermediate container 7492e039ab01 [2023-05-16T22:31:13.937Z] ---> b5af9b00e5b3 [2023-05-16T22:31:13.937Z] Step 16/25 : RUN apk add --update --no-cache dumb-init [2023-05-16T22:31:13.937Z] ---> Running in 4ec15ea49c37 [2023-05-16T22:31:13.937Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-16T22:31:13.937Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-16T22:31:13.937Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-16T22:31:13.937Z] Executing busybox-1.35.0-r29.trigger [2023-05-16T22:31:13.937Z] OK: 8 MiB in 16 packages [2023-05-16T22:31:13.937Z] Removing intermediate container 4ec15ea49c37 [2023-05-16T22:31:13.937Z] ---> b38c9d074243 [2023-05-16T22:31:13.937Z] Step 17/25 : COPY --from=builder /device-rest-go/cmd / [2023-05-16T22:31:13.937Z] ---> a5583b67ce48 [2023-05-16T22:31:13.937Z] Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / [2023-05-16T22:31:13.937Z] ---> 5802e9380ab2 [2023-05-16T22:31:13.937Z] Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / [2023-05-16T22:31:13.937Z] ---> 88358b7a0a52 [2023-05-16T22:31:13.937Z] Step 20/25 : EXPOSE 59986 [2023-05-16T22:31:13.937Z] ---> Running in b0de8aea7a98 [2023-05-16T22:31:13.937Z] Removing intermediate container b0de8aea7a98 [2023-05-16T22:31:13.937Z] ---> 41872179b830 [2023-05-16T22:31:13.937Z] Step 21/25 : ENTRYPOINT ["/device-rest"] [2023-05-16T22:31:13.937Z] ---> Running in 9efa6c508aa9 [2023-05-16T22:31:13.937Z] Removing intermediate container 9efa6c508aa9 [2023-05-16T22:31:13.937Z] ---> deb6ee81a03a [2023-05-16T22:31:13.937Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-05-16T22:31:13.937Z] ---> Running in d06c2db8c108 [2023-05-16T22:31:13.937Z] Removing intermediate container d06c2db8c108 [2023-05-16T22:31:13.937Z] ---> d8171cf808b1 [2023-05-16T22:31:13.937Z] Step 23/25 : LABEL arch=arm64 [2023-05-16T22:31:13.937Z] ---> Running in 2e9e3c857b22 [2023-05-16T22:31:13.937Z] Removing intermediate container 2e9e3c857b22 [2023-05-16T22:31:13.937Z] ---> c5b5f6b7e43b [2023-05-16T22:31:13.937Z] Step 24/25 : LABEL git_sha=47b604616574ded3ba804dffb2a679ce0d70252d [2023-05-16T22:31:13.937Z] ---> Running in a77aa6489252 [2023-05-16T22:31:13.937Z] Removing intermediate container a77aa6489252 [2023-05-16T22:31:13.937Z] ---> ccdf6fedb44d [2023-05-16T22:31:13.937Z] Step 25/25 : LABEL version=3.0.0-dev.43 [2023-05-16T22:31:13.937Z] ---> Running in 86947fbebcf1 [2023-05-16T22:31:13.937Z] Removing intermediate container 86947fbebcf1 [2023-05-16T22:31:13.937Z] ---> 36779bacc4bc [2023-05-16T22:31:13.937Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-16T22:31:13.937Z] Successfully built 36779bacc4bc [2023-05-16T22:31:13.937Z] Successfully tagged device-rest-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-05-16T22:31:14.041Z] provisioning config files... [2023-05-16T22:31:14.056Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/115@tmp/config17701000164719368727tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-16T22:31:14.396Z] ---> docker-login.sh [2023-05-16T22:31:14.396Z] nexus3.edgexfoundry.org:10001 [2023-05-16T22:31:14.664Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-16T22:31:14.664Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-16T22:31:14.664Z] Configure a credential helper to remove this warning. See [2023-05-16T22:31:14.664Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-16T22:31:14.664Z] [2023-05-16T22:31:14.664Z] Login Succeeded [2023-05-16T22:31:14.664Z] nexus3.edgexfoundry.org:10002 [2023-05-16T22:31:14.936Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-16T22:31:14.936Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-16T22:31:14.936Z] Configure a credential helper to remove this warning. See [2023-05-16T22:31:14.936Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-16T22:31:14.936Z] [2023-05-16T22:31:14.936Z] Login Succeeded [2023-05-16T22:31:14.936Z] nexus3.edgexfoundry.org:10003 [2023-05-16T22:31:15.203Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-16T22:31:15.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-16T22:31:15.469Z] Configure a credential helper to remove this warning. See [2023-05-16T22:31:15.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-16T22:31:15.469Z] [2023-05-16T22:31:15.469Z] Login Succeeded [2023-05-16T22:31:15.469Z] nexus3.edgexfoundry.org:10004 [2023-05-16T22:31:15.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-16T22:31:15.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-16T22:31:15.737Z] Configure a credential helper to remove this warning. See [2023-05-16T22:31:15.737Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-16T22:31:15.737Z] [2023-05-16T22:31:15.737Z] Login Succeeded [2023-05-16T22:31:15.737Z] docker.io [2023-05-16T22:31:16.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-16T22:31:16.274Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-16T22:31:16.274Z] Configure a credential helper to remove this warning. See [2023-05-16T22:31:16.274Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-16T22:31:16.274Z] [2023-05-16T22:31:16.274Z] Login Succeeded [2023-05-16T22:31:16.274Z] ---> docker-login.sh ends [Pipeline] } [2023-05-16T22:31:16.287Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-16T22:31:16.323Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-16T22:31:16.345Z] [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: [2023-05-16T22:31:16.345Z] 47b604616574ded3ba804dffb2a679ce0d70252d [2023-05-16T22:31:16.345Z] latest [2023-05-16T22:31:16.345Z] 3.0.0-dev.43 [2023-05-16T22:31:16.345Z] 47b604616574ded3ba804dffb2a679ce0d70252d-3.0.0-dev.43 [2023-05-16T22:31:16.345Z] main [2023-05-16T22:31:16.345Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:31:16.705Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:47b604616574ded3ba804dffb2a679ce0d70252d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:31:17.062Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:47b604616574ded3ba804dffb2a679ce0d70252d [2023-05-16T22:31:17.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2023-05-16T22:31:17.062Z] 7ce5cbaef7cb: Preparing [2023-05-16T22:31:17.062Z] 5ec67f269111: Preparing [2023-05-16T22:31:17.062Z] 2c8bb8f9b7b4: Preparing [2023-05-16T22:31:17.062Z] b795743b4e96: Preparing [2023-05-16T22:31:17.062Z] 26cbea5cba74: Preparing [2023-05-16T22:31:17.062Z] 26cbea5cba74: Layer already exists [2023-05-16T22:31:17.329Z] 5ec67f269111: Pushed [2023-05-16T22:31:17.329Z] 7ce5cbaef7cb: Pushed [2023-05-16T22:31:17.329Z] b795743b4e96: Pushed [2023-05-16T22:31:22.673Z] 2c8bb8f9b7b4: Pushed [2023-05-16T22:31:22.673Z] 47b604616574ded3ba804dffb2a679ce0d70252d: digest: sha256:09eb882f39366b8c263421699df01aaec47697e2fb1683aa811f71adce8e686f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:31:23.021Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:31:23.373Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2023-05-16T22:31:23.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2023-05-16T22:31:23.373Z] 7ce5cbaef7cb: Preparing [2023-05-16T22:31:23.373Z] 5ec67f269111: Preparing [2023-05-16T22:31:23.373Z] 2c8bb8f9b7b4: Preparing [2023-05-16T22:31:23.373Z] b795743b4e96: Preparing [2023-05-16T22:31:23.373Z] 26cbea5cba74: Preparing [2023-05-16T22:31:23.373Z] 2c8bb8f9b7b4: Layer already exists [2023-05-16T22:31:23.373Z] b795743b4e96: Layer already exists [2023-05-16T22:31:23.373Z] 7ce5cbaef7cb: Layer already exists [2023-05-16T22:31:23.373Z] 26cbea5cba74: Layer already exists [2023-05-16T22:31:23.373Z] 5ec67f269111: Layer already exists [2023-05-16T22:31:23.638Z] latest: digest: sha256:09eb882f39366b8c263421699df01aaec47697e2fb1683aa811f71adce8e686f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:31:24.037Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:3.0.0-dev.43 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:31:24.407Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:3.0.0-dev.43 [2023-05-16T22:31:24.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2023-05-16T22:31:24.407Z] 7ce5cbaef7cb: Preparing [2023-05-16T22:31:24.407Z] 5ec67f269111: Preparing [2023-05-16T22:31:24.407Z] 2c8bb8f9b7b4: Preparing [2023-05-16T22:31:24.407Z] b795743b4e96: Preparing [2023-05-16T22:31:24.407Z] 26cbea5cba74: Preparing [2023-05-16T22:31:24.407Z] b795743b4e96: Layer already exists [2023-05-16T22:31:24.407Z] 2c8bb8f9b7b4: Layer already exists [2023-05-16T22:31:24.407Z] 7ce5cbaef7cb: Layer already exists [2023-05-16T22:31:24.407Z] 26cbea5cba74: Layer already exists [2023-05-16T22:31:24.407Z] 5ec67f269111: Layer already exists [2023-05-16T22:31:24.407Z] 3.0.0-dev.43: digest: sha256:09eb882f39366b8c263421699df01aaec47697e2fb1683aa811f71adce8e686f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:31:24.773Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:47b604616574ded3ba804dffb2a679ce0d70252d-3.0.0-dev.43 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:31:25.113Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:47b604616574ded3ba804dffb2a679ce0d70252d-3.0.0-dev.43 [2023-05-16T22:31:25.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2023-05-16T22:31:25.113Z] 7ce5cbaef7cb: Preparing [2023-05-16T22:31:25.113Z] 5ec67f269111: Preparing [2023-05-16T22:31:25.113Z] 2c8bb8f9b7b4: Preparing [2023-05-16T22:31:25.113Z] b795743b4e96: Preparing [2023-05-16T22:31:25.113Z] 26cbea5cba74: Preparing [2023-05-16T22:31:25.113Z] b795743b4e96: Layer already exists [2023-05-16T22:31:25.113Z] 7ce5cbaef7cb: Layer already exists [2023-05-16T22:31:25.113Z] 5ec67f269111: Layer already exists [2023-05-16T22:31:25.113Z] 26cbea5cba74: Layer already exists [2023-05-16T22:31:25.113Z] 2c8bb8f9b7b4: Layer already exists [2023-05-16T22:31:25.113Z] 47b604616574ded3ba804dffb2a679ce0d70252d-3.0.0-dev.43: digest: sha256:09eb882f39366b8c263421699df01aaec47697e2fb1683aa811f71adce8e686f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:31:25.722Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:31:26.064Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main [2023-05-16T22:31:26.065Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2023-05-16T22:31:26.065Z] 7ce5cbaef7cb: Preparing [2023-05-16T22:31:26.065Z] 5ec67f269111: Preparing [2023-05-16T22:31:26.065Z] 2c8bb8f9b7b4: Preparing [2023-05-16T22:31:26.065Z] b795743b4e96: Preparing [2023-05-16T22:31:26.065Z] 26cbea5cba74: Preparing [2023-05-16T22:31:26.065Z] 2c8bb8f9b7b4: Layer already exists [2023-05-16T22:31:26.065Z] 26cbea5cba74: Layer already exists [2023-05-16T22:31:26.065Z] 7ce5cbaef7cb: Layer already exists [2023-05-16T22:31:26.065Z] b795743b4e96: Layer already exists [2023-05-16T22:31:26.065Z] 5ec67f269111: Layer already exists [2023-05-16T22:31:26.333Z] main: digest: sha256:09eb882f39366b8c263421699df01aaec47697e2fb1683aa811f71adce8e686f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-16T22:31:26.381Z] ===================================================== [Pipeline] echo [2023-05-16T22:31:26.391Z] taggedImages: [2023-05-16T22:31:26.391Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:47b604616574ded3ba804dffb2a679ce0d70252d [2023-05-16T22:31:26.391Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2023-05-16T22:31:26.391Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:3.0.0-dev.43 [2023-05-16T22:31:26.391Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:47b604616574ded3ba804dffb2a679ce0d70252d-3.0.0-dev.43 [2023-05-16T22:31:26.391Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:31:26.757Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-16T22:31:26.757Z] [2023-05-16T22:31:26.757Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:31:27.090Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-16T22:31:27.090Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-16T22:31:27.090Z] 8998bd30e6a1: Pulling fs layer [2023-05-16T22:31:27.090Z] 04944245beec: Pulling fs layer [2023-05-16T22:31:27.090Z] 699f458cf7ca: Pulling fs layer [2023-05-16T22:31:27.090Z] 765212b225bb: Pulling fs layer [2023-05-16T22:31:27.090Z] f23df028b6ca: Pulling fs layer [2023-05-16T22:31:27.090Z] d65c8cfc05b1: Pulling fs layer [2023-05-16T22:31:27.090Z] 2437ff75d9bd: Pulling fs layer [2023-05-16T22:31:27.090Z] d65c8cfc05b1: Waiting [2023-05-16T22:31:27.090Z] 765212b225bb: Waiting [2023-05-16T22:31:27.090Z] f23df028b6ca: Waiting [2023-05-16T22:31:27.359Z] 04944245beec: Verifying Checksum [2023-05-16T22:31:27.359Z] 04944245beec: Download complete [2023-05-16T22:31:27.359Z] 765212b225bb: Verifying Checksum [2023-05-16T22:31:27.359Z] 765212b225bb: Download complete [2023-05-16T22:31:27.359Z] f23df028b6ca: Verifying Checksum [2023-05-16T22:31:27.359Z] f23df028b6ca: Download complete [2023-05-16T22:31:27.359Z] d65c8cfc05b1: Verifying Checksum [2023-05-16T22:31:27.359Z] d65c8cfc05b1: Download complete [2023-05-16T22:31:27.359Z] 699f458cf7ca: Verifying Checksum [2023-05-16T22:31:27.359Z] 699f458cf7ca: Download complete [2023-05-16T22:31:27.942Z] 8998bd30e6a1: Verifying Checksum [2023-05-16T22:31:27.942Z] 8998bd30e6a1: Download complete [2023-05-16T22:31:29.893Z] 2437ff75d9bd: Verifying Checksum [2023-05-16T22:31:29.893Z] 2437ff75d9bd: Download complete [2023-05-16T22:31:31.301Z] 8998bd30e6a1: Pull complete [2023-05-16T22:31:31.886Z] 04944245beec: Pull complete [2023-05-16T22:31:33.296Z] 699f458cf7ca: Pull complete [2023-05-16T22:31:33.296Z] 765212b225bb: Pull complete [2023-05-16T22:31:33.878Z] f23df028b6ca: Pull complete [2023-05-16T22:31:34.144Z] d65c8cfc05b1: Pull complete [2023-05-16T22:31:46.471Z] 2437ff75d9bd: Pull complete [2023-05-16T22:31:46.471Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-16T22:31:46.471Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-16T22:31:46.471Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-16T22:31:46.664Z] prd-ubuntu20.04-docker-arm64-4c-16g-15790 does not seem to be running inside a container [2023-05-16T22:31:46.729Z] $ 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-rest-go/115 -v /w/workspace/device-rest-go/115:/w/workspace/device-rest-go/115:rw,z -v /w/workspace/device-rest-go/115@tmp:/w/workspace/device-rest-go/115@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-05-16T22:31:49.299Z] $ docker top 12ad3db6686a8d4043184ead5231710c151eab4027570588b278aa398e65f84a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-16T22:31:49.830Z] ---> job-cost.sh [2023-05-16T22:31:50.098Z] lf-activate-venv: SKIPPING [2023-05-16T22:31:50.098Z] INFO: No Stack... [2023-05-16T22:31:50.681Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-16T22:31:51.267Z] INFO: Archiving Costs [Pipeline] sh [2023-05-16T22:31:51.592Z] + cut -d, -f6 [2023-05-16T22:31:51.592Z] + cat /w/workspace/device-rest-go/115/archives/cost.csv [Pipeline] lock [2023-05-16T22:31:51.944Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-main-115-stack-cost] [2023-05-16T22:31:51.958Z] Resource [jenkins-edgexfoundry-device-rest-go-main-115-stack-cost] did not exist. Created. [2023-05-16T22:31:51.958Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-main-115-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-16T22:31:52.307Z] /w/workspace/device-rest-go/115@tmp/durable-c72e72bd/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-05-16T22:31:53.230Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-16T22:31:53.245Z] Warning: overwriting stash ‘stack-cost’ [2023-05-16T22:31:53.290Z] Stashed 1 file(s) [Pipeline] } [2023-05-16T22:31:53.299Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-main-115-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-16T22:31:53.313Z] $ docker stop --time=1 12ad3db6686a8d4043184ead5231710c151eab4027570588b278aa398e65f84a [2023-05-16T22:31:54.808Z] $ docker rm -f --volumes 12ad3db6686a8d4043184ead5231710c151eab4027570588b278aa398e65f84a [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-05-16T22:31:55.186Z] provisioning config files... [2023-05-16T22:31:55.195Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config17603082734900119658tmp [Pipeline] { [Pipeline] sh [2023-05-16T22:31:55.489Z] + set +x [2023-05-16T22:31:55.490Z] + curl -s https://codecov.io/bash [2023-05-16T22:31:55.490Z] + bash -s -- [2023-05-16T22:31:55.490Z] [2023-05-16T22:31:55.490Z] _____ _ [2023-05-16T22:31:55.490Z] / ____| | | [2023-05-16T22:31:55.490Z] | | ___ __| | ___ ___ _____ __ [2023-05-16T22:31:55.490Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-16T22:31:55.490Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-16T22:31:55.490Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-16T22:31:55.490Z] Bash-1.0.6 [2023-05-16T22:31:55.490Z] [2023-05-16T22:31:55.490Z] [2023-05-16T22:31:55.490Z] ==> git version 2.25.1 found [2023-05-16T22:31:55.490Z] ==> 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-05-16T22:31:55.490Z] Release-Date: 2020-01-08 [2023-05-16T22:31:55.490Z] 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-05-16T22:31:55.490Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-16T22:31:55.490Z] ==> Jenkins CI detected. [2023-05-16T22:31:55.490Z] current dir:  /w/workspace/edgexfoundry_device-rest-go_main [2023-05-16T22:31:55.490Z] project root: . [2023-05-16T22:31:55.490Z] --> token set from env [2023-05-16T22:31:55.490Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-16T22:31:55.490Z] ==> Running gcov in . (disable via -X gcov) [2023-05-16T22:31:55.490Z] ==> Python coveragepy not found [2023-05-16T22:31:55.490Z] ==> Searching for coverage reports in: [2023-05-16T22:31:55.490Z] + . [2023-05-16T22:31:55.490Z] -> Found 1 reports [2023-05-16T22:31:55.490Z] ==> Detecting git/mercurial file structure [2023-05-16T22:31:55.490Z] ==> Reading reports [2023-05-16T22:31:55.490Z] + ./coverage.out bytes=14663 [2023-05-16T22:31:55.490Z] ==> Appending adjustments [2023-05-16T22:31:55.490Z] https://docs.codecov.io/docs/fixing-reports [2023-05-16T22:31:55.749Z] + Found adjustments [2023-05-16T22:31:55.749Z] ==> Gzipping contents [2023-05-16T22:31:55.749Z] 4.0K /tmp/codecov.NLxDHD.gz [2023-05-16T22:31:55.749Z] ==> Uploading reports [2023-05-16T22:31:55.749Z] url: https://codecov.io [2023-05-16T22:31:55.749Z] query: branch=main&commit=47b604616574ded3ba804dffb2a679ce0d70252d&build=115&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F115%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-05-16T22:31:55.749Z] -> Pinging Codecov [2023-05-16T22:31:55.749Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c51feb23-73ac-4f49-b3d1-d26df23137db&branch=main&commit=47b604616574ded3ba804dffb2a679ce0d70252d&build=115&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F115%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-05-16T22:31:56.009Z] -> Uploading to [2023-05-16T22:31:56.009Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-16/4E5D53B4F1F92C436F7061BF334D961C/47b604616574ded3ba804dffb2a679ce0d70252d/0d6e1b89-a719-488f-869d-e7d074859cc0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230516%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230516T223155Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=057bf6c71348e15ed2660dcd251942c8f15a03fc157dd0f9883c5525009f5c31 [2023-05-16T22:31:56.009Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-16T22:31:56.009Z] Dload Upload Total Spent Left Speed [2023-05-16T22:31:56.009Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2510 0 0 100 2510 0 11784 --:--:-- --:--:-- --:--:-- 11839 [2023-05-16T22:31:56.009Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/47b604616574ded3ba804dffb2a679ce0d70252d [Pipeline] } [2023-05-16T22:31:56.015Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-05-16T22:31:56.120Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-05-16T22:31:56.132Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:31:56.442Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-05-16T22:31:56.442Z] [2023-05-16T22:31:56.442Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:31:56.753Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-05-16T22:31:56.753Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-05-16T22:31:56.753Z] df9b9388f04a: Pulling fs layer [2023-05-16T22:31:56.753Z] 52dc419b0ee2: Pulling fs layer [2023-05-16T22:31:56.753Z] 25bc292e5bac: Pulling fs layer [2023-05-16T22:31:56.753Z] 114826534d7a: Pulling fs layer [2023-05-16T22:31:56.753Z] 4657fd5d0bcf: Pulling fs layer [2023-05-16T22:31:56.753Z] 6ad1cebc031e: Pulling fs layer [2023-05-16T22:31:56.753Z] 8a3aa393b2d8: Pulling fs layer [2023-05-16T22:31:56.753Z] 4657fd5d0bcf: Waiting [2023-05-16T22:31:56.753Z] 6ad1cebc031e: Waiting [2023-05-16T22:31:56.753Z] 8a3aa393b2d8: Waiting [2023-05-16T22:31:56.753Z] 114826534d7a: Waiting [2023-05-16T22:31:56.753Z] 25bc292e5bac: Verifying Checksum [2023-05-16T22:31:56.753Z] 25bc292e5bac: Download complete [2023-05-16T22:31:56.753Z] 52dc419b0ee2: Download complete [2023-05-16T22:31:56.753Z] 4657fd5d0bcf: Verifying Checksum [2023-05-16T22:31:56.753Z] 4657fd5d0bcf: Download complete [2023-05-16T22:31:57.013Z] df9b9388f04a: Download complete [2023-05-16T22:31:57.013Z] df9b9388f04a: Pull complete [2023-05-16T22:31:57.013Z] 6ad1cebc031e: Download complete [2023-05-16T22:31:57.277Z] 52dc419b0ee2: Pull complete [2023-05-16T22:31:57.277Z] 25bc292e5bac: Pull complete [2023-05-16T22:31:57.535Z] 114826534d7a: Verifying Checksum [2023-05-16T22:31:57.535Z] 114826534d7a: Download complete [2023-05-16T22:31:57.794Z] 8a3aa393b2d8: Verifying Checksum [2023-05-16T22:31:57.794Z] 8a3aa393b2d8: Download complete [2023-05-16T22:32:01.080Z] 114826534d7a: Pull complete [2023-05-16T22:32:01.080Z] 4657fd5d0bcf: Pull complete [2023-05-16T22:32:01.337Z] 6ad1cebc031e: Pull complete [2023-05-16T22:32:03.885Z] 8a3aa393b2d8: Pull complete [2023-05-16T22:32:04.144Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-05-16T22:32:04.144Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-05-16T22:32:04.144Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-16T22:32:04.242Z] prd-ubuntu20.04-docker-8c-8g-15785 does not seem to be running inside a container [2023-05-16T22:32:04.275Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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-05-16T22:32:09.182Z] $ docker top ca01cfe63749332d443a8461cdb4b7d2df56f6002f08ce933c8f0ea7545e8c7e -eo pid,comm [Pipeline] { [Pipeline] echo [2023-05-16T22:32:09.242Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rest-go:main' [Pipeline] sh [2023-05-16T22:32:09.516Z] + set -o pipefail [2023-05-16T22:32:09.516Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rest-go:main' [2023-05-16T22:32:13.747Z] [2023-05-16T22:32:13.747Z] Monitoring /w/workspace/edgexfoundry_device-rest-go_main (github.com/edgexfoundry/device-rest-go)... [2023-05-16T22:32:13.747Z] [2023-05-16T22:32:13.747Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6693b2f8-cb2c-4fe8-a536-d1b67f9ec7d5/history/6bdcf0a0-7a03-497d-b0fc-5a19bef454a7 [2023-05-16T22:32:13.747Z] [2023-05-16T22:32:13.747Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-05-16T22:32:13.747Z] [2023-05-16T22:32:13.747Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-05-16T22:32:13.747Z] [2023-05-16T22:32:13.747Z] [2023-05-16T22:32:13.747Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-05-16T22:32:13.747Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-05-16T22:32:13.747Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-05-16T22:32:13.761Z] $ docker stop --time=1 ca01cfe63749332d443a8461cdb4b7d2df56f6002f08ce933c8f0ea7545e8c7e [2023-05-16T22:32:17.887Z] $ docker rm -f --volumes ca01cfe63749332d443a8461cdb4b7d2df56f6002f08ce933c8f0ea7545e8c7e [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-05-16T22:32:18.598Z] + git log --format=format:%s -1 47b604616574ded3ba804dffb2a679ce0d70252d [Pipeline] sh [2023-05-16T22:32:18.892Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-16T22:32:18.892Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:32:19.191Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-16T22:32:19.191Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-16T22:32:19.260Z] prd-ubuntu20.04-docker-8c-8g-15785 does not seem to be running inside a container [2023-05-16T22:32:19.288Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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-05-16T22:32:19.865Z] $ docker top 1097f9ac01400eb11544cfbe0ba96f600e5de8a214071de69445355b0dbb7c10 -eo pid,comm [2023-05-16T22:32:19.912Z] 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-05-16T22:32:19.912Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-16T22:32:19.950Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-16T22:32:19.950Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-16T22:32:20.071Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-16T22:32:20.074Z] $ docker exec 1097f9ac01400eb11544cfbe0ba96f600e5de8a214071de69445355b0dbb7c10 ssh-agent [2023-05-16T22:32:20.194Z] SSH_AUTH_SOCK=/tmp/ssh-btBGMeyRQDnv/agent.14 [2023-05-16T22:32:20.194Z] SSH_AGENT_PID=20 [2023-05-16T22:32:20.198Z] Running ssh-add (command line suppressed) [2023-05-16T22:32:20.305Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11581671763115340116.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11581671763115340116.key) [2023-05-16T22:32:20.319Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-16T22:32:20.612Z] + git semver tag [2023-05-16T22:32:21.180Z] 2023-05-16 22:32:20,880 [run_tag] DEBUG tag force:False [2023-05-16T22:32:21.180Z] 2023-05-16 22:32:20,880 [check_head_tag] DEBUG check head tag [2023-05-16T22:32:21.180Z] 2023-05-16 22:32:20,883 [execute] INFO git cat-file --batch-check [2023-05-16T22:32:21.180Z] 2023-05-16 22:32:20,884 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) [2023-05-16T22:32:21.180Z] 2023-05-16 22:32:20,888 [execute] INFO git cat-file --batch [2023-05-16T22:32:21.180Z] 2023-05-16 22:32:20,888 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) [2023-05-16T22:32:21.180Z] 2023-05-16 22:32:20,934 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-05-16T22:32:21.180Z] 2023-05-16 22:32:20,934 [execute] INFO git tag -a v3.0.0-dev.43 -m v3.0.0-dev.43 [2023-05-16T22:32:21.180Z] 2023-05-16 22:32:20,934 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.43', '-m', 'v3.0.0-dev.43'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) [2023-05-16T22:32:21.180Z] 2023-05-16 22:32:20,940 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-05-16T22:32:21.180Z] 3.0.0-dev.43 [Pipeline] } [2023-05-16T22:32:21.190Z] $ docker exec --env ******** --env ******** 1097f9ac01400eb11544cfbe0ba96f600e5de8a214071de69445355b0dbb7c10 ssh-agent -k [2023-05-16T22:32:21.295Z] unset SSH_AUTH_SOCK; [2023-05-16T22:32:21.295Z] unset SSH_AGENT_PID; [2023-05-16T22:32:21.295Z] echo Agent pid 20 killed; [2023-05-16T22:32:21.306Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-16T22:32:21.606Z] + git semver [Pipeline] } [2023-05-16T22:32:21.879Z] $ docker stop --time=1 1097f9ac01400eb11544cfbe0ba96f600e5de8a214071de69445355b0dbb7c10 [2023-05-16T22:32:23.444Z] $ docker rm -f --volumes 1097f9ac01400eb11544cfbe0ba96f600e5de8a214071de69445355b0dbb7c10 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:32:23.881Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-05-16T22:32:23.881Z] [2023-05-16T22:32:23.881Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:32:24.192Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-05-16T22:32:24.193Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-05-16T22:32:24.193Z] ab5ef0e58194: Pulling fs layer [2023-05-16T22:32:24.193Z] 9712f1f96733: Pulling fs layer [2023-05-16T22:32:24.193Z] 63f879dbbcfc: Pulling fs layer [2023-05-16T22:32:24.193Z] 0d9ebad4ef96: Pulling fs layer [2023-05-16T22:32:24.193Z] e9a5061849ea: Pulling fs layer [2023-05-16T22:32:24.193Z] d747dcd14b5f: Pulling fs layer [2023-05-16T22:32:24.193Z] 2de7ff778b66: Pulling fs layer [2023-05-16T22:32:24.193Z] e9a5061849ea: Waiting [2023-05-16T22:32:24.193Z] 2de7ff778b66: Waiting [2023-05-16T22:32:24.193Z] 0d9ebad4ef96: Waiting [2023-05-16T22:32:24.193Z] d747dcd14b5f: Waiting [2023-05-16T22:32:24.760Z] 9712f1f96733: Verifying Checksum [2023-05-16T22:32:24.760Z] 9712f1f96733: Download complete [2023-05-16T22:32:25.020Z] 63f879dbbcfc: Verifying Checksum [2023-05-16T22:32:25.020Z] 63f879dbbcfc: Download complete [2023-05-16T22:32:25.279Z] 0d9ebad4ef96: Verifying Checksum [2023-05-16T22:32:25.279Z] 0d9ebad4ef96: Download complete [2023-05-16T22:32:25.279Z] ab5ef0e58194: Verifying Checksum [2023-05-16T22:32:25.279Z] ab5ef0e58194: Download complete [2023-05-16T22:32:25.279Z] d747dcd14b5f: Verifying Checksum [2023-05-16T22:32:25.279Z] d747dcd14b5f: Download complete [2023-05-16T22:32:25.279Z] e9a5061849ea: Verifying Checksum [2023-05-16T22:32:25.279Z] e9a5061849ea: Download complete [2023-05-16T22:32:25.279Z] 2de7ff778b66: Verifying Checksum [2023-05-16T22:32:25.279Z] 2de7ff778b66: Download complete [2023-05-16T22:32:27.810Z] ab5ef0e58194: Pull complete [2023-05-16T22:32:28.070Z] 9712f1f96733: Pull complete [2023-05-16T22:32:29.006Z] 63f879dbbcfc: Pull complete [2023-05-16T22:32:33.300Z] 0d9ebad4ef96: Pull complete [2023-05-16T22:32:34.242Z] e9a5061849ea: Pull complete [2023-05-16T22:32:34.503Z] d747dcd14b5f: Pull complete [2023-05-16T22:32:35.894Z] 2de7ff778b66: Pull complete [2023-05-16T22:32:36.154Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-05-16T22:32:36.415Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-05-16T22:32:36.415Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-16T22:32:36.501Z] prd-ubuntu20.04-docker-8c-8g-15785 does not seem to be running inside a container [2023-05-16T22:32:36.533Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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-05-16T22:32:52.109Z] $ docker top ddbdd214ce23ec19937d89ad2617285828253be5bf5407af6628814a9a754152 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-05-16T22:32:52.178Z] provisioning config files... [2023-05-16T22:32:52.185Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config8131571641130784666tmp [2023-05-16T22:32:52.194Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config12110586790123163661tmp [2023-05-16T22:32:52.204Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config3990227458176238112tmp [Pipeline] { [Pipeline] echo [2023-05-16T22:32:52.219Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-16T22:32:52.508Z] ---> sigul-configuration.sh [2023-05-16T22:32:52.508Z] gpg: directory `/root/.gnupg' created [2023-05-16T22:32:52.508Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-05-16T22:32:52.508Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-05-16T22:32:52.508Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-05-16T22:32:52.508Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-05-16T22:32:52.508Z] gpg: CAST5 encrypted data [2023-05-16T22:32:52.508Z] gpg: encrypted with 1 passphrase [2023-05-16T22:32:52.508Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-05-16T22:32:52.801Z] + mkdir /home/jenkins [2023-05-16T22:32:52.801Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-05-16T22:32:53.087Z] + 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-05-16T22:32:53.095Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-16T22:32:53.376Z] ---> sigul-install.sh [2023-05-16T22:32:53.376Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-05-16T22:32:53.662Z] + git tag --list [2023-05-16T22:32:53.662Z] v1.0.0 [2023-05-16T22:32:53.662Z] v1.1.0 [2023-05-16T22:32:53.662Z] v1.1.1 [2023-05-16T22:32:53.662Z] v1.1.2 [2023-05-16T22:32:53.662Z] v1.2.0 [2023-05-16T22:32:53.662Z] v1.2.1 [2023-05-16T22:32:53.662Z] v2.0.0 [2023-05-16T22:32:53.662Z] v2.1.0 [2023-05-16T22:32:53.662Z] v2.1.1 [2023-05-16T22:32:53.662Z] v2.1.1-dev.1 [2023-05-16T22:32:53.662Z] v2.1.1-dev.2 [2023-05-16T22:32:53.662Z] v2.1.1-dev.3 [2023-05-16T22:32:53.662Z] v2.2.0 [2023-05-16T22:32:53.662Z] v2.2.1-dev.1 [2023-05-16T22:32:53.662Z] v2.2.1-dev.2 [2023-05-16T22:32:53.662Z] v2.2.1-dev.3 [2023-05-16T22:32:53.662Z] v2.2.1-dev.4 [2023-05-16T22:32:53.662Z] v2.2.1-dev.5 [2023-05-16T22:32:53.662Z] v2.2.1-dev.6 [2023-05-16T22:32:53.662Z] v2.2.1-dev.7 [2023-05-16T22:32:53.662Z] v2.2.1-dev.8 [2023-05-16T22:32:53.663Z] v2.2.1-dev.9 [2023-05-16T22:32:53.663Z] v2.3.0 [2023-05-16T22:32:53.663Z] v2.3.0-dev.10 [2023-05-16T22:32:53.663Z] v2.3.0-dev.11 [2023-05-16T22:32:53.663Z] v2.3.0-dev.12 [2023-05-16T22:32:53.663Z] v2.3.0-dev.13 [2023-05-16T22:32:53.663Z] v2.3.0-dev.14 [2023-05-16T22:32:53.663Z] v2.3.0-dev.15 [2023-05-16T22:32:53.663Z] v2.3.0-dev.16 [2023-05-16T22:32:53.663Z] v2.3.0-dev.17 [2023-05-16T22:32:53.663Z] v2.3.0-dev.18 [2023-05-16T22:32:53.663Z] v2.3.0-dev.19 [2023-05-16T22:32:53.663Z] v2.3.0-dev.20 [2023-05-16T22:32:53.663Z] v2.3.0-dev.21 [2023-05-16T22:32:53.663Z] v2.3.0-dev.22 [2023-05-16T22:32:53.663Z] v2.3.0-dev.23 [2023-05-16T22:32:53.663Z] v2.3.0-dev.24 [2023-05-16T22:32:53.663Z] v2.3.0-dev.25 [2023-05-16T22:32:53.663Z] v2.3.0-dev.9 [2023-05-16T22:32:53.663Z] v3.0.0-dev.1 [2023-05-16T22:32:53.663Z] v3.0.0-dev.10 [2023-05-16T22:32:53.663Z] v3.0.0-dev.11 [2023-05-16T22:32:53.663Z] v3.0.0-dev.12 [2023-05-16T22:32:53.663Z] v3.0.0-dev.13 [2023-05-16T22:32:53.663Z] v3.0.0-dev.14 [2023-05-16T22:32:53.663Z] v3.0.0-dev.15 [2023-05-16T22:32:53.663Z] v3.0.0-dev.16 [2023-05-16T22:32:53.663Z] v3.0.0-dev.17 [2023-05-16T22:32:53.663Z] v3.0.0-dev.18 [2023-05-16T22:32:53.663Z] v3.0.0-dev.19 [2023-05-16T22:32:53.663Z] v3.0.0-dev.2 [2023-05-16T22:32:53.663Z] v3.0.0-dev.20 [2023-05-16T22:32:53.663Z] v3.0.0-dev.21 [2023-05-16T22:32:53.663Z] v3.0.0-dev.22 [2023-05-16T22:32:53.663Z] v3.0.0-dev.23 [2023-05-16T22:32:53.663Z] v3.0.0-dev.24 [2023-05-16T22:32:53.663Z] v3.0.0-dev.25 [2023-05-16T22:32:53.663Z] v3.0.0-dev.26 [2023-05-16T22:32:53.663Z] v3.0.0-dev.27 [2023-05-16T22:32:53.663Z] v3.0.0-dev.28 [2023-05-16T22:32:53.663Z] v3.0.0-dev.29 [2023-05-16T22:32:53.663Z] v3.0.0-dev.3 [2023-05-16T22:32:53.663Z] v3.0.0-dev.30 [2023-05-16T22:32:53.663Z] v3.0.0-dev.31 [2023-05-16T22:32:53.663Z] v3.0.0-dev.32 [2023-05-16T22:32:53.663Z] v3.0.0-dev.33 [2023-05-16T22:32:53.663Z] v3.0.0-dev.34 [2023-05-16T22:32:53.663Z] v3.0.0-dev.35 [2023-05-16T22:32:53.663Z] v3.0.0-dev.36 [2023-05-16T22:32:53.663Z] v3.0.0-dev.37 [2023-05-16T22:32:53.663Z] v3.0.0-dev.38 [2023-05-16T22:32:53.663Z] v3.0.0-dev.39 [2023-05-16T22:32:53.663Z] v3.0.0-dev.4 [2023-05-16T22:32:53.663Z] v3.0.0-dev.40 [2023-05-16T22:32:53.663Z] v3.0.0-dev.41 [2023-05-16T22:32:53.663Z] v3.0.0-dev.42 [2023-05-16T22:32:53.663Z] v3.0.0-dev.43 [2023-05-16T22:32:53.663Z] v3.0.0-dev.5 [2023-05-16T22:32:53.663Z] v3.0.0-dev.6 [2023-05-16T22:32:53.663Z] v3.0.0-dev.7 [2023-05-16T22:32:53.663Z] v3.0.0-dev.8 [2023-05-16T22:32:53.663Z] v3.0.0-dev.9 [Pipeline] sh [2023-05-16T22:32:53.956Z] + lftools sign git-tag v3.0.0-dev.43 [2023-05-16T22:32:54.527Z] Signing Git tag with Sigul... [2023-05-16T22:32:54.527Z] Signing v3.0.0-dev.43 [Pipeline] echo [2023-05-16T22:32:55.108Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-16T22:32:55.400Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-05-16T22:32:55.407Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-05-16T22:32:55.429Z] $ docker stop --time=1 ddbdd214ce23ec19937d89ad2617285828253be5bf5407af6628814a9a754152 [2023-05-16T22:32:57.498Z] $ docker rm -f --volumes ddbdd214ce23ec19937d89ad2617285828253be5bf5407af6628814a9a754152 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-05-16T22:32:57.958Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-16T22:32:57.958Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:32:58.266Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-16T22:32:58.266Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-16T22:32:58.342Z] prd-ubuntu20.04-docker-8c-8g-15785 does not seem to be running inside a container [2023-05-16T22:32:58.391Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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-05-16T22:32:59.234Z] $ docker top 1cddf5386a376e25cc4dbee16c855027873373387f46d8a73bc3044289a12b71 -eo pid,comm [2023-05-16T22:32:59.315Z] 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-05-16T22:32:59.315Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-16T22:32:59.356Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-16T22:32:59.356Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-16T22:32:59.473Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-16T22:32:59.476Z] $ docker exec 1cddf5386a376e25cc4dbee16c855027873373387f46d8a73bc3044289a12b71 ssh-agent [2023-05-16T22:32:59.587Z] SSH_AUTH_SOCK=/tmp/ssh-JEHUVpsnhKhM/agent.14 [2023-05-16T22:32:59.587Z] SSH_AGENT_PID=20 [2023-05-16T22:32:59.592Z] Running ssh-add (command line suppressed) [2023-05-16T22:32:59.696Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11457972886128636753.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11457972886128636753.key) [2023-05-16T22:32:59.712Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-16T22:33:00.023Z] + git semver bump pre [2023-05-16T22:33:00.282Z] 2023-05-16 22:33:00,259 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-05-16T22:33:00.282Z] 2023-05-16 22:33:00,259 [bump_version] DEBUG bumping version:3.0.0-dev.43 on axis:pre with prefix:dev [2023-05-16T22:33:00.282Z] 2023-05-16 22:33:00,259 [bump_version] DEBUG bumped version:3.0.0-dev.44 [2023-05-16T22:33:00.282Z] 2023-05-16 22:33:00,259 [write_version] DEBUG write version:3.0.0-dev.44 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:True [2023-05-16T22:33:00.282Z] 2023-05-16 22:33:00,259 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-05-16T22:33:00.282Z] 2023-05-16 22:33:00,259 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-05-16T22:33:00.282Z] 2023-05-16 22:33:00,261 [execute] INFO git cat-file --batch-check [2023-05-16T22:33:00.282Z] 2023-05-16 22:33:00,261 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-05-16T22:33:00.282Z] 2023-05-16 22:33:00,266 [execute] INFO git cat-file --batch [2023-05-16T22:33:00.282Z] 2023-05-16 22:33:00,266 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-05-16T22:33:00.282Z] 2023-05-16 22:33:00,270 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-05-16T22:33:00.282Z] 3.0.0-dev.44 [Pipeline] } [2023-05-16T22:33:00.550Z] $ docker exec --env ******** --env ******** 1cddf5386a376e25cc4dbee16c855027873373387f46d8a73bc3044289a12b71 ssh-agent -k [2023-05-16T22:33:00.663Z] unset SSH_AUTH_SOCK; [2023-05-16T22:33:00.664Z] unset SSH_AGENT_PID; [2023-05-16T22:33:00.664Z] echo Agent pid 20 killed; [2023-05-16T22:33:00.674Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-16T22:33:00.972Z] + git semver [Pipeline] } [2023-05-16T22:33:01.246Z] $ docker stop --time=1 1cddf5386a376e25cc4dbee16c855027873373387f46d8a73bc3044289a12b71 [2023-05-16T22:33:02.921Z] $ docker rm -f --volumes 1cddf5386a376e25cc4dbee16c855027873373387f46d8a73bc3044289a12b71 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-16T22:33:03.333Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-16T22:33:03.333Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:33:03.631Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-16T22:33:03.632Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-16T22:33:03.701Z] prd-ubuntu20.04-docker-8c-8g-15785 does not seem to be running inside a container [2023-05-16T22:33:03.730Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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-05-16T22:33:04.665Z] $ docker top 19b75a442168432adeb03dd065a1a0420967180d3d281aee255b37cc2b9a7fba -eo pid,comm [2023-05-16T22:33:04.721Z] 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-05-16T22:33:04.721Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-16T22:33:04.755Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-16T22:33:04.755Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-16T22:33:04.856Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-16T22:33:04.859Z] $ docker exec 19b75a442168432adeb03dd065a1a0420967180d3d281aee255b37cc2b9a7fba ssh-agent [2023-05-16T22:33:04.974Z] SSH_AUTH_SOCK=/tmp/ssh-4bwaqXSdPUi8/agent.14 [2023-05-16T22:33:04.974Z] SSH_AGENT_PID=27 [2023-05-16T22:33:04.978Z] Running ssh-add (command line suppressed) [2023-05-16T22:33:05.071Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_9861808881197116876.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_9861808881197116876.key) [2023-05-16T22:33:05.086Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-16T22:33:05.370Z] + git semver push [2023-05-16T22:33:05.629Z] 2023-05-16 22:33:05,571 [run_push] DEBUG push [2023-05-16T22:33:05.629Z] 2023-05-16 22:33:05,572 [execute] INFO git cat-file --batch-check [2023-05-16T22:33:05.629Z] 2023-05-16 22:33:05,572 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-05-16T22:33:05.629Z] 2023-05-16 22:33:05,575 [execute] INFO git rev-list e8b19e9f3ae31fd19d1df4efcef59a2a02f10349 -- [2023-05-16T22:33:05.629Z] 2023-05-16 22:33:05,576 [execute] DEBUG Popen(['git', 'rev-list', 'e8b19e9f3ae31fd19d1df4efcef59a2a02f10349', '--'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-05-16T22:33:05.629Z] 2023-05-16 22:33:05,584 [execute] INFO git fetch -v origin [2023-05-16T22:33:05.629Z] 2023-05-16 22:33:05,584 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-05-16T22:33:06.195Z] 2023-05-16 22:33:06,054 [run_push] DEBUG no remote changes detected [2023-05-16T22:33:06.195Z] 2023-05-16 22:33:06,054 [execute] INFO git push origin semver [2023-05-16T22:33:06.195Z] 2023-05-16 22:33:06,054 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-05-16T22:33:07.132Z] 2023-05-16 22:33:06,794 [run_push] DEBUG push all version tags [2023-05-16T22:33:07.132Z] 2023-05-16 22:33:06,795 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-05-16T22:33:07.132Z] 2023-05-16 22:33:06,796 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) [2023-05-16T22:33:07.701Z] 2023-05-16 22:33:07,558 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-05-16T22:33:07.701Z] 3.0.0-dev.44 [Pipeline] } [2023-05-16T22:33:07.708Z] $ docker exec --env ******** --env ******** 19b75a442168432adeb03dd065a1a0420967180d3d281aee255b37cc2b9a7fba ssh-agent -k [2023-05-16T22:33:07.802Z] unset SSH_AUTH_SOCK; [2023-05-16T22:33:07.803Z] unset SSH_AGENT_PID; [2023-05-16T22:33:07.803Z] echo Agent pid 27 killed; [2023-05-16T22:33:07.821Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-16T22:33:08.118Z] + git semver [Pipeline] } [2023-05-16T22:33:08.389Z] $ docker stop --time=1 19b75a442168432adeb03dd065a1a0420967180d3d281aee255b37cc2b9a7fba [2023-05-16T22:33:09.669Z] $ docker rm -f --volumes 19b75a442168432adeb03dd065a1a0420967180d3d281aee255b37cc2b9a7fba [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-05-16T22:33:10.234Z] + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] [2023-05-16T22:33:10.234Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2023-05-16T22:33:10.234Z] total 16 [2023-05-16T22:33:10.234Z] drwxr-xr-x 3 root root 4096 May 16 22:22 . [2023-05-16T22:33:10.234Z] drwxrwxr-x 10 jenkins jenkins 4096 May 16 22:32 .. [2023-05-16T22:33:10.234Z] drwxr-xr-x 2 root root 4096 May 16 22:22 cost [2023-05-16T22:33:10.234Z] -rw-r--r-- 1 root root 86 May 16 22:22 cost.csv [2023-05-16T22:33:10.234Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives [2023-05-16T22:33:10.234Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2023-05-16T22:33:10.234Z] total 16 [2023-05-16T22:33:10.234Z] drwxr-xr-x 3 jenkins jenkins 4096 May 16 22:22 . [2023-05-16T22:33:10.234Z] drwxrwxr-x 10 jenkins jenkins 4096 May 16 22:32 .. [2023-05-16T22:33:10.234Z] drwxr-xr-x 2 jenkins jenkins 4096 May 16 22:22 cost [2023-05-16T22:33:10.234Z] -rw-r--r-- 1 jenkins jenkins 86 May 16 22:22 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-05-16T22:33:10.531Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-16T22:33:11.396Z] ---> package-listing.sh [2023-05-16T22:33:11.396Z] ++ facter osfamily [2023-05-16T22:33:11.396Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-16T22:33:11.657Z] + OS_FAMILY=debian [2023-05-16T22:33:11.657Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2023-05-16T22:33:11.657Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-16T22:33:11.657Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-16T22:33:11.657Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-16T22:33:11.657Z] + PACKAGES=/tmp/packages_start.txt [2023-05-16T22:33:11.657Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2023-05-16T22:33:11.657Z] + PACKAGES=/tmp/packages_end.txt [2023-05-16T22:33:11.657Z] + case "${OS_FAMILY}" in [2023-05-16T22:33:11.657Z] + dpkg -l [2023-05-16T22:33:11.657Z] + grep '^ii' [2023-05-16T22:33:11.657Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-16T22:33:11.657Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-16T22:33:11.657Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-16T22:33:11.657Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2023-05-16T22:33:11.657Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2023-05-16T22:33:11.657Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo [2023-05-16T22:33:11.668Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-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-05-16T22:33:11.947Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-16T22:33:12.588Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-16T22:33:12.588Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-16T22:33:12.726Z] prd-ubuntu20.04-docker-8c-8g-15785 does not seem to be running inside a container [2023-05-16T22:33:12.788Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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-05-16T22:33:12.991Z] $ docker top 6cf62dc8a8926bf3f46ec30dcfc017076fc274ba28064173602ef9047c0950f6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-16T22:33:13.337Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-16T22:33:13.625Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-16T22:33:13.911Z] + ls /var/log/sa-host [2023-05-16T22:33:13.911Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-16T22:33:13.985Z] provisioning config files... [2023-05-16T22:33:13.994Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config4612212442830951295tmp [Pipeline] { [Pipeline] echo [2023-05-16T22:33:14.003Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-16T22:33:14.286Z] ---> create-netrc.sh [Pipeline] } [2023-05-16T22:33:14.294Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-16T22:33:14.613Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-16T22:33:14.622Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-16T22:33:14.906Z] ---> sudo-logs.sh [2023-05-16T22:33:14.906Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-16T22:33:14.939Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-16T22:33:15.223Z] ---> job-cost.sh [2023-05-16T22:33:15.223Z] lf-activate-venv: SKIPPING [2023-05-16T22:33:15.223Z] DEBUG: total: 0.2199999988079071 [2023-05-16T22:33:15.223Z] INFO: Retrieving Stack Cost... [2023-05-16T22:33:15.482Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-16T22:33:16.050Z] INFO: Archiving Costs [Pipeline] echo [2023-05-16T22:33:16.059Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-16T22:33:16.339Z] ---> logs-deploy.sh [2023-05-16T22:33:16.339Z] lf-activate-venv: SKIPPING [2023-05-16T22:33:16.339Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/115 [2023-05-16T22:33:16.339Z] INFO: archiving workspace using pattern(s): [2023-05-16T22:33:17.279Z] Archives upload complete. [2023-05-16T22:33:17.279Z] INFO: archiving logs to Nexus