Pull request #117 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/app-service-configurable Obtained Jenkinsfile from ee3733b9dceb4c33530732f8e9bc66c0862a35c5+d76b33905ff2852036d8bb432dc01390d416ad34 (c5105bf91653b1b4777fc61d8a09e3a36de3b701) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-117/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [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: app-service-configurable-settings PROJECT: app-service-configurable 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: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-2148 in /w/workspace/_app-service-configurable_PR-117 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_PR-117 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/117/head:refs/remotes/origin/PR-117 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit d76b33905ff2852036d8bb432dc01390d416ad34 into PR head commit ee3733b9dceb4c33530732f8e9bc66c0862a35c5 Merge succeeded, producing ee3733b9dceb4c33530732f8e9bc66c0862a35c5 Checking out Revision ee3733b9dceb4c33530732f8e9bc66c0862a35c5 (PR-117) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/117/head:refs/remotes/origin/PR-117 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/117/head:refs/remotes/origin/PR-117 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ee3733b9dceb4c33530732f8e9bc66c0862a35c5 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d76b33905ff2852036d8bb432dc01390d416ad34 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ee3733b9dceb4c33530732f8e9bc66c0862a35c5 # timeout=10 Commit message: "build: Switch to using Go 1.15" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-10T18:24:02.701Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-10T18:24:03.106Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-10T18:24:03.328Z] ========================================================= [2020-09-10T18:24:03.328Z] EdgeX Global Pipelines Version Info [2020-09-10T18:24:03.328Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-10T18:24:04.847Z] ------------------- [2020-09-10T18:24:04.848Z] stable info: [2020-09-10T18:24:04.848Z] ------------------- [2020-09-10T18:24:04.848Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-10T18:24:04.848Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-10T18:24:04.848Z] Message: update stable to v1.0.119 [2020-09-10T18:24:05.793Z] ------------------- [2020-09-10T18:24:05.793Z] experimental info: [2020-09-10T18:24:05.793Z] ------------------- [2020-09-10T18:24:05.793Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-10T18:24:05.793Z] Commit SHA: fce6018850fd827eed96b6ce04e8822d251c695d [2020-09-10T18:24:05.793Z] Message: update experimental to v1.0.120 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-10T18:24:06.385Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2020-09-10T18:24:06.548Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2020-09-10T18:24:06.710Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-10T18:24:06.862Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-10T18:24:07.042Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-10T18:24:07.193Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-10T18:24:07.367Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-10T18:24:07.513Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-10T18:24:07.657Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-10T18:24:07.801Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-10T18:24:07.944Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-10T18:24:08.086Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2020-09-10T18:24:08.228Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-10T18:24:08.369Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-10T18:24:08.501Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-10T18:24:08.647Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-10T18:24:08.775Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-10T18:24:08.908Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-10T18:24:09.034Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-10T18:24:09.166Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-10T18:24:09.307Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-10T18:24:09.442Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-10T18:24:09.585Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-117 [Pipeline] echo [2020-09-10T18:24:09.718Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-117 [Pipeline] echo [2020-09-10T18:24:09.847Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-117 [Pipeline] echo [2020-09-10T18:24:09.986Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ee3733b9dceb4c33530732f8e9bc66c0862a35c5 [Pipeline] echo [2020-09-10T18:24:10.226Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ee3733b [Pipeline] echo [2020-09-10T18:24:10.431Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-10T18:24:11.339Z] + git log --format=format:%s -1 ee3733b9dceb4c33530732f8e9bc66c0862a35c5 [Pipeline] echo [2020-09-10T18:24:11.421Z] GIT_COMMIT: ee3733b9dceb4c33530732f8e9bc66c0862a35c5, Commit Message: build: Switch to using Go 1.15 [Pipeline] echo [2020-09-10T18:24:11.499Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-10T18:24:12.508Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-10T18:24:12.772Z] [2020-09-10T18:24:12.772Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-10T18:24:13.202Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-10T18:24:13.467Z] latest: Pulling from edgex-devops/git-semver [2020-09-10T18:24:13.467Z] 31603596830f: Pulling fs layer [2020-09-10T18:24:13.467Z] 2a8b12db71e7: Pulling fs layer [2020-09-10T18:24:13.467Z] 6ca5941a6612: Pulling fs layer [2020-09-10T18:24:13.467Z] ecc8261a40a4: Pulling fs layer [2020-09-10T18:24:13.467Z] ecc8261a40a4: Waiting [2020-09-10T18:24:13.467Z] 2a8b12db71e7: Verifying Checksum [2020-09-10T18:24:13.467Z] 2a8b12db71e7: Download complete [2020-09-10T18:24:13.729Z] 31603596830f: Verifying Checksum [2020-09-10T18:24:13.729Z] 31603596830f: Download complete [2020-09-10T18:24:13.729Z] ecc8261a40a4: Verifying Checksum [2020-09-10T18:24:13.729Z] ecc8261a40a4: Download complete [2020-09-10T18:24:13.729Z] 6ca5941a6612: Verifying Checksum [2020-09-10T18:24:13.729Z] 6ca5941a6612: Download complete [2020-09-10T18:24:13.991Z] 31603596830f: Pull complete [2020-09-10T18:24:13.991Z] 2a8b12db71e7: Pull complete [2020-09-10T18:24:14.943Z] 6ca5941a6612: Pull complete [2020-09-10T18:24:14.943Z] ecc8261a40a4: Pull complete [2020-09-10T18:24:14.943Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-10T18:24:14.943Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-10T18:24:14.943Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-10T18:24:15.326Z] prd-centos7-docker-4c-2g-2148 does not seem to be running inside a container [2020-09-10T18:24:15.363Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-117 -v /w/workspace/_app-service-configurable_PR-117:/w/workspace/_app-service-configurable_PR-117:rw,z -v /w/workspace/_app-service-configurable_PR-117@tmp:/w/workspace/_app-service-configurable_PR-117@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-10T18:24:17.478Z] $ docker top 54f482294560b745afc25c1b3f895e02a968d0110c91f868be5b492a05242e08 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-10T18:24:17.885Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-10T18:24:17.885Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-10T18:24:18.118Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-10T18:24:18.107Z] $ docker exec 54f482294560b745afc25c1b3f895e02a968d0110c91f868be5b492a05242e08 ssh-agent [2020-09-10T18:24:18.287Z] SSH_AUTH_SOCK=/tmp/ssh-IUenjpN63Jl2/agent.13 [2020-09-10T18:24:18.287Z] SSH_AGENT_PID=18 [2020-09-10T18:24:18.299Z] Running ssh-add (command line suppressed) [2020-09-10T18:24:18.407Z] Identity added: /w/workspace/_app-service-configurable_PR-117@tmp/private_key_3348126289374706011.key (/w/workspace/_app-service-configurable_PR-117@tmp/private_key_3348126289374706011.key) [2020-09-10T18:24:18.487Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-10T18:24:18.872Z] + git describe --exact-match --tags HEAD [2020-09-10T18:24:18.872Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-10T18:24:18.901Z] $ docker exec --env ******** --env ******** 54f482294560b745afc25c1b3f895e02a968d0110c91f868be5b492a05242e08 ssh-agent -k [2020-09-10T18:24:19.028Z] unset SSH_AUTH_SOCK; [2020-09-10T18:24:19.028Z] unset SSH_AGENT_PID; [2020-09-10T18:24:19.028Z] echo Agent pid 18 killed; [2020-09-10T18:24:19.088Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-10T18:24:19.267Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-10T18:24:19.267Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-10T18:24:19.393Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-10T18:24:19.393Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-10T18:24:19.646Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-10T18:24:19.634Z] $ docker exec 54f482294560b745afc25c1b3f895e02a968d0110c91f868be5b492a05242e08 ssh-agent [2020-09-10T18:24:19.818Z] SSH_AUTH_SOCK=/tmp/ssh-BQYHqYjK9KNE/agent.47 [2020-09-10T18:24:19.818Z] SSH_AGENT_PID=52 [2020-09-10T18:24:19.825Z] Running ssh-add (command line suppressed) [2020-09-10T18:24:19.951Z] Identity added: /w/workspace/_app-service-configurable_PR-117@tmp/private_key_5924595171517379721.key (/w/workspace/_app-service-configurable_PR-117@tmp/private_key_5924595171517379721.key) [2020-09-10T18:24:20.026Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-10T18:24:20.408Z] + git semver init [2020-09-10T18:24:20.408Z] # -> Open(): unable to determine branch for HEAD [2020-09-10T18:24:20.408Z] # $GIT_DIR = /w/workspace/_app-service-configurable_PR-117/.git [2020-09-10T18:24:20.409Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_PR-117 [2020-09-10T18:24:20.409Z] # $SEMVER_REMOTE_NAME = origin [2020-09-10T18:24:20.409Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-10T18:24:20.409Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-10T18:24:20.409Z] # $SEMVER_BRANCH = PR-117 [2020-09-10T18:24:20.409Z] # $SEMVER_TEMP = /tmp/semver-126281362 [2020-09-10T18:24:20.409Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-09-10T18:24:20.671Z] # '/tmp/semver-126281362' -> '/w/workspace/_app-service-configurable_PR-117/.semver' [2020-09-10T18:24:20.671Z] # -> Force: false [2020-09-10T18:24:20.671Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_PR-117/.semver [Pipeline] } [2020-09-10T18:24:20.674Z] $ docker exec --env ******** --env ******** 54f482294560b745afc25c1b3f895e02a968d0110c91f868be5b492a05242e08 ssh-agent -k [2020-09-10T18:24:20.792Z] unset SSH_AUTH_SOCK; [2020-09-10T18:24:20.793Z] unset SSH_AGENT_PID; [2020-09-10T18:24:20.793Z] echo Agent pid 52 killed; [2020-09-10T18:24:20.855Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-10T18:24:21.486Z] + git semver [Pipeline] } [2020-09-10T18:24:21.500Z] $ docker stop --time=1 54f482294560b745afc25c1b3f895e02a968d0110c91f868be5b492a05242e08 [2020-09-10T18:24:22.849Z] $ docker rm -f 54f482294560b745afc25c1b3f895e02a968d0110c91f868be5b492a05242e08 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-10T18:24:23.629Z] Stashed 26 file(s) [Pipeline] echo [2020-09-10T18:24:23.652Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-10T18:24:23.822Z] Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-09-10T18:24:39.635Z] Still waiting to schedule task [2020-09-10T18:24:39.635Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-10T18:24:39.663Z] Still waiting to schedule task [2020-09-10T18:24:39.663Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-10T18:26:34.390Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2149 in /w/workspace/_app-service-configurable_PR-117 [Pipeline] { [Pipeline] ws [2020-09-10T18:26:34.506Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2020-09-10T18:26:39.577Z] using credential edgex-jenkins-ssh [2020-09-10T18:26:39.656Z] Cloning the remote Git repository [2020-09-10T18:26:39.656Z] Cloning with configured refspecs honoured and without tags [2020-09-10T18:26:39.702Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-09-10T18:26:39.820Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2020-09-10T18:26:39.900Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-09-10T18:26:39.901Z] > git --version # timeout=10 [2020-09-10T18:26:39.921Z] > git --version # 'git version 2.17.1' [2020-09-10T18:26:39.922Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-10T18:26:39.981Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/117/head:refs/remotes/origin/PR-117 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T18:26:41.205Z] Fetching without tags [2020-09-10T18:26:41.702Z] Merging remotes/origin/master commit d76b33905ff2852036d8bb432dc01390d416ad34 into PR head commit ee3733b9dceb4c33530732f8e9bc66c0862a35c5 [2020-09-10T18:26:42.037Z] Merge succeeded, producing ee3733b9dceb4c33530732f8e9bc66c0862a35c5 [2020-09-10T18:26:42.037Z] Checking out Revision ee3733b9dceb4c33530732f8e9bc66c0862a35c5 (PR-117) [2020-09-10T18:26:41.091Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-09-10T18:26:41.114Z] > git config --add remote.origin.fetch +refs/pull/117/head:refs/remotes/origin/PR-117 # timeout=10 [2020-09-10T18:26:41.132Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T18:26:41.166Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-09-10T18:26:41.201Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-09-10T18:26:41.202Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-10T18:26:41.219Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/117/head:refs/remotes/origin/PR-117 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T18:26:41.709Z] > git config core.sparsecheckout # timeout=10 [2020-09-10T18:26:41.735Z] > git checkout -f ee3733b9dceb4c33530732f8e9bc66c0862a35c5 # timeout=10 [2020-09-10T18:26:41.834Z] > git remote # timeout=10 [2020-09-10T18:26:41.864Z] > git config --get remote.origin.url # timeout=10 [2020-09-10T18:26:41.878Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-10T18:26:41.942Z] > git merge d76b33905ff2852036d8bb432dc01390d416ad34 # timeout=10 [2020-09-10T18:26:42.000Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-10T18:26:42.029Z] > git config core.sparsecheckout # timeout=10 [2020-09-10T18:26:42.083Z] > git checkout -f ee3733b9dceb4c33530732f8e9bc66c0862a35c5 # timeout=10 [2020-09-10T18:26:46.402Z] Commit message: "build: Switch to using Go 1.15" [2020-09-10T18:26:46.445Z] > git --version # timeout=10 [2020-09-10T18:26:46.458Z] > git --version # 'git version 2.17.1' [2020-09-10T18:26:46.470Z] fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-10T18:26:47.928Z] ========================================================= [2020-09-10T18:26:47.928Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-10T18:26:47.928Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-10T18:26:49.049Z] + 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-09-10T18:26:50.030Z] Sending build context to Docker daemon 314.4kB [2020-09-10T18:26:50.030Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-10T18:26:50.030Z] Step 2/8 : FROM ${BASE} [2020-09-10T18:26:50.303Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-10T18:26:50.303Z] b538f80385f9: Pulling fs layer [2020-09-10T18:26:50.303Z] 74f711af9a0d: Pulling fs layer [2020-09-10T18:26:50.303Z] 99f96fe45779: Pulling fs layer [2020-09-10T18:26:50.303Z] 8529a6b9a6be: Pulling fs layer [2020-09-10T18:26:50.303Z] 45590311c82a: Pulling fs layer [2020-09-10T18:26:50.303Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-10T18:26:50.303Z] 209524e5b208: Pulling fs layer [2020-09-10T18:26:50.303Z] 8529a6b9a6be: Waiting [2020-09-10T18:26:50.303Z] 45590311c82a: Waiting [2020-09-10T18:26:50.303Z] 69ca0ff8b7b3: Waiting [2020-09-10T18:26:50.303Z] 209524e5b208: Waiting [2020-09-10T18:26:50.303Z] 99f96fe45779: Verifying Checksum [2020-09-10T18:26:50.303Z] 99f96fe45779: Download complete [2020-09-10T18:26:50.303Z] 74f711af9a0d: Verifying Checksum [2020-09-10T18:26:50.303Z] 74f711af9a0d: Download complete [2020-09-10T18:26:50.303Z] 45590311c82a: Verifying Checksum [2020-09-10T18:26:50.303Z] 45590311c82a: Download complete [2020-09-10T18:26:50.899Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-10T18:26:50.899Z] 69ca0ff8b7b3: Download complete [2020-09-10T18:26:50.899Z] b538f80385f9: Verifying Checksum [2020-09-10T18:26:50.899Z] b538f80385f9: Download complete [2020-09-10T18:26:51.504Z] b538f80385f9: Pull complete [2020-09-10T18:26:52.106Z] 74f711af9a0d: Pull complete [2020-09-10T18:26:52.384Z] 99f96fe45779: Pull complete [2020-09-10T18:26:53.369Z] 209524e5b208: Verifying Checksum [2020-09-10T18:26:53.369Z] 209524e5b208: Download complete [2020-09-10T18:26:54.360Z] 8529a6b9a6be: Verifying Checksum [2020-09-10T18:26:54.360Z] 8529a6b9a6be: Download complete [2020-09-10T18:27:04.595Z] 8529a6b9a6be: Pull complete [2020-09-10T18:27:04.868Z] 45590311c82a: Pull complete [2020-09-10T18:27:05.143Z] 69ca0ff8b7b3: Pull complete [2020-09-10T18:27:09.491Z] 209524e5b208: Pull complete [2020-09-10T18:27:09.491Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-10T18:27:09.491Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-10T18:27:09.491Z] ---> 5bddaf1c2fca [2020-09-10T18:27:09.491Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-10T18:27:12.115Z] ---> Running in bd421ca4e62c [2020-09-10T18:27:12.388Z] Removing intermediate container bd421ca4e62c [2020-09-10T18:27:12.388Z] ---> 2296bf55e278 [2020-09-10T18:27:12.388Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-10T18:27:12.388Z] ---> Running in f36a5c1016c3 [2020-09-10T18:27:15.016Z] Removing intermediate container f36a5c1016c3 [2020-09-10T18:27:15.016Z] ---> c1aa015914a9 [2020-09-10T18:27:15.016Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-09-10T18:27:15.295Z] ---> Running in 926f20edfdbb [2020-09-10T18:27:16.737Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-10T18:27:17.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-10T18:27:18.318Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-09-10T18:27:18.590Z] (2/6) Installing libsodium (1.0.18-r0) [2020-09-10T18:27:18.590Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-09-10T18:27:18.861Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-09-10T18:27:18.861Z] (5/6) Installing libzmq (4.3.3-r0) [2020-09-10T18:27:19.138Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-09-10T18:27:19.138Z] Executing busybox-1.31.1-r16.trigger [2020-09-10T18:27:19.138Z] OK: 144 MiB in 45 packages [2020-09-10T18:27:20.575Z] Removing intermediate container 926f20edfdbb [2020-09-10T18:27:20.575Z] ---> 4a2e609250a1 [2020-09-10T18:27:20.575Z] Step 6/8 : WORKDIR /app [2020-09-10T18:27:20.575Z] ---> Running in db724f6ff2ff [2020-09-10T18:27:21.181Z] Removing intermediate container db724f6ff2ff [2020-09-10T18:27:21.181Z] ---> b0035f676594 [2020-09-10T18:27:21.181Z] Step 7/8 : COPY . . [2020-09-10T18:27:22.166Z] ---> b9c128105a04 [2020-09-10T18:27:22.166Z] Step 8/8 : RUN go mod download [2020-09-10T18:27:22.166Z] ---> Running in 9eaf9e59a1bd [2020-09-10T18:27:38.946Z] Running on prd-centos7-docker-4c-2g-2150 in /w/workspace/_app-service-configurable_PR-117 [Pipeline] { [Pipeline] ws [2020-09-10T18:27:39.102Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2020-09-10T18:27:41.661Z] using credential edgex-jenkins-ssh [2020-09-10T18:27:41.721Z] Cloning the remote Git repository [2020-09-10T18:27:41.721Z] Cloning with configured refspecs honoured and without tags [2020-09-10T18:27:41.729Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-09-10T18:27:42.425Z] Fetching without tags [2020-09-10T18:27:42.792Z] Merging remotes/origin/master commit d76b33905ff2852036d8bb432dc01390d416ad34 into PR head commit ee3733b9dceb4c33530732f8e9bc66c0862a35c5 [2020-09-10T18:27:42.874Z] Merge succeeded, producing ee3733b9dceb4c33530732f8e9bc66c0862a35c5 [2020-09-10T18:27:42.874Z] Checking out Revision ee3733b9dceb4c33530732f8e9bc66c0862a35c5 (PR-117) [2020-09-10T18:27:41.803Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2020-09-10T18:27:41.850Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-09-10T18:27:41.850Z] > git --version # timeout=10 [2020-09-10T18:27:41.860Z] > git --version # 'git version 2.16.5' [2020-09-10T18:27:41.861Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-10T18:27:41.893Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/117/head:refs/remotes/origin/PR-117 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T18:27:42.376Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-09-10T18:27:42.384Z] > git config --add remote.origin.fetch +refs/pull/117/head:refs/remotes/origin/PR-117 # timeout=10 [2020-09-10T18:27:42.390Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T18:27:42.402Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-09-10T18:27:42.413Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-09-10T18:27:42.413Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-10T18:27:42.417Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/117/head:refs/remotes/origin/PR-117 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T18:27:42.784Z] > git config core.sparsecheckout # timeout=10 [2020-09-10T18:27:42.791Z] > git checkout -f ee3733b9dceb4c33530732f8e9bc66c0862a35c5 # timeout=10 [2020-09-10T18:27:42.823Z] > git remote # timeout=10 [2020-09-10T18:27:42.828Z] > git config --get remote.origin.url # timeout=10 [2020-09-10T18:27:42.835Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-10T18:27:42.839Z] > git merge d76b33905ff2852036d8bb432dc01390d416ad34 # timeout=10 [2020-09-10T18:27:42.848Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-10T18:27:42.860Z] > git config core.sparsecheckout # timeout=10 [2020-09-10T18:27:42.867Z] > git checkout -f ee3733b9dceb4c33530732f8e9bc66c0862a35c5 # timeout=10 [2020-09-10T18:27:46.528Z] Commit message: "build: Switch to using Go 1.15" [2020-09-10T18:27:46.537Z] > git --version # timeout=10 [2020-09-10T18:27:46.542Z] > git --version # 'git version 2.16.5' [2020-09-10T18:27:46.549Z] fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-10T18:27:47.678Z] ========================================================= [2020-09-10T18:27:47.678Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-10T18:27:47.678Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-10T18:27:48.360Z] + 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-09-10T18:27:48.628Z] Sending build context to Docker daemon 314.4kB [2020-09-10T18:27:48.628Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-10T18:27:48.628Z] Step 2/8 : FROM ${BASE} [2020-09-10T18:27:48.895Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-10T18:27:48.895Z] df20fa9351a1: Pulling fs layer [2020-09-10T18:27:48.895Z] ed8968b2872e: Pulling fs layer [2020-09-10T18:27:48.895Z] a92cc7c5fd73: Pulling fs layer [2020-09-10T18:27:48.895Z] e871e8e8d7a9: Pulling fs layer [2020-09-10T18:27:48.895Z] e73272ec9a57: Pulling fs layer [2020-09-10T18:27:48.895Z] 1e910a182e73: Pulling fs layer [2020-09-10T18:27:48.895Z] 4e634b169226: Pulling fs layer [2020-09-10T18:27:48.895Z] e73272ec9a57: Waiting [2020-09-10T18:27:48.895Z] 1e910a182e73: Waiting [2020-09-10T18:27:48.895Z] 4e634b169226: Waiting [2020-09-10T18:27:48.895Z] e871e8e8d7a9: Waiting [2020-09-10T18:27:48.895Z] a92cc7c5fd73: Verifying Checksum [2020-09-10T18:27:48.895Z] a92cc7c5fd73: Download complete [2020-09-10T18:27:48.895Z] ed8968b2872e: Verifying Checksum [2020-09-10T18:27:48.895Z] ed8968b2872e: Download complete [2020-09-10T18:27:48.895Z] e73272ec9a57: Verifying Checksum [2020-09-10T18:27:48.895Z] e73272ec9a57: Download complete [2020-09-10T18:27:48.895Z] 1e910a182e73: Verifying Checksum [2020-09-10T18:27:48.895Z] 1e910a182e73: Download complete [2020-09-10T18:27:48.895Z] df20fa9351a1: Verifying Checksum [2020-09-10T18:27:48.895Z] df20fa9351a1: Download complete [2020-09-10T18:27:49.161Z] df20fa9351a1: Pull complete [2020-09-10T18:27:49.428Z] ed8968b2872e: Pull complete [2020-09-10T18:27:49.428Z] a92cc7c5fd73: Pull complete [2020-09-10T18:27:50.832Z] 4e634b169226: Verifying Checksum [2020-09-10T18:27:50.832Z] 4e634b169226: Download complete [2020-09-10T18:27:51.095Z] e871e8e8d7a9: Verifying Checksum [2020-09-10T18:27:51.095Z] e871e8e8d7a9: Download complete [2020-09-10T18:27:54.519Z] Removing intermediate container 9eaf9e59a1bd [2020-09-10T18:27:54.519Z] ---> 08625f4c62cb [2020-09-10T18:27:54.519Z] Successfully built 08625f4c62cb [2020-09-10T18:27:54.519Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T18:27:55.633Z] + docker inspect -f . ci-base-image-arm64 [2020-09-10T18:27:55.633Z] . [Pipeline] withDockerContainer [2020-09-10T18:27:55.925Z] prd-ubuntu18.04-docker-arm64-4c-16g-2149 does not seem to be running inside a container [2020-09-10T18:27:55.985Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-10T18:27:56.448Z] e871e8e8d7a9: Pull complete [2020-09-10T18:27:56.448Z] e73272ec9a57: Pull complete [2020-09-10T18:27:56.713Z] 1e910a182e73: Pull complete [2020-09-10T18:27:57.879Z] $ docker top 149fdeb44bba6cc8bafe241772c5ac4bddd900db921758cf84dac11a9d8e8e6b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-10T18:27:59.424Z] + go version [2020-09-10T18:27:59.424Z] go version go1.15.2 linux/arm64 [Pipeline] sh [2020-09-10T18:28:00.486Z] + make test [2020-09-10T18:28:00.486Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-09-10T18:28:00.962Z] 4e634b169226: Pull complete [2020-09-10T18:28:00.962Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-10T18:28:00.962Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-10T18:28:00.962Z] ---> f7629b54cfaa [2020-09-10T18:28:00.962Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-10T18:28:01.228Z] ---> Running in a9c25d717b9a [2020-09-10T18:28:01.492Z] Removing intermediate container a9c25d717b9a [2020-09-10T18:28:01.492Z] ---> ecf5676fa68f [2020-09-10T18:28:01.492Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-10T18:28:01.492Z] ---> Running in 02b1d73b994a [2020-09-10T18:28:03.481Z] Removing intermediate container 02b1d73b994a [2020-09-10T18:28:03.481Z] ---> 500ef18142dd [2020-09-10T18:28:03.481Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-09-10T18:28:03.481Z] ---> Running in 0e86b8d24a95 [2020-09-10T18:28:03.744Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-10T18:28:04.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-10T18:28:04.957Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-09-10T18:28:05.220Z] (2/6) Installing libsodium (1.0.18-r0) [2020-09-10T18:28:05.220Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-09-10T18:28:05.220Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-09-10T18:28:05.483Z] (5/6) Installing libzmq (4.3.3-r0) [2020-09-10T18:28:05.483Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-09-10T18:28:05.748Z] Executing busybox-1.31.1-r16.trigger [2020-09-10T18:28:05.748Z] OK: 167 MiB in 45 packages [2020-09-10T18:28:06.011Z] Removing intermediate container 0e86b8d24a95 [2020-09-10T18:28:06.011Z] ---> 12dcce3a0957 [2020-09-10T18:28:06.011Z] Step 6/8 : WORKDIR /app [2020-09-10T18:28:06.275Z] ---> Running in 337a758f0758 [2020-09-10T18:28:06.275Z] Removing intermediate container 337a758f0758 [2020-09-10T18:28:06.275Z] ---> b2b97fa99ee7 [2020-09-10T18:28:06.275Z] Step 7/8 : COPY . . [2020-09-10T18:28:06.856Z] ---> d328c8d05969 [2020-09-10T18:28:06.856Z] Step 8/8 : RUN go mod download [2020-09-10T18:28:06.856Z] ---> Running in c7cf324a2411 [2020-09-10T18:28:33.504Z] Removing intermediate container c7cf324a2411 [2020-09-10T18:28:33.504Z] ---> 40310f8ad73a [2020-09-10T18:28:33.504Z] Successfully built 40310f8ad73a [2020-09-10T18:28:33.504Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T18:28:34.698Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-10T18:28:34.698Z] . [Pipeline] withDockerContainer [2020-09-10T18:28:34.846Z] prd-centos7-docker-4c-2g-2150 does not seem to be running inside a container [2020-09-10T18:28:34.881Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-10T18:28:35.682Z] $ docker top 8a044cc1fff1703203014b38309a147c6d11c429c6c0780a64018c3ba4715364 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-10T18:28:36.320Z] + go version [2020-09-10T18:28:36.320Z] go version go1.15.2 linux/amd64 [Pipeline] sh [2020-09-10T18:28:36.675Z] + make test [2020-09-10T18:28:36.675Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-09-10T18:28:47.515Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-09-10T18:28:47.788Z] CGO_ENABLED=1 go vet ./... [2020-09-10T18:28:54.984Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-09-10T18:28:54.984Z] CGO_ENABLED=1 go vet ./... [2020-09-10T18:28:57.993Z] gofmt -l . [2020-09-10T18:28:57.993Z] [ "`gofmt -l .`" = "" ] [2020-09-10T18:28:57.993Z] ./bin/test-go-mod-tidy.sh [2020-09-10T18:28:58.267Z] go.mod is not tidy, please run "go mod tidy" [2020-09-10T18:28:58.267Z] changes from running "go mod tidy:" [2020-09-10T18:28:58.267Z] --- go.mod [2020-09-10T18:28:58.267Z] +++ go.mod.bk [2020-09-10T18:28:58.267Z] @@ -2,4 +2,4 @@ [2020-09-10T18:28:58.267Z] [2020-09-10T18:28:58.267Z] go 1.15 [2020-09-10T18:28:58.267Z] [2020-09-10T18:28:58.267Z] -require github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.22 [2020-09-10T18:28:58.267Z] +require github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.22 [2020-09-10T18:28:58.267Z] \ No newline at end of file [2020-09-10T18:28:58.267Z] make: *** [makefile:38: test] Error 1 [Pipeline] } [2020-09-10T18:28:58.302Z] $ docker stop --time=1 149fdeb44bba6cc8bafe241772c5ac4bddd900db921758cf84dac11a9d8e8e6b [2020-09-10T18:28:58.325Z] gofmt -l . [2020-09-10T18:28:58.325Z] [ "`gofmt -l .`" = "" ] [2020-09-10T18:28:58.325Z] ./bin/test-go-mod-tidy.sh [2020-09-10T18:28:58.590Z] go.mod is not tidy, please run "go mod tidy" [2020-09-10T18:28:58.590Z] changes from running "go mod tidy:" [2020-09-10T18:28:58.590Z] --- go.mod [2020-09-10T18:28:58.590Z] +++ go.mod.bk [2020-09-10T18:28:58.590Z] @@ -2,4 +2,4 @@ [2020-09-10T18:28:58.590Z] [2020-09-10T18:28:58.590Z] go 1.15 [2020-09-10T18:28:58.590Z] [2020-09-10T18:28:58.590Z] -require github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.22 [2020-09-10T18:28:58.590Z] +require github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.22 [2020-09-10T18:28:58.590Z] \ No newline at end of file [2020-09-10T18:28:58.590Z] make: *** [makefile:38: test] Error 1 [2020-09-10T18:29:00.531Z] $ docker rm -f 149fdeb44bba6cc8bafe241772c5ac4bddd900db921758cf84dac11a9d8e8e6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2020-09-10T18:29:01.241Z] $ docker stop --time=1 8a044cc1fff1703203014b38309a147c6d11c429c6c0780a64018c3ba4715364 [2020-09-10T18:29:02.911Z] $ docker rm -f 8a044cc1fff1703203014b38309a147c6d11c429c6c0780a64018c3ba4715364 [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-10T18:29:07.516Z] Failed in branch arm64 [Pipeline] // stage [Pipeline] } [2020-09-10T18:29:07.692Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-10T18:29:12.031Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-10T18:29:12.645Z] ---> package-listing.sh [2020-09-10T18:29:12.645Z] ++ facter osfamily [2020-09-10T18:29:12.645Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-10T18:29:12.645Z] + OS_FAMILY=redhat [2020-09-10T18:29:12.645Z] + workspace=/w/workspace/_app-service-configurable_PR-117 [2020-09-10T18:29:12.645Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-10T18:29:12.645Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-10T18:29:12.645Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-10T18:29:12.645Z] + PACKAGES=/tmp/packages_start.txt [2020-09-10T18:29:12.645Z] + '[' /w/workspace/_app-service-configurable_PR-117 ']' [2020-09-10T18:29:12.645Z] + PACKAGES=/tmp/packages_end.txt [2020-09-10T18:29:12.645Z] + case "${OS_FAMILY}" in [2020-09-10T18:29:12.645Z] + rpm -qa [2020-09-10T18:29:12.645Z] + sort [2020-09-10T18:29:16.869Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-10T18:29:16.870Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-10T18:29:16.870Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-10T18:29:16.870Z] + '[' /w/workspace/_app-service-configurable_PR-117 ']' [2020-09-10T18:29:16.870Z] + mkdir -p /w/workspace/_app-service-configurable_PR-117/archives/ [2020-09-10T18:29:16.870Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-117/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-10T18:29:18.020Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-10T18:29:18.021Z] [2020-09-10T18:29:18.021Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-10T18:29:18.457Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-10T18:29:18.457Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-10T18:29:18.457Z] df20fa9351a1: Pulling fs layer [2020-09-10T18:29:18.457Z] 36b3adc4ff6f: Pulling fs layer [2020-09-10T18:29:18.457Z] 8ad3a11d3b57: Pulling fs layer [2020-09-10T18:29:18.457Z] 46f8f816bc3b: Pulling fs layer [2020-09-10T18:29:18.457Z] 0dadc02b9964: Pulling fs layer [2020-09-10T18:29:18.457Z] ce6a7cf60c04: Pulling fs layer [2020-09-10T18:29:18.457Z] 7a184a31f384: Pulling fs layer [2020-09-10T18:29:18.457Z] 0879bd2ef858: Pulling fs layer [2020-09-10T18:29:18.457Z] 0dadc02b9964: Waiting [2020-09-10T18:29:18.457Z] ce6a7cf60c04: Waiting [2020-09-10T18:29:18.457Z] 46f8f816bc3b: Waiting [2020-09-10T18:29:18.457Z] 7a184a31f384: Waiting [2020-09-10T18:29:18.457Z] 0879bd2ef858: Waiting [2020-09-10T18:29:18.457Z] 36b3adc4ff6f: Verifying Checksum [2020-09-10T18:29:18.457Z] 36b3adc4ff6f: Download complete [2020-09-10T18:29:18.726Z] 46f8f816bc3b: Verifying Checksum [2020-09-10T18:29:18.726Z] 46f8f816bc3b: Download complete [2020-09-10T18:29:18.726Z] df20fa9351a1: Download complete [2020-09-10T18:29:18.726Z] ce6a7cf60c04: Verifying Checksum [2020-09-10T18:29:18.726Z] ce6a7cf60c04: Download complete [2020-09-10T18:29:18.726Z] 7a184a31f384: Verifying Checksum [2020-09-10T18:29:18.726Z] 7a184a31f384: Download complete [2020-09-10T18:29:18.726Z] 0dadc02b9964: Verifying Checksum [2020-09-10T18:29:18.726Z] 0dadc02b9964: Download complete [2020-09-10T18:29:18.995Z] 8ad3a11d3b57: Verifying Checksum [2020-09-10T18:29:18.995Z] 8ad3a11d3b57: Download complete [2020-09-10T18:29:18.995Z] df20fa9351a1: Pull complete [2020-09-10T18:29:19.259Z] 36b3adc4ff6f: Pull complete [2020-09-10T18:29:19.259Z] 0879bd2ef858: Verifying Checksum [2020-09-10T18:29:19.259Z] 0879bd2ef858: Download complete [2020-09-10T18:29:19.842Z] 8ad3a11d3b57: Pull complete [2020-09-10T18:29:20.104Z] 46f8f816bc3b: Pull complete [2020-09-10T18:29:20.366Z] 0dadc02b9964: Pull complete [2020-09-10T18:29:20.366Z] ce6a7cf60c04: Pull complete [2020-09-10T18:29:20.632Z] 7a184a31f384: Pull complete [2020-09-10T18:29:23.197Z] 0879bd2ef858: Pull complete [2020-09-10T18:29:23.197Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-10T18:29:23.197Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-10T18:29:23.197Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-10T18:29:23.391Z] prd-centos7-docker-4c-2g-2148 does not seem to be running inside a container [2020-09-10T18:29:23.415Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/_app-service-configurable_PR-117 -v /w/workspace/_app-service-configurable_PR-117:/w/workspace/_app-service-configurable_PR-117:rw,z -v /w/workspace/_app-service-configurable_PR-117@tmp:/w/workspace/_app-service-configurable_PR-117@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-10T18:29:28.564Z] $ docker top f02d03c978b7b95cfa66c5d67a9d93c2e9fbf9fa9ddd46c0c1eac2c7e4dc4ac7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-10T18:29:29.191Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-10T18:29:29.512Z] + ls /var/log/sa-host [2020-09-10T18:29:29.512Z] + sadf -c /var/log/sa-host/sa05 [2020-09-10T18:29:29.512Z] file_magic: OK [2020-09-10T18:29:29.512Z] HZ: Using current value: 100 [2020-09-10T18:29:29.512Z] file_header: OK [2020-09-10T18:29:29.512Z] 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-09-10T18:29:29.512Z] Statistics: [2020-09-10T18:29:29.512Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-10T18:29:29.512Z] File successfully converted to sysstat format version 12.2.1 [2020-09-10T18:29:29.512Z] + sadf -c /var/log/sa-host/sa10 [2020-09-10T18:29:29.512Z] file_magic: OK [2020-09-10T18:29:29.512Z] HZ: Using current value: 100 [2020-09-10T18:29:29.512Z] file_header: OK [2020-09-10T18:29:29.512Z] 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-09-10T18:29:29.512Z] Statistics: [2020-09-10T18:29:29.512Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-10T18:29:29.512Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-10T18:29:29.646Z] provisioning config files... [2020-09-10T18:29:29.668Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-117@tmp/config6063436036551009084tmp [Pipeline] { [Pipeline] echo [2020-09-10T18:29:29.798Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-10T18:29:30.138Z] ---> create-netrc.sh [Pipeline] echo [2020-09-10T18:29:30.170Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-10T18:29:30.498Z] ---> logs-deploy.sh [2020-09-10T18:29:30.499Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-117/1 [2020-09-10T18:29:30.499Z] INFO: archiving workspace using pattern(s): [2020-09-10T18:29:31.890Z] Archives upload complete. [2020-09-10T18:29:31.890Z] INFO: archiving logs to Nexus