Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7ebf8157bed3f29606eb8346b104e57a74818c1e 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 d07cd02ecb4437160b67c3e2c8b9f8516fc20714 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 d07cd02ecb4437160b67c3e2c8b9f8516fc20714 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 d07cd02ecb4437160b67c3e2c8b9f8516fc20714 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d07cd02ecb4437160b67c3e2c8b9f8516fc20714 # timeout=10 Commit message: "Merge pull request #233 from ernestojeda/fix-snap-workspace-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, goVersion:1.13, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [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.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-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: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-944 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 with configured refspecs honoured and without tags 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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 7ebf8157bed3f29606eb8346b104e57a74818c1e (master) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7ebf8157bed3f29606eb8346b104e57a74818c1e # timeout=10 Commit message: "Merge pull request #576 from jpwhitemn/upd-readme-versioning" > git rev-list --no-walk 1e612ed535d2e5692843658024442fbb2ae5655f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-31T23:44:33.167Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-31T23:44:33.393Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-31T23:44:33.487Z] ========================================================= [2020-08-31T23:44:33.487Z] EdgeX Global Pipelines Version Info [2020-08-31T23:44:33.487Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-31T23:44:34.918Z] ------------------- [2020-08-31T23:44:34.918Z] stable info: [2020-08-31T23:44:34.918Z] ------------------- [2020-08-31T23:44:34.918Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-31T23:44:34.918Z] Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 [2020-08-31T23:44:34.918Z] Message: update stable to v1.0.115 [2020-08-31T23:44:35.859Z] ------------------- [2020-08-31T23:44:35.859Z] experimental info: [2020-08-31T23:44:35.859Z] ------------------- [2020-08-31T23:44:35.859Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-31T23:44:35.859Z] Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 [2020-08-31T23:44:35.859Z] Message: update experimental to v1.0.115 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-08-31T23:44:36.152Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-08-31T23:44:36.230Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-08-31T23:44:36.307Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-08-31T23:44:36.384Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-08-31T23:44:36.464Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-08-31T23:44:36.560Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-08-31T23:44:36.639Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-08-31T23:44:36.721Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-08-31T23:44:36.801Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-08-31T23:44:36.878Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-08-31T23:44:36.973Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-08-31T23:44:37.052Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-08-31T23:44:37.130Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-08-31T23:44:37.207Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-08-31T23:44:37.288Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-08-31T23:44:37.385Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-08-31T23:44:37.651Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-08-31T23:44:37.732Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-08-31T23:44:37.831Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-08-31T23:44:37.910Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-08-31T23:44:37.988Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-08-31T23:44:38.067Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-08-31T23:44:38.147Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-08-31T23:44:38.228Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-08-31T23:44:38.309Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-08-31T23:44:38.403Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7ebf8157bed3f29606eb8346b104e57a74818c1e [Pipeline] echo [2020-08-31T23:44:38.484Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7ebf815 [Pipeline] echo [2020-08-31T23:44:38.588Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-31T23:44:39.133Z] + git log --format=format:%s -1 7ebf8157bed3f29606eb8346b104e57a74818c1e [Pipeline] echo [2020-08-31T23:44:39.196Z] GIT_COMMIT: 7ebf8157bed3f29606eb8346b104e57a74818c1e, Commit Message: Merge pull request #576 from jpwhitemn/upd-readme-versioning [Pipeline] echo [2020-08-31T23:44:39.252Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-31T23:44:39.763Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T23:44:40.714Z] [2020-08-31T23:44:40.714Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-31T23:44:41.070Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T23:44:41.070Z] latest: Pulling from edgex-devops/git-semver [2020-08-31T23:44:41.070Z] 31603596830f: Pulling fs layer [2020-08-31T23:44:41.070Z] 2a8b12db71e7: Pulling fs layer [2020-08-31T23:44:41.070Z] 6ca5941a6612: Pulling fs layer [2020-08-31T23:44:41.070Z] ecc8261a40a4: Pulling fs layer [2020-08-31T23:44:41.070Z] ecc8261a40a4: Waiting [2020-08-31T23:44:41.070Z] 2a8b12db71e7: Download complete [2020-08-31T23:44:41.070Z] 31603596830f: Verifying Checksum [2020-08-31T23:44:41.070Z] 31603596830f: Download complete [2020-08-31T23:44:41.332Z] 6ca5941a6612: Verifying Checksum [2020-08-31T23:44:41.332Z] 6ca5941a6612: Download complete [2020-08-31T23:44:41.332Z] ecc8261a40a4: Verifying Checksum [2020-08-31T23:44:41.332Z] ecc8261a40a4: Download complete [2020-08-31T23:44:41.332Z] 31603596830f: Pull complete [2020-08-31T23:44:41.596Z] 2a8b12db71e7: Pull complete [2020-08-31T23:44:42.167Z] 6ca5941a6612: Pull complete [2020-08-31T23:44:42.428Z] ecc8261a40a4: Pull complete [2020-08-31T23:44:42.428Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-31T23:44:42.428Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T23:44:42.428Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-31T23:44:42.530Z] prd-centos7-docker-4c-2g-944 does not seem to be running inside a container [2020-08-31T23:44:42.574Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-31T23:44:44.452Z] $ docker top 574a17f5ea6e32b55343c83438d32aff0a182b6f465fae7ecc0fec54d8a2d9bb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-31T23:44:44.734Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T23:44:44.734Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T23:44:44.950Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T23:44:44.957Z] $ docker exec 574a17f5ea6e32b55343c83438d32aff0a182b6f465fae7ecc0fec54d8a2d9bb ssh-agent [2020-08-31T23:44:45.123Z] SSH_AUTH_SOCK=/tmp/ssh-OfB7D4zSxNi4/agent.11 [2020-08-31T23:44:45.123Z] SSH_AGENT_PID=16 [2020-08-31T23:44:45.133Z] Running ssh-add (command line suppressed) [2020-08-31T23:44:45.260Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7629114116381475291.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7629114116381475291.key) [2020-08-31T23:44:45.311Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T23:44:45.637Z] + git describe --exact-match --tags HEAD [2020-08-31T23:44:45.637Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-31T23:44:45.711Z] $ docker exec --env ******** --env ******** 574a17f5ea6e32b55343c83438d32aff0a182b6f465fae7ecc0fec54d8a2d9bb ssh-agent -k [2020-08-31T23:44:45.823Z] unset SSH_AUTH_SOCK; [2020-08-31T23:44:45.824Z] unset SSH_AGENT_PID; [2020-08-31T23:44:45.824Z] echo Agent pid 16 killed; [2020-08-31T23:44:45.867Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-31T23:44:45.947Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-31T23:44:45.947Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-31T23:44:46.034Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T23:44:46.034Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T23:44:46.196Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T23:44:46.201Z] $ docker exec 574a17f5ea6e32b55343c83438d32aff0a182b6f465fae7ecc0fec54d8a2d9bb ssh-agent [2020-08-31T23:44:46.350Z] SSH_AUTH_SOCK=/tmp/ssh-WQ12PUS2wmxt/agent.44 [2020-08-31T23:44:46.350Z] SSH_AGENT_PID=49 [2020-08-31T23:44:46.356Z] Running ssh-add (command line suppressed) [2020-08-31T23:44:46.474Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_154629286604199216.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_154629286604199216.key) [2020-08-31T23:44:46.523Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T23:44:46.845Z] + git semver init [2020-08-31T23:44:46.845Z] # -> Open(): unable to determine branch for HEAD [2020-08-31T23:44:46.845Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-08-31T23:44:46.845Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-08-31T23:44:46.845Z] # $SEMVER_REMOTE_NAME = origin [2020-08-31T23:44:46.845Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-31T23:44:46.845Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-31T23:44:46.845Z] # $SEMVER_BRANCH = master [2020-08-31T23:44:46.845Z] # $SEMVER_TEMP = /tmp/semver-222339484 [2020-08-31T23:44:46.845Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-08-31T23:44:47.420Z] # '/tmp/semver-222339484' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2020-08-31T23:44:47.420Z] # -> Force: false [2020-08-31T23:44:47.420Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-08-31T23:44:47.432Z] $ docker exec --env ******** --env ******** 574a17f5ea6e32b55343c83438d32aff0a182b6f465fae7ecc0fec54d8a2d9bb ssh-agent -k [2020-08-31T23:44:47.546Z] unset SSH_AUTH_SOCK; [2020-08-31T23:44:47.546Z] unset SSH_AGENT_PID; [2020-08-31T23:44:47.547Z] echo Agent pid 49 killed; [2020-08-31T23:44:47.588Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-31T23:44:48.044Z] + git semver [Pipeline] } [2020-08-31T23:44:48.066Z] $ docker stop --time=1 574a17f5ea6e32b55343c83438d32aff0a182b6f465fae7ecc0fec54d8a2d9bb [2020-08-31T23:44:49.508Z] $ docker rm -f 574a17f5ea6e32b55343c83438d32aff0a182b6f465fae7ecc0fec54d8a2d9bb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-31T23:44:50.247Z] Stashed 27 file(s) [Pipeline] echo [2020-08-31T23:44:50.249Z] [edgeXSemver]: initialized semver on version 1.2.4-dev.8 [Pipeline] echo [2020-08-31T23:44:50.346Z] Archived original version: [1.2.4-dev.8] [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 [2020-08-31T23:45:05.769Z] Still waiting to schedule task [2020-08-31T23:45:05.769Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-08-31T23:45:05.771Z] Still waiting to schedule task [2020-08-31T23:45:05.771Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-943’ [2020-08-31T23:46:37.254Z] Running on prd-centos7-docker-4c-2g-946 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-08-31T23:46:37.297Z] Running in /w/workspace/device-sdk-go/58 [Pipeline] { [Pipeline] checkout [2020-08-31T23:46:44.667Z] using credential edgex-jenkins-ssh [2020-08-31T23:46:44.730Z] Cloning the remote Git repository [2020-08-31T23:46:44.730Z] Cloning with configured refspecs honoured and without tags [2020-08-31T23:46:44.897Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-08-31T23:46:44.987Z] > git init /w/workspace/device-sdk-go/58 # timeout=10 [2020-08-31T23:46:45.757Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-08-31T23:46:45.757Z] > git --version # timeout=10 [2020-08-31T23:46:45.765Z] > git --version # 'git version 2.16.5' [2020-08-31T23:46:45.767Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T23:46:45.859Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T23:46:47.281Z] Fetching without tags [2020-08-31T23:46:47.695Z] Checking out Revision 7ebf8157bed3f29606eb8346b104e57a74818c1e (master) [2020-08-31T23:46:47.233Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-08-31T23:46:47.253Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T23:46:47.274Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-08-31T23:46:47.289Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-08-31T23:46:47.290Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T23:46:47.297Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T23:46:47.717Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T23:46:47.724Z] > git checkout -f 7ebf8157bed3f29606eb8346b104e57a74818c1e # timeout=10 [2020-08-31T23:46:52.526Z] Commit message: "Merge pull request #576 from jpwhitemn/upd-readme-versioning" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-31T23:46:53.675Z] ========================================================= [2020-08-31T23:46:53.675Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-31T23:46:53.675Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-31T23:46:54.498Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-08-31T23:46:55.494Z] Sending build context to Docker daemon 3.123MB [2020-08-31T23:46:55.494Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-31T23:46:55.494Z] Step 2/8 : FROM ${BASE} [2020-08-31T23:46:55.494Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-31T23:46:55.494Z] df20fa9351a1: Pulling fs layer [2020-08-31T23:46:55.494Z] ed8968b2872e: Pulling fs layer [2020-08-31T23:46:55.494Z] a92cc7c5fd73: Pulling fs layer [2020-08-31T23:46:55.494Z] 2dd03ba5bac4: Pulling fs layer [2020-08-31T23:46:55.494Z] 1e091d79d1de: Pulling fs layer [2020-08-31T23:46:55.494Z] 481702a1767f: Pulling fs layer [2020-08-31T23:46:55.494Z] f64a6f60c768: Pulling fs layer [2020-08-31T23:46:55.494Z] e78d2573fc39: Pulling fs layer [2020-08-31T23:46:55.494Z] e876d2f968b6: Pulling fs layer [2020-08-31T23:46:55.494Z] ce8a83651883: Pulling fs layer [2020-08-31T23:46:55.494Z] 07967f4d0e4b: Pulling fs layer [2020-08-31T23:46:55.494Z] f64a6f60c768: Waiting [2020-08-31T23:46:55.494Z] e78d2573fc39: Waiting [2020-08-31T23:46:55.494Z] e876d2f968b6: Waiting [2020-08-31T23:46:55.494Z] ce8a83651883: Waiting [2020-08-31T23:46:55.494Z] 07967f4d0e4b: Waiting [2020-08-31T23:46:55.494Z] 2dd03ba5bac4: Waiting [2020-08-31T23:46:55.494Z] 1e091d79d1de: Waiting [2020-08-31T23:46:55.494Z] 481702a1767f: Waiting [2020-08-31T23:46:55.494Z] a92cc7c5fd73: Download complete [2020-08-31T23:46:55.494Z] ed8968b2872e: Download complete [2020-08-31T23:46:55.494Z] 1e091d79d1de: Verifying Checksum [2020-08-31T23:46:55.494Z] 1e091d79d1de: Download complete [2020-08-31T23:46:55.494Z] 481702a1767f: Verifying Checksum [2020-08-31T23:46:55.494Z] 481702a1767f: Download complete [2020-08-31T23:46:55.806Z] df20fa9351a1: Download complete [2020-08-31T23:46:58.831Z] df20fa9351a1: Pull complete [2020-08-31T23:46:58.831Z] f64a6f60c768: Download complete [2020-08-31T23:46:58.831Z] e876d2f968b6: Verifying Checksum [2020-08-31T23:46:58.831Z] e876d2f968b6: Download complete [2020-08-31T23:46:59.480Z] ed8968b2872e: Pull complete [2020-08-31T23:46:59.480Z] e78d2573fc39: Verifying Checksum [2020-08-31T23:46:59.480Z] e78d2573fc39: Download complete [2020-08-31T23:46:59.480Z] 2dd03ba5bac4: Verifying Checksum [2020-08-31T23:46:59.480Z] 2dd03ba5bac4: Download complete [2020-08-31T23:46:59.746Z] a92cc7c5fd73: Pull complete [2020-08-31T23:46:59.746Z] 07967f4d0e4b: Verifying Checksum [2020-08-31T23:46:59.746Z] 07967f4d0e4b: Download complete [2020-08-31T23:47:00.019Z] ce8a83651883: Verifying Checksum [2020-08-31T23:47:00.019Z] ce8a83651883: Download complete [2020-08-31T23:47:10.340Z] 2dd03ba5bac4: Pull complete [2020-08-31T23:47:10.603Z] 1e091d79d1de: Pull complete [2020-08-31T23:47:10.603Z] 481702a1767f: Pull complete [2020-08-31T23:47:15.003Z] f64a6f60c768: Pull complete [2020-08-31T23:47:20.428Z] e78d2573fc39: Pull complete [2020-08-31T23:47:20.428Z] e876d2f968b6: Pull complete [2020-08-31T23:47:21.416Z] ce8a83651883: Pull complete [2020-08-31T23:47:21.678Z] 07967f4d0e4b: Pull complete [2020-08-31T23:47:21.678Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-31T23:47:21.678Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-31T23:47:21.678Z] ---> 5d7c900382c6 [2020-08-31T23:47:21.678Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-31T23:47:23.615Z] ---> Running in 5adc7d4998b8 [2020-08-31T23:47:23.615Z] Removing intermediate container 5adc7d4998b8 [2020-08-31T23:47:23.615Z] ---> f17b8c9b89f4 [2020-08-31T23:47:23.615Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T23:47:23.615Z] ---> Running in 71f0280db0dc [2020-08-31T23:47:25.652Z] Removing intermediate container 71f0280db0dc [2020-08-31T23:47:25.652Z] ---> b2ce6ece31d9 [2020-08-31T23:47:25.652Z] Step 5/8 : RUN apk add --no-cache make git [2020-08-31T23:47:25.652Z] ---> Running in 964796e3b26c [2020-08-31T23:47:26.228Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-31T23:47:26.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-31T23:47:27.403Z] OK: 166 MiB in 39 packages [2020-08-31T23:47:28.005Z] Removing intermediate container 964796e3b26c [2020-08-31T23:47:28.005Z] ---> a6fe79b7af65 [2020-08-31T23:47:28.005Z] Step 6/8 : WORKDIR /device-sdk-go [2020-08-31T23:47:28.005Z] ---> Running in 14b977d4ca8f [2020-08-31T23:47:28.293Z] Removing intermediate container 14b977d4ca8f [2020-08-31T23:47:28.293Z] ---> e15d6e53e80b [2020-08-31T23:47:28.293Z] Step 7/8 : COPY . . [2020-08-31T23:47:29.262Z] ---> bdd30a3f3919 [2020-08-31T23:47:29.262Z] Step 8/8 : RUN go mod download [2020-08-31T23:47:29.538Z] ---> Running in 91180f4d506b [2020-08-31T23:47:32.172Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-31T23:47:32.172Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-31T23:47:32.172Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-31T23:47:32.172Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-31T23:47:32.172Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-31T23:47:32.172Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-31T23:47:32.172Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-31T23:47:32.172Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-31T23:47:32.501Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-31T23:47:32.501Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-31T23:47:32.501Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-31T23:47:32.501Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-31T23:47:32.501Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-31T23:47:32.501Z] go: finding github.com/fatih/color v1.7.0 [2020-08-31T23:47:32.501Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-31T23:47:32.501Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-31T23:47:32.777Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-31T23:47:32.777Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-31T23:47:32.777Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-31T23:47:32.777Z] go: finding github.com/google/uuid v1.1.0 [2020-08-31T23:47:32.777Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-31T23:47:32.777Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-31T23:47:33.060Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-31T23:47:33.060Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-31T23:47:33.060Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-31T23:47:33.060Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-31T23:47:33.060Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-31T23:47:33.060Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-31T23:47:33.060Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-31T23:47:33.402Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-31T23:47:33.402Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-31T23:47:33.402Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-31T23:47:33.402Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-31T23:47:33.402Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-31T23:47:33.402Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-31T23:47:33.402Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-31T23:47:33.402Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-31T23:47:33.685Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-31T23:47:33.685Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-31T23:47:33.685Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-31T23:47:33.685Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-31T23:47:33.685Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-31T23:47:33.685Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-31T23:47:33.685Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-31T23:47:33.949Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-31T23:47:33.949Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-31T23:47:33.949Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-31T23:47:33.949Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-31T23:47:33.949Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-31T23:47:33.949Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-31T23:47:33.949Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-31T23:47:34.211Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-31T23:47:34.211Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-31T23:47:34.211Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-31T23:47:34.211Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-31T23:47:34.211Z] go: finding github.com/posener/complete v1.1.1 [2020-08-31T23:47:34.211Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-31T23:47:34.211Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-31T23:47:34.479Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-31T23:47:34.479Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-31T23:47:34.479Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-31T23:47:34.479Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-31T23:47:34.479Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-31T23:47:34.479Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-08-31T23:47:34.741Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-31T23:47:34.741Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-31T23:47:34.741Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-31T23:47:34.741Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-31T23:47:43.279Z] Removing intermediate container 91180f4d506b [2020-08-31T23:47:43.279Z] ---> 84da8d02e0ba [2020-08-31T23:47:43.279Z] Successfully built 84da8d02e0ba [2020-08-31T23:47:43.279Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-31T23:47:44.622Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-31T23:47:44.950Z] + ls -al . [2020-08-31T23:47:44.950Z] total 64 [2020-08-31T23:47:44.950Z] drwxrwxr-x. 11 jenkins jenkins 4096 Aug 31 23:46 . [2020-08-31T23:47:44.950Z] drwxrwxr-x. 4 jenkins jenkins 30 Aug 31 23:46 .. [2020-08-31T23:47:44.950Z] drwxrwxr-x. 2 jenkins jenkins 64 Aug 31 23:46 bin [2020-08-31T23:47:44.950Z] -rw-rw-r--. 1 jenkins jenkins 936 Aug 31 23:46 Dockerfile.build [2020-08-31T23:47:44.950Z] -rw-rw-r--. 1 jenkins jenkins 140 Aug 31 23:46 .dockerignore [2020-08-31T23:47:44.950Z] drwxrwxr-x. 4 jenkins jenkins 48 Aug 31 23:46 example [2020-08-31T23:47:44.950Z] drwxrwxr-x. 8 jenkins jenkins 162 Aug 31 23:46 .git [2020-08-31T23:47:44.950Z] drwxrwxr-x. 2 jenkins jenkins 38 Aug 31 23:46 .github [2020-08-31T23:47:44.950Z] -rw-rw-r--. 1 jenkins jenkins 138 Aug 31 23:46 .gitignore [2020-08-31T23:47:44.950Z] -rw-rw-r--. 1 jenkins jenkins 446 Aug 31 23:46 go.mod [2020-08-31T23:47:44.950Z] drwxrwxr-x. 13 jenkins jenkins 184 Aug 31 23:46 internal [2020-08-31T23:47:44.950Z] -rw-rw-r--. 1 jenkins jenkins 808 Aug 31 23:46 Jenkinsfile [2020-08-31T23:47:44.950Z] -rw-rw-r--. 1 jenkins jenkins 11341 Aug 31 23:46 LICENSE [2020-08-31T23:47:44.950Z] -rw-rw-r--. 1 jenkins jenkins 892 Aug 31 23:46 Makefile [2020-08-31T23:47:44.950Z] drwxrwxr-x. 4 jenkins jenkins 26 Aug 31 23:46 openapi [2020-08-31T23:47:44.950Z] drwxrwxr-x. 5 jenkins jenkins 50 Aug 31 23:46 pkg [2020-08-31T23:47:44.950Z] -rw-rw-r--. 1 jenkins jenkins 5897 Aug 31 23:46 README.md [2020-08-31T23:47:44.950Z] -rw-rw-r--. 1 jenkins jenkins 4291 Aug 31 23:46 RELEASE-NOTES.txt [2020-08-31T23:47:44.950Z] drwxrwxr-x. 3 jenkins jenkins 44 Aug 31 23:46 .semver [2020-08-31T23:47:44.950Z] drwxrwxr-x. 4 jenkins jenkins 54 Aug 31 23:46 snap [2020-08-31T23:47:44.950Z] -rw-rw-r--. 1 jenkins jenkins 11 Aug 31 23:44 VERSION [2020-08-31T23:47:44.950Z] -rw-rw-r--. 1 jenkins jenkins 222 Aug 31 23:46 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-31T23:47:45.299Z] + docker build -t docker-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=7ebf8157bed3f29606eb8346b104e57a74818c1e --label arch=amd64 --label version=1.2.4-dev.8 . [2020-08-31T23:47:45.873Z] Sending build context to Docker daemon 3.123MB [2020-08-31T23:47:45.873Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-08-31T23:47:45.873Z] Step 2/24 : FROM ${BASE} AS builder [2020-08-31T23:47:45.873Z] ---> 84da8d02e0ba [2020-08-31T23:47:45.873Z] Step 3/24 : ARG MAKE='make build' [2020-08-31T23:47:46.454Z] ---> Running in 3b0ed060399f [2020-08-31T23:47:46.454Z] Removing intermediate container 3b0ed060399f [2020-08-31T23:47:46.454Z] ---> 87589671e3ec [2020-08-31T23:47:46.454Z] Step 4/24 : WORKDIR /device-sdk-go [2020-08-31T23:47:46.717Z] ---> Running in edf4568900b2 [2020-08-31T23:47:46.717Z] Removing intermediate container edf4568900b2 [2020-08-31T23:47:46.717Z] ---> 22495d19cefd [2020-08-31T23:47:46.717Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-31T23:47:46.998Z] ---> Running in 65ccbf81425b [2020-08-31T23:47:46.998Z] Removing intermediate container 65ccbf81425b [2020-08-31T23:47:46.998Z] ---> 2e993c118ab7 [2020-08-31T23:47:46.998Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T23:47:46.998Z] ---> Running in 4990ddb3d881 [2020-08-31T23:47:48.934Z] Removing intermediate container 4990ddb3d881 [2020-08-31T23:47:48.934Z] ---> c9d8b8ff017b [2020-08-31T23:47:48.934Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-08-31T23:47:48.934Z] ---> Running in f62929dcaf1f [2020-08-31T23:47:49.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-31T23:47:49.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-31T23:47:50.385Z] OK: 166 MiB in 39 packages [2020-08-31T23:47:51.013Z] Removing intermediate container f62929dcaf1f [2020-08-31T23:47:51.013Z] ---> de96d2df51dd [2020-08-31T23:47:51.013Z] Step 8/24 : COPY . . [2020-08-31T23:47:52.029Z] ---> d3bc48144cde [2020-08-31T23:47:52.029Z] Step 9/24 : RUN ${MAKE} [2020-08-31T23:47:52.029Z] ---> Running in e927c8c645ea [2020-08-31T23:47:53.016Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.8" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-08-31T23:48:08.242Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-08-31T23:48:10.822Z] Removing intermediate container e927c8c645ea [2020-08-31T23:48:10.822Z] ---> e39309c1afa5 [2020-08-31T23:48:10.822Z] Step 10/24 : FROM scratch [2020-08-31T23:48:10.822Z] ---> [2020-08-31T23:48:10.822Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-31T23:48:10.822Z] ---> Running in 9bfb79e06b38 [2020-08-31T23:48:10.822Z] Removing intermediate container 9bfb79e06b38 [2020-08-31T23:48:10.822Z] ---> e505fbf31892 [2020-08-31T23:48:10.822Z] Step 12/24 : ENV APP_PORT=49990 [2020-08-31T23:48:10.822Z] ---> Running in fdb282dc1f7f [2020-08-31T23:48:11.086Z] Removing intermediate container fdb282dc1f7f [2020-08-31T23:48:11.086Z] ---> d6a8e1fe1dff [2020-08-31T23:48:11.086Z] Step 13/24 : EXPOSE $APP_PORT [2020-08-31T23:48:11.086Z] ---> Running in 22891f55b1c8 [2020-08-31T23:48:11.348Z] Removing intermediate container 22891f55b1c8 [2020-08-31T23:48:11.348Z] ---> 562784ec6fc3 [2020-08-31T23:48:11.348Z] Step 14/24 : WORKDIR / [2020-08-31T23:48:11.348Z] ---> Running in d9bee1db3e60 [2020-08-31T23:48:11.619Z] Removing intermediate container d9bee1db3e60 [2020-08-31T23:48:11.619Z] ---> 4852ea12b180 [2020-08-31T23:48:11.619Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-08-31T23:48:12.204Z] ---> 567791e4d198 [2020-08-31T23:48:12.204Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-08-31T23:48:12.510Z] ---> 73d2d796d1a7 [2020-08-31T23:48:12.510Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-08-31T23:48:12.776Z] ---> 28ee3c1019c9 [2020-08-31T23:48:12.776Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-08-31T23:48:13.368Z] ---> 7d52e9557094 [2020-08-31T23:48:13.368Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-08-31T23:48:13.368Z] ---> da970a859499 [2020-08-31T23:48:13.368Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-08-31T23:48:13.639Z] ---> Running in 2212ad0ae9b7 [2020-08-31T23:48:13.639Z] Removing intermediate container 2212ad0ae9b7 [2020-08-31T23:48:13.639Z] ---> 011ae893fd40 [2020-08-31T23:48:13.639Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-31T23:48:13.905Z] ---> Running in 9a5c5f052757 [2020-08-31T23:48:13.905Z] Removing intermediate container 9a5c5f052757 [2020-08-31T23:48:13.905Z] ---> 250778b088a7 [2020-08-31T23:48:13.905Z] Step 22/24 : LABEL arch=amd64 [2020-08-31T23:48:13.905Z] ---> Running in b151a1739f1d [2020-08-31T23:48:14.171Z] Removing intermediate container b151a1739f1d [2020-08-31T23:48:14.171Z] ---> 46a43490f033 [2020-08-31T23:48:14.171Z] Step 23/24 : LABEL git_sha=7ebf8157bed3f29606eb8346b104e57a74818c1e [2020-08-31T23:48:14.171Z] ---> Running in adfd5ceea1e7 [2020-08-31T23:48:14.436Z] Removing intermediate container adfd5ceea1e7 [2020-08-31T23:48:14.436Z] ---> db2ca5e68de9 [2020-08-31T23:48:14.436Z] Step 24/24 : LABEL version=1.2.4-dev.8 [2020-08-31T23:48:14.436Z] ---> Running in c10cb1e91439 [2020-08-31T23:48:14.701Z] Removing intermediate container c10cb1e91439 [2020-08-31T23:48:14.701Z] ---> 61e5c333eac1 [2020-08-31T23:48:14.701Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-31T23:48:14.701Z] Successfully built 61e5c333eac1 [2020-08-31T23:48:14.701Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // script [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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-31T23:48:29.244Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-947 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-08-31T23:48:29.317Z] Running in /w/workspace/device-sdk-go/58 [Pipeline] { [Pipeline] checkout [2020-08-31T23:48:34.372Z] using credential edgex-jenkins-ssh [2020-08-31T23:48:34.419Z] Cloning the remote Git repository [2020-08-31T23:48:34.419Z] Cloning with configured refspecs honoured and without tags [2020-08-31T23:48:34.483Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-08-31T23:48:34.586Z] > git init /w/workspace/device-sdk-go/58 # timeout=10 [2020-08-31T23:48:34.647Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-08-31T23:48:34.648Z] > git --version # timeout=10 [2020-08-31T23:48:35.705Z] Fetching without tags [2020-08-31T23:48:34.679Z] > git --version # 'git version 2.17.1' [2020-08-31T23:48:34.682Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T23:48:34.758Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T23:48:35.635Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-08-31T23:48:35.654Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T23:48:35.687Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-08-31T23:48:35.721Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-08-31T23:48:35.722Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T23:48:35.733Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T23:48:36.258Z] Checking out Revision 7ebf8157bed3f29606eb8346b104e57a74818c1e (master) [2020-08-31T23:48:36.285Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T23:48:36.306Z] > git checkout -f 7ebf8157bed3f29606eb8346b104e57a74818c1e # timeout=10 [2020-08-31T23:48:40.825Z] Commit message: "Merge pull request #576 from jpwhitemn/upd-readme-versioning" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-31T23:48:42.118Z] ========================================================= [2020-08-31T23:48:42.118Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-31T23:48:42.118Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-31T23:48:43.330Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-08-31T23:48:44.315Z] Sending build context to Docker daemon 3.125MB [2020-08-31T23:48:44.315Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-31T23:48:44.315Z] Step 2/8 : FROM ${BASE} [2020-08-31T23:48:44.613Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-31T23:48:44.613Z] b538f80385f9: Pulling fs layer [2020-08-31T23:48:44.613Z] 74f711af9a0d: Pulling fs layer [2020-08-31T23:48:44.613Z] 99f96fe45779: Pulling fs layer [2020-08-31T23:48:44.613Z] fd7a069fd194: Pulling fs layer [2020-08-31T23:48:44.613Z] 66aa3694b03b: Pulling fs layer [2020-08-31T23:48:44.613Z] 170f70906a0f: Pulling fs layer [2020-08-31T23:48:44.613Z] ad7c5574e4b9: Pulling fs layer [2020-08-31T23:48:44.613Z] e772456be8f7: Pulling fs layer [2020-08-31T23:48:44.613Z] c890913d741a: Pulling fs layer [2020-08-31T23:48:44.613Z] 2480fcc9aa5a: Pulling fs layer [2020-08-31T23:48:44.613Z] 09adf4765672: Pulling fs layer [2020-08-31T23:48:44.613Z] fd7a069fd194: Waiting [2020-08-31T23:48:44.613Z] 66aa3694b03b: Waiting [2020-08-31T23:48:44.613Z] 170f70906a0f: Waiting [2020-08-31T23:48:44.613Z] ad7c5574e4b9: Waiting [2020-08-31T23:48:44.613Z] e772456be8f7: Waiting [2020-08-31T23:48:44.613Z] c890913d741a: Waiting [2020-08-31T23:48:44.613Z] 2480fcc9aa5a: Waiting [2020-08-31T23:48:44.613Z] 09adf4765672: Waiting [2020-08-31T23:48:44.613Z] 99f96fe45779: Verifying Checksum [2020-08-31T23:48:44.613Z] 99f96fe45779: Download complete [2020-08-31T23:48:44.613Z] 74f711af9a0d: Download complete [2020-08-31T23:48:44.613Z] 66aa3694b03b: Verifying Checksum [2020-08-31T23:48:44.613Z] 66aa3694b03b: Download complete [2020-08-31T23:48:44.885Z] 170f70906a0f: Verifying Checksum [2020-08-31T23:48:44.885Z] 170f70906a0f: Download complete [2020-08-31T23:48:44.885Z] b538f80385f9: Verifying Checksum [2020-08-31T23:48:44.885Z] b538f80385f9: Download complete [2020-08-31T23:48:45.488Z] b538f80385f9: Pull complete [2020-08-31T23:48:46.097Z] 74f711af9a0d: Pull complete [2020-08-31T23:48:46.697Z] 99f96fe45779: Pull complete [2020-08-31T23:48:47.293Z] ad7c5574e4b9: Verifying Checksum [2020-08-31T23:48:47.293Z] ad7c5574e4b9: Download complete [2020-08-31T23:48:47.293Z] c890913d741a: Verifying Checksum [2020-08-31T23:48:47.293Z] c890913d741a: Download complete [2020-08-31T23:48:49.915Z] e772456be8f7: Verifying Checksum [2020-08-31T23:48:49.915Z] e772456be8f7: Download complete [2020-08-31T23:48:49.915Z] 2480fcc9aa5a: Verifying Checksum [2020-08-31T23:48:49.915Z] 2480fcc9aa5a: Download complete [2020-08-31T23:48:49.915Z] 09adf4765672: Verifying Checksum [2020-08-31T23:48:49.915Z] 09adf4765672: Download complete [2020-08-31T23:48:50.509Z] fd7a069fd194: Verifying Checksum [2020-08-31T23:48:50.509Z] fd7a069fd194: Download complete [2020-08-31T23:49:02.915Z] fd7a069fd194: Pull complete [2020-08-31T23:49:02.915Z] 66aa3694b03b: Pull complete [2020-08-31T23:49:02.915Z] 170f70906a0f: Pull complete [2020-08-31T23:49:06.325Z] ad7c5574e4b9: Pull complete [2020-08-31T23:49:11.750Z] e772456be8f7: Pull complete [2020-08-31T23:49:11.750Z] c890913d741a: Pull complete [2020-08-31T23:49:13.748Z] 2480fcc9aa5a: Pull complete [2020-08-31T23:49:14.024Z] 09adf4765672: Pull complete [2020-08-31T23:49:14.024Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-31T23:49:14.024Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-31T23:49:14.024Z] ---> 2248a725d1cf [2020-08-31T23:49:14.024Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-31T23:49:18.305Z] ---> Running in fbfd0d7e01f8 [2020-08-31T23:49:18.582Z] Removing intermediate container fbfd0d7e01f8 [2020-08-31T23:49:18.582Z] ---> 527cf4c663e0 [2020-08-31T23:49:18.582Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T23:49:18.582Z] ---> Running in a0485b1430a5 [2020-08-31T23:49:21.349Z] Removing intermediate container a0485b1430a5 [2020-08-31T23:49:21.349Z] ---> 538b6a56dff9 [2020-08-31T23:49:21.349Z] Step 5/8 : RUN apk add --no-cache make git [2020-08-31T23:49:21.349Z] ---> Running in 8de2f9d15cf2 [2020-08-31T23:49:22.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-31T23:49:23.750Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-31T23:49:24.343Z] OK: 142 MiB in 39 packages [2020-08-31T23:49:25.318Z] Removing intermediate container 8de2f9d15cf2 [2020-08-31T23:49:25.318Z] ---> 14d44a9f34a1 [2020-08-31T23:49:25.318Z] Step 6/8 : WORKDIR /device-sdk-go [2020-08-31T23:49:25.591Z] ---> Running in a554d5036233 [2020-08-31T23:49:26.187Z] Removing intermediate container a554d5036233 [2020-08-31T23:49:26.187Z] ---> f6a8feb485f2 [2020-08-31T23:49:26.187Z] Step 7/8 : COPY . . [2020-08-31T23:49:27.168Z] ---> 6bf1c334ffa1 [2020-08-31T23:49:27.168Z] Step 8/8 : RUN go mod download [2020-08-31T23:49:27.441Z] ---> Running in 5b13a6e0831b [2020-08-31T23:49:30.823Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-31T23:49:30.823Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-31T23:49:30.823Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-31T23:49:30.823Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-31T23:49:30.823Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-31T23:49:30.823Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-31T23:49:30.823Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-31T23:49:30.823Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-31T23:49:30.823Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-31T23:49:30.823Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-31T23:49:30.823Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-31T23:49:30.823Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-31T23:49:30.823Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-31T23:49:30.823Z] go: finding github.com/fatih/color v1.7.0 [2020-08-31T23:49:30.823Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-31T23:49:31.092Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-31T23:49:31.092Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-31T23:49:31.092Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-31T23:49:31.092Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-31T23:49:31.092Z] go: finding github.com/google/uuid v1.1.0 [2020-08-31T23:49:31.092Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-31T23:49:31.362Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-31T23:49:31.362Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-31T23:49:31.362Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-31T23:49:31.362Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-31T23:49:31.362Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-31T23:49:31.362Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-31T23:49:31.362Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-31T23:49:31.635Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-31T23:49:31.635Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-31T23:49:31.635Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-31T23:49:31.635Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-31T23:49:31.635Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-31T23:49:31.635Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-31T23:49:31.635Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-31T23:49:31.906Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-31T23:49:31.906Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-31T23:49:31.906Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-31T23:49:31.906Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-31T23:49:31.906Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-31T23:49:31.906Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-31T23:49:32.177Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-31T23:49:32.177Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-31T23:49:32.177Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-31T23:49:32.177Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-31T23:49:32.177Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-31T23:49:32.177Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-31T23:49:32.177Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-31T23:49:32.448Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-31T23:49:32.448Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-31T23:49:32.448Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-31T23:49:32.448Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-31T23:49:32.448Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-31T23:49:32.448Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-31T23:49:32.448Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-31T23:49:32.720Z] go: finding github.com/posener/complete v1.1.1 [2020-08-31T23:49:32.720Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-31T23:49:32.720Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-31T23:49:32.720Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-31T23:49:32.720Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-31T23:49:32.720Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-31T23:49:32.720Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-31T23:49:32.990Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-31T23:49:32.991Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-08-31T23:49:32.991Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-31T23:49:32.991Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-31T23:49:32.991Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-31T23:49:32.991Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-31T23:49:43.142Z] Removing intermediate container 5b13a6e0831b [2020-08-31T23:49:43.142Z] ---> 2771526e9d08 [2020-08-31T23:49:43.142Z] Successfully built 2771526e9d08 [2020-08-31T23:49:43.142Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-31T23:49:44.064Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-31T23:49:44.399Z] + ls -al . [2020-08-31T23:49:44.399Z] total 104 [2020-08-31T23:49:44.399Z] drwxrwxr-x 11 jenkins jenkins 4096 Aug 31 23:48 . [2020-08-31T23:49:44.399Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 23:48 .. [2020-08-31T23:49:44.399Z] -rw-rw-r-- 1 jenkins jenkins 140 Aug 31 23:48 .dockerignore [2020-08-31T23:49:44.399Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 23:48 .git [2020-08-31T23:49:44.399Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 23:48 .github [2020-08-31T23:49:44.399Z] -rw-rw-r-- 1 jenkins jenkins 138 Aug 31 23:48 .gitignore [2020-08-31T23:49:44.399Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 23:48 .semver [2020-08-31T23:49:44.399Z] -rw-rw-r-- 1 jenkins jenkins 936 Aug 31 23:48 Dockerfile.build [2020-08-31T23:49:44.399Z] -rw-rw-r-- 1 jenkins jenkins 808 Aug 31 23:48 Jenkinsfile [2020-08-31T23:49:44.399Z] -rw-rw-r-- 1 jenkins jenkins 11341 Aug 31 23:48 LICENSE [2020-08-31T23:49:44.399Z] -rw-rw-r-- 1 jenkins jenkins 892 Aug 31 23:48 Makefile [2020-08-31T23:49:44.399Z] -rw-rw-r-- 1 jenkins jenkins 5897 Aug 31 23:48 README.md [2020-08-31T23:49:44.399Z] -rw-rw-r-- 1 jenkins jenkins 4291 Aug 31 23:48 RELEASE-NOTES.txt [2020-08-31T23:49:44.399Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 31 23:44 VERSION [2020-08-31T23:49:44.399Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 23:48 bin [2020-08-31T23:49:44.399Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 23:48 example [2020-08-31T23:49:44.399Z] -rw-rw-r-- 1 jenkins jenkins 446 Aug 31 23:48 go.mod [2020-08-31T23:49:44.399Z] drwxrwxr-x 13 jenkins jenkins 4096 Aug 31 23:48 internal [2020-08-31T23:49:44.399Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 23:48 openapi [2020-08-31T23:49:44.399Z] drwxrwxr-x 5 jenkins jenkins 4096 Aug 31 23:48 pkg [2020-08-31T23:49:44.399Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 23:48 snap [2020-08-31T23:49:44.399Z] -rw-rw-r-- 1 jenkins jenkins 222 Aug 31 23:48 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-31T23:49:44.741Z] + docker build -t docker-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=7ebf8157bed3f29606eb8346b104e57a74818c1e --label arch=arm64 --label version=1.2.4-dev.8 . [2020-08-31T23:49:45.338Z] Sending build context to Docker daemon 3.125MB [2020-08-31T23:49:45.338Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-08-31T23:49:45.338Z] Step 2/24 : FROM ${BASE} AS builder [2020-08-31T23:49:45.338Z] ---> 2771526e9d08 [2020-08-31T23:49:45.338Z] Step 3/24 : ARG MAKE='make build' [2020-08-31T23:49:45.339Z] ---> Running in a79a7dd2ac81 [2020-08-31T23:49:45.943Z] Removing intermediate container a79a7dd2ac81 [2020-08-31T23:49:45.943Z] ---> 258b51e821d9 [2020-08-31T23:49:45.943Z] Step 4/24 : WORKDIR /device-sdk-go [2020-08-31T23:49:45.943Z] ---> Running in e29ae81b87d0 [2020-08-31T23:49:46.536Z] Removing intermediate container e29ae81b87d0 [2020-08-31T23:49:46.536Z] ---> 1119bcbe27f6 [2020-08-31T23:49:46.536Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-31T23:49:46.536Z] ---> Running in 5f26a637f80f [2020-08-31T23:49:47.130Z] Removing intermediate container 5f26a637f80f [2020-08-31T23:49:47.130Z] ---> 09f195457e02 [2020-08-31T23:49:47.130Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T23:49:47.130Z] ---> Running in 64d03a8fb368 [2020-08-31T23:49:49.744Z] Removing intermediate container 64d03a8fb368 [2020-08-31T23:49:49.744Z] ---> 68fcfa2467e8 [2020-08-31T23:49:49.744Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-08-31T23:49:49.744Z] ---> Running in d437b3cc43bd [2020-08-31T23:49:51.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-31T23:49:51.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-31T23:49:52.761Z] OK: 142 MiB in 39 packages [2020-08-31T23:49:53.730Z] Removing intermediate container d437b3cc43bd [2020-08-31T23:49:53.730Z] ---> a6a87d2f5aea [2020-08-31T23:49:53.730Z] Step 8/24 : COPY . . [2020-08-31T23:49:54.713Z] ---> 22bd216b26d6 [2020-08-31T23:49:54.713Z] Step 9/24 : RUN ${MAKE} [2020-08-31T23:49:54.984Z] ---> Running in 5e833b9a3b97 [2020-08-31T23:49:56.430Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.8" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-08-31T23:50:18.649Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-08-31T23:50:22.029Z] Removing intermediate container 5e833b9a3b97 [2020-08-31T23:50:22.029Z] ---> bb977c90f6ae [2020-08-31T23:50:22.029Z] Step 10/24 : FROM scratch [2020-08-31T23:50:22.029Z] ---> [2020-08-31T23:50:22.029Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-31T23:50:22.029Z] ---> Running in 161165f954d3 [2020-08-31T23:50:22.300Z] Removing intermediate container 161165f954d3 [2020-08-31T23:50:22.300Z] ---> c86b4e5a17ba [2020-08-31T23:50:22.300Z] Step 12/24 : ENV APP_PORT=49990 [2020-08-31T23:50:22.570Z] ---> Running in e57d7758015a [2020-08-31T23:50:22.842Z] Removing intermediate container e57d7758015a [2020-08-31T23:50:22.842Z] ---> ecfb3e5743fe [2020-08-31T23:50:22.842Z] Step 13/24 : EXPOSE $APP_PORT [2020-08-31T23:50:23.112Z] ---> Running in f26f78d4d1c1 [2020-08-31T23:50:23.384Z] Removing intermediate container f26f78d4d1c1 [2020-08-31T23:50:23.384Z] ---> c36cc909180b [2020-08-31T23:50:23.384Z] Step 14/24 : WORKDIR / [2020-08-31T23:50:23.667Z] ---> Running in b9550ad3dea2 [2020-08-31T23:50:23.937Z] Removing intermediate container b9550ad3dea2 [2020-08-31T23:50:23.937Z] ---> 21f1c60f6e91 [2020-08-31T23:50:23.937Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-08-31T23:50:25.394Z] ---> afc6b2ac22e1 [2020-08-31T23:50:25.394Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-08-31T23:50:25.986Z] ---> 48dc009b37ab [2020-08-31T23:50:25.986Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-08-31T23:50:26.579Z] ---> 533bf4403e3f [2020-08-31T23:50:26.580Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-08-31T23:50:27.555Z] ---> 4078d7295918 [2020-08-31T23:50:27.555Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-08-31T23:50:28.147Z] ---> 00e3028d16c1 [2020-08-31T23:50:28.147Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-08-31T23:50:28.420Z] ---> Running in 59c69304b94e [2020-08-31T23:50:28.696Z] Removing intermediate container 59c69304b94e [2020-08-31T23:50:28.696Z] ---> b4dac2c33f6f [2020-08-31T23:50:28.696Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-31T23:50:28.967Z] ---> Running in 2997e4014a4b [2020-08-31T23:50:29.240Z] Removing intermediate container 2997e4014a4b [2020-08-31T23:50:29.240Z] ---> 33f4c2017a35 [2020-08-31T23:50:29.240Z] Step 22/24 : LABEL arch=arm64 [2020-08-31T23:50:29.512Z] ---> Running in ad85cbd4d82b [2020-08-31T23:50:30.103Z] Removing intermediate container ad85cbd4d82b [2020-08-31T23:50:30.103Z] ---> 8355bc8aec1f [2020-08-31T23:50:30.103Z] Step 23/24 : LABEL git_sha=7ebf8157bed3f29606eb8346b104e57a74818c1e [2020-08-31T23:50:30.103Z] ---> Running in ed7a125cb2eb [2020-08-31T23:50:30.374Z] Removing intermediate container ed7a125cb2eb [2020-08-31T23:50:30.374Z] ---> c00e1479ca63 [2020-08-31T23:50:30.374Z] Step 24/24 : LABEL version=1.2.4-dev.8 [2020-08-31T23:50:30.649Z] ---> Running in 15e3a55e9303 [2020-08-31T23:50:31.240Z] Removing intermediate container 15e3a55e9303 [2020-08-31T23:50:31.240Z] ---> 1f9c9f8db603 [2020-08-31T23:50:31.240Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-31T23:50:31.240Z] Successfully built 1f9c9f8db603 [2020-08-31T23:50:31.240Z] Successfully tagged docker-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 [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [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) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-08-31T23:50:33.169Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-08-31T23:50:33.171Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-08-31T23:50:33.217Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-31T23:50:33.557Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-31T23:50:33.557Z] [2020-08-31T23:50:33.557Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-08-31T23:50:33.932Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-31T23:50:33.932Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-08-31T23:50:33.932Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-31T23:50:33.932Z] 408f87550127: Pulling fs layer [2020-08-31T23:50:33.932Z] fe522b08c979: Pulling fs layer [2020-08-31T23:50:33.932Z] 221eaa008020: Pulling fs layer [2020-08-31T23:50:33.932Z] 2a4607e5d6b9: Pulling fs layer [2020-08-31T23:50:33.932Z] 8f79b27c4fd2: Pulling fs layer [2020-08-31T23:50:33.932Z] e5c8dbe1645b: Pulling fs layer [2020-08-31T23:50:33.932Z] 23e8b3b47431: Pulling fs layer [2020-08-31T23:50:33.932Z] 5c568d65a230: Pulling fs layer [2020-08-31T23:50:33.932Z] 8f79b27c4fd2: Waiting [2020-08-31T23:50:33.932Z] e5c8dbe1645b: Waiting [2020-08-31T23:50:33.932Z] 23e8b3b47431: Waiting [2020-08-31T23:50:33.932Z] 5c568d65a230: Waiting [2020-08-31T23:50:33.932Z] 221eaa008020: Waiting [2020-08-31T23:50:33.932Z] 2a4607e5d6b9: Waiting [2020-08-31T23:50:33.932Z] fe522b08c979: Verifying Checksum [2020-08-31T23:50:33.932Z] fe522b08c979: Download complete [2020-08-31T23:50:33.932Z] 408f87550127: Verifying Checksum [2020-08-31T23:50:33.932Z] 408f87550127: Download complete [2020-08-31T23:50:33.932Z] 2a4607e5d6b9: Verifying Checksum [2020-08-31T23:50:33.932Z] 2a4607e5d6b9: Download complete [2020-08-31T23:50:33.932Z] 8f79b27c4fd2: Verifying Checksum [2020-08-31T23:50:33.932Z] 8f79b27c4fd2: Download complete [2020-08-31T23:50:33.932Z] cbdbe7a5bc2a: Download complete [2020-08-31T23:50:34.521Z] e5c8dbe1645b: Download complete [2020-08-31T23:50:34.522Z] cbdbe7a5bc2a: Pull complete [2020-08-31T23:50:34.788Z] 23e8b3b47431: Verifying Checksum [2020-08-31T23:50:34.788Z] 23e8b3b47431: Download complete [2020-08-31T23:50:34.788Z] 408f87550127: Pull complete [2020-08-31T23:50:35.050Z] 5c568d65a230: Verifying Checksum [2020-08-31T23:50:35.050Z] 5c568d65a230: Download complete [2020-08-31T23:50:35.051Z] fe522b08c979: Pull complete [2020-08-31T23:50:35.314Z] 221eaa008020: Download complete [2020-08-31T23:50:40.621Z] 221eaa008020: Pull complete [2020-08-31T23:50:40.621Z] 2a4607e5d6b9: Pull complete [2020-08-31T23:50:40.621Z] 8f79b27c4fd2: Pull complete [2020-08-31T23:50:42.546Z] e5c8dbe1645b: Pull complete [2020-08-31T23:50:45.849Z] 23e8b3b47431: Pull complete [2020-08-31T23:50:47.234Z] 5c568d65a230: Pull complete [2020-08-31T23:50:47.234Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-08-31T23:50:47.234Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-31T23:50:47.234Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-08-31T23:50:47.375Z] prd-centos7-docker-4c-2g-944 does not seem to be running inside a container [2020-08-31T23:50:47.416Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dgexfoundry_device-sdk-go_master:/ws -w /ws --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-08-31T23:50:48.214Z] $ docker top 808b40e947c29195450475d215e89c141f04ef36de9b1550b428fb32dcd95e63 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-31T23:50:48.669Z] + snyk monitor '--org=edgex-jenkins' [2020-08-31T23:50:52.887Z] [2020-08-31T23:50:52.887Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... [2020-08-31T23:50:52.887Z] [2020-08-31T23:50:52.887Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/97b23f0a-4c4d-42b9-8372-c4b2e2bf12de [2020-08-31T23:50:52.887Z] [2020-08-31T23:50:52.887Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-08-31T23:50:52.887Z] [2020-08-31T23:50:52.887Z] [2020-08-31T23:50:52.887Z] Snyk CLI supports Node.js 8 and higher. [2020-08-31T23:50:52.887Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-08-31T23:50:52.887Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-08-31T23:50:52.887Z] [2020-08-31T23:50:52.887Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-08-31T23:50:52.887Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-08-31T23:50:52.901Z] $ docker stop --time=1 808b40e947c29195450475d215e89c141f04ef36de9b1550b428fb32dcd95e63 [2020-08-31T23:50:54.925Z] $ docker rm -f 808b40e947c29195450475d215e89c141f04ef36de9b1550b428fb32dcd95e63 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-08-31T23:50:56.439Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T23:50:56.439Z] . [Pipeline] withDockerContainer [2020-08-31T23:50:56.528Z] prd-centos7-docker-4c-2g-944 does not seem to be running inside a container [2020-08-31T23:50:56.567Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-31T23:50:57.373Z] $ docker top 254c45c9fc75ecf463662b9b208e92c8425dc9ded8d5153973bd7063a539c717 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-31T23:50:57.644Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T23:50:57.644Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T23:50:57.839Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T23:50:57.843Z] $ docker exec 254c45c9fc75ecf463662b9b208e92c8425dc9ded8d5153973bd7063a539c717 ssh-agent [2020-08-31T23:50:58.008Z] SSH_AUTH_SOCK=/tmp/ssh-87lWXbslKy7N/agent.11 [2020-08-31T23:50:58.008Z] SSH_AGENT_PID=16 [2020-08-31T23:50:58.014Z] Running ssh-add (command line suppressed) [2020-08-31T23:50:58.139Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8406462327352563522.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8406462327352563522.key) [2020-08-31T23:50:58.190Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T23:50:58.518Z] + git semver tag [2020-08-31T23:50:58.518Z] # -> Open(): unable to determine branch for HEAD [2020-08-31T23:50:58.518Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-08-31T23:50:58.518Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-08-31T23:50:58.518Z] # $SEMVER_REMOTE_NAME = origin [2020-08-31T23:50:58.518Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-31T23:50:58.518Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-31T23:50:58.518Z] # $SEMVER_BRANCH = master [2020-08-31T23:50:58.518Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-08-31T23:50:58.518Z] # 7ebf8157bed3f29606eb8346b104e57a74818c1e HEAD [2020-08-31T23:50:58.518Z] # -> Force: false [2020-08-31T23:50:58.518Z] # 53f3e4511fbbf87122f1fd2596f94ac78e9578e7 refs/tags/v1.2.4-dev.8 [Pipeline] } [2020-08-31T23:50:58.529Z] $ docker exec --env ******** --env ******** 254c45c9fc75ecf463662b9b208e92c8425dc9ded8d5153973bd7063a539c717 ssh-agent -k [2020-08-31T23:50:58.647Z] unset SSH_AUTH_SOCK; [2020-08-31T23:50:58.647Z] unset SSH_AGENT_PID; [2020-08-31T23:50:58.647Z] echo Agent pid 16 killed; [2020-08-31T23:50:58.700Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-31T23:50:59.149Z] + git semver [Pipeline] } [2020-08-31T23:50:59.165Z] $ docker stop --time=1 254c45c9fc75ecf463662b9b208e92c8425dc9ded8d5153973bd7063a539c717 [2020-08-31T23:51:00.513Z] $ docker rm -f 254c45c9fc75ecf463662b9b208e92c8425dc9ded8d5153973bd7063a539c717 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-31T23:51:01.141Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-31T23:51:01.141Z] [2020-08-31T23:51:01.141Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-31T23:51:01.483Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-31T23:51:01.483Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-31T23:51:01.483Z] ab5ef0e58194: Pulling fs layer [2020-08-31T23:51:01.483Z] 9712f1f96733: Pulling fs layer [2020-08-31T23:51:01.483Z] 63f879dbbcfc: Pulling fs layer [2020-08-31T23:51:01.483Z] 0d9ebad4ef96: Pulling fs layer [2020-08-31T23:51:01.483Z] e9a5061849ea: Pulling fs layer [2020-08-31T23:51:01.483Z] d747dcd14b5f: Pulling fs layer [2020-08-31T23:51:01.483Z] 2de7ff778b66: Pulling fs layer [2020-08-31T23:51:01.483Z] e9a5061849ea: Waiting [2020-08-31T23:51:01.483Z] d747dcd14b5f: Waiting [2020-08-31T23:51:01.483Z] 2de7ff778b66: Waiting [2020-08-31T23:51:01.483Z] 0d9ebad4ef96: Waiting [2020-08-31T23:51:01.483Z] 9712f1f96733: Verifying Checksum [2020-08-31T23:51:01.483Z] 9712f1f96733: Download complete [2020-08-31T23:51:02.082Z] 63f879dbbcfc: Verifying Checksum [2020-08-31T23:51:02.082Z] 63f879dbbcfc: Download complete [2020-08-31T23:51:02.346Z] e9a5061849ea: Verifying Checksum [2020-08-31T23:51:02.346Z] e9a5061849ea: Download complete [2020-08-31T23:51:02.346Z] d747dcd14b5f: Verifying Checksum [2020-08-31T23:51:02.346Z] d747dcd14b5f: Download complete [2020-08-31T23:51:02.346Z] 0d9ebad4ef96: Verifying Checksum [2020-08-31T23:51:02.346Z] 0d9ebad4ef96: Download complete [2020-08-31T23:51:02.346Z] ab5ef0e58194: Verifying Checksum [2020-08-31T23:51:02.346Z] ab5ef0e58194: Download complete [2020-08-31T23:51:02.615Z] 2de7ff778b66: Verifying Checksum [2020-08-31T23:51:02.615Z] 2de7ff778b66: Download complete [2020-08-31T23:51:06.821Z] ab5ef0e58194: Pull complete [2020-08-31T23:51:06.821Z] 9712f1f96733: Pull complete [2020-08-31T23:51:09.376Z] 63f879dbbcfc: Pull complete [2020-08-31T23:51:16.000Z] 0d9ebad4ef96: Pull complete [2020-08-31T23:51:16.945Z] e9a5061849ea: Pull complete [2020-08-31T23:51:17.207Z] d747dcd14b5f: Pull complete [2020-08-31T23:51:21.414Z] 2de7ff778b66: Pull complete [2020-08-31T23:51:21.414Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-31T23:51:21.414Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-31T23:51:21.414Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-31T23:51:21.563Z] prd-centos7-docker-4c-2g-944 does not seem to be running inside a container [2020-08-31T23:51:21.603Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-08-31T23:51:24.596Z] $ docker top 1d971813c183377e912299f68e53b3dfeb6ae01bb8b105c746ec7594235f233b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-31T23:51:24.826Z] provisioning config files... [2020-08-31T23:51:24.838Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8079077697231661654tmp [2020-08-31T23:51:24.857Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7041698610407326620tmp [2020-08-31T23:51:24.870Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7809194924915552535tmp [Pipeline] { [Pipeline] echo [2020-08-31T23:51:24.927Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T23:51:25.287Z] ---> sigul-configuration.sh [2020-08-31T23:51:25.287Z] gpg: directory `/root/.gnupg' created [2020-08-31T23:51:25.287Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-31T23:51:25.287Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-31T23:51:25.287Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-31T23:51:25.287Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-31T23:51:25.287Z] gpg: CAST5 encrypted data [2020-08-31T23:51:25.287Z] gpg: encrypted with 1 passphrase [2020-08-31T23:51:25.287Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-31T23:51:25.968Z] + mkdir /home/jenkins [2020-08-31T23:51:25.968Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-31T23:51:26.258Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-08-31T23:51:26.267Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T23:51:26.556Z] ---> sigul-install.sh [2020-08-31T23:51:31.843Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-31T23:51:32.133Z] + git tag --list [2020-08-31T23:51:32.133Z] v1.2.4-dev.8 [Pipeline] sh [2020-08-31T23:51:32.422Z] + lftools sign git-tag v1.2.4-dev.8 [2020-08-31T23:51:33.811Z] Signing Git tag with Sigul... [2020-08-31T23:51:33.811Z] Signing v1.2.4-dev.8 [2020-08-31T23:51:34.381Z] Error: Authentication failed [Pipeline] echo [2020-08-31T23:51:34.391Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T23:51:34.687Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-31T23:51:34.696Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-31T23:51:34.813Z] $ docker stop --time=1 1d971813c183377e912299f68e53b3dfeb6ae01bb8b105c746ec7594235f233b [2020-08-31T23:51:36.780Z] $ docker rm -f 1d971813c183377e912299f68e53b3dfeb6ae01bb8b105c746ec7594235f233b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-31T23:51:37.488Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T23:51:37.488Z] . [Pipeline] withDockerContainer [2020-08-31T23:51:37.582Z] prd-centos7-docker-4c-2g-944 does not seem to be running inside a container [2020-08-31T23:51:37.619Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-31T23:51:38.235Z] $ docker top d70027b9aa2bf29646403e1d887e52c58bc11212786068f7453d24cacfa841f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-31T23:51:38.499Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T23:51:38.499Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T23:51:38.689Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T23:51:38.693Z] $ docker exec d70027b9aa2bf29646403e1d887e52c58bc11212786068f7453d24cacfa841f5 ssh-agent [2020-08-31T23:51:38.858Z] SSH_AUTH_SOCK=/tmp/ssh-92XaMlowIUP6/agent.11 [2020-08-31T23:51:38.858Z] SSH_AGENT_PID=16 [2020-08-31T23:51:38.864Z] Running ssh-add (command line suppressed) [2020-08-31T23:51:38.993Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8109831145985144692.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8109831145985144692.key) [2020-08-31T23:51:39.047Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T23:51:39.369Z] + git semver bump pre [2020-08-31T23:51:39.369Z] # -> Open(): unable to determine branch for HEAD [2020-08-31T23:51:39.369Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-08-31T23:51:39.369Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-08-31T23:51:39.369Z] # $SEMVER_REMOTE_NAME = origin [2020-08-31T23:51:39.369Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-31T23:51:39.369Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-31T23:51:39.369Z] # $SEMVER_BRANCH = master [2020-08-31T23:51:39.369Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-08-31T23:51:39.369Z] 1.2.4-dev.9 [Pipeline] } [2020-08-31T23:51:39.380Z] $ docker exec --env ******** --env ******** d70027b9aa2bf29646403e1d887e52c58bc11212786068f7453d24cacfa841f5 ssh-agent -k [2020-08-31T23:51:39.516Z] unset SSH_AUTH_SOCK; [2020-08-31T23:51:39.517Z] unset SSH_AGENT_PID; [2020-08-31T23:51:39.517Z] echo Agent pid 16 killed; [2020-08-31T23:51:39.569Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-31T23:51:40.016Z] + git semver [Pipeline] } [2020-08-31T23:51:40.031Z] $ docker stop --time=1 d70027b9aa2bf29646403e1d887e52c58bc11212786068f7453d24cacfa841f5 [2020-08-31T23:51:41.365Z] $ docker rm -f d70027b9aa2bf29646403e1d887e52c58bc11212786068f7453d24cacfa841f5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-31T23:51:41.865Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T23:51:41.865Z] . [Pipeline] withDockerContainer [2020-08-31T23:51:41.963Z] prd-centos7-docker-4c-2g-944 does not seem to be running inside a container [2020-08-31T23:51:42.000Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-31T23:51:42.666Z] $ docker top ad87b7c2ddbf6f4c6309633f15e2bcdb257a09c141a98d3237f4372691e89f33 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-31T23:51:42.942Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T23:51:42.942Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T23:51:43.134Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T23:51:43.138Z] $ docker exec ad87b7c2ddbf6f4c6309633f15e2bcdb257a09c141a98d3237f4372691e89f33 ssh-agent [2020-08-31T23:51:43.314Z] SSH_AUTH_SOCK=/tmp/ssh-PnZw7zgp27N4/agent.11 [2020-08-31T23:51:43.314Z] SSH_AGENT_PID=16 [2020-08-31T23:51:43.319Z] Running ssh-add (command line suppressed) [2020-08-31T23:51:43.454Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1678887085529384463.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1678887085529384463.key) [2020-08-31T23:51:43.504Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T23:51:43.826Z] + git semver push [2020-08-31T23:51:43.826Z] # -> Open(): unable to determine branch for HEAD [2020-08-31T23:51:43.826Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-08-31T23:51:43.826Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-08-31T23:51:43.826Z] # $SEMVER_REMOTE_NAME = origin [2020-08-31T23:51:43.826Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-31T23:51:43.826Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-31T23:51:43.826Z] # $SEMVER_BRANCH = master [2020-08-31T23:51:43.826Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-08-31T23:51:50.419Z] $ docker exec --env ******** --env ******** ad87b7c2ddbf6f4c6309633f15e2bcdb257a09c141a98d3237f4372691e89f33 ssh-agent -k [2020-08-31T23:51:50.556Z] unset SSH_AUTH_SOCK; [2020-08-31T23:51:50.556Z] unset SSH_AGENT_PID; [2020-08-31T23:51:50.556Z] echo Agent pid 16 killed; [2020-08-31T23:51:50.607Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-31T23:51:51.141Z] + git semver [Pipeline] } [2020-08-31T23:51:51.155Z] $ docker stop --time=1 ad87b7c2ddbf6f4c6309633f15e2bcdb257a09c141a98d3237f4372691e89f33 [2020-08-31T23:51:52.504Z] $ docker rm -f ad87b7c2ddbf6f4c6309633f15e2bcdb257a09c141a98d3237f4372691e89f33 [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 [2020-08-31T23:51:53.737Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T23:51:54.295Z] ---> package-listing.sh [2020-08-31T23:51:54.295Z] ++ facter osfamily [2020-08-31T23:51:54.295Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-31T23:51:54.295Z] + OS_FAMILY=redhat [2020-08-31T23:51:54.295Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2020-08-31T23:51:54.295Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-31T23:51:54.295Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-31T23:51:54.295Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-31T23:51:54.295Z] + PACKAGES=/tmp/packages_start.txt [2020-08-31T23:51:54.295Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-08-31T23:51:54.295Z] + PACKAGES=/tmp/packages_end.txt [2020-08-31T23:51:54.295Z] + case "${OS_FAMILY}" in [2020-08-31T23:51:54.295Z] + rpm -qa [2020-08-31T23:51:54.295Z] + sort [2020-08-31T23:51:58.500Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-31T23:51:58.500Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-31T23:51:58.500Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-31T23:51:58.500Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-08-31T23:51:58.500Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2020-08-31T23:51:58.500Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-31T23:51:59.405Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T23:51:59.405Z] [2020-08-31T23:51:59.405Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-31T23:51:59.742Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T23:51:59.743Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-31T23:51:59.743Z] c9b1b535fdd9: Pulling fs layer [2020-08-31T23:51:59.743Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-31T23:51:59.743Z] 756a868c4378: Pulling fs layer [2020-08-31T23:51:59.743Z] 444b2fc9a129: Pulling fs layer [2020-08-31T23:51:59.743Z] ea15f1150254: Pulling fs layer [2020-08-31T23:51:59.743Z] 41b27a9f41bf: Pulling fs layer [2020-08-31T23:51:59.743Z] 28c525ee5125: Pulling fs layer [2020-08-31T23:51:59.743Z] 094b1ea09ed8: Pulling fs layer [2020-08-31T23:51:59.743Z] 138eaada9080: Pulling fs layer [2020-08-31T23:51:59.743Z] 0622d0fa9048: Pulling fs layer [2020-08-31T23:51:59.743Z] 41b27a9f41bf: Waiting [2020-08-31T23:51:59.743Z] 28c525ee5125: Waiting [2020-08-31T23:51:59.743Z] 094b1ea09ed8: Waiting [2020-08-31T23:51:59.743Z] 138eaada9080: Waiting [2020-08-31T23:51:59.743Z] 0622d0fa9048: Waiting [2020-08-31T23:51:59.743Z] 444b2fc9a129: Waiting [2020-08-31T23:51:59.743Z] ea15f1150254: Waiting [2020-08-31T23:51:59.743Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-31T23:51:59.743Z] 2cc5ad85d9ab: Download complete [2020-08-31T23:51:59.743Z] 444b2fc9a129: Verifying Checksum [2020-08-31T23:51:59.743Z] 444b2fc9a129: Download complete [2020-08-31T23:51:59.743Z] c9b1b535fdd9: Verifying Checksum [2020-08-31T23:51:59.743Z] c9b1b535fdd9: Download complete [2020-08-31T23:51:59.743Z] ea15f1150254: Verifying Checksum [2020-08-31T23:51:59.743Z] ea15f1150254: Download complete [2020-08-31T23:52:00.007Z] 28c525ee5125: Download complete [2020-08-31T23:52:00.007Z] c9b1b535fdd9: Pull complete [2020-08-31T23:52:00.007Z] 756a868c4378: Verifying Checksum [2020-08-31T23:52:00.007Z] 756a868c4378: Download complete [2020-08-31T23:52:00.278Z] 138eaada9080: Verifying Checksum [2020-08-31T23:52:00.278Z] 138eaada9080: Download complete [2020-08-31T23:52:00.278Z] 0622d0fa9048: Verifying Checksum [2020-08-31T23:52:00.278Z] 0622d0fa9048: Download complete [2020-08-31T23:52:00.546Z] 094b1ea09ed8: Verifying Checksum [2020-08-31T23:52:00.546Z] 094b1ea09ed8: Download complete [2020-08-31T23:52:00.809Z] 41b27a9f41bf: Verifying Checksum [2020-08-31T23:52:00.809Z] 41b27a9f41bf: Download complete [2020-08-31T23:52:01.380Z] 2cc5ad85d9ab: Pull complete [2020-08-31T23:52:02.779Z] 756a868c4378: Pull complete [2020-08-31T23:52:02.779Z] 444b2fc9a129: Pull complete [2020-08-31T23:52:03.040Z] ea15f1150254: Pull complete [2020-08-31T23:52:06.344Z] 41b27a9f41bf: Pull complete [2020-08-31T23:52:06.344Z] 28c525ee5125: Pull complete [2020-08-31T23:52:08.933Z] 094b1ea09ed8: Pull complete [2020-08-31T23:52:08.933Z] 138eaada9080: Pull complete [2020-08-31T23:52:08.933Z] 0622d0fa9048: Pull complete [2020-08-31T23:52:08.933Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-31T23:52:08.933Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T23:52:08.933Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-31T23:52:09.078Z] prd-centos7-docker-4c-2g-944 does not seem to be running inside a container [2020-08-31T23:52:09.135Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-31T23:52:11.790Z] $ docker top acca447dae64276e5edee8f4f083456153cf0d066a1bc6f08d19f128a7027937 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-31T23:52:12.064Z] provisioning config files... [2020-08-31T23:52:12.080Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config9067789579357997041tmp [Pipeline] { [Pipeline] echo [2020-08-31T23:52:12.181Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T23:52:12.489Z] ---> create-netrc.sh [Pipeline] echo [2020-08-31T23:52:12.515Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T23:52:12.839Z] ---> logs-deploy.sh [2020-08-31T23:52:12.839Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/58 [2020-08-31T23:52:12.839Z] INFO: archiving workspace using pattern(s): [2020-08-31T23:52:13.794Z] Archives upload complete. [2020-08-31T23:52:14.055Z] INFO: archiving logs to Nexus