Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 266a89ca2ac5ad8320be3c902ec129d812bcfa66 Running in Durability level: PERFORMANCE_OPTIMIZED 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 9d0281235b943b7ad605f650702698f9078b2862 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 9d0281235b943b7ad605f650702698f9078b2862 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that 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 > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that 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/v1, 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 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ 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_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/v1 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 on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5107 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > 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 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 266a89ca2ac5ad8320be3c902ec129d812bcfa66 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 266a89ca2ac5ad8320be3c902ec129d812bcfa66 # timeout=10 Commit message: "Merge pull request #923 from edgexfoundry/dependabot/go_modules/github.com/pelletier/go-toml-1.9.1" > git rev-list --no-walk 759496df5f428c8235f1427b99e1498ca885078c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-13T08:49:49.276Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-13T08:49:49.391Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-13T08:49:49.420Z] ========================================================= [2021-05-13T08:49:49.420Z] EdgeX Global Pipelines Version Info [2021-05-13T08:49:49.420Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:49:51.624Z] ------------------- [2021-05-13T08:49:51.624Z] stable info: [2021-05-13T08:49:51.624Z] ------------------- [2021-05-13T08:49:51.624Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-13T08:49:51.625Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-13T08:49:51.625Z] Message: update stable to v1.0.192 [2021-05-13T08:49:52.204Z] ------------------- [2021-05-13T08:49:52.204Z] experimental info: [2021-05-13T08:49:52.204Z] ------------------- [2021-05-13T08:49:52.204Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-13T08:49:52.204Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-13T08:49:52.204Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-13T08:49:52.345Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-05-13T08:49:52.384Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-05-13T08:49:52.411Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-13T08:49:52.435Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-13T08:49:52.459Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-13T08:49:52.510Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-13T08:49:52.537Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-13T08:49:52.561Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-13T08:49:52.585Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-05-13T08:49:52.635Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-13T08:49:52.658Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-13T08:49:52.682Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2021-05-13T08:49:52.705Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-13T08:49:52.755Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-13T08:49:52.778Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-13T08:49:52.804Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-05-13T08:49:52.827Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-13T08:49:52.878Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-13T08:49:52.901Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-13T08:49:52.926Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-13T08:49:52.952Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-13T08:49:53.036Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-13T08:49:53.060Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-13T08:49:53.083Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-13T08:49:53.105Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-13T08:49:53.155Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-13T08:49:53.178Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-13T08:49:53.201Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-13T08:49:53.224Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-13T08:49:53.274Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 266a89ca2ac5ad8320be3c902ec129d812bcfa66 [Pipeline] echo [2021-05-13T08:49:53.297Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 266a89c [Pipeline] echo [2021-05-13T08:49:53.320Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-13T08:49:53.425Z] provisioning config files... [2021-05-13T08:49:53.455Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7763229950494973376tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:49:53.783Z] ---> docker-login.sh [2021-05-13T08:49:53.784Z] nexus3.edgexfoundry.org:10001 [2021-05-13T08:49:54.097Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:49:54.438Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:49:54.438Z] Configure a credential helper to remove this warning. See [2021-05-13T08:49:54.438Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:49:54.438Z] [2021-05-13T08:49:54.438Z] Login Succeeded [2021-05-13T08:49:54.438Z] nexus3.edgexfoundry.org:10002 [2021-05-13T08:49:54.721Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:49:55.012Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:49:55.012Z] Configure a credential helper to remove this warning. See [2021-05-13T08:49:55.012Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:49:55.012Z] [2021-05-13T08:49:55.012Z] Login Succeeded [2021-05-13T08:49:55.012Z] nexus3.edgexfoundry.org:10003 [2021-05-13T08:49:55.708Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:49:55.708Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:49:55.708Z] Configure a credential helper to remove this warning. See [2021-05-13T08:49:55.708Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:49:55.708Z] [2021-05-13T08:49:55.708Z] Login Succeeded [2021-05-13T08:49:55.708Z] nexus3.edgexfoundry.org:10004 [2021-05-13T08:49:56.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:49:56.357Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:49:56.357Z] Configure a credential helper to remove this warning. See [2021-05-13T08:49:56.357Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:49:56.357Z] [2021-05-13T08:49:56.357Z] Login Succeeded [2021-05-13T08:49:56.357Z] docker.io [2021-05-13T08:49:57.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:49:57.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:49:57.626Z] Configure a credential helper to remove this warning. See [2021-05-13T08:49:57.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:49:57.626Z] [2021-05-13T08:49:57.626Z] Login Succeeded [2021-05-13T08:49:57.626Z] ---> docker-login.sh ends [Pipeline] } [2021-05-13T08:49:57.662Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-13T08:49:58.148Z] + git log --format=format:%s -1 266a89ca2ac5ad8320be3c902ec129d812bcfa66 [Pipeline] echo [2021-05-13T08:49:58.256Z] GIT_COMMIT: 266a89ca2ac5ad8320be3c902ec129d812bcfa66, Commit Message: Merge pull request #923 from edgexfoundry/dependabot/go_modules/github.com/pelletier/go-toml-1.9.1 [Pipeline] echo [2021-05-13T08:49:58.270Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:49:58.872Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T08:49:58.872Z] [2021-05-13T08:49:58.872Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:49:59.231Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T08:49:59.231Z] latest: Pulling from edgex-devops/git-semver [2021-05-13T08:49:59.231Z] 31603596830f: Pulling fs layer [2021-05-13T08:49:59.231Z] 54011a49482f: Pulling fs layer [2021-05-13T08:49:59.231Z] a6820b24f6d8: Pulling fs layer [2021-05-13T08:49:59.231Z] f581987b2513: Pulling fs layer [2021-05-13T08:49:59.231Z] f581987b2513: Waiting [2021-05-13T08:49:59.496Z] 54011a49482f: Verifying Checksum [2021-05-13T08:49:59.496Z] 54011a49482f: Download complete [2021-05-13T08:49:59.496Z] 31603596830f: Verifying Checksum [2021-05-13T08:49:59.496Z] 31603596830f: Download complete [2021-05-13T08:49:59.496Z] f581987b2513: Download complete [2021-05-13T08:49:59.767Z] a6820b24f6d8: Verifying Checksum [2021-05-13T08:49:59.767Z] a6820b24f6d8: Download complete [2021-05-13T08:50:00.059Z] 31603596830f: Pull complete [2021-05-13T08:50:00.330Z] 54011a49482f: Pull complete [2021-05-13T08:50:02.390Z] a6820b24f6d8: Pull complete [2021-05-13T08:50:02.664Z] f581987b2513: Pull complete [2021-05-13T08:50:02.664Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-13T08:50:02.664Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T08:50:02.664Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-13T08:50:02.824Z] prd-centos7-docker-4c-2g-5107 does not seem to be running inside a container [2021-05-13T08:50:02.969Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-13T08:50:05.908Z] $ docker top 61238fff75897e08ab72b146ad033a81e6e549e94097753fa52bea8461563229 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-13T08:50:06.207Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T08:50:06.207Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T08:50:06.658Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T08:50:06.663Z] $ docker exec 61238fff75897e08ab72b146ad033a81e6e549e94097753fa52bea8461563229 ssh-agent [2021-05-13T08:50:07.006Z] SSH_AUTH_SOCK=/tmp/ssh-OvKpOu4ODhVj/agent.11 [2021-05-13T08:50:07.006Z] SSH_AGENT_PID=16 [2021-05-13T08:50:07.027Z] Running ssh-add (command line suppressed) [2021-05-13T08:50:07.301Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4724913682465530541.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4724913682465530541.key) [2021-05-13T08:50:07.389Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T08:50:07.716Z] + git tag --points-at HEAD [Pipeline] } [2021-05-13T08:50:07.744Z] $ docker exec --env ******** --env ******** 61238fff75897e08ab72b146ad033a81e6e549e94097753fa52bea8461563229 ssh-agent -k [2021-05-13T08:50:07.920Z] unset SSH_AUTH_SOCK; [2021-05-13T08:50:07.921Z] unset SSH_AGENT_PID; [2021-05-13T08:50:07.921Z] echo Agent pid 16 killed; [2021-05-13T08:50:07.984Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-13T08:50:08.026Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T08:50:08.026Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T08:50:08.223Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T08:50:08.227Z] $ docker exec 61238fff75897e08ab72b146ad033a81e6e549e94097753fa52bea8461563229 ssh-agent [2021-05-13T08:50:08.435Z] SSH_AUTH_SOCK=/tmp/ssh-S9hamLJK9QT2/agent.46 [2021-05-13T08:50:08.435Z] SSH_AGENT_PID=52 [2021-05-13T08:50:08.444Z] Running ssh-add (command line suppressed) [2021-05-13T08:50:08.596Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1116085208002048789.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1116085208002048789.key) [2021-05-13T08:50:08.659Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T08:50:08.988Z] + git semver init [2021-05-13T08:50:08.988Z] # -> Open(): unable to determine branch for HEAD [2021-05-13T08:50:08.988Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-13T08:50:08.988Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-13T08:50:08.988Z] # $SEMVER_REMOTE_NAME = origin [2021-05-13T08:50:08.988Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-13T08:50:08.988Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-13T08:50:08.988Z] # $SEMVER_BRANCH = master [2021-05-13T08:50:08.988Z] # $SEMVER_TEMP = /tmp/semver-495999858 [2021-05-13T08:50:08.988Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-05-13T08:50:09.958Z] # '/tmp/semver-495999858' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-05-13T08:50:09.958Z] # -> Force: false [2021-05-13T08:50:09.958Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-05-13T08:50:09.973Z] $ docker exec --env ******** --env ******** 61238fff75897e08ab72b146ad033a81e6e549e94097753fa52bea8461563229 ssh-agent -k [2021-05-13T08:50:10.127Z] unset SSH_AUTH_SOCK; [2021-05-13T08:50:10.131Z] unset SSH_AGENT_PID; [2021-05-13T08:50:10.131Z] echo Agent pid 52 killed; [2021-05-13T08:50:10.212Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-13T08:50:10.572Z] + git semver [Pipeline] } [2021-05-13T08:50:10.600Z] $ docker stop --time=1 61238fff75897e08ab72b146ad033a81e6e549e94097753fa52bea8461563229 [2021-05-13T08:50:12.324Z] $ docker rm -f 61238fff75897e08ab72b146ad033a81e6e549e94097753fa52bea8461563229 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-13T08:50:13.217Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-13T08:50:13.841Z] Stashed 1 file(s) [Pipeline] echo [2021-05-13T08:50:13.845Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.60 [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-05-13T08:50:29.062Z] Still waiting to schedule task [2021-05-13T08:50:29.062Z] ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-5087’ is offline; ‘prd-centos7-docker-4c-2g-5109’ is offline; ‘prd-centos7-docker-4c-2g-5110’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-5099’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-8c-8g-5100’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-8c-8g-5101’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-8c-8g-5102’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-8c-8g-5103’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-05-13T08:50:29.065Z] Still waiting to schedule task [2021-05-13T08:50:29.065Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-13T08:51:33.112Z] Running on prd-centos7-docker-4c-2g-5112 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-05-13T08:51:33.132Z] Running in /w/workspace/device-sdk-go/165 [Pipeline] { [Pipeline] checkout [2021-05-13T08:51:35.729Z] using credential edgex-jenkins-ssh [2021-05-13T08:51:35.756Z] Cloning the remote Git repository [2021-05-13T08:51:35.306Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-05-13T08:51:35.449Z] > git init /w/workspace/device-sdk-go/165 # timeout=10 [2021-05-13T08:51:35.516Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-13T08:51:35.516Z] > git --version # timeout=10 [2021-05-13T08:51:35.526Z] > git --version # 'git version 2.24.3' [2021-05-13T08:51:35.526Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T08:51:35.555Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T08:51:37.200Z] Checking out Revision 266a89ca2ac5ad8320be3c902ec129d812bcfa66 (master) [2021-05-13T08:51:36.386Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-13T08:51:36.394Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T08:51:36.406Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-13T08:51:36.421Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-13T08:51:36.421Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T08:51:36.426Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-13T08:51:36.831Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T08:51:36.837Z] > git checkout -f 266a89ca2ac5ad8320be3c902ec129d812bcfa66 # timeout=10 [2021-05-13T08:51:40.640Z] Commit message: "Merge pull request #923 from edgexfoundry/dependabot/go_modules/github.com/pelletier/go-toml-1.9.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-13T08:51:41.549Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-13T08:51:41.878Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-13T08:51:42.177Z] + true [2021-05-13T08:51:42.177Z] + sudo service docker restart [2021-05-13T08:51:42.177Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-13T08:51:43.598Z] provisioning config files... [2021-05-13T08:51:43.631Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/165@tmp/config962842840596770206tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:51:43.959Z] ---> docker-login.sh [2021-05-13T08:51:43.959Z] nexus3.edgexfoundry.org:10001 [2021-05-13T08:51:44.221Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:51:44.221Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:51:44.221Z] Configure a credential helper to remove this warning. See [2021-05-13T08:51:44.221Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:51:44.221Z] [2021-05-13T08:51:44.221Z] Login Succeeded [2021-05-13T08:51:44.221Z] nexus3.edgexfoundry.org:10002 [2021-05-13T08:51:44.482Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:51:44.482Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:51:44.482Z] Configure a credential helper to remove this warning. See [2021-05-13T08:51:44.482Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:51:44.482Z] [2021-05-13T08:51:44.482Z] Login Succeeded [2021-05-13T08:51:44.482Z] nexus3.edgexfoundry.org:10003 [2021-05-13T08:51:44.482Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:51:44.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:51:44.748Z] Configure a credential helper to remove this warning. See [2021-05-13T08:51:44.748Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:51:44.748Z] [2021-05-13T08:51:44.748Z] Login Succeeded [2021-05-13T08:51:44.748Z] nexus3.edgexfoundry.org:10004 [2021-05-13T08:51:44.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:51:44.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:51:44.748Z] Configure a credential helper to remove this warning. See [2021-05-13T08:51:44.748Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:51:44.748Z] [2021-05-13T08:51:44.748Z] Login Succeeded [2021-05-13T08:51:44.748Z] docker.io [2021-05-13T08:51:45.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:51:45.274Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:51:45.274Z] Configure a credential helper to remove this warning. See [2021-05-13T08:51:45.274Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:51:45.274Z] [2021-05-13T08:51:45.274Z] Login Succeeded [2021-05-13T08:51:45.274Z] ---> docker-login.sh ends [Pipeline] } [2021-05-13T08:51:45.284Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-13T08:51:45.460Z] ========================================================= [2021-05-13T08:51:45.461Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-13T08:51:45.461Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:51:45.772Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-13T08:51:45.772Z] Sending build context to Docker daemon 2.559MB [2021-05-13T08:51:46.034Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-05-13T08:51:46.034Z] Step 2/8 : FROM ${BASE} [2021-05-13T08:51:46.034Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-13T08:51:46.034Z] 540db60ca938: Pulling fs layer [2021-05-13T08:51:46.034Z] adcc1eea9eea: Pulling fs layer [2021-05-13T08:51:46.034Z] 4c4ab2625f07: Pulling fs layer [2021-05-13T08:51:46.034Z] 0510c868ecb4: Pulling fs layer [2021-05-13T08:51:46.034Z] afea3b2eda06: Pulling fs layer [2021-05-13T08:51:46.034Z] 7809a108b3ef: Pulling fs layer [2021-05-13T08:51:46.034Z] f706445af74f: Pulling fs layer [2021-05-13T08:51:46.034Z] afea3b2eda06: Waiting [2021-05-13T08:51:46.034Z] 7809a108b3ef: Waiting [2021-05-13T08:51:46.034Z] f706445af74f: Waiting [2021-05-13T08:51:46.034Z] 0510c868ecb4: Waiting [2021-05-13T08:51:46.034Z] 4c4ab2625f07: Verifying Checksum [2021-05-13T08:51:46.034Z] 4c4ab2625f07: Download complete [2021-05-13T08:51:46.034Z] adcc1eea9eea: Verifying Checksum [2021-05-13T08:51:46.034Z] adcc1eea9eea: Download complete [2021-05-13T08:51:46.034Z] afea3b2eda06: Download complete [2021-05-13T08:51:46.034Z] 7809a108b3ef: Verifying Checksum [2021-05-13T08:51:46.034Z] 7809a108b3ef: Download complete [2021-05-13T08:51:46.034Z] 540db60ca938: Verifying Checksum [2021-05-13T08:51:46.034Z] 540db60ca938: Download complete [2021-05-13T08:51:46.295Z] 540db60ca938: Pull complete [2021-05-13T08:51:46.557Z] adcc1eea9eea: Pull complete [2021-05-13T08:51:46.557Z] 4c4ab2625f07: Pull complete [2021-05-13T08:51:47.951Z] f706445af74f: Verifying Checksum [2021-05-13T08:51:47.951Z] f706445af74f: Download complete [2021-05-13T08:51:48.527Z] 0510c868ecb4: Verifying Checksum [2021-05-13T08:51:48.527Z] 0510c868ecb4: Download complete [2021-05-13T08:51:53.892Z] 0510c868ecb4: Pull complete [2021-05-13T08:51:54.157Z] afea3b2eda06: Pull complete [2021-05-13T08:51:54.157Z] 7809a108b3ef: Pull complete [2021-05-13T08:52:02.339Z] f706445af74f: Pull complete [2021-05-13T08:52:02.339Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-13T08:52:02.339Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-13T08:52:02.339Z] ---> b068be0155e3 [2021-05-13T08:52:02.339Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-13T08:52:03.735Z] ---> Running in a2174be4502d [2021-05-13T08:52:03.735Z] Removing intermediate container a2174be4502d [2021-05-13T08:52:03.735Z] ---> 234463f454bc [2021-05-13T08:52:03.735Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:52:03.735Z] ---> Running in 9fe482b38969 [2021-05-13T08:52:05.143Z] Removing intermediate container 9fe482b38969 [2021-05-13T08:52:05.143Z] ---> 7eec9ff29ca5 [2021-05-13T08:52:05.143Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-05-13T08:52:05.143Z] ---> Running in eaafe579d7fb [2021-05-13T08:52:05.735Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:52:06.683Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:52:06.959Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-13T08:52:06.959Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-13T08:52:07.228Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-13T08:52:07.228Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-13T08:52:07.228Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-13T08:52:07.492Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-13T08:52:07.492Z] Executing busybox-1.32.1-r6.trigger [2021-05-13T08:52:07.492Z] OK: 150 MiB in 46 packages [2021-05-13T08:52:08.438Z] Removing intermediate container eaafe579d7fb [2021-05-13T08:52:08.438Z] ---> 14cff2d49f0b [2021-05-13T08:52:08.438Z] Step 6/8 : WORKDIR /device-sdk-go [2021-05-13T08:52:08.438Z] ---> Running in ceb92493294c [2021-05-13T08:52:08.701Z] Removing intermediate container ceb92493294c [2021-05-13T08:52:08.701Z] ---> 6756dbc8b228 [2021-05-13T08:52:08.701Z] Step 7/8 : COPY . . [2021-05-13T08:52:10.094Z] ---> 11d25eb259f7 [2021-05-13T08:52:10.094Z] Step 8/8 : RUN go mod download [2021-05-13T08:52:10.094Z] ---> Running in 79162cb84b2d [2021-05-13T08:52:36.753Z] Removing intermediate container 79162cb84b2d [2021-05-13T08:52:36.753Z] ---> 9cba8690423f [2021-05-13T08:52:36.753Z] Successfully built 9cba8690423f [2021-05-13T08:52:36.753Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:52:37.069Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-13T08:52:37.069Z] . [Pipeline] withDockerContainer [2021-05-13T08:52:37.197Z] prd-centos7-docker-4c-2g-5112 does not seem to be running inside a container [2021-05-13T08:52:37.255Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/165 -v /w/workspace/device-sdk-go/165:/w/workspace/device-sdk-go/165:rw,z -v /w/workspace/device-sdk-go/165@tmp:/w/workspace/device-sdk-go/165@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 ******** ci-base-image-x86_64 cat [2021-05-13T08:52:38.103Z] $ docker top a55106818aff2aa77f268d7e4bd4b7dc09b810234e939fd0a0b5dd2e6a52ce0e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T08:52:38.576Z] + go version [2021-05-13T08:52:38.576Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-13T08:52:38.593Z] $ docker stop --time=1 a55106818aff2aa77f268d7e4bd4b7dc09b810234e939fd0a0b5dd2e6a52ce0e [2021-05-13T08:52:39.956Z] $ docker rm -f a55106818aff2aa77f268d7e4bd4b7dc09b810234e939fd0a0b5dd2e6a52ce0e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:52:40.494Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-13T08:52:40.495Z] . [Pipeline] withDockerContainer [2021-05-13T08:52:40.605Z] prd-centos7-docker-4c-2g-5112 does not seem to be running inside a container [2021-05-13T08:52:40.665Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/165 -v /w/workspace/device-sdk-go/165:/w/workspace/device-sdk-go/165:rw,z -v /w/workspace/device-sdk-go/165@tmp:/w/workspace/device-sdk-go/165@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 ******** ci-base-image-x86_64 cat [2021-05-13T08:52:41.350Z] $ docker top c662302c96b1e8ca82878b20d2cae39af451f07308e5963e4b628c76e58fdd6e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T08:52:41.835Z] + go mod tidy [Pipeline] sh [2021-05-13T08:52:42.734Z] + make test [2021-05-13T08:52:42.734Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-13T08:52:50.966Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-05-13T08:53:18.383Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-05-13T08:53:18.383Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-05-13T08:53:18.383Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-05-13T08:53:19.349Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.067s coverage: 25.4% of statements [2021-05-13T08:53:19.349Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-05-13T08:53:19.349Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.089s coverage: 28.1% of statements [2021-05-13T08:53:19.614Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.074s coverage: 78.9% of statements [2021-05-13T08:53:20.208Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.076s coverage: 10.7% of statements [2021-05-13T08:53:20.208Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-05-13T08:53:20.208Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-05-13T08:53:20.208Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-05-13T08:53:20.485Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.094s coverage: 30.2% of statements [2021-05-13T08:53:20.485Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-05-13T08:53:21.900Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.087s coverage: 83.3% of statements [2021-05-13T08:53:21.900Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-05-13T08:53:21.900Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-05-13T08:53:21.900Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.126s coverage: 58.4% of statements [2021-05-13T08:53:22.479Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.254s coverage: 89.2% of statements [2021-05-13T08:53:22.479Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-05-13T08:53:22.479Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.058s coverage: 5.0% of statements [2021-05-13T08:53:22.479Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-05-13T08:53:22.748Z] GO111MODULE=on go vet ./... [2021-05-13T08:53:44.862Z] gofmt -l . [2021-05-13T08:53:44.862Z] [ "`gofmt -l .`" = "" ] [2021-05-13T08:53:44.862Z] ./bin/test-attribution-txt.sh [2021-05-13T08:53:44.862Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-13T08:53:44.887Z] $ docker stop --time=1 c662302c96b1e8ca82878b20d2cae39af451f07308e5963e4b628c76e58fdd6e [2021-05-13T08:53:46.575Z] $ docker rm -f c662302c96b1e8ca82878b20d2cae39af451f07308e5963e4b628c76e58fdd6e [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-13T08:53:47.261Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-13T08:53:47.684Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-13T08:53:51.591Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-13T08:53:51.893Z] + ls -al . [2021-05-13T08:53:51.893Z] total 212 [2021-05-13T08:53:51.893Z] drwxrwxr-x. 10 jenkins jenkins 4096 May 13 08:53 . [2021-05-13T08:53:51.893Z] drwxrwxr-x. 4 jenkins jenkins 32 May 13 08:51 .. [2021-05-13T08:53:51.893Z] drwxrwxr-x. 2 jenkins jenkins 64 May 13 08:51 bin [2021-05-13T08:53:51.893Z] -rw-r--r--. 1 jenkins jenkins 126002 May 13 08:53 coverage.out [2021-05-13T08:53:51.893Z] -rw-rw-r--. 1 jenkins jenkins 987 May 13 08:51 Dockerfile.build [2021-05-13T08:53:51.893Z] -rw-rw-r--. 1 jenkins jenkins 140 May 13 08:51 .dockerignore [2021-05-13T08:53:51.893Z] drwxrwxr-x. 5 jenkins jenkins 62 May 13 08:51 example [2021-05-13T08:53:51.893Z] drwxrwxr-x. 8 jenkins jenkins 162 May 13 08:51 .git [2021-05-13T08:53:51.893Z] drwxrwxr-x. 2 jenkins jenkins 103 May 13 08:51 .github [2021-05-13T08:53:51.893Z] -rw-rw-r--. 1 jenkins jenkins 138 May 13 08:51 .gitignore [2021-05-13T08:53:51.893Z] -rw-r--r--. 1 jenkins jenkins 575 May 13 08:53 go.mod [2021-05-13T08:53:51.893Z] -rw-r--r--. 1 jenkins jenkins 20499 May 13 08:52 go.sum [2021-05-13T08:53:51.893Z] drwxrwxr-x. 15 jenkins jenkins 224 May 13 08:51 internal [2021-05-13T08:53:51.893Z] -rw-rw-r--. 1 jenkins jenkins 894 May 13 08:51 Jenkinsfile [2021-05-13T08:53:51.893Z] -rw-rw-r--. 1 jenkins jenkins 11341 May 13 08:51 LICENSE [2021-05-13T08:53:51.893Z] -rw-rw-r--. 1 jenkins jenkins 1000 May 13 08:51 Makefile [2021-05-13T08:53:51.893Z] drwxrwxr-x. 4 jenkins jenkins 26 May 13 08:51 openapi [2021-05-13T08:53:51.893Z] drwxrwxr-x. 5 jenkins jenkins 50 May 13 08:51 pkg [2021-05-13T08:53:51.893Z] -rw-rw-r--. 1 jenkins jenkins 7652 May 13 08:51 README.md [2021-05-13T08:53:51.893Z] -rw-rw-r--. 1 jenkins jenkins 6616 May 13 08:51 RELEASE-NOTES.txt [2021-05-13T08:53:51.893Z] drwxrwxr-x. 4 jenkins jenkins 54 May 13 08:51 snap [2021-05-13T08:53:51.893Z] -rw-rw-r--. 1 jenkins jenkins 12 May 13 08:50 VERSION [2021-05-13T08:53:51.893Z] -rw-rw-r--. 1 jenkins jenkins 222 May 13 08:51 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:53:52.203Z] + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=266a89ca2ac5ad8320be3c902ec129d812bcfa66 --label arch=amd64 --label version=2.0.0-dev.60 . [2021-05-13T08:53:52.474Z] Sending build context to Docker daemon 2.686MB [2021-05-13T08:53:52.474Z] Step 1/23 : ARG BASE=golang:1.16-alpine3.12 [2021-05-13T08:53:52.474Z] Step 2/23 : FROM ${BASE} AS builder [2021-05-13T08:53:52.474Z] ---> 9cba8690423f [2021-05-13T08:53:52.474Z] Step 3/23 : WORKDIR /device-sdk-go [2021-05-13T08:53:53.061Z] ---> Running in ad51cd61ee80 [2021-05-13T08:53:53.061Z] Removing intermediate container ad51cd61ee80 [2021-05-13T08:53:53.061Z] ---> bf8076d2fb15 [2021-05-13T08:53:53.061Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-13T08:53:53.061Z] ---> Running in c19f654dae32 [2021-05-13T08:53:53.331Z] Removing intermediate container c19f654dae32 [2021-05-13T08:53:53.331Z] ---> 2a04804ee811 [2021-05-13T08:53:53.331Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:53:53.331Z] ---> Running in f2b0d61e405d [2021-05-13T08:53:54.293Z] Removing intermediate container f2b0d61e405d [2021-05-13T08:53:54.293Z] ---> 00aa659d68a7 [2021-05-13T08:53:54.293Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-05-13T08:53:54.564Z] ---> Running in 8ea2bf178a1b [2021-05-13T08:53:55.146Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:53:56.093Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:53:56.370Z] OK: 150 MiB in 46 packages [2021-05-13T08:53:56.949Z] Removing intermediate container 8ea2bf178a1b [2021-05-13T08:53:56.949Z] ---> bacda2fdac8b [2021-05-13T08:53:56.949Z] Step 7/23 : COPY . . [2021-05-13T08:53:58.340Z] ---> 5fb3c339809b [2021-05-13T08:53:58.340Z] Step 8/23 : RUN go mod download [2021-05-13T08:53:58.608Z] ---> Running in 7f47679ceeac [2021-05-13T08:53:59.567Z] Removing intermediate container 7f47679ceeac [2021-05-13T08:53:59.567Z] ---> c0c139ee2e2c [2021-05-13T08:53:59.567Z] Step 9/23 : RUN make build [2021-05-13T08:53:59.567Z] ---> Running in 3ac5a665722d [2021-05-13T08:54:00.158Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.60" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-05-13T08:54:12.586Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-05-13T08:54:14.510Z] Removing intermediate container 3ac5a665722d [2021-05-13T08:54:14.510Z] ---> ba769fdcf67f [2021-05-13T08:54:14.510Z] Step 10/23 : FROM alpine:3.12 [2021-05-13T08:54:14.772Z] 3.12: Pulling from library/alpine [2021-05-13T08:54:15.035Z] 339de151aab4: Pulling fs layer [2021-05-13T08:54:15.298Z] 339de151aab4: Verifying Checksum [2021-05-13T08:54:15.298Z] 339de151aab4: Download complete [2021-05-13T08:54:15.559Z] 339de151aab4: Pull complete [2021-05-13T08:54:15.559Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-13T08:54:15.559Z] Status: Downloaded newer image for alpine:3.12 [2021-05-13T08:54:15.559Z] ---> 13621d1b12d4 [2021-05-13T08:54:15.559Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-13T08:54:15.559Z] ---> Running in 65cb1d2172be [2021-05-13T08:54:15.821Z] Removing intermediate container 65cb1d2172be [2021-05-13T08:54:15.821Z] ---> f5a0508cc326 [2021-05-13T08:54:15.821Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:54:15.821Z] ---> Running in 2f4cc0872a1f [2021-05-13T08:54:16.775Z] Removing intermediate container 2f4cc0872a1f [2021-05-13T08:54:16.775Z] ---> 40d4a3e7e476 [2021-05-13T08:54:16.775Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-05-13T08:54:16.775Z] ---> Running in 7056eb089547 [2021-05-13T08:54:17.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:54:17.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:54:18.249Z] (1/5) Installing libgcc (9.3.0-r2) [2021-05-13T08:54:18.249Z] (2/5) Installing libsodium (1.0.18-r0) [2021-05-13T08:54:18.512Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-05-13T08:54:19.460Z] (4/5) Installing libzmq (4.3.3-r0) [2021-05-13T08:54:19.460Z] (5/5) Installing zeromq (4.3.3-r0) [2021-05-13T08:54:19.726Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:54:19.726Z] OK: 8 MiB in 19 packages [2021-05-13T08:54:20.302Z] Removing intermediate container 7056eb089547 [2021-05-13T08:54:20.302Z] ---> 7f218c323ed5 [2021-05-13T08:54:20.302Z] Step 14/23 : WORKDIR / [2021-05-13T08:54:20.302Z] ---> Running in 8bb5889a4c9e [2021-05-13T08:54:20.302Z] Removing intermediate container 8bb5889a4c9e [2021-05-13T08:54:20.302Z] ---> 90160e543348 [2021-05-13T08:54:20.302Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-05-13T08:54:20.563Z] ---> 07a3f01dad3b [2021-05-13T08:54:20.563Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-05-13T08:54:21.139Z] ---> bb55159f73da [2021-05-13T08:54:21.139Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-05-13T08:54:21.401Z] ---> 017db3a71792 [2021-05-13T08:54:21.401Z] Step 18/23 : EXPOSE 49990 [2021-05-13T08:54:21.666Z] ---> Running in 13b217b35d0f [2021-05-13T08:54:21.666Z] Removing intermediate container 13b217b35d0f [2021-05-13T08:54:21.666Z] ---> 489b6875e690 [2021-05-13T08:54:21.666Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-05-13T08:54:21.666Z] ---> Running in 4fd6179f0403 [2021-05-13T08:54:21.928Z] Removing intermediate container 4fd6179f0403 [2021-05-13T08:54:21.928Z] ---> 2177bc04e701 [2021-05-13T08:54:21.928Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:54:21.928Z] ---> Running in 8e99618336e7 [2021-05-13T08:54:22.193Z] Removing intermediate container 8e99618336e7 [2021-05-13T08:54:22.193Z] ---> 3104c4a18618 [2021-05-13T08:54:22.193Z] Step 21/23 : LABEL arch=amd64 [2021-05-13T08:54:22.193Z] ---> Running in 76b4c2d729b0 [2021-05-13T08:54:22.454Z] Removing intermediate container 76b4c2d729b0 [2021-05-13T08:54:22.454Z] ---> 1a090f61c12f [2021-05-13T08:54:22.454Z] Step 22/23 : LABEL git_sha=266a89ca2ac5ad8320be3c902ec129d812bcfa66 [2021-05-13T08:54:22.454Z] ---> Running in 50c5ccc1f6af [2021-05-13T08:54:22.718Z] Removing intermediate container 50c5ccc1f6af [2021-05-13T08:54:22.718Z] ---> ccfda5d0efd9 [2021-05-13T08:54:22.718Z] Step 23/23 : LABEL version=2.0.0-dev.60 [2021-05-13T08:54:22.718Z] ---> Running in b14c9b0c67a9 [2021-05-13T08:54:22.718Z] Removing intermediate container b14c9b0c67a9 [2021-05-13T08:54:22.718Z] ---> 77c6ef99736a [2021-05-13T08:54:22.718Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-05-13T08:54:22.979Z] Successfully built 77c6ef99736a [2021-05-13T08:54:22.979Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:54:23.639Z] ---> job-cost.sh [2021-05-13T08:54:23.639Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-D7Gm [2021-05-13T08:54:31.772Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5117 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-05-13T08:54:31.792Z] Running in /w/workspace/device-sdk-go/165 [Pipeline] { [Pipeline] checkout [2021-05-13T08:54:37.636Z] using credential edgex-jenkins-ssh [2021-05-13T08:54:37.663Z] Cloning the remote Git repository [2021-05-13T08:54:37.748Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-05-13T08:54:37.906Z] > git init /w/workspace/device-sdk-go/165 # timeout=10 [2021-05-13T08:54:37.994Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-13T08:54:37.995Z] > git --version # timeout=10 [2021-05-13T08:54:38.015Z] > git --version # 'git version 2.17.1' [2021-05-13T08:54:38.017Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T08:54:38.063Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T08:54:39.364Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-13T08:54:39.392Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T08:54:40.061Z] Checking out Revision 266a89ca2ac5ad8320be3c902ec129d812bcfa66 (master) [2021-05-13T08:54:39.507Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-13T08:54:39.549Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-13T08:54:39.550Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T08:54:39.566Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-13T08:54:40.086Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T08:54:40.103Z] > git checkout -f 266a89ca2ac5ad8320be3c902ec129d812bcfa66 # timeout=10 [2021-05-13T08:54:41.796Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-13T08:54:44.567Z] Commit message: "Merge pull request #923 from edgexfoundry/dependabot/go_modules/github.com/pelletier/go-toml-1.9.1" [2021-05-13T08:54:44.785Z] [2021-05-13T08:54:44.785Z] GitHub has been notified of this commit’s build result [2021-05-13T08:54:44.785Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-13T08:54:45.963Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-13T08:54:46.415Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-13T08:54:46.763Z] + + true [2021-05-13T08:54:46.763Z] sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-13T08:54:49.430Z] provisioning config files... [2021-05-13T08:54:49.475Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/165@tmp/config5787485244913573466tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:54:49.904Z] ---> docker-login.sh [2021-05-13T08:54:49.904Z] nexus3.edgexfoundry.org:10001 [2021-05-13T08:54:50.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:54:51.174Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:54:51.174Z] Configure a credential helper to remove this warning. See [2021-05-13T08:54:51.174Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:54:51.174Z] [2021-05-13T08:54:51.174Z] Login Succeeded [2021-05-13T08:54:51.174Z] nexus3.edgexfoundry.org:10002 [2021-05-13T08:54:51.776Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:54:51.776Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:54:51.776Z] Configure a credential helper to remove this warning. See [2021-05-13T08:54:51.776Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:54:51.776Z] [2021-05-13T08:54:51.776Z] Login Succeeded [2021-05-13T08:54:51.776Z] nexus3.edgexfoundry.org:10003 [2021-05-13T08:54:52.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:54:52.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:54:52.371Z] Configure a credential helper to remove this warning. See [2021-05-13T08:54:52.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:54:52.371Z] [2021-05-13T08:54:52.371Z] Login Succeeded [2021-05-13T08:54:52.371Z] nexus3.edgexfoundry.org:10004 [2021-05-13T08:54:52.967Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:54:52.967Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:54:52.967Z] Configure a credential helper to remove this warning. See [2021-05-13T08:54:52.967Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:54:52.967Z] [2021-05-13T08:54:52.967Z] Login Succeeded [2021-05-13T08:54:52.967Z] docker.io [2021-05-13T08:54:53.241Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:54:53.841Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:54:53.841Z] Configure a credential helper to remove this warning. See [2021-05-13T08:54:53.841Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:54:53.841Z] [2021-05-13T08:54:53.841Z] Login Succeeded [2021-05-13T08:54:53.841Z] ---> docker-login.sh ends [Pipeline] } [2021-05-13T08:54:53.860Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-13T08:54:54.198Z] ========================================================= [2021-05-13T08:54:54.198Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-13T08:54:54.198Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:54:54.558Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-13T08:54:55.168Z] Sending build context to Docker daemon 2.558MB [2021-05-13T08:54:55.168Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-05-13T08:54:55.168Z] Step 2/8 : FROM ${BASE} [2021-05-13T08:54:55.168Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-13T08:54:55.168Z] 595b0fe564bb: Pulling fs layer [2021-05-13T08:54:55.168Z] 7186ed65a4f7: Pulling fs layer [2021-05-13T08:54:55.168Z] 316046926c0a: Pulling fs layer [2021-05-13T08:54:55.168Z] 4ebd0625c992: Pulling fs layer [2021-05-13T08:54:55.168Z] 207e8628e3a3: Pulling fs layer [2021-05-13T08:54:55.168Z] c791037a9be2: Pulling fs layer [2021-05-13T08:54:55.168Z] ffd874e62e21: Pulling fs layer [2021-05-13T08:54:55.168Z] 4ebd0625c992: Waiting [2021-05-13T08:54:55.168Z] 207e8628e3a3: Waiting [2021-05-13T08:54:55.168Z] c791037a9be2: Waiting [2021-05-13T08:54:55.168Z] ffd874e62e21: Waiting [2021-05-13T08:54:55.168Z] 316046926c0a: Verifying Checksum [2021-05-13T08:54:55.168Z] 316046926c0a: Download complete [2021-05-13T08:54:55.168Z] 7186ed65a4f7: Verifying Checksum [2021-05-13T08:54:55.168Z] 7186ed65a4f7: Download complete [2021-05-13T08:54:55.168Z] 207e8628e3a3: Verifying Checksum [2021-05-13T08:54:55.168Z] 207e8628e3a3: Download complete [2021-05-13T08:54:55.168Z] c791037a9be2: Verifying Checksum [2021-05-13T08:54:55.168Z] c791037a9be2: Download complete [2021-05-13T08:54:55.447Z] 595b0fe564bb: Verifying Checksum [2021-05-13T08:54:55.447Z] 595b0fe564bb: Download complete [2021-05-13T08:54:56.465Z] 595b0fe564bb: Pull complete [2021-05-13T08:54:57.071Z] 7186ed65a4f7: Pull complete [2021-05-13T08:54:57.674Z] ffd874e62e21: Verifying Checksum [2021-05-13T08:54:57.674Z] ffd874e62e21: Download complete [2021-05-13T08:54:57.674Z] 316046926c0a: Pull complete [2021-05-13T08:54:59.107Z] 4ebd0625c992: Verifying Checksum [2021-05-13T08:54:59.107Z] 4ebd0625c992: Download complete [2021-05-13T08:55:08.443Z] lf-activate-venv(): INFO: Adding /tmp/venv-D7Gm/bin to PATH [2021-05-13T08:55:08.443Z] INFO: No Stack... [2021-05-13T08:55:08.443Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-13T08:55:08.443Z] INFO: Archiving Costs [Pipeline] sh [2021-05-13T08:55:08.758Z] + cat /w/workspace/device-sdk-go/165/archives/cost.csv [2021-05-13T08:55:08.758Z] + cut -d, -f6 [Pipeline] lock [2021-05-13T08:55:08.861Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-165-stack-cost] [2021-05-13T08:55:08.872Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-165-stack-cost] did not exist. Created. [2021-05-13T08:55:08.873Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-165-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-13T08:55:09.223Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-13T08:55:09.268Z] 4ebd0625c992: Pull complete [2021-05-13T08:55:09.268Z] 207e8628e3a3: Pull complete [2021-05-13T08:55:09.268Z] c791037a9be2: Pull complete [2021-05-13T08:55:09.373Z] Stashed 1 file(s) [Pipeline] } [2021-05-13T08:55:09.395Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-165-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-13T08:55:13.601Z] ffd874e62e21: Pull complete [2021-05-13T08:55:13.601Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-13T08:55:13.601Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-13T08:55:13.601Z] ---> cfc18b08335c [2021-05-13T08:55:13.601Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-13T08:55:16.269Z] ---> Running in 6615e114bf32 [2021-05-13T08:55:16.882Z] Removing intermediate container 6615e114bf32 [2021-05-13T08:55:16.882Z] ---> 6a290fa0a37e [2021-05-13T08:55:16.882Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:55:16.882Z] ---> Running in 722c57ac2ad3 [2021-05-13T08:55:19.532Z] Removing intermediate container 722c57ac2ad3 [2021-05-13T08:55:19.532Z] ---> 8fc27d630741 [2021-05-13T08:55:19.532Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-05-13T08:55:19.532Z] ---> Running in 9f3700c8cfb6 [2021-05-13T08:55:20.983Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:55:21.968Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:55:22.951Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-13T08:55:22.951Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-13T08:55:23.226Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-13T08:55:23.226Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-13T08:55:23.226Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-13T08:55:23.500Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-13T08:55:23.500Z] Executing busybox-1.32.1-r6.trigger [2021-05-13T08:55:23.500Z] OK: 139 MiB in 46 packages [2021-05-13T08:55:25.476Z] Removing intermediate container 9f3700c8cfb6 [2021-05-13T08:55:25.476Z] ---> 28a108e2675a [2021-05-13T08:55:25.476Z] Step 6/8 : WORKDIR /device-sdk-go [2021-05-13T08:55:25.476Z] ---> Running in 415ad5af3c3f [2021-05-13T08:55:26.075Z] Removing intermediate container 415ad5af3c3f [2021-05-13T08:55:26.075Z] ---> 810b38277e8d [2021-05-13T08:55:26.075Z] Step 7/8 : COPY . . [2021-05-13T08:55:27.505Z] ---> d93902d46894 [2021-05-13T08:55:27.505Z] Step 8/8 : RUN go mod download [2021-05-13T08:55:27.505Z] ---> Running in e41688531faa [2021-05-13T08:55:54.349Z] Removing intermediate container e41688531faa [2021-05-13T08:55:54.349Z] ---> b719102b40f9 [2021-05-13T08:55:54.349Z] Successfully built b719102b40f9 [2021-05-13T08:55:54.349Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:55:54.690Z] + docker inspect -f . ci-base-image-arm64 [2021-05-13T08:55:54.690Z] . [Pipeline] withDockerContainer [2021-05-13T08:55:54.939Z] prd-ubuntu18.04-docker-arm64-4c-16g-5117 does not seem to be running inside a container [2021-05-13T08:55:55.033Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/165 -v /w/workspace/device-sdk-go/165:/w/workspace/device-sdk-go/165:rw,z -v /w/workspace/device-sdk-go/165@tmp:/w/workspace/device-sdk-go/165@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 ******** ci-base-image-arm64 cat [2021-05-13T08:55:56.472Z] $ docker top b5652f4ec2bd0736444c104ff54c5efb29df350ea5b9012b2bc880c127332d1f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T08:55:57.382Z] + go version [2021-05-13T08:55:57.382Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-13T08:55:57.409Z] $ docker stop --time=1 b5652f4ec2bd0736444c104ff54c5efb29df350ea5b9012b2bc880c127332d1f [2021-05-13T08:55:59.244Z] $ docker rm -f b5652f4ec2bd0736444c104ff54c5efb29df350ea5b9012b2bc880c127332d1f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:55:59.912Z] + docker inspect -f . ci-base-image-arm64 [2021-05-13T08:55:59.912Z] . [Pipeline] withDockerContainer [2021-05-13T08:56:00.148Z] prd-ubuntu18.04-docker-arm64-4c-16g-5117 does not seem to be running inside a container [2021-05-13T08:56:00.238Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/165 -v /w/workspace/device-sdk-go/165:/w/workspace/device-sdk-go/165:rw,z -v /w/workspace/device-sdk-go/165@tmp:/w/workspace/device-sdk-go/165@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 ******** ci-base-image-arm64 cat [2021-05-13T08:56:01.595Z] $ docker top 2e0bf06e7f5badcc7899d03b79176f2233f090f6e5ff521263737e18bdb75983 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T08:56:02.489Z] + go mod tidy [Pipeline] sh [2021-05-13T08:56:03.759Z] + make test [2021-05-13T08:56:03.759Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-13T08:56:30.668Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-05-13T08:57:38.724Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-05-13T08:57:38.724Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-05-13T08:57:38.724Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-05-13T08:57:48.958Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.249s coverage: 25.4% of statements [2021-05-13T08:57:48.958Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-05-13T08:57:48.958Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.164s coverage: 28.1% of statements [2021-05-13T08:57:48.958Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.269s coverage: 78.9% of statements [2021-05-13T08:57:48.958Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.177s coverage: 10.7% of statements [2021-05-13T08:57:48.958Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-05-13T08:57:48.958Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-05-13T08:57:48.958Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-05-13T08:57:50.964Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.261s coverage: 30.2% of statements [2021-05-13T08:57:50.964Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-05-13T08:57:53.644Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.207s coverage: 83.3% of statements [2021-05-13T08:57:53.644Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-05-13T08:57:53.644Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-05-13T08:57:53.644Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.349s coverage: 58.4% of statements [2021-05-13T08:57:56.278Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.204s coverage: 89.2% of statements [2021-05-13T08:57:56.278Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-05-13T08:57:56.278Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.173s coverage: 5.0% of statements [2021-05-13T08:57:56.278Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-05-13T08:57:56.876Z] GO111MODULE=on go vet ./... [2021-05-13T08:59:05.005Z] gofmt -l . [2021-05-13T08:59:05.005Z] [ "`gofmt -l .`" = "" ] [2021-05-13T08:59:05.005Z] ./bin/test-attribution-txt.sh [2021-05-13T08:59:05.005Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-13T08:59:05.029Z] $ docker stop --time=1 2e0bf06e7f5badcc7899d03b79176f2233f090f6e5ff521263737e18bdb75983 [2021-05-13T08:59:07.503Z] $ docker rm -f 2e0bf06e7f5badcc7899d03b79176f2233f090f6e5ff521263737e18bdb75983 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-13T08:59:08.863Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-13T08:59:08.886Z] Warning: overwriting stash ‘coverage-report’ [2021-05-13T08:59:10.102Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-13T08:59:10.562Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-13T08:59:10.946Z] + ls -al . [2021-05-13T08:59:10.946Z] total 248 [2021-05-13T08:59:10.946Z] drwxrwxr-x 10 jenkins jenkins 4096 May 13 08:59 . [2021-05-13T08:59:10.946Z] drwxrwxr-x 4 jenkins jenkins 4096 May 13 08:54 .. [2021-05-13T08:59:10.946Z] -rw-rw-r-- 1 jenkins jenkins 140 May 13 08:54 .dockerignore [2021-05-13T08:59:10.946Z] drwxrwxr-x 8 jenkins jenkins 4096 May 13 08:54 .git [2021-05-13T08:59:10.946Z] drwxrwxr-x 2 jenkins jenkins 4096 May 13 08:54 .github [2021-05-13T08:59:10.946Z] -rw-rw-r-- 1 jenkins jenkins 138 May 13 08:54 .gitignore [2021-05-13T08:59:10.946Z] -rw-rw-r-- 1 jenkins jenkins 987 May 13 08:54 Dockerfile.build [2021-05-13T08:59:10.946Z] -rw-rw-r-- 1 jenkins jenkins 894 May 13 08:54 Jenkinsfile [2021-05-13T08:59:10.946Z] -rw-rw-r-- 1 jenkins jenkins 11341 May 13 08:54 LICENSE [2021-05-13T08:59:10.946Z] -rw-rw-r-- 1 jenkins jenkins 1000 May 13 08:54 Makefile [2021-05-13T08:59:10.946Z] -rw-rw-r-- 1 jenkins jenkins 7652 May 13 08:54 README.md [2021-05-13T08:59:10.946Z] -rw-rw-r-- 1 jenkins jenkins 6616 May 13 08:54 RELEASE-NOTES.txt [2021-05-13T08:59:10.946Z] -rw-rw-r-- 1 jenkins jenkins 12 May 13 08:50 VERSION [2021-05-13T08:59:10.946Z] drwxrwxr-x 2 jenkins jenkins 4096 May 13 08:54 bin [2021-05-13T08:59:10.946Z] -rw-r--r-- 1 jenkins jenkins 126002 May 13 08:57 coverage.out [2021-05-13T08:59:10.946Z] drwxrwxr-x 5 jenkins jenkins 4096 May 13 08:54 example [2021-05-13T08:59:10.946Z] -rw-r--r-- 1 jenkins jenkins 575 May 13 08:59 go.mod [2021-05-13T08:59:10.946Z] -rw-r--r-- 1 jenkins jenkins 20499 May 13 08:56 go.sum [2021-05-13T08:59:10.946Z] drwxrwxr-x 15 jenkins jenkins 4096 May 13 08:54 internal [2021-05-13T08:59:10.946Z] drwxrwxr-x 4 jenkins jenkins 4096 May 13 08:54 openapi [2021-05-13T08:59:10.946Z] drwxrwxr-x 5 jenkins jenkins 4096 May 13 08:54 pkg [2021-05-13T08:59:10.946Z] drwxrwxr-x 4 jenkins jenkins 4096 May 13 08:54 snap [2021-05-13T08:59:10.946Z] -rw-rw-r-- 1 jenkins jenkins 222 May 13 08:54 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:59:11.353Z] + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=266a89ca2ac5ad8320be3c902ec129d812bcfa66 --label arch=arm64 --label version=2.0.0-dev.60 . [2021-05-13T08:59:11.980Z] Sending build context to Docker daemon 2.685MB [2021-05-13T08:59:11.980Z] Step 1/23 : ARG BASE=golang:1.16-alpine3.12 [2021-05-13T08:59:11.980Z] Step 2/23 : FROM ${BASE} AS builder [2021-05-13T08:59:11.980Z] ---> b719102b40f9 [2021-05-13T08:59:11.980Z] Step 3/23 : WORKDIR /device-sdk-go [2021-05-13T08:59:12.259Z] ---> Running in 5f2dca3e0f28 [2021-05-13T08:59:12.867Z] Removing intermediate container 5f2dca3e0f28 [2021-05-13T08:59:12.867Z] ---> ca6cbead99fa [2021-05-13T08:59:12.867Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-13T08:59:12.867Z] ---> Running in c4d3b7a3cfea [2021-05-13T08:59:13.466Z] Removing intermediate container c4d3b7a3cfea [2021-05-13T08:59:13.466Z] ---> c11a2a2c408d [2021-05-13T08:59:13.466Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:59:13.466Z] ---> Running in 5cfde82c49a2 [2021-05-13T08:59:16.121Z] Removing intermediate container 5cfde82c49a2 [2021-05-13T08:59:16.121Z] ---> f152a0e74f24 [2021-05-13T08:59:16.121Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-05-13T08:59:16.121Z] ---> Running in 090bbdd5beb6 [2021-05-13T08:59:17.099Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:59:18.073Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:59:19.055Z] OK: 139 MiB in 46 packages [2021-05-13T08:59:20.043Z] Removing intermediate container 090bbdd5beb6 [2021-05-13T08:59:20.043Z] ---> 8e6c0cfcdc85 [2021-05-13T08:59:20.043Z] Step 7/23 : COPY . . [2021-05-13T08:59:21.475Z] ---> 5ec9accdf955 [2021-05-13T08:59:21.475Z] Step 8/23 : RUN go mod download [2021-05-13T08:59:21.756Z] ---> Running in e5b7edddae70 [2021-05-13T08:59:24.384Z] Removing intermediate container e5b7edddae70 [2021-05-13T08:59:24.384Z] ---> 72d9f100b702 [2021-05-13T08:59:24.384Z] Step 9/23 : RUN make build [2021-05-13T08:59:24.384Z] ---> Running in 8e0554c0222d [2021-05-13T08:59:25.363Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.60" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-05-13T09:00:04.382Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-05-13T09:00:11.098Z] Removing intermediate container 8e0554c0222d [2021-05-13T09:00:11.098Z] ---> 455fa29bd093 [2021-05-13T09:00:11.098Z] Step 10/23 : FROM alpine:3.12 [2021-05-13T09:00:11.098Z] 3.12: Pulling from library/alpine [2021-05-13T09:00:11.372Z] d2f70382dc9a: Pulling fs layer [2021-05-13T09:00:11.372Z] d2f70382dc9a: Verifying Checksum [2021-05-13T09:00:11.372Z] d2f70382dc9a: Download complete [2021-05-13T09:00:11.969Z] d2f70382dc9a: Pull complete [2021-05-13T09:00:11.969Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-13T09:00:11.969Z] Status: Downloaded newer image for alpine:3.12 [2021-05-13T09:00:11.969Z] ---> 9852663dfa18 [2021-05-13T09:00:11.969Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-13T09:00:12.571Z] ---> Running in 84acb840728c [2021-05-13T09:00:13.171Z] Removing intermediate container 84acb840728c [2021-05-13T09:00:13.171Z] ---> e4b3a2f46f8f [2021-05-13T09:00:13.171Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T09:00:13.777Z] ---> Running in 136a544de001 [2021-05-13T09:00:16.393Z] Removing intermediate container 136a544de001 [2021-05-13T09:00:16.393Z] ---> fc44d832a77c [2021-05-13T09:00:16.393Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-05-13T09:00:16.667Z] ---> Running in 747bc244c79b [2021-05-13T09:00:18.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T09:00:18.702Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T09:00:19.295Z] (1/5) Installing libgcc (9.3.0-r2) [2021-05-13T09:00:19.567Z] (2/5) Installing libsodium (1.0.18-r0) [2021-05-13T09:00:19.843Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-05-13T09:00:20.126Z] (4/5) Installing libzmq (4.3.3-r0) [2021-05-13T09:00:20.126Z] (5/5) Installing zeromq (4.3.3-r0) [2021-05-13T09:00:20.401Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T09:00:20.401Z] OK: 8 MiB in 19 packages [2021-05-13T09:00:22.383Z] Removing intermediate container 747bc244c79b [2021-05-13T09:00:22.383Z] ---> 38f455e44492 [2021-05-13T09:00:22.383Z] Step 14/23 : WORKDIR / [2021-05-13T09:00:22.655Z] ---> Running in 11cfa40d7b41 [2021-05-13T09:00:23.248Z] Removing intermediate container 11cfa40d7b41 [2021-05-13T09:00:23.248Z] ---> 4326ca1ea872 [2021-05-13T09:00:23.248Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-05-13T09:00:24.225Z] ---> 8e3807abd111 [2021-05-13T09:00:24.225Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-05-13T09:00:25.648Z] ---> 4f089f125aae [2021-05-13T09:00:25.648Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-05-13T09:00:27.085Z] ---> eb5cda3f5f43 [2021-05-13T09:00:27.085Z] Step 18/23 : EXPOSE 49990 [2021-05-13T09:00:27.689Z] ---> Running in 43a3858d93eb [2021-05-13T09:00:28.285Z] Removing intermediate container 43a3858d93eb [2021-05-13T09:00:28.285Z] ---> 1a02efe5abd9 [2021-05-13T09:00:28.285Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-05-13T09:00:28.557Z] ---> Running in b9cd5fdb4f41 [2021-05-13T09:00:29.151Z] Removing intermediate container b9cd5fdb4f41 [2021-05-13T09:00:29.151Z] ---> 10bed43e72cd [2021-05-13T09:00:29.151Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T09:00:29.424Z] ---> Running in b796fa07b65f [2021-05-13T09:00:30.018Z] Removing intermediate container b796fa07b65f [2021-05-13T09:00:30.018Z] ---> bc853f19b93d [2021-05-13T09:00:30.018Z] Step 21/23 : LABEL arch=arm64 [2021-05-13T09:00:30.296Z] ---> Running in f38ac217a251 [2021-05-13T09:00:30.887Z] Removing intermediate container f38ac217a251 [2021-05-13T09:00:30.887Z] ---> 977375f276bf [2021-05-13T09:00:30.887Z] Step 22/23 : LABEL git_sha=266a89ca2ac5ad8320be3c902ec129d812bcfa66 [2021-05-13T09:00:31.161Z] ---> Running in 047b06282482 [2021-05-13T09:00:31.763Z] Removing intermediate container 047b06282482 [2021-05-13T09:00:31.764Z] ---> 613ee7d9df3d [2021-05-13T09:00:31.764Z] Step 23/23 : LABEL version=2.0.0-dev.60 [2021-05-13T09:00:32.042Z] ---> Running in 76091349598a [2021-05-13T09:00:32.639Z] Removing intermediate container 76091349598a [2021-05-13T09:00:32.639Z] ---> b16ca00ef037 [2021-05-13T09:00:32.639Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2021-05-13T09:00:32.639Z] Successfully built b16ca00ef037 [2021-05-13T09:00:32.639Z] Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-13T09:00:33.107Z] ---> job-cost.sh [2021-05-13T09:00:33.107Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-lkuF [2021-05-13T09:01:20.042Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-13T09:03:11.835Z] lf-activate-venv(): INFO: Adding /tmp/venv-lkuF/bin to PATH [2021-05-13T09:03:11.835Z] INFO: No Stack... [2021-05-13T09:03:11.835Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-13T09:03:11.835Z] INFO: Archiving Costs [Pipeline] sh [2021-05-13T09:03:12.182Z] + cat /w/workspace/device-sdk-go/165/archives/cost.csv [2021-05-13T09:03:12.182Z] + cut -d, -f6 [Pipeline] lock [2021-05-13T09:03:12.300Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-165-stack-cost] [2021-05-13T09:03:12.311Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-165-stack-cost] did not exist. Created. [2021-05-13T09:03:12.311Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-165-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-13T09:03:12.682Z] /w/workspace/device-sdk-go/165@tmp/durable-4f15113e/script.sh: 1: /w/workspace/device-sdk-go/165@tmp/durable-4f15113e/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-13T09:03:13.043Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-13T09:03:13.065Z] Warning: overwriting stash ‘stack-cost’ [2021-05-13T09:03:13.239Z] Stashed 1 file(s) [Pipeline] } [2021-05-13T09:03:13.250Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-165-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-13T09:03:13.691Z] provisioning config files... [2021-05-13T09:03:13.703Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4735549685136324381tmp [Pipeline] { [Pipeline] sh [2021-05-13T09:03:14.048Z] + set +x [2021-05-13T09:03:14.048Z] + curl -s https://codecov.io/bash [2021-05-13T09:03:14.048Z] + bash -s -- [2021-05-13T09:03:14.313Z] [2021-05-13T09:03:14.313Z] _____ _ [2021-05-13T09:03:14.313Z] / ____| | | [2021-05-13T09:03:14.313Z] | | ___ __| | ___ ___ _____ __ [2021-05-13T09:03:14.313Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-13T09:03:14.313Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-13T09:03:14.313Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-13T09:03:14.313Z] Bash-1.0.2 [2021-05-13T09:03:14.313Z] [2021-05-13T09:03:14.313Z] [2021-05-13T09:03:14.313Z] ==> git version 2.24.3 found [2021-05-13T09:03:14.313Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-05-13T09:03:14.313Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-13T09:03:14.313Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-13T09:03:14.313Z] ==> Jenkins CI detected. [2021-05-13T09:03:14.313Z] project root: . [2021-05-13T09:03:14.313Z] --> token set from env [2021-05-13T09:03:14.313Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-13T09:03:14.313Z] ==> Running gcov in . (disable via -X gcov) [2021-05-13T09:03:14.313Z] ==> Python coveragepy not found [2021-05-13T09:03:14.313Z] ==> Searching for coverage reports in: [2021-05-13T09:03:14.313Z] + . [2021-05-13T09:03:14.313Z] -> Found 1 reports [2021-05-13T09:03:14.313Z] ==> Detecting git/mercurial file structure [2021-05-13T09:03:14.313Z] ==> Reading reports [2021-05-13T09:03:14.313Z] + ./coverage.out bytes=126002 [2021-05-13T09:03:14.313Z] ==> Appending adjustments [2021-05-13T09:03:14.313Z] https://docs.codecov.io/docs/fixing-reports [2021-05-13T09:03:14.892Z] + Found adjustments [2021-05-13T09:03:14.892Z] ==> Gzipping contents [2021-05-13T09:03:14.892Z] 20K /tmp/codecov.gmMvGS.gz [2021-05-13T09:03:14.892Z] ==> Uploading reports [2021-05-13T09:03:14.892Z] url: https://codecov.io [2021-05-13T09:03:14.893Z] query: branch=master&commit=266a89ca2ac5ad8320be3c902ec129d812bcfa66&build=165&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F165%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-13T09:03:14.893Z] -> Pinging Codecov [2021-05-13T09:03:14.893Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=266a89ca2ac5ad8320be3c902ec129d812bcfa66&build=165&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F165%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-13T09:03:15.478Z] -> Uploading to [2021-05-13T09:03:15.478Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-13/7E55EF52A471D76F132DFD9A03CDDE97/266a89ca2ac5ad8320be3c902ec129d812bcfa66/27d2b3ee-7f00-4c29-a97b-1dc1c699e826.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210513%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210513T090315Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ac5837778c6b6688962a1292a07426a18dca06b8c11d1915ce65231bcd05b312 [2021-05-13T09:03:15.478Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T09:03:15.478Z] Dload Upload Total Spent Left Speed [2021-05-13T09:03:16.005Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16440 0 0 100 16440 0 36830 --:--:-- --:--:-- --:--:-- 36778 [2021-05-13T09:03:16.005Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/266a89ca2ac5ad8320be3c902ec129d812bcfa66 [Pipeline] } [2021-05-13T09:03:16.016Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-05-13T09:03:16.282Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-13T09:03:16.306Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T09:03:16.647Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-13T09:03:16.912Z] [2021-05-13T09:03:16.913Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-13T09:03:17.243Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-13T09:03:17.243Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-13T09:03:17.243Z] 188c0c94c7c5: Pulling fs layer [2021-05-13T09:03:17.243Z] 0ef7d3d256c8: Pulling fs layer [2021-05-13T09:03:17.243Z] de9db76c5a1d: Pulling fs layer [2021-05-13T09:03:17.243Z] 0eba1c9be4d2: Pulling fs layer [2021-05-13T09:03:17.243Z] 0d57e429df01: Pulling fs layer [2021-05-13T09:03:17.243Z] 4e4be7b47b0d: Pulling fs layer [2021-05-13T09:03:17.243Z] e1f770b5df2f: Pulling fs layer [2021-05-13T09:03:17.243Z] 85a0685a4137: Pulling fs layer [2021-05-13T09:03:17.243Z] 0d57e429df01: Waiting [2021-05-13T09:03:17.243Z] e1f770b5df2f: Waiting [2021-05-13T09:03:17.243Z] 85a0685a4137: Waiting [2021-05-13T09:03:17.243Z] 0eba1c9be4d2: Waiting [2021-05-13T09:03:17.243Z] 4e4be7b47b0d: Waiting [2021-05-13T09:03:17.243Z] de9db76c5a1d: Verifying Checksum [2021-05-13T09:03:17.243Z] de9db76c5a1d: Download complete [2021-05-13T09:03:17.243Z] 0ef7d3d256c8: Verifying Checksum [2021-05-13T09:03:17.243Z] 0ef7d3d256c8: Download complete [2021-05-13T09:03:17.243Z] 0d57e429df01: Verifying Checksum [2021-05-13T09:03:17.243Z] 0d57e429df01: Download complete [2021-05-13T09:03:17.513Z] 4e4be7b47b0d: Verifying Checksum [2021-05-13T09:03:17.513Z] 4e4be7b47b0d: Download complete [2021-05-13T09:03:17.513Z] 188c0c94c7c5: Verifying Checksum [2021-05-13T09:03:17.513Z] 188c0c94c7c5: Download complete [2021-05-13T09:03:18.131Z] 188c0c94c7c5: Pull complete [2021-05-13T09:03:18.416Z] 0ef7d3d256c8: Pull complete [2021-05-13T09:03:18.697Z] de9db76c5a1d: Pull complete [2021-05-13T09:03:19.309Z] e1f770b5df2f: Verifying Checksum [2021-05-13T09:03:19.309Z] e1f770b5df2f: Download complete [2021-05-13T09:03:23.890Z] 0eba1c9be4d2: Verifying Checksum [2021-05-13T09:03:23.890Z] 0eba1c9be4d2: Download complete [2021-05-13T09:03:23.890Z] 85a0685a4137: Verifying Checksum [2021-05-13T09:03:23.890Z] 85a0685a4137: Download complete [2021-05-13T09:03:34.146Z] 0eba1c9be4d2: Pull complete [2021-05-13T09:03:34.527Z] 0d57e429df01: Pull complete [2021-05-13T09:03:34.855Z] 4e4be7b47b0d: Pull complete [2021-05-13T09:03:37.480Z] e1f770b5df2f: Pull complete [2021-05-13T09:03:50.047Z] 85a0685a4137: Pull complete [2021-05-13T09:03:50.047Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-13T09:03:50.047Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-13T09:03:50.047Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-13T09:03:50.338Z] prd-centos7-docker-4c-2g-5107 does not seem to be running inside a container [2021-05-13T09:03:50.415Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-05-13T09:03:51.897Z] $ docker top 8ff4598a8a799c766ad2f274c8afbba405c3fc36b258aa9ca47053b2a43cf790 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-13T09:03:52.044Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-13T09:03:52.365Z] + set -o pipefail [2021-05-13T09:03:52.365Z] + snyk monitor '--org=edgex-jenkins' [2021-05-13T09:04:04.850Z] [2021-05-13T09:04:04.850Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-05-13T09:04:04.850Z] [2021-05-13T09:04:04.850Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/16765800-349d-4f4c-8a80-7fb3c0adbe17 [2021-05-13T09:04:04.850Z] [2021-05-13T09:04:04.850Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-13T09:04:04.850Z] [2021-05-13T09:04:04.850Z] [Pipeline] } [2021-05-13T09:04:04.870Z] $ docker stop --time=1 8ff4598a8a799c766ad2f274c8afbba405c3fc36b258aa9ca47053b2a43cf790 [2021-05-13T09:04:08.004Z] $ docker rm -f 8ff4598a8a799c766ad2f274c8afbba405c3fc36b258aa9ca47053b2a43cf790 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-05-13T09:04:09.073Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-13T09:04:09.096Z] provisioning config files... [2021-05-13T09:04:09.107Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8614171885340660109tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T09:04:09.447Z] --> edgex-publish-swagger.sh [2021-05-13T09:04:09.447Z] === Publish openapi/v1 API === [2021-05-13T09:04:09.447Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-05-13T09:04:09.447Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-05-13T09:04:09.447Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T09:04:09.447Z] Dload Upload Total Spent Left Speed [2021-05-13T09:04:10.289Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 19947 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 25727 --:--:-- --:--:-- --:--:-- 25738 [2021-05-13T09:04:10.289Z] [2021-05-13T09:04:10.289Z] [2021-05-13T09:04:10.289Z] === Publish openapi/v2 API === [2021-05-13T09:04:10.289Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-05-13T09:04:10.289Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-05-13T09:04:10.289Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T09:04:10.289Z] Dload Upload Total Spent Left Speed [2021-05-13T09:04:11.244Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 57870 --:--:-- --:--:-- --:--:-- 57846 100 51483 0 0 100 51483 0 57859 --:--:-- --:--:-- --:--:-- 57846 [2021-05-13T09:04:11.244Z] [2021-05-13T09:04:11.244Z] [Pipeline] } [2021-05-13T09:04:11.260Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-13T09:04:11.776Z] + git log --format=format:%s -1 266a89ca2ac5ad8320be3c902ec129d812bcfa66 [Pipeline] isUnix [Pipeline] sh [2021-05-13T09:04:12.097Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T09:04:12.097Z] . [Pipeline] withDockerContainer [2021-05-13T09:04:12.226Z] prd-centos7-docker-4c-2g-5107 does not seem to be running inside a container [2021-05-13T09:04:12.288Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-13T09:04:13.759Z] $ docker top 7708451242cf20c6bfc7d05fdf60db046f420c5cf6efe94ec72bd1102cec007b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-13T09:04:14.007Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T09:04:14.007Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T09:04:14.314Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T09:04:14.321Z] $ docker exec 7708451242cf20c6bfc7d05fdf60db046f420c5cf6efe94ec72bd1102cec007b ssh-agent [2021-05-13T09:04:14.615Z] SSH_AUTH_SOCK=/tmp/ssh-9euz1rA0H13p/agent.12 [2021-05-13T09:04:14.615Z] SSH_AGENT_PID=18 [2021-05-13T09:04:14.625Z] Running ssh-add (command line suppressed) [2021-05-13T09:04:14.778Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1579076077464255123.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1579076077464255123.key) [2021-05-13T09:04:14.859Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T09:04:15.199Z] + git semver tag [2021-05-13T09:04:15.463Z] # -> Open(): unable to determine branch for HEAD [2021-05-13T09:04:15.463Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-13T09:04:15.463Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-13T09:04:15.463Z] # $SEMVER_REMOTE_NAME = origin [2021-05-13T09:04:15.463Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-13T09:04:15.463Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-13T09:04:15.463Z] # $SEMVER_BRANCH = master [2021-05-13T09:04:15.463Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-05-13T09:04:15.463Z] # 266a89ca2ac5ad8320be3c902ec129d812bcfa66 HEAD [2021-05-13T09:04:15.463Z] # -> Force: false [2021-05-13T09:04:15.463Z] # 9c1c5bb7646ae793c861aa0267e6dac90d00b593 refs/tags/v2.0.0-dev.60 [Pipeline] } [2021-05-13T09:04:15.476Z] $ docker exec --env ******** --env ******** 7708451242cf20c6bfc7d05fdf60db046f420c5cf6efe94ec72bd1102cec007b ssh-agent -k [2021-05-13T09:04:15.607Z] unset SSH_AUTH_SOCK; [2021-05-13T09:04:15.608Z] unset SSH_AGENT_PID; [2021-05-13T09:04:15.608Z] echo Agent pid 18 killed; [2021-05-13T09:04:15.723Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-13T09:04:16.080Z] + git semver [Pipeline] } [2021-05-13T09:04:16.111Z] $ docker stop --time=1 7708451242cf20c6bfc7d05fdf60db046f420c5cf6efe94ec72bd1102cec007b [2021-05-13T09:04:17.817Z] $ docker rm -f 7708451242cf20c6bfc7d05fdf60db046f420c5cf6efe94ec72bd1102cec007b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-13T09:04:18.379Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-13T09:04:18.379Z] [2021-05-13T09:04:18.379Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-13T09:04:18.711Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-13T09:04:18.711Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-13T09:04:18.711Z] ab5ef0e58194: Pulling fs layer [2021-05-13T09:04:18.711Z] 9712f1f96733: Pulling fs layer [2021-05-13T09:04:18.711Z] 63f879dbbcfc: Pulling fs layer [2021-05-13T09:04:18.711Z] 0d9ebad4ef96: Pulling fs layer [2021-05-13T09:04:18.711Z] e9a5061849ea: Pulling fs layer [2021-05-13T09:04:18.711Z] d747dcd14b5f: Pulling fs layer [2021-05-13T09:04:18.711Z] 2de7ff778b66: Pulling fs layer [2021-05-13T09:04:18.711Z] d747dcd14b5f: Waiting [2021-05-13T09:04:18.711Z] 2de7ff778b66: Waiting [2021-05-13T09:04:18.711Z] e9a5061849ea: Waiting [2021-05-13T09:04:18.711Z] 9712f1f96733: Verifying Checksum [2021-05-13T09:04:18.711Z] 9712f1f96733: Download complete [2021-05-13T09:04:21.311Z] 63f879dbbcfc: Verifying Checksum [2021-05-13T09:04:21.312Z] 63f879dbbcfc: Download complete [2021-05-13T09:04:21.579Z] e9a5061849ea: Verifying Checksum [2021-05-13T09:04:21.579Z] e9a5061849ea: Download complete [2021-05-13T09:04:21.579Z] d747dcd14b5f: Download complete [2021-05-13T09:04:21.848Z] 0d9ebad4ef96: Verifying Checksum [2021-05-13T09:04:21.849Z] 0d9ebad4ef96: Download complete [2021-05-13T09:04:22.114Z] 2de7ff778b66: Verifying Checksum [2021-05-13T09:04:22.114Z] 2de7ff778b66: Download complete [2021-05-13T09:04:22.695Z] ab5ef0e58194: Verifying Checksum [2021-05-13T09:04:22.695Z] ab5ef0e58194: Download complete [2021-05-13T09:04:29.361Z] ab5ef0e58194: Pull complete [2021-05-13T09:04:29.361Z] 9712f1f96733: Pull complete [2021-05-13T09:04:30.800Z] 63f879dbbcfc: Pull complete [2021-05-13T09:04:43.812Z] 0d9ebad4ef96: Pull complete [2021-05-13T09:04:45.292Z] e9a5061849ea: Pull complete [2021-05-13T09:04:45.899Z] d747dcd14b5f: Pull complete [2021-05-13T09:04:49.288Z] 2de7ff778b66: Pull complete [2021-05-13T09:04:49.288Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-13T09:04:49.288Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-13T09:04:49.288Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-13T09:04:50.108Z] prd-centos7-docker-4c-2g-5107 does not seem to be running inside a container [2021-05-13T09:04:50.250Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-05-13T09:04:54.315Z] $ docker top e581fcfe72ce22552a8a79100005eefe70fbb7ffb991b098f85f3bd8caa0e8c7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-13T09:04:54.496Z] provisioning config files... [2021-05-13T09:04:54.511Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2638586887425881838tmp [2021-05-13T09:04:54.533Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6469653738852382416tmp [2021-05-13T09:04:54.551Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7610290813549971007tmp [Pipeline] { [Pipeline] echo [2021-05-13T09:04:54.578Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T09:04:54.899Z] ---> sigul-configuration.sh [2021-05-13T09:04:55.164Z] gpg: directory `/root/.gnupg' created [2021-05-13T09:04:55.164Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-13T09:04:55.164Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-13T09:04:55.164Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-13T09:04:55.164Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-13T09:04:55.164Z] gpg: CAST5 encrypted data [2021-05-13T09:04:55.431Z] gpg: encrypted with 1 passphrase [2021-05-13T09:04:55.431Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-13T09:04:55.760Z] + mkdir /home/jenkins [2021-05-13T09:04:55.760Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-13T09:04:56.071Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-05-13T09:04:56.084Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T09:04:56.392Z] ---> sigul-install.sh [2021-05-13T09:05:06.566Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-13T09:05:07.248Z] + git tag --list [2021-05-13T09:05:07.248Z] 0.7.1 [2021-05-13T09:05:07.248Z] delhi-tag [2021-05-13T09:05:07.248Z] v1.0.0 [2021-05-13T09:05:07.248Z] v1.1.0 [2021-05-13T09:05:07.248Z] v1.1.1 [2021-05-13T09:05:07.248Z] v1.1.2 [2021-05-13T09:05:07.248Z] v1.2.0 [2021-05-13T09:05:07.248Z] v1.2.1 [2021-05-13T09:05:07.248Z] v1.2.2 [2021-05-13T09:05:07.248Z] v1.2.3 [2021-05-13T09:05:07.248Z] v1.3.0 [2021-05-13T09:05:07.248Z] v1.4.0 [2021-05-13T09:05:07.248Z] v2.0.0-dev.1 [2021-05-13T09:05:07.248Z] v2.0.0-dev.10 [2021-05-13T09:05:07.248Z] v2.0.0-dev.11 [2021-05-13T09:05:07.248Z] v2.0.0-dev.12 [2021-05-13T09:05:07.248Z] v2.0.0-dev.13 [2021-05-13T09:05:07.248Z] v2.0.0-dev.14 [2021-05-13T09:05:07.248Z] v2.0.0-dev.15 [2021-05-13T09:05:07.248Z] v2.0.0-dev.16 [2021-05-13T09:05:07.248Z] v2.0.0-dev.17 [2021-05-13T09:05:07.248Z] v2.0.0-dev.18 [2021-05-13T09:05:07.248Z] v2.0.0-dev.19 [2021-05-13T09:05:07.248Z] v2.0.0-dev.2 [2021-05-13T09:05:07.248Z] v2.0.0-dev.20 [2021-05-13T09:05:07.248Z] v2.0.0-dev.21 [2021-05-13T09:05:07.248Z] v2.0.0-dev.22 [2021-05-13T09:05:07.248Z] v2.0.0-dev.23 [2021-05-13T09:05:07.248Z] v2.0.0-dev.24 [2021-05-13T09:05:07.248Z] v2.0.0-dev.25 [2021-05-13T09:05:07.248Z] v2.0.0-dev.26 [2021-05-13T09:05:07.248Z] v2.0.0-dev.27 [2021-05-13T09:05:07.248Z] v2.0.0-dev.28 [2021-05-13T09:05:07.248Z] v2.0.0-dev.29 [2021-05-13T09:05:07.248Z] v2.0.0-dev.3 [2021-05-13T09:05:07.248Z] v2.0.0-dev.30 [2021-05-13T09:05:07.248Z] v2.0.0-dev.31 [2021-05-13T09:05:07.248Z] v2.0.0-dev.32 [2021-05-13T09:05:07.248Z] v2.0.0-dev.33 [2021-05-13T09:05:07.248Z] v2.0.0-dev.34 [2021-05-13T09:05:07.248Z] v2.0.0-dev.35 [2021-05-13T09:05:07.248Z] v2.0.0-dev.36 [2021-05-13T09:05:07.248Z] v2.0.0-dev.37 [2021-05-13T09:05:07.248Z] v2.0.0-dev.38 [2021-05-13T09:05:07.248Z] v2.0.0-dev.39 [2021-05-13T09:05:07.248Z] v2.0.0-dev.4 [2021-05-13T09:05:07.248Z] v2.0.0-dev.40 [2021-05-13T09:05:07.248Z] v2.0.0-dev.41 [2021-05-13T09:05:07.248Z] v2.0.0-dev.42 [2021-05-13T09:05:07.248Z] v2.0.0-dev.43 [2021-05-13T09:05:07.248Z] v2.0.0-dev.44 [2021-05-13T09:05:07.248Z] v2.0.0-dev.45 [2021-05-13T09:05:07.248Z] v2.0.0-dev.46 [2021-05-13T09:05:07.248Z] v2.0.0-dev.47 [2021-05-13T09:05:07.248Z] v2.0.0-dev.48 [2021-05-13T09:05:07.248Z] v2.0.0-dev.49 [2021-05-13T09:05:07.248Z] v2.0.0-dev.5 [2021-05-13T09:05:07.248Z] v2.0.0-dev.50 [2021-05-13T09:05:07.248Z] v2.0.0-dev.51 [2021-05-13T09:05:07.248Z] v2.0.0-dev.52 [2021-05-13T09:05:07.248Z] v2.0.0-dev.53 [2021-05-13T09:05:07.248Z] v2.0.0-dev.54 [2021-05-13T09:05:07.248Z] v2.0.0-dev.55 [2021-05-13T09:05:07.248Z] v2.0.0-dev.56 [2021-05-13T09:05:07.248Z] v2.0.0-dev.57 [2021-05-13T09:05:07.248Z] v2.0.0-dev.58 [2021-05-13T09:05:07.248Z] v2.0.0-dev.59 [2021-05-13T09:05:07.248Z] v2.0.0-dev.6 [2021-05-13T09:05:07.248Z] v2.0.0-dev.60 [2021-05-13T09:05:07.248Z] v2.0.0-dev.7 [2021-05-13T09:05:07.248Z] v2.0.0-dev.8 [2021-05-13T09:05:07.248Z] v2.0.0-dev.9 [Pipeline] sh [2021-05-13T09:05:07.949Z] + lftools sign git-tag v2.0.0-dev.60 [2021-05-13T09:05:09.935Z] Signing Git tag with Sigul... [2021-05-13T09:05:09.935Z] Signing v2.0.0-dev.60 [Pipeline] echo [2021-05-13T09:05:11.354Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T09:05:11.711Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-13T09:05:11.724Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-13T09:05:11.755Z] $ docker stop --time=1 e581fcfe72ce22552a8a79100005eefe70fbb7ffb991b098f85f3bd8caa0e8c7 [2021-05-13T09:05:13.444Z] $ docker rm -f e581fcfe72ce22552a8a79100005eefe70fbb7ffb991b098f85f3bd8caa0e8c7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-13T09:05:14.240Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T09:05:14.240Z] . [Pipeline] withDockerContainer [2021-05-13T09:05:14.370Z] prd-centos7-docker-4c-2g-5107 does not seem to be running inside a container [2021-05-13T09:05:14.429Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-13T09:05:15.397Z] $ docker top 33e92d33ba0cf2aed0178ac768f1162456d81ddb817268022f5f12537739e90c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-13T09:05:15.589Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T09:05:15.590Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T09:05:15.944Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T09:05:15.947Z] $ docker exec 33e92d33ba0cf2aed0178ac768f1162456d81ddb817268022f5f12537739e90c ssh-agent [2021-05-13T09:05:16.192Z] SSH_AUTH_SOCK=/tmp/ssh-Tw2I2T3KQBwv/agent.12 [2021-05-13T09:05:16.192Z] SSH_AGENT_PID=17 [2021-05-13T09:05:16.203Z] Running ssh-add (command line suppressed) [2021-05-13T09:05:16.380Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7665211986123843089.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7665211986123843089.key) [2021-05-13T09:05:16.457Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T09:05:16.778Z] + git semver bump pre [2021-05-13T09:05:16.778Z] # -> Open(): unable to determine branch for HEAD [2021-05-13T09:05:16.778Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-13T09:05:16.778Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-13T09:05:16.778Z] # $SEMVER_REMOTE_NAME = origin [2021-05-13T09:05:16.778Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-13T09:05:16.778Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-13T09:05:16.778Z] # $SEMVER_BRANCH = master [2021-05-13T09:05:16.778Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-05-13T09:05:16.778Z] 2.0.0-dev.61 [Pipeline] } [2021-05-13T09:05:16.791Z] $ docker exec --env ******** --env ******** 33e92d33ba0cf2aed0178ac768f1162456d81ddb817268022f5f12537739e90c ssh-agent -k [2021-05-13T09:05:16.938Z] unset SSH_AUTH_SOCK; [2021-05-13T09:05:16.938Z] unset SSH_AGENT_PID; [2021-05-13T09:05:16.938Z] echo Agent pid 17 killed; [2021-05-13T09:05:17.009Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-13T09:05:17.376Z] + git semver [Pipeline] } [2021-05-13T09:05:17.394Z] $ docker stop --time=1 33e92d33ba0cf2aed0178ac768f1162456d81ddb817268022f5f12537739e90c [2021-05-13T09:05:18.944Z] $ docker rm -f 33e92d33ba0cf2aed0178ac768f1162456d81ddb817268022f5f12537739e90c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-13T09:05:19.471Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T09:05:19.472Z] . [Pipeline] withDockerContainer [2021-05-13T09:05:19.773Z] prd-centos7-docker-4c-2g-5107 does not seem to be running inside a container [2021-05-13T09:05:19.892Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-13T09:05:20.917Z] $ docker top 57393f07f0a2372ff64a8c29e16120ebe8b742578b1c68ee47fc84666c616822 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-13T09:05:21.217Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T09:05:21.217Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T09:05:21.504Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T09:05:21.507Z] $ docker exec 57393f07f0a2372ff64a8c29e16120ebe8b742578b1c68ee47fc84666c616822 ssh-agent [2021-05-13T09:05:21.921Z] SSH_AUTH_SOCK=/tmp/ssh-LD32DKFA2aUA/agent.12 [2021-05-13T09:05:21.921Z] SSH_AGENT_PID=17 [2021-05-13T09:05:21.932Z] Running ssh-add (command line suppressed) [2021-05-13T09:05:22.090Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7500608120726884755.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7500608120726884755.key) [2021-05-13T09:05:22.194Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T09:05:22.569Z] + git semver push [2021-05-13T09:05:22.569Z] # -> Open(): unable to determine branch for HEAD [2021-05-13T09:05:22.569Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-13T09:05:22.569Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-13T09:05:22.569Z] # $SEMVER_REMOTE_NAME = origin [2021-05-13T09:05:22.569Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-13T09:05:22.569Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-13T09:05:22.569Z] # $SEMVER_BRANCH = master [2021-05-13T09:05:22.569Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-05-13T09:05:27.922Z] $ docker exec --env ******** --env ******** 57393f07f0a2372ff64a8c29e16120ebe8b742578b1c68ee47fc84666c616822 ssh-agent -k [2021-05-13T09:05:28.093Z] unset SSH_AUTH_SOCK; [2021-05-13T09:05:28.096Z] unset SSH_AGENT_PID; [2021-05-13T09:05:28.096Z] echo Agent pid 17 killed; [2021-05-13T09:05:28.153Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-13T09:05:28.549Z] + git semver [Pipeline] } [2021-05-13T09:05:28.664Z] $ docker stop --time=1 57393f07f0a2372ff64a8c29e16120ebe8b742578b1c68ee47fc84666c616822 [2021-05-13T09:05:30.415Z] $ docker rm -f 57393f07f0a2372ff64a8c29e16120ebe8b742578b1c68ee47fc84666c616822 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-05-13T09:05:31.327Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T09:05:32.595Z] ---> package-listing.sh [2021-05-13T09:05:32.595Z] ++ facter osfamily [2021-05-13T09:05:32.595Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-13T09:05:32.595Z] + OS_FAMILY=redhat [2021-05-13T09:05:32.595Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-05-13T09:05:32.595Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-13T09:05:32.595Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-13T09:05:32.595Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-13T09:05:32.595Z] + PACKAGES=/tmp/packages_start.txt [2021-05-13T09:05:32.595Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-05-13T09:05:32.595Z] + PACKAGES=/tmp/packages_end.txt [2021-05-13T09:05:32.595Z] + case "${OS_FAMILY}" in [2021-05-13T09:05:32.595Z] + rpm -qa [2021-05-13T09:05:32.595Z] + sort [2021-05-13T09:05:39.264Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-13T09:05:39.264Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-13T09:05:39.264Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-13T09:05:39.541Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-05-13T09:05:39.541Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-05-13T09:05:39.541Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo [2021-05-13T09:05:39.613Z] 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/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-13T09:05:40.203Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-13T09:05:40.799Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T09:05:40.799Z] [2021-05-13T09:05:40.799Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-13T09:05:41.206Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T09:05:41.206Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-13T09:05:41.206Z] df20fa9351a1: Pulling fs layer [2021-05-13T09:05:41.206Z] 36b3adc4ff6f: Pulling fs layer [2021-05-13T09:05:41.206Z] 8ad3a11d3b57: Pulling fs layer [2021-05-13T09:05:41.206Z] 46f8f816bc3b: Pulling fs layer [2021-05-13T09:05:41.206Z] 93b61091891f: Pulling fs layer [2021-05-13T09:05:41.206Z] 93b9cdb0e59b: Pulling fs layer [2021-05-13T09:05:41.206Z] 5e14af77c1be: Pulling fs layer [2021-05-13T09:05:41.206Z] 01666e4c0597: Pulling fs layer [2021-05-13T09:05:41.206Z] aa168da1d23b: Pulling fs layer [2021-05-13T09:05:41.206Z] 93b9cdb0e59b: Waiting [2021-05-13T09:05:41.206Z] 46f8f816bc3b: Waiting [2021-05-13T09:05:41.206Z] 93b61091891f: Waiting [2021-05-13T09:05:41.206Z] aa168da1d23b: Waiting [2021-05-13T09:05:41.206Z] 01666e4c0597: Waiting [2021-05-13T09:05:41.206Z] 5e14af77c1be: Waiting [2021-05-13T09:05:41.206Z] 36b3adc4ff6f: Verifying Checksum [2021-05-13T09:05:41.206Z] 36b3adc4ff6f: Download complete [2021-05-13T09:05:41.478Z] 46f8f816bc3b: Verifying Checksum [2021-05-13T09:05:41.478Z] 46f8f816bc3b: Download complete [2021-05-13T09:05:41.478Z] df20fa9351a1: Verifying Checksum [2021-05-13T09:05:41.478Z] df20fa9351a1: Download complete [2021-05-13T09:05:41.478Z] 93b9cdb0e59b: Verifying Checksum [2021-05-13T09:05:41.478Z] 93b9cdb0e59b: Download complete [2021-05-13T09:05:41.478Z] 5e14af77c1be: Verifying Checksum [2021-05-13T09:05:41.478Z] 5e14af77c1be: Download complete [2021-05-13T09:05:41.478Z] 01666e4c0597: Verifying Checksum [2021-05-13T09:05:41.478Z] 01666e4c0597: Download complete [2021-05-13T09:05:41.478Z] 93b61091891f: Verifying Checksum [2021-05-13T09:05:41.478Z] 93b61091891f: Download complete [2021-05-13T09:05:42.109Z] 8ad3a11d3b57: Verifying Checksum [2021-05-13T09:05:42.109Z] 8ad3a11d3b57: Download complete [2021-05-13T09:05:42.378Z] df20fa9351a1: Pull complete [2021-05-13T09:05:42.961Z] 36b3adc4ff6f: Pull complete [2021-05-13T09:05:43.955Z] 8ad3a11d3b57: Pull complete [2021-05-13T09:05:44.234Z] 46f8f816bc3b: Pull complete [2021-05-13T09:05:44.826Z] 93b61091891f: Pull complete [2021-05-13T09:05:44.827Z] 93b9cdb0e59b: Pull complete [2021-05-13T09:05:45.462Z] 5e14af77c1be: Pull complete [2021-05-13T09:05:46.047Z] aa168da1d23b: Verifying Checksum [2021-05-13T09:05:46.047Z] aa168da1d23b: Download complete [2021-05-13T09:05:46.047Z] 01666e4c0597: Pull complete [2021-05-13T09:05:58.480Z] aa168da1d23b: Pull complete [2021-05-13T09:05:58.480Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-13T09:05:58.480Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T09:05:58.480Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-13T09:05:58.710Z] prd-centos7-docker-4c-2g-5107 does not seem to be running inside a container [2021-05-13T09:05:58.770Z] $ 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/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-13T09:06:01.727Z] $ docker top cd4a354876540f52a8a04a2af8c94c0b0f27ce90b0c2f0f4bad01f52de7c21c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T09:06:02.292Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-13T09:06:02.600Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-13T09:06:02.909Z] + ls /var/log/sa-host [2021-05-13T09:06:02.909Z] + sadf -c /var/log/sa-host/sa13 [2021-05-13T09:06:02.909Z] file_magic: OK [2021-05-13T09:06:02.909Z] HZ: Using current value: 100 [2021-05-13T09:06:02.909Z] file_header: OK [2021-05-13T09:06:02.909Z] 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-05-13T09:06:02.909Z] Statistics: [2021-05-13T09:06:02.909Z] 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... [2021-05-13T09:06:02.909Z] File successfully converted to sysstat format version 12.2.1 [2021-05-13T09:06:02.909Z] + sadf -c /var/log/sa-host/sa23 [2021-05-13T09:06:02.909Z] file_magic: OK [2021-05-13T09:06:02.909Z] HZ: Using current value: 100 [2021-05-13T09:06:02.909Z] file_header: OK [2021-05-13T09:06:02.909Z] 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-05-13T09:06:02.909Z] Statistics: [2021-05-13T09:06:02.909Z] Hnuu...uuuununununu... [2021-05-13T09:06:02.909Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-13T09:06:03.100Z] provisioning config files... [2021-05-13T09:06:03.119Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2591800285529239045tmp [Pipeline] { [Pipeline] echo [2021-05-13T09:06:03.145Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T09:06:03.458Z] ---> create-netrc.sh [Pipeline] } [2021-05-13T09:06:03.736Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-13T09:06:03.793Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T09:06:04.107Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-13T09:06:04.122Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T09:06:04.429Z] ---> sudo-logs.sh [2021-05-13T09:06:04.429Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-13T09:06:04.479Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T09:06:04.785Z] ---> job-cost.sh [2021-05-13T09:06:04.785Z] lf-activate-venv: SKIPPING [2021-05-13T09:06:04.785Z] DEBUG: total: 0.20999999344348907 [2021-05-13T09:06:04.785Z] INFO: Retrieving Stack Cost... [2021-05-13T09:06:05.739Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-13T09:06:06.325Z] INFO: Archiving Costs [Pipeline] echo [2021-05-13T09:06:06.346Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T09:06:06.661Z] ---> logs-deploy.sh [2021-05-13T09:06:06.661Z] lf-activate-venv: SKIPPING [2021-05-13T09:06:06.661Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/165 [2021-05-13T09:06:06.661Z] INFO: archiving workspace using pattern(s): [2021-05-13T09:06:09.255Z] Archives upload complete. [2021-05-13T09:06:09.255Z] INFO: archiving logs to Nexus