Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 55c123e92a81b52ef904480be8a3eb69bc416b29 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-ssh16503761031950772232.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-ssh872181914507854769.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-ssh17855694904109165003.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-ssh2000272014734846519.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-ssh1825406993865001972.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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-16366 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 > 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 Avoid second fetch Checking out Revision 55c123e92a81b52ef904480be8a3eb69bc416b29 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 (#323)" > git config core.sparsecheckout # timeout=10 > git checkout -f 55c123e92a81b52ef904480be8a3eb69bc416b29 # timeout=10 > git rev-list --no-walk b9b57828cb91c1ed80a64c0f12d73d3d38017d14 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-22T21:33:22.734Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-05-22T21:33:22.814Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-22T21:33:22.833Z] ========================================================= [2023-05-22T21:33:22.833Z] EdgeX Global Pipelines Version Info [2023-05-22T21:33:22.833Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-05-22T21:33:23.561Z] ------------------- [2023-05-22T21:33:23.561Z] stable info: [2023-05-22T21:33:23.561Z] ------------------- [2023-05-22T21:33:23.561Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-05-22T21:33:23.561Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-22T21:33:23.561Z] Message: update stable to v1.0.249 [2023-05-22T21:33:24.132Z] ------------------- [2023-05-22T21:33:24.132Z] experimental info: [2023-05-22T21:33:24.132Z] ------------------- [2023-05-22T21:33:24.132Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-22T21:33:24.132Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-22T21:33:24.132Z] Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-22T21:33:24.318Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2023-05-22T21:33:24.336Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2023-05-22T21:33:24.349Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-22T21:33:24.361Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-22T21:33:24.379Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-22T21:33:24.395Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-22T21:33:24.405Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-22T21:33:24.419Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-05-22T21:33:24.430Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-22T21:33:24.441Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-22T21:33:24.450Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-22T21:33:24.459Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2023-05-22T21:33:24.473Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-22T21:33:24.489Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-22T21:33:24.508Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-22T21:33:24.521Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-05-22T21:33:24.533Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-05-22T21:33:24.545Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-05-22T21:33:24.557Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-22T21:33:24.569Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-22T21:33:24.581Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-05-22T21:33:24.593Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-05-22T21:33:24.605Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-05-22T21:33:24.619Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-05-22T21:33:24.632Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-05-22T21:33:24.645Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-22T21:33:24.659Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-22T21:33:24.674Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-05-22T21:33:24.686Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-05-22T21:33:24.695Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-05-22T21:33:24.704Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 55c123e92a81b52ef904480be8a3eb69bc416b29 [Pipeline] echo [2023-05-22T21:33:24.712Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 55c123e [Pipeline] echo [2023-05-22T21:33:24.721Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-22T21:33:24.761Z] provisioning config files... [2023-05-22T21:33:24.774Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config15715831543935441404tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-22T21:33:25.081Z] ---> docker-login.sh [2023-05-22T21:33:25.081Z] nexus3.edgexfoundry.org:10001 [2023-05-22T21:33:25.342Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T21:33:25.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T21:33:25.342Z] Configure a credential helper to remove this warning. See [2023-05-22T21:33:25.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T21:33:25.342Z] [2023-05-22T21:33:25.342Z] Login Succeeded [2023-05-22T21:33:25.342Z] nexus3.edgexfoundry.org:10002 [2023-05-22T21:33:25.342Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T21:33:25.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T21:33:25.342Z] Configure a credential helper to remove this warning. See [2023-05-22T21:33:25.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T21:33:25.342Z] [2023-05-22T21:33:25.342Z] Login Succeeded [2023-05-22T21:33:25.342Z] nexus3.edgexfoundry.org:10003 [2023-05-22T21:33:25.603Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T21:33:25.603Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T21:33:25.603Z] Configure a credential helper to remove this warning. See [2023-05-22T21:33:25.603Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T21:33:25.603Z] [2023-05-22T21:33:25.603Z] Login Succeeded [2023-05-22T21:33:25.603Z] nexus3.edgexfoundry.org:10004 [2023-05-22T21:33:25.603Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T21:33:25.603Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T21:33:25.603Z] Configure a credential helper to remove this warning. See [2023-05-22T21:33:25.603Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T21:33:25.603Z] [2023-05-22T21:33:25.603Z] Login Succeeded [2023-05-22T21:33:25.603Z] docker.io [2023-05-22T21:33:25.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T21:33:25.863Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T21:33:25.863Z] Configure a credential helper to remove this warning. See [2023-05-22T21:33:25.863Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T21:33:25.863Z] [2023-05-22T21:33:25.863Z] Login Succeeded [2023-05-22T21:33:25.863Z] ---> docker-login.sh ends [Pipeline] } [2023-05-22T21:33:25.870Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-05-22T21:33:26.241Z] + git rev-list -1 --merges 55c123e92a81b52ef904480be8a3eb69bc416b29~1..55c123e92a81b52ef904480be8a3eb69bc416b29 [Pipeline] echo [2023-05-22T21:33:26.293Z] -----------> git rev-list -1 --merges 55c123e92a81b52ef904480be8a3eb69bc416b29~1..55c123e92a81b52ef904480be8a3eb69bc416b29 55c123e92a81b52ef904480be8a3eb69bc416b29 [false] [Pipeline] sh [2023-05-22T21:33:26.587Z] + git log --format=format:%s -1 55c123e92a81b52ef904480be8a3eb69bc416b29 [Pipeline] echo [2023-05-22T21:33:26.605Z] ========================================================= [2023-05-22T21:33:26.605Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-22T21:33:26.605Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-22T21:33:26.946Z] + git log --format=format:%s -1 55c123e92a81b52ef904480be8a3eb69bc416b29 [Pipeline] echo [2023-05-22T21:33:26.957Z] [semverPrep] GIT_COMMIT: 55c123e92a81b52ef904480be8a3eb69bc416b29, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 (#323) [Pipeline] echo [2023-05-22T21:33:26.965Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-05-22T21:33:27.321Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-22T21:33:27.321Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-22T21:33:27.321Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-22T21:33:27.321Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-22T21:33:27.321Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-05-22T21:33:27.321Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-05-22T21:33:27.321Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:33:27.683Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-22T21:33:27.683Z] [2023-05-22T21:33:27.683Z] 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-22T21:33:27.984Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-22T21:33:27.985Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-22T21:33:27.985Z] b85a868b505f: Pulling fs layer [2023-05-22T21:33:27.985Z] e2be974225ed: Pulling fs layer [2023-05-22T21:33:27.985Z] 339a4e72a1f5: Pulling fs layer [2023-05-22T21:33:27.985Z] 988bab9f4d93: Pulling fs layer [2023-05-22T21:33:27.985Z] 1469e6f7b9e6: Pulling fs layer [2023-05-22T21:33:27.985Z] eaf3925da568: Pulling fs layer [2023-05-22T21:33:27.985Z] bab4dde63d76: Pulling fs layer [2023-05-22T21:33:27.985Z] bde34c3a00c8: Pulling fs layer [2023-05-22T21:33:27.985Z] b352a97aabf1: Pulling fs layer [2023-05-22T21:33:27.985Z] 4872d77fe225: Pulling fs layer [2023-05-22T21:33:27.985Z] 5851b861e8e6: Pulling fs layer [2023-05-22T21:33:27.985Z] eaf3925da568: Waiting [2023-05-22T21:33:27.985Z] bab4dde63d76: Waiting [2023-05-22T21:33:27.985Z] 1469e6f7b9e6: Waiting [2023-05-22T21:33:27.985Z] bde34c3a00c8: Waiting [2023-05-22T21:33:27.985Z] b352a97aabf1: Waiting [2023-05-22T21:33:27.985Z] 988bab9f4d93: Waiting [2023-05-22T21:33:27.985Z] 4872d77fe225: Waiting [2023-05-22T21:33:27.985Z] e2be974225ed: Verifying Checksum [2023-05-22T21:33:27.985Z] e2be974225ed: Download complete [2023-05-22T21:33:27.985Z] 988bab9f4d93: Verifying Checksum [2023-05-22T21:33:27.985Z] 988bab9f4d93: Download complete [2023-05-22T21:33:27.985Z] 1469e6f7b9e6: Verifying Checksum [2023-05-22T21:33:27.985Z] 1469e6f7b9e6: Download complete [2023-05-22T21:33:28.247Z] eaf3925da568: Download complete [2023-05-22T21:33:28.247Z] 339a4e72a1f5: Verifying Checksum [2023-05-22T21:33:28.247Z] 339a4e72a1f5: Download complete [2023-05-22T21:33:28.247Z] bde34c3a00c8: Verifying Checksum [2023-05-22T21:33:28.247Z] bde34c3a00c8: Download complete [2023-05-22T21:33:28.247Z] b352a97aabf1: Verifying Checksum [2023-05-22T21:33:28.247Z] b352a97aabf1: Download complete [2023-05-22T21:33:28.247Z] 4872d77fe225: Verifying Checksum [2023-05-22T21:33:28.247Z] 4872d77fe225: Download complete [2023-05-22T21:33:28.247Z] 5851b861e8e6: Download complete [2023-05-22T21:33:28.247Z] b85a868b505f: Verifying Checksum [2023-05-22T21:33:28.247Z] b85a868b505f: Download complete [2023-05-22T21:33:28.508Z] bab4dde63d76: Verifying Checksum [2023-05-22T21:33:28.508Z] bab4dde63d76: Download complete [2023-05-22T21:33:29.445Z] b85a868b505f: Pull complete [2023-05-22T21:33:29.704Z] e2be974225ed: Pull complete [2023-05-22T21:33:30.274Z] 339a4e72a1f5: Pull complete [2023-05-22T21:33:30.274Z] 988bab9f4d93: Pull complete [2023-05-22T21:33:30.533Z] 1469e6f7b9e6: Pull complete [2023-05-22T21:33:30.533Z] eaf3925da568: Pull complete [2023-05-22T21:33:32.434Z] bab4dde63d76: Pull complete [2023-05-22T21:33:32.434Z] bde34c3a00c8: Pull complete [2023-05-22T21:33:32.434Z] b352a97aabf1: Pull complete [2023-05-22T21:33:32.434Z] 4872d77fe225: Pull complete [2023-05-22T21:33:32.695Z] 5851b861e8e6: Pull complete [2023-05-22T21:33:32.695Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-22T21:33:32.695Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-22T21:33:32.695Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T21:33:32.806Z] prd-ubuntu20.04-docker-8c-8g-16366 does not seem to be running inside a container [2023-05-22T21:33:32.846Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-05-22T21:33:35.244Z] $ docker top fb6ad912d2a9857469f85bac53959619db57fdc86af867d3fb04a5cb71521c0c -eo pid,comm [2023-05-22T21:33:35.301Z] 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-22T21:33:35.301Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-22T21:33:35.339Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-22T21:33:35.339Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-22T21:33:35.454Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-22T21:33:35.461Z] $ docker exec fb6ad912d2a9857469f85bac53959619db57fdc86af867d3fb04a5cb71521c0c ssh-agent [2023-05-22T21:33:35.570Z] SSH_AUTH_SOCK=/tmp/ssh-uBCzObsJQivc/agent.31 [2023-05-22T21:33:35.570Z] SSH_AGENT_PID=37 [2023-05-22T21:33:35.576Z] Running ssh-add (command line suppressed) [2023-05-22T21:33:35.677Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_5427605899205695531.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_5427605899205695531.key) [2023-05-22T21:33:35.687Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-22T21:33:35.976Z] + git tag --points-at HEAD [Pipeline] } [2023-05-22T21:33:35.991Z] $ docker exec --env ******** --env ******** fb6ad912d2a9857469f85bac53959619db57fdc86af867d3fb04a5cb71521c0c ssh-agent -k [2023-05-22T21:33:36.083Z] unset SSH_AUTH_SOCK; [2023-05-22T21:33:36.084Z] unset SSH_AGENT_PID; [2023-05-22T21:33:36.084Z] echo Agent pid 37 killed; [2023-05-22T21:33:36.090Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-22T21:33:36.115Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-22T21:33:36.115Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-22T21:33:36.221Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-22T21:33:36.227Z] $ docker exec fb6ad912d2a9857469f85bac53959619db57fdc86af867d3fb04a5cb71521c0c ssh-agent [2023-05-22T21:33:36.319Z] SSH_AUTH_SOCK=/tmp/ssh-k6ZYODei5EKS/agent.69 [2023-05-22T21:33:36.319Z] SSH_AGENT_PID=75 [2023-05-22T21:33:36.324Z] Running ssh-add (command line suppressed) [2023-05-22T21:33:36.437Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_14856268343700525431.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_14856268343700525431.key) [2023-05-22T21:33:36.454Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-22T21:33:36.740Z] + git semver init [2023-05-22T21:33:36.999Z] 2023-05-22 21:33:36,909 [run_init] DEBUG init version:0.0.0 force:False [2023-05-22T21:33:36.999Z] 2023-05-22 21:33:36,910 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver [2023-05-22T21:33:36.999Z] 2023-05-22 21:33:36,911 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver [2023-05-22T21:33:36.999Z] 2023-05-22 21:33:36,911 [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-22T21:33:37.940Z] 2023-05-22 21:33:37,833 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude [2023-05-22T21:33:37.940Z] 2023-05-22 21:33:37,833 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False [2023-05-22T21:33:37.940Z] 2023-05-22 21:33:37,833 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-05-22T21:33:37.940Z] 2023-05-22 21:33:37,834 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-05-22T21:33:37.940Z] 3.0.0-dev.45 [Pipeline] } [2023-05-22T21:33:37.954Z] $ docker exec --env ******** --env ******** fb6ad912d2a9857469f85bac53959619db57fdc86af867d3fb04a5cb71521c0c ssh-agent -k [2023-05-22T21:33:38.048Z] unset SSH_AUTH_SOCK; [2023-05-22T21:33:38.048Z] unset SSH_AGENT_PID; [2023-05-22T21:33:38.049Z] echo Agent pid 75 killed; [2023-05-22T21:33:38.055Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-22T21:33:38.359Z] + git semver [Pipeline] } [2023-05-22T21:33:38.636Z] $ docker stop --time=1 fb6ad912d2a9857469f85bac53959619db57fdc86af867d3fb04a5cb71521c0c [2023-05-22T21:33:39.924Z] $ docker rm -f --volumes fb6ad912d2a9857469f85bac53959619db57fdc86af867d3fb04a5cb71521c0c [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-22T21:33:40.265Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-22T21:33:40.462Z] Stashed 1 file(s) [Pipeline] echo [2023-05-22T21:33:40.465Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.45 [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-22T21:33:40.630Z] provisioning config files... [2023-05-22T21:33:40.638Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config14223814745452286333tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-22T21:33:40.935Z] ---> docker-login.sh [2023-05-22T21:33:40.935Z] nexus3.edgexfoundry.org:10001 [2023-05-22T21:33:40.935Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T21:33:40.935Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T21:33:40.935Z] Configure a credential helper to remove this warning. See [2023-05-22T21:33:40.935Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T21:33:40.935Z] [2023-05-22T21:33:40.935Z] Login Succeeded [2023-05-22T21:33:40.935Z] nexus3.edgexfoundry.org:10002 [2023-05-22T21:33:40.935Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T21:33:40.935Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T21:33:40.935Z] Configure a credential helper to remove this warning. See [2023-05-22T21:33:40.935Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T21:33:40.935Z] [2023-05-22T21:33:40.935Z] Login Succeeded [2023-05-22T21:33:40.935Z] nexus3.edgexfoundry.org:10003 [2023-05-22T21:33:41.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T21:33:41.195Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T21:33:41.195Z] Configure a credential helper to remove this warning. See [2023-05-22T21:33:41.195Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T21:33:41.195Z] [2023-05-22T21:33:41.195Z] Login Succeeded [2023-05-22T21:33:41.195Z] nexus3.edgexfoundry.org:10004 [2023-05-22T21:33:41.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T21:33:41.195Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T21:33:41.195Z] Configure a credential helper to remove this warning. See [2023-05-22T21:33:41.195Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T21:33:41.195Z] [2023-05-22T21:33:41.195Z] Login Succeeded [2023-05-22T21:33:41.195Z] docker.io [2023-05-22T21:33:41.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T21:33:41.453Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T21:33:41.453Z] Configure a credential helper to remove this warning. See [2023-05-22T21:33:41.453Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T21:33:41.453Z] [2023-05-22T21:33:41.453Z] Login Succeeded [2023-05-22T21:33:41.453Z] ---> docker-login.sh ends [Pipeline] } [2023-05-22T21:33:41.461Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-22T21:33:41.524Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-22T21:33:41.539Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-22T21:33:41.548Z] ========================================================= [2023-05-22T21:33:41.548Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-22T21:33:41.548Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:33:41.863Z] + 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-22T21:33:41.863Z] Sending build context to Docker daemon 10.93MB [2023-05-22T21:33:41.863Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-05-22T21:33:41.863Z] Step 2/12 : FROM ${BASE} AS builder [2023-05-22T21:33:41.863Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-22T21:33:41.863Z] f56be85fc22e: Pulling fs layer [2023-05-22T21:33:41.863Z] 85791d961cd3: Pulling fs layer [2023-05-22T21:33:41.863Z] d694b5ae8c79: Pulling fs layer [2023-05-22T21:33:41.863Z] 9f32a84ed3da: Pulling fs layer [2023-05-22T21:33:41.863Z] 4d19c01a9841: Pulling fs layer [2023-05-22T21:33:41.863Z] 9325e15d5711: Pulling fs layer [2023-05-22T21:33:41.863Z] 556b6ee489ea: Pulling fs layer [2023-05-22T21:33:41.863Z] c5a4b2cf53e6: Pulling fs layer [2023-05-22T21:33:41.863Z] 9f32a84ed3da: Waiting [2023-05-22T21:33:41.863Z] 4d19c01a9841: Waiting [2023-05-22T21:33:41.863Z] 9325e15d5711: Waiting [2023-05-22T21:33:41.863Z] 556b6ee489ea: Waiting [2023-05-22T21:33:41.863Z] c5a4b2cf53e6: Waiting [2023-05-22T21:33:41.863Z] 85791d961cd3: Download complete [2023-05-22T21:33:41.863Z] 9f32a84ed3da: Download complete [2023-05-22T21:33:42.122Z] 4d19c01a9841: Verifying Checksum [2023-05-22T21:33:42.122Z] 4d19c01a9841: Download complete [2023-05-22T21:33:42.122Z] f56be85fc22e: Verifying Checksum [2023-05-22T21:33:42.122Z] f56be85fc22e: Download complete [2023-05-22T21:33:42.122Z] 9325e15d5711: Verifying Checksum [2023-05-22T21:33:42.122Z] 9325e15d5711: Download complete [2023-05-22T21:33:42.122Z] f56be85fc22e: Pull complete [2023-05-22T21:33:42.384Z] 85791d961cd3: Pull complete [2023-05-22T21:33:42.645Z] c5a4b2cf53e6: Verifying Checksum [2023-05-22T21:33:42.645Z] c5a4b2cf53e6: Download complete [2023-05-22T21:33:42.645Z] d694b5ae8c79: Verifying Checksum [2023-05-22T21:33:42.645Z] d694b5ae8c79: Download complete [2023-05-22T21:33:42.903Z] 556b6ee489ea: Verifying Checksum [2023-05-22T21:33:42.903Z] 556b6ee489ea: Download complete [2023-05-22T21:33:46.191Z] d694b5ae8c79: Pull complete [2023-05-22T21:33:46.191Z] 9f32a84ed3da: Pull complete [2023-05-22T21:33:46.191Z] 4d19c01a9841: Pull complete [2023-05-22T21:33:46.191Z] 9325e15d5711: Pull complete [2023-05-22T21:33:48.722Z] 556b6ee489ea: Pull complete [2023-05-22T21:33:49.289Z] c5a4b2cf53e6: Pull complete [2023-05-22T21:33:49.289Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-22T21:33:49.289Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-22T21:33:49.289Z] ---> c4be618373d6 [2023-05-22T21:33:49.289Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-05-22T21:33:53.487Z] ---> Running in d20b1ab8d2f2 [2023-05-22T21:33:53.487Z] Removing intermediate container d20b1ab8d2f2 [2023-05-22T21:33:53.487Z] ---> 2933ced37898 [2023-05-22T21:33:53.487Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-22T21:33:53.487Z] ---> Running in 0e3ffe8fbda6 [2023-05-22T21:33:53.487Z] Removing intermediate container 0e3ffe8fbda6 [2023-05-22T21:33:53.487Z] ---> ff0b9db21a88 [2023-05-22T21:33:53.487Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-22T21:33:53.487Z] ---> Running in 78673846e76a [2023-05-22T21:33:53.487Z] Removing intermediate container 78673846e76a [2023-05-22T21:33:53.487Z] ---> 6f9974c94332 [2023-05-22T21:33:53.487Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-05-22T21:33:53.487Z] ---> Running in 79d4b7460246 [2023-05-22T21:33:53.487Z] Removing intermediate container 79d4b7460246 [2023-05-22T21:33:53.487Z] ---> 0d9ab281c464 [2023-05-22T21:33:53.487Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-22T21:33:53.487Z] ---> Running in e27c21cc45bc [2023-05-22T21:33:53.746Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T21:33:53.746Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T21:33:54.005Z] (1/4) Installing openssh-keygen (9.1_p1-r3) [2023-05-22T21:33:54.005Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-05-22T21:33:54.005Z] (3/4) Installing openssh-client-common (9.1_p1-r3) [2023-05-22T21:33:54.005Z] (4/4) Installing openssh-client-default (9.1_p1-r3) [2023-05-22T21:33:54.005Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T21:33:54.005Z] OK: 269 MiB in 57 packages [2023-05-22T21:33:54.573Z] Removing intermediate container e27c21cc45bc [2023-05-22T21:33:54.573Z] ---> 10ccf59314dc [2023-05-22T21:33:54.573Z] Step 8/12 : WORKDIR /device-rest-go [2023-05-22T21:33:54.573Z] ---> Running in 510399e76bb5 [2023-05-22T21:33:54.573Z] Removing intermediate container 510399e76bb5 [2023-05-22T21:33:54.573Z] ---> 752ccc8765b3 [2023-05-22T21:33:54.573Z] Step 9/12 : COPY go.mod vendor* ./ [2023-05-22T21:33:54.832Z] ---> 2ecee737ccbb [2023-05-22T21:33:54.832Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T21:33:54.832Z] ---> Running in 4a360371f4e5 [2023-05-22T21:33:55.576Z] Still waiting to schedule task [2023-05-22T21:33:55.577Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-05-22T21:34:21.396Z] Removing intermediate container 4a360371f4e5 [2023-05-22T21:34:21.396Z] ---> 8020f3beaeea [2023-05-22T21:34:21.396Z] Step 11/12 : COPY . . [2023-05-22T21:34:21.396Z] ---> b41b94bea060 [2023-05-22T21:34:21.396Z] Step 12/12 : RUN $MAKE [2023-05-22T21:34:21.396Z] ---> Running in b53109995d96 [2023-05-22T21:34:21.396Z] noop [2023-05-22T21:34:21.396Z] Removing intermediate container b53109995d96 [2023-05-22T21:34:21.396Z] ---> bee96a8ac95d [2023-05-22T21:34:21.396Z] Successfully built bee96a8ac95d [2023-05-22T21:34:21.396Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:34:21.703Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-22T21:34:21.703Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T21:34:21.769Z] prd-ubuntu20.04-docker-8c-8g-16366 does not seem to be running inside a container [2023-05-22T21:34:21.797Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2023-05-22T21:34:22.140Z] $ docker top 99cbe0a500bf69245becd36fcf837f264ea60683581fac689224f72082371d5e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-22T21:34:22.474Z] + go version [2023-05-22T21:34:22.474Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-22T21:34:22.488Z] $ docker stop --time=1 99cbe0a500bf69245becd36fcf837f264ea60683581fac689224f72082371d5e [2023-05-22T21:34:23.756Z] $ docker rm -f --volumes 99cbe0a500bf69245becd36fcf837f264ea60683581fac689224f72082371d5e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:34:24.147Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-22T21:34:24.147Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T21:34:24.216Z] prd-ubuntu20.04-docker-8c-8g-16366 does not seem to be running inside a container [2023-05-22T21:34:24.250Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2023-05-22T21:34:24.628Z] $ docker top bbf5b30789f544488b96a7c536903f1c0d47d8c7f92df0eeb1fa5b0eabc9c73b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-22T21:34:24.972Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh [2023-05-22T21:34:25.265Z] + make test [2023-05-22T21:34:25.265Z] go test ./... -coverprofile=coverage.out ./... [2023-05-22T21:34:30.552Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2023-05-22T21:34:40.527Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2023-05-22T21:34:40.527Z] ok github.com/edgexfoundry/device-rest-go/driver 0.011s coverage: 32.2% of statements [2023-05-22T21:34:44.713Z] go vet ./... [2023-05-22T21:34:48.903Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-22T21:34:48.903Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-22T21:34:48.903Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-22T21:34:48.914Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-22T21:34:48.934Z] $ docker stop --time=1 bbf5b30789f544488b96a7c536903f1c0d47d8c7f92df0eeb1fa5b0eabc9c73b [2023-05-22T21:34:52.585Z] $ docker rm -f --volumes bbf5b30789f544488b96a7c536903f1c0d47d8c7f92df0eeb1fa5b0eabc9c73b [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-22T21:34:53.032Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-22T21:34:53.138Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-05-22T21:34:53.710Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-22T21:34:54.027Z] + ls -al . [2023-05-22T21:34:54.027Z] total 184 [2023-05-22T21:34:54.027Z] drwxrwxr-x 9 jenkins jenkins 4096 May 22 21:34 . [2023-05-22T21:34:54.027Z] drwxrwxr-x 4 jenkins jenkins 4096 May 22 21:33 .. [2023-05-22T21:34:54.027Z] -rw-rw-r-- 1 jenkins jenkins 151 May 22 21:33 .dockerignore [2023-05-22T21:34:54.027Z] drwxrwxr-x 8 jenkins jenkins 4096 May 22 21:33 .git [2023-05-22T21:34:54.027Z] drwxrwxr-x 3 jenkins jenkins 4096 May 22 21:33 .github [2023-05-22T21:34:54.027Z] -rw-rw-r-- 1 jenkins jenkins 329 May 22 21:33 .gitignore [2023-05-22T21:34:54.027Z] -rw-rw-r-- 1 jenkins jenkins 41 May 22 21:33 .golangci.yml [2023-05-22T21:34:54.027Z] drwxr-xr-x 3 jenkins jenkins 4096 May 22 21:33 .semver [2023-05-22T21:34:54.027Z] -rw-rw-r-- 1 jenkins jenkins 9331 May 22 21:33 Attribution.txt [2023-05-22T21:34:54.027Z] -rw-rw-r-- 1 jenkins jenkins 13085 May 22 21:33 CHANGELOG.md [2023-05-22T21:34:54.027Z] -rw-rw-r-- 1 jenkins jenkins 1578 May 22 21:33 Dockerfile [2023-05-22T21:34:54.027Z] -rw-rw-r-- 1 jenkins jenkins 677 May 22 21:33 GOVERNANCE.md [2023-05-22T21:34:54.027Z] -rw-rw-r-- 1 jenkins jenkins 680 May 22 21:33 Jenkinsfile [2023-05-22T21:34:54.027Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 22 21:33 LICENSE [2023-05-22T21:34:54.027Z] -rw-rw-r-- 1 jenkins jenkins 1779 May 22 21:33 Makefile [2023-05-22T21:34:54.027Z] -rw-rw-r-- 1 jenkins jenkins 620 May 22 21:33 OWNERS.md [2023-05-22T21:34:54.027Z] -rw-rw-r-- 1 jenkins jenkins 15827 May 22 21:33 README.md [2023-05-22T21:34:54.027Z] -rw-rw-r-- 1 jenkins jenkins 12 May 22 21:33 VERSION [2023-05-22T21:34:54.027Z] drwxrwxr-x 2 jenkins jenkins 4096 May 22 21:33 bin [2023-05-22T21:34:54.027Z] drwxrwxr-x 3 jenkins jenkins 4096 May 22 21:33 cmd [2023-05-22T21:34:54.027Z] -rw-r--r-- 1 jenkins jenkins 14663 May 22 21:34 coverage.out [2023-05-22T21:34:54.027Z] drwxrwxr-x 2 jenkins jenkins 4096 May 22 21:33 driver [2023-05-22T21:34:54.027Z] -rw-rw-r-- 1 jenkins jenkins 3402 May 22 21:33 go.mod [2023-05-22T21:34:54.027Z] -rw-rw-r-- 1 jenkins jenkins 31328 May 22 21:33 go.sum [2023-05-22T21:34:54.027Z] drwxrwxr-x 4 jenkins jenkins 4096 May 22 21:33 snap [2023-05-22T21:34:54.027Z] -rw-rw-r-- 1 jenkins jenkins 713 May 22 21:33 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:34:54.343Z] + 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=55c123e92a81b52ef904480be8a3eb69bc416b29 --label arch=amd64 --label version=3.0.0-dev.45 . [2023-05-22T21:34:54.343Z] Sending build context to Docker daemon 10.95MB [2023-05-22T21:34:54.343Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-05-22T21:34:54.343Z] Step 2/25 : FROM ${BASE} AS builder [2023-05-22T21:34:54.343Z] ---> bee96a8ac95d [2023-05-22T21:34:54.343Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-05-22T21:34:54.602Z] ---> Running in c71373f099b6 [2023-05-22T21:34:54.602Z] Removing intermediate container c71373f099b6 [2023-05-22T21:34:54.602Z] ---> 79fa1bca69b6 [2023-05-22T21:34:54.602Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-22T21:34:54.602Z] ---> Running in 4de055fcb5e0 [2023-05-22T21:34:54.602Z] Removing intermediate container 4de055fcb5e0 [2023-05-22T21:34:54.602Z] ---> ebffb1f0299a [2023-05-22T21:34:54.602Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-22T21:34:54.602Z] ---> Running in ba0a685cca37 [2023-05-22T21:34:54.866Z] Removing intermediate container ba0a685cca37 [2023-05-22T21:34:54.866Z] ---> d45bc55dcd38 [2023-05-22T21:34:54.866Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2023-05-22T21:34:54.866Z] ---> Running in 0608e76313d3 [2023-05-22T21:34:54.866Z] Removing intermediate container 0608e76313d3 [2023-05-22T21:34:54.866Z] ---> bd52e349624f [2023-05-22T21:34:54.866Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-22T21:34:54.866Z] ---> Running in 2df12cede7db [2023-05-22T21:34:55.125Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T21:34:55.384Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T21:34:55.384Z] OK: 269 MiB in 57 packages [2023-05-22T21:34:55.647Z] Removing intermediate container 2df12cede7db [2023-05-22T21:34:55.647Z] ---> eac8d11564a3 [2023-05-22T21:34:55.647Z] Step 8/25 : WORKDIR /device-rest-go [2023-05-22T21:34:55.647Z] ---> Running in 81ce7475959e [2023-05-22T21:34:55.906Z] Removing intermediate container 81ce7475959e [2023-05-22T21:34:55.906Z] ---> 6ccfc6fa8e2f [2023-05-22T21:34:55.906Z] Step 9/25 : COPY go.mod vendor* ./ [2023-05-22T21:34:55.906Z] ---> 34afe5d9a2ec [2023-05-22T21:34:55.907Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T21:34:55.907Z] ---> Running in d425076e4199 [2023-05-22T21:34:56.846Z] Removing intermediate container d425076e4199 [2023-05-22T21:34:56.846Z] ---> 1612370bc689 [2023-05-22T21:34:56.846Z] Step 11/25 : COPY . . [2023-05-22T21:34:57.106Z] ---> 63f0f8dc2e4d [2023-05-22T21:34:57.106Z] Step 12/25 : RUN $MAKE [2023-05-22T21:34:57.368Z] ---> Running in 90d0973cfcc8 [2023-05-22T21:34:57.368Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=3.0.0-dev.45" -trimpath -mod=readonly -o cmd/device-rest ./cmd [2023-05-22T21:35:15.460Z] Removing intermediate container 90d0973cfcc8 [2023-05-22T21:35:15.460Z] ---> 043e34a5e0c2 [2023-05-22T21:35:15.460Z] Step 13/25 : FROM alpine:3.17 [2023-05-22T21:35:16.028Z] 3.17: Pulling from library/alpine [2023-05-22T21:35:16.028Z] f56be85fc22e: Already exists [2023-05-22T21:35:16.028Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-22T21:35:16.028Z] Status: Downloaded newer image for alpine:3.17 [2023-05-22T21:35:16.028Z] ---> 9ed4aefc74f6 [2023-05-22T21:35:16.028Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-05-22T21:35:16.028Z] ---> Running in b968005fd490 [2023-05-22T21:35:16.286Z] Removing intermediate container b968005fd490 [2023-05-22T21:35:16.286Z] ---> 537fa0807b44 [2023-05-22T21:35:16.286Z] Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} [2023-05-22T21:35:16.286Z] ---> Running in 28490053331b [2023-05-22T21:35:16.286Z] Removing intermediate container 28490053331b [2023-05-22T21:35:16.286Z] ---> 19fc8758dd06 [2023-05-22T21:35:16.286Z] Step 16/25 : RUN apk add --update --no-cache dumb-init [2023-05-22T21:35:16.286Z] ---> Running in b10a973defb4 [2023-05-22T21:35:16.543Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T21:35:16.802Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T21:35:16.802Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-22T21:35:16.802Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T21:35:16.802Z] OK: 7 MiB in 16 packages [2023-05-22T21:35:17.370Z] Removing intermediate container b10a973defb4 [2023-05-22T21:35:17.370Z] ---> 2415800cf1c1 [2023-05-22T21:35:17.370Z] Step 17/25 : COPY --from=builder /device-rest-go/cmd / [2023-05-22T21:35:17.944Z] ---> f9a3a49004cb [2023-05-22T21:35:17.944Z] Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / [2023-05-22T21:35:18.202Z] ---> 7318519d6cb9 [2023-05-22T21:35:18.202Z] Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / [2023-05-22T21:35:18.202Z] ---> 9806cc42f41d [2023-05-22T21:35:18.202Z] Step 20/25 : EXPOSE 59986 [2023-05-22T21:35:18.202Z] ---> Running in 468422d11290 [2023-05-22T21:35:18.460Z] Removing intermediate container 468422d11290 [2023-05-22T21:35:18.460Z] ---> 4ee204d376ac [2023-05-22T21:35:18.460Z] Step 21/25 : ENTRYPOINT ["/device-rest"] [2023-05-22T21:35:18.460Z] ---> Running in 75d9c76750e7 [2023-05-22T21:35:18.460Z] Removing intermediate container 75d9c76750e7 [2023-05-22T21:35:18.460Z] ---> d3165f351f1a [2023-05-22T21:35:18.460Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-05-22T21:35:18.460Z] ---> Running in 6672296769d2 [2023-05-22T21:35:18.460Z] Removing intermediate container 6672296769d2 [2023-05-22T21:35:18.460Z] ---> b2ef43a43d31 [2023-05-22T21:35:18.460Z] Step 23/25 : LABEL arch=amd64 [2023-05-22T21:35:18.460Z] ---> Running in 15fcd658f1ea [2023-05-22T21:35:19.042Z] Removing intermediate container 15fcd658f1ea [2023-05-22T21:35:19.042Z] ---> 63665116af30 [2023-05-22T21:35:19.042Z] Step 24/25 : LABEL git_sha=55c123e92a81b52ef904480be8a3eb69bc416b29 [2023-05-22T21:35:19.042Z] ---> Running in 4effbdec7bf3 [2023-05-22T21:35:19.042Z] Removing intermediate container 4effbdec7bf3 [2023-05-22T21:35:19.042Z] ---> fc13a0ced9cc [2023-05-22T21:35:19.042Z] Step 25/25 : LABEL version=3.0.0-dev.45 [2023-05-22T21:35:19.042Z] ---> Running in 54b1e2121051 [2023-05-22T21:35:19.042Z] Removing intermediate container 54b1e2121051 [2023-05-22T21:35:19.042Z] ---> 976c6b9e8890 [2023-05-22T21:35:19.042Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-22T21:35:19.042Z] Successfully built 976c6b9e8890 [2023-05-22T21:35:19.042Z] 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-22T21:35:19.515Z] provisioning config files... [2023-05-22T21:35:19.524Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config3568264441027973537tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-22T21:35:19.823Z] ---> docker-login.sh [2023-05-22T21:35:19.823Z] nexus3.edgexfoundry.org:10001 [2023-05-22T21:35:19.823Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T21:35:19.823Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T21:35:19.823Z] Configure a credential helper to remove this warning. See [2023-05-22T21:35:19.823Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T21:35:19.823Z] [2023-05-22T21:35:19.823Z] Login Succeeded [2023-05-22T21:35:19.823Z] nexus3.edgexfoundry.org:10002 [2023-05-22T21:35:19.823Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T21:35:19.823Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T21:35:19.823Z] Configure a credential helper to remove this warning. See [2023-05-22T21:35:19.823Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T21:35:19.823Z] [2023-05-22T21:35:19.823Z] Login Succeeded [2023-05-22T21:35:19.823Z] nexus3.edgexfoundry.org:10003 [2023-05-22T21:35:20.083Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T21:35:20.083Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T21:35:20.083Z] Configure a credential helper to remove this warning. See [2023-05-22T21:35:20.083Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T21:35:20.083Z] [2023-05-22T21:35:20.083Z] Login Succeeded [2023-05-22T21:35:20.083Z] nexus3.edgexfoundry.org:10004 [2023-05-22T21:35:20.083Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T21:35:20.083Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T21:35:20.083Z] Configure a credential helper to remove this warning. See [2023-05-22T21:35:20.083Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T21:35:20.083Z] [2023-05-22T21:35:20.083Z] Login Succeeded [2023-05-22T21:35:20.083Z] docker.io [2023-05-22T21:35:20.083Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T21:35:20.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T21:35:20.342Z] Configure a credential helper to remove this warning. See [2023-05-22T21:35:20.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T21:35:20.342Z] [2023-05-22T21:35:20.342Z] Login Succeeded [2023-05-22T21:35:20.342Z] ---> docker-login.sh ends [Pipeline] } [2023-05-22T21:35:20.350Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-22T21:35:20.379Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-22T21:35:20.395Z] [edgeXDocker.push] Tagging docker image device-rest with the following tags: [2023-05-22T21:35:20.395Z] 55c123e92a81b52ef904480be8a3eb69bc416b29 [2023-05-22T21:35:20.395Z] latest [2023-05-22T21:35:20.395Z] 3.0.0-dev.45 [2023-05-22T21:35:20.395Z] 55c123e92a81b52ef904480be8a3eb69bc416b29-3.0.0-dev.45 [2023-05-22T21:35:20.395Z] main [2023-05-22T21:35:20.395Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:35:20.701Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:55c123e92a81b52ef904480be8a3eb69bc416b29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:35:21.009Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:55c123e92a81b52ef904480be8a3eb69bc416b29 [2023-05-22T21:35:21.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2023-05-22T21:35:21.009Z] 57d815163406: Preparing [2023-05-22T21:35:21.009Z] dae6eb042096: Preparing [2023-05-22T21:35:21.009Z] b141404f5053: Preparing [2023-05-22T21:35:21.009Z] 57c679cb2865: Preparing [2023-05-22T21:35:21.009Z] f1417ff83b31: Preparing [2023-05-22T21:35:21.009Z] f1417ff83b31: Layer already exists [2023-05-22T21:35:21.009Z] 57c679cb2865: Pushed [2023-05-22T21:35:21.009Z] dae6eb042096: Pushed [2023-05-22T21:35:21.009Z] 57d815163406: Pushed [2023-05-22T21:35:23.538Z] b141404f5053: Pushed [2023-05-22T21:35:23.538Z] 55c123e92a81b52ef904480be8a3eb69bc416b29: digest: sha256:144750267f292de263cc6ed7d84f373b640c7987192b9d58f8e5efee5ede6000 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:35:23.857Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:35:24.165Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:latest [2023-05-22T21:35:24.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2023-05-22T21:35:24.165Z] 57d815163406: Preparing [2023-05-22T21:35:24.165Z] dae6eb042096: Preparing [2023-05-22T21:35:24.165Z] b141404f5053: Preparing [2023-05-22T21:35:24.165Z] 57c679cb2865: Preparing [2023-05-22T21:35:24.165Z] f1417ff83b31: Preparing [2023-05-22T21:35:24.165Z] f1417ff83b31: Layer already exists [2023-05-22T21:35:24.165Z] dae6eb042096: Layer already exists [2023-05-22T21:35:24.165Z] 57c679cb2865: Layer already exists [2023-05-22T21:35:24.165Z] 57d815163406: Layer already exists [2023-05-22T21:35:24.165Z] b141404f5053: Layer already exists [2023-05-22T21:35:24.165Z] latest: digest: sha256:144750267f292de263cc6ed7d84f373b640c7987192b9d58f8e5efee5ede6000 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:35:24.474Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:3.0.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:35:24.789Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:3.0.0-dev.45 [2023-05-22T21:35:24.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2023-05-22T21:35:24.789Z] 57d815163406: Preparing [2023-05-22T21:35:24.789Z] dae6eb042096: Preparing [2023-05-22T21:35:24.789Z] b141404f5053: Preparing [2023-05-22T21:35:24.789Z] 57c679cb2865: Preparing [2023-05-22T21:35:24.789Z] f1417ff83b31: Preparing [2023-05-22T21:35:24.789Z] 57c679cb2865: Layer already exists [2023-05-22T21:35:24.789Z] b141404f5053: Layer already exists [2023-05-22T21:35:24.789Z] dae6eb042096: Layer already exists [2023-05-22T21:35:24.789Z] f1417ff83b31: Layer already exists [2023-05-22T21:35:24.789Z] 57d815163406: Layer already exists [2023-05-22T21:35:24.789Z] 3.0.0-dev.45: digest: sha256:144750267f292de263cc6ed7d84f373b640c7987192b9d58f8e5efee5ede6000 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:35:25.107Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:55c123e92a81b52ef904480be8a3eb69bc416b29-3.0.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:35:25.410Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:55c123e92a81b52ef904480be8a3eb69bc416b29-3.0.0-dev.45 [2023-05-22T21:35:25.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2023-05-22T21:35:25.410Z] 57d815163406: Preparing [2023-05-22T21:35:25.410Z] dae6eb042096: Preparing [2023-05-22T21:35:25.410Z] b141404f5053: Preparing [2023-05-22T21:35:25.410Z] 57c679cb2865: Preparing [2023-05-22T21:35:25.410Z] f1417ff83b31: Preparing [2023-05-22T21:35:25.410Z] f1417ff83b31: Layer already exists [2023-05-22T21:35:25.410Z] 57d815163406: Layer already exists [2023-05-22T21:35:25.410Z] b141404f5053: Layer already exists [2023-05-22T21:35:25.410Z] 57c679cb2865: Layer already exists [2023-05-22T21:35:25.410Z] dae6eb042096: Layer already exists [2023-05-22T21:35:25.410Z] 55c123e92a81b52ef904480be8a3eb69bc416b29-3.0.0-dev.45: digest: sha256:144750267f292de263cc6ed7d84f373b640c7987192b9d58f8e5efee5ede6000 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:35:25.723Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:35:26.028Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:main [2023-05-22T21:35:26.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2023-05-22T21:35:26.028Z] 57d815163406: Preparing [2023-05-22T21:35:26.028Z] dae6eb042096: Preparing [2023-05-22T21:35:26.028Z] b141404f5053: Preparing [2023-05-22T21:35:26.028Z] 57c679cb2865: Preparing [2023-05-22T21:35:26.028Z] f1417ff83b31: Preparing [2023-05-22T21:35:26.028Z] 57c679cb2865: Layer already exists [2023-05-22T21:35:26.028Z] 57d815163406: Layer already exists [2023-05-22T21:35:26.028Z] f1417ff83b31: Layer already exists [2023-05-22T21:35:26.028Z] dae6eb042096: Layer already exists [2023-05-22T21:35:26.028Z] b141404f5053: Layer already exists [2023-05-22T21:35:26.028Z] main: digest: sha256:144750267f292de263cc6ed7d84f373b640c7987192b9d58f8e5efee5ede6000 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-22T21:35:26.076Z] ===================================================== [Pipeline] echo [2023-05-22T21:35:26.086Z] taggedImages: [2023-05-22T21:35:26.086Z] - nexus3.edgexfoundry.org:10004/device-rest:55c123e92a81b52ef904480be8a3eb69bc416b29 [2023-05-22T21:35:26.086Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2023-05-22T21:35:26.086Z] - nexus3.edgexfoundry.org:10004/device-rest:3.0.0-dev.45 [2023-05-22T21:35:26.086Z] - nexus3.edgexfoundry.org:10004/device-rest:55c123e92a81b52ef904480be8a3eb69bc416b29-3.0.0-dev.45 [2023-05-22T21:35:26.086Z] - 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-22T21:35:26.454Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-22T21:35:26.454Z] [2023-05-22T21:35:26.454Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:35:27.546Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-22T21:35:27.546Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-22T21:35:27.546Z] 5eb5b503b376: Pulling fs layer [2023-05-22T21:35:27.546Z] 5c69ac0246d0: Pulling fs layer [2023-05-22T21:35:27.546Z] ec43610c2a17: Pulling fs layer [2023-05-22T21:35:27.546Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-22T21:35:27.546Z] 33b1e0a273af: Pulling fs layer [2023-05-22T21:35:27.546Z] 5d3b04190fa2: Pulling fs layer [2023-05-22T21:35:27.546Z] 2f39f015ded8: Pulling fs layer [2023-05-22T21:35:27.546Z] 3a2ae6a8a46f: Waiting [2023-05-22T21:35:27.547Z] 5d3b04190fa2: Waiting [2023-05-22T21:35:27.547Z] 33b1e0a273af: Waiting [2023-05-22T21:35:27.547Z] 2f39f015ded8: Waiting [2023-05-22T21:35:27.547Z] 5c69ac0246d0: Download complete [2023-05-22T21:35:27.547Z] 3a2ae6a8a46f: Verifying Checksum [2023-05-22T21:35:27.547Z] 3a2ae6a8a46f: Download complete [2023-05-22T21:35:27.547Z] 33b1e0a273af: Verifying Checksum [2023-05-22T21:35:27.547Z] 33b1e0a273af: Download complete [2023-05-22T21:35:27.547Z] 5d3b04190fa2: Download complete [2023-05-22T21:35:27.547Z] ec43610c2a17: Verifying Checksum [2023-05-22T21:35:27.547Z] ec43610c2a17: Download complete [2023-05-22T21:35:27.804Z] 5eb5b503b376: Verifying Checksum [2023-05-22T21:35:27.804Z] 5eb5b503b376: Download complete [2023-05-22T21:35:28.737Z] 2f39f015ded8: Download complete [2023-05-22T21:35:28.996Z] 5eb5b503b376: Pull complete [2023-05-22T21:35:29.254Z] 5c69ac0246d0: Pull complete [2023-05-22T21:35:29.513Z] ec43610c2a17: Pull complete [2023-05-22T21:35:29.513Z] 3a2ae6a8a46f: Pull complete [2023-05-22T21:35:29.771Z] 33b1e0a273af: Pull complete [2023-05-22T21:35:29.772Z] 5d3b04190fa2: Pull complete [2023-05-22T21:35:33.955Z] 2f39f015ded8: Pull complete [2023-05-22T21:35:33.955Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-22T21:35:33.955Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-22T21:35:33.955Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T21:35:34.034Z] prd-ubuntu20.04-docker-8c-8g-16366 does not seem to be running inside a container [2023-05-22T21:35:34.069Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-22T21:35:37.334Z] $ docker top d6936946a7c54a8f3426f1ea4c4ee5f8b9863098efc91f557fcafa1b0fb3a2e6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-22T21:35:37.719Z] ---> job-cost.sh [2023-05-22T21:35:37.719Z] lf-activate-venv: SKIPPING [2023-05-22T21:35:37.719Z] INFO: No Stack... [2023-05-22T21:35:37.978Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-22T21:35:38.238Z] INFO: Archiving Costs [Pipeline] sh [2023-05-22T21:35:38.529Z] + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv [2023-05-22T21:35:38.529Z] + cut -d, -f6 [Pipeline] lock [2023-05-22T21:35:38.543Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-main-117-stack-cost] [2023-05-22T21:35:38.553Z] Resource [jenkins-edgexfoundry-device-rest-go-main-117-stack-cost] did not exist. Created. [2023-05-22T21:35:38.553Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-main-117-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-22T21:35:38.860Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-05-22T21:35:38.889Z] Stashed 1 file(s) [Pipeline] } [2023-05-22T21:35:38.898Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-main-117-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-22T21:35:38.924Z] $ docker stop --time=1 d6936946a7c54a8f3426f1ea4c4ee5f8b9863098efc91f557fcafa1b0fb3a2e6 [2023-05-22T21:35:40.064Z] $ docker rm -f --volumes d6936946a7c54a8f3426f1ea4c4ee5f8b9863098efc91f557fcafa1b0fb3a2e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-05-22T21:38:14.076Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-16372 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws [2023-05-22T21:38:14.091Z] Running in /w/workspace/device-rest-go/117 [Pipeline] { [Pipeline] checkout [2023-05-22T21:38:14.133Z] The recommended git tool is: git [2023-05-22T21:38:21.706Z] using credential edgex-jenkins-ssh [2023-05-22T21:38:21.726Z] Cloning the remote Git repository [2023-05-22T21:38:21.801Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2023-05-22T21:38:21.962Z] > git init /w/workspace/device-rest-go/117 # timeout=10 [2023-05-22T21:38:22.186Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2023-05-22T21:38:22.188Z] > git --version # timeout=10 [2023-05-22T21:38:22.212Z] > git --version # 'git version 2.25.1' [2023-05-22T21:38:22.216Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-22T21:38:22.452Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-22T21:38:25.146Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2023-05-22T21:38:25.180Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-22T21:38:26.380Z] Avoid second fetch [2023-05-22T21:38:26.381Z] Checking out Revision 55c123e92a81b52ef904480be8a3eb69bc416b29 (main) [2023-05-22T21:38:27.204Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 (#323)" [2023-05-22T21:38:26.407Z] > git config core.sparsecheckout # timeout=10 [2023-05-22T21:38:26.509Z] > git checkout -f 55c123e92a81b52ef904480be8a3eb69bc416b29 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-22T21:38:28.167Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-22T21:38:28.167Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-22T21:38:28.167Z] Dload Upload Total Spent Left Speed [2023-05-22T21:38:28.167Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 77750 0 --:--:-- --:--:-- --:--:-- 78226 [Pipeline] sh [2023-05-22T21:38:28.896Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-05-22T21:38:29.268Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-05-22T21:38:29.268Z] + sudo tee /etc/docker/daemon.new [2023-05-22T21:38:29.268Z] { [2023-05-22T21:38:29.268Z] "registry-mirrors": [ [2023-05-22T21:38:29.268Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-22T21:38:29.268Z] ], [2023-05-22T21:38:29.268Z] "bip": "10.250.0.254/24", [2023-05-22T21:38:29.268Z] "hosts": [ [2023-05-22T21:38:29.268Z] "tcp://0.0.0.0:5555", [2023-05-22T21:38:29.268Z] "unix:///var/run/docker.sock" [2023-05-22T21:38:29.268Z] ], [2023-05-22T21:38:29.268Z] "mtu": 1458, [2023-05-22T21:38:29.268Z] "selinux-enabled": true, [2023-05-22T21:38:29.268Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-22T21:38:29.268Z] } [Pipeline] sh [2023-05-22T21:38:29.633Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-22T21:38:29.994Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-22T21:38:48.367Z] provisioning config files... [2023-05-22T21:38:48.407Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/117@tmp/config18024832081662269769tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-22T21:38:48.794Z] ---> docker-login.sh [2023-05-22T21:38:48.795Z] nexus3.edgexfoundry.org:10001 [2023-05-22T21:38:49.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T21:38:49.670Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T21:38:49.670Z] Configure a credential helper to remove this warning. See [2023-05-22T21:38:49.670Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T21:38:49.670Z] [2023-05-22T21:38:49.670Z] Login Succeeded [2023-05-22T21:38:49.670Z] nexus3.edgexfoundry.org:10002 [2023-05-22T21:38:49.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T21:38:49.947Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T21:38:49.947Z] Configure a credential helper to remove this warning. See [2023-05-22T21:38:49.947Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T21:38:49.947Z] [2023-05-22T21:38:49.947Z] Login Succeeded [2023-05-22T21:38:49.947Z] nexus3.edgexfoundry.org:10003 [2023-05-22T21:38:50.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T21:38:50.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T21:38:50.499Z] Configure a credential helper to remove this warning. See [2023-05-22T21:38:50.499Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T21:38:50.499Z] [2023-05-22T21:38:50.499Z] Login Succeeded [2023-05-22T21:38:50.499Z] nexus3.edgexfoundry.org:10004 [2023-05-22T21:38:50.777Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T21:38:50.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T21:38:50.777Z] Configure a credential helper to remove this warning. See [2023-05-22T21:38:50.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T21:38:50.777Z] [2023-05-22T21:38:50.777Z] Login Succeeded [2023-05-22T21:38:50.777Z] docker.io [2023-05-22T21:38:51.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T21:38:51.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T21:38:51.378Z] Configure a credential helper to remove this warning. See [2023-05-22T21:38:51.378Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T21:38:51.378Z] [2023-05-22T21:38:51.378Z] Login Succeeded [2023-05-22T21:38:51.378Z] ---> docker-login.sh ends [Pipeline] } [2023-05-22T21:38:51.396Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-22T21:38:51.743Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-22T21:38:51.762Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-22T21:38:51.777Z] ========================================================= [2023-05-22T21:38:51.777Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-22T21:38:51.777Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:38:52.151Z] + 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-22T21:38:52.151Z] Sending build context to Docker daemon 139.3kB [2023-05-22T21:38:52.427Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-05-22T21:38:52.427Z] Step 2/12 : FROM ${BASE} AS builder [2023-05-22T21:38:52.703Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-22T21:38:52.703Z] c41833b44d91: Pulling fs layer [2023-05-22T21:38:52.703Z] ed15518f5707: Pulling fs layer [2023-05-22T21:38:52.703Z] feae8fd75edb: Pulling fs layer [2023-05-22T21:38:52.703Z] 242c74f7c9fa: Pulling fs layer [2023-05-22T21:38:52.703Z] 3cdef696dda3: Pulling fs layer [2023-05-22T21:38:52.703Z] 2ced38df9373: Pulling fs layer [2023-05-22T21:38:52.703Z] 58f1dce35555: Pulling fs layer [2023-05-22T21:38:52.703Z] 3cdef696dda3: Waiting [2023-05-22T21:38:52.703Z] 2ced38df9373: Waiting [2023-05-22T21:38:52.703Z] 58f1dce35555: Waiting [2023-05-22T21:38:52.703Z] 242c74f7c9fa: Waiting [2023-05-22T21:38:52.703Z] ed15518f5707: Verifying Checksum [2023-05-22T21:38:52.703Z] ed15518f5707: Download complete [2023-05-22T21:38:52.703Z] 242c74f7c9fa: Verifying Checksum [2023-05-22T21:38:52.703Z] 242c74f7c9fa: Download complete [2023-05-22T21:38:52.703Z] 3cdef696dda3: Verifying Checksum [2023-05-22T21:38:52.703Z] 3cdef696dda3: Download complete [2023-05-22T21:38:52.703Z] c41833b44d91: Verifying Checksum [2023-05-22T21:38:52.703Z] c41833b44d91: Download complete [2023-05-22T21:38:54.170Z] c41833b44d91: Pull complete [2023-05-22T21:38:54.170Z] 58f1dce35555: Verifying Checksum [2023-05-22T21:38:54.170Z] 58f1dce35555: Download complete [2023-05-22T21:38:54.447Z] ed15518f5707: Pull complete [2023-05-22T21:38:55.882Z] feae8fd75edb: Verifying Checksum [2023-05-22T21:38:55.882Z] feae8fd75edb: Download complete [2023-05-22T21:38:55.882Z] 2ced38df9373: Verifying Checksum [2023-05-22T21:38:55.882Z] 2ced38df9373: Download complete [2023-05-22T21:39:08.283Z] feae8fd75edb: Pull complete [2023-05-22T21:39:08.283Z] 242c74f7c9fa: Pull complete [2023-05-22T21:39:08.283Z] 3cdef696dda3: Pull complete [2023-05-22T21:39:16.578Z] 2ced38df9373: Pull complete [2023-05-22T21:39:18.602Z] 58f1dce35555: Pull complete [2023-05-22T21:39:18.603Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-22T21:39:18.603Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-22T21:39:18.603Z] ---> fadd8f120f05 [2023-05-22T21:39:18.603Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-05-22T21:39:21.252Z] ---> Running in f5bc99ff2360 [2023-05-22T21:39:21.621Z] Removing intermediate container f5bc99ff2360 [2023-05-22T21:39:21.621Z] ---> b0cc61ecf51b [2023-05-22T21:39:21.621Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-22T21:39:21.621Z] ---> Running in 4092c2f3fc2c [2023-05-22T21:39:22.233Z] Removing intermediate container 4092c2f3fc2c [2023-05-22T21:39:22.233Z] ---> 71a06f2c868a [2023-05-22T21:39:22.233Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-22T21:39:22.233Z] ---> Running in 2841dd019bd0 [2023-05-22T21:39:22.837Z] Removing intermediate container 2841dd019bd0 [2023-05-22T21:39:22.837Z] ---> f1cc4375ac27 [2023-05-22T21:39:22.837Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-05-22T21:39:22.837Z] ---> Running in b6a5e1eec8d3 [2023-05-22T21:39:23.112Z] Removing intermediate container b6a5e1eec8d3 [2023-05-22T21:39:23.112Z] ---> 71e431179547 [2023-05-22T21:39:23.112Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-22T21:39:23.384Z] ---> Running in 907ce7e82022 [2023-05-22T21:39:24.824Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T21:39:25.422Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T21:39:26.875Z] (1/4) Installing openssh-keygen (9.1_p1-r3) [2023-05-22T21:39:26.875Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-05-22T21:39:26.875Z] (3/4) Installing openssh-client-common (9.1_p1-r3) [2023-05-22T21:39:26.876Z] (4/4) Installing openssh-client-default (9.1_p1-r3) [2023-05-22T21:39:26.876Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T21:39:26.876Z] OK: 268 MiB in 57 packages [2023-05-22T21:39:28.343Z] Removing intermediate container 907ce7e82022 [2023-05-22T21:39:28.344Z] ---> f1d24884711a [2023-05-22T21:39:28.344Z] Step 8/12 : WORKDIR /device-rest-go [2023-05-22T21:39:28.344Z] ---> Running in 844ad248317e [2023-05-22T21:39:28.621Z] Removing intermediate container 844ad248317e [2023-05-22T21:39:28.621Z] ---> 9805cbea6872 [2023-05-22T21:39:28.621Z] Step 9/12 : COPY go.mod vendor* ./ [2023-05-22T21:39:29.219Z] ---> 15ed8612595e [2023-05-22T21:39:29.219Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T21:39:29.494Z] ---> Running in de8fdcd9a87c [2023-05-22T21:40:51.288Z] Removing intermediate container de8fdcd9a87c [2023-05-22T21:40:51.288Z] ---> 6b18e393bcdb [2023-05-22T21:40:51.288Z] Step 11/12 : COPY . . [2023-05-22T21:40:51.288Z] ---> d01fbd0df0c2 [2023-05-22T21:40:51.288Z] Step 12/12 : RUN $MAKE [2023-05-22T21:40:51.288Z] ---> Running in 6e5554350f19 [2023-05-22T21:40:51.288Z] noop [2023-05-22T21:40:51.288Z] Removing intermediate container 6e5554350f19 [2023-05-22T21:40:51.288Z] ---> d08cb015ddd5 [2023-05-22T21:40:51.288Z] Successfully built d08cb015ddd5 [2023-05-22T21:40:51.288Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:40:51.652Z] + docker inspect -f . ci-base-image-arm64 [2023-05-22T21:40:51.652Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T21:40:51.929Z] prd-ubuntu20.04-docker-arm64-4c-16g-16372 does not seem to be running inside a container [2023-05-22T21:40:52.029Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/117 -v /w/workspace/device-rest-go/117:/w/workspace/device-rest-go/117:rw,z -v /w/workspace/device-rest-go/117@tmp:/w/workspace/device-rest-go/117@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-22T21:40:53.589Z] $ docker top 216c002bbe8da778ea097fb1705d927581c8b24b68593c4b125acb7f01bf33e5 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-22T21:40:54.505Z] + go version [2023-05-22T21:40:54.505Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-22T21:40:54.532Z] $ docker stop --time=1 216c002bbe8da778ea097fb1705d927581c8b24b68593c4b125acb7f01bf33e5 [2023-05-22T21:40:56.297Z] $ docker rm -f --volumes 216c002bbe8da778ea097fb1705d927581c8b24b68593c4b125acb7f01bf33e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:40:56.903Z] + docker inspect -f . ci-base-image-arm64 [2023-05-22T21:40:56.903Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T21:40:57.129Z] prd-ubuntu20.04-docker-arm64-4c-16g-16372 does not seem to be running inside a container [2023-05-22T21:40:57.221Z] $ 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/117 -v /w/workspace/device-rest-go/117:/w/workspace/device-rest-go/117:rw,z -v /w/workspace/device-rest-go/117@tmp:/w/workspace/device-rest-go/117@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-22T21:40:58.672Z] $ docker top bb045ac778d528b59a7aed7e0991fa09117cc2ab597e7b88c10a8441b0bb8b22 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-22T21:40:59.567Z] + git config --global --add safe.directory /w/workspace/device-rest-go/117 [Pipeline] fileExists [Pipeline] sh [2023-05-22T21:41:00.245Z] + make test [2023-05-22T21:41:00.246Z] go test ./... -coverprofile=coverage.out ./... [2023-05-22T21:41:39.244Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2023-05-22T21:44:31.140Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2023-05-22T21:44:31.140Z] ok github.com/edgexfoundry/device-rest-go/driver 0.069s coverage: 32.2% of statements [2023-05-22T21:44:31.140Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-05-22T21:44:31.140Z] go vet ./... [2023-05-22T21:44:57.891Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-22T21:44:57.891Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-22T21:44:57.891Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-22T21:44:57.912Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-22T21:44:57.932Z] $ docker stop --time=1 bb045ac778d528b59a7aed7e0991fa09117cc2ab597e7b88c10a8441b0bb8b22 [2023-05-22T21:45:00.015Z] $ docker rm -f --volumes bb045ac778d528b59a7aed7e0991fa09117cc2ab597e7b88c10a8441b0bb8b22 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-22T21:45:01.445Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-22T21:45:01.472Z] Warning: overwriting stash ‘coverage-report’ [2023-05-22T21:45:02.109Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-22T21:45:02.534Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-22T21:45:02.868Z] + ls -al . [2023-05-22T21:45:02.868Z] total 180 [2023-05-22T21:45:02.868Z] drwxrwxr-x 8 jenkins jenkins 4096 May 22 21:41 . [2023-05-22T21:45:02.868Z] drwxrwxr-x 4 jenkins jenkins 4096 May 22 21:38 .. [2023-05-22T21:45:02.868Z] -rw-rw-r-- 1 jenkins jenkins 151 May 22 21:38 .dockerignore [2023-05-22T21:45:02.868Z] drwxrwxr-x 8 jenkins jenkins 4096 May 22 21:38 .git [2023-05-22T21:45:02.868Z] drwxrwxr-x 3 jenkins jenkins 4096 May 22 21:38 .github [2023-05-22T21:45:02.868Z] -rw-rw-r-- 1 jenkins jenkins 329 May 22 21:38 .gitignore [2023-05-22T21:45:02.868Z] -rw-rw-r-- 1 jenkins jenkins 41 May 22 21:38 .golangci.yml [2023-05-22T21:45:02.868Z] -rw-rw-r-- 1 jenkins jenkins 9331 May 22 21:38 Attribution.txt [2023-05-22T21:45:02.868Z] -rw-rw-r-- 1 jenkins jenkins 13085 May 22 21:38 CHANGELOG.md [2023-05-22T21:45:02.868Z] -rw-rw-r-- 1 jenkins jenkins 1578 May 22 21:38 Dockerfile [2023-05-22T21:45:02.868Z] -rw-rw-r-- 1 jenkins jenkins 677 May 22 21:38 GOVERNANCE.md [2023-05-22T21:45:02.868Z] -rw-rw-r-- 1 jenkins jenkins 680 May 22 21:38 Jenkinsfile [2023-05-22T21:45:02.868Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 22 21:38 LICENSE [2023-05-22T21:45:02.868Z] -rw-rw-r-- 1 jenkins jenkins 1779 May 22 21:38 Makefile [2023-05-22T21:45:02.868Z] -rw-rw-r-- 1 jenkins jenkins 620 May 22 21:38 OWNERS.md [2023-05-22T21:45:02.868Z] -rw-rw-r-- 1 jenkins jenkins 15827 May 22 21:38 README.md [2023-05-22T21:45:02.868Z] -rw-rw-r-- 1 jenkins jenkins 12 May 22 21:33 VERSION [2023-05-22T21:45:02.868Z] drwxrwxr-x 2 jenkins jenkins 4096 May 22 21:38 bin [2023-05-22T21:45:02.868Z] drwxrwxr-x 3 jenkins jenkins 4096 May 22 21:38 cmd [2023-05-22T21:45:02.868Z] -rw-r--r-- 1 jenkins jenkins 14663 May 22 21:44 coverage.out [2023-05-22T21:45:02.868Z] drwxrwxr-x 2 jenkins jenkins 4096 May 22 21:38 driver [2023-05-22T21:45:02.868Z] -rw-rw-r-- 1 jenkins jenkins 3402 May 22 21:38 go.mod [2023-05-22T21:45:02.868Z] -rw-rw-r-- 1 jenkins jenkins 31328 May 22 21:38 go.sum [2023-05-22T21:45:02.868Z] drwxrwxr-x 4 jenkins jenkins 4096 May 22 21:38 snap [2023-05-22T21:45:02.868Z] -rw-rw-r-- 1 jenkins jenkins 713 May 22 21:38 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:45:03.222Z] + 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=55c123e92a81b52ef904480be8a3eb69bc416b29 --label arch=arm64 --label version=3.0.0-dev.45 . [2023-05-22T21:45:03.222Z] Sending build context to Docker daemon 154.6kB [2023-05-22T21:45:03.493Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-05-22T21:45:03.493Z] Step 2/25 : FROM ${BASE} AS builder [2023-05-22T21:45:03.493Z] ---> d08cb015ddd5 [2023-05-22T21:45:03.493Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-05-22T21:45:03.766Z] ---> Running in 8c2c95231019 [2023-05-22T21:45:04.036Z] Removing intermediate container 8c2c95231019 [2023-05-22T21:45:04.037Z] ---> 4e252ebe5587 [2023-05-22T21:45:04.037Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-22T21:45:04.037Z] ---> Running in a8a4ff7f1c34 [2023-05-22T21:45:04.628Z] Removing intermediate container a8a4ff7f1c34 [2023-05-22T21:45:04.628Z] ---> 8b0de98c88fc [2023-05-22T21:45:04.628Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-22T21:45:04.628Z] ---> Running in d90e050aaf26 [2023-05-22T21:45:04.899Z] Removing intermediate container d90e050aaf26 [2023-05-22T21:45:04.899Z] ---> ade3d1eff7d1 [2023-05-22T21:45:04.899Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2023-05-22T21:45:04.899Z] ---> Running in 931771e76ad6 [2023-05-22T21:45:05.488Z] Removing intermediate container 931771e76ad6 [2023-05-22T21:45:05.488Z] ---> d4690be31991 [2023-05-22T21:45:05.488Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-22T21:45:05.488Z] ---> Running in 6d74f92962d7 [2023-05-22T21:45:06.460Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T21:45:07.426Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T21:45:08.852Z] OK: 268 MiB in 57 packages [2023-05-22T21:45:09.925Z] Removing intermediate container 6d74f92962d7 [2023-05-22T21:45:09.925Z] ---> a6b991d2828f [2023-05-22T21:45:09.925Z] Step 8/25 : WORKDIR /device-rest-go [2023-05-22T21:45:09.925Z] ---> Running in 336dac274595 [2023-05-22T21:45:10.221Z] Removing intermediate container 336dac274595 [2023-05-22T21:45:10.221Z] ---> 2b30b2506352 [2023-05-22T21:45:10.221Z] Step 9/25 : COPY go.mod vendor* ./ [2023-05-22T21:45:10.878Z] ---> c574ecf97e42 [2023-05-22T21:45:10.878Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T21:45:10.878Z] ---> Running in d3759ca0aab3 [2023-05-22T21:45:14.297Z] Removing intermediate container d3759ca0aab3 [2023-05-22T21:45:14.297Z] ---> fcf9f978dfa0 [2023-05-22T21:45:14.297Z] Step 11/25 : COPY . . [2023-05-22T21:45:14.567Z] ---> f0e18c89bbac [2023-05-22T21:45:14.567Z] Step 12/25 : RUN $MAKE [2023-05-22T21:45:14.836Z] ---> Running in 8007ee202204 [2023-05-22T21:45:15.803Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=3.0.0-dev.45" -trimpath -mod=readonly -o cmd/device-rest ./cmd [2023-05-22T21:47:52.609Z] Removing intermediate container 8007ee202204 [2023-05-22T21:47:52.609Z] ---> 3303d41df913 [2023-05-22T21:47:52.609Z] Step 13/25 : FROM alpine:3.17 [2023-05-22T21:47:52.609Z] 3.17: Pulling from library/alpine [2023-05-22T21:47:52.609Z] c41833b44d91: Already exists [2023-05-22T21:47:52.609Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-22T21:47:52.609Z] Status: Downloaded newer image for alpine:3.17 [2023-05-22T21:47:52.609Z] ---> 51e60588ff2c [2023-05-22T21:47:52.609Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-05-22T21:47:52.609Z] ---> Running in 9d866e918538 [2023-05-22T21:47:52.609Z] Removing intermediate container 9d866e918538 [2023-05-22T21:47:52.609Z] ---> d78594295112 [2023-05-22T21:47:52.609Z] Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} [2023-05-22T21:47:52.609Z] ---> Running in bd2a4e35ba56 [2023-05-22T21:47:52.609Z] Removing intermediate container bd2a4e35ba56 [2023-05-22T21:47:52.609Z] ---> c5cf14d38a0c [2023-05-22T21:47:52.609Z] Step 16/25 : RUN apk add --update --no-cache dumb-init [2023-05-22T21:47:52.609Z] ---> Running in 88a5d0002f08 [2023-05-22T21:47:52.609Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T21:47:52.609Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T21:47:52.609Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-22T21:47:52.609Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T21:47:52.609Z] OK: 8 MiB in 16 packages [2023-05-22T21:47:52.609Z] Removing intermediate container 88a5d0002f08 [2023-05-22T21:47:52.609Z] ---> db5fe3b625d5 [2023-05-22T21:47:52.609Z] Step 17/25 : COPY --from=builder /device-rest-go/cmd / [2023-05-22T21:47:52.609Z] ---> 745f6c08a719 [2023-05-22T21:47:52.609Z] Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / [2023-05-22T21:47:52.609Z] ---> 487199f6a2d1 [2023-05-22T21:47:52.609Z] Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / [2023-05-22T21:47:52.609Z] ---> 5ca2c1944365 [2023-05-22T21:47:52.609Z] Step 20/25 : EXPOSE 59986 [2023-05-22T21:47:52.609Z] ---> Running in 5ddc7165e053 [2023-05-22T21:47:52.609Z] Removing intermediate container 5ddc7165e053 [2023-05-22T21:47:52.609Z] ---> df9dd411f4cc [2023-05-22T21:47:52.609Z] Step 21/25 : ENTRYPOINT ["/device-rest"] [2023-05-22T21:47:52.882Z] ---> Running in 04117e77fe75 [2023-05-22T21:47:53.151Z] Removing intermediate container 04117e77fe75 [2023-05-22T21:47:53.151Z] ---> 950b590c2e00 [2023-05-22T21:47:53.151Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-05-22T21:47:53.151Z] ---> Running in 42f1757421ac [2023-05-22T21:47:53.424Z] Removing intermediate container 42f1757421ac [2023-05-22T21:47:53.424Z] ---> 0d2de00846d8 [2023-05-22T21:47:53.424Z] Step 23/25 : LABEL arch=arm64 [2023-05-22T21:47:53.424Z] ---> Running in eb75bfdbf90b [2023-05-22T21:47:53.696Z] Removing intermediate container eb75bfdbf90b [2023-05-22T21:47:53.696Z] ---> e80d781d36c1 [2023-05-22T21:47:53.696Z] Step 24/25 : LABEL git_sha=55c123e92a81b52ef904480be8a3eb69bc416b29 [2023-05-22T21:47:53.966Z] ---> Running in e8c61609f9c1 [2023-05-22T21:47:54.235Z] Removing intermediate container e8c61609f9c1 [2023-05-22T21:47:54.235Z] ---> d99e45a8e6eb [2023-05-22T21:47:54.235Z] Step 25/25 : LABEL version=3.0.0-dev.45 [2023-05-22T21:47:54.235Z] ---> Running in 7d73e066b9b8 [2023-05-22T21:47:54.505Z] Removing intermediate container 7d73e066b9b8 [2023-05-22T21:47:54.505Z] ---> 4dc05f76d95a [2023-05-22T21:47:54.505Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-22T21:47:54.505Z] Successfully built 4dc05f76d95a [2023-05-22T21:47:54.505Z] 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-22T21:47:54.622Z] provisioning config files... [2023-05-22T21:47:54.638Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/117@tmp/config17153639914799812750tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-22T21:47:54.982Z] ---> docker-login.sh [2023-05-22T21:47:54.982Z] nexus3.edgexfoundry.org:10001 [2023-05-22T21:47:55.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T21:47:55.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T21:47:55.251Z] Configure a credential helper to remove this warning. See [2023-05-22T21:47:55.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T21:47:55.251Z] [2023-05-22T21:47:55.251Z] Login Succeeded [2023-05-22T21:47:55.251Z] nexus3.edgexfoundry.org:10002 [2023-05-22T21:47:55.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T21:47:55.789Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T21:47:55.789Z] Configure a credential helper to remove this warning. See [2023-05-22T21:47:55.789Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T21:47:55.789Z] [2023-05-22T21:47:55.789Z] Login Succeeded [2023-05-22T21:47:55.789Z] nexus3.edgexfoundry.org:10003 [2023-05-22T21:47:56.059Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T21:47:56.059Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T21:47:56.059Z] Configure a credential helper to remove this warning. See [2023-05-22T21:47:56.059Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T21:47:56.059Z] [2023-05-22T21:47:56.059Z] Login Succeeded [2023-05-22T21:47:56.059Z] nexus3.edgexfoundry.org:10004 [2023-05-22T21:47:56.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T21:47:56.594Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T21:47:56.594Z] Configure a credential helper to remove this warning. See [2023-05-22T21:47:56.594Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T21:47:56.594Z] [2023-05-22T21:47:56.594Z] Login Succeeded [2023-05-22T21:47:56.594Z] docker.io [2023-05-22T21:47:56.862Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T21:47:57.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T21:47:57.130Z] Configure a credential helper to remove this warning. See [2023-05-22T21:47:57.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T21:47:57.130Z] [2023-05-22T21:47:57.130Z] Login Succeeded [2023-05-22T21:47:57.130Z] ---> docker-login.sh ends [Pipeline] } [2023-05-22T21:47:57.144Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-22T21:47:57.173Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-22T21:47:57.191Z] [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: [2023-05-22T21:47:57.191Z] 55c123e92a81b52ef904480be8a3eb69bc416b29 [2023-05-22T21:47:57.191Z] latest [2023-05-22T21:47:57.191Z] 3.0.0-dev.45 [2023-05-22T21:47:57.191Z] 55c123e92a81b52ef904480be8a3eb69bc416b29-3.0.0-dev.45 [2023-05-22T21:47:57.191Z] main [2023-05-22T21:47:57.191Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:47:57.544Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:55c123e92a81b52ef904480be8a3eb69bc416b29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:47:57.909Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:55c123e92a81b52ef904480be8a3eb69bc416b29 [2023-05-22T21:47:57.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2023-05-22T21:47:57.910Z] 00ef184a6cd3: Preparing [2023-05-22T21:47:57.910Z] 007c46eeb2d4: Preparing [2023-05-22T21:47:57.910Z] 2bfa7de183e7: Preparing [2023-05-22T21:47:57.910Z] 912bfec6f73a: Preparing [2023-05-22T21:47:57.910Z] 26cbea5cba74: Preparing [2023-05-22T21:47:57.910Z] 26cbea5cba74: Layer already exists [2023-05-22T21:47:58.179Z] 00ef184a6cd3: Pushed [2023-05-22T21:47:58.179Z] 912bfec6f73a: Pushed [2023-05-22T21:47:58.179Z] 007c46eeb2d4: Pushed [2023-05-22T21:48:03.535Z] 2bfa7de183e7: Pushed [2023-05-22T21:48:03.536Z] 55c123e92a81b52ef904480be8a3eb69bc416b29: digest: sha256:92e6cabb489af4240334f41fe89dea5536ed31325de2a02c96ab3b943fba4c12 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:48:04.157Z] + 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-22T21:48:04.507Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2023-05-22T21:48:04.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2023-05-22T21:48:04.507Z] 00ef184a6cd3: Preparing [2023-05-22T21:48:04.507Z] 007c46eeb2d4: Preparing [2023-05-22T21:48:04.507Z] 2bfa7de183e7: Preparing [2023-05-22T21:48:04.507Z] 912bfec6f73a: Preparing [2023-05-22T21:48:04.507Z] 26cbea5cba74: Preparing [2023-05-22T21:48:04.507Z] 912bfec6f73a: Layer already exists [2023-05-22T21:48:04.507Z] 2bfa7de183e7: Layer already exists [2023-05-22T21:48:04.507Z] 007c46eeb2d4: Layer already exists [2023-05-22T21:48:04.507Z] 26cbea5cba74: Layer already exists [2023-05-22T21:48:04.507Z] 00ef184a6cd3: Layer already exists [2023-05-22T21:48:04.507Z] latest: digest: sha256:92e6cabb489af4240334f41fe89dea5536ed31325de2a02c96ab3b943fba4c12 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:48:05.137Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:3.0.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:48:05.495Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:3.0.0-dev.45 [2023-05-22T21:48:05.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2023-05-22T21:48:05.495Z] 00ef184a6cd3: Preparing [2023-05-22T21:48:05.495Z] 007c46eeb2d4: Preparing [2023-05-22T21:48:05.495Z] 2bfa7de183e7: Preparing [2023-05-22T21:48:05.495Z] 912bfec6f73a: Preparing [2023-05-22T21:48:05.495Z] 26cbea5cba74: Preparing [2023-05-22T21:48:05.495Z] 00ef184a6cd3: Layer already exists [2023-05-22T21:48:05.495Z] 007c46eeb2d4: Layer already exists [2023-05-22T21:48:05.495Z] 2bfa7de183e7: Layer already exists [2023-05-22T21:48:05.495Z] 26cbea5cba74: Layer already exists [2023-05-22T21:48:05.495Z] 912bfec6f73a: Layer already exists [2023-05-22T21:48:05.763Z] 3.0.0-dev.45: digest: sha256:92e6cabb489af4240334f41fe89dea5536ed31325de2a02c96ab3b943fba4c12 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:48:06.142Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:55c123e92a81b52ef904480be8a3eb69bc416b29-3.0.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:48:06.499Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:55c123e92a81b52ef904480be8a3eb69bc416b29-3.0.0-dev.45 [2023-05-22T21:48:06.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2023-05-22T21:48:06.500Z] 00ef184a6cd3: Preparing [2023-05-22T21:48:06.500Z] 007c46eeb2d4: Preparing [2023-05-22T21:48:06.500Z] 2bfa7de183e7: Preparing [2023-05-22T21:48:06.500Z] 912bfec6f73a: Preparing [2023-05-22T21:48:06.500Z] 26cbea5cba74: Preparing [2023-05-22T21:48:06.500Z] 2bfa7de183e7: Layer already exists [2023-05-22T21:48:06.500Z] 007c46eeb2d4: Layer already exists [2023-05-22T21:48:06.500Z] 912bfec6f73a: Layer already exists [2023-05-22T21:48:06.500Z] 00ef184a6cd3: Layer already exists [2023-05-22T21:48:06.500Z] 26cbea5cba74: Layer already exists [2023-05-22T21:48:06.500Z] 55c123e92a81b52ef904480be8a3eb69bc416b29-3.0.0-dev.45: digest: sha256:92e6cabb489af4240334f41fe89dea5536ed31325de2a02c96ab3b943fba4c12 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:48:07.128Z] + 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-22T21:48:07.480Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main [2023-05-22T21:48:07.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2023-05-22T21:48:07.480Z] 00ef184a6cd3: Preparing [2023-05-22T21:48:07.480Z] 007c46eeb2d4: Preparing [2023-05-22T21:48:07.480Z] 2bfa7de183e7: Preparing [2023-05-22T21:48:07.480Z] 912bfec6f73a: Preparing [2023-05-22T21:48:07.480Z] 26cbea5cba74: Preparing [2023-05-22T21:48:07.480Z] 26cbea5cba74: Layer already exists [2023-05-22T21:48:07.480Z] 00ef184a6cd3: Layer already exists [2023-05-22T21:48:07.480Z] 007c46eeb2d4: Layer already exists [2023-05-22T21:48:07.480Z] 912bfec6f73a: Layer already exists [2023-05-22T21:48:07.480Z] 2bfa7de183e7: Layer already exists [2023-05-22T21:48:07.751Z] main: digest: sha256:92e6cabb489af4240334f41fe89dea5536ed31325de2a02c96ab3b943fba4c12 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-22T21:48:07.800Z] ===================================================== [Pipeline] echo [2023-05-22T21:48:07.806Z] taggedImages: [2023-05-22T21:48:07.806Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:55c123e92a81b52ef904480be8a3eb69bc416b29 [2023-05-22T21:48:07.806Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2023-05-22T21:48:07.806Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:3.0.0-dev.45 [2023-05-22T21:48:07.806Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:55c123e92a81b52ef904480be8a3eb69bc416b29-3.0.0-dev.45 [2023-05-22T21:48:07.806Z] - 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-22T21:48:08.156Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-22T21:48:08.156Z] [2023-05-22T21:48:08.156Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:48:08.501Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-22T21:48:08.501Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-22T21:48:08.501Z] 8998bd30e6a1: Pulling fs layer [2023-05-22T21:48:08.501Z] 04944245beec: Pulling fs layer [2023-05-22T21:48:08.501Z] 699f458cf7ca: Pulling fs layer [2023-05-22T21:48:08.501Z] 765212b225bb: Pulling fs layer [2023-05-22T21:48:08.501Z] f23df028b6ca: Pulling fs layer [2023-05-22T21:48:08.501Z] d65c8cfc05b1: Pulling fs layer [2023-05-22T21:48:08.501Z] 2437ff75d9bd: Pulling fs layer [2023-05-22T21:48:08.501Z] 765212b225bb: Waiting [2023-05-22T21:48:08.501Z] f23df028b6ca: Waiting [2023-05-22T21:48:08.501Z] d65c8cfc05b1: Waiting [2023-05-22T21:48:08.501Z] 2437ff75d9bd: Waiting [2023-05-22T21:48:08.771Z] 04944245beec: Verifying Checksum [2023-05-22T21:48:08.771Z] 04944245beec: Download complete [2023-05-22T21:48:08.771Z] 765212b225bb: Verifying Checksum [2023-05-22T21:48:08.771Z] 765212b225bb: Download complete [2023-05-22T21:48:08.771Z] f23df028b6ca: Verifying Checksum [2023-05-22T21:48:08.771Z] f23df028b6ca: Download complete [2023-05-22T21:48:08.771Z] d65c8cfc05b1: Verifying Checksum [2023-05-22T21:48:08.771Z] d65c8cfc05b1: Download complete [2023-05-22T21:48:09.045Z] 699f458cf7ca: Verifying Checksum [2023-05-22T21:48:09.045Z] 699f458cf7ca: Download complete [2023-05-22T21:48:09.314Z] 8998bd30e6a1: Verifying Checksum [2023-05-22T21:48:09.314Z] 8998bd30e6a1: Download complete [2023-05-22T21:48:11.905Z] 2437ff75d9bd: Verifying Checksum [2023-05-22T21:48:11.906Z] 2437ff75d9bd: Download complete [2023-05-22T21:48:13.863Z] 8998bd30e6a1: Pull complete [2023-05-22T21:48:16.458Z] 04944245beec: Pull complete [2023-05-22T21:48:17.877Z] 699f458cf7ca: Pull complete [2023-05-22T21:48:17.877Z] 765212b225bb: Pull complete [2023-05-22T21:48:18.845Z] f23df028b6ca: Pull complete [2023-05-22T21:48:18.845Z] d65c8cfc05b1: Pull complete [2023-05-22T21:48:33.858Z] 2437ff75d9bd: Pull complete [2023-05-22T21:48:33.858Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-22T21:48:33.858Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-22T21:48:33.858Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T21:48:34.080Z] prd-ubuntu20.04-docker-arm64-4c-16g-16372 does not seem to be running inside a container [2023-05-22T21:48:34.169Z] $ 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/117 -v /w/workspace/device-rest-go/117:/w/workspace/device-rest-go/117:rw,z -v /w/workspace/device-rest-go/117@tmp:/w/workspace/device-rest-go/117@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-22T21:48:37.198Z] $ docker top 9bdaa859b4a4d67c11617d2cc4b6ae2db18c4a0444f312ee5634bb744ab1f179 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-22T21:48:38.089Z] ---> job-cost.sh [2023-05-22T21:48:38.089Z] lf-activate-venv: SKIPPING [2023-05-22T21:48:38.089Z] INFO: No Stack... [2023-05-22T21:48:38.675Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-22T21:48:39.264Z] INFO: Archiving Costs [Pipeline] sh [2023-05-22T21:48:40.177Z] + cut -d, -f6 [2023-05-22T21:48:40.177Z] + cat /w/workspace/device-rest-go/117/archives/cost.csv [Pipeline] lock [2023-05-22T21:48:40.217Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-main-117-stack-cost] [2023-05-22T21:48:40.225Z] Resource [jenkins-edgexfoundry-device-rest-go-main-117-stack-cost] did not exist. Created. [2023-05-22T21:48:40.225Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-main-117-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-22T21:48:40.891Z] /w/workspace/device-rest-go/117@tmp/durable-cca5b041/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-05-22T21:48:41.563Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-22T21:48:41.587Z] Warning: overwriting stash ‘stack-cost’ [2023-05-22T21:48:41.636Z] Stashed 1 file(s) [Pipeline] } [2023-05-22T21:48:41.643Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-main-117-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-22T21:48:41.661Z] $ docker stop --time=1 9bdaa859b4a4d67c11617d2cc4b6ae2db18c4a0444f312ee5634bb744ab1f179 [2023-05-22T21:48:43.261Z] $ docker rm -f --volumes 9bdaa859b4a4d67c11617d2cc4b6ae2db18c4a0444f312ee5634bb744ab1f179 [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-22T21:48:43.832Z] provisioning config files... [2023-05-22T21:48:43.839Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config7126364275718835288tmp [Pipeline] { [Pipeline] sh [2023-05-22T21:48:44.136Z] + set +x [2023-05-22T21:48:44.136Z] + + curlbash -s -s https://codecov.io/bash -- [2023-05-22T21:48:44.136Z] [2023-05-22T21:48:44.136Z] [2023-05-22T21:48:44.136Z] _____ _ [2023-05-22T21:48:44.136Z] / ____| | | [2023-05-22T21:48:44.136Z] | | ___ __| | ___ ___ _____ __ [2023-05-22T21:48:44.136Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-22T21:48:44.136Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-22T21:48:44.136Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-22T21:48:44.136Z] Bash-1.0.6 [2023-05-22T21:48:44.136Z] [2023-05-22T21:48:44.136Z] [2023-05-22T21:48:44.136Z] ==> git version 2.25.1 found [2023-05-22T21:48:44.136Z] ==> 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-22T21:48:44.136Z] Release-Date: 2020-01-08 [2023-05-22T21:48:44.136Z] 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-22T21:48:44.136Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-22T21:48:44.136Z] ==> Jenkins CI detected. [2023-05-22T21:48:44.136Z] current dir:  /w/workspace/edgexfoundry_device-rest-go_main [2023-05-22T21:48:44.136Z] project root: . [2023-05-22T21:48:44.136Z] --> token set from env [2023-05-22T21:48:44.136Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-22T21:48:44.136Z] ==> Running gcov in . (disable via -X gcov) [2023-05-22T21:48:44.136Z] ==> Python coveragepy not found [2023-05-22T21:48:44.136Z] ==> Searching for coverage reports in: [2023-05-22T21:48:44.136Z] + . [2023-05-22T21:48:44.136Z] -> Found 1 reports [2023-05-22T21:48:44.136Z] ==> Detecting git/mercurial file structure [2023-05-22T21:48:44.395Z] ==> Reading reports [2023-05-22T21:48:44.395Z] + ./coverage.out bytes=14663 [2023-05-22T21:48:44.395Z] ==> Appending adjustments [2023-05-22T21:48:44.395Z] https://docs.codecov.io/docs/fixing-reports [2023-05-22T21:48:44.395Z] + Found adjustments [2023-05-22T21:48:44.395Z] ==> Gzipping contents [2023-05-22T21:48:44.395Z] 4.0K /tmp/codecov.0YEBkW.gz [2023-05-22T21:48:44.395Z] ==> Uploading reports [2023-05-22T21:48:44.395Z] url: https://codecov.io [2023-05-22T21:48:44.395Z] query: branch=main&commit=55c123e92a81b52ef904480be8a3eb69bc416b29&build=117&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F117%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-05-22T21:48:44.395Z] -> Pinging Codecov [2023-05-22T21:48:44.395Z] 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=55c123e92a81b52ef904480be8a3eb69bc416b29&build=117&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F117%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-05-22T21:48:44.395Z] -> Uploading to [2023-05-22T21:48:44.395Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-22/4E5D53B4F1F92C436F7061BF334D961C/55c123e92a81b52ef904480be8a3eb69bc416b29/d7992e25-d117-4b1f-b181-68ee35e66286.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230522%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230522T214844Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=561892003bbab47d6e6480b9f6bbadf1884a0e85d05567676dc41c3f2653da3b [2023-05-22T21:48:44.395Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-22T21:48:44.395Z] Dload Upload Total Spent Left Speed [2023-05-22T21:48:44.654Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2510 0 0 100 2510 0 12806 --:--:-- --:--:-- --:--:-- 12806 [2023-05-22T21:48:44.654Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/55c123e92a81b52ef904480be8a3eb69bc416b29 [Pipeline] } [2023-05-22T21:48:44.660Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-05-22T21:48:44.766Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-05-22T21:48:44.775Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:48:45.067Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-05-22T21:48:45.067Z] [2023-05-22T21:48:45.067Z] 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-22T21:48:45.364Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-05-22T21:48:45.364Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-05-22T21:48:45.364Z] df9b9388f04a: Pulling fs layer [2023-05-22T21:48:45.364Z] 52dc419b0ee2: Pulling fs layer [2023-05-22T21:48:45.364Z] 25bc292e5bac: Pulling fs layer [2023-05-22T21:48:45.364Z] 114826534d7a: Pulling fs layer [2023-05-22T21:48:45.364Z] 4657fd5d0bcf: Pulling fs layer [2023-05-22T21:48:45.364Z] 6ad1cebc031e: Pulling fs layer [2023-05-22T21:48:45.364Z] 8a3aa393b2d8: Pulling fs layer [2023-05-22T21:48:45.364Z] 114826534d7a: Waiting [2023-05-22T21:48:45.364Z] 4657fd5d0bcf: Waiting [2023-05-22T21:48:45.364Z] 6ad1cebc031e: Waiting [2023-05-22T21:48:45.364Z] 8a3aa393b2d8: Waiting [2023-05-22T21:48:45.364Z] 25bc292e5bac: Verifying Checksum [2023-05-22T21:48:45.364Z] 25bc292e5bac: Download complete [2023-05-22T21:48:45.364Z] 52dc419b0ee2: Download complete [2023-05-22T21:48:45.364Z] 4657fd5d0bcf: Verifying Checksum [2023-05-22T21:48:45.364Z] 4657fd5d0bcf: Download complete [2023-05-22T21:48:45.364Z] df9b9388f04a: Download complete [2023-05-22T21:48:45.623Z] df9b9388f04a: Pull complete [2023-05-22T21:48:45.623Z] 6ad1cebc031e: Verifying Checksum [2023-05-22T21:48:45.623Z] 6ad1cebc031e: Download complete [2023-05-22T21:48:45.623Z] 52dc419b0ee2: Pull complete [2023-05-22T21:48:45.623Z] 25bc292e5bac: Pull complete [2023-05-22T21:48:46.190Z] 114826534d7a: Verifying Checksum [2023-05-22T21:48:46.190Z] 114826534d7a: Download complete [2023-05-22T21:48:46.190Z] 8a3aa393b2d8: Download complete [2023-05-22T21:48:49.466Z] 114826534d7a: Pull complete [2023-05-22T21:48:49.466Z] 4657fd5d0bcf: Pull complete [2023-05-22T21:48:49.724Z] 6ad1cebc031e: Pull complete [2023-05-22T21:48:53.006Z] 8a3aa393b2d8: Pull complete [2023-05-22T21:48:53.006Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-05-22T21:48:53.006Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-05-22T21:48:53.006Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T21:48:53.095Z] prd-ubuntu20.04-docker-8c-8g-16366 does not seem to be running inside a container [2023-05-22T21:48:53.124Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-05-22T21:48:56.281Z] $ docker top 2e01a8bcd038fa0ea7031e2de8ae81e6821f973e57d50a482a56d72faeab1f38 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-05-22T21:48:56.343Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rest-go:main' [Pipeline] sh [2023-05-22T21:48:56.626Z] + set -o pipefail [2023-05-22T21:48:56.626Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rest-go:main' [2023-05-22T21:49:00.818Z] [2023-05-22T21:49:00.818Z] Monitoring /w/workspace/edgexfoundry_device-rest-go_main (github.com/edgexfoundry/device-rest-go)... [2023-05-22T21:49:00.818Z] [2023-05-22T21:49:00.818Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6693b2f8-cb2c-4fe8-a536-d1b67f9ec7d5/history/24909e7f-e2c8-416e-a8f2-0cedd74f889a [2023-05-22T21:49:00.818Z] [2023-05-22T21:49:00.818Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-05-22T21:49:00.818Z] [2023-05-22T21:49:00.818Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-05-22T21:49:00.818Z] [2023-05-22T21:49:00.818Z] [2023-05-22T21:49:00.818Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-05-22T21:49:00.818Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-05-22T21:49:00.818Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-05-22T21:49:01.087Z] $ docker stop --time=1 2e01a8bcd038fa0ea7031e2de8ae81e6821f973e57d50a482a56d72faeab1f38 [2023-05-22T21:49:04.300Z] $ docker rm -f --volumes 2e01a8bcd038fa0ea7031e2de8ae81e6821f973e57d50a482a56d72faeab1f38 [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-22T21:49:04.949Z] + git log --format=format:%s -1 55c123e92a81b52ef904480be8a3eb69bc416b29 [Pipeline] sh [2023-05-22T21:49:05.239Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-22T21:49:05.239Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:49:05.535Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-22T21:49:05.535Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T21:49:05.605Z] prd-ubuntu20.04-docker-8c-8g-16366 does not seem to be running inside a container [2023-05-22T21:49:05.637Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-05-22T21:49:06.012Z] $ docker top 003dae1f42722f27cd62020d8bbe6c9ccfb5b9dc77f7c87a38710a429f30c141 -eo pid,comm [2023-05-22T21:49:06.060Z] 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-22T21:49:06.061Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-22T21:49:06.100Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-22T21:49:06.100Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-22T21:49:06.215Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-22T21:49:06.216Z] $ docker exec 003dae1f42722f27cd62020d8bbe6c9ccfb5b9dc77f7c87a38710a429f30c141 ssh-agent [2023-05-22T21:49:06.323Z] SSH_AUTH_SOCK=/tmp/ssh-e1vCOHrDhHxn/agent.32 [2023-05-22T21:49:06.323Z] SSH_AGENT_PID=38 [2023-05-22T21:49:06.327Z] Running ssh-add (command line suppressed) [2023-05-22T21:49:06.422Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_5120714946148463357.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_5120714946148463357.key) [2023-05-22T21:49:06.438Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-22T21:49:06.724Z] + git semver tag [2023-05-22T21:49:06.982Z] 2023-05-22 21:49:06,900 [run_tag] DEBUG tag force:False [2023-05-22T21:49:06.982Z] 2023-05-22 21:49:06,900 [check_head_tag] DEBUG check head tag [2023-05-22T21:49:06.982Z] 2023-05-22 21:49:06,902 [execute] INFO git cat-file --batch-check [2023-05-22T21:49:06.982Z] 2023-05-22 21:49:06,902 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) [2023-05-22T21:49:06.982Z] 2023-05-22 21:49:06,905 [execute] INFO git cat-file --batch [2023-05-22T21:49:06.982Z] 2023-05-22 21:49:06,905 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) [2023-05-22T21:49:06.982Z] 2023-05-22 21:49:06,928 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-05-22T21:49:06.982Z] 2023-05-22 21:49:06,929 [execute] INFO git tag -a v3.0.0-dev.45 -m v3.0.0-dev.45 [2023-05-22T21:49:06.982Z] 2023-05-22 21:49:06,929 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.45', '-m', 'v3.0.0-dev.45'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) [2023-05-22T21:49:06.982Z] 2023-05-22 21:49:06,933 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-05-22T21:49:06.982Z] 3.0.0-dev.45 [Pipeline] } [2023-05-22T21:49:06.988Z] $ docker exec --env ******** --env ******** 003dae1f42722f27cd62020d8bbe6c9ccfb5b9dc77f7c87a38710a429f30c141 ssh-agent -k [2023-05-22T21:49:07.082Z] unset SSH_AUTH_SOCK; [2023-05-22T21:49:07.082Z] unset SSH_AGENT_PID; [2023-05-22T21:49:07.082Z] echo Agent pid 38 killed; [2023-05-22T21:49:07.092Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-22T21:49:07.396Z] + git semver [Pipeline] } [2023-05-22T21:49:07.665Z] $ docker stop --time=1 003dae1f42722f27cd62020d8bbe6c9ccfb5b9dc77f7c87a38710a429f30c141 [2023-05-22T21:49:08.947Z] $ docker rm -f --volumes 003dae1f42722f27cd62020d8bbe6c9ccfb5b9dc77f7c87a38710a429f30c141 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:49:09.338Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-05-22T21:49:09.338Z] [2023-05-22T21:49:09.338Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:49:09.633Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-05-22T21:49:09.633Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-05-22T21:49:09.633Z] ab5ef0e58194: Pulling fs layer [2023-05-22T21:49:09.633Z] 9712f1f96733: Pulling fs layer [2023-05-22T21:49:09.633Z] 63f879dbbcfc: Pulling fs layer [2023-05-22T21:49:09.633Z] 0d9ebad4ef96: Pulling fs layer [2023-05-22T21:49:09.633Z] e9a5061849ea: Pulling fs layer [2023-05-22T21:49:09.633Z] d747dcd14b5f: Pulling fs layer [2023-05-22T21:49:09.633Z] 2de7ff778b66: Pulling fs layer [2023-05-22T21:49:09.633Z] 0d9ebad4ef96: Waiting [2023-05-22T21:49:09.633Z] e9a5061849ea: Waiting [2023-05-22T21:49:09.633Z] d747dcd14b5f: Waiting [2023-05-22T21:49:09.633Z] 2de7ff778b66: Waiting [2023-05-22T21:49:09.633Z] 9712f1f96733: Verifying Checksum [2023-05-22T21:49:09.633Z] 9712f1f96733: Download complete [2023-05-22T21:49:09.893Z] 63f879dbbcfc: Verifying Checksum [2023-05-22T21:49:09.893Z] 63f879dbbcfc: Download complete [2023-05-22T21:49:10.151Z] e9a5061849ea: Verifying Checksum [2023-05-22T21:49:10.151Z] e9a5061849ea: Download complete [2023-05-22T21:49:10.151Z] d747dcd14b5f: Download complete [2023-05-22T21:49:10.151Z] 0d9ebad4ef96: Download complete [2023-05-22T21:49:10.151Z] 2de7ff778b66: Verifying Checksum [2023-05-22T21:49:10.151Z] 2de7ff778b66: Download complete [2023-05-22T21:49:10.151Z] ab5ef0e58194: Verifying Checksum [2023-05-22T21:49:10.152Z] ab5ef0e58194: Download complete [2023-05-22T21:49:12.679Z] ab5ef0e58194: Pull complete [2023-05-22T21:49:12.679Z] 9712f1f96733: Pull complete [2023-05-22T21:49:13.245Z] 63f879dbbcfc: Pull complete [2023-05-22T21:49:16.524Z] 0d9ebad4ef96: Pull complete [2023-05-22T21:49:16.784Z] e9a5061849ea: Pull complete [2023-05-22T21:49:16.784Z] d747dcd14b5f: Pull complete [2023-05-22T21:49:17.718Z] 2de7ff778b66: Pull complete [2023-05-22T21:49:17.718Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-05-22T21:49:17.718Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-05-22T21:49:17.718Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T21:49:17.794Z] prd-ubuntu20.04-docker-8c-8g-16366 does not seem to be running inside a container [2023-05-22T21:49:17.821Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-05-22T21:49:21.969Z] $ docker top 325b246945801dd3f130c1a9fad965e8d4f3a6a2dfbdbe2d44d91e69dd09c0d3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-05-22T21:49:22.042Z] provisioning config files... [2023-05-22T21:49:22.049Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config13139079429613198850tmp [2023-05-22T21:49:22.059Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config6800816832514007695tmp [2023-05-22T21:49:22.069Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config15725373462974884246tmp [Pipeline] { [Pipeline] echo [2023-05-22T21:49:22.079Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-22T21:49:22.360Z] ---> sigul-configuration.sh [2023-05-22T21:49:22.360Z] gpg: directory `/root/.gnupg' created [2023-05-22T21:49:22.360Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-05-22T21:49:22.360Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-05-22T21:49:22.360Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-05-22T21:49:22.360Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-05-22T21:49:22.360Z] gpg: CAST5 encrypted data [2023-05-22T21:49:22.360Z] gpg: encrypted with 1 passphrase [2023-05-22T21:49:22.360Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-05-22T21:49:22.646Z] + mkdir /home/jenkins [2023-05-22T21:49:22.646Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-05-22T21:49:22.931Z] + 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-22T21:49:22.940Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-22T21:49:23.223Z] ---> sigul-install.sh [2023-05-22T21:49:23.224Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-05-22T21:49:23.512Z] + git tag --list [2023-05-22T21:49:23.512Z] v1.0.0 [2023-05-22T21:49:23.512Z] v1.1.0 [2023-05-22T21:49:23.512Z] v1.1.1 [2023-05-22T21:49:23.512Z] v1.1.2 [2023-05-22T21:49:23.512Z] v1.2.0 [2023-05-22T21:49:23.512Z] v1.2.1 [2023-05-22T21:49:23.512Z] v2.0.0 [2023-05-22T21:49:23.512Z] v2.1.0 [2023-05-22T21:49:23.512Z] v2.1.1 [2023-05-22T21:49:23.512Z] v2.1.1-dev.1 [2023-05-22T21:49:23.512Z] v2.1.1-dev.2 [2023-05-22T21:49:23.512Z] v2.1.1-dev.3 [2023-05-22T21:49:23.512Z] v2.2.0 [2023-05-22T21:49:23.512Z] v2.2.1-dev.1 [2023-05-22T21:49:23.512Z] v2.2.1-dev.2 [2023-05-22T21:49:23.512Z] v2.2.1-dev.3 [2023-05-22T21:49:23.512Z] v2.2.1-dev.4 [2023-05-22T21:49:23.512Z] v2.2.1-dev.5 [2023-05-22T21:49:23.512Z] v2.2.1-dev.6 [2023-05-22T21:49:23.512Z] v2.2.1-dev.7 [2023-05-22T21:49:23.512Z] v2.2.1-dev.8 [2023-05-22T21:49:23.512Z] v2.2.1-dev.9 [2023-05-22T21:49:23.512Z] v2.3.0 [2023-05-22T21:49:23.512Z] v2.3.0-dev.10 [2023-05-22T21:49:23.512Z] v2.3.0-dev.11 [2023-05-22T21:49:23.512Z] v2.3.0-dev.12 [2023-05-22T21:49:23.512Z] v2.3.0-dev.13 [2023-05-22T21:49:23.512Z] v2.3.0-dev.14 [2023-05-22T21:49:23.512Z] v2.3.0-dev.15 [2023-05-22T21:49:23.512Z] v2.3.0-dev.16 [2023-05-22T21:49:23.512Z] v2.3.0-dev.17 [2023-05-22T21:49:23.512Z] v2.3.0-dev.18 [2023-05-22T21:49:23.512Z] v2.3.0-dev.19 [2023-05-22T21:49:23.512Z] v2.3.0-dev.20 [2023-05-22T21:49:23.512Z] v2.3.0-dev.21 [2023-05-22T21:49:23.512Z] v2.3.0-dev.22 [2023-05-22T21:49:23.512Z] v2.3.0-dev.23 [2023-05-22T21:49:23.512Z] v2.3.0-dev.24 [2023-05-22T21:49:23.512Z] v2.3.0-dev.25 [2023-05-22T21:49:23.512Z] v2.3.0-dev.9 [2023-05-22T21:49:23.512Z] v3.0.0-dev.1 [2023-05-22T21:49:23.512Z] v3.0.0-dev.10 [2023-05-22T21:49:23.512Z] v3.0.0-dev.11 [2023-05-22T21:49:23.512Z] v3.0.0-dev.12 [2023-05-22T21:49:23.512Z] v3.0.0-dev.13 [2023-05-22T21:49:23.512Z] v3.0.0-dev.14 [2023-05-22T21:49:23.512Z] v3.0.0-dev.15 [2023-05-22T21:49:23.512Z] v3.0.0-dev.16 [2023-05-22T21:49:23.512Z] v3.0.0-dev.17 [2023-05-22T21:49:23.512Z] v3.0.0-dev.18 [2023-05-22T21:49:23.512Z] v3.0.0-dev.19 [2023-05-22T21:49:23.512Z] v3.0.0-dev.2 [2023-05-22T21:49:23.512Z] v3.0.0-dev.20 [2023-05-22T21:49:23.512Z] v3.0.0-dev.21 [2023-05-22T21:49:23.512Z] v3.0.0-dev.22 [2023-05-22T21:49:23.512Z] v3.0.0-dev.23 [2023-05-22T21:49:23.512Z] v3.0.0-dev.24 [2023-05-22T21:49:23.512Z] v3.0.0-dev.25 [2023-05-22T21:49:23.512Z] v3.0.0-dev.26 [2023-05-22T21:49:23.512Z] v3.0.0-dev.27 [2023-05-22T21:49:23.512Z] v3.0.0-dev.28 [2023-05-22T21:49:23.512Z] v3.0.0-dev.29 [2023-05-22T21:49:23.512Z] v3.0.0-dev.3 [2023-05-22T21:49:23.512Z] v3.0.0-dev.30 [2023-05-22T21:49:23.512Z] v3.0.0-dev.31 [2023-05-22T21:49:23.512Z] v3.0.0-dev.32 [2023-05-22T21:49:23.512Z] v3.0.0-dev.33 [2023-05-22T21:49:23.512Z] v3.0.0-dev.34 [2023-05-22T21:49:23.512Z] v3.0.0-dev.35 [2023-05-22T21:49:23.512Z] v3.0.0-dev.36 [2023-05-22T21:49:23.512Z] v3.0.0-dev.37 [2023-05-22T21:49:23.512Z] v3.0.0-dev.38 [2023-05-22T21:49:23.512Z] v3.0.0-dev.39 [2023-05-22T21:49:23.512Z] v3.0.0-dev.4 [2023-05-22T21:49:23.512Z] v3.0.0-dev.40 [2023-05-22T21:49:23.512Z] v3.0.0-dev.41 [2023-05-22T21:49:23.512Z] v3.0.0-dev.42 [2023-05-22T21:49:23.512Z] v3.0.0-dev.43 [2023-05-22T21:49:23.512Z] v3.0.0-dev.44 [2023-05-22T21:49:23.512Z] v3.0.0-dev.45 [2023-05-22T21:49:23.512Z] v3.0.0-dev.5 [2023-05-22T21:49:23.512Z] v3.0.0-dev.6 [2023-05-22T21:49:23.512Z] v3.0.0-dev.7 [2023-05-22T21:49:23.512Z] v3.0.0-dev.8 [2023-05-22T21:49:23.512Z] v3.0.0-dev.9 [Pipeline] sh [2023-05-22T21:49:23.801Z] + lftools sign git-tag v3.0.0-dev.45 [2023-05-22T21:49:24.369Z] Signing Git tag with Sigul... [2023-05-22T21:49:24.369Z] Signing v3.0.0-dev.45 [Pipeline] echo [2023-05-22T21:49:24.636Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-22T21:49:24.917Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-05-22T21:49:24.925Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-05-22T21:49:24.948Z] $ docker stop --time=1 325b246945801dd3f130c1a9fad965e8d4f3a6a2dfbdbe2d44d91e69dd09c0d3 [2023-05-22T21:49:26.271Z] $ docker rm -f --volumes 325b246945801dd3f130c1a9fad965e8d4f3a6a2dfbdbe2d44d91e69dd09c0d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-05-22T21:49:26.690Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-22T21:49:26.690Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:49:26.990Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-22T21:49:26.990Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T21:49:27.063Z] prd-ubuntu20.04-docker-8c-8g-16366 does not seem to be running inside a container [2023-05-22T21:49:27.091Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-05-22T21:49:27.406Z] $ docker top 32e945b322ac5a3d4a8816f7c8b48a8a7f208386cd52fee829e9afeabbd8b28b -eo pid,comm [2023-05-22T21:49:27.453Z] 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-22T21:49:27.453Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-22T21:49:27.496Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-22T21:49:27.496Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-22T21:49:27.604Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-22T21:49:27.605Z] $ docker exec 32e945b322ac5a3d4a8816f7c8b48a8a7f208386cd52fee829e9afeabbd8b28b ssh-agent [2023-05-22T21:49:27.707Z] SSH_AUTH_SOCK=/tmp/ssh-qiF9wneSusMR/agent.32 [2023-05-22T21:49:27.707Z] SSH_AGENT_PID=38 [2023-05-22T21:49:27.711Z] Running ssh-add (command line suppressed) [2023-05-22T21:49:27.808Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_5161534760230177561.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_5161534760230177561.key) [2023-05-22T21:49:27.824Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-22T21:49:28.105Z] + git semver bump pre [2023-05-22T21:49:28.364Z] 2023-05-22 21:49:28,281 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-05-22T21:49:28.364Z] 2023-05-22 21:49:28,281 [bump_version] DEBUG bumping version:3.0.0-dev.45 on axis:pre with prefix:dev [2023-05-22T21:49:28.364Z] 2023-05-22 21:49:28,281 [bump_version] DEBUG bumped version:3.0.0-dev.46 [2023-05-22T21:49:28.364Z] 2023-05-22 21:49:28,281 [write_version] DEBUG write version:3.0.0-dev.46 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:True [2023-05-22T21:49:28.364Z] 2023-05-22 21:49:28,281 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-05-22T21:49:28.364Z] 2023-05-22 21:49:28,281 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-05-22T21:49:28.364Z] 2023-05-22 21:49:28,283 [execute] INFO git cat-file --batch-check [2023-05-22T21:49:28.364Z] 2023-05-22 21:49:28,283 [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-22T21:49:28.364Z] 2023-05-22 21:49:28,288 [execute] INFO git cat-file --batch [2023-05-22T21:49:28.364Z] 2023-05-22 21:49:28,289 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-05-22T21:49:28.364Z] 2023-05-22 21:49:28,294 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-05-22T21:49:28.364Z] 3.0.0-dev.46 [Pipeline] } [2023-05-22T21:49:28.371Z] $ docker exec --env ******** --env ******** 32e945b322ac5a3d4a8816f7c8b48a8a7f208386cd52fee829e9afeabbd8b28b ssh-agent -k [2023-05-22T21:49:28.477Z] unset SSH_AUTH_SOCK; [2023-05-22T21:49:28.477Z] unset SSH_AGENT_PID; [2023-05-22T21:49:28.477Z] echo Agent pid 38 killed; [2023-05-22T21:49:28.489Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-22T21:49:28.789Z] + git semver [Pipeline] } [2023-05-22T21:49:29.058Z] $ docker stop --time=1 32e945b322ac5a3d4a8816f7c8b48a8a7f208386cd52fee829e9afeabbd8b28b [2023-05-22T21:49:30.330Z] $ docker rm -f --volumes 32e945b322ac5a3d4a8816f7c8b48a8a7f208386cd52fee829e9afeabbd8b28b [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-22T21:49:30.674Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-22T21:49:30.674Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:49:30.973Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-22T21:49:30.973Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T21:49:31.047Z] prd-ubuntu20.04-docker-8c-8g-16366 does not seem to be running inside a container [2023-05-22T21:49:31.074Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-05-22T21:49:31.410Z] $ docker top 656c408f23c2c70a1aa8607e794a005486cc10a447608bd9d916653b4618b5e4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-22T21:49:31.494Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-22T21:49:31.494Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-22T21:49:31.604Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-22T21:49:31.604Z] $ docker exec 656c408f23c2c70a1aa8607e794a005486cc10a447608bd9d916653b4618b5e4 ssh-agent [2023-05-22T21:49:31.720Z] SSH_AUTH_SOCK=/tmp/ssh-U0axomEJlexA/agent.33 [2023-05-22T21:49:31.720Z] SSH_AGENT_PID=39 [2023-05-22T21:49:31.726Z] Running ssh-add (command line suppressed) [2023-05-22T21:49:31.824Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_5841471788328917012.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_5841471788328917012.key) [2023-05-22T21:49:31.839Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-22T21:49:32.232Z] + git semver push [2023-05-22T21:49:32.530Z] 2023-05-22 21:49:32,307 [run_push] DEBUG push [2023-05-22T21:49:32.530Z] 2023-05-22 21:49:32,308 [execute] INFO git cat-file --batch-check [2023-05-22T21:49:32.530Z] 2023-05-22 21:49:32,308 [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-22T21:49:32.530Z] 2023-05-22 21:49:32,310 [execute] INFO git rev-list 25711ea8db9985e7cfa93dd12dc62828120ca46d -- [2023-05-22T21:49:32.530Z] 2023-05-22 21:49:32,311 [execute] DEBUG Popen(['git', 'rev-list', '25711ea8db9985e7cfa93dd12dc62828120ca46d', '--'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-05-22T21:49:32.530Z] 2023-05-22 21:49:32,318 [execute] INFO git fetch -v origin [2023-05-22T21:49:32.530Z] 2023-05-22 21:49:32,318 [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-22T21:49:32.811Z] 2023-05-22 21:49:32,783 [run_push] DEBUG no remote changes detected [2023-05-22T21:49:32.811Z] 2023-05-22 21:49:32,783 [execute] INFO git push origin semver [2023-05-22T21:49:32.811Z] 2023-05-22 21:49:32,784 [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-22T21:49:33.839Z] 2023-05-22 21:49:33,578 [run_push] DEBUG push all version tags [2023-05-22T21:49:33.839Z] 2023-05-22 21:49:33,579 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-05-22T21:49:33.839Z] 2023-05-22 21:49:33,579 [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-22T21:49:34.407Z] 2023-05-22 21:49:34,351 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-05-22T21:49:34.407Z] 3.0.0-dev.46 [Pipeline] } [2023-05-22T21:49:34.419Z] $ docker exec --env ******** --env ******** 656c408f23c2c70a1aa8607e794a005486cc10a447608bd9d916653b4618b5e4 ssh-agent -k [2023-05-22T21:49:34.522Z] unset SSH_AUTH_SOCK; [2023-05-22T21:49:34.522Z] unset SSH_AGENT_PID; [2023-05-22T21:49:34.522Z] echo Agent pid 39 killed; [2023-05-22T21:49:34.540Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-22T21:49:34.846Z] + git semver [Pipeline] } [2023-05-22T21:49:35.115Z] $ docker stop --time=1 656c408f23c2c70a1aa8607e794a005486cc10a447608bd9d916653b4618b5e4 [2023-05-22T21:49:36.395Z] $ docker rm -f --volumes 656c408f23c2c70a1aa8607e794a005486cc10a447608bd9d916653b4618b5e4 [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-22T21:49:36.902Z] + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] [2023-05-22T21:49:36.902Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2023-05-22T21:49:36.902Z] total 16 [2023-05-22T21:49:36.902Z] drwxr-xr-x 3 root root 4096 May 22 21:35 . [2023-05-22T21:49:36.902Z] drwxrwxr-x 10 jenkins jenkins 4096 May 22 21:49 .. [2023-05-22T21:49:36.902Z] drwxr-xr-x 2 root root 4096 May 22 21:35 cost [2023-05-22T21:49:36.902Z] -rw-r--r-- 1 root root 86 May 22 21:35 cost.csv [2023-05-22T21:49:36.902Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives [2023-05-22T21:49:36.902Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2023-05-22T21:49:36.902Z] total 16 [2023-05-22T21:49:36.902Z] drwxr-xr-x 3 jenkins jenkins 4096 May 22 21:35 . [2023-05-22T21:49:36.902Z] drwxrwxr-x 10 jenkins jenkins 4096 May 22 21:49 .. [2023-05-22T21:49:36.902Z] drwxr-xr-x 2 jenkins jenkins 4096 May 22 21:35 cost [2023-05-22T21:49:36.902Z] -rw-r--r-- 1 jenkins jenkins 86 May 22 21:35 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-05-22T21:49:37.193Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-22T21:49:38.051Z] ---> package-listing.sh [2023-05-22T21:49:38.051Z] ++ facter osfamily [2023-05-22T21:49:38.051Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-22T21:49:38.310Z] + OS_FAMILY=debian [2023-05-22T21:49:38.310Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2023-05-22T21:49:38.310Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-22T21:49:38.310Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-22T21:49:38.310Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-22T21:49:38.310Z] + PACKAGES=/tmp/packages_start.txt [2023-05-22T21:49:38.310Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2023-05-22T21:49:38.310Z] + PACKAGES=/tmp/packages_end.txt [2023-05-22T21:49:38.310Z] + case "${OS_FAMILY}" in [2023-05-22T21:49:38.310Z] + dpkg -l [2023-05-22T21:49:38.310Z] + grep '^ii' [2023-05-22T21:49:38.310Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-22T21:49:38.310Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-22T21:49:38.310Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-22T21:49:38.310Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2023-05-22T21:49:38.310Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2023-05-22T21:49:38.310Z] + 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-22T21:49:38.321Z] 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-22T21:49:38.595Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T21:49:39.152Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-22T21:49:39.152Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T21:49:39.225Z] prd-ubuntu20.04-docker-8c-8g-16366 does not seem to be running inside a container [2023-05-22T21:49:39.254Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-22T21:49:39.460Z] $ docker top 737b7a76cd9979338c1745d828c9b5180a79b77599634efccb58ec73274469f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-22T21:49:39.806Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-22T21:49:40.096Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-22T21:49:40.384Z] + ls /var/log/sa-host [2023-05-22T21:49:40.384Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-22T21:49:40.461Z] provisioning config files... [2023-05-22T21:49:40.470Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config9453079827103780206tmp [Pipeline] { [Pipeline] echo [2023-05-22T21:49:40.480Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-22T21:49:40.763Z] ---> create-netrc.sh [Pipeline] } [2023-05-22T21:49:40.771Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-22T21:49:41.104Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-22T21:49:41.112Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-22T21:49:41.399Z] ---> sudo-logs.sh [2023-05-22T21:49:41.400Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-22T21:49:41.431Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-22T21:49:41.713Z] ---> job-cost.sh [2023-05-22T21:49:41.714Z] lf-activate-venv: SKIPPING [2023-05-22T21:49:41.714Z] DEBUG: total: 0.2199999988079071 [2023-05-22T21:49:41.714Z] INFO: Retrieving Stack Cost... [2023-05-22T21:49:42.281Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-22T21:49:42.540Z] INFO: Archiving Costs [Pipeline] echo [2023-05-22T21:49:42.551Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-22T21:49:42.833Z] ---> logs-deploy.sh [2023-05-22T21:49:42.834Z] lf-activate-venv: SKIPPING [2023-05-22T21:49:42.834Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/117 [2023-05-22T21:49:42.834Z] INFO: archiving workspace using pattern(s): [2023-05-22T21:49:43.774Z] Archives upload complete. [2023-05-22T21:49:43.774Z] INFO: archiving logs to Nexus