Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8b39936bc192f82b46677f7f05650a94960ef7f6 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-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: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-8226 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 8b39936bc192f82b46677f7f05650a94960ef7f6 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 8b39936bc192f82b46677f7f05650a94960ef7f6 # timeout=10 Commit message: "Merge pull request #635 from hahattan/issue-596" > git rev-list --no-walk 975d48b943a5c2bc6063d84ef50a93379b203cdf # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-22T14:48:08.656Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-22T14:48:08.965Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-22T14:48:09.071Z] ========================================================= [2020-10-22T14:48:09.072Z] EdgeX Global Pipelines Version Info [2020-10-22T14:48:09.072Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-22T14:48:11.090Z] ------------------- [2020-10-22T14:48:11.090Z] stable info: [2020-10-22T14:48:11.090Z] ------------------- [2020-10-22T14:48:11.090Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-22T14:48:11.090Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-22T14:48:11.090Z] Message: update stable to v1.0.144 [2020-10-22T14:48:11.671Z] ------------------- [2020-10-22T14:48:11.672Z] experimental info: [2020-10-22T14:48:11.672Z] ------------------- [2020-10-22T14:48:11.672Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-22T14:48:11.672Z] Commit SHA: 621c85e0770955ed183ee9564161f3cbfe69c868 [2020-10-22T14:48:11.672Z] Message: update experimental to v1.0.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-22T14:48:12.171Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-22T14:48:12.272Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-22T14:48:12.392Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-22T14:48:12.490Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-22T14:48:12.599Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-22T14:48:12.694Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-22T14:48:12.788Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-22T14:48:12.878Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-22T14:48:12.994Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-22T14:48:13.082Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-22T14:48:13.200Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-22T14:48:13.341Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-22T14:48:13.436Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-22T14:48:13.526Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-22T14:48:13.642Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-22T14:48:13.752Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-22T14:48:13.876Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-22T14:48:13.971Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-22T14:48:14.064Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-22T14:48:14.164Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-22T14:48:14.279Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-22T14:48:14.372Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-22T14:48:14.539Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-22T14:48:14.672Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-22T14:48:14.778Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-22T14:48:14.865Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-22T14:48:14.954Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-22T14:48:15.051Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-22T14:48:15.141Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8b39936bc192f82b46677f7f05650a94960ef7f6 [Pipeline] echo [2020-10-22T14:48:15.258Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8b39936 [Pipeline] echo [2020-10-22T14:48:15.343Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-22T14:48:15.968Z] + git log --format=format:%s -1 8b39936bc192f82b46677f7f05650a94960ef7f6 [Pipeline] echo [2020-10-22T14:48:16.102Z] GIT_COMMIT: 8b39936bc192f82b46677f7f05650a94960ef7f6, Commit Message: Merge pull request #635 from hahattan/issue-596 [Pipeline] echo [2020-10-22T14:48:16.148Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:48:16.773Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T14:48:17.049Z] [2020-10-22T14:48:17.049Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:48:17.440Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T14:48:17.440Z] latest: Pulling from edgex-devops/git-semver [2020-10-22T14:48:17.440Z] 31603596830f: Pulling fs layer [2020-10-22T14:48:17.440Z] 2a8b12db71e7: Pulling fs layer [2020-10-22T14:48:17.440Z] 6ca5941a6612: Pulling fs layer [2020-10-22T14:48:17.440Z] ecc8261a40a4: Pulling fs layer [2020-10-22T14:48:17.440Z] ecc8261a40a4: Waiting [2020-10-22T14:48:17.440Z] 2a8b12db71e7: Download complete [2020-10-22T14:48:17.706Z] 31603596830f: Verifying Checksum [2020-10-22T14:48:17.706Z] 31603596830f: Download complete [2020-10-22T14:48:17.978Z] ecc8261a40a4: Verifying Checksum [2020-10-22T14:48:17.978Z] ecc8261a40a4: Download complete [2020-10-22T14:48:17.978Z] 6ca5941a6612: Verifying Checksum [2020-10-22T14:48:17.978Z] 6ca5941a6612: Download complete [2020-10-22T14:48:18.242Z] 31603596830f: Pull complete [2020-10-22T14:48:18.506Z] 2a8b12db71e7: Pull complete [2020-10-22T14:48:19.458Z] 6ca5941a6612: Pull complete [2020-10-22T14:48:19.458Z] ecc8261a40a4: Pull complete [2020-10-22T14:48:19.458Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-22T14:48:19.458Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T14:48:19.458Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-22T14:48:19.644Z] prd-centos7-docker-4c-2g-8226 does not seem to be running inside a container [2020-10-22T14:48:19.720Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-22T14:48:21.963Z] $ docker top a753b9d891973eec5da2dc085de9a3dd60986e4b96b4f60a27b7b4166735db4f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-22T14:48:22.310Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T14:48:22.310Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T14:48:22.621Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T14:48:22.628Z] $ docker exec a753b9d891973eec5da2dc085de9a3dd60986e4b96b4f60a27b7b4166735db4f ssh-agent [2020-10-22T14:48:22.873Z] SSH_AUTH_SOCK=/tmp/ssh-hHT9jgavolGA/agent.11 [2020-10-22T14:48:22.873Z] SSH_AGENT_PID=16 [2020-10-22T14:48:22.888Z] Running ssh-add (command line suppressed) [2020-10-22T14:48:23.032Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_587144375283250141.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_587144375283250141.key) [2020-10-22T14:48:23.092Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T14:48:23.436Z] + git tag --points-at HEAD [Pipeline] } [2020-10-22T14:48:23.462Z] $ docker exec --env ******** --env ******** a753b9d891973eec5da2dc085de9a3dd60986e4b96b4f60a27b7b4166735db4f ssh-agent -k [2020-10-22T14:48:23.668Z] unset SSH_AUTH_SOCK; [2020-10-22T14:48:23.672Z] unset SSH_AGENT_PID; [2020-10-22T14:48:23.673Z] echo Agent pid 16 killed; [2020-10-22T14:48:23.726Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-22T14:48:23.872Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T14:48:23.872Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T14:48:24.063Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T14:48:24.070Z] $ docker exec a753b9d891973eec5da2dc085de9a3dd60986e4b96b4f60a27b7b4166735db4f ssh-agent [2020-10-22T14:48:24.256Z] SSH_AUTH_SOCK=/tmp/ssh-AOaxQjUxYGdi/agent.44 [2020-10-22T14:48:24.256Z] SSH_AGENT_PID=50 [2020-10-22T14:48:24.264Z] Running ssh-add (command line suppressed) [2020-10-22T14:48:24.422Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8623806124141192568.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8623806124141192568.key) [2020-10-22T14:48:24.502Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T14:48:24.847Z] + git semver init [2020-10-22T14:48:24.847Z] # -> Open(): unable to determine branch for HEAD [2020-10-22T14:48:24.847Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-22T14:48:24.847Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-22T14:48:24.847Z] # $SEMVER_REMOTE_NAME = origin [2020-10-22T14:48:24.847Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-22T14:48:24.847Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-22T14:48:24.847Z] # $SEMVER_BRANCH = master [2020-10-22T14:48:24.847Z] # $SEMVER_TEMP = /tmp/semver-608451554 [2020-10-22T14:48:24.847Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-22T14:48:25.801Z] # '/tmp/semver-608451554' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2020-10-22T14:48:25.801Z] # -> Force: false [2020-10-22T14:48:25.801Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-22T14:48:25.815Z] $ docker exec --env ******** --env ******** a753b9d891973eec5da2dc085de9a3dd60986e4b96b4f60a27b7b4166735db4f ssh-agent -k [2020-10-22T14:48:25.951Z] unset SSH_AUTH_SOCK; [2020-10-22T14:48:25.952Z] unset SSH_AGENT_PID; [2020-10-22T14:48:25.952Z] echo Agent pid 50 killed; [2020-10-22T14:48:26.004Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-22T14:48:26.536Z] + git semver [Pipeline] } [2020-10-22T14:48:26.563Z] $ docker stop --time=1 a753b9d891973eec5da2dc085de9a3dd60986e4b96b4f60a27b7b4166735db4f [2020-10-22T14:48:28.002Z] $ docker rm -f a753b9d891973eec5da2dc085de9a3dd60986e4b96b4f60a27b7b4166735db4f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T14:48:28.582Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-22T14:48:29.213Z] Stashed 1 file(s) [Pipeline] echo [2020-10-22T14:48:29.216Z] [edgeXSemver]: initialized semver on version 1.2.4-dev.33 [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-10-22T14:48:44.768Z] Still waiting to schedule task [2020-10-22T14:48:44.768Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-22T14:48:44.771Z] Still waiting to schedule task [2020-10-22T14:48:44.771Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-22T14:51:45.028Z] Running on prd-centos7-docker-4c-2g-8228 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-22T14:51:45.083Z] Running in /w/workspace/device-sdk-go/84 [Pipeline] { [Pipeline] checkout [2020-10-22T14:51:47.854Z] using credential edgex-jenkins-ssh [2020-10-22T14:51:47.923Z] Cloning the remote Git repository [2020-10-22T14:51:47.959Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-22T14:51:48.051Z] > git init /w/workspace/device-sdk-go/84 # timeout=10 [2020-10-22T14:51:48.108Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-22T14:51:48.108Z] > git --version # timeout=10 [2020-10-22T14:51:48.117Z] > git --version # 'git version 2.16.5' [2020-10-22T14:51:48.117Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T14:51:48.165Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T14:51:49.292Z] Checking out Revision 8b39936bc192f82b46677f7f05650a94960ef7f6 (master) [2020-10-22T14:51:48.848Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-22T14:51:48.856Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T14:51:48.870Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-22T14:51:48.897Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-22T14:51:48.897Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T14:51:48.902Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-22T14:51:49.303Z] > git config core.sparsecheckout # timeout=10 [2020-10-22T14:51:49.308Z] > git checkout -f 8b39936bc192f82b46677f7f05650a94960ef7f6 # timeout=10 [2020-10-22T14:51:52.978Z] Commit message: "Merge pull request #635 from hahattan/issue-596" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-22T14:51:53.734Z] ========================================================= [2020-10-22T14:51:53.734Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-22T14:51:53.734Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:51:54.403Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-22T14:51:54.666Z] Sending build context to Docker daemon 2.331MB [2020-10-22T14:51:54.929Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-22T14:51:54.929Z] Step 2/8 : FROM ${BASE} [2020-10-22T14:51:54.929Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-22T14:51:54.929Z] df20fa9351a1: Pulling fs layer [2020-10-22T14:51:54.929Z] ed8968b2872e: Pulling fs layer [2020-10-22T14:51:54.929Z] a92cc7c5fd73: Pulling fs layer [2020-10-22T14:51:54.929Z] e871e8e8d7a9: Pulling fs layer [2020-10-22T14:51:54.929Z] e73272ec9a57: Pulling fs layer [2020-10-22T14:51:54.929Z] 1e910a182e73: Pulling fs layer [2020-10-22T14:51:54.929Z] 4e634b169226: Pulling fs layer [2020-10-22T14:51:54.929Z] e871e8e8d7a9: Waiting [2020-10-22T14:51:54.929Z] 1e910a182e73: Waiting [2020-10-22T14:51:54.929Z] 4e634b169226: Waiting [2020-10-22T14:51:54.929Z] e73272ec9a57: Waiting [2020-10-22T14:51:54.929Z] a92cc7c5fd73: Download complete [2020-10-22T14:51:54.929Z] ed8968b2872e: Verifying Checksum [2020-10-22T14:51:54.929Z] ed8968b2872e: Download complete [2020-10-22T14:51:54.929Z] e73272ec9a57: Verifying Checksum [2020-10-22T14:51:54.929Z] e73272ec9a57: Download complete [2020-10-22T14:51:54.929Z] 1e910a182e73: Verifying Checksum [2020-10-22T14:51:54.929Z] 1e910a182e73: Download complete [2020-10-22T14:51:55.881Z] df20fa9351a1: Verifying Checksum [2020-10-22T14:51:55.881Z] df20fa9351a1: Download complete [2020-10-22T14:51:55.881Z] df20fa9351a1: Pull complete [2020-10-22T14:51:56.144Z] ed8968b2872e: Pull complete [2020-10-22T14:51:56.410Z] a92cc7c5fd73: Pull complete [2020-10-22T14:51:57.809Z] 4e634b169226: Verifying Checksum [2020-10-22T14:51:57.809Z] 4e634b169226: Download complete [2020-10-22T14:51:58.391Z] e871e8e8d7a9: Verifying Checksum [2020-10-22T14:51:58.391Z] e871e8e8d7a9: Download complete [2020-10-22T14:52:03.729Z] e871e8e8d7a9: Pull complete [2020-10-22T14:52:03.729Z] e73272ec9a57: Pull complete [2020-10-22T14:52:03.995Z] 1e910a182e73: Pull complete [2020-10-22T14:52:08.238Z] 4e634b169226: Pull complete [2020-10-22T14:52:08.238Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-22T14:52:08.238Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-22T14:52:08.238Z] ---> f7629b54cfaa [2020-10-22T14:52:08.238Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-22T14:52:08.238Z] ---> Running in 3f4a8e652a45 [2020-10-22T14:52:08.509Z] Removing intermediate container 3f4a8e652a45 [2020-10-22T14:52:08.509Z] ---> 591d7504209b [2020-10-22T14:52:08.510Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T14:52:08.510Z] ---> Running in 581cd5b6070f [2020-10-22T14:52:10.447Z] Removing intermediate container 581cd5b6070f [2020-10-22T14:52:10.447Z] ---> 823b21967509 [2020-10-22T14:52:10.447Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-22T14:52:10.447Z] ---> Running in 8abd3cddd2fb [2020-10-22T14:52:10.710Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T14:52:11.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T14:52:11.865Z] OK: 166 MiB in 39 packages [2020-10-22T14:52:12.447Z] Removing intermediate container 8abd3cddd2fb [2020-10-22T14:52:12.447Z] ---> 3f24525ce9f7 [2020-10-22T14:52:12.447Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-22T14:52:12.447Z] ---> Running in 948de003117e [2020-10-22T14:52:12.715Z] Removing intermediate container 948de003117e [2020-10-22T14:52:12.715Z] ---> 61bd1311b121 [2020-10-22T14:52:12.715Z] Step 7/8 : COPY . . [2020-10-22T14:52:14.122Z] ---> e6b31237025f [2020-10-22T14:52:14.122Z] Step 8/8 : RUN go mod download [2020-10-22T14:52:14.122Z] ---> Running in 0bf74dc963c5 [2020-10-22T14:52:17.727Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-8227 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-22T14:52:17.785Z] Running in /w/workspace/device-sdk-go/84 [Pipeline] { [Pipeline] checkout [2020-10-22T14:52:22.979Z] using credential edgex-jenkins-ssh [2020-10-22T14:52:23.097Z] Cloning the remote Git repository [2020-10-22T14:52:23.176Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-22T14:52:23.299Z] > git init /w/workspace/device-sdk-go/84 # timeout=10 [2020-10-22T14:52:23.383Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-22T14:52:23.385Z] > git --version # timeout=10 [2020-10-22T14:52:23.403Z] > git --version # 'git version 2.17.1' [2020-10-22T14:52:23.405Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T14:52:23.495Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T14:52:25.275Z] Checking out Revision 8b39936bc192f82b46677f7f05650a94960ef7f6 (master) [2020-10-22T14:52:24.660Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-22T14:52:24.682Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T14:52:24.712Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-22T14:52:24.756Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-22T14:52:24.757Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T14:52:24.771Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-22T14:52:25.309Z] > git config core.sparsecheckout # timeout=10 [2020-10-22T14:52:25.332Z] > git checkout -f 8b39936bc192f82b46677f7f05650a94960ef7f6 # timeout=10 [2020-10-22T14:52:31.103Z] Commit message: "Merge pull request #635 from hahattan/issue-596" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-22T14:52:32.098Z] ========================================================= [2020-10-22T14:52:32.098Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-22T14:52:32.098Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:52:32.874Z] Removing intermediate container 0bf74dc963c5 [2020-10-22T14:52:32.874Z] ---> 60f52f76cab5 [2020-10-22T14:52:32.874Z] Successfully built 60f52f76cab5 [2020-10-22T14:52:32.874Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:52:33.031Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-22T14:52:33.233Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-22T14:52:33.234Z] . [Pipeline] withDockerContainer [2020-10-22T14:52:33.339Z] prd-centos7-docker-4c-2g-8228 does not seem to be running inside a container [2020-10-22T14:52:33.390Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/84 -v /w/workspace/device-sdk-go/84:/w/workspace/device-sdk-go/84:rw,z -v /w/workspace/device-sdk-go/84@tmp:/w/workspace/device-sdk-go/84@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-22T14:52:34.023Z] Sending build context to Docker daemon 2.33MB [2020-10-22T14:52:34.023Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-22T14:52:34.023Z] Step 2/8 : FROM ${BASE} [2020-10-22T14:52:34.077Z] $ docker top faee762f3e68fb24253886733e77217c91a823c2f8b303696ceb67d1b4965314 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T14:52:34.297Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-22T14:52:34.297Z] b538f80385f9: Pulling fs layer [2020-10-22T14:52:34.297Z] 74f711af9a0d: Pulling fs layer [2020-10-22T14:52:34.297Z] 99f96fe45779: Pulling fs layer [2020-10-22T14:52:34.297Z] 8529a6b9a6be: Pulling fs layer [2020-10-22T14:52:34.297Z] 45590311c82a: Pulling fs layer [2020-10-22T14:52:34.297Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-22T14:52:34.297Z] 209524e5b208: Pulling fs layer [2020-10-22T14:52:34.297Z] 45590311c82a: Waiting [2020-10-22T14:52:34.297Z] 69ca0ff8b7b3: Waiting [2020-10-22T14:52:34.297Z] 209524e5b208: Waiting [2020-10-22T14:52:34.297Z] 8529a6b9a6be: Waiting [2020-10-22T14:52:34.297Z] 99f96fe45779: Verifying Checksum [2020-10-22T14:52:34.297Z] 99f96fe45779: Download complete [2020-10-22T14:52:34.297Z] 74f711af9a0d: Download complete [2020-10-22T14:52:34.297Z] 45590311c82a: Verifying Checksum [2020-10-22T14:52:34.297Z] 45590311c82a: Download complete [2020-10-22T14:52:34.297Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-22T14:52:34.297Z] 69ca0ff8b7b3: Download complete [2020-10-22T14:52:34.595Z] + go version [2020-10-22T14:52:34.595Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-22T14:52:34.611Z] $ docker stop --time=1 faee762f3e68fb24253886733e77217c91a823c2f8b303696ceb67d1b4965314 [2020-10-22T14:52:34.635Z] b538f80385f9: Verifying Checksum [2020-10-22T14:52:34.635Z] b538f80385f9: Download complete [2020-10-22T14:52:35.254Z] b538f80385f9: Pull complete [2020-10-22T14:52:35.859Z] 74f711af9a0d: Pull complete [2020-10-22T14:52:36.137Z] 99f96fe45779: Pull complete [2020-10-22T14:52:36.252Z] $ docker rm -f faee762f3e68fb24253886733e77217c91a823c2f8b303696ceb67d1b4965314 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-10-22T14:52:37.159Z] 209524e5b208: Verifying Checksum [2020-10-22T14:52:37.159Z] 209524e5b208: Download complete [Pipeline] sh [2020-10-22T14:52:38.149Z] 8529a6b9a6be: Verifying Checksum [2020-10-22T14:52:38.149Z] 8529a6b9a6be: Download complete [2020-10-22T14:52:38.363Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-22T14:52:38.701Z] + ls -al . [2020-10-22T14:52:38.701Z] total 64 [2020-10-22T14:52:38.701Z] drwxrwxr-x. 10 jenkins jenkins 4096 Oct 22 14:51 . [2020-10-22T14:52:38.701Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 22 14:51 .. [2020-10-22T14:52:38.701Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 22 14:51 bin [2020-10-22T14:52:38.701Z] -rw-rw-r--. 1 jenkins jenkins 936 Oct 22 14:51 Dockerfile.build [2020-10-22T14:52:38.701Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 22 14:51 .dockerignore [2020-10-22T14:52:38.701Z] drwxrwxr-x. 4 jenkins jenkins 48 Oct 22 14:51 example [2020-10-22T14:52:38.701Z] drwxrwxr-x. 8 jenkins jenkins 162 Oct 22 14:51 .git [2020-10-22T14:52:38.701Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 22 14:51 .github [2020-10-22T14:52:38.701Z] -rw-rw-r--. 1 jenkins jenkins 138 Oct 22 14:51 .gitignore [2020-10-22T14:52:38.701Z] -rw-rw-r--. 1 jenkins jenkins 517 Oct 22 14:51 go.mod [2020-10-22T14:52:38.701Z] drwxrwxr-x. 15 jenkins jenkins 211 Oct 22 14:51 internal [2020-10-22T14:52:38.701Z] -rw-rw-r--. 1 jenkins jenkins 901 Oct 22 14:51 Jenkinsfile [2020-10-22T14:52:38.701Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 22 14:51 LICENSE [2020-10-22T14:52:38.701Z] -rw-rw-r--. 1 jenkins jenkins 1013 Oct 22 14:51 Makefile [2020-10-22T14:52:38.701Z] drwxrwxr-x. 4 jenkins jenkins 26 Oct 22 14:51 openapi [2020-10-22T14:52:38.701Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 22 14:51 pkg [2020-10-22T14:52:38.701Z] -rw-rw-r--. 1 jenkins jenkins 5897 Oct 22 14:51 README.md [2020-10-22T14:52:38.701Z] -rw-rw-r--. 1 jenkins jenkins 4291 Oct 22 14:51 RELEASE-NOTES.txt [2020-10-22T14:52:38.701Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 22 14:51 snap [2020-10-22T14:52:38.701Z] -rw-rw-r--. 1 jenkins jenkins 12 Oct 22 14:48 VERSION [2020-10-22T14:52:38.701Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 22 14:51 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:52:39.016Z] + 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=8b39936bc192f82b46677f7f05650a94960ef7f6 --label arch=amd64 --label version=1.2.4-dev.33 . [2020-10-22T14:52:39.017Z] Sending build context to Docker daemon 2.331MB [2020-10-22T14:52:39.017Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-22T14:52:39.017Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-22T14:52:39.017Z] ---> 60f52f76cab5 [2020-10-22T14:52:39.017Z] Step 3/24 : ARG MAKE='make build' [2020-10-22T14:52:39.594Z] ---> Running in 01acc2acdaac [2020-10-22T14:52:39.857Z] Removing intermediate container 01acc2acdaac [2020-10-22T14:52:39.858Z] ---> d8b8827823be [2020-10-22T14:52:39.858Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-22T14:52:39.858Z] ---> Running in 0ea9ea2d3e64 [2020-10-22T14:52:40.121Z] Removing intermediate container 0ea9ea2d3e64 [2020-10-22T14:52:40.121Z] ---> de3c1b39ff96 [2020-10-22T14:52:40.121Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-22T14:52:40.121Z] ---> Running in 75fa9dae73f0 [2020-10-22T14:52:40.383Z] Removing intermediate container 75fa9dae73f0 [2020-10-22T14:52:40.383Z] ---> fb51408ae37d [2020-10-22T14:52:40.383Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T14:52:40.383Z] ---> Running in db7ab8278645 [2020-10-22T14:52:41.339Z] Removing intermediate container db7ab8278645 [2020-10-22T14:52:41.339Z] ---> f1b3ec6d6dc0 [2020-10-22T14:52:41.339Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-22T14:52:41.605Z] ---> Running in a99b6879a92c [2020-10-22T14:52:42.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T14:52:43.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T14:52:44.563Z] OK: 166 MiB in 39 packages [2020-10-22T14:52:44.828Z] Removing intermediate container a99b6879a92c [2020-10-22T14:52:44.828Z] ---> 1ba6b645af8e [2020-10-22T14:52:44.828Z] Step 8/24 : COPY . . [2020-10-22T14:52:45.776Z] ---> 5cd8e1bd9800 [2020-10-22T14:52:45.776Z] Step 9/24 : RUN ${MAKE} [2020-10-22T14:52:45.776Z] ---> Running in 8a14c6d32256 [2020-10-22T14:52:46.361Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.33" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-22T14:52:50.594Z] 8529a6b9a6be: Pull complete [2020-10-22T14:52:50.594Z] 45590311c82a: Pull complete [2020-10-22T14:52:50.594Z] 69ca0ff8b7b3: Pull complete [2020-10-22T14:52:53.244Z] 209524e5b208: Pull complete [2020-10-22T14:52:53.244Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-22T14:52:53.244Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-22T14:52:53.244Z] ---> 5bddaf1c2fca [2020-10-22T14:52:53.244Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-22T14:52:54.668Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-22T14:52:55.904Z] ---> Running in e04d96fe240d [2020-10-22T14:52:56.179Z] Removing intermediate container e04d96fe240d [2020-10-22T14:52:56.179Z] ---> 378bb04a4515 [2020-10-22T14:52:56.179Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T14:52:56.179Z] ---> Running in 35d735ce1f30 [2020-10-22T14:52:57.230Z] Removing intermediate container 8a14c6d32256 [2020-10-22T14:52:57.231Z] ---> d94e7a9aa1b7 [2020-10-22T14:52:57.231Z] Step 10/24 : FROM scratch [2020-10-22T14:52:57.231Z] ---> [2020-10-22T14:52:57.231Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-22T14:52:57.231Z] ---> Running in 2539cc0f4130 [2020-10-22T14:52:57.231Z] Removing intermediate container 2539cc0f4130 [2020-10-22T14:52:57.231Z] ---> 8f1d1423fcca [2020-10-22T14:52:57.231Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-22T14:52:57.231Z] ---> Running in a316565e42a0 [2020-10-22T14:52:57.231Z] Removing intermediate container a316565e42a0 [2020-10-22T14:52:57.231Z] ---> 21ee3e564add [2020-10-22T14:52:57.231Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-22T14:52:57.231Z] ---> Running in 1aead958f5b6 [2020-10-22T14:52:57.496Z] Removing intermediate container 1aead958f5b6 [2020-10-22T14:52:57.496Z] ---> 5c7d3d1aedb6 [2020-10-22T14:52:57.496Z] Step 14/24 : WORKDIR / [2020-10-22T14:52:57.496Z] ---> Running in 036b74ac25c6 [2020-10-22T14:52:57.759Z] Removing intermediate container 036b74ac25c6 [2020-10-22T14:52:57.759Z] ---> e950860b5c32 [2020-10-22T14:52:57.759Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-22T14:52:58.334Z] ---> 9d2f60b7cbfe [2020-10-22T14:52:58.334Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-22T14:52:58.334Z] ---> ebf841060986 [2020-10-22T14:52:58.334Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-22T14:52:58.596Z] ---> 88b6b191da3d [2020-10-22T14:52:58.596Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-22T14:52:58.800Z] Removing intermediate container 35d735ce1f30 [2020-10-22T14:52:58.800Z] ---> bec5085df779 [2020-10-22T14:52:58.800Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-22T14:52:58.800Z] ---> Running in fb628ec498f2 [2020-10-22T14:52:58.860Z] ---> 2a1753b4b5bd [2020-10-22T14:52:58.860Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-22T14:52:59.123Z] ---> 529e6adc3b89 [2020-10-22T14:52:59.123Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-22T14:52:59.123Z] ---> Running in 836d360258d2 [2020-10-22T14:52:59.386Z] Removing intermediate container 836d360258d2 [2020-10-22T14:52:59.386Z] ---> 7b1e97ca39bb [2020-10-22T14:52:59.386Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T14:52:59.386Z] ---> Running in c6613ecd2307 [2020-10-22T14:52:59.649Z] Removing intermediate container c6613ecd2307 [2020-10-22T14:52:59.649Z] ---> 2e23c0e06a18 [2020-10-22T14:52:59.649Z] Step 22/24 : LABEL arch=amd64 [2020-10-22T14:52:59.649Z] ---> Running in d3c27dad0a79 [2020-10-22T14:52:59.912Z] Removing intermediate container d3c27dad0a79 [2020-10-22T14:52:59.912Z] ---> 1323b0cc1e3c [2020-10-22T14:52:59.912Z] Step 23/24 : LABEL git_sha=8b39936bc192f82b46677f7f05650a94960ef7f6 [2020-10-22T14:52:59.912Z] ---> Running in e3db4cba4f2c [2020-10-22T14:53:00.177Z] Removing intermediate container e3db4cba4f2c [2020-10-22T14:53:00.177Z] ---> 69e884af9ae9 [2020-10-22T14:53:00.177Z] Step 24/24 : LABEL version=1.2.4-dev.33 [2020-10-22T14:53:00.177Z] ---> Running in 8d085c11f467 [2020-10-22T14:53:00.244Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T14:53:00.441Z] Removing intermediate container 8d085c11f467 [2020-10-22T14:53:00.441Z] ---> 7b9ee00ccf3b [2020-10-22T14:53:00.441Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-22T14:53:00.441Z] Successfully built 7b9ee00ccf3b [2020-10-22T14:53:00.441Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2020-10-22T14:53:01.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-22T14:53:02.240Z] OK: 142 MiB in 39 packages [2020-10-22T14:53:03.678Z] Removing intermediate container fb628ec498f2 [2020-10-22T14:53:03.678Z] ---> c406186b85e8 [2020-10-22T14:53:03.678Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-22T14:53:03.678Z] ---> Running in 290f9de68044 [2020-10-22T14:53:03.950Z] Removing intermediate container 290f9de68044 [2020-10-22T14:53:03.950Z] ---> 5f740dcfd389 [2020-10-22T14:53:03.950Z] Step 7/8 : COPY . . [2020-10-22T14:53:05.396Z] ---> 3fafdafa5fe7 [2020-10-22T14:53:05.396Z] Step 8/8 : RUN go mod download [2020-10-22T14:53:05.396Z] ---> Running in 2e2aafe5a63a [2020-10-22T14:53:27.672Z] Removing intermediate container 2e2aafe5a63a [2020-10-22T14:53:27.672Z] ---> d90a28966f82 [2020-10-22T14:53:27.672Z] Successfully built d90a28966f82 [2020-10-22T14:53:27.672Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:53:28.401Z] + docker inspect -f . ci-base-image-arm64 [2020-10-22T14:53:28.401Z] . [Pipeline] withDockerContainer [2020-10-22T14:53:28.689Z] prd-ubuntu18.04-docker-arm64-4c-16g-8227 does not seem to be running inside a container [2020-10-22T14:53:28.799Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/84 -v /w/workspace/device-sdk-go/84:/w/workspace/device-sdk-go/84:rw,z -v /w/workspace/device-sdk-go/84@tmp:/w/workspace/device-sdk-go/84@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-22T14:53:30.512Z] $ docker top e5d151076dafd2d9e742fbbfb6b991994681ea098bd9b1d0bdf4c39b9cfb068b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T14:53:31.990Z] + go version [2020-10-22T14:53:31.990Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-22T14:53:32.021Z] $ docker stop --time=1 e5d151076dafd2d9e742fbbfb6b991994681ea098bd9b1d0bdf4c39b9cfb068b [2020-10-22T14:53:33.917Z] $ docker rm -f e5d151076dafd2d9e742fbbfb6b991994681ea098bd9b1d0bdf4c39b9cfb068b [Pipeline] // withDockerContainer [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-10-22T14:53:35.331Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-22T14:53:35.689Z] + ls -al . [2020-10-22T14:53:35.689Z] total 100 [2020-10-22T14:53:35.689Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 22 14:52 . [2020-10-22T14:53:35.689Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 22 14:52 .. [2020-10-22T14:53:35.689Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 22 14:52 .dockerignore [2020-10-22T14:53:35.689Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 22 14:52 .git [2020-10-22T14:53:35.689Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 22 14:52 .github [2020-10-22T14:53:35.689Z] -rw-rw-r-- 1 jenkins jenkins 138 Oct 22 14:52 .gitignore [2020-10-22T14:53:35.689Z] -rw-rw-r-- 1 jenkins jenkins 936 Oct 22 14:52 Dockerfile.build [2020-10-22T14:53:35.689Z] -rw-rw-r-- 1 jenkins jenkins 901 Oct 22 14:52 Jenkinsfile [2020-10-22T14:53:35.689Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 22 14:52 LICENSE [2020-10-22T14:53:35.689Z] -rw-rw-r-- 1 jenkins jenkins 1013 Oct 22 14:52 Makefile [2020-10-22T14:53:35.689Z] -rw-rw-r-- 1 jenkins jenkins 5897 Oct 22 14:52 README.md [2020-10-22T14:53:35.689Z] -rw-rw-r-- 1 jenkins jenkins 4291 Oct 22 14:52 RELEASE-NOTES.txt [2020-10-22T14:53:35.689Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 22 14:48 VERSION [2020-10-22T14:53:35.689Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 22 14:52 bin [2020-10-22T14:53:35.689Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 22 14:52 example [2020-10-22T14:53:35.689Z] -rw-rw-r-- 1 jenkins jenkins 517 Oct 22 14:52 go.mod [2020-10-22T14:53:35.689Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 22 14:52 internal [2020-10-22T14:53:35.689Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 22 14:52 openapi [2020-10-22T14:53:35.689Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 22 14:52 pkg [2020-10-22T14:53:35.689Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 22 14:52 snap [2020-10-22T14:53:35.689Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 22 14:52 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:53:36.080Z] + 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=8b39936bc192f82b46677f7f05650a94960ef7f6 --label arch=arm64 --label version=1.2.4-dev.33 . [2020-10-22T14:53:36.355Z] Sending build context to Docker daemon 2.33MB [2020-10-22T14:53:36.355Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-22T14:53:36.355Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-22T14:53:36.355Z] ---> d90a28966f82 [2020-10-22T14:53:36.355Z] Step 3/24 : ARG MAKE='make build' [2020-10-22T14:53:36.630Z] ---> Running in 35e8263d6ae4 [2020-10-22T14:53:37.225Z] Removing intermediate container 35e8263d6ae4 [2020-10-22T14:53:37.225Z] ---> 1db6aa1e24cd [2020-10-22T14:53:37.225Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-22T14:53:37.225Z] ---> Running in 50e6e34489da [2020-10-22T14:53:37.817Z] Removing intermediate container 50e6e34489da [2020-10-22T14:53:37.817Z] ---> d56632b8fb9c [2020-10-22T14:53:37.817Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-22T14:53:38.087Z] ---> Running in ce1939f9c175 [2020-10-22T14:53:38.357Z] Removing intermediate container ce1939f9c175 [2020-10-22T14:53:38.357Z] ---> 1165c78b1aab [2020-10-22T14:53:38.357Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T14:53:38.628Z] ---> Running in 164715e8d1bd [2020-10-22T14:53:41.257Z] Removing intermediate container 164715e8d1bd [2020-10-22T14:53:41.257Z] ---> 959e70395a05 [2020-10-22T14:53:41.257Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-22T14:53:41.257Z] ---> Running in 0fac6facf078 [2020-10-22T14:53:42.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T14:53:43.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T14:53:44.441Z] OK: 142 MiB in 39 packages [2020-10-22T14:53:45.781Z] Removing intermediate container 0fac6facf078 [2020-10-22T14:53:45.781Z] ---> c6a96779b664 [2020-10-22T14:53:45.781Z] Step 8/24 : COPY . . [2020-10-22T14:53:46.871Z] ---> 503bbd078ba6 [2020-10-22T14:53:46.871Z] Step 9/24 : RUN ${MAKE} [2020-10-22T14:53:46.871Z] ---> Running in 8164a27ee4c7 [2020-10-22T14:53:48.391Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.33" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-22T14:54:15.471Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-22T14:54:15.471Z] Removing intermediate container 8164a27ee4c7 [2020-10-22T14:54:15.471Z] ---> 811358faa675 [2020-10-22T14:54:15.471Z] Step 10/24 : FROM scratch [2020-10-22T14:54:15.471Z] ---> [2020-10-22T14:54:15.471Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-22T14:54:15.471Z] ---> Running in 0e384e231ca5 [2020-10-22T14:54:15.471Z] Removing intermediate container 0e384e231ca5 [2020-10-22T14:54:15.471Z] ---> 7b5077611fc5 [2020-10-22T14:54:15.471Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-22T14:54:15.742Z] ---> Running in d15daf6e3cae [2020-10-22T14:54:16.012Z] Removing intermediate container d15daf6e3cae [2020-10-22T14:54:16.012Z] ---> baf50f23e9e5 [2020-10-22T14:54:16.012Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-22T14:54:16.283Z] ---> Running in 22c8b48278a5 [2020-10-22T14:54:16.553Z] Removing intermediate container 22c8b48278a5 [2020-10-22T14:54:16.553Z] ---> a9423ac8c7c8 [2020-10-22T14:54:16.553Z] Step 14/24 : WORKDIR / [2020-10-22T14:54:16.826Z] ---> Running in 9e5d1b350f75 [2020-10-22T14:54:17.101Z] Removing intermediate container 9e5d1b350f75 [2020-10-22T14:54:17.101Z] ---> f79a0acc4839 [2020-10-22T14:54:17.101Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-22T14:54:18.545Z] ---> c96782cb56f5 [2020-10-22T14:54:18.545Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-22T14:54:18.823Z] ---> aac64def6cda [2020-10-22T14:54:18.823Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-22T14:54:19.802Z] ---> 711fd4cd36ee [2020-10-22T14:54:19.802Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-22T14:54:20.401Z] ---> b3873791ae25 [2020-10-22T14:54:20.401Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-22T14:54:20.999Z] ---> 184dbbf5923a [2020-10-22T14:54:20.999Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-22T14:54:21.271Z] ---> Running in 6c7d5aac2954 [2020-10-22T14:54:21.544Z] Removing intermediate container 6c7d5aac2954 [2020-10-22T14:54:21.544Z] ---> 43faf1a1c4f6 [2020-10-22T14:54:21.544Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T14:54:21.815Z] ---> Running in 8c65692dc2e1 [2020-10-22T14:54:22.409Z] Removing intermediate container 8c65692dc2e1 [2020-10-22T14:54:22.409Z] ---> eb2ce3d62be7 [2020-10-22T14:54:22.409Z] Step 22/24 : LABEL arch=arm64 [2020-10-22T14:54:22.409Z] ---> Running in 13a882c36553 [2020-10-22T14:54:23.005Z] Removing intermediate container 13a882c36553 [2020-10-22T14:54:23.005Z] ---> d171a0513f94 [2020-10-22T14:54:23.005Z] Step 23/24 : LABEL git_sha=8b39936bc192f82b46677f7f05650a94960ef7f6 [2020-10-22T14:54:23.005Z] ---> Running in f44bf3d00dad [2020-10-22T14:54:23.280Z] Removing intermediate container f44bf3d00dad [2020-10-22T14:54:23.280Z] ---> 05eef66b5a29 [2020-10-22T14:54:23.280Z] Step 24/24 : LABEL version=1.2.4-dev.33 [2020-10-22T14:54:23.553Z] ---> Running in 3ba0a22d0182 [2020-10-22T14:54:23.824Z] Removing intermediate container 3ba0a22d0182 [2020-10-22T14:54:23.824Z] ---> fe4bebff27f5 [2020-10-22T14:54:23.824Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-22T14:54:24.101Z] Successfully built fe4bebff27f5 [2020-10-22T14:54:24.101Z] 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-10-22T14:54:26.355Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-22T14:54:26.357Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-22T14:54:26.449Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:54:26.824Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-22T14:54:27.104Z] [2020-10-22T14:54:27.104Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:54:27.481Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-22T14:54:27.482Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-22T14:54:27.482Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-22T14:54:27.482Z] 408f87550127: Pulling fs layer [2020-10-22T14:54:27.482Z] fe522b08c979: Pulling fs layer [2020-10-22T14:54:27.482Z] 221eaa008020: Pulling fs layer [2020-10-22T14:54:27.482Z] 2a4607e5d6b9: Pulling fs layer [2020-10-22T14:54:27.482Z] 8f79b27c4fd2: Pulling fs layer [2020-10-22T14:54:27.482Z] e5c8dbe1645b: Pulling fs layer [2020-10-22T14:54:27.482Z] 23e8b3b47431: Pulling fs layer [2020-10-22T14:54:27.482Z] 5c568d65a230: Pulling fs layer [2020-10-22T14:54:27.482Z] 8f79b27c4fd2: Waiting [2020-10-22T14:54:27.482Z] e5c8dbe1645b: Waiting [2020-10-22T14:54:27.482Z] 23e8b3b47431: Waiting [2020-10-22T14:54:27.482Z] 5c568d65a230: Waiting [2020-10-22T14:54:27.482Z] 221eaa008020: Waiting [2020-10-22T14:54:27.482Z] 2a4607e5d6b9: Waiting [2020-10-22T14:54:27.482Z] fe522b08c979: Verifying Checksum [2020-10-22T14:54:27.482Z] fe522b08c979: Download complete [2020-10-22T14:54:27.482Z] 408f87550127: Verifying Checksum [2020-10-22T14:54:27.482Z] 408f87550127: Download complete [2020-10-22T14:54:27.746Z] 2a4607e5d6b9: Verifying Checksum [2020-10-22T14:54:27.746Z] 2a4607e5d6b9: Download complete [2020-10-22T14:54:28.013Z] 8f79b27c4fd2: Verifying Checksum [2020-10-22T14:54:28.013Z] 8f79b27c4fd2: Download complete [2020-10-22T14:54:28.277Z] cbdbe7a5bc2a: Download complete [2020-10-22T14:54:28.868Z] cbdbe7a5bc2a: Pull complete [2020-10-22T14:54:29.155Z] 408f87550127: Pull complete [2020-10-22T14:54:29.421Z] e5c8dbe1645b: Download complete [2020-10-22T14:54:29.421Z] fe522b08c979: Pull complete [2020-10-22T14:54:30.842Z] 5c568d65a230: Verifying Checksum [2020-10-22T14:54:30.842Z] 5c568d65a230: Download complete [2020-10-22T14:54:30.842Z] 23e8b3b47431: Verifying Checksum [2020-10-22T14:54:30.842Z] 23e8b3b47431: Download complete [2020-10-22T14:54:32.240Z] 221eaa008020: Verifying Checksum [2020-10-22T14:54:32.240Z] 221eaa008020: Download complete [2020-10-22T14:54:38.915Z] 221eaa008020: Pull complete [2020-10-22T14:54:39.181Z] 2a4607e5d6b9: Pull complete [2020-10-22T14:54:39.181Z] 8f79b27c4fd2: Pull complete [2020-10-22T14:54:41.114Z] e5c8dbe1645b: Pull complete [2020-10-22T14:54:44.436Z] 23e8b3b47431: Pull complete [2020-10-22T14:54:45.832Z] 5c568d65a230: Pull complete [2020-10-22T14:54:46.095Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-22T14:54:46.095Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-22T14:54:46.095Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-22T14:54:46.316Z] prd-centos7-docker-4c-2g-8226 does not seem to be running inside a container [2020-10-22T14:54:46.369Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-22T14:54:47.540Z] $ docker top a1242e7dc34f03cb29f90b93f2bda7b163e146a0147ad055687550a8bf53b399 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T14:54:48.188Z] + snyk monitor '--org=edgex-jenkins' [2020-10-22T14:54:53.510Z] [2020-10-22T14:54:53.510Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... [2020-10-22T14:54:53.510Z] [2020-10-22T14:54:53.510Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/90c3b71e-67b0-4231-9066-87e532652be9 [2020-10-22T14:54:53.510Z] [2020-10-22T14:54:53.510Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-22T14:54:53.510Z] [2020-10-22T14:54:53.774Z] [2020-10-22T14:54:53.774Z] Snyk CLI supports Node.js 8 and higher. [2020-10-22T14:54:53.774Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-22T14:54:53.774Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-22T14:54:53.774Z] [2020-10-22T14:54:53.774Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-22T14:54:53.774Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-22T14:54:53.774Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-22T14:54:53.774Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-22T14:54:53.791Z] $ docker stop --time=1 a1242e7dc34f03cb29f90b93f2bda7b163e146a0147ad055687550a8bf53b399 [2020-10-22T14:54:57.195Z] $ docker rm -f a1242e7dc34f03cb29f90b93f2bda7b163e146a0147ad055687550a8bf53b399 [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] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-22T14:54:58.630Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-22T14:54:58.686Z] provisioning config files... [2020-10-22T14:54:58.707Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8248175371431406474tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-22T14:54:59.101Z] --> edgex-publish-swagger.sh [2020-10-22T14:54:59.101Z] === Publish openapi/v1 API === [2020-10-22T14:54:59.101Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-22T14:54:59.101Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-10-22T14:54:59.101Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T14:54:59.101Z] Dload Upload Total Spent Left Speed [2020-10-22T14:55:00.051Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 22509 --:--:-- --:--:-- --:--:-- 22506 100 20188 0 0 100 20188 0 22503 --:--:-- --:--:-- --:--:-- 22506 [2020-10-22T14:55:00.051Z] [2020-10-22T14:55:00.051Z] [2020-10-22T14:55:00.051Z] === Publish openapi/v2 API === [2020-10-22T14:55:00.051Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-22T14:55:00.051Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-10-22T14:55:00.051Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T14:55:00.051Z] Dload Upload Total Spent Left Speed [2020-10-22T14:55:00.627Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 66083 --:--:-- --:--:-- --:--:-- 66050 100 49274 0 0 100 49274 0 66065 --:--:-- --:--:-- --:--:-- 66050 [2020-10-22T14:55:00.627Z] [2020-10-22T14:55:00.627Z] [Pipeline] } [2020-10-22T14:55:00.637Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2020-10-22T14:55:01.689Z] + git log --format=format:%s -1 8b39936bc192f82b46677f7f05650a94960ef7f6 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:55:02.015Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T14:55:02.015Z] . [Pipeline] withDockerContainer [2020-10-22T14:55:02.136Z] prd-centos7-docker-4c-2g-8226 does not seem to be running inside a container [2020-10-22T14:55:02.219Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-22T14:55:03.232Z] $ docker top 88f94f6dac8ac7bde595293ea0885f9785603181a1c265f84d750558086c7673 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-22T14:55:03.684Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T14:55:03.684Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T14:55:04.035Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T14:55:04.041Z] $ docker exec 88f94f6dac8ac7bde595293ea0885f9785603181a1c265f84d750558086c7673 ssh-agent [2020-10-22T14:55:04.240Z] SSH_AUTH_SOCK=/tmp/ssh-ncbBvswNNRNR/agent.12 [2020-10-22T14:55:04.240Z] SSH_AGENT_PID=17 [2020-10-22T14:55:04.250Z] Running ssh-add (command line suppressed) [2020-10-22T14:55:04.441Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6705665960539937329.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6705665960539937329.key) [2020-10-22T14:55:04.505Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T14:55:04.891Z] + git semver tag [2020-10-22T14:55:05.157Z] # -> Open(): unable to determine branch for HEAD [2020-10-22T14:55:05.157Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-22T14:55:05.157Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-22T14:55:05.157Z] # $SEMVER_REMOTE_NAME = origin [2020-10-22T14:55:05.157Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-22T14:55:05.157Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-22T14:55:05.157Z] # $SEMVER_BRANCH = master [2020-10-22T14:55:05.157Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-22T14:55:05.157Z] # 8b39936bc192f82b46677f7f05650a94960ef7f6 HEAD [2020-10-22T14:55:05.157Z] # -> Force: false [2020-10-22T14:55:05.157Z] # df38db44347b161c755a885cba73685d18bf9363 refs/tags/v1.2.4-dev.33 [Pipeline] } [2020-10-22T14:55:05.174Z] $ docker exec --env ******** --env ******** 88f94f6dac8ac7bde595293ea0885f9785603181a1c265f84d750558086c7673 ssh-agent -k [2020-10-22T14:55:05.340Z] unset SSH_AUTH_SOCK; [2020-10-22T14:55:05.341Z] unset SSH_AGENT_PID; [2020-10-22T14:55:05.341Z] echo Agent pid 17 killed; [2020-10-22T14:55:05.391Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-22T14:55:05.877Z] + git semver [Pipeline] } [2020-10-22T14:55:05.898Z] $ docker stop --time=1 88f94f6dac8ac7bde595293ea0885f9785603181a1c265f84d750558086c7673 [2020-10-22T14:55:07.410Z] $ docker rm -f 88f94f6dac8ac7bde595293ea0885f9785603181a1c265f84d750558086c7673 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:55:08.175Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-22T14:55:08.175Z] [2020-10-22T14:55:08.175Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:55:08.546Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-22T14:55:08.546Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-22T14:55:08.546Z] ab5ef0e58194: Pulling fs layer [2020-10-22T14:55:08.546Z] 9712f1f96733: Pulling fs layer [2020-10-22T14:55:08.546Z] 63f879dbbcfc: Pulling fs layer [2020-10-22T14:55:08.546Z] 0d9ebad4ef96: Pulling fs layer [2020-10-22T14:55:08.546Z] e9a5061849ea: Pulling fs layer [2020-10-22T14:55:08.546Z] d747dcd14b5f: Pulling fs layer [2020-10-22T14:55:08.546Z] 2de7ff778b66: Pulling fs layer [2020-10-22T14:55:08.546Z] e9a5061849ea: Waiting [2020-10-22T14:55:08.546Z] d747dcd14b5f: Waiting [2020-10-22T14:55:08.546Z] 2de7ff778b66: Waiting [2020-10-22T14:55:08.546Z] 0d9ebad4ef96: Waiting [2020-10-22T14:55:08.546Z] 9712f1f96733: Verifying Checksum [2020-10-22T14:55:08.546Z] 9712f1f96733: Download complete [2020-10-22T14:55:10.481Z] 63f879dbbcfc: Verifying Checksum [2020-10-22T14:55:10.481Z] 63f879dbbcfc: Download complete [2020-10-22T14:55:11.069Z] e9a5061849ea: Verifying Checksum [2020-10-22T14:55:11.069Z] e9a5061849ea: Download complete [2020-10-22T14:55:11.069Z] d747dcd14b5f: Verifying Checksum [2020-10-22T14:55:11.069Z] d747dcd14b5f: Download complete [2020-10-22T14:55:11.656Z] 0d9ebad4ef96: Verifying Checksum [2020-10-22T14:55:11.656Z] 0d9ebad4ef96: Download complete [2020-10-22T14:55:11.657Z] 2de7ff778b66: Verifying Checksum [2020-10-22T14:55:11.657Z] 2de7ff778b66: Download complete [2020-10-22T14:55:11.657Z] ab5ef0e58194: Verifying Checksum [2020-10-22T14:55:11.657Z] ab5ef0e58194: Download complete [2020-10-22T14:55:17.042Z] ab5ef0e58194: Pull complete [2020-10-22T14:55:17.042Z] 9712f1f96733: Pull complete [2020-10-22T14:55:19.614Z] 63f879dbbcfc: Pull complete [2020-10-22T14:55:27.871Z] 0d9ebad4ef96: Pull complete [2020-10-22T14:55:28.454Z] e9a5061849ea: Pull complete [2020-10-22T14:55:28.722Z] d747dcd14b5f: Pull complete [2020-10-22T14:55:32.075Z] 2de7ff778b66: Pull complete [2020-10-22T14:55:32.075Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-22T14:55:32.075Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-22T14:55:32.075Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-22T14:55:32.520Z] prd-centos7-docker-4c-2g-8226 does not seem to be running inside a container [2020-10-22T14:55:32.686Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-22T14:55:35.951Z] $ docker top a456732ff8e27e18b1c6769e7bb83770eaec2e93fd108fe547b010cd923aa67d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-22T14:55:36.343Z] provisioning config files... [2020-10-22T14:55:36.355Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4601476373970733769tmp [2020-10-22T14:55:36.376Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config295314759716343984tmp [2020-10-22T14:55:36.395Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config244021355378588512tmp [Pipeline] { [Pipeline] echo [2020-10-22T14:55:36.456Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T14:55:36.769Z] ---> sigul-configuration.sh [2020-10-22T14:55:37.032Z] gpg: directory `/root/.gnupg' created [2020-10-22T14:55:37.032Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-22T14:55:37.032Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-22T14:55:37.032Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-22T14:55:37.032Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-22T14:55:37.032Z] gpg: CAST5 encrypted data [2020-10-22T14:55:37.032Z] gpg: encrypted with 1 passphrase [2020-10-22T14:55:37.032Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-22T14:55:37.336Z] + mkdir /home/jenkins [2020-10-22T14:55:37.336Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-22T14:55:37.646Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-10-22T14:55:37.661Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T14:55:37.979Z] ---> sigul-install.sh [2020-10-22T14:55:44.655Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-22T14:55:44.977Z] + git tag --list [2020-10-22T14:55:44.977Z] 0.7.1 [2020-10-22T14:55:44.977Z] delhi-tag [2020-10-22T14:55:44.977Z] v1.0.0 [2020-10-22T14:55:44.977Z] v1.1.0 [2020-10-22T14:55:44.977Z] v1.1.1 [2020-10-22T14:55:44.977Z] v1.1.2 [2020-10-22T14:55:44.977Z] v1.2.0 [2020-10-22T14:55:44.977Z] v1.2.1 [2020-10-22T14:55:44.977Z] v1.2.2 [2020-10-22T14:55:44.977Z] v1.2.3 [2020-10-22T14:55:44.977Z] v1.2.4-dev.1 [2020-10-22T14:55:44.977Z] v1.2.4-dev.10 [2020-10-22T14:55:44.977Z] v1.2.4-dev.11 [2020-10-22T14:55:44.977Z] v1.2.4-dev.12 [2020-10-22T14:55:44.977Z] v1.2.4-dev.13 [2020-10-22T14:55:44.977Z] v1.2.4-dev.14 [2020-10-22T14:55:44.977Z] v1.2.4-dev.15 [2020-10-22T14:55:44.977Z] v1.2.4-dev.16 [2020-10-22T14:55:44.977Z] v1.2.4-dev.17 [2020-10-22T14:55:44.977Z] v1.2.4-dev.18 [2020-10-22T14:55:44.977Z] v1.2.4-dev.19 [2020-10-22T14:55:44.977Z] v1.2.4-dev.2 [2020-10-22T14:55:44.977Z] v1.2.4-dev.20 [2020-10-22T14:55:44.977Z] v1.2.4-dev.21 [2020-10-22T14:55:44.977Z] v1.2.4-dev.22 [2020-10-22T14:55:44.977Z] v1.2.4-dev.23 [2020-10-22T14:55:44.977Z] v1.2.4-dev.24 [2020-10-22T14:55:44.977Z] v1.2.4-dev.25 [2020-10-22T14:55:44.977Z] v1.2.4-dev.26 [2020-10-22T14:55:44.977Z] v1.2.4-dev.27 [2020-10-22T14:55:44.977Z] v1.2.4-dev.28 [2020-10-22T14:55:44.977Z] v1.2.4-dev.29 [2020-10-22T14:55:44.977Z] v1.2.4-dev.3 [2020-10-22T14:55:44.977Z] v1.2.4-dev.30 [2020-10-22T14:55:44.977Z] v1.2.4-dev.31 [2020-10-22T14:55:44.977Z] v1.2.4-dev.32 [2020-10-22T14:55:44.977Z] v1.2.4-dev.33 [2020-10-22T14:55:44.977Z] v1.2.4-dev.4 [2020-10-22T14:55:44.977Z] v1.2.4-dev.5 [2020-10-22T14:55:44.977Z] v1.2.4-dev.6 [2020-10-22T14:55:44.977Z] v1.2.4-dev.7 [2020-10-22T14:55:44.977Z] v1.2.4-dev.8 [2020-10-22T14:55:44.977Z] v1.2.4-dev.9 [Pipeline] sh [2020-10-22T14:55:45.286Z] + lftools sign git-tag v1.2.4-dev.33 [2020-10-22T14:55:46.681Z] Signing Git tag with Sigul... [2020-10-22T14:55:46.681Z] Signing v1.2.4-dev.33 [Pipeline] echo [2020-10-22T14:55:48.097Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T14:55:48.399Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-22T14:55:48.409Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-22T14:55:48.517Z] $ docker stop --time=1 a456732ff8e27e18b1c6769e7bb83770eaec2e93fd108fe547b010cd923aa67d [2020-10-22T14:55:50.632Z] $ docker rm -f a456732ff8e27e18b1c6769e7bb83770eaec2e93fd108fe547b010cd923aa67d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:55:51.732Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T14:55:51.732Z] . [Pipeline] withDockerContainer [2020-10-22T14:55:51.844Z] prd-centos7-docker-4c-2g-8226 does not seem to be running inside a container [2020-10-22T14:55:51.899Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-22T14:55:52.688Z] $ docker top e35e64ee02320edbd5209b046985d7a79b3914b11b8a231dcceecac8fa02d48d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-22T14:55:53.041Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T14:55:53.041Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T14:55:53.247Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T14:55:53.252Z] $ docker exec e35e64ee02320edbd5209b046985d7a79b3914b11b8a231dcceecac8fa02d48d ssh-agent [2020-10-22T14:55:53.429Z] SSH_AUTH_SOCK=/tmp/ssh-4d25dAafqDEq/agent.11 [2020-10-22T14:55:53.429Z] SSH_AGENT_PID=16 [2020-10-22T14:55:53.440Z] Running ssh-add (command line suppressed) [2020-10-22T14:55:53.581Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1052356531044697449.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1052356531044697449.key) [2020-10-22T14:55:53.638Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T14:55:53.980Z] + git semver bump pre [2020-10-22T14:55:53.980Z] # -> Open(): unable to determine branch for HEAD [2020-10-22T14:55:53.980Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-22T14:55:53.980Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-22T14:55:53.980Z] # $SEMVER_REMOTE_NAME = origin [2020-10-22T14:55:53.980Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-22T14:55:53.980Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-22T14:55:53.980Z] # $SEMVER_BRANCH = master [2020-10-22T14:55:53.980Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-22T14:55:53.980Z] 1.2.4-dev.34 [Pipeline] } [2020-10-22T14:55:53.996Z] $ docker exec --env ******** --env ******** e35e64ee02320edbd5209b046985d7a79b3914b11b8a231dcceecac8fa02d48d ssh-agent -k [2020-10-22T14:55:54.134Z] unset SSH_AUTH_SOCK; [2020-10-22T14:55:54.135Z] unset SSH_AGENT_PID; [2020-10-22T14:55:54.135Z] echo Agent pid 16 killed; [2020-10-22T14:55:54.185Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-22T14:55:54.672Z] + git semver [Pipeline] } [2020-10-22T14:55:54.695Z] $ docker stop --time=1 e35e64ee02320edbd5209b046985d7a79b3914b11b8a231dcceecac8fa02d48d [2020-10-22T14:55:56.101Z] $ docker rm -f e35e64ee02320edbd5209b046985d7a79b3914b11b8a231dcceecac8fa02d48d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:55:56.743Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T14:55:56.743Z] . [Pipeline] withDockerContainer [2020-10-22T14:55:56.851Z] prd-centos7-docker-4c-2g-8226 does not seem to be running inside a container [2020-10-22T14:55:56.904Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-22T14:55:57.731Z] $ docker top 21b50f8f199f46b1839cca3ba813f81a4e108c2158814936472b39a3fb60f3f9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-22T14:55:58.113Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T14:55:58.113Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T14:55:58.354Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T14:55:58.361Z] $ docker exec 21b50f8f199f46b1839cca3ba813f81a4e108c2158814936472b39a3fb60f3f9 ssh-agent [2020-10-22T14:55:58.546Z] SSH_AUTH_SOCK=/tmp/ssh-tcJLehieVdJ1/agent.11 [2020-10-22T14:55:58.546Z] SSH_AGENT_PID=16 [2020-10-22T14:55:58.555Z] Running ssh-add (command line suppressed) [2020-10-22T14:55:58.690Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2662321128699444785.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2662321128699444785.key) [2020-10-22T14:55:58.743Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T14:55:59.088Z] + git semver push [2020-10-22T14:55:59.089Z] # -> Open(): unable to determine branch for HEAD [2020-10-22T14:55:59.089Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-22T14:55:59.089Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-22T14:55:59.089Z] # $SEMVER_REMOTE_NAME = origin [2020-10-22T14:55:59.089Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-22T14:55:59.089Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-22T14:55:59.089Z] # $SEMVER_BRANCH = master [2020-10-22T14:55:59.089Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-22T14:56:07.270Z] $ docker exec --env ******** --env ******** 21b50f8f199f46b1839cca3ba813f81a4e108c2158814936472b39a3fb60f3f9 ssh-agent -k [2020-10-22T14:56:07.433Z] unset SSH_AUTH_SOCK; [2020-10-22T14:56:07.436Z] unset SSH_AGENT_PID; [2020-10-22T14:56:07.436Z] echo Agent pid 16 killed; [2020-10-22T14:56:07.493Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-22T14:56:08.026Z] + git semver [Pipeline] } [2020-10-22T14:56:08.050Z] $ docker stop --time=1 21b50f8f199f46b1839cca3ba813f81a4e108c2158814936472b39a3fb60f3f9 [2020-10-22T14:56:09.463Z] $ docker rm -f 21b50f8f199f46b1839cca3ba813f81a4e108c2158814936472b39a3fb60f3f9 [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-10-22T14:56:15.760Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T14:56:16.474Z] ---> package-listing.sh [2020-10-22T14:56:16.474Z] ++ facter osfamily [2020-10-22T14:56:16.474Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-22T14:56:16.474Z] + OS_FAMILY=redhat [2020-10-22T14:56:16.474Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2020-10-22T14:56:16.474Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-22T14:56:16.474Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-22T14:56:16.474Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-22T14:56:16.474Z] + PACKAGES=/tmp/packages_start.txt [2020-10-22T14:56:16.474Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-22T14:56:16.474Z] + PACKAGES=/tmp/packages_end.txt [2020-10-22T14:56:16.474Z] + case "${OS_FAMILY}" in [2020-10-22T14:56:16.474Z] + rpm -qa [2020-10-22T14:56:16.474Z] + sort [2020-10-22T14:56:20.708Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-22T14:56:20.708Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-22T14:56:20.708Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-22T14:56:20.708Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-22T14:56:20.708Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2020-10-22T14:56:20.708Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo [2020-10-22T14:56:20.724Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-22T14:56:21.019Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:56:21.332Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T14:56:21.333Z] [2020-10-22T14:56:21.333Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:56:21.723Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T14:56:21.723Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-22T14:56:21.723Z] df20fa9351a1: Pulling fs layer [2020-10-22T14:56:21.723Z] 36b3adc4ff6f: Pulling fs layer [2020-10-22T14:56:21.723Z] 8ad3a11d3b57: Pulling fs layer [2020-10-22T14:56:21.723Z] 46f8f816bc3b: Pulling fs layer [2020-10-22T14:56:21.723Z] 93b61091891f: Pulling fs layer [2020-10-22T14:56:21.723Z] 93b9cdb0e59b: Pulling fs layer [2020-10-22T14:56:21.723Z] 5e14af77c1be: Pulling fs layer [2020-10-22T14:56:21.723Z] 01666e4c0597: Pulling fs layer [2020-10-22T14:56:21.723Z] aa168da1d23b: Pulling fs layer [2020-10-22T14:56:21.723Z] 46f8f816bc3b: Waiting [2020-10-22T14:56:21.723Z] 93b61091891f: Waiting [2020-10-22T14:56:21.723Z] 93b9cdb0e59b: Waiting [2020-10-22T14:56:21.723Z] 5e14af77c1be: Waiting [2020-10-22T14:56:21.723Z] aa168da1d23b: Waiting [2020-10-22T14:56:21.723Z] 01666e4c0597: Waiting [2020-10-22T14:56:21.723Z] 36b3adc4ff6f: Verifying Checksum [2020-10-22T14:56:21.723Z] 36b3adc4ff6f: Download complete [2020-10-22T14:56:21.723Z] 46f8f816bc3b: Verifying Checksum [2020-10-22T14:56:21.723Z] 46f8f816bc3b: Download complete [2020-10-22T14:56:21.723Z] df20fa9351a1: Verifying Checksum [2020-10-22T14:56:21.723Z] df20fa9351a1: Download complete [2020-10-22T14:56:21.991Z] 93b9cdb0e59b: Verifying Checksum [2020-10-22T14:56:21.991Z] 93b9cdb0e59b: Download complete [2020-10-22T14:56:21.991Z] 5e14af77c1be: Verifying Checksum [2020-10-22T14:56:21.991Z] 5e14af77c1be: Download complete [2020-10-22T14:56:21.991Z] 93b61091891f: Verifying Checksum [2020-10-22T14:56:21.991Z] 93b61091891f: Download complete [2020-10-22T14:56:21.991Z] 01666e4c0597: Verifying Checksum [2020-10-22T14:56:21.991Z] 01666e4c0597: Download complete [2020-10-22T14:56:22.254Z] df20fa9351a1: Pull complete [2020-10-22T14:56:22.519Z] 8ad3a11d3b57: Verifying Checksum [2020-10-22T14:56:22.519Z] 8ad3a11d3b57: Download complete [2020-10-22T14:56:22.519Z] 36b3adc4ff6f: Pull complete [2020-10-22T14:56:23.478Z] 8ad3a11d3b57: Pull complete [2020-10-22T14:56:23.478Z] 46f8f816bc3b: Pull complete [2020-10-22T14:56:24.075Z] 93b61091891f: Pull complete [2020-10-22T14:56:24.338Z] 93b9cdb0e59b: Pull complete [2020-10-22T14:56:24.603Z] 5e14af77c1be: Pull complete [2020-10-22T14:56:25.183Z] 01666e4c0597: Pull complete [2020-10-22T14:56:25.446Z] aa168da1d23b: Verifying Checksum [2020-10-22T14:56:25.446Z] aa168da1d23b: Download complete [2020-10-22T14:56:33.662Z] aa168da1d23b: Pull complete [2020-10-22T14:56:33.662Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-22T14:56:33.662Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T14:56:33.662Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-22T14:56:33.957Z] prd-centos7-docker-4c-2g-8226 does not seem to be running inside a container [2020-10-22T14:56:34.035Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-22T14:56:39.638Z] $ docker top e48bf7024921047336d5616b68a49a2b043fcb79f9b9bc52edbdb740e4e8c45c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T14:56:40.502Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-22T14:56:40.819Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-22T14:56:41.180Z] + ls /var/log/sa-host [2020-10-22T14:56:41.180Z] + sadf -c /var/log/sa-host/sa05 [2020-10-22T14:56:41.180Z] file_magic: OK [2020-10-22T14:56:41.180Z] HZ: Using current value: 100 [2020-10-22T14:56:41.180Z] file_header: OK [2020-10-22T14:56:41.180Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-22T14:56:41.180Z] Statistics: [2020-10-22T14:56:41.180Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-22T14:56:41.180Z] File successfully converted to sysstat format version 12.2.1 [2020-10-22T14:56:41.180Z] + sadf -c /var/log/sa-host/sa22 [2020-10-22T14:56:41.180Z] file_magic: OK [2020-10-22T14:56:41.180Z] HZ: Using current value: 100 [2020-10-22T14:56:41.180Z] file_header: OK [2020-10-22T14:56:41.180Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-22T14:56:41.180Z] Statistics: [2020-10-22T14:56:41.180Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-22T14:56:41.180Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-22T14:56:41.785Z] provisioning config files... [2020-10-22T14:56:41.808Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7789987298827387509tmp [Pipeline] { [Pipeline] echo [2020-10-22T14:56:41.900Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T14:56:42.230Z] ---> create-netrc.sh [Pipeline] } [2020-10-22T14:56:42.242Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-22T14:56:42.339Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T14:56:42.703Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-22T14:56:42.717Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T14:56:43.035Z] ---> sudo-logs.sh [2020-10-22T14:56:43.035Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-22T14:56:43.049Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T14:56:43.364Z] ---> job-cost.sh [2020-10-22T14:56:43.365Z] lf-activate-venv: SKIPPING [2020-10-22T14:56:43.365Z] INFO: No Stack... [2020-10-22T14:56:44.321Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-22T14:56:44.585Z] INFO: Archiving Costs [Pipeline] echo [2020-10-22T14:56:44.599Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T14:56:44.909Z] ---> logs-deploy.sh [2020-10-22T14:56:44.909Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/84 [2020-10-22T14:56:44.909Z] INFO: archiving workspace using pattern(s): [2020-10-22T14:56:46.837Z] Archives upload complete. [2020-10-22T14:56:46.837Z] INFO: archiving logs to Nexus