Pull request #173 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 91315d61c09d0ae29808b4472bea7b070ba96d29+d2dd5877ffea6850c3b0cb999012b17b1a99601c (157066e3f0260c6bb0d5ee74783c4190da064f37) 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-ssh4410542918823819164.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c72b16708d6eed9a08be464a432ce22db7d90667 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh3730086065627900803.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision c72b16708d6eed9a08be464a432ce22db7d90667 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/PR-173/workspace@libs/edgex-global-pipelines # timeout=10 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/PR-173/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh17015850019491484151.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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/PR-173/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1929548181221487000.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c72b16708d6eed9a08be464a432ce22db7d90667 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c72b16708d6eed9a08be464a432ce22db7d90667 # timeout=10 Commit message: "Merge pull request #378 from ernestojeda/ubuntu-20-changes" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8307795075222755600.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/PR-173/workspace@libs/lf-pipelines # timeout=10 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/PR-173/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh7651693222349492968.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project: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.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: 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 [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-19590 in /w/workspace/gexfoundry_device-rest-go_PR-173 [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/gexfoundry_device-rest-go_PR-173 # 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 Merging remotes/origin/main commit d2dd5877ffea6850c3b0cb999012b17b1a99601c into PR head commit 91315d61c09d0ae29808b4472bea7b070ba96d29 Merge succeeded, producing 91315d61c09d0ae29808b4472bea7b070ba96d29 Checking out Revision 91315d61c09d0ae29808b4472bea7b070ba96d29 (PR-173) > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/173/head:refs/remotes/origin/PR-173 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 91315d61c09d0ae29808b4472bea7b070ba96d29 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d2dd5877ffea6850c3b0cb999012b17b1a99601c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 91315d61c09d0ae29808b4472bea7b070ba96d29 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-04-11T20:05:28.306Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-04-11T20:05:28.475Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-04-11T20:05:28.570Z] ========================================================= [2022-04-11T20:05:28.570Z] EdgeX Global Pipelines Version Info [2022-04-11T20:05:28.570Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-04-11T20:05:29.365Z] ------------------- [2022-04-11T20:05:29.365Z] stable info: [2022-04-11T20:05:29.365Z] ------------------- [2022-04-11T20:05:29.365Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-11T20:05:29.365Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-11T20:05:29.365Z] Message: update stable to v1.0.221 [2022-04-11T20:05:29.938Z] ------------------- [2022-04-11T20:05:29.938Z] experimental info: [2022-04-11T20:05:29.938Z] ------------------- [2022-04-11T20:05:29.938Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-04-11T20:05:29.938Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-11T20:05:29.938Z] Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-04-11T20:05:30.199Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2022-04-11T20:05:30.239Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2022-04-11T20:05:30.277Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-04-11T20:05:30.315Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-04-11T20:05:30.356Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-04-11T20:05:30.398Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-04-11T20:05:30.444Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-04-11T20:05:30.487Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-04-11T20:05:30.525Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-04-11T20:05:30.563Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-04-11T20:05:30.602Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-04-11T20:05:30.655Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2022-04-11T20:05:30.699Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-04-11T20:05:30.741Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-04-11T20:05:30.780Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-04-11T20:05:30.819Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-04-11T20:05:30.861Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-04-11T20:05:30.898Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-04-11T20:05:30.940Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-04-11T20:05:30.981Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-04-11T20:05:31.024Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-04-11T20:05:31.068Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-04-11T20:05:31.112Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-04-11T20:05:31.151Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-04-11T20:05:31.193Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-04-11T20:05:31.232Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-04-11T20:05:31.276Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-173 [Pipeline] echo [2022-04-11T20:05:31.322Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-173 [Pipeline] echo [2022-04-11T20:05:31.364Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-173 [Pipeline] echo [2022-04-11T20:05:31.406Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 91315d61c09d0ae29808b4472bea7b070ba96d29 [Pipeline] echo [2022-04-11T20:05:31.448Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 91315d6 [Pipeline] echo [2022-04-11T20:05:31.489Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-11T20:05:31.617Z] provisioning config files... [2022-04-11T20:05:31.632Z] copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-173@tmp/config6528554084231167305tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-11T20:05:31.981Z] ---> docker-login.sh [2022-04-11T20:05:31.981Z] nexus3.edgexfoundry.org:10001 [2022-04-11T20:05:32.242Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T20:05:32.242Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T20:05:32.242Z] Configure a credential helper to remove this warning. See [2022-04-11T20:05:32.242Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T20:05:32.242Z] [2022-04-11T20:05:32.242Z] Login Succeeded [2022-04-11T20:05:32.242Z] nexus3.edgexfoundry.org:10002 [2022-04-11T20:05:32.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T20:05:32.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T20:05:32.503Z] Configure a credential helper to remove this warning. See [2022-04-11T20:05:32.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T20:05:32.503Z] [2022-04-11T20:05:32.503Z] Login Succeeded [2022-04-11T20:05:32.503Z] nexus3.edgexfoundry.org:10003 [2022-04-11T20:05:32.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T20:05:32.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T20:05:32.503Z] Configure a credential helper to remove this warning. See [2022-04-11T20:05:32.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T20:05:32.503Z] [2022-04-11T20:05:32.503Z] Login Succeeded [2022-04-11T20:05:32.503Z] nexus3.edgexfoundry.org:10004 [2022-04-11T20:05:32.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T20:05:32.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T20:05:32.764Z] Configure a credential helper to remove this warning. See [2022-04-11T20:05:32.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T20:05:32.764Z] [2022-04-11T20:05:32.764Z] Login Succeeded [2022-04-11T20:05:32.764Z] docker.io [2022-04-11T20:05:32.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T20:05:33.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T20:05:33.025Z] Configure a credential helper to remove this warning. See [2022-04-11T20:05:33.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T20:05:33.025Z] [2022-04-11T20:05:33.025Z] Login Succeeded [2022-04-11T20:05:33.025Z] ---> docker-login.sh ends [Pipeline] } [2022-04-11T20:05:33.051Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-04-11T20:05:33.714Z] + git rev-list -1 --merges 91315d61c09d0ae29808b4472bea7b070ba96d29~1..91315d61c09d0ae29808b4472bea7b070ba96d29 [Pipeline] echo [2022-04-11T20:05:33.834Z] -----------> git rev-list -1 --merges 91315d61c09d0ae29808b4472bea7b070ba96d29~1..91315d61c09d0ae29808b4472bea7b070ba96d29 91315d61c09d0ae29808b4472bea7b070ba96d29 [false] [Pipeline] sh [2022-04-11T20:05:34.152Z] + git log --format=format:%s -1 91315d61c09d0ae29808b4472bea7b070ba96d29 [Pipeline] echo [2022-04-11T20:05:34.187Z] ========================================================= [2022-04-11T20:05:34.187Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-04-11T20:05:34.187Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-11T20:05:34.609Z] + git log --format=format:%s -1 91315d61c09d0ae29808b4472bea7b070ba96d29 [Pipeline] echo [2022-04-11T20:05:34.656Z] [semverPrep] GIT_COMMIT: 91315d61c09d0ae29808b4472bea7b070ba96d29, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo [2022-04-11T20:05:34.686Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-04-11T20:05:35.159Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-11T20:05:35.160Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-04-11T20:05:35.160Z] + [ -e /tmp/ssh_known_hosts ] [2022-04-11T20:05:35.160Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-04-11T20:05:35.160Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-04-11T20:05:35.160Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-04-11T20:05:35.160Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-11T20:05:35.655Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-11T20:05:35.655Z] [2022-04-11T20:05:35.655Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-04-11T20:05:36.009Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-11T20:05:36.009Z] latest: Pulling from edgex-devops/git-semver [2022-04-11T20:05:36.009Z] a0d0a0d46f8b: Pulling fs layer [2022-04-11T20:05:36.009Z] 3e5f54012d9b: Pulling fs layer [2022-04-11T20:05:36.009Z] 4c7163046ea9: Pulling fs layer [2022-04-11T20:05:36.009Z] 0c2d73faf560: Pulling fs layer [2022-04-11T20:05:36.009Z] 0c2d73faf560: Waiting [2022-04-11T20:05:36.009Z] 3e5f54012d9b: Verifying Checksum [2022-04-11T20:05:36.009Z] 3e5f54012d9b: Download complete [2022-04-11T20:05:36.009Z] a0d0a0d46f8b: Verifying Checksum [2022-04-11T20:05:36.009Z] a0d0a0d46f8b: Download complete [2022-04-11T20:05:36.009Z] 0c2d73faf560: Verifying Checksum [2022-04-11T20:05:36.009Z] 0c2d73faf560: Download complete [2022-04-11T20:05:36.009Z] 4c7163046ea9: Verifying Checksum [2022-04-11T20:05:36.009Z] 4c7163046ea9: Download complete [2022-04-11T20:05:36.269Z] a0d0a0d46f8b: Pull complete [2022-04-11T20:05:36.269Z] 3e5f54012d9b: Pull complete [2022-04-11T20:05:36.840Z] 4c7163046ea9: Pull complete [2022-04-11T20:05:36.840Z] 0c2d73faf560: Pull complete [2022-04-11T20:05:36.840Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-04-11T20:05:36.840Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-11T20:05:36.840Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-04-11T20:05:36.951Z] prd-ubuntu20.04-docker-8c-8g-19590 does not seem to be running inside a container [2022-04-11T20:05:36.977Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_PR-173 -v /w/workspace/gexfoundry_device-rest-go_PR-173:/w/workspace/gexfoundry_device-rest-go_PR-173:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-173@tmp:/w/workspace/gexfoundry_device-rest-go_PR-173@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-04-11T20:05:37.655Z] $ docker top d32553ab35a9fd48fd33ea1cabce74ee974e11d8441927a950918049b9878bfd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-11T20:05:37.858Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-11T20:05:37.858Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-11T20:05:38.009Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-11T20:05:38.001Z] $ docker exec d32553ab35a9fd48fd33ea1cabce74ee974e11d8441927a950918049b9878bfd ssh-agent [2022-04-11T20:05:38.140Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXdoGOCa/agent.15 [2022-04-11T20:05:38.140Z] SSH_AGENT_PID=21 [2022-04-11T20:05:38.148Z] Running ssh-add (command line suppressed) [2022-04-11T20:05:38.247Z] Identity added: /w/workspace/gexfoundry_device-rest-go_PR-173@tmp/private_key_9115141563274772481.key (/w/workspace/gexfoundry_device-rest-go_PR-173@tmp/private_key_9115141563274772481.key) [2022-04-11T20:05:38.273Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-11T20:05:38.618Z] + git tag --points-at HEAD [Pipeline] } [2022-04-11T20:05:38.636Z] $ docker exec --env ******** --env ******** d32553ab35a9fd48fd33ea1cabce74ee974e11d8441927a950918049b9878bfd ssh-agent -k [2022-04-11T20:05:38.764Z] unset SSH_AUTH_SOCK; [2022-04-11T20:05:38.764Z] unset SSH_AGENT_PID; [2022-04-11T20:05:38.765Z] echo Agent pid 21 killed; [2022-04-11T20:05:38.788Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-04-11T20:05:38.876Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-11T20:05:38.876Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-11T20:05:39.013Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-11T20:05:39.006Z] $ docker exec d32553ab35a9fd48fd33ea1cabce74ee974e11d8441927a950918049b9878bfd ssh-agent [2022-04-11T20:05:39.148Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXFMBoaM/agent.55 [2022-04-11T20:05:39.149Z] SSH_AGENT_PID=62 [2022-04-11T20:05:39.184Z] Running ssh-add (command line suppressed) [2022-04-11T20:05:39.318Z] Identity added: /w/workspace/gexfoundry_device-rest-go_PR-173@tmp/private_key_6737416456119936796.key (/w/workspace/gexfoundry_device-rest-go_PR-173@tmp/private_key_6737416456119936796.key) [2022-04-11T20:05:39.341Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-11T20:05:39.678Z] + git semver init [2022-04-11T20:05:39.678Z] # -> Open(): unable to determine branch for HEAD [2022-04-11T20:05:39.679Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_PR-173/.git [2022-04-11T20:05:39.679Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_PR-173 [2022-04-11T20:05:39.679Z] # $SEMVER_REMOTE_NAME = origin [2022-04-11T20:05:39.679Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-11T20:05:39.679Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-11T20:05:39.679Z] # $SEMVER_BRANCH = PR-173 [2022-04-11T20:05:39.679Z] # $SEMVER_TEMP = /tmp/semver-109482397 [2022-04-11T20:05:39.679Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2022-04-11T20:05:41.066Z] # '/tmp/semver-109482397' -> '/w/workspace/gexfoundry_device-rest-go_PR-173/.semver' [2022-04-11T20:05:41.066Z] # -> Force: false [2022-04-11T20:05:41.066Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_PR-173/.semver [Pipeline] } [2022-04-11T20:05:41.087Z] $ docker exec --env ******** --env ******** d32553ab35a9fd48fd33ea1cabce74ee974e11d8441927a950918049b9878bfd ssh-agent -k [2022-04-11T20:05:41.196Z] unset SSH_AUTH_SOCK; [2022-04-11T20:05:41.196Z] unset SSH_AGENT_PID; [2022-04-11T20:05:41.196Z] echo Agent pid 62 killed; [2022-04-11T20:05:41.217Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-11T20:05:41.656Z] + git semver [Pipeline] } [2022-04-11T20:05:41.684Z] $ docker stop --time=1 d32553ab35a9fd48fd33ea1cabce74ee974e11d8441927a950918049b9878bfd [2022-04-11T20:05:42.997Z] $ docker rm -f d32553ab35a9fd48fd33ea1cabce74ee974e11d8441927a950918049b9878bfd [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-11T20:05:43.423Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-04-11T20:05:43.738Z] Stashed 1 file(s) [Pipeline] echo [2022-04-11T20:05:43.756Z] [edgeXSemver]: initialized semver on version 0.0.0 [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 [2022-04-11T20:05:44.315Z] provisioning config files... [2022-04-11T20:05:44.327Z] copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-173@tmp/config7013627202772220800tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-11T20:05:44.675Z] ---> docker-login.sh [2022-04-11T20:05:44.675Z] nexus3.edgexfoundry.org:10001 [2022-04-11T20:05:44.675Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T20:05:44.675Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T20:05:44.675Z] Configure a credential helper to remove this warning. See [2022-04-11T20:05:44.675Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T20:05:44.675Z] [2022-04-11T20:05:44.675Z] Login Succeeded [2022-04-11T20:05:44.675Z] nexus3.edgexfoundry.org:10002 [2022-04-11T20:05:44.675Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T20:05:44.675Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T20:05:44.675Z] Configure a credential helper to remove this warning. See [2022-04-11T20:05:44.675Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T20:05:44.675Z] [2022-04-11T20:05:44.675Z] Login Succeeded [2022-04-11T20:05:44.936Z] nexus3.edgexfoundry.org:10003 [2022-04-11T20:05:44.936Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T20:05:44.936Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T20:05:44.936Z] Configure a credential helper to remove this warning. See [2022-04-11T20:05:44.936Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T20:05:44.936Z] [2022-04-11T20:05:44.936Z] Login Succeeded [2022-04-11T20:05:44.936Z] nexus3.edgexfoundry.org:10004 [2022-04-11T20:05:44.936Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T20:05:45.197Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T20:05:45.197Z] Configure a credential helper to remove this warning. See [2022-04-11T20:05:45.197Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T20:05:45.197Z] [2022-04-11T20:05:45.197Z] Login Succeeded [2022-04-11T20:05:45.197Z] docker.io [2022-04-11T20:05:45.197Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T20:05:45.458Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T20:05:45.458Z] Configure a credential helper to remove this warning. See [2022-04-11T20:05:45.458Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T20:05:45.458Z] [2022-04-11T20:05:45.458Z] Login Succeeded [2022-04-11T20:05:45.458Z] ---> docker-login.sh ends [Pipeline] } [2022-04-11T20:05:45.484Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-11T20:05:45.715Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-11T20:05:45.748Z] ========================================================= [2022-04-11T20:05:45.748Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-04-11T20:05:45.748Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-04-11T20:05:46.150Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-04-11T20:05:46.150Z] Sending build context to Docker daemon 10.57MB [2022-04-11T20:05:46.150Z] Step 1/12 : ARG BASE=golang:1.17-alpine3.15 [2022-04-11T20:05:46.150Z] Step 2/12 : FROM ${BASE} AS builder [2022-04-11T20:05:46.150Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-04-11T20:05:46.150Z] 59bf1c3509f3: Pulling fs layer [2022-04-11T20:05:46.150Z] 666ba61612fd: Pulling fs layer [2022-04-11T20:05:46.150Z] 8ed8ca486205: Pulling fs layer [2022-04-11T20:05:46.150Z] 4fe6c5a15a65: Pulling fs layer [2022-04-11T20:05:46.150Z] 22a0e8bec74d: Pulling fs layer [2022-04-11T20:05:46.150Z] 640e595b4fbd: Pulling fs layer [2022-04-11T20:05:46.150Z] 763cafe07f6e: Pulling fs layer [2022-04-11T20:05:46.150Z] 0c0b528cf693: Pulling fs layer [2022-04-11T20:05:46.150Z] 10935f4eaf8b: Pulling fs layer [2022-04-11T20:05:46.150Z] 22a0e8bec74d: Waiting [2022-04-11T20:05:46.150Z] 640e595b4fbd: Waiting [2022-04-11T20:05:46.150Z] 10935f4eaf8b: Waiting [2022-04-11T20:05:46.150Z] 0c0b528cf693: Waiting [2022-04-11T20:05:46.150Z] 4fe6c5a15a65: Waiting [2022-04-11T20:05:46.150Z] 8ed8ca486205: Verifying Checksum [2022-04-11T20:05:46.150Z] 8ed8ca486205: Download complete [2022-04-11T20:05:46.150Z] 666ba61612fd: Verifying Checksum [2022-04-11T20:05:46.150Z] 666ba61612fd: Download complete [2022-04-11T20:05:46.150Z] 22a0e8bec74d: Verifying Checksum [2022-04-11T20:05:46.150Z] 22a0e8bec74d: Download complete [2022-04-11T20:05:46.410Z] 640e595b4fbd: Verifying Checksum [2022-04-11T20:05:46.410Z] 640e595b4fbd: Download complete [2022-04-11T20:05:46.410Z] 763cafe07f6e: Download complete [2022-04-11T20:05:46.410Z] 59bf1c3509f3: Verifying Checksum [2022-04-11T20:05:46.410Z] 59bf1c3509f3: Download complete [2022-04-11T20:05:46.410Z] 0c0b528cf693: Verifying Checksum [2022-04-11T20:05:46.410Z] 0c0b528cf693: Download complete [2022-04-11T20:05:46.410Z] 59bf1c3509f3: Pull complete [2022-04-11T20:05:46.670Z] 666ba61612fd: Pull complete [2022-04-11T20:05:46.670Z] 8ed8ca486205: Pull complete [2022-04-11T20:05:46.932Z] 10935f4eaf8b: Verifying Checksum [2022-04-11T20:05:46.932Z] 10935f4eaf8b: Download complete [2022-04-11T20:05:46.932Z] 4fe6c5a15a65: Verifying Checksum [2022-04-11T20:05:46.932Z] 4fe6c5a15a65: Download complete [2022-04-11T20:05:51.133Z] 4fe6c5a15a65: Pull complete [2022-04-11T20:05:51.133Z] 22a0e8bec74d: Pull complete [2022-04-11T20:05:51.133Z] 640e595b4fbd: Pull complete [2022-04-11T20:05:51.133Z] 763cafe07f6e: Pull complete [2022-04-11T20:05:51.392Z] 0c0b528cf693: Pull complete [2022-04-11T20:05:54.686Z] 10935f4eaf8b: Pull complete [2022-04-11T20:05:54.686Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-04-11T20:05:54.686Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-11T20:05:54.686Z] ---> 99d49a6021b9 [2022-04-11T20:05:54.686Z] Step 3/12 : ARG MAKE='make build' [2022-04-11T20:05:54.686Z] ---> Running in 4eb1c3bb1aea [2022-04-11T20:05:54.686Z] Removing intermediate container 4eb1c3bb1aea [2022-04-11T20:05:54.686Z] ---> c9e4d6e61f51 [2022-04-11T20:05:54.686Z] Step 4/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-04-11T20:05:54.686Z] ---> Running in 004397a6363d [2022-04-11T20:05:54.686Z] Removing intermediate container 004397a6363d [2022-04-11T20:05:54.686Z] ---> 677d905707d6 [2022-04-11T20:05:54.686Z] Step 5/12 : ARG ALPINE_PKG_EXTRA="" [2022-04-11T20:05:54.686Z] ---> Running in 560d27ea670e [2022-04-11T20:05:54.686Z] Removing intermediate container 560d27ea670e [2022-04-11T20:05:54.686Z] ---> a4ff3a725eb6 [2022-04-11T20:05:54.686Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-11T20:05:54.686Z] ---> Running in 719325eff418 [2022-04-11T20:05:55.258Z] Removing intermediate container 719325eff418 [2022-04-11T20:05:55.258Z] ---> d17fad33dd4e [2022-04-11T20:05:55.258Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-11T20:05:55.258Z] ---> Running in 6304800d5bbc [2022-04-11T20:05:55.520Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-11T20:05:56.465Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-11T20:05:56.730Z] (1/4) Installing openssh-keygen (8.8_p1-r1) [2022-04-11T20:05:56.997Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-04-11T20:05:56.997Z] (3/4) Installing openssh-client-common (8.8_p1-r1) [2022-04-11T20:05:57.256Z] (4/4) Installing openssh-client-default (8.8_p1-r1) [2022-04-11T20:05:57.256Z] Executing busybox-1.34.1-r3.trigger [2022-04-11T20:05:57.256Z] OK: 224 MiB in 56 packages [2022-04-11T20:05:57.516Z] Removing intermediate container 6304800d5bbc [2022-04-11T20:05:57.516Z] ---> 6cbe43dc05c2 [2022-04-11T20:05:57.516Z] Step 8/12 : WORKDIR /device-rest-go [2022-04-11T20:05:57.516Z] ---> Running in b680101ab1eb [2022-04-11T20:05:57.774Z] Removing intermediate container b680101ab1eb [2022-04-11T20:05:57.774Z] ---> fe3d733ada7f [2022-04-11T20:05:57.774Z] Step 9/12 : COPY go.mod vendor* ./ [2022-04-11T20:05:57.774Z] ---> 618b3f333611 [2022-04-11T20:05:57.774Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-11T20:05:57.774Z] ---> Running in b572bf3e0baa [2022-04-11T20:05:59.154Z] Still waiting to schedule task [2022-04-11T20:05:59.154Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-04-11T20:06:12.689Z] Removing intermediate container b572bf3e0baa [2022-04-11T20:06:12.689Z] ---> 2f53e0026be4 [2022-04-11T20:06:12.689Z] Step 11/12 : COPY . . [2022-04-11T20:06:12.950Z] ---> e90193c68f95 [2022-04-11T20:06:12.950Z] Step 12/12 : RUN $MAKE [2022-04-11T20:06:12.950Z] ---> Running in d38ace175933 [2022-04-11T20:06:13.212Z] noop [2022-04-11T20:06:13.473Z] Removing intermediate container d38ace175933 [2022-04-11T20:06:13.473Z] ---> 5365a77a6e25 [2022-04-11T20:06:13.473Z] Successfully built 5365a77a6e25 [2022-04-11T20:06:13.473Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-11T20:06:13.804Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-11T20:06:13.804Z] . [Pipeline] withDockerContainer [2022-04-11T20:06:13.890Z] prd-ubuntu20.04-docker-8c-8g-19590 does not seem to be running inside a container [2022-04-11T20:06:13.931Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-rest-go_PR-173 -v /w/workspace/gexfoundry_device-rest-go_PR-173:/w/workspace/gexfoundry_device-rest-go_PR-173:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-173@tmp:/w/workspace/gexfoundry_device-rest-go_PR-173@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 ******** -e ******** ci-base-image-x86_64 cat [2022-04-11T20:06:14.302Z] $ docker top 716753c1c1874e2e231f5824dc56f20c794365b8e564421fc7ecb216e51d02d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-11T20:06:14.710Z] + go version [2022-04-11T20:06:14.710Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-04-11T20:06:14.748Z] $ docker stop --time=1 716753c1c1874e2e231f5824dc56f20c794365b8e564421fc7ecb216e51d02d4 [2022-04-11T20:06:16.020Z] $ docker rm -f 716753c1c1874e2e231f5824dc56f20c794365b8e564421fc7ecb216e51d02d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-11T20:06:16.673Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-11T20:06:16.673Z] . [Pipeline] withDockerContainer [2022-04-11T20:06:16.766Z] prd-ubuntu20.04-docker-8c-8g-19590 does not seem to be running inside a container [2022-04-11T20:06:16.807Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-rest-go_PR-173 -v /w/workspace/gexfoundry_device-rest-go_PR-173:/w/workspace/gexfoundry_device-rest-go_PR-173:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-173@tmp:/w/workspace/gexfoundry_device-rest-go_PR-173@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 ******** -e ******** ci-base-image-x86_64 cat [2022-04-11T20:06:17.239Z] $ docker top 3416cf78be458532b7986562e24ec82660bf26294413437c94f43a8c6d695d4e -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-11T20:06:17.672Z] + make test [2022-04-11T20:06:17.672Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-04-11T20:06:17.931Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2022-04-11T20:06:27.912Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2022-04-11T20:06:27.912Z] ok github.com/edgexfoundry/device-rest-go/driver 0.013s coverage: 55.2% of statements [2022-04-11T20:06:33.199Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-04-11T20:06:36.558Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-11T20:06:36.558Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-11T20:06:36.558Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-11T20:06:36.861Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-04-11T20:06:36.900Z] $ docker stop --time=1 3416cf78be458532b7986562e24ec82660bf26294413437c94f43a8c6d695d4e [2022-04-11T20:06:39.602Z] $ docker rm -f 3416cf78be458532b7986562e24ec82660bf26294413437c94f43a8c6d695d4e [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-11T20:06:40.092Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-04-11T20:06:40.156Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-04-11T20:06:41.412Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-04-11T20:06:41.729Z] + ls -al . [2022-04-11T20:06:41.729Z] total 192 [2022-04-11T20:06:41.729Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 11 20:06 . [2022-04-11T20:06:41.729Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 11 20:05 .. [2022-04-11T20:06:41.729Z] -rw-rw-r-- 1 jenkins jenkins 151 Apr 11 20:05 .dockerignore [2022-04-11T20:06:41.729Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 11 20:05 .git [2022-04-11T20:06:41.729Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 11 20:05 .github [2022-04-11T20:06:41.729Z] -rw-rw-r-- 1 jenkins jenkins 329 Apr 11 20:05 .gitignore [2022-04-11T20:06:41.729Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 11 20:05 .golangci.yml [2022-04-11T20:06:41.729Z] drwx------ 3 jenkins jenkins 4096 Apr 11 20:05 .semver [2022-04-11T20:06:41.729Z] -rw-rw-r-- 1 jenkins jenkins 8330 Apr 11 20:05 Attribution.txt [2022-04-11T20:06:41.729Z] -rw-rw-r-- 1 jenkins jenkins 7459 Apr 11 20:05 CHANGELOG.md [2022-04-11T20:06:41.729Z] -rw-rw-r-- 1 jenkins jenkins 1672 Apr 11 20:05 Dockerfile [2022-04-11T20:06:41.729Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 11 20:05 GOVERNANCE.md [2022-04-11T20:06:41.729Z] -rw-rw-r-- 1 jenkins jenkins 680 Apr 11 20:05 Jenkinsfile [2022-04-11T20:06:41.729Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 11 20:05 LICENSE [2022-04-11T20:06:41.729Z] -rw-rw-r-- 1 jenkins jenkins 1964 Apr 11 20:05 Makefile [2022-04-11T20:06:41.729Z] -rw-rw-r-- 1 jenkins jenkins 620 Apr 11 20:05 OWNERS.md [2022-04-11T20:06:41.729Z] -rw-rw-r-- 1 jenkins jenkins 8246 Apr 11 20:05 README.md [2022-04-11T20:06:41.729Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 11 20:05 VERSION [2022-04-11T20:06:41.729Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 11 20:05 bin [2022-04-11T20:06:41.729Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 11 20:05 cmd [2022-04-11T20:06:41.729Z] -rw-r--r-- 1 jenkins jenkins 9355 Apr 11 20:06 coverage.out [2022-04-11T20:06:41.729Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 11 20:05 driver [2022-04-11T20:06:41.729Z] -rw-rw-r-- 1 jenkins jenkins 3240 Apr 11 20:05 go.mod [2022-04-11T20:06:41.729Z] -rw-rw-r-- 1 jenkins jenkins 54276 Apr 11 20:05 go.sum [2022-04-11T20:06:41.729Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 11 20:05 snap [2022-04-11T20:06:41.729Z] -rw-rw-r-- 1 jenkins jenkins 713 Apr 11 20:05 version.go [Pipeline] isUnix [Pipeline] sh [2022-04-11T20:06:42.073Z] + 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=91315d61c09d0ae29808b4472bea7b070ba96d29 --label arch=amd64 --label version=0.0.0 . [2022-04-11T20:06:42.073Z] Sending build context to Docker daemon 10.58MB [2022-04-11T20:06:42.073Z] Step 1/25 : ARG BASE=golang:1.17-alpine3.15 [2022-04-11T20:06:42.073Z] Step 2/25 : FROM ${BASE} AS builder [2022-04-11T20:06:42.073Z] ---> 5365a77a6e25 [2022-04-11T20:06:42.073Z] Step 3/25 : ARG MAKE='make build' [2022-04-11T20:06:42.335Z] ---> Running in 6890b7f9f6c1 [2022-04-11T20:06:42.335Z] Removing intermediate container 6890b7f9f6c1 [2022-04-11T20:06:42.335Z] ---> 1ecec3915e80 [2022-04-11T20:06:42.335Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-04-11T20:06:42.335Z] ---> Running in 3530157b04de [2022-04-11T20:06:42.598Z] Removing intermediate container 3530157b04de [2022-04-11T20:06:42.598Z] ---> 0a89078900a5 [2022-04-11T20:06:42.598Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2022-04-11T20:06:42.598Z] ---> Running in e9a517e98c17 [2022-04-11T20:06:42.598Z] Removing intermediate container e9a517e98c17 [2022-04-11T20:06:42.598Z] ---> 21582bfc6986 [2022-04-11T20:06:42.598Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-11T20:06:42.598Z] ---> Running in af2062a2296b [2022-04-11T20:06:43.170Z] Removing intermediate container af2062a2296b [2022-04-11T20:06:43.170Z] ---> e23bd76bb030 [2022-04-11T20:06:43.170Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-11T20:06:43.170Z] ---> Running in 5adb4272b2ff [2022-04-11T20:06:43.433Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-11T20:06:44.374Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-11T20:06:44.632Z] OK: 224 MiB in 56 packages [2022-04-11T20:06:44.892Z] Removing intermediate container 5adb4272b2ff [2022-04-11T20:06:44.892Z] ---> 66bf142efbe1 [2022-04-11T20:06:44.892Z] Step 8/25 : WORKDIR /device-rest-go [2022-04-11T20:06:44.892Z] ---> Running in fcd0ec3badd7 [2022-04-11T20:06:45.150Z] Removing intermediate container fcd0ec3badd7 [2022-04-11T20:06:45.150Z] ---> 9aa8b440d282 [2022-04-11T20:06:45.150Z] Step 9/25 : COPY go.mod vendor* ./ [2022-04-11T20:06:45.150Z] ---> 62f08559ab25 [2022-04-11T20:06:45.150Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-11T20:06:45.150Z] ---> Running in a54d3f7eb22a [2022-04-11T20:06:45.718Z] Removing intermediate container a54d3f7eb22a [2022-04-11T20:06:45.718Z] ---> 7e1556933889 [2022-04-11T20:06:45.718Z] Step 11/25 : COPY . . [2022-04-11T20:06:45.978Z] ---> 2671eaadd635 [2022-04-11T20:06:45.978Z] Step 12/25 : RUN $MAKE [2022-04-11T20:06:45.978Z] ---> Running in bab3972bdfb5 [2022-04-11T20:06:46.237Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2022-04-11T20:07:04.332Z] Removing intermediate container bab3972bdfb5 [2022-04-11T20:07:04.332Z] ---> a339fc41098a [2022-04-11T20:07:04.332Z] Step 13/25 : FROM alpine:3.14 [2022-04-11T20:07:04.592Z] 3.14: Pulling from library/alpine [2022-04-11T20:07:04.865Z] 8663204ce13b: Pulling fs layer [2022-04-11T20:07:05.130Z] 8663204ce13b: Verifying Checksum [2022-04-11T20:07:05.130Z] 8663204ce13b: Download complete [2022-04-11T20:07:05.130Z] 8663204ce13b: Pull complete [2022-04-11T20:07:05.130Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-11T20:07:05.130Z] Status: Downloaded newer image for alpine:3.14 [2022-04-11T20:07:05.130Z] ---> e04c818066af [2022-04-11T20:07:05.130Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2022-04-11T20:07:05.130Z] ---> Running in f92554f0a7bf [2022-04-11T20:07:05.389Z] Removing intermediate container f92554f0a7bf [2022-04-11T20:07:05.389Z] ---> 89527d1a38b3 [2022-04-11T20:07:05.389Z] Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} [2022-04-11T20:07:05.389Z] ---> Running in 3198c55cedea [2022-04-11T20:07:05.389Z] Removing intermediate container 3198c55cedea [2022-04-11T20:07:05.389Z] ---> de01b8508506 [2022-04-11T20:07:05.389Z] Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init [2022-04-11T20:07:05.389Z] ---> Running in c014b72b20c4 [2022-04-11T20:07:05.651Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-11T20:07:05.911Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-11T20:07:05.911Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-04-11T20:07:05.911Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-04-11T20:07:05.911Z] (3/6) Installing libsodium (1.0.18-r0) [2022-04-11T20:07:05.911Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-11T20:07:05.911Z] (5/6) Installing libzmq (4.3.4-r0) [2022-04-11T20:07:05.911Z] (6/6) Installing zeromq (4.3.4-r0) [2022-04-11T20:07:05.911Z] Executing busybox-1.33.1-r7.trigger [2022-04-11T20:07:05.911Z] OK: 8 MiB in 20 packages [2022-04-11T20:07:06.480Z] Removing intermediate container c014b72b20c4 [2022-04-11T20:07:06.480Z] ---> e3c0bedaf25e [2022-04-11T20:07:06.480Z] Step 17/25 : COPY --from=builder /device-rest-go/cmd / [2022-04-11T20:07:07.052Z] ---> 7b801a3c14f0 [2022-04-11T20:07:07.052Z] Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / [2022-04-11T20:07:07.052Z] ---> c2b30df53863 [2022-04-11T20:07:07.052Z] Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / [2022-04-11T20:07:07.052Z] ---> a05f58611ada [2022-04-11T20:07:07.052Z] Step 20/25 : EXPOSE 59986 [2022-04-11T20:07:07.312Z] ---> Running in 1cad77f9763d [2022-04-11T20:07:07.312Z] Removing intermediate container 1cad77f9763d [2022-04-11T20:07:07.312Z] ---> b7360755612b [2022-04-11T20:07:07.312Z] Step 21/25 : ENTRYPOINT ["/device-rest"] [2022-04-11T20:07:07.312Z] ---> Running in 369acb625547 [2022-04-11T20:07:07.312Z] Removing intermediate container 369acb625547 [2022-04-11T20:07:07.312Z] ---> c507886d20ad [2022-04-11T20:07:07.312Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2022-04-11T20:07:07.573Z] ---> Running in 57e160bb71bc [2022-04-11T20:07:07.573Z] Removing intermediate container 57e160bb71bc [2022-04-11T20:07:07.573Z] ---> 1c78d587690e [2022-04-11T20:07:07.573Z] Step 23/25 : LABEL arch=amd64 [2022-04-11T20:07:07.573Z] ---> Running in b94dadd2d2aa [2022-04-11T20:07:07.573Z] Removing intermediate container b94dadd2d2aa [2022-04-11T20:07:07.573Z] ---> ece51b52aace [2022-04-11T20:07:07.573Z] Step 24/25 : LABEL git_sha=91315d61c09d0ae29808b4472bea7b070ba96d29 [2022-04-11T20:07:07.573Z] ---> Running in 3e9efe3cb86e [2022-04-11T20:07:07.904Z] Removing intermediate container 3e9efe3cb86e [2022-04-11T20:07:07.904Z] ---> 224575f0c54a [2022-04-11T20:07:07.904Z] Step 25/25 : LABEL version=0.0.0 [2022-04-11T20:07:07.904Z] ---> Running in 1204b7141ad1 [2022-04-11T20:07:07.904Z] Removing intermediate container 1204b7141ad1 [2022-04-11T20:07:07.904Z] ---> 64ddcbf54d63 [2022-04-11T20:07:07.904Z] [Warning] One or more build-args [ARCH] were not consumed [2022-04-11T20:07:07.904Z] Successfully built 64ddcbf54d63 [2022-04-11T20:07:07.904Z] Successfully tagged device-rest:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-11T20:07:08.658Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-11T20:07:08.658Z] [2022-04-11T20:07:08.658Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-04-11T20:07:09.000Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-11T20:07:09.000Z] latest: Pulling from edgex-lftools-log-publisher [2022-04-11T20:07:09.000Z] 5eb5b503b376: Pulling fs layer [2022-04-11T20:07:09.000Z] 5c69ac0246d0: Pulling fs layer [2022-04-11T20:07:09.000Z] ec43610c2a17: Pulling fs layer [2022-04-11T20:07:09.000Z] 3a2ae6a8a46f: Pulling fs layer [2022-04-11T20:07:09.000Z] 33b1e0a273af: Pulling fs layer [2022-04-11T20:07:09.000Z] 5d3b04190fa2: Pulling fs layer [2022-04-11T20:07:09.000Z] 2f39f015ded8: Pulling fs layer [2022-04-11T20:07:09.000Z] 33b1e0a273af: Waiting [2022-04-11T20:07:09.000Z] 5d3b04190fa2: Waiting [2022-04-11T20:07:09.000Z] 2f39f015ded8: Waiting [2022-04-11T20:07:09.000Z] 3a2ae6a8a46f: Waiting [2022-04-11T20:07:09.000Z] 5c69ac0246d0: Verifying Checksum [2022-04-11T20:07:09.000Z] 5c69ac0246d0: Download complete [2022-04-11T20:07:09.000Z] 3a2ae6a8a46f: Verifying Checksum [2022-04-11T20:07:09.000Z] 3a2ae6a8a46f: Download complete [2022-04-11T20:07:09.000Z] 33b1e0a273af: Verifying Checksum [2022-04-11T20:07:09.001Z] 33b1e0a273af: Download complete [2022-04-11T20:07:09.001Z] ec43610c2a17: Verifying Checksum [2022-04-11T20:07:09.001Z] ec43610c2a17: Download complete [2022-04-11T20:07:09.001Z] 5d3b04190fa2: Verifying Checksum [2022-04-11T20:07:09.001Z] 5d3b04190fa2: Download complete [2022-04-11T20:07:09.262Z] 5eb5b503b376: Download complete [2022-04-11T20:07:09.832Z] 2f39f015ded8: Download complete [2022-04-11T20:07:10.400Z] 5eb5b503b376: Pull complete [2022-04-11T20:07:10.659Z] 5c69ac0246d0: Pull complete [2022-04-11T20:07:10.920Z] ec43610c2a17: Pull complete [2022-04-11T20:07:10.920Z] 3a2ae6a8a46f: Pull complete [2022-04-11T20:07:11.179Z] 33b1e0a273af: Pull complete [2022-04-11T20:07:11.179Z] 5d3b04190fa2: Pull complete [2022-04-11T20:07:15.371Z] 2f39f015ded8: Pull complete [2022-04-11T20:07:15.371Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-04-11T20:07:15.371Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-11T20:07:15.371Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-04-11T20:07:15.458Z] prd-ubuntu20.04-docker-8c-8g-19590 does not seem to be running inside a container [2022-04-11T20:07:15.503Z] $ 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/gexfoundry_device-rest-go_PR-173 -v /w/workspace/gexfoundry_device-rest-go_PR-173:/w/workspace/gexfoundry_device-rest-go_PR-173:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-173@tmp:/w/workspace/gexfoundry_device-rest-go_PR-173@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-04-11T20:07:16.830Z] $ docker top 7be1ef9c65b6ed25c53128dfc38bde73e0135f522c60e89168b2c30e397dbd74 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-11T20:07:17.298Z] ---> job-cost.sh [2022-04-11T20:07:17.298Z] lf-activate-venv: SKIPPING [2022-04-11T20:07:17.298Z] INFO: No Stack... [2022-04-11T20:07:17.558Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-11T20:07:18.130Z] INFO: Archiving Costs [Pipeline] sh [2022-04-11T20:07:18.453Z] + cat /w/workspace/gexfoundry_device-rest-go_PR-173/archives/cost.csv [2022-04-11T20:07:18.453Z] + cut -d, -f6 [Pipeline] lock [2022-04-11T20:07:18.490Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-173-1-stack-cost] [2022-04-11T20:07:18.496Z] Resource [jenkins-edgexfoundry-device-rest-go-PR-173-1-stack-cost] did not exist. Created. [2022-04-11T20:07:18.496Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-173-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-11T20:07:18.894Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-04-11T20:07:18.941Z] Stashed 1 file(s) [Pipeline] } [2022-04-11T20:07:18.966Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-173-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-11T20:07:19.049Z] $ docker stop --time=1 7be1ef9c65b6ed25c53128dfc38bde73e0135f522c60e89168b2c30e397dbd74 [2022-04-11T20:07:20.194Z] $ docker rm -f 7be1ef9c65b6ed25c53128dfc38bde73e0135f522c60e89168b2c30e397dbd74 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-11T20:07:37.196Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-19592 in /w/workspace/gexfoundry_device-rest-go_PR-173 [Pipeline] { [Pipeline] ws [2022-04-11T20:07:37.239Z] Running in /w/workspace/device-rest-go/1 [Pipeline] { [Pipeline] checkout [2022-04-11T20:07:37.530Z] The recommended git tool is: git [2022-04-11T20:07:44.601Z] using credential edgex-jenkins-ssh [2022-04-11T20:07:44.620Z] Cloning the remote Git repository [2022-04-11T20:07:44.734Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2022-04-11T20:07:44.860Z] > git init /w/workspace/device-rest-go/1 # timeout=10 [2022-04-11T20:07:45.094Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2022-04-11T20:07:45.095Z] > git --version # timeout=10 [2022-04-11T20:07:45.178Z] > git --version # 'git version 2.25.1' [2022-04-11T20:07:45.180Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-11T20:07:45.434Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-11T20:07:47.393Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2022-04-11T20:07:47.420Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-11T20:07:47.454Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2022-04-11T20:07:47.493Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2022-04-11T20:07:47.494Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-11T20:07:47.510Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/173/head:refs/remotes/origin/PR-173 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-04-11T20:07:48.040Z] Merging remotes/origin/main commit d2dd5877ffea6850c3b0cb999012b17b1a99601c into PR head commit 91315d61c09d0ae29808b4472bea7b070ba96d29 [2022-04-11T20:07:48.307Z] Merge succeeded, producing 91315d61c09d0ae29808b4472bea7b070ba96d29 [2022-04-11T20:07:48.308Z] Checking out Revision 91315d61c09d0ae29808b4472bea7b070ba96d29 (PR-173) [2022-04-11T20:07:48.073Z] > git config core.sparsecheckout # timeout=10 [2022-04-11T20:07:48.114Z] > git checkout -f 91315d61c09d0ae29808b4472bea7b070ba96d29 # timeout=10 [2022-04-11T20:07:48.218Z] > git remote # timeout=10 [2022-04-11T20:07:48.234Z] > git config --get remote.origin.url # timeout=10 [2022-04-11T20:07:48.260Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-11T20:07:48.271Z] > git merge d2dd5877ffea6850c3b0cb999012b17b1a99601c # timeout=10 [2022-04-11T20:07:48.298Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-11T20:07:48.320Z] > git config core.sparsecheckout # timeout=10 [2022-04-11T20:07:48.334Z] > git checkout -f 91315d61c09d0ae29808b4472bea7b070ba96d29 # timeout=10 [2022-04-11T20:07:52.930Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2" [2022-04-11T20:07:53.020Z] > git --version # timeout=10 [2022-04-11T20:07:53.030Z] > git --version # 'git version 2.25.1' [2022-04-11T20:07:53.077Z] fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-11T20:07:54.169Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-04-11T20:07:54.169Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-11T20:07:54.169Z] Dload Upload Total Spent Left Speed [2022-04-11T20:07:54.169Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 47947 0 --:--:-- --:--:-- --:--:-- 47754 [Pipeline] sh [2022-04-11T20:07:54.761Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-04-11T20:07:55.116Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-04-11T20:07:55.116Z] + sudo tee /etc/docker/daemon.new [2022-04-11T20:07:55.116Z] { [2022-04-11T20:07:55.116Z] "registry-mirrors": [ [2022-04-11T20:07:55.116Z] "https://nexus3.edgexfoundry.org:10001" [2022-04-11T20:07:55.116Z] ], [2022-04-11T20:07:55.116Z] "bip": "10.250.0.254/24", [2022-04-11T20:07:55.116Z] "hosts": [ [2022-04-11T20:07:55.116Z] "tcp://0.0.0.0:5555", [2022-04-11T20:07:55.116Z] "unix:///var/run/docker.sock" [2022-04-11T20:07:55.116Z] ], [2022-04-11T20:07:55.116Z] "mtu": 1458, [2022-04-11T20:07:55.116Z] "selinux-enabled": true, [2022-04-11T20:07:55.116Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-04-11T20:07:55.116Z] } [Pipeline] sh [2022-04-11T20:07:55.470Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-04-11T20:07:55.827Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-11T20:08:14.298Z] provisioning config files... [2022-04-11T20:08:14.325Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/1@tmp/config1697337010708695766tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-11T20:08:14.951Z] ---> docker-login.sh [2022-04-11T20:08:14.951Z] nexus3.edgexfoundry.org:10001 [2022-04-11T20:08:15.557Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T20:08:15.834Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T20:08:15.834Z] Configure a credential helper to remove this warning. See [2022-04-11T20:08:15.834Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T20:08:15.834Z] [2022-04-11T20:08:15.834Z] Login Succeeded [2022-04-11T20:08:15.834Z] nexus3.edgexfoundry.org:10002 [2022-04-11T20:08:16.434Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T20:08:16.434Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T20:08:16.434Z] Configure a credential helper to remove this warning. See [2022-04-11T20:08:16.434Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T20:08:16.434Z] [2022-04-11T20:08:16.434Z] Login Succeeded [2022-04-11T20:08:16.434Z] nexus3.edgexfoundry.org:10003 [2022-04-11T20:08:17.042Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T20:08:17.042Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T20:08:17.042Z] Configure a credential helper to remove this warning. See [2022-04-11T20:08:17.042Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T20:08:17.042Z] [2022-04-11T20:08:17.042Z] Login Succeeded [2022-04-11T20:08:17.042Z] nexus3.edgexfoundry.org:10004 [2022-04-11T20:08:17.318Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T20:08:17.595Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T20:08:17.595Z] Configure a credential helper to remove this warning. See [2022-04-11T20:08:17.595Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T20:08:17.595Z] [2022-04-11T20:08:17.595Z] Login Succeeded [2022-04-11T20:08:17.595Z] docker.io [2022-04-11T20:08:17.869Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T20:08:18.464Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T20:08:18.464Z] Configure a credential helper to remove this warning. See [2022-04-11T20:08:18.464Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T20:08:18.464Z] [2022-04-11T20:08:18.464Z] Login Succeeded [2022-04-11T20:08:18.464Z] ---> docker-login.sh ends [Pipeline] } [2022-04-11T20:08:18.493Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-11T20:08:18.893Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-11T20:08:18.927Z] ========================================================= [2022-04-11T20:08:18.927Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-04-11T20:08:18.927Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-04-11T20:08:19.374Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-04-11T20:08:19.375Z] Sending build context to Docker daemon 127.5kB [2022-04-11T20:08:19.650Z] Step 1/12 : ARG BASE=golang:1.17-alpine3.15 [2022-04-11T20:08:19.650Z] Step 2/12 : FROM ${BASE} AS builder [2022-04-11T20:08:19.926Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-04-11T20:08:19.926Z] 9b3977197b4f: Pulling fs layer [2022-04-11T20:08:19.926Z] 1a89e8eeedd5: Pulling fs layer [2022-04-11T20:08:19.926Z] 94645a83ff95: Pulling fs layer [2022-04-11T20:08:19.926Z] 3f3a8bcf1eab: Pulling fs layer [2022-04-11T20:08:19.926Z] 0c92f367c5e7: Pulling fs layer [2022-04-11T20:08:19.926Z] f7c0051592d6: Pulling fs layer [2022-04-11T20:08:19.926Z] a227ed2f7395: Pulling fs layer [2022-04-11T20:08:19.926Z] 7b1c46037f91: Pulling fs layer [2022-04-11T20:08:19.926Z] 3f3a8bcf1eab: Waiting [2022-04-11T20:08:19.926Z] 0c92f367c5e7: Waiting [2022-04-11T20:08:19.926Z] f7c0051592d6: Waiting [2022-04-11T20:08:19.926Z] a227ed2f7395: Waiting [2022-04-11T20:08:19.926Z] 7b1c46037f91: Waiting [2022-04-11T20:08:19.926Z] 94645a83ff95: Verifying Checksum [2022-04-11T20:08:19.926Z] 94645a83ff95: Download complete [2022-04-11T20:08:19.926Z] 1a89e8eeedd5: Verifying Checksum [2022-04-11T20:08:19.926Z] 1a89e8eeedd5: Download complete [2022-04-11T20:08:19.926Z] 0c92f367c5e7: Verifying Checksum [2022-04-11T20:08:19.926Z] 0c92f367c5e7: Download complete [2022-04-11T20:08:19.926Z] f7c0051592d6: Verifying Checksum [2022-04-11T20:08:19.926Z] f7c0051592d6: Download complete [2022-04-11T20:08:19.926Z] 9b3977197b4f: Verifying Checksum [2022-04-11T20:08:19.926Z] 9b3977197b4f: Download complete [2022-04-11T20:08:19.926Z] a227ed2f7395: Verifying Checksum [2022-04-11T20:08:19.926Z] a227ed2f7395: Download complete [2022-04-11T20:08:20.919Z] 9b3977197b4f: Pull complete [2022-04-11T20:08:21.197Z] 1a89e8eeedd5: Pull complete [2022-04-11T20:08:21.487Z] 94645a83ff95: Pull complete [2022-04-11T20:08:22.088Z] 7b1c46037f91: Verifying Checksum [2022-04-11T20:08:22.088Z] 7b1c46037f91: Download complete [2022-04-11T20:08:22.691Z] 3f3a8bcf1eab: Verifying Checksum [2022-04-11T20:08:22.691Z] 3f3a8bcf1eab: Download complete [2022-04-11T20:08:35.138Z] 3f3a8bcf1eab: Pull complete [2022-04-11T20:08:35.138Z] 0c92f367c5e7: Pull complete [2022-04-11T20:08:35.415Z] f7c0051592d6: Pull complete [2022-04-11T20:08:35.690Z] a227ed2f7395: Pull complete [2022-04-11T20:08:42.426Z] 7b1c46037f91: Pull complete [2022-04-11T20:08:42.426Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-04-11T20:08:42.426Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-11T20:08:42.426Z] ---> f79e39bc4007 [2022-04-11T20:08:42.426Z] Step 3/12 : ARG MAKE='make build' [2022-04-11T20:08:43.407Z] ---> Running in 1a0c3eb71fbb [2022-04-11T20:08:43.689Z] Removing intermediate container 1a0c3eb71fbb [2022-04-11T20:08:43.689Z] ---> a7cfdedcad8e [2022-04-11T20:08:43.689Z] Step 4/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-04-11T20:08:43.689Z] ---> Running in bfbedd0c1061 [2022-04-11T20:08:43.970Z] Removing intermediate container bfbedd0c1061 [2022-04-11T20:08:43.970Z] ---> 80fd0c3e7818 [2022-04-11T20:08:43.970Z] Step 5/12 : ARG ALPINE_PKG_EXTRA="" [2022-04-11T20:08:44.252Z] ---> Running in 39dc7ec341c2 [2022-04-11T20:08:44.526Z] Removing intermediate container 39dc7ec341c2 [2022-04-11T20:08:44.526Z] ---> d8ed338af959 [2022-04-11T20:08:44.526Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-11T20:08:44.526Z] ---> Running in 8f3af5d9f32e [2022-04-11T20:08:46.500Z] Removing intermediate container 8f3af5d9f32e [2022-04-11T20:08:46.500Z] ---> cf24689ea042 [2022-04-11T20:08:46.500Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-11T20:08:46.500Z] ---> Running in bf6af716afc2 [2022-04-11T20:08:47.480Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-11T20:08:48.465Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-11T20:08:49.442Z] (1/4) Installing openssh-keygen (8.8_p1-r1) [2022-04-11T20:08:49.442Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-04-11T20:08:49.442Z] (3/4) Installing openssh-client-common (8.8_p1-r1) [2022-04-11T20:08:49.718Z] (4/4) Installing openssh-client-default (8.8_p1-r1) [2022-04-11T20:08:49.718Z] Executing busybox-1.34.1-r3.trigger [2022-04-11T20:08:49.718Z] OK: 224 MiB in 56 packages [2022-04-11T20:08:50.704Z] Removing intermediate container bf6af716afc2 [2022-04-11T20:08:50.704Z] ---> 80052fa6f539 [2022-04-11T20:08:50.704Z] Step 8/12 : WORKDIR /device-rest-go [2022-04-11T20:08:50.704Z] ---> Running in 0f5378061994 [2022-04-11T20:08:50.980Z] Removing intermediate container 0f5378061994 [2022-04-11T20:08:50.980Z] ---> 82a037d4467b [2022-04-11T20:08:50.980Z] Step 9/12 : COPY go.mod vendor* ./ [2022-04-11T20:08:51.582Z] ---> 0cf57007bff1 [2022-04-11T20:08:51.582Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-11T20:08:51.875Z] ---> Running in 8cd0ad5f3f38 [2022-04-11T20:09:38.906Z] Removing intermediate container 8cd0ad5f3f38 [2022-04-11T20:09:38.907Z] ---> 797c02e59094 [2022-04-11T20:09:38.907Z] Step 11/12 : COPY . . [2022-04-11T20:09:38.907Z] ---> 77850ef61c23 [2022-04-11T20:09:38.907Z] Step 12/12 : RUN $MAKE [2022-04-11T20:09:38.907Z] ---> Running in eefe1fc8fdbd [2022-04-11T20:09:38.907Z] noop [2022-04-11T20:09:39.180Z] Removing intermediate container eefe1fc8fdbd [2022-04-11T20:09:39.180Z] ---> 8161965fad92 [2022-04-11T20:09:39.180Z] Successfully built 8161965fad92 [2022-04-11T20:09:39.180Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-11T20:09:39.587Z] + docker inspect -f . ci-base-image-arm64 [2022-04-11T20:09:39.587Z] . [Pipeline] withDockerContainer [2022-04-11T20:09:40.017Z] prd-ubuntu20.04-docker-arm64-4c-16g-19592 does not seem to be running inside a container [2022-04-11T20:09:40.110Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@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 ******** -e ******** ci-base-image-arm64 cat [2022-04-11T20:09:41.494Z] $ docker top da86ebdb8f7d9842aa7f2d860321dfd15ed96d5fd2d7a02f6d2240e9a167bd82 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-11T20:09:42.508Z] + go version [2022-04-11T20:09:42.509Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-04-11T20:09:42.552Z] $ docker stop --time=1 da86ebdb8f7d9842aa7f2d860321dfd15ed96d5fd2d7a02f6d2240e9a167bd82 [2022-04-11T20:09:44.223Z] $ docker rm -f da86ebdb8f7d9842aa7f2d860321dfd15ed96d5fd2d7a02f6d2240e9a167bd82 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-11T20:09:45.109Z] + docker inspect -f . ci-base-image-arm64 [2022-04-11T20:09:45.109Z] . [Pipeline] withDockerContainer [2022-04-11T20:09:45.378Z] prd-ubuntu20.04-docker-arm64-4c-16g-19592 does not seem to be running inside a container [2022-04-11T20:09:45.465Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@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 ******** -e ******** ci-base-image-arm64 cat [2022-04-11T20:09:46.798Z] $ docker top 44e849e9a4b815ca4093e0bb01f4d7d60edc8f7e965c5c936bdc2258797b568d -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-11T20:09:47.856Z] + make test [2022-04-11T20:09:47.856Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-04-11T20:09:49.308Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2022-04-11T20:11:11.186Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2022-04-11T20:11:11.186Z] ok github.com/edgexfoundry/device-rest-go/driver 0.074s coverage: 55.2% of statements [2022-04-11T20:11:11.186Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-04-11T20:11:11.186Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-04-11T20:11:38.093Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-11T20:11:38.093Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-11T20:11:38.371Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-11T20:11:41.816Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-04-11T20:11:41.853Z] $ docker stop --time=1 44e849e9a4b815ca4093e0bb01f4d7d60edc8f7e965c5c936bdc2258797b568d [2022-04-11T20:11:43.686Z] $ docker rm -f 44e849e9a4b815ca4093e0bb01f4d7d60edc8f7e965c5c936bdc2258797b568d [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-11T20:11:44.769Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-04-11T20:11:44.806Z] Warning: overwriting stash ‘coverage-report’ [2022-04-11T20:11:45.398Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-11T20:11:46.015Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-04-11T20:11:46.402Z] + ls -al . [2022-04-11T20:11:46.402Z] total 188 [2022-04-11T20:11:46.403Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 11 20:11 . [2022-04-11T20:11:46.403Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 11 20:07 .. [2022-04-11T20:11:46.403Z] -rw-rw-r-- 1 jenkins jenkins 151 Apr 11 20:07 .dockerignore [2022-04-11T20:11:46.403Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 11 20:07 .git [2022-04-11T20:11:46.403Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 11 20:07 .github [2022-04-11T20:11:46.403Z] -rw-rw-r-- 1 jenkins jenkins 329 Apr 11 20:07 .gitignore [2022-04-11T20:11:46.403Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 11 20:07 .golangci.yml [2022-04-11T20:11:46.403Z] -rw-rw-r-- 1 jenkins jenkins 8330 Apr 11 20:07 Attribution.txt [2022-04-11T20:11:46.403Z] -rw-rw-r-- 1 jenkins jenkins 7459 Apr 11 20:07 CHANGELOG.md [2022-04-11T20:11:46.403Z] -rw-rw-r-- 1 jenkins jenkins 1672 Apr 11 20:07 Dockerfile [2022-04-11T20:11:46.403Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 11 20:07 GOVERNANCE.md [2022-04-11T20:11:46.403Z] -rw-rw-r-- 1 jenkins jenkins 680 Apr 11 20:07 Jenkinsfile [2022-04-11T20:11:46.403Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 11 20:07 LICENSE [2022-04-11T20:11:46.403Z] -rw-rw-r-- 1 jenkins jenkins 1964 Apr 11 20:07 Makefile [2022-04-11T20:11:46.403Z] -rw-rw-r-- 1 jenkins jenkins 620 Apr 11 20:07 OWNERS.md [2022-04-11T20:11:46.403Z] -rw-rw-r-- 1 jenkins jenkins 8246 Apr 11 20:07 README.md [2022-04-11T20:11:46.403Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 11 20:05 VERSION [2022-04-11T20:11:46.403Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 11 20:07 bin [2022-04-11T20:11:46.403Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 11 20:07 cmd [2022-04-11T20:11:46.403Z] -rw-r--r-- 1 jenkins jenkins 9355 Apr 11 20:11 coverage.out [2022-04-11T20:11:46.403Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 11 20:07 driver [2022-04-11T20:11:46.403Z] -rw-rw-r-- 1 jenkins jenkins 3240 Apr 11 20:07 go.mod [2022-04-11T20:11:46.403Z] -rw-rw-r-- 1 jenkins jenkins 54276 Apr 11 20:07 go.sum [2022-04-11T20:11:46.403Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 11 20:07 snap [2022-04-11T20:11:46.403Z] -rw-rw-r-- 1 jenkins jenkins 713 Apr 11 20:07 version.go [Pipeline] isUnix [Pipeline] sh [2022-04-11T20:11:46.837Z] + 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=91315d61c09d0ae29808b4472bea7b070ba96d29 --label arch=arm64 --label version=0.0.0 . [2022-04-11T20:11:46.837Z] Sending build context to Docker daemon 137.7kB [2022-04-11T20:11:47.138Z] Step 1/25 : ARG BASE=golang:1.17-alpine3.15 [2022-04-11T20:11:47.138Z] Step 2/25 : FROM ${BASE} AS builder [2022-04-11T20:11:47.138Z] ---> 8161965fad92 [2022-04-11T20:11:47.138Z] Step 3/25 : ARG MAKE='make build' [2022-04-11T20:11:47.444Z] ---> Running in a01a62d99eaa [2022-04-11T20:11:47.727Z] Removing intermediate container a01a62d99eaa [2022-04-11T20:11:47.727Z] ---> 14225a3cf39d [2022-04-11T20:11:47.727Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-04-11T20:11:47.727Z] ---> Running in 4a63041ed962 [2022-04-11T20:11:48.011Z] Removing intermediate container 4a63041ed962 [2022-04-11T20:11:48.011Z] ---> c5548cb87af7 [2022-04-11T20:11:48.011Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2022-04-11T20:11:48.294Z] ---> Running in 153549322cda [2022-04-11T20:11:48.577Z] Removing intermediate container 153549322cda [2022-04-11T20:11:48.577Z] ---> 2147ce088fd5 [2022-04-11T20:11:48.577Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-11T20:11:48.577Z] ---> Running in 8f8b202dd63e [2022-04-11T20:11:50.565Z] Removing intermediate container 8f8b202dd63e [2022-04-11T20:11:50.565Z] ---> 918cf4f69dc1 [2022-04-11T20:11:50.565Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-11T20:11:50.565Z] ---> Running in 2c6935af4bc4 [2022-04-11T20:11:51.159Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-11T20:11:52.136Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-11T20:11:53.110Z] OK: 224 MiB in 56 packages [2022-04-11T20:11:53.709Z] Removing intermediate container 2c6935af4bc4 [2022-04-11T20:11:53.709Z] ---> e24789f8dff8 [2022-04-11T20:11:53.709Z] Step 8/25 : WORKDIR /device-rest-go [2022-04-11T20:11:53.989Z] ---> Running in a140ef9101b7 [2022-04-11T20:11:54.263Z] Removing intermediate container a140ef9101b7 [2022-04-11T20:11:54.263Z] ---> f12ec17055e3 [2022-04-11T20:11:54.263Z] Step 9/25 : COPY go.mod vendor* ./ [2022-04-11T20:11:54.948Z] ---> 93cfd882df84 [2022-04-11T20:11:54.949Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-11T20:11:54.949Z] ---> Running in e80b518ddffd [2022-04-11T20:11:56.925Z] Removing intermediate container e80b518ddffd [2022-04-11T20:11:56.926Z] ---> 101ffbefc422 [2022-04-11T20:11:56.926Z] Step 11/25 : COPY . . [2022-04-11T20:11:57.205Z] ---> 311ac55ce432 [2022-04-11T20:11:57.205Z] Step 12/25 : RUN $MAKE [2022-04-11T20:11:57.205Z] ---> Running in af28d1fe524d [2022-04-11T20:11:58.183Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2022-04-11T20:14:04.996Z] Removing intermediate container af28d1fe524d [2022-04-11T20:14:04.996Z] ---> 31ecab534782 [2022-04-11T20:14:04.996Z] Step 13/25 : FROM alpine:3.14 [2022-04-11T20:14:04.996Z] 3.14: Pulling from library/alpine [2022-04-11T20:14:04.996Z] 455c02918c45: Pulling fs layer [2022-04-11T20:14:05.272Z] 455c02918c45: Verifying Checksum [2022-04-11T20:14:05.272Z] 455c02918c45: Download complete [2022-04-11T20:14:05.552Z] 455c02918c45: Pull complete [2022-04-11T20:14:05.827Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-11T20:14:05.827Z] Status: Downloaded newer image for alpine:3.14 [2022-04-11T20:14:05.827Z] ---> ac73e934f311 [2022-04-11T20:14:05.827Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2022-04-11T20:14:05.827Z] ---> Running in 20c69ca12096 [2022-04-11T20:14:06.103Z] Removing intermediate container 20c69ca12096 [2022-04-11T20:14:06.103Z] ---> 2f6acc420739 [2022-04-11T20:14:06.103Z] Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} [2022-04-11T20:14:06.103Z] ---> Running in 8156df8e0b88 [2022-04-11T20:14:06.705Z] Removing intermediate container 8156df8e0b88 [2022-04-11T20:14:06.705Z] ---> 3b5844d8a060 [2022-04-11T20:14:06.705Z] Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init [2022-04-11T20:14:06.705Z] ---> Running in 24fc81562e23 [2022-04-11T20:14:07.692Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-11T20:14:07.964Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-11T20:14:08.563Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-04-11T20:14:08.836Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-04-11T20:14:08.836Z] (3/6) Installing libsodium (1.0.18-r0) [2022-04-11T20:14:08.836Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-11T20:14:08.836Z] (5/6) Installing libzmq (4.3.4-r0) [2022-04-11T20:14:08.836Z] (6/6) Installing zeromq (4.3.4-r0) [2022-04-11T20:14:08.836Z] Executing busybox-1.33.1-r7.trigger [2022-04-11T20:14:08.836Z] OK: 8 MiB in 20 packages [2022-04-11T20:14:09.826Z] Removing intermediate container 24fc81562e23 [2022-04-11T20:14:09.826Z] ---> d64f1b977ae6 [2022-04-11T20:14:09.826Z] Step 17/25 : COPY --from=builder /device-rest-go/cmd / [2022-04-11T20:14:11.263Z] ---> 31d235ef7cd3 [2022-04-11T20:14:11.263Z] Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / [2022-04-11T20:14:11.861Z] ---> 43954d865052 [2022-04-11T20:14:11.861Z] Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / [2022-04-11T20:14:12.463Z] ---> 7e46cd661de1 [2022-04-11T20:14:12.463Z] Step 20/25 : EXPOSE 59986 [2022-04-11T20:14:12.463Z] ---> Running in 7620428a39ed [2022-04-11T20:14:12.737Z] Removing intermediate container 7620428a39ed [2022-04-11T20:14:12.737Z] ---> f47f88f68b68 [2022-04-11T20:14:12.737Z] Step 21/25 : ENTRYPOINT ["/device-rest"] [2022-04-11T20:14:12.737Z] ---> Running in 269304cf23e3 [2022-04-11T20:14:13.013Z] Removing intermediate container 269304cf23e3 [2022-04-11T20:14:13.013Z] ---> 4046504d6779 [2022-04-11T20:14:13.013Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2022-04-11T20:14:13.291Z] ---> Running in 51513d4ecac3 [2022-04-11T20:14:13.565Z] Removing intermediate container 51513d4ecac3 [2022-04-11T20:14:13.565Z] ---> e33d939ccaf1 [2022-04-11T20:14:13.565Z] Step 23/25 : LABEL arch=arm64 [2022-04-11T20:14:13.565Z] ---> Running in c2aa4895f171 [2022-04-11T20:14:13.839Z] Removing intermediate container c2aa4895f171 [2022-04-11T20:14:13.839Z] ---> 298666942508 [2022-04-11T20:14:13.839Z] Step 24/25 : LABEL git_sha=91315d61c09d0ae29808b4472bea7b070ba96d29 [2022-04-11T20:14:13.839Z] ---> Running in ba90a404c4d0 [2022-04-11T20:14:14.119Z] Removing intermediate container ba90a404c4d0 [2022-04-11T20:14:14.119Z] ---> 1e10eaedfaa2 [2022-04-11T20:14:14.119Z] Step 25/25 : LABEL version=0.0.0 [2022-04-11T20:14:14.394Z] ---> Running in bd9def2395c2 [2022-04-11T20:14:14.668Z] Removing intermediate container bd9def2395c2 [2022-04-11T20:14:14.668Z] ---> d035e7aa3f51 [2022-04-11T20:14:14.668Z] [Warning] One or more build-args [ARCH] were not consumed [2022-04-11T20:14:14.668Z] Successfully built d035e7aa3f51 [2022-04-11T20:14:14.668Z] Successfully tagged device-rest-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-11T20:14:15.351Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-11T20:14:15.351Z] [2022-04-11T20:14:15.351Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-04-11T20:14:15.740Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-11T20:14:16.017Z] arm64: Pulling from edgex-lftools-log-publisher [2022-04-11T20:14:16.017Z] 8998bd30e6a1: Pulling fs layer [2022-04-11T20:14:16.017Z] 04944245beec: Pulling fs layer [2022-04-11T20:14:16.017Z] 699f458cf7ca: Pulling fs layer [2022-04-11T20:14:16.017Z] 765212b225bb: Pulling fs layer [2022-04-11T20:14:16.017Z] f23df028b6ca: Pulling fs layer [2022-04-11T20:14:16.017Z] d65c8cfc05b1: Pulling fs layer [2022-04-11T20:14:16.017Z] 2437ff75d9bd: Pulling fs layer [2022-04-11T20:14:16.017Z] 765212b225bb: Waiting [2022-04-11T20:14:16.017Z] f23df028b6ca: Waiting [2022-04-11T20:14:16.017Z] d65c8cfc05b1: Waiting [2022-04-11T20:14:16.017Z] 2437ff75d9bd: Waiting [2022-04-11T20:14:16.017Z] 04944245beec: Verifying Checksum [2022-04-11T20:14:16.017Z] 04944245beec: Download complete [2022-04-11T20:14:16.017Z] 765212b225bb: Verifying Checksum [2022-04-11T20:14:16.017Z] 765212b225bb: Download complete [2022-04-11T20:14:16.017Z] f23df028b6ca: Verifying Checksum [2022-04-11T20:14:16.017Z] f23df028b6ca: Download complete [2022-04-11T20:14:16.017Z] d65c8cfc05b1: Verifying Checksum [2022-04-11T20:14:16.017Z] d65c8cfc05b1: Download complete [2022-04-11T20:14:16.293Z] 699f458cf7ca: Verifying Checksum [2022-04-11T20:14:16.293Z] 699f458cf7ca: Download complete [2022-04-11T20:14:16.570Z] 8998bd30e6a1: Verifying Checksum [2022-04-11T20:14:16.570Z] 8998bd30e6a1: Download complete [2022-04-11T20:14:19.193Z] 2437ff75d9bd: Verifying Checksum [2022-04-11T20:14:19.193Z] 2437ff75d9bd: Download complete [2022-04-11T20:14:20.628Z] 8998bd30e6a1: Pull complete [2022-04-11T20:14:21.222Z] 04944245beec: Pull complete [2022-04-11T20:14:22.663Z] 699f458cf7ca: Pull complete [2022-04-11T20:14:22.938Z] 765212b225bb: Pull complete [2022-04-11T20:14:23.919Z] f23df028b6ca: Pull complete [2022-04-11T20:14:24.193Z] d65c8cfc05b1: Pull complete [2022-04-11T20:14:39.279Z] 2437ff75d9bd: Pull complete [2022-04-11T20:14:39.279Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-04-11T20:14:39.279Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-11T20:14:39.279Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-04-11T20:14:39.537Z] prd-ubuntu20.04-docker-arm64-4c-16g-19592 does not seem to be running inside a container [2022-04-11T20:14:39.632Z] $ 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/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-04-11T20:14:42.467Z] $ docker top 6ed59520c6b3411eaabff8481d9ff01f0d02e9997e636f8b16e29ac618948945 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-11T20:14:43.447Z] ---> job-cost.sh [2022-04-11T20:14:43.447Z] lf-activate-venv: SKIPPING [2022-04-11T20:14:43.447Z] INFO: No Stack... [2022-04-11T20:14:43.721Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-04-11T20:14:44.722Z] INFO: Archiving Costs [Pipeline] sh [2022-04-11T20:14:45.438Z] + + cat /w/workspace/device-rest-go/1/archives/cost.csv [2022-04-11T20:14:45.438Z] cut -d, -f6 [Pipeline] lock [2022-04-11T20:14:45.541Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-173-1-stack-cost] [2022-04-11T20:14:45.546Z] Resource [jenkins-edgexfoundry-device-rest-go-PR-173-1-stack-cost] did not exist. Created. [2022-04-11T20:14:45.546Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-173-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-11T20:14:46.325Z] /w/workspace/device-rest-go/1@tmp/durable-87da04e5/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-04-11T20:14:47.044Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-04-11T20:14:47.085Z] Warning: overwriting stash ‘stack-cost’ [2022-04-11T20:14:47.132Z] Stashed 1 file(s) [Pipeline] } [2022-04-11T20:14:47.145Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-173-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-11T20:14:47.228Z] $ docker stop --time=1 6ed59520c6b3411eaabff8481d9ff01f0d02e9997e636f8b16e29ac618948945 [2022-04-11T20:14:48.799Z] $ docker rm -f 6ed59520c6b3411eaabff8481d9ff01f0d02e9997e636f8b16e29ac618948945 [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 [2022-04-11T20:14:49.900Z] provisioning config files... [2022-04-11T20:14:49.910Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_PR-173@tmp/config3523405491305101680tmp [Pipeline] { [Pipeline] sh [2022-04-11T20:14:50.247Z] + set +x [2022-04-11T20:14:50.247Z] + curl -s https://codecov.io/bash [2022-04-11T20:14:50.247Z] + bash -s -- [2022-04-11T20:14:50.247Z] [2022-04-11T20:14:50.247Z] _____ _ [2022-04-11T20:14:50.247Z] / ____| | | [2022-04-11T20:14:50.247Z] | | ___ __| | ___ ___ _____ __ [2022-04-11T20:14:50.247Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-04-11T20:14:50.247Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-04-11T20:14:50.247Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-04-11T20:14:50.247Z] Bash-1.0.6 [2022-04-11T20:14:50.247Z] [2022-04-11T20:14:50.247Z] [2022-04-11T20:14:50.247Z] ==> git version 2.25.1 found [2022-04-11T20:14:50.247Z] ==> 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 [2022-04-11T20:14:50.247Z] Release-Date: 2020-01-08 [2022-04-11T20:14:50.247Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-04-11T20:14:50.247Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-04-11T20:14:50.247Z] ==> Jenkins CI detected. [2022-04-11T20:14:50.247Z] current dir:  /w/workspace/gexfoundry_device-rest-go_PR-173 [2022-04-11T20:14:50.247Z] project root: . [2022-04-11T20:14:50.247Z] --> token set from env [2022-04-11T20:14:50.247Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-04-11T20:14:50.247Z] ==> Running gcov in . (disable via -X gcov) [2022-04-11T20:14:50.247Z] ==> Python coveragepy not found [2022-04-11T20:14:50.247Z] ==> Searching for coverage reports in: [2022-04-11T20:14:50.247Z] + . [2022-04-11T20:14:50.247Z] -> Found 1 reports [2022-04-11T20:14:50.247Z] ==> Detecting git/mercurial file structure [2022-04-11T20:14:50.247Z] ==> Reading reports [2022-04-11T20:14:50.247Z] + ./coverage.out bytes=9355 [2022-04-11T20:14:50.508Z] ==> Appending adjustments [2022-04-11T20:14:50.508Z] https://docs.codecov.io/docs/fixing-reports [2022-04-11T20:14:50.508Z] + Found adjustments [2022-04-11T20:14:50.508Z] ==> Gzipping contents [2022-04-11T20:14:50.508Z] 4.0K /tmp/codecov.5KidiA.gz [2022-04-11T20:14:50.508Z] ==> Uploading reports [2022-04-11T20:14:50.508Z] url: https://codecov.io [2022-04-11T20:14:50.508Z] query: branch=PR-173&commit=91315d61c09d0ae29808b4472bea7b070ba96d29&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-173%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=173&job=&cmd_args= [2022-04-11T20:14:50.508Z] -> Pinging Codecov [2022-04-11T20:14:50.508Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c51feb23-73ac-4f49-b3d1-d26df23137db&branch=PR-173&commit=91315d61c09d0ae29808b4472bea7b070ba96d29&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-173%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=173&job=&cmd_args= [2022-04-11T20:14:50.768Z] -> Uploading to [2022-04-11T20:14:50.768Z] https://storage.googleapis.com/codecov/v4/raw/2022-04-11/4E5D53B4F1F92C436F7061BF334D961C/91315d61c09d0ae29808b4472bea7b070ba96d29/9299feb3-0093-453c-83d2-428d87565335.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220411%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220411T201450Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=75ca6b981a42740363d1957631d605d4b1e6ac59d12ab8e977d48ecc9b0826a9 [2022-04-11T20:14:50.768Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-11T20:14:50.768Z] Dload Upload Total Spent Left Speed [2022-04-11T20:14:51.029Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1800 0 0 100 1800 0 7659 --:--:-- --:--:-- --:--:-- 7692 [2022-04-11T20:14:51.029Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-rest-go/commit/91315d61c09d0ae29808b4472bea7b070ba96d29 [Pipeline] } [2022-04-11T20:14:51.054Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 [2022-04-11T20:14:52.807Z] + [ -d /w/workspace/gexfoundry_device-rest-go_PR-173/archives ] [2022-04-11T20:14:52.807Z] + ls -al /w/workspace/gexfoundry_device-rest-go_PR-173/archives [2022-04-11T20:14:52.807Z] total 16 [2022-04-11T20:14:52.807Z] drwxr-xr-x 3 root root 4096 Apr 11 20:07 . [2022-04-11T20:14:52.807Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 11 20:07 .. [2022-04-11T20:14:52.807Z] drwxr-xr-x 2 root root 4096 Apr 11 20:07 cost [2022-04-11T20:14:52.807Z] -rw-r--r-- 1 root root 85 Apr 11 20:07 cost.csv [2022-04-11T20:14:52.807Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-rest-go_PR-173/archives [2022-04-11T20:14:52.807Z] + ls -al /w/workspace/gexfoundry_device-rest-go_PR-173/archives [2022-04-11T20:14:52.807Z] total 16 [2022-04-11T20:14:52.807Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 11 20:07 . [2022-04-11T20:14:52.807Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 11 20:07 .. [2022-04-11T20:14:52.807Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 11 20:07 cost [2022-04-11T20:14:52.807Z] -rw-r--r-- 1 jenkins jenkins 85 Apr 11 20:07 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-04-11T20:14:53.144Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-11T20:14:53.803Z] ---> package-listing.sh [2022-04-11T20:14:53.803Z] ++ facter osfamily [2022-04-11T20:14:53.803Z] ++ tr '[:upper:]' '[:lower:]' [2022-04-11T20:14:54.063Z] + OS_FAMILY=debian [2022-04-11T20:14:54.064Z] + workspace=/w/workspace/gexfoundry_device-rest-go_PR-173 [2022-04-11T20:14:54.064Z] + START_PACKAGES=/tmp/packages_start.txt [2022-04-11T20:14:54.064Z] + END_PACKAGES=/tmp/packages_end.txt [2022-04-11T20:14:54.064Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-04-11T20:14:54.064Z] + PACKAGES=/tmp/packages_start.txt [2022-04-11T20:14:54.064Z] + '[' /w/workspace/gexfoundry_device-rest-go_PR-173 ']' [2022-04-11T20:14:54.064Z] + PACKAGES=/tmp/packages_end.txt [2022-04-11T20:14:54.064Z] + case "${OS_FAMILY}" in [2022-04-11T20:14:54.064Z] + dpkg -l [2022-04-11T20:14:54.064Z] + grep '^ii' [2022-04-11T20:14:54.064Z] + '[' -f /tmp/packages_start.txt ']' [2022-04-11T20:14:54.064Z] + '[' -f /tmp/packages_end.txt ']' [2022-04-11T20:14:54.064Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-04-11T20:14:54.064Z] + '[' /w/workspace/gexfoundry_device-rest-go_PR-173 ']' [2022-04-11T20:14:54.064Z] + mkdir -p /w/workspace/gexfoundry_device-rest-go_PR-173/archives/ [2022-04-11T20:14:54.064Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_PR-173/archives/ [Pipeline] echo [2022-04-11T20:14:54.097Z] 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/gexfoundry_device-rest-go_PR-173/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-04-11T20:14:54.393Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-04-11T20:14:54.723Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-11T20:14:54.724Z] . [Pipeline] withDockerContainer [2022-04-11T20:14:54.811Z] prd-ubuntu20.04-docker-8c-8g-19590 does not seem to be running inside a container [2022-04-11T20:14:54.860Z] $ 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/gexfoundry_device-rest-go_PR-173/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-rest-go_PR-173 -v /w/workspace/gexfoundry_device-rest-go_PR-173:/w/workspace/gexfoundry_device-rest-go_PR-173:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-173@tmp:/w/workspace/gexfoundry_device-rest-go_PR-173@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 [2022-04-11T20:14:55.078Z] $ docker top 23514ef1a4e3afa99400f7ea0d7788043ac18fdc9dcfc5f61b5ef7562b7a011a -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-11T20:14:55.482Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-04-11T20:14:55.794Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-04-11T20:14:56.104Z] + ls /var/log/sa-host [2022-04-11T20:14:56.104Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-11T20:14:56.391Z] provisioning config files... [2022-04-11T20:14:56.401Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-173@tmp/config6201921091995589295tmp [Pipeline] { [Pipeline] echo [2022-04-11T20:14:56.446Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-11T20:14:56.765Z] ---> create-netrc.sh [Pipeline] } [2022-04-11T20:14:56.791Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-04-11T20:14:57.202Z] ---> python-tools-install.sh [Pipeline] echo [2022-04-11T20:14:57.234Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-11T20:14:57.547Z] ---> sudo-logs.sh [2022-04-11T20:14:57.547Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-04-11T20:14:57.630Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-11T20:14:57.943Z] ---> job-cost.sh [2022-04-11T20:14:57.943Z] lf-activate-venv: SKIPPING [2022-04-11T20:14:57.943Z] DEBUG: total: 0.2199999988079071 [2022-04-11T20:14:57.943Z] INFO: Retrieving Stack Cost... [2022-04-11T20:14:58.203Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-11T20:14:58.773Z] INFO: Archiving Costs [Pipeline] echo [2022-04-11T20:14:58.806Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-11T20:14:59.123Z] ---> logs-deploy.sh [2022-04-11T20:14:59.123Z] lf-activate-venv: SKIPPING [2022-04-11T20:14:59.123Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-173/1 [2022-04-11T20:14:59.123Z] INFO: archiving workspace using pattern(s): [2022-04-11T20:15:00.065Z] Archives upload complete. [2022-04-11T20:15:00.065Z] INFO: archiving logs to Nexus