Pull request #1040 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from be3c5b591474a57a88aaefe8aee70c90e10ee150+1be87f15213c05ab1957194b5dea87ff4eff74a4 (eca583fc76a8f4c5ed7d45f1488aa80766d0d502) Running in Durability level: MAX_SURVIVABILITY 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-ssh1584281030009787098.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d6bf42d899a6140169a1fadeb6f44df9cdc48750 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-ssh4868043063219574961.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 d6bf42d899a6140169a1fadeb6f44df9cdc48750 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-sdk-go/branches/PR-1040/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-sdk-go/branches/PR-1040/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh923843130630348058.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-sdk-go/branches/PR-1040/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh6285186909215322134.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d6bf42d899a6140169a1fadeb6f44df9cdc48750 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d6bf42d899a6140169a1fadeb6f44df9cdc48750 # timeout=10 Commit message: "Merge pull request #360 from ernestojeda/fix-alpine-3-14-seccomp-issue" > 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-ssh31344126176068384.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 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-sdk-go/branches/PR-1040/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-sdk-go/branches/PR-1040/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh1084409243113908197.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 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > 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 d6bf42d899a6140169a1fadeb6f44df9cdc48750 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-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 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 Waiting for next available executor Running on prd-centos7-docker-4c-2g-836 in /w/workspace/gexfoundry_device-sdk-go_PR-1040 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/gexfoundry_device-sdk-go_PR-1040 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' 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 /w/workspace/gexfoundry_device-sdk-go_PR-1040@tmp/jenkins-gitclient-ssh4063679741307626986.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-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-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.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 /w/workspace/gexfoundry_device-sdk-go_PR-1040@tmp/jenkins-gitclient-ssh37674090216542717.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1040/head:refs/remotes/origin/PR-1040 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 1be87f15213c05ab1957194b5dea87ff4eff74a4 into PR head commit be3c5b591474a57a88aaefe8aee70c90e10ee150 Merge succeeded, producing be3c5b591474a57a88aaefe8aee70c90e10ee150 Checking out Revision be3c5b591474a57a88aaefe8aee70c90e10ee150 (PR-1040) > git config core.sparsecheckout # timeout=10 > git checkout -f be3c5b591474a57a88aaefe8aee70c90e10ee150 # timeout=10 > git remote # timeout=10 > 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 /w/workspace/gexfoundry_device-sdk-go_PR-1040@tmp/jenkins-gitclient-ssh5935813427654809336.key > git merge 1be87f15213c05ab1957194b5dea87ff4eff74a4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f be3c5b591474a57a88aaefe8aee70c90e10ee150 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object d6bf42d899a6140169a1fadeb6f44df9cdc48750 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-10-21T04:12:18.756Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-10-21T04:12:18.890Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-10-21T04:12:18.964Z] ========================================================= [2021-10-21T04:12:18.964Z] EdgeX Global Pipelines Version Info [2021-10-21T04:12:18.964Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-10-21T04:12:20.175Z] ------------------- [2021-10-21T04:12:20.175Z] stable info: [2021-10-21T04:12:20.175Z] ------------------- [2021-10-21T04:12:20.175Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-10-21T04:12:20.175Z] Commit SHA: d6bf42d899a6140169a1fadeb6f44df9cdc48750 [2021-10-21T04:12:20.175Z] Message: update stable to v1.0.210 [2021-10-21T04:12:20.751Z] ------------------- [2021-10-21T04:12:20.751Z] experimental info: [2021-10-21T04:12:20.751Z] ------------------- [2021-10-21T04:12:20.751Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-10-21T04:12:20.751Z] Commit SHA: d6bf42d899a6140169a1fadeb6f44df9cdc48750 [2021-10-21T04:12:20.751Z] Message: update experimental to v1.0.210 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-10-21T04:12:20.896Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-10-21T04:12:20.936Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-10-21T04:12:20.973Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-10-21T04:12:21.004Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-10-21T04:12:21.036Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-10-21T04:12:21.073Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-10-21T04:12:21.110Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-10-21T04:12:21.150Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-10-21T04:12:21.189Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-10-21T04:12:21.224Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-10-21T04:12:21.262Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-10-21T04:12:21.302Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2021-10-21T04:12:21.338Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-10-21T04:12:21.374Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-10-21T04:12:21.420Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-10-21T04:12:21.459Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-10-21T04:12:21.497Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-10-21T04:12:21.535Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-10-21T04:12:21.576Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-10-21T04:12:21.615Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-10-21T04:12:21.654Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-10-21T04:12:21.691Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-10-21T04:12:21.727Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-10-21T04:12:21.769Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-10-21T04:12:21.829Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-10-21T04:12:21.871Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-10-21T04:12:21.915Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1040 [Pipeline] echo [2021-10-21T04:12:21.949Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1040 [Pipeline] echo [2021-10-21T04:12:21.987Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1040 [Pipeline] echo [2021-10-21T04:12:22.025Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = be3c5b591474a57a88aaefe8aee70c90e10ee150 [Pipeline] echo [2021-10-21T04:12:22.060Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = be3c5b5 [Pipeline] echo [2021-10-21T04:12:22.098Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-21T04:12:22.222Z] provisioning config files... [2021-10-21T04:12:22.236Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1040@tmp/config7563661142076889758tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-21T04:12:22.624Z] ---> docker-login.sh [2021-10-21T04:12:22.624Z] nexus3.edgexfoundry.org:10001 [2021-10-21T04:12:22.624Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T04:12:22.887Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T04:12:22.887Z] Configure a credential helper to remove this warning. See [2021-10-21T04:12:22.887Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T04:12:22.887Z] [2021-10-21T04:12:22.887Z] Login Succeeded [2021-10-21T04:12:22.887Z] nexus3.edgexfoundry.org:10002 [2021-10-21T04:12:22.887Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T04:12:22.887Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T04:12:22.887Z] Configure a credential helper to remove this warning. See [2021-10-21T04:12:22.887Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T04:12:22.887Z] [2021-10-21T04:12:22.887Z] Login Succeeded [2021-10-21T04:12:22.887Z] nexus3.edgexfoundry.org:10003 [2021-10-21T04:12:23.156Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T04:12:23.156Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T04:12:23.156Z] Configure a credential helper to remove this warning. See [2021-10-21T04:12:23.156Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T04:12:23.156Z] [2021-10-21T04:12:23.156Z] Login Succeeded [2021-10-21T04:12:23.156Z] nexus3.edgexfoundry.org:10004 [2021-10-21T04:12:23.156Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T04:12:23.156Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T04:12:23.156Z] Configure a credential helper to remove this warning. See [2021-10-21T04:12:23.156Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T04:12:23.156Z] [2021-10-21T04:12:23.156Z] Login Succeeded [2021-10-21T04:12:23.156Z] docker.io [2021-10-21T04:12:23.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T04:12:23.689Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T04:12:23.689Z] Configure a credential helper to remove this warning. See [2021-10-21T04:12:23.689Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T04:12:23.689Z] [2021-10-21T04:12:23.689Z] Login Succeeded [2021-10-21T04:12:23.689Z] ---> docker-login.sh ends [Pipeline] } [2021-10-21T04:12:23.709Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-10-21T04:12:24.319Z] + git log --format=format:%s -1 be3c5b591474a57a88aaefe8aee70c90e10ee150 [Pipeline] echo [2021-10-21T04:12:24.366Z] GIT_COMMIT: be3c5b591474a57a88aaefe8aee70c90e10ee150, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo [2021-10-21T04:12:24.392Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-10-21T04:12:24.872Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-21T04:12:24.872Z] [2021-10-21T04:12:24.872Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-10-21T04:12:25.211Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-21T04:12:25.211Z] latest: Pulling from edgex-devops/git-semver [2021-10-21T04:12:25.211Z] a0d0a0d46f8b: Pulling fs layer [2021-10-21T04:12:25.211Z] 3e5f54012d9b: Pulling fs layer [2021-10-21T04:12:25.211Z] 4c7163046ea9: Pulling fs layer [2021-10-21T04:12:25.211Z] 0c2d73faf560: Pulling fs layer [2021-10-21T04:12:25.211Z] 0c2d73faf560: Waiting [2021-10-21T04:12:25.211Z] 3e5f54012d9b: Verifying Checksum [2021-10-21T04:12:25.211Z] 3e5f54012d9b: Download complete [2021-10-21T04:12:25.211Z] a0d0a0d46f8b: Verifying Checksum [2021-10-21T04:12:25.211Z] a0d0a0d46f8b: Download complete [2021-10-21T04:12:25.211Z] 0c2d73faf560: Verifying Checksum [2021-10-21T04:12:25.211Z] 0c2d73faf560: Download complete [2021-10-21T04:12:25.211Z] 4c7163046ea9: Verifying Checksum [2021-10-21T04:12:25.211Z] 4c7163046ea9: Download complete [2021-10-21T04:12:25.483Z] a0d0a0d46f8b: Pull complete [2021-10-21T04:12:25.483Z] 3e5f54012d9b: Pull complete [2021-10-21T04:12:25.755Z] 4c7163046ea9: Pull complete [2021-10-21T04:12:26.015Z] 0c2d73faf560: Pull complete [2021-10-21T04:12:26.015Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2021-10-21T04:12:26.015Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-21T04:12:26.015Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-10-21T04:12:26.107Z] prd-centos7-docker-4c-2g-836 does not seem to be running inside a container [2021-10-21T04:12:26.150Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1040 -v /w/workspace/gexfoundry_device-sdk-go_PR-1040:/w/workspace/gexfoundry_device-sdk-go_PR-1040:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1040@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1040@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-10-21T04:12:26.801Z] $ docker top 7bdf4c1f828db5ed82b0cdbf84abe73dddc425fdf31c01d3623ccb28d4c928c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-10-21T04:12:26.964Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-10-21T04:12:26.964Z] [ssh-agent] Looking for ssh-agent implementation... [2021-10-21T04:12:27.080Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-10-21T04:12:27.085Z] $ docker exec 7bdf4c1f828db5ed82b0cdbf84abe73dddc425fdf31c01d3623ccb28d4c928c2 ssh-agent [2021-10-21T04:12:27.214Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXJijmei/agent.13 [2021-10-21T04:12:27.214Z] SSH_AGENT_PID=19 [2021-10-21T04:12:27.221Z] Running ssh-add (command line suppressed) [2021-10-21T04:12:27.330Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1040@tmp/private_key_2076653086565144842.key (/w/workspace/gexfoundry_device-sdk-go_PR-1040@tmp/private_key_2076653086565144842.key) [2021-10-21T04:12:27.340Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-10-21T04:12:27.676Z] + git tag --points-at HEAD [Pipeline] } [2021-10-21T04:12:27.697Z] $ docker exec --env ******** --env ******** 7bdf4c1f828db5ed82b0cdbf84abe73dddc425fdf31c01d3623ccb28d4c928c2 ssh-agent -k [2021-10-21T04:12:27.800Z] unset SSH_AUTH_SOCK; [2021-10-21T04:12:27.800Z] unset SSH_AGENT_PID; [2021-10-21T04:12:27.800Z] echo Agent pid 19 killed; [2021-10-21T04:12:27.809Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-10-21T04:12:27.872Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-10-21T04:12:27.872Z] [ssh-agent] Looking for ssh-agent implementation... [2021-10-21T04:12:27.992Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-10-21T04:12:27.997Z] $ docker exec 7bdf4c1f828db5ed82b0cdbf84abe73dddc425fdf31c01d3623ccb28d4c928c2 ssh-agent [2021-10-21T04:12:28.097Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXILjapG/agent.54 [2021-10-21T04:12:28.097Z] SSH_AGENT_PID=61 [2021-10-21T04:12:28.109Z] Running ssh-add (command line suppressed) [2021-10-21T04:12:28.200Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1040@tmp/private_key_7184530912259153738.key (/w/workspace/gexfoundry_device-sdk-go_PR-1040@tmp/private_key_7184530912259153738.key) [2021-10-21T04:12:28.214Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-10-21T04:12:28.534Z] + git semver init [2021-10-21T04:12:28.534Z] # -> Open(): unable to determine branch for HEAD [2021-10-21T04:12:28.534Z] # $GIT_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1040/.git [2021-10-21T04:12:28.534Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-sdk-go_PR-1040 [2021-10-21T04:12:28.534Z] # $SEMVER_REMOTE_NAME = origin [2021-10-21T04:12:28.534Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-10-21T04:12:28.534Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-10-21T04:12:28.534Z] # $SEMVER_BRANCH = PR-1040 [2021-10-21T04:12:28.534Z] # $SEMVER_TEMP = /tmp/semver-184657665 [2021-10-21T04:12:28.534Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-10-21T04:12:29.493Z] # '/tmp/semver-184657665' -> '/w/workspace/gexfoundry_device-sdk-go_PR-1040/.semver' [2021-10-21T04:12:29.493Z] # -> Force: false [2021-10-21T04:12:29.493Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1040/.semver [Pipeline] } [2021-10-21T04:12:29.515Z] $ docker exec --env ******** --env ******** 7bdf4c1f828db5ed82b0cdbf84abe73dddc425fdf31c01d3623ccb28d4c928c2 ssh-agent -k [2021-10-21T04:12:29.612Z] unset SSH_AUTH_SOCK; [2021-10-21T04:12:29.613Z] unset SSH_AGENT_PID; [2021-10-21T04:12:29.613Z] echo Agent pid 61 killed; [2021-10-21T04:12:29.623Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-10-21T04:12:30.021Z] + git semver [Pipeline] } [2021-10-21T04:12:30.045Z] $ docker stop --time=1 7bdf4c1f828db5ed82b0cdbf84abe73dddc425fdf31c01d3623ccb28d4c928c2 [2021-10-21T04:12:31.262Z] $ docker rm -f 7bdf4c1f828db5ed82b0cdbf84abe73dddc425fdf31c01d3623ccb28d4c928c2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-21T04:12:31.642Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-10-21T04:12:31.906Z] Stashed 1 file(s) [Pipeline] echo [2021-10-21T04:12:31.923Z] [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] node [Pipeline] node [2021-10-21T04:12:47.397Z] Still waiting to schedule task [2021-10-21T04:12:47.397Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-10-21T04:12:47.415Z] Still waiting to schedule task [2021-10-21T04:12:47.416Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-10-21T04:13:34.391Z] Running on prd-centos7-docker-4c-2g-841 in /w/workspace/gexfoundry_device-sdk-go_PR-1040 [Pipeline] { [Pipeline] ws [2021-10-21T04:13:34.429Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2021-10-21T04:13:34.548Z] Selected Git installation does not exist. Using Default [2021-10-21T04:13:34.548Z] The recommended git tool is: NONE [2021-10-21T04:13:36.401Z] using credential edgex-jenkins-ssh [2021-10-21T04:13:36.413Z] Cloning the remote Git repository [2021-10-21T04:13:35.946Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-10-21T04:13:35.998Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2021-10-21T04:13:36.033Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-10-21T04:13:36.033Z] > git --version # timeout=10 [2021-10-21T04:13:36.042Z] > git --version # 'git version 2.24.4' [2021-10-21T04:13:36.043Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-21T04:13:36.063Z] [INFO] Currently running in a labeled security context [2021-10-21T04:13:36.064Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-10-21T04:13:36.064Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh8343746620564044645.key [2021-10-21T04:13:36.087Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-21T04:13:37.888Z] Merging remotes/origin/main commit 1be87f15213c05ab1957194b5dea87ff4eff74a4 into PR head commit be3c5b591474a57a88aaefe8aee70c90e10ee150 [2021-10-21T04:13:36.875Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-10-21T04:13:36.881Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-21T04:13:36.891Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-10-21T04:13:36.906Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-10-21T04:13:36.906Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-21T04:13:36.907Z] [INFO] Currently running in a labeled security context [2021-10-21T04:13:36.907Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-10-21T04:13:36.908Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh778467481680901878.key [2021-10-21T04:13:36.926Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1040/head:refs/remotes/origin/PR-1040 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-10-21T04:13:37.410Z] > git config core.sparsecheckout # timeout=10 [2021-10-21T04:13:37.421Z] > git checkout -f be3c5b591474a57a88aaefe8aee70c90e10ee150 # timeout=10 [2021-10-21T04:13:37.460Z] > git remote # timeout=10 [2021-10-21T04:13:37.473Z] > git config --get remote.origin.url # timeout=10 [2021-10-21T04:13:37.482Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-21T04:13:37.483Z] [INFO] Currently running in a labeled security context [2021-10-21T04:13:37.483Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-10-21T04:13:37.483Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh8580547143066308642.key [2021-10-21T04:13:38.001Z] Merge succeeded, producing be3c5b591474a57a88aaefe8aee70c90e10ee150 [2021-10-21T04:13:38.001Z] Checking out Revision be3c5b591474a57a88aaefe8aee70c90e10ee150 (PR-1040) [2021-10-21T04:13:37.493Z] > git merge 1be87f15213c05ab1957194b5dea87ff4eff74a4 # timeout=10 [2021-10-21T04:13:37.506Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-10-21T04:13:37.518Z] > git config core.sparsecheckout # timeout=10 [2021-10-21T04:13:37.531Z] > git checkout -f be3c5b591474a57a88aaefe8aee70c90e10ee150 # timeout=10 [2021-10-21T04:13:41.574Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2021-10-21T04:13:41.109Z] > git --version # timeout=10 [2021-10-21T04:13:41.116Z] > git --version # 'git version 2.24.4' [2021-10-21T04:13:41.120Z] fatal: bad object d6bf42d899a6140169a1fadeb6f44df9cdc48750 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-21T04:13:42.130Z] provisioning config files... [2021-10-21T04:13:42.142Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config8561056879927839781tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-21T04:13:42.562Z] ---> docker-login.sh [2021-10-21T04:13:42.562Z] nexus3.edgexfoundry.org:10001 [2021-10-21T04:13:42.562Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T04:13:42.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T04:13:42.826Z] Configure a credential helper to remove this warning. See [2021-10-21T04:13:42.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T04:13:42.826Z] [2021-10-21T04:13:42.826Z] Login Succeeded [2021-10-21T04:13:42.826Z] nexus3.edgexfoundry.org:10002 [2021-10-21T04:13:42.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T04:13:42.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T04:13:42.826Z] Configure a credential helper to remove this warning. See [2021-10-21T04:13:42.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T04:13:42.826Z] [2021-10-21T04:13:42.826Z] Login Succeeded [2021-10-21T04:13:42.826Z] nexus3.edgexfoundry.org:10003 [2021-10-21T04:13:42.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T04:13:42.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T04:13:42.826Z] Configure a credential helper to remove this warning. See [2021-10-21T04:13:42.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T04:13:42.826Z] [2021-10-21T04:13:42.826Z] Login Succeeded [2021-10-21T04:13:42.826Z] nexus3.edgexfoundry.org:10004 [2021-10-21T04:13:43.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T04:13:43.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T04:13:43.087Z] Configure a credential helper to remove this warning. See [2021-10-21T04:13:43.087Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T04:13:43.087Z] [2021-10-21T04:13:43.087Z] Login Succeeded [2021-10-21T04:13:43.087Z] docker.io [2021-10-21T04:13:43.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T04:13:43.350Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T04:13:43.350Z] Configure a credential helper to remove this warning. See [2021-10-21T04:13:43.350Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T04:13:43.351Z] [2021-10-21T04:13:43.351Z] Login Succeeded [2021-10-21T04:13:43.383Z] ---> docker-login.sh ends [Pipeline] } [2021-10-21T04:13:43.394Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-10-21T04:13:43.624Z] ========================================================= [2021-10-21T04:13:43.624Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-10-21T04:13:43.624Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-10-21T04:13:44.042Z] + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine --build-arg 'MAKE=echo noop' --target=builder . [2021-10-21T04:13:44.042Z] Sending build context to Docker daemon 2.709MB [2021-10-21T04:13:44.042Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.14 [2021-10-21T04:13:44.042Z] Step 2/10 : FROM ${BASE} AS builder [2021-10-21T04:13:44.042Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-10-21T04:13:44.042Z] a0d0a0d46f8b: Pulling fs layer [2021-10-21T04:13:44.042Z] 31adcdaf11c8: Pulling fs layer [2021-10-21T04:13:44.042Z] b8b176561691: Pulling fs layer [2021-10-21T04:13:44.042Z] 4527c011a84f: Pulling fs layer [2021-10-21T04:13:44.042Z] 5d74067f8e1e: Pulling fs layer [2021-10-21T04:13:44.042Z] e0aca202a116: Pulling fs layer [2021-10-21T04:13:44.042Z] 3a43be97a3b4: Pulling fs layer [2021-10-21T04:13:44.042Z] 34cad66bf833: Pulling fs layer [2021-10-21T04:13:44.042Z] b4e3c513aaa6: Pulling fs layer [2021-10-21T04:13:44.042Z] 4527c011a84f: Waiting [2021-10-21T04:13:44.042Z] 5d74067f8e1e: Waiting [2021-10-21T04:13:44.042Z] e0aca202a116: Waiting [2021-10-21T04:13:44.042Z] 3a43be97a3b4: Waiting [2021-10-21T04:13:44.042Z] 34cad66bf833: Waiting [2021-10-21T04:13:44.042Z] b4e3c513aaa6: Waiting [2021-10-21T04:13:44.042Z] b8b176561691: Verifying Checksum [2021-10-21T04:13:44.042Z] b8b176561691: Download complete [2021-10-21T04:13:44.042Z] 31adcdaf11c8: Verifying Checksum [2021-10-21T04:13:44.042Z] 31adcdaf11c8: Download complete [2021-10-21T04:13:44.042Z] 5d74067f8e1e: Verifying Checksum [2021-10-21T04:13:44.042Z] 5d74067f8e1e: Download complete [2021-10-21T04:13:44.306Z] e0aca202a116: Download complete [2021-10-21T04:13:44.306Z] a0d0a0d46f8b: Verifying Checksum [2021-10-21T04:13:44.306Z] a0d0a0d46f8b: Download complete [2021-10-21T04:13:44.306Z] 3a43be97a3b4: Verifying Checksum [2021-10-21T04:13:44.306Z] 3a43be97a3b4: Download complete [2021-10-21T04:13:44.306Z] 34cad66bf833: Verifying Checksum [2021-10-21T04:13:44.306Z] 34cad66bf833: Download complete [2021-10-21T04:13:44.306Z] a0d0a0d46f8b: Pull complete [2021-10-21T04:13:44.587Z] 31adcdaf11c8: Pull complete [2021-10-21T04:13:44.858Z] b8b176561691: Pull complete [2021-10-21T04:13:44.858Z] 4527c011a84f: Verifying Checksum [2021-10-21T04:13:44.858Z] 4527c011a84f: Download complete [2021-10-21T04:13:45.124Z] b4e3c513aaa6: Verifying Checksum [2021-10-21T04:13:45.124Z] b4e3c513aaa6: Download complete [2021-10-21T04:13:48.454Z] 4527c011a84f: Pull complete [2021-10-21T04:13:48.454Z] 5d74067f8e1e: Pull complete [2021-10-21T04:13:48.454Z] e0aca202a116: Pull complete [2021-10-21T04:13:48.714Z] 3a43be97a3b4: Pull complete [2021-10-21T04:13:48.714Z] 34cad66bf833: Pull complete [2021-10-21T04:13:51.279Z] b4e3c513aaa6: Pull complete [2021-10-21T04:13:51.279Z] Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 [2021-10-21T04:13:51.279Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-21T04:13:51.279Z] ---> 9f6097aaca64 [2021-10-21T04:13:51.279Z] Step 3/10 : ARG MAKE=make build [2021-10-21T04:13:53.199Z] ---> Running in 632ba4006cd1 [2021-10-21T04:13:53.199Z] Removing intermediate container 632ba4006cd1 [2021-10-21T04:13:53.199Z] ---> 2f55f4c5acfa [2021-10-21T04:13:53.199Z] Step 4/10 : WORKDIR /device-sdk-go [2021-10-21T04:13:53.199Z] ---> Running in bc3c4ff65430 [2021-10-21T04:13:53.199Z] Removing intermediate container bc3c4ff65430 [2021-10-21T04:13:53.199Z] ---> c5a6a20bddcd [2021-10-21T04:13:53.199Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-10-21T04:13:53.199Z] ---> Running in 669fe9c0a890 [2021-10-21T04:13:53.199Z] Removing intermediate container 669fe9c0a890 [2021-10-21T04:13:53.199Z] ---> 5c0400ae3ca1 [2021-10-21T04:13:53.199Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-21T04:13:53.199Z] ---> Running in eef4246c209c [2021-10-21T04:13:53.773Z] Removing intermediate container eef4246c209c [2021-10-21T04:13:53.774Z] ---> f8b663e03573 [2021-10-21T04:13:53.774Z] Step 7/10 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-10-21T04:13:53.774Z] ---> Running in acde21c59c08 [2021-10-21T04:13:54.034Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-21T04:13:55.420Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-21T04:13:55.685Z] OK: 220 MiB in 52 packages [2021-10-21T04:13:55.685Z] Removing intermediate container acde21c59c08 [2021-10-21T04:13:55.685Z] ---> 3e1cc3308f8a [2021-10-21T04:13:55.685Z] Step 8/10 : COPY . . [2021-10-21T04:13:56.263Z] ---> c879ede23563 [2021-10-21T04:13:56.263Z] Step 9/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-21T04:13:56.263Z] ---> Running in 6ad34d5767bb [2021-10-21T04:14:28.430Z] Removing intermediate container 6ad34d5767bb [2021-10-21T04:14:28.430Z] ---> 417810ba6c59 [2021-10-21T04:14:28.430Z] Step 10/10 : RUN ${MAKE} [2021-10-21T04:14:28.430Z] ---> Running in 8131d3bcb241 [2021-10-21T04:14:28.430Z] noop [2021-10-21T04:14:28.430Z] Removing intermediate container 8131d3bcb241 [2021-10-21T04:14:28.430Z] ---> 2b724c5254a7 [2021-10-21T04:14:28.430Z] Successfully built 2b724c5254a7 [2021-10-21T04:14:28.430Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-21T04:14:28.754Z] + docker inspect -f . ci-base-image-x86_64 [2021-10-21T04:14:28.754Z] . [Pipeline] withDockerContainer [2021-10-21T04:14:28.836Z] prd-centos7-docker-4c-2g-841 does not seem to be running inside a container [2021-10-21T04:14:28.886Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-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 ******** ci-base-image-x86_64 cat [2021-10-21T04:14:29.246Z] $ docker top 1fa95d567bdf4f2ce0c9cb843a2efabca215933f1293bedf911b6549d4531ef8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-21T04:14:29.657Z] + go version [2021-10-21T04:14:29.657Z] go version go1.16.8 linux/amd64 [Pipeline] } [2021-10-21T04:14:29.683Z] $ docker stop --time=1 1fa95d567bdf4f2ce0c9cb843a2efabca215933f1293bedf911b6549d4531ef8 [2021-10-21T04:14:30.878Z] $ docker rm -f 1fa95d567bdf4f2ce0c9cb843a2efabca215933f1293bedf911b6549d4531ef8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-21T04:14:31.560Z] + docker inspect -f . ci-base-image-x86_64 [2021-10-21T04:14:31.560Z] . [Pipeline] withDockerContainer [2021-10-21T04:14:31.653Z] prd-centos7-docker-4c-2g-841 does not seem to be running inside a container [2021-10-21T04:14:31.693Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-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 ******** ci-base-image-x86_64 cat [2021-10-21T04:14:32.050Z] $ docker top a5dc877204d8a9f07c42edda24967bdbca3d6e63ef564ec0a2cc65dc84586e9f -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-10-21T04:14:32.478Z] + make test [2021-10-21T04:14:32.478Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-10-21T04:14:37.815Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-10-21T04:14:59.959Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-10-21T04:14:59.959Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-10-21T04:14:59.959Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-10-21T04:15:00.545Z] # github.com/edgexfoundry/device-sdk-go/v2/internal/application [github.com/edgexfoundry/device-sdk-go/v2/internal/application.test] [2021-10-21T04:15:00.545Z] internal/application/command_test.go:71:3: cannot use promoted field BaseWithTotalCountResponse.BaseResponse in struct literal of type responses.MultiDevicesResponse [2021-10-21T04:15:00.545Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/application [build failed] [2021-10-21T04:15:00.545Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-10-21T04:15:01.143Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.047s coverage: 28.1% of statements [2021-10-21T04:15:01.143Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.049s coverage: 78.9% of statements [2021-10-21T04:15:01.752Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.060s coverage: 9.0% of statements [2021-10-21T04:15:01.752Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-10-21T04:15:01.752Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-10-21T04:15:01.752Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-10-21T04:15:02.018Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.055s coverage: 28.7% of statements [2021-10-21T04:15:02.018Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-10-21T04:15:03.973Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.050s coverage: 83.3% of statements [2021-10-21T04:15:03.973Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-10-21T04:15:03.973Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-10-21T04:15:03.973Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.078s coverage: 57.8% of statements [2021-10-21T04:15:04.554Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.807s coverage: 88.8% of statements [2021-10-21T04:15:04.554Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-10-21T04:15:04.554Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.050s coverage: 4.9% of statements [2021-10-21T04:15:04.554Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-10-21T04:15:04.554Z] FAIL [2021-10-21T04:15:04.554Z] make: *** [Makefile:35: test] Error 2 [Pipeline] } [2021-10-21T04:15:04.593Z] $ docker stop --time=1 a5dc877204d8a9f07c42edda24967bdbca3d6e63ef564ec0a2cc65dc84586e9f [2021-10-21T04:15:06.205Z] $ docker rm -f a5dc877204d8a9f07c42edda24967bdbca3d6e63ef564ec0a2cc65dc84586e9f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-21T04:15:07.361Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-21T04:15:07.361Z] [2021-10-21T04:15:07.361Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-10-21T04:15:07.723Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-21T04:15:07.723Z] latest: Pulling from edgex-lftools-log-publisher [2021-10-21T04:15:07.723Z] b4d181a07f80: Pulling fs layer [2021-10-21T04:15:07.723Z] a1111a8f2ec3: Pulling fs layer [2021-10-21T04:15:07.723Z] ed53099fbce6: Pulling fs layer [2021-10-21T04:15:07.723Z] dc539afda2c1: Pulling fs layer [2021-10-21T04:15:07.723Z] 77bc0d833cb6: Pulling fs layer [2021-10-21T04:15:07.723Z] 9065ff56babe: Pulling fs layer [2021-10-21T04:15:07.723Z] d287ab97295c: Pulling fs layer [2021-10-21T04:15:07.723Z] 77bc0d833cb6: Waiting [2021-10-21T04:15:07.723Z] 9065ff56babe: Waiting [2021-10-21T04:15:07.723Z] d287ab97295c: Waiting [2021-10-21T04:15:07.723Z] dc539afda2c1: Waiting [2021-10-21T04:15:07.723Z] a1111a8f2ec3: Verifying Checksum [2021-10-21T04:15:07.723Z] a1111a8f2ec3: Download complete [2021-10-21T04:15:07.723Z] dc539afda2c1: Verifying Checksum [2021-10-21T04:15:07.723Z] dc539afda2c1: Download complete [2021-10-21T04:15:07.991Z] ed53099fbce6: Verifying Checksum [2021-10-21T04:15:07.991Z] ed53099fbce6: Download complete [2021-10-21T04:15:07.991Z] 77bc0d833cb6: Verifying Checksum [2021-10-21T04:15:07.991Z] 77bc0d833cb6: Download complete [2021-10-21T04:15:07.991Z] 9065ff56babe: Verifying Checksum [2021-10-21T04:15:07.991Z] 9065ff56babe: Download complete [2021-10-21T04:15:07.991Z] b4d181a07f80: Verifying Checksum [2021-10-21T04:15:07.991Z] b4d181a07f80: Download complete [2021-10-21T04:15:08.591Z] d287ab97295c: Verifying Checksum [2021-10-21T04:15:08.591Z] d287ab97295c: Download complete [2021-10-21T04:15:09.560Z] b4d181a07f80: Pull complete [2021-10-21T04:15:09.560Z] a1111a8f2ec3: Pull complete [2021-10-21T04:15:10.145Z] ed53099fbce6: Pull complete [2021-10-21T04:15:10.145Z] dc539afda2c1: Pull complete [2021-10-21T04:15:10.409Z] 77bc0d833cb6: Pull complete [2021-10-21T04:15:10.409Z] 9065ff56babe: Pull complete [2021-10-21T04:15:15.716Z] d287ab97295c: Pull complete [2021-10-21T04:15:15.716Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-10-21T04:15:15.716Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-21T04:15:15.716Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-10-21T04:15:15.810Z] prd-centos7-docker-4c-2g-841 does not seem to be running inside a container [2021-10-21T04:15:15.858Z] $ 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-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-10-21T04:15:18.241Z] $ docker top 94c88dbb7cac53886c8dd9f5cdcd3dce547a346fa992e36c1d5fb02fec4df002 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-21T04:15:18.704Z] ---> job-cost.sh [2021-10-21T04:15:18.704Z] lf-activate-venv: SKIPPING [2021-10-21T04:15:18.704Z] INFO: No Stack... [2021-10-21T04:15:18.970Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-10-21T04:15:19.238Z] INFO: Archiving Costs [Pipeline] sh [2021-10-21T04:15:19.563Z] + cat /w/workspace/device-sdk-go/1/archives/cost.csv [2021-10-21T04:15:19.563Z] + cut -d, -f6 [Pipeline] lock [2021-10-21T04:15:19.623Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1040-1-stack-cost] [2021-10-21T04:15:19.629Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1040-1-stack-cost] did not exist. Created. [2021-10-21T04:15:19.629Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1040-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-10-21T04:15:19.993Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-10-21T04:15:20.187Z] Stashed 1 file(s) [Pipeline] } [2021-10-21T04:15:20.208Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1040-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-10-21T04:15:20.286Z] $ docker stop --time=1 94c88dbb7cac53886c8dd9f5cdcd3dce547a346fa992e36c1d5fb02fec4df002 [2021-10-21T04:15:21.408Z] $ docker rm -f 94c88dbb7cac53886c8dd9f5cdcd3dce547a346fa992e36c1d5fb02fec4df002 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-10-21T04:15:21.981Z] Failed in branch amd64 [2021-10-21T04:24:44.120Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-854 in /w/workspace/gexfoundry_device-sdk-go_PR-1040 [Pipeline] { [Pipeline] ws [2021-10-21T04:24:44.163Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2021-10-21T04:24:44.420Z] Selected Git installation does not exist. Using Default [2021-10-21T04:24:44.421Z] The recommended git tool is: NONE [2021-10-21T04:24:50.105Z] using credential edgex-jenkins-ssh [2021-10-21T04:24:50.122Z] Cloning the remote Git repository [2021-10-21T04:24:50.177Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-10-21T04:24:50.278Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2021-10-21T04:24:50.415Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-10-21T04:24:50.415Z] > git --version # timeout=10 [2021-10-21T04:24:50.442Z] > git --version # 'git version 2.17.1' [2021-10-21T04:24:50.444Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-21T04:24:50.527Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-21T04:24:52.663Z] Merging remotes/origin/main commit 1be87f15213c05ab1957194b5dea87ff4eff74a4 into PR head commit be3c5b591474a57a88aaefe8aee70c90e10ee150 [2021-10-21T04:24:52.928Z] Merge succeeded, producing be3c5b591474a57a88aaefe8aee70c90e10ee150 [2021-10-21T04:24:52.929Z] Checking out Revision be3c5b591474a57a88aaefe8aee70c90e10ee150 (PR-1040) [2021-10-21T04:24:51.930Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-10-21T04:24:51.947Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-21T04:24:51.983Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-10-21T04:24:52.026Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-10-21T04:24:52.027Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-21T04:24:52.045Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1040/head:refs/remotes/origin/PR-1040 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-10-21T04:24:52.690Z] > git config core.sparsecheckout # timeout=10 [2021-10-21T04:24:52.709Z] > git checkout -f be3c5b591474a57a88aaefe8aee70c90e10ee150 # timeout=10 [2021-10-21T04:24:52.832Z] > git remote # timeout=10 [2021-10-21T04:24:52.857Z] > git config --get remote.origin.url # timeout=10 [2021-10-21T04:24:52.873Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-21T04:24:52.887Z] > git merge 1be87f15213c05ab1957194b5dea87ff4eff74a4 # timeout=10 [2021-10-21T04:24:52.913Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-10-21T04:24:52.940Z] > git config core.sparsecheckout # timeout=10 [2021-10-21T04:24:52.953Z] > git checkout -f be3c5b591474a57a88aaefe8aee70c90e10ee150 # timeout=10 [2021-10-21T04:24:57.459Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2021-10-21T04:24:57.522Z] > git --version # timeout=10 [2021-10-21T04:24:57.530Z] > git --version # 'git version 2.17.1' [2021-10-21T04:24:57.547Z] fatal: bad object d6bf42d899a6140169a1fadeb6f44df9cdc48750 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-10-21T04:24:58.759Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2021-10-21T04:24:58.759Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-10-21T04:24:58.759Z] Dload Upload Total Spent Left Speed [2021-10-21T04:25:00.233Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 11824 100 11824 0 0 7231 0 0:00:01 0:00:01 --:--:-- 7231 [Pipeline] sh [2021-10-21T04:25:00.661Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2021-10-21T04:25:01.032Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2021-10-21T04:25:01.032Z] + sudo tee /etc/docker/daemon.new [2021-10-21T04:25:01.032Z] { [2021-10-21T04:25:01.032Z] "registry-mirrors": [ [2021-10-21T04:25:01.032Z] "https://nexus3.edgexfoundry.org:10001" [2021-10-21T04:25:01.032Z] ], [2021-10-21T04:25:01.032Z] "bip": "10.250.0.254/24", [2021-10-21T04:25:01.032Z] "hosts": [ [2021-10-21T04:25:01.032Z] "tcp://0.0.0.0:5555", [2021-10-21T04:25:01.032Z] "unix:///var/run/docker.sock" [2021-10-21T04:25:01.032Z] ], [2021-10-21T04:25:01.032Z] "mtu": 1458, [2021-10-21T04:25:01.032Z] "selinux-enabled": true, [2021-10-21T04:25:01.032Z] "seccomp-profile": "/etc/docker/seccomp.json" [2021-10-21T04:25:01.032Z] } [Pipeline] sh [2021-10-21T04:25:01.419Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2021-10-21T04:25:01.798Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-21T04:25:20.228Z] provisioning config files... [2021-10-21T04:25:20.261Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config5102310743557791703tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-21T04:25:20.698Z] ---> docker-login.sh [2021-10-21T04:25:20.698Z] nexus3.edgexfoundry.org:10001 [2021-10-21T04:25:22.159Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T04:25:22.769Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T04:25:22.769Z] Configure a credential helper to remove this warning. See [2021-10-21T04:25:22.769Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T04:25:22.769Z] [2021-10-21T04:25:22.769Z] Login Succeeded [2021-10-21T04:25:22.769Z] nexus3.edgexfoundry.org:10002 [2021-10-21T04:25:23.046Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T04:25:23.325Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T04:25:23.325Z] Configure a credential helper to remove this warning. See [2021-10-21T04:25:23.325Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T04:25:23.325Z] [2021-10-21T04:25:23.325Z] Login Succeeded [2021-10-21T04:25:23.325Z] nexus3.edgexfoundry.org:10003 [2021-10-21T04:25:23.601Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T04:25:23.601Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T04:25:23.601Z] Configure a credential helper to remove this warning. See [2021-10-21T04:25:23.601Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T04:25:23.601Z] [2021-10-21T04:25:23.601Z] Login Succeeded [2021-10-21T04:25:23.601Z] nexus3.edgexfoundry.org:10004 [2021-10-21T04:25:24.203Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T04:25:24.203Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T04:25:24.203Z] Configure a credential helper to remove this warning. See [2021-10-21T04:25:24.203Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T04:25:24.203Z] [2021-10-21T04:25:24.203Z] Login Succeeded [2021-10-21T04:25:24.203Z] docker.io [2021-10-21T04:25:24.480Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T04:25:25.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T04:25:25.085Z] Configure a credential helper to remove this warning. See [2021-10-21T04:25:25.085Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T04:25:25.085Z] [2021-10-21T04:25:25.085Z] Login Succeeded [2021-10-21T04:25:25.085Z] ---> docker-login.sh ends [Pipeline] } [2021-10-21T04:25:25.116Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-10-21T04:25:25.755Z] ========================================================= [2021-10-21T04:25:25.755Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-10-21T04:25:25.755Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-10-21T04:25:26.239Z] + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine --build-arg MAKE=echo noop --target=builder . [2021-10-21T04:25:26.854Z] Sending build context to Docker daemon 2.708MB [2021-10-21T04:25:26.854Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.14 [2021-10-21T04:25:26.854Z] Step 2/10 : FROM ${BASE} AS builder [2021-10-21T04:25:27.131Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-10-21T04:25:27.131Z] 552d1f2373af: Pulling fs layer [2021-10-21T04:25:27.131Z] ea3f2d53f512: Pulling fs layer [2021-10-21T04:25:27.131Z] 9e70ebbbe112: Pulling fs layer [2021-10-21T04:25:27.131Z] 7a9cfe048b4a: Pulling fs layer [2021-10-21T04:25:27.131Z] 72dc09318566: Pulling fs layer [2021-10-21T04:25:27.131Z] f4f7b4309257: Pulling fs layer [2021-10-21T04:25:27.131Z] 0ac9a79272e3: Pulling fs layer [2021-10-21T04:25:27.131Z] b78e95d17946: Pulling fs layer [2021-10-21T04:25:27.131Z] 7a9cfe048b4a: Waiting [2021-10-21T04:25:27.131Z] 72dc09318566: Waiting [2021-10-21T04:25:27.131Z] f4f7b4309257: Waiting [2021-10-21T04:25:27.131Z] 0ac9a79272e3: Waiting [2021-10-21T04:25:27.131Z] b78e95d17946: Waiting [2021-10-21T04:25:27.131Z] 9e70ebbbe112: Verifying Checksum [2021-10-21T04:25:27.131Z] 9e70ebbbe112: Download complete [2021-10-21T04:25:27.131Z] ea3f2d53f512: Verifying Checksum [2021-10-21T04:25:27.131Z] ea3f2d53f512: Download complete [2021-10-21T04:25:27.131Z] 72dc09318566: Verifying Checksum [2021-10-21T04:25:27.132Z] 72dc09318566: Download complete [2021-10-21T04:25:27.132Z] f4f7b4309257: Download complete [2021-10-21T04:25:27.132Z] 0ac9a79272e3: Verifying Checksum [2021-10-21T04:25:27.132Z] 552d1f2373af: Verifying Checksum [2021-10-21T04:25:27.132Z] 552d1f2373af: Download complete [2021-10-21T04:25:28.150Z] 552d1f2373af: Pull complete [2021-10-21T04:25:28.776Z] ea3f2d53f512: Pull complete [2021-10-21T04:25:29.392Z] 9e70ebbbe112: Pull complete [2021-10-21T04:25:29.392Z] b78e95d17946: Download complete [2021-10-21T04:25:29.674Z] 7a9cfe048b4a: Verifying Checksum [2021-10-21T04:25:29.674Z] 7a9cfe048b4a: Download complete [2021-10-21T04:25:42.155Z] 7a9cfe048b4a: Pull complete [2021-10-21T04:25:42.155Z] 72dc09318566: Pull complete [2021-10-21T04:25:42.155Z] f4f7b4309257: Pull complete [2021-10-21T04:25:42.155Z] 0ac9a79272e3: Pull complete [2021-10-21T04:25:46.512Z] b78e95d17946: Pull complete [2021-10-21T04:25:46.512Z] Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 [2021-10-21T04:25:46.795Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-10-21T04:25:46.795Z] ---> 8b459fc5aaf0 [2021-10-21T04:25:46.795Z] Step 3/10 : ARG MAKE=make build [2021-10-21T04:25:51.160Z] ---> Running in 6c7e6c09b9bf [2021-10-21T04:25:51.769Z] Removing intermediate container 6c7e6c09b9bf [2021-10-21T04:25:51.769Z] ---> 60137cec13da [2021-10-21T04:25:51.769Z] Step 4/10 : WORKDIR /device-sdk-go [2021-10-21T04:25:51.769Z] ---> Running in 959e691a156f [2021-10-21T04:25:52.764Z] Removing intermediate container 959e691a156f [2021-10-21T04:25:52.764Z] ---> 1947a9f08980 [2021-10-21T04:25:52.764Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-10-21T04:25:52.764Z] ---> Running in 0ac033444726 [2021-10-21T04:25:53.370Z] Removing intermediate container 0ac033444726 [2021-10-21T04:25:53.370Z] ---> 6d0ce435daa4 [2021-10-21T04:25:53.370Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-21T04:25:53.370Z] ---> Running in cac3c85f6d9a [2021-10-21T04:25:56.018Z] Removing intermediate container cac3c85f6d9a [2021-10-21T04:25:56.018Z] ---> ffa9abcc8931 [2021-10-21T04:25:56.018Z] Step 7/10 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-10-21T04:25:56.018Z] ---> Running in 067de0f84472 [2021-10-21T04:25:57.473Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-21T04:25:58.471Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-21T04:25:59.097Z] OK: 219 MiB in 52 packages [2021-10-21T04:26:00.093Z] Removing intermediate container 067de0f84472 [2021-10-21T04:26:00.093Z] ---> f3b6189ff576 [2021-10-21T04:26:00.093Z] Step 8/10 : COPY . . [2021-10-21T04:26:01.551Z] ---> a835ce8007e2 [2021-10-21T04:26:01.551Z] Step 9/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-21T04:26:01.551Z] ---> Running in 78304ba3c7f7 [2021-10-21T04:27:23.426Z] Removing intermediate container 78304ba3c7f7 [2021-10-21T04:27:23.426Z] ---> 80b561d4c4c0 [2021-10-21T04:27:23.426Z] Step 10/10 : RUN ${MAKE} [2021-10-21T04:27:23.710Z] ---> Running in 5897d3cf8b20 [2021-10-21T04:27:24.712Z] noop [2021-10-21T04:27:25.700Z] Removing intermediate container 5897d3cf8b20 [2021-10-21T04:27:25.700Z] ---> b9cb6438e598 [2021-10-21T04:27:25.700Z] Successfully built b9cb6438e598 [2021-10-21T04:27:25.700Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-21T04:27:26.079Z] + docker inspect -f . ci-base-image-arm64 [2021-10-21T04:27:26.079Z] . [Pipeline] withDockerContainer [2021-10-21T04:27:26.351Z] prd-ubuntu18.04-docker-arm64-4c-16g-854 does not seem to be running inside a container [2021-10-21T04:27:26.515Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-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 [2021-10-21T04:27:28.014Z] $ docker top 42811b425f8e0884557ccc13cbeaee02e88be957b5805a4e569c2bb89ed05292 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-21T04:27:28.995Z] + go version [2021-10-21T04:27:28.996Z] go version go1.16.8 linux/arm64 [Pipeline] } [2021-10-21T04:27:29.039Z] $ docker stop --time=1 42811b425f8e0884557ccc13cbeaee02e88be957b5805a4e569c2bb89ed05292 [2021-10-21T04:27:30.882Z] $ docker rm -f 42811b425f8e0884557ccc13cbeaee02e88be957b5805a4e569c2bb89ed05292 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-21T04:27:31.832Z] + docker inspect -f . ci-base-image-arm64 [2021-10-21T04:27:31.832Z] . [Pipeline] withDockerContainer [2021-10-21T04:27:32.086Z] prd-ubuntu18.04-docker-arm64-4c-16g-854 does not seem to be running inside a container [2021-10-21T04:27:32.178Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-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 [2021-10-21T04:27:33.651Z] $ docker top b1f2a0c400ff35abea91efd0fa7ab661f4d9bfec82306d0a907b7bf376eef433 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-10-21T04:27:34.684Z] + make test [2021-10-21T04:27:34.685Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-10-21T04:28:01.578Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-10-21T04:29:09.750Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-10-21T04:29:09.750Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-10-21T04:29:09.750Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-10-21T04:29:09.750Z] # github.com/edgexfoundry/device-sdk-go/v2/internal/application [github.com/edgexfoundry/device-sdk-go/v2/internal/application.test] [2021-10-21T04:29:09.750Z] internal/application/command_test.go:71:3: cannot use promoted field BaseWithTotalCountResponse.BaseResponse in struct literal of type responses.MultiDevicesResponse [2021-10-21T04:29:09.750Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/application [build failed] [2021-10-21T04:29:09.750Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-10-21T04:29:09.750Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.221s coverage: 28.1% of statements [2021-10-21T04:29:09.750Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.234s coverage: 78.9% of statements [2021-10-21T04:29:09.750Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.209s coverage: 9.0% of statements [2021-10-21T04:29:09.750Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-10-21T04:29:09.750Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-10-21T04:29:09.750Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-10-21T04:29:14.144Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.375s coverage: 28.7% of statements [2021-10-21T04:29:14.144Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-10-21T04:29:15.611Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.277s coverage: 83.3% of statements [2021-10-21T04:29:15.611Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-10-21T04:29:15.611Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-10-21T04:29:15.611Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.563s coverage: 57.8% of statements [2021-10-21T04:29:17.613Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.264s coverage: 88.8% of statements [2021-10-21T04:29:17.613Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-10-21T04:29:17.613Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.221s coverage: 4.9% of statements [2021-10-21T04:29:17.613Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-10-21T04:29:17.613Z] FAIL [2021-10-21T04:29:17.891Z] make: *** [Makefile:35: test] Error 2 [Pipeline] } [2021-10-21T04:29:17.947Z] $ docker stop --time=1 b1f2a0c400ff35abea91efd0fa7ab661f4d9bfec82306d0a907b7bf376eef433 [2021-10-21T04:29:20.172Z] $ docker rm -f b1f2a0c400ff35abea91efd0fa7ab661f4d9bfec82306d0a907b7bf376eef433 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-21T04:29:22.044Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-21T04:29:22.332Z] [2021-10-21T04:29:22.332Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-10-21T04:29:22.761Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-21T04:29:23.053Z] arm64: Pulling from edgex-lftools-log-publisher [2021-10-21T04:29:23.053Z] 448f6bf000e3: Pulling fs layer [2021-10-21T04:29:23.053Z] f757da607395: Pulling fs layer [2021-10-21T04:29:23.053Z] 05883995daec: Pulling fs layer [2021-10-21T04:29:23.053Z] 8603b9c90790: Pulling fs layer [2021-10-21T04:29:23.053Z] 1560dd03e051: Pulling fs layer [2021-10-21T04:29:23.053Z] 27f5ce0e4adf: Pulling fs layer [2021-10-21T04:29:23.053Z] c2d8d7efcc4b: Pulling fs layer [2021-10-21T04:29:23.053Z] 1560dd03e051: Waiting [2021-10-21T04:29:23.053Z] 27f5ce0e4adf: Waiting [2021-10-21T04:29:23.053Z] c2d8d7efcc4b: Waiting [2021-10-21T04:29:23.053Z] 8603b9c90790: Waiting [2021-10-21T04:29:23.339Z] f757da607395: Verifying Checksum [2021-10-21T04:29:23.339Z] f757da607395: Download complete [2021-10-21T04:29:23.339Z] 8603b9c90790: Verifying Checksum [2021-10-21T04:29:23.339Z] 8603b9c90790: Download complete [2021-10-21T04:29:23.339Z] 05883995daec: Verifying Checksum [2021-10-21T04:29:23.339Z] 05883995daec: Download complete [2021-10-21T04:29:23.618Z] 27f5ce0e4adf: Verifying Checksum [2021-10-21T04:29:23.618Z] 27f5ce0e4adf: Download complete [2021-10-21T04:29:23.618Z] 1560dd03e051: Verifying Checksum [2021-10-21T04:29:23.618Z] 1560dd03e051: Download complete [2021-10-21T04:29:23.618Z] 448f6bf000e3: Verifying Checksum [2021-10-21T04:29:23.618Z] 448f6bf000e3: Download complete [2021-10-21T04:29:26.264Z] c2d8d7efcc4b: Verifying Checksum [2021-10-21T04:29:26.264Z] c2d8d7efcc4b: Download complete [2021-10-21T04:29:27.258Z] 448f6bf000e3: Pull complete [2021-10-21T04:29:27.867Z] f757da607395: Pull complete [2021-10-21T04:29:29.326Z] 05883995daec: Pull complete [2021-10-21T04:29:29.934Z] 8603b9c90790: Pull complete [2021-10-21T04:29:30.935Z] 1560dd03e051: Pull complete [2021-10-21T04:29:31.214Z] 27f5ce0e4adf: Pull complete [2021-10-21T04:29:46.361Z] c2d8d7efcc4b: Pull complete [2021-10-21T04:29:46.362Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-10-21T04:29:46.362Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-21T04:29:46.362Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-10-21T04:29:46.641Z] prd-ubuntu18.04-docker-arm64-4c-16g-854 does not seem to be running inside a container [2021-10-21T04:29:46.761Z] $ 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-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-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 [2021-10-21T04:29:50.999Z] $ docker top 676e0be379607645b2e5a464882d4aac54a3363b63c0cd8b50ec9bf43e6d5369 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-21T04:29:52.088Z] ---> job-cost.sh [2021-10-21T04:29:52.088Z] lf-activate-venv: SKIPPING [2021-10-21T04:29:52.088Z] INFO: No Stack... [2021-10-21T04:29:52.693Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2021-10-21T04:29:52.973Z] INFO: Archiving Costs [Pipeline] sh [2021-10-21T04:29:53.686Z] + cat /w/workspace/device-sdk-go/1/archives/cost.csv [2021-10-21T04:29:53.686Z] + cut -d, -f6 [Pipeline] lock [2021-10-21T04:29:53.777Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1040-1-stack-cost] [2021-10-21T04:29:53.781Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1040-1-stack-cost] did not exist. Created. [2021-10-21T04:29:53.781Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1040-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-10-21T04:29:54.521Z] /w/workspace/device-sdk-go/1@tmp/durable-f6d579d8/script.sh: 1: /w/workspace/device-sdk-go/1@tmp/durable-f6d579d8/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-10-21T04:29:55.228Z] + echo total: 0.10999999940395355 [Pipeline] stash [2021-10-21T04:29:55.277Z] Warning: overwriting stash ‘stack-cost’ [2021-10-21T04:29:55.898Z] Stashed 1 file(s) [Pipeline] } [2021-10-21T04:29:55.915Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1040-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-10-21T04:29:55.969Z] $ docker stop --time=1 676e0be379607645b2e5a464882d4aac54a3363b63c0cd8b50ec9bf43e6d5369 [2021-10-21T04:29:57.621Z] $ docker rm -f 676e0be379607645b2e5a464882d4aac54a3363b63c0cd8b50ec9bf43e6d5369 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-10-21T04:29:58.300Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2021-10-21T04:30:00.424Z] + '[' -d /w/workspace/gexfoundry_device-sdk-go_PR-1040/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-10-21T04:30:00.758Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-21T04:30:01.358Z] ---> package-listing.sh [2021-10-21T04:30:01.359Z] ++ facter osfamily [2021-10-21T04:30:01.359Z] ++ tr '[:upper:]' '[:lower:]' [2021-10-21T04:30:01.622Z] + OS_FAMILY=redhat [2021-10-21T04:30:01.622Z] + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1040 [2021-10-21T04:30:01.622Z] + START_PACKAGES=/tmp/packages_start.txt [2021-10-21T04:30:01.622Z] + END_PACKAGES=/tmp/packages_end.txt [2021-10-21T04:30:01.622Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-10-21T04:30:01.622Z] + PACKAGES=/tmp/packages_start.txt [2021-10-21T04:30:01.622Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1040 ']' [2021-10-21T04:30:01.622Z] + PACKAGES=/tmp/packages_end.txt [2021-10-21T04:30:01.622Z] + case "${OS_FAMILY}" in [2021-10-21T04:30:01.622Z] + rpm -qa [2021-10-21T04:30:01.622Z] + sort [2021-10-21T04:30:02.194Z] + '[' -f /tmp/packages_start.txt ']' [2021-10-21T04:30:02.194Z] + '[' -f /tmp/packages_end.txt ']' [2021-10-21T04:30:02.194Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-10-21T04:30:02.194Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1040 ']' [2021-10-21T04:30:02.194Z] + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1040/archives/ [2021-10-21T04:30:02.194Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1040/archives/ [Pipeline] echo [2021-10-21T04:30:02.222Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-sdk-go_PR-1040/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-10-21T04:30:02.514Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-10-21T04:30:03.097Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-21T04:30:03.097Z] [2021-10-21T04:30:03.097Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-10-21T04:30:03.424Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-21T04:30:03.424Z] latest: Pulling from edgex-lftools-log-publisher [2021-10-21T04:30:03.424Z] b4d181a07f80: Pulling fs layer [2021-10-21T04:30:03.424Z] a1111a8f2ec3: Pulling fs layer [2021-10-21T04:30:03.424Z] ed53099fbce6: Pulling fs layer [2021-10-21T04:30:03.424Z] dc539afda2c1: Pulling fs layer [2021-10-21T04:30:03.424Z] 77bc0d833cb6: Pulling fs layer [2021-10-21T04:30:03.424Z] 9065ff56babe: Pulling fs layer [2021-10-21T04:30:03.424Z] d287ab97295c: Pulling fs layer [2021-10-21T04:30:03.424Z] dc539afda2c1: Waiting [2021-10-21T04:30:03.424Z] 77bc0d833cb6: Waiting [2021-10-21T04:30:03.424Z] 9065ff56babe: Waiting [2021-10-21T04:30:03.424Z] d287ab97295c: Waiting [2021-10-21T04:30:03.424Z] a1111a8f2ec3: Verifying Checksum [2021-10-21T04:30:03.424Z] a1111a8f2ec3: Download complete [2021-10-21T04:30:03.424Z] dc539afda2c1: Verifying Checksum [2021-10-21T04:30:03.424Z] dc539afda2c1: Download complete [2021-10-21T04:30:03.424Z] ed53099fbce6: Verifying Checksum [2021-10-21T04:30:03.424Z] ed53099fbce6: Download complete [2021-10-21T04:30:03.424Z] 9065ff56babe: Verifying Checksum [2021-10-21T04:30:03.424Z] 9065ff56babe: Download complete [2021-10-21T04:30:03.695Z] 77bc0d833cb6: Verifying Checksum [2021-10-21T04:30:03.695Z] 77bc0d833cb6: Download complete [2021-10-21T04:30:03.695Z] b4d181a07f80: Verifying Checksum [2021-10-21T04:30:03.695Z] b4d181a07f80: Download complete [2021-10-21T04:30:04.279Z] d287ab97295c: Verifying Checksum [2021-10-21T04:30:04.279Z] d287ab97295c: Download complete [2021-10-21T04:30:05.233Z] b4d181a07f80: Pull complete [2021-10-21T04:30:05.233Z] a1111a8f2ec3: Pull complete [2021-10-21T04:30:05.807Z] ed53099fbce6: Pull complete [2021-10-21T04:30:05.807Z] dc539afda2c1: Pull complete [2021-10-21T04:30:06.069Z] 77bc0d833cb6: Pull complete [2021-10-21T04:30:06.069Z] 9065ff56babe: Pull complete [2021-10-21T04:30:11.403Z] d287ab97295c: Pull complete [2021-10-21T04:30:11.403Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-10-21T04:30:11.403Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-21T04:30:11.403Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-10-21T04:30:11.479Z] prd-centos7-docker-4c-2g-836 does not seem to be running inside a container [2021-10-21T04:30:11.512Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-sdk-go_PR-1040/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-sdk-go_PR-1040 -v /w/workspace/gexfoundry_device-sdk-go_PR-1040:/w/workspace/gexfoundry_device-sdk-go_PR-1040:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1040@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1040@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-10-21T04:30:14.527Z] $ docker top ec58c3d8f7d93fac972a52dbc81c83f53f87c041f06db22095b1488be53a6fd9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-21T04:30:14.924Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-10-21T04:30:15.230Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-10-21T04:30:15.540Z] + ls /var/log/sa-host [2021-10-21T04:30:15.540Z] + sadf -c /var/log/sa-host/sa21 [2021-10-21T04:30:15.540Z] file_magic: OK [2021-10-21T04:30:15.540Z] HZ: Using current value: 100 [2021-10-21T04:30:15.540Z] file_header: OK [2021-10-21T04:30:15.540Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-10-21T04:30:15.540Z] Statistics: [2021-10-21T04:30:15.540Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-10-21T04:30:15.540Z] File successfully converted to sysstat format version 12.0.3 [2021-10-21T04:30:15.540Z] + sadf -c /var/log/sa-host/sa30 [2021-10-21T04:30:15.540Z] file_magic: OK [2021-10-21T04:30:15.540Z] HZ: Using current value: 100 [2021-10-21T04:30:15.540Z] file_header: OK [2021-10-21T04:30:15.540Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-10-21T04:30:15.540Z] Statistics: [2021-10-21T04:30:15.540Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-10-21T04:30:15.540Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-21T04:30:15.678Z] provisioning config files... [2021-10-21T04:30:15.689Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1040@tmp/config8415252637635405820tmp [Pipeline] { [Pipeline] echo [2021-10-21T04:30:15.729Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-21T04:30:16.044Z] ---> create-netrc.sh [Pipeline] } [2021-10-21T04:30:16.062Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-10-21T04:30:16.469Z] ---> python-tools-install.sh [Pipeline] echo [2021-10-21T04:30:16.493Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-21T04:30:16.809Z] ---> sudo-logs.sh [2021-10-21T04:30:16.809Z] Archiving 'sudo' log.. [2021-10-21T04:30:17.753Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-836.novalocal: Name or service not known [2021-10-21T04:30:17.753Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-836.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-10-21T04:30:17.820Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-21T04:30:18.139Z] ---> job-cost.sh [2021-10-21T04:30:18.139Z] lf-activate-venv: SKIPPING [2021-10-21T04:30:18.139Z] DEBUG: total: 0.10999999940395355 [2021-10-21T04:30:18.139Z] INFO: Retrieving Stack Cost... [2021-10-21T04:30:18.399Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-10-21T04:30:18.987Z] INFO: Archiving Costs [Pipeline] echo [2021-10-21T04:30:19.014Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-21T04:30:19.337Z] ---> logs-deploy.sh [2021-10-21T04:30:19.337Z] lf-activate-venv: SKIPPING [2021-10-21T04:30:19.337Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1040/1 [2021-10-21T04:30:19.337Z] INFO: archiving workspace using pattern(s): [2021-10-21T04:30:19.912Z] Archives upload complete. [2021-10-21T04:30:20.175Z] INFO: archiving logs to Nexus