Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1c1562bfe65287ec07e4a3b44d366cbca2bc9558+9e4888f50a2a312870744f4f89808877d999d7c6 (7efb6c3c47c1cf26c6075fec7a7f8881a98a721b) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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-rest-go] ========================================================= [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-rest-go-settings PROJECT: device-rest-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: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-rest-go 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: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21711 in /w/workspace/dgexfoundry_device-rest-go_PR-74 [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-rest-go.git > git init /w/workspace/dgexfoundry_device-rest-go_PR-74 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 9e4888f50a2a312870744f4f89808877d999d7c6 into PR head commit 1c1562bfe65287ec07e4a3b44d366cbca2bc9558 Merge succeeded, producing 77ef91f36e8d266ca7319a1b871353b30edb6243 Checking out Revision 77ef91f36e8d266ca7319a1b871353b30edb6243 (PR-74) > git config remote.origin.url git@github.com:edgexfoundry/device-rest-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-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/74/head:refs/remotes/origin/PR-74 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1c1562bfe65287ec07e4a3b44d366cbca2bc9558 # 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 9e4888f50a2a312870744f4f89808877d999d7c6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 77ef91f36e8d266ca7319a1b871353b30edb6243 # timeout=10 Commit message: "Merge commit '9e4888f50a2a312870744f4f89808877d999d7c6' into HEAD" > git rev-list --no-walk 1c1562bfe65287ec07e4a3b44d366cbca2bc9558 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-20T23:08:09.918Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-20T23:08:10.256Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-20T23:08:10.456Z] ========================================================= [2021-01-20T23:08:10.456Z] EdgeX Global Pipelines Version Info [2021-01-20T23:08:10.456Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:08:12.440Z] ------------------- [2021-01-20T23:08:12.440Z] stable info: [2021-01-20T23:08:12.440Z] ------------------- [2021-01-20T23:08:12.440Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T23:08:12.440Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T23:08:12.440Z] Message: update stable to v1.0.179 [2021-01-20T23:08:13.017Z] ------------------- [2021-01-20T23:08:13.017Z] experimental info: [2021-01-20T23:08:13.017Z] ------------------- [2021-01-20T23:08:13.017Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T23:08:13.017Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T23:08:13.017Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-20T23:08:13.312Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2021-01-20T23:08:13.407Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2021-01-20T23:08:13.535Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-20T23:08:13.650Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-20T23:08:13.753Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-20T23:08:13.866Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-20T23:08:13.977Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-20T23:08:14.112Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-20T23:08:14.207Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-20T23:08:14.305Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-20T23:08:14.400Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-20T23:08:14.518Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo [2021-01-20T23:08:14.635Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-20T23:08:14.726Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-20T23:08:14.816Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T23:08:14.967Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T23:08:15.055Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T23:08:15.167Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T23:08:15.253Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-20T23:08:15.370Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-20T23:08:15.458Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-20T23:08:15.550Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-20T23:08:15.641Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-20T23:08:15.742Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-20T23:08:15.828Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-20T23:08:15.950Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-20T23:08:16.052Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-20T23:08:16.154Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-74 [Pipeline] echo [2021-01-20T23:08:16.241Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-74 [Pipeline] echo [2021-01-20T23:08:16.361Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-74 [Pipeline] echo [2021-01-20T23:08:16.450Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 77ef91f36e8d266ca7319a1b871353b30edb6243 [Pipeline] echo [2021-01-20T23:08:16.549Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 77ef91f [Pipeline] echo [2021-01-20T23:08:16.636Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T23:08:16.816Z] provisioning config files... [2021-01-20T23:08:16.842Z] copy managed file [device-rest-go-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-74@tmp/config1730891123618080927tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:08:17.246Z] ---> docker-login.sh [2021-01-20T23:08:17.246Z] nexus3.edgexfoundry.org:10001 [2021-01-20T23:08:17.508Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:08:17.772Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:08:17.772Z] Configure a credential helper to remove this warning. See [2021-01-20T23:08:17.772Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:08:17.772Z] [2021-01-20T23:08:17.772Z] Login Succeeded [2021-01-20T23:08:17.772Z] nexus3.edgexfoundry.org:10002 [2021-01-20T23:08:17.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:08:17.772Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:08:17.772Z] Configure a credential helper to remove this warning. See [2021-01-20T23:08:17.772Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:08:17.772Z] [2021-01-20T23:08:17.772Z] Login Succeeded [2021-01-20T23:08:17.772Z] nexus3.edgexfoundry.org:10003 [2021-01-20T23:08:18.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:08:18.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:08:18.036Z] Configure a credential helper to remove this warning. See [2021-01-20T23:08:18.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:08:18.036Z] [2021-01-20T23:08:18.036Z] Login Succeeded [2021-01-20T23:08:18.036Z] nexus3.edgexfoundry.org:10004 [2021-01-20T23:08:18.299Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:08:18.299Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:08:18.299Z] Configure a credential helper to remove this warning. See [2021-01-20T23:08:18.299Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:08:18.299Z] [2021-01-20T23:08:18.299Z] Login Succeeded [2021-01-20T23:08:18.299Z] docker.io [2021-01-20T23:08:18.299Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:08:18.561Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:08:18.561Z] Configure a credential helper to remove this warning. See [2021-01-20T23:08:18.561Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:08:18.561Z] [2021-01-20T23:08:18.561Z] Login Succeeded [2021-01-20T23:08:18.561Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T23:08:18.571Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T23:08:19.396Z] + git log --format=format:%s -1 77ef91f36e8d266ca7319a1b871353b30edb6243 [Pipeline] echo [2021-01-20T23:08:19.461Z] GIT_COMMIT: 77ef91f36e8d266ca7319a1b871353b30edb6243, Commit Message: Merge commit '9e4888f50a2a312870744f4f89808877d999d7c6' into HEAD [Pipeline] echo [2021-01-20T23:08:19.505Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:08:20.499Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T23:08:20.500Z] [2021-01-20T23:08:20.500Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:08:20.893Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T23:08:20.893Z] latest: Pulling from edgex-devops/git-semver [2021-01-20T23:08:20.893Z] 31603596830f: Pulling fs layer [2021-01-20T23:08:20.893Z] 2a8b12db71e7: Pulling fs layer [2021-01-20T23:08:20.893Z] 6ca5941a6612: Pulling fs layer [2021-01-20T23:08:20.893Z] ecc8261a40a4: Pulling fs layer [2021-01-20T23:08:20.893Z] ecc8261a40a4: Waiting [2021-01-20T23:08:20.893Z] 2a8b12db71e7: Download complete [2021-01-20T23:08:20.893Z] 31603596830f: Verifying Checksum [2021-01-20T23:08:20.893Z] 31603596830f: Download complete [2021-01-20T23:08:21.159Z] ecc8261a40a4: Verifying Checksum [2021-01-20T23:08:21.159Z] ecc8261a40a4: Download complete [2021-01-20T23:08:21.159Z] 6ca5941a6612: Verifying Checksum [2021-01-20T23:08:21.159Z] 6ca5941a6612: Download complete [2021-01-20T23:08:21.424Z] 31603596830f: Pull complete [2021-01-20T23:08:21.424Z] 2a8b12db71e7: Pull complete [2021-01-20T23:08:22.370Z] 6ca5941a6612: Pull complete [2021-01-20T23:08:22.632Z] ecc8261a40a4: Pull complete [2021-01-20T23:08:22.632Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-20T23:08:22.632Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T23:08:22.632Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-20T23:08:22.736Z] prd-centos7-docker-4c-2g-21711 does not seem to be running inside a container [2021-01-20T23:08:22.785Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-rest-go_PR-74 -v /w/workspace/dgexfoundry_device-rest-go_PR-74:/w/workspace/dgexfoundry_device-rest-go_PR-74:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-74@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-74@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-20T23:08:25.014Z] $ docker top ede641efa940ae900aff9c8d8564995f26f9d5bb2efd4ab209f0c9d286e3deab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T23:08:25.389Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T23:08:25.389Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T23:08:25.619Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T23:08:25.625Z] $ docker exec ede641efa940ae900aff9c8d8564995f26f9d5bb2efd4ab209f0c9d286e3deab ssh-agent [2021-01-20T23:08:25.798Z] SSH_AUTH_SOCK=/tmp/ssh-KOiZqBh9MrLb/agent.12 [2021-01-20T23:08:25.798Z] SSH_AGENT_PID=17 [2021-01-20T23:08:25.807Z] Running ssh-add (command line suppressed) [2021-01-20T23:08:25.940Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-74@tmp/private_key_9044492037600366187.key (/w/workspace/dgexfoundry_device-rest-go_PR-74@tmp/private_key_9044492037600366187.key) [2021-01-20T23:08:25.995Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T23:08:26.329Z] + git tag --points-at HEAD [Pipeline] } [2021-01-20T23:08:26.352Z] $ docker exec --env ******** --env ******** ede641efa940ae900aff9c8d8564995f26f9d5bb2efd4ab209f0c9d286e3deab ssh-agent -k [2021-01-20T23:08:26.468Z] unset SSH_AUTH_SOCK; [2021-01-20T23:08:26.470Z] unset SSH_AGENT_PID; [2021-01-20T23:08:26.470Z] echo Agent pid 17 killed; [2021-01-20T23:08:26.516Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-20T23:08:26.667Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T23:08:26.667Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T23:08:26.834Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T23:08:26.839Z] $ docker exec ede641efa940ae900aff9c8d8564995f26f9d5bb2efd4ab209f0c9d286e3deab ssh-agent [2021-01-20T23:08:27.009Z] SSH_AUTH_SOCK=/tmp/ssh-6jmIStbfyciP/agent.46 [2021-01-20T23:08:27.009Z] SSH_AGENT_PID=52 [2021-01-20T23:08:27.016Z] Running ssh-add (command line suppressed) [2021-01-20T23:08:27.134Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-74@tmp/private_key_362926307529975379.key (/w/workspace/dgexfoundry_device-rest-go_PR-74@tmp/private_key_362926307529975379.key) [2021-01-20T23:08:27.187Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T23:08:27.522Z] + git semver init [2021-01-20T23:08:27.522Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T23:08:27.522Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-74/.git [2021-01-20T23:08:27.522Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-74 [2021-01-20T23:08:27.522Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T23:08:27.522Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T23:08:27.522Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T23:08:27.522Z] # $SEMVER_BRANCH = PR-74 [2021-01-20T23:08:27.522Z] # $SEMVER_TEMP = /tmp/semver-783358143 [2021-01-20T23:08:27.522Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2021-01-20T23:08:28.913Z] # '/tmp/semver-783358143' -> '/w/workspace/dgexfoundry_device-rest-go_PR-74/.semver' [2021-01-20T23:08:28.913Z] # -> Force: false [2021-01-20T23:08:28.913Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-74/.semver [Pipeline] } [2021-01-20T23:08:28.927Z] $ docker exec --env ******** --env ******** ede641efa940ae900aff9c8d8564995f26f9d5bb2efd4ab209f0c9d286e3deab ssh-agent -k [2021-01-20T23:08:29.039Z] unset SSH_AUTH_SOCK; [2021-01-20T23:08:29.040Z] unset SSH_AGENT_PID; [2021-01-20T23:08:29.040Z] echo Agent pid 52 killed; [2021-01-20T23:08:29.086Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T23:08:29.567Z] + git semver [Pipeline] } [2021-01-20T23:08:29.586Z] $ docker stop --time=1 ede641efa940ae900aff9c8d8564995f26f9d5bb2efd4ab209f0c9d286e3deab [2021-01-20T23:08:30.984Z] $ docker rm -f ede641efa940ae900aff9c8d8564995f26f9d5bb2efd4ab209f0c9d286e3deab [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T23:08:31.432Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-20T23:08:31.813Z] Stashed 1 file(s) [Pipeline] echo [2021-01-20T23:08:31.816Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-20T23:08:47.363Z] Still waiting to schedule task [2021-01-20T23:08:47.363Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-20T23:08:47.366Z] Still waiting to schedule task [2021-01-20T23:08:47.366Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-20T23:09:41.584Z] Running on prd-centos7-docker-4c-2g-21715 in /w/workspace/dgexfoundry_device-rest-go_PR-74 [Pipeline] { [Pipeline] ws [2021-01-20T23:09:41.645Z] Running in /w/workspace/device-rest-go/2 [Pipeline] { [Pipeline] checkout [2021-01-20T23:09:44.903Z] using credential edgex-jenkins-ssh [2021-01-20T23:09:44.980Z] Cloning the remote Git repository [2021-01-20T23:09:45.026Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2021-01-20T23:09:45.110Z] > git init /w/workspace/device-rest-go/2 # timeout=10 [2021-01-20T23:09:45.194Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-01-20T23:09:45.194Z] > git --version # timeout=10 [2021-01-20T23:09:45.203Z] > git --version # 'git version 2.24.3' [2021-01-20T23:09:45.204Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T23:09:45.236Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T23:09:46.214Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-01-20T23:09:46.229Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T23:09:46.246Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-01-20T23:09:46.260Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-01-20T23:09:46.260Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T23:09:46.265Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/74/head:refs/remotes/origin/PR-74 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T23:09:46.662Z] Merging remotes/origin/master commit 9e4888f50a2a312870744f4f89808877d999d7c6 into PR head commit 1c1562bfe65287ec07e4a3b44d366cbca2bc9558 [2021-01-20T23:09:46.768Z] Merge succeeded, producing 971404b5df7e7cd2d75362c674b2154c7c2705fd [2021-01-20T23:09:46.769Z] Checking out Revision 971404b5df7e7cd2d75362c674b2154c7c2705fd (PR-74) [2021-01-20T23:09:46.673Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T23:09:46.680Z] > git checkout -f 1c1562bfe65287ec07e4a3b44d366cbca2bc9558 # timeout=10 [2021-01-20T23:09:46.724Z] > git remote # timeout=10 [2021-01-20T23:09:46.730Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T23:09:46.736Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T23:09:46.741Z] > git merge 9e4888f50a2a312870744f4f89808877d999d7c6 # timeout=10 [2021-01-20T23:09:46.762Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T23:09:46.773Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T23:09:46.780Z] > git checkout -f 971404b5df7e7cd2d75362c674b2154c7c2705fd # timeout=10 [2021-01-20T23:09:50.612Z] Commit message: "Merge commit '9e4888f50a2a312870744f4f89808877d999d7c6' into HEAD" [2021-01-20T23:09:50.618Z] > git rev-list --no-walk 1c1562bfe65287ec07e4a3b44d366cbca2bc9558 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T23:09:52.066Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-20T23:09:52.441Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T23:09:52.762Z] + sudo service docker restart [2021-01-20T23:09:52.762Z] + true [2021-01-20T23:09:52.762Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T23:09:54.222Z] provisioning config files... [2021-01-20T23:09:54.254Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/2@tmp/config615332160779063134tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:09:54.640Z] ---> docker-login.sh [2021-01-20T23:09:54.640Z] nexus3.edgexfoundry.org:10001 [2021-01-20T23:09:54.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:09:55.171Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:09:55.171Z] Configure a credential helper to remove this warning. See [2021-01-20T23:09:55.171Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:09:55.171Z] [2021-01-20T23:09:55.171Z] Login Succeeded [2021-01-20T23:09:55.171Z] nexus3.edgexfoundry.org:10002 [2021-01-20T23:09:55.433Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:09:55.433Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:09:55.433Z] Configure a credential helper to remove this warning. See [2021-01-20T23:09:55.433Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:09:55.433Z] [2021-01-20T23:09:55.433Z] Login Succeeded [2021-01-20T23:09:55.433Z] nexus3.edgexfoundry.org:10003 [2021-01-20T23:09:55.433Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:09:55.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:09:55.698Z] Configure a credential helper to remove this warning. See [2021-01-20T23:09:55.698Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:09:55.698Z] [2021-01-20T23:09:55.698Z] Login Succeeded [2021-01-20T23:09:55.698Z] nexus3.edgexfoundry.org:10004 [2021-01-20T23:09:55.698Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:09:55.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:09:55.698Z] Configure a credential helper to remove this warning. See [2021-01-20T23:09:55.698Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:09:55.698Z] [2021-01-20T23:09:55.698Z] Login Succeeded [2021-01-20T23:09:55.698Z] docker.io [2021-01-20T23:09:55.962Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:09:56.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:09:56.225Z] Configure a credential helper to remove this warning. See [2021-01-20T23:09:56.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:09:56.225Z] [2021-01-20T23:09:56.225Z] Login Succeeded [2021-01-20T23:09:56.225Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T23:09:56.235Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T23:09:56.723Z] ========================================================= [2021-01-20T23:09:56.723Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-20T23:09:56.723Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:09:57.099Z] + 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 . [2021-01-20T23:09:57.099Z] Sending build context to Docker daemon 89.6kB [2021-01-20T23:09:57.099Z] Step 1/10 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T23:09:57.099Z] Step 2/10 : FROM ${BASE} [2021-01-20T23:09:57.365Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-20T23:09:57.365Z] 188c0c94c7c5: Pulling fs layer [2021-01-20T23:09:57.365Z] 0ef7d3d256c8: Pulling fs layer [2021-01-20T23:09:57.365Z] de9db76c5a1d: Pulling fs layer [2021-01-20T23:09:57.365Z] bca2f99d35d6: Pulling fs layer [2021-01-20T23:09:57.365Z] 93359f2a8cfa: Pulling fs layer [2021-01-20T23:09:57.365Z] 7c6f9722023f: Pulling fs layer [2021-01-20T23:09:57.365Z] a35cf1a2eb13: Pulling fs layer [2021-01-20T23:09:57.365Z] 93359f2a8cfa: Waiting [2021-01-20T23:09:57.365Z] a35cf1a2eb13: Waiting [2021-01-20T23:09:57.365Z] 7c6f9722023f: Waiting [2021-01-20T23:09:57.365Z] bca2f99d35d6: Waiting [2021-01-20T23:09:57.365Z] de9db76c5a1d: Verifying Checksum [2021-01-20T23:09:57.365Z] de9db76c5a1d: Download complete [2021-01-20T23:09:57.365Z] 0ef7d3d256c8: Verifying Checksum [2021-01-20T23:09:57.365Z] 93359f2a8cfa: Verifying Checksum [2021-01-20T23:09:57.365Z] 93359f2a8cfa: Download complete [2021-01-20T23:09:57.365Z] 7c6f9722023f: Verifying Checksum [2021-01-20T23:09:57.365Z] 7c6f9722023f: Download complete [2021-01-20T23:09:58.014Z] 188c0c94c7c5: Verifying Checksum [2021-01-20T23:09:58.014Z] 188c0c94c7c5: Download complete [2021-01-20T23:09:58.283Z] 188c0c94c7c5: Pull complete [2021-01-20T23:09:58.546Z] 0ef7d3d256c8: Pull complete [2021-01-20T23:09:58.546Z] de9db76c5a1d: Pull complete [2021-01-20T23:09:59.499Z] a35cf1a2eb13: Verifying Checksum [2021-01-20T23:09:59.499Z] a35cf1a2eb13: Download complete [2021-01-20T23:10:00.457Z] bca2f99d35d6: Verifying Checksum [2021-01-20T23:10:00.457Z] bca2f99d35d6: Download complete [2021-01-20T23:10:07.145Z] bca2f99d35d6: Pull complete [2021-01-20T23:10:07.145Z] 93359f2a8cfa: Pull complete [2021-01-20T23:10:07.145Z] 7c6f9722023f: Pull complete [2021-01-20T23:10:13.788Z] a35cf1a2eb13: Pull complete [2021-01-20T23:10:13.788Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-20T23:10:13.788Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-20T23:10:13.788Z] ---> a62c8e92a672 [2021-01-20T23:10:13.788Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-01-20T23:10:13.788Z] ---> Running in 33a75d9fd66c [2021-01-20T23:10:13.788Z] Removing intermediate container 33a75d9fd66c [2021-01-20T23:10:13.788Z] ---> 828c331d9faa [2021-01-20T23:10:13.788Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-01-20T23:10:13.788Z] ---> Running in b2230a9b2880 [2021-01-20T23:10:13.788Z] Removing intermediate container b2230a9b2880 [2021-01-20T23:10:13.788Z] ---> 6139d6c000d5 [2021-01-20T23:10:13.788Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-20T23:10:14.053Z] ---> Running in ba837ad6ef7e [2021-01-20T23:10:14.053Z] Removing intermediate container ba837ad6ef7e [2021-01-20T23:10:14.053Z] ---> 9a571f5d5046 [2021-01-20T23:10:14.053Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T23:10:14.053Z] ---> Running in 0ae4d55321c9 [2021-01-20T23:10:16.008Z] Removing intermediate container 0ae4d55321c9 [2021-01-20T23:10:16.008Z] ---> b8e0f13dad86 [2021-01-20T23:10:16.008Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-20T23:10:16.275Z] ---> Running in 8b93d7cf686e [2021-01-20T23:10:16.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T23:10:17.432Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T23:10:18.385Z] OK: 166 MiB in 39 packages [2021-01-20T23:10:18.962Z] Removing intermediate container 8b93d7cf686e [2021-01-20T23:10:18.962Z] ---> dc9096cedf87 [2021-01-20T23:10:18.962Z] Step 8/10 : WORKDIR /device-rest-go [2021-01-20T23:10:18.962Z] ---> Running in 494198a16811 [2021-01-20T23:10:19.226Z] Removing intermediate container 494198a16811 [2021-01-20T23:10:19.226Z] ---> 81ba283603e1 [2021-01-20T23:10:19.226Z] Step 9/10 : COPY . . [2021-01-20T23:10:19.490Z] ---> c140e60fec9d [2021-01-20T23:10:19.490Z] Step 10/10 : RUN go mod download [2021-01-20T23:10:19.490Z] ---> Running in 0f8b3f9ba38b [2021-01-20T23:10:30.904Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21716 in /w/workspace/dgexfoundry_device-rest-go_PR-74 [Pipeline] { [Pipeline] ws [2021-01-20T23:10:30.965Z] Running in /w/workspace/device-rest-go/2 [Pipeline] { [Pipeline] checkout [2021-01-20T23:10:35.758Z] using credential edgex-jenkins-ssh [2021-01-20T23:10:35.845Z] Cloning the remote Git repository [2021-01-20T23:10:35.906Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2021-01-20T23:10:36.021Z] > git init /w/workspace/device-rest-go/2 # timeout=10 [2021-01-20T23:10:36.109Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-01-20T23:10:36.110Z] > git --version # timeout=10 [2021-01-20T23:10:36.130Z] > git --version # 'git version 2.17.1' [2021-01-20T23:10:36.132Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T23:10:36.212Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T23:10:38.390Z] Merging remotes/origin/master commit 9e4888f50a2a312870744f4f89808877d999d7c6 into PR head commit 1c1562bfe65287ec07e4a3b44d366cbca2bc9558 [2021-01-20T23:10:37.810Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-01-20T23:10:37.832Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T23:10:37.863Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-01-20T23:10:37.903Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-01-20T23:10:37.904Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T23:10:37.919Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/74/head:refs/remotes/origin/PR-74 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T23:10:38.414Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T23:10:38.430Z] > git checkout -f 1c1562bfe65287ec07e4a3b44d366cbca2bc9558 # timeout=10 [2021-01-20T23:10:38.521Z] > git remote # timeout=10 [2021-01-20T23:10:38.639Z] Merge succeeded, producing bfb93246e4b9b3cbe30af674ca43e27127887ce5 [2021-01-20T23:10:38.640Z] Checking out Revision bfb93246e4b9b3cbe30af674ca43e27127887ce5 (PR-74) [2021-01-20T23:10:38.541Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T23:10:38.554Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T23:10:38.569Z] > git merge 9e4888f50a2a312870744f4f89808877d999d7c6 # timeout=10 [2021-01-20T23:10:38.622Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T23:10:38.648Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T23:10:38.663Z] > git checkout -f bfb93246e4b9b3cbe30af674ca43e27127887ce5 # timeout=10 [2021-01-20T23:10:41.564Z] Removing intermediate container 0f8b3f9ba38b [2021-01-20T23:10:41.564Z] ---> 8a54a90908d4 [2021-01-20T23:10:41.564Z] Successfully built 8a54a90908d4 [2021-01-20T23:10:41.564Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:10:41.889Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T23:10:41.890Z] . [Pipeline] withDockerContainer [2021-01-20T23:10:42.034Z] prd-centos7-docker-4c-2g-21715 does not seem to be running inside a container [2021-01-20T23:10:42.088Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-20T23:10:42.987Z] $ docker top 4c343d43485f18664d7516ef144481058f554c87e2c8f06bf9f427555c83c02a -eo pid,comm [2021-01-20T23:10:43.194Z] Commit message: "Merge commit '9e4888f50a2a312870744f4f89808877d999d7c6' into HEAD" [2021-01-20T23:10:43.205Z] > git rev-list --no-walk 1c1562bfe65287ec07e4a3b44d366cbca2bc9558 # timeout=10 [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [2021-01-20T23:10:43.631Z] + go version [2021-01-20T23:10:43.631Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-20T23:10:43.658Z] $ docker stop --time=1 4c343d43485f18664d7516ef144481058f554c87e2c8f06bf9f427555c83c02a [2021-01-20T23:10:45.028Z] $ docker rm -f 4c343d43485f18664d7516ef144481058f554c87e2c8f06bf9f427555c83c02a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T23:10:45.848Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T23:10:45.848Z] . [Pipeline] withDockerContainer [2021-01-20T23:10:46.303Z] prd-centos7-docker-4c-2g-21715 does not seem to be running inside a container [2021-01-20T23:10:46.361Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-20T23:10:46.519Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-01-20T23:10:47.219Z] $ docker top 99c1c1011508dc36be136756ecaa9e5e77404d3de8e2797d98f70a20f52b955c -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-01-20T23:10:47.762Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T23:10:47.864Z] + make test [2021-01-20T23:10:47.864Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-20T23:10:48.101Z] + + sudo service dockertrue restart [2021-01-20T23:10:48.101Z] [2021-01-20T23:10:48.856Z] ? github.com/edgexfoundry/device-rest-go [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T23:10:50.161Z] provisioning config files... [2021-01-20T23:10:50.204Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/2@tmp/config1668595283017606040tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:10:50.645Z] ---> docker-login.sh [2021-01-20T23:10:50.645Z] nexus3.edgexfoundry.org:10001 [2021-01-20T23:10:51.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:10:51.901Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:10:51.901Z] Configure a credential helper to remove this warning. See [2021-01-20T23:10:51.901Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:10:51.901Z] [2021-01-20T23:10:51.901Z] Login Succeeded [2021-01-20T23:10:51.901Z] nexus3.edgexfoundry.org:10002 [2021-01-20T23:10:52.177Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:10:52.457Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:10:52.457Z] Configure a credential helper to remove this warning. See [2021-01-20T23:10:52.457Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:10:52.457Z] [2021-01-20T23:10:52.457Z] Login Succeeded [2021-01-20T23:10:52.457Z] nexus3.edgexfoundry.org:10003 [2021-01-20T23:10:52.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:10:53.008Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:10:53.008Z] Configure a credential helper to remove this warning. See [2021-01-20T23:10:53.008Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:10:53.009Z] [2021-01-20T23:10:53.009Z] Login Succeeded [2021-01-20T23:10:53.009Z] nexus3.edgexfoundry.org:10004 [2021-01-20T23:10:53.283Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:10:53.558Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:10:53.558Z] Configure a credential helper to remove this warning. See [2021-01-20T23:10:53.558Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:10:53.558Z] [2021-01-20T23:10:53.558Z] Login Succeeded [2021-01-20T23:10:53.558Z] docker.io [2021-01-20T23:10:53.833Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:10:54.107Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:10:54.107Z] Configure a credential helper to remove this warning. See [2021-01-20T23:10:54.107Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:10:54.107Z] [2021-01-20T23:10:54.107Z] Login Succeeded [2021-01-20T23:10:54.107Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T23:10:54.125Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T23:10:54.562Z] ========================================================= [2021-01-20T23:10:54.563Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-20T23:10:54.563Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:10:54.931Z] + 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 . [2021-01-20T23:10:54.931Z] Sending build context to Docker daemon 89.6kB [2021-01-20T23:10:55.203Z] Step 1/10 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T23:10:55.203Z] Step 2/10 : FROM ${BASE} [2021-01-20T23:10:55.478Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-20T23:10:55.478Z] 5f621e34cdf4: Pulling fs layer [2021-01-20T23:10:55.478Z] a4357932f1b6: Pulling fs layer [2021-01-20T23:10:55.478Z] 18c013af1878: Pulling fs layer [2021-01-20T23:10:55.478Z] 00ac8860ef70: Pulling fs layer [2021-01-20T23:10:55.478Z] 63d7cb157983: Pulling fs layer [2021-01-20T23:10:55.478Z] b116817d02f9: Pulling fs layer [2021-01-20T23:10:55.478Z] 745a02a5169b: Pulling fs layer [2021-01-20T23:10:55.478Z] 00ac8860ef70: Waiting [2021-01-20T23:10:55.478Z] 63d7cb157983: Waiting [2021-01-20T23:10:55.478Z] b116817d02f9: Waiting [2021-01-20T23:10:55.478Z] 745a02a5169b: Waiting [2021-01-20T23:10:55.478Z] 18c013af1878: Verifying Checksum [2021-01-20T23:10:55.478Z] 18c013af1878: Download complete [2021-01-20T23:10:55.478Z] a4357932f1b6: Verifying Checksum [2021-01-20T23:10:55.478Z] a4357932f1b6: Download complete [2021-01-20T23:10:55.478Z] 63d7cb157983: Download complete [2021-01-20T23:10:56.069Z] b116817d02f9: Verifying Checksum [2021-01-20T23:10:56.069Z] b116817d02f9: Download complete [2021-01-20T23:10:56.069Z] 5f621e34cdf4: Verifying Checksum [2021-01-20T23:10:56.069Z] 5f621e34cdf4: Download complete [2021-01-20T23:10:56.668Z] 5f621e34cdf4: Pull complete [2021-01-20T23:10:57.139Z] # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [2021-01-20T23:10:57.140Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut [2021-01-20T23:10:57.140Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient [2021-01-20T23:10:57.140Z] have (string, bool, string, string) [2021-01-20T23:10:57.140Z] want (string, string) [2021-01-20T23:10:57.275Z] a4357932f1b6: Pull complete [2021-01-20T23:10:57.550Z] 18c013af1878: Pull complete [2021-01-20T23:10:58.532Z] 745a02a5169b: Verifying Checksum [2021-01-20T23:10:58.532Z] 745a02a5169b: Download complete [2021-01-20T23:10:59.982Z] 00ac8860ef70: Verifying Checksum [2021-01-20T23:10:59.982Z] 00ac8860ef70: Download complete [2021-01-20T23:11:00.532Z] FAIL github.com/edgexfoundry/device-rest-go/driver [build failed] [2021-01-20T23:11:00.533Z] make: *** [Makefile:23: test] Error 2 [Pipeline] } [2021-01-20T23:11:00.555Z] $ docker stop --time=1 99c1c1011508dc36be136756ecaa9e5e77404d3de8e2797d98f70a20f52b955c [2021-01-20T23:11:02.922Z] $ docker rm -f 99c1c1011508dc36be136756ecaa9e5e77404d3de8e2797d98f70a20f52b955c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-20T23:11:04.717Z] Failed in branch amd64 [2021-01-20T23:11:10.150Z] 00ac8860ef70: Pull complete [2021-01-20T23:11:10.150Z] 63d7cb157983: Pull complete [2021-01-20T23:11:10.150Z] b116817d02f9: Pull complete [2021-01-20T23:11:13.540Z] 745a02a5169b: Pull complete [2021-01-20T23:11:13.540Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-20T23:11:13.540Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-20T23:11:13.540Z] ---> b7e6874047d6 [2021-01-20T23:11:13.540Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-01-20T23:11:16.154Z] ---> Running in 5ce6e16dddd6 [2021-01-20T23:11:16.755Z] Removing intermediate container 5ce6e16dddd6 [2021-01-20T23:11:16.755Z] ---> e8a13b5b09f1 [2021-01-20T23:11:16.755Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-01-20T23:11:16.755Z] ---> Running in 580d6afbf6dd [2021-01-20T23:11:17.350Z] Removing intermediate container 580d6afbf6dd [2021-01-20T23:11:17.350Z] ---> 30b262610273 [2021-01-20T23:11:17.350Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-20T23:11:17.350Z] ---> Running in 7e9a7f234593 [2021-01-20T23:11:17.942Z] Removing intermediate container 7e9a7f234593 [2021-01-20T23:11:17.942Z] ---> e6a09848f675 [2021-01-20T23:11:17.942Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T23:11:17.942Z] ---> Running in f3538966f477 [2021-01-20T23:11:20.562Z] Removing intermediate container f3538966f477 [2021-01-20T23:11:20.562Z] ---> 242a0025bbd8 [2021-01-20T23:11:20.562Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-20T23:11:20.562Z] ---> Running in 47bd05ef7419 [2021-01-20T23:11:21.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T23:11:22.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T23:11:23.122Z] OK: 142 MiB in 39 packages [2021-01-20T23:11:24.557Z] Removing intermediate container 47bd05ef7419 [2021-01-20T23:11:24.557Z] ---> d40a3e76811f [2021-01-20T23:11:24.557Z] Step 8/10 : WORKDIR /device-rest-go [2021-01-20T23:11:24.557Z] ---> Running in 92d6b79372e6 [2021-01-20T23:11:24.833Z] Removing intermediate container 92d6b79372e6 [2021-01-20T23:11:24.833Z] ---> 76cfe69c8f68 [2021-01-20T23:11:24.833Z] Step 9/10 : COPY . . [2021-01-20T23:11:25.814Z] ---> f4e4a09671f4 [2021-01-20T23:11:25.814Z] Step 10/10 : RUN go mod download [2021-01-20T23:11:25.814Z] ---> Running in 15410a1a29e8 [2021-01-20T23:11:52.594Z] Removing intermediate container 15410a1a29e8 [2021-01-20T23:11:52.594Z] ---> 0b1ba23a02f0 [2021-01-20T23:11:52.594Z] Successfully built 0b1ba23a02f0 [2021-01-20T23:11:52.594Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:11:52.936Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T23:11:52.936Z] . [Pipeline] withDockerContainer [2021-01-20T23:11:53.178Z] prd-ubuntu18.04-docker-arm64-4c-16g-21716 does not seem to be running inside a container [2021-01-20T23:11:53.271Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-20T23:11:54.775Z] $ docker top d77074cde7eccad8920762b6f8f9081030311307e4bf88748efdae64bb3bea96 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T23:11:55.792Z] + go version [2021-01-20T23:11:55.792Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-20T23:11:55.828Z] $ docker stop --time=1 d77074cde7eccad8920762b6f8f9081030311307e4bf88748efdae64bb3bea96 [2021-01-20T23:11:57.738Z] $ docker rm -f d77074cde7eccad8920762b6f8f9081030311307e4bf88748efdae64bb3bea96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:11:58.698Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T23:11:58.698Z] . [Pipeline] withDockerContainer [2021-01-20T23:11:58.931Z] prd-ubuntu18.04-docker-arm64-4c-16g-21716 does not seem to be running inside a container [2021-01-20T23:11:59.021Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-20T23:12:00.385Z] $ docker top a413fd3d5eb1515e50c6de8f14c5c3f97534d1c1ea52951277bb9921059adfe2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T23:12:01.378Z] + make test [2021-01-20T23:12:01.378Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-20T23:12:02.379Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2021-01-20T23:12:24.587Z] # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [2021-01-20T23:12:24.587Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut [2021-01-20T23:12:24.587Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient [2021-01-20T23:12:24.587Z] have (string, bool, string, string) [2021-01-20T23:12:24.587Z] want (string, string) [2021-01-20T23:12:32.875Z] FAIL github.com/edgexfoundry/device-rest-go/driver [build failed] [2021-01-20T23:12:32.875Z] make: *** [Makefile:23: test] Error 2 [Pipeline] } [2021-01-20T23:12:32.915Z] $ docker stop --time=1 a413fd3d5eb1515e50c6de8f14c5c3f97534d1c1ea52951277bb9921059adfe2 [2021-01-20T23:12:35.184Z] $ docker rm -f a413fd3d5eb1515e50c6de8f14c5c3f97534d1c1ea52951277bb9921059adfe2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-20T23:12:37.286Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:12:40.040Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:12:40.368Z] ---> package-listing.sh [2021-01-20T23:12:40.368Z] ++ facter osfamily [2021-01-20T23:12:40.368Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-20T23:12:40.368Z] + OS_FAMILY=redhat [2021-01-20T23:12:40.368Z] + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-74 [2021-01-20T23:12:40.368Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-20T23:12:40.368Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-20T23:12:40.368Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-20T23:12:40.368Z] + PACKAGES=/tmp/packages_start.txt [2021-01-20T23:12:40.368Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-74 ']' [2021-01-20T23:12:40.368Z] + PACKAGES=/tmp/packages_end.txt [2021-01-20T23:12:40.368Z] + case "${OS_FAMILY}" in [2021-01-20T23:12:40.368Z] + rpm -qa [2021-01-20T23:12:40.368Z] + sort [2021-01-20T23:12:45.692Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-20T23:12:45.692Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-20T23:12:45.692Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-20T23:12:45.692Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-74 ']' [2021-01-20T23:12:45.692Z] + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-74/archives/ [2021-01-20T23:12:45.692Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-rest-go_PR-74/archives/ [Pipeline] echo [2021-01-20T23:12:45.706Z] 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-rest-go_PR-74/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-20T23:12:46.003Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:12:46.311Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T23:12:46.311Z] [2021-01-20T23:12:46.311Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:12:46.682Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T23:12:46.682Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-20T23:12:46.682Z] df20fa9351a1: Pulling fs layer [2021-01-20T23:12:46.682Z] 36b3adc4ff6f: Pulling fs layer [2021-01-20T23:12:46.682Z] 8ad3a11d3b57: Pulling fs layer [2021-01-20T23:12:46.682Z] 46f8f816bc3b: Pulling fs layer [2021-01-20T23:12:46.682Z] 93b61091891f: Pulling fs layer [2021-01-20T23:12:46.682Z] 93b9cdb0e59b: Pulling fs layer [2021-01-20T23:12:46.682Z] 5e14af77c1be: Pulling fs layer [2021-01-20T23:12:46.682Z] 01666e4c0597: Pulling fs layer [2021-01-20T23:12:46.682Z] aa168da1d23b: Pulling fs layer [2021-01-20T23:12:46.682Z] 93b9cdb0e59b: Waiting [2021-01-20T23:12:46.682Z] 5e14af77c1be: Waiting [2021-01-20T23:12:46.682Z] 01666e4c0597: Waiting [2021-01-20T23:12:46.682Z] aa168da1d23b: Waiting [2021-01-20T23:12:46.682Z] 46f8f816bc3b: Waiting [2021-01-20T23:12:46.682Z] 93b61091891f: Waiting [2021-01-20T23:12:46.682Z] 36b3adc4ff6f: Download complete [2021-01-20T23:12:46.682Z] 46f8f816bc3b: Verifying Checksum [2021-01-20T23:12:46.682Z] 46f8f816bc3b: Download complete [2021-01-20T23:12:46.944Z] df20fa9351a1: Verifying Checksum [2021-01-20T23:12:46.944Z] df20fa9351a1: Download complete [2021-01-20T23:12:46.944Z] 93b9cdb0e59b: Verifying Checksum [2021-01-20T23:12:46.944Z] 93b9cdb0e59b: Download complete [2021-01-20T23:12:46.944Z] 5e14af77c1be: Verifying Checksum [2021-01-20T23:12:46.944Z] 5e14af77c1be: Download complete [2021-01-20T23:12:46.944Z] 93b61091891f: Verifying Checksum [2021-01-20T23:12:46.944Z] 93b61091891f: Download complete [2021-01-20T23:12:46.944Z] 01666e4c0597: Verifying Checksum [2021-01-20T23:12:46.944Z] 01666e4c0597: Download complete [2021-01-20T23:12:46.944Z] 8ad3a11d3b57: Verifying Checksum [2021-01-20T23:12:46.944Z] 8ad3a11d3b57: Download complete [2021-01-20T23:12:47.275Z] df20fa9351a1: Pull complete [2021-01-20T23:12:47.541Z] 36b3adc4ff6f: Pull complete [2021-01-20T23:12:48.515Z] 8ad3a11d3b57: Pull complete [2021-01-20T23:12:48.515Z] 46f8f816bc3b: Pull complete [2021-01-20T23:12:49.098Z] 93b61091891f: Pull complete [2021-01-20T23:12:49.098Z] 93b9cdb0e59b: Pull complete [2021-01-20T23:12:49.098Z] 5e14af77c1be: Pull complete [2021-01-20T23:12:49.098Z] aa168da1d23b: Verifying Checksum [2021-01-20T23:12:49.098Z] aa168da1d23b: Download complete [2021-01-20T23:12:49.361Z] 01666e4c0597: Pull complete [2021-01-20T23:12:57.547Z] aa168da1d23b: Pull complete [2021-01-20T23:12:57.547Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-20T23:12:57.547Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T23:12:57.547Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-20T23:12:57.741Z] prd-centos7-docker-4c-2g-21711 does not seem to be running inside a container [2021-01-20T23:12:57.799Z] $ 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-rest-go_PR-74/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-rest-go_PR-74 -v /w/workspace/dgexfoundry_device-rest-go_PR-74:/w/workspace/dgexfoundry_device-rest-go_PR-74:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-74@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-74@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-20T23:13:01.118Z] $ docker top d07563061c1d175a688e988620db684004d24386bf42e222d042d1d6d7bb6bd7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T23:13:01.676Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-20T23:13:01.976Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-20T23:13:02.281Z] + ls /var/log/sa-host [2021-01-20T23:13:02.281Z] + sadf -c /var/log/sa-host/sa20 [2021-01-20T23:13:02.281Z] file_magic: OK [2021-01-20T23:13:02.281Z] HZ: Using current value: 100 [2021-01-20T23:13:02.281Z] file_header: OK [2021-01-20T23:13:02.281Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-20T23:13:02.281Z] Statistics: [2021-01-20T23:13:02.281Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-20T23:13:02.281Z] File successfully converted to sysstat format version 12.2.1 [2021-01-20T23:13:02.281Z] + sadf -c /var/log/sa-host/sa23 [2021-01-20T23:13:02.281Z] file_magic: OK [2021-01-20T23:13:02.281Z] HZ: Using current value: 100 [2021-01-20T23:13:02.281Z] file_header: OK [2021-01-20T23:13:02.281Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-20T23:13:02.281Z] Statistics: [2021-01-20T23:13:02.281Z] Hnuu...uuuununununu... [2021-01-20T23:13:02.281Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-20T23:13:02.920Z] provisioning config files... [2021-01-20T23:13:02.934Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-74@tmp/config68797148576084574tmp [Pipeline] { [Pipeline] echo [2021-01-20T23:13:03.007Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:13:03.309Z] ---> create-netrc.sh [Pipeline] } [2021-01-20T23:13:03.319Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-20T23:13:03.429Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:13:03.735Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-20T23:13:03.747Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:13:04.051Z] ---> sudo-logs.sh [2021-01-20T23:13:04.051Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-20T23:13:04.063Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:13:04.364Z] ---> job-cost.sh [2021-01-20T23:13:04.364Z] lf-activate-venv: SKIPPING [2021-01-20T23:13:04.364Z] INFO: No Stack... [2021-01-20T23:13:05.314Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-20T23:13:05.894Z] INFO: Archiving Costs [Pipeline] echo [2021-01-20T23:13:05.908Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:13:06.210Z] ---> logs-deploy.sh [2021-01-20T23:13:06.210Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-74/2 [2021-01-20T23:13:06.211Z] INFO: archiving workspace using pattern(s): [2021-01-20T23:13:08.134Z] Archives upload complete. [2021-01-20T23:13:08.134Z] INFO: archiving logs to Nexus [2021-01-20T23:13:09.084Z] ---> uname -a: [2021-01-20T23:13:09.084Z] Linux prd-centos7-docker-4c-2g-21711.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-20T23:13:09.084Z] [2021-01-20T23:13:09.084Z] [2021-01-20T23:13:09.084Z] ---> lscpu: [2021-01-20T23:13:09.084Z] Architecture: x86_64 [2021-01-20T23:13:09.084Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-20T23:13:09.084Z] Byte Order: Little Endian [2021-01-20T23:13:09.084Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-20T23:13:09.084Z] CPU(s): 4 [2021-01-20T23:13:09.084Z] On-line CPU(s) list: 0-3 [2021-01-20T23:13:09.084Z] Thread(s) per core: 1 [2021-01-20T23:13:09.084Z] Core(s) per socket: 1 [2021-01-20T23:13:09.084Z] Socket(s): 4 [2021-01-20T23:13:09.084Z] NUMA node(s): 1 [2021-01-20T23:13:09.084Z] Vendor ID: GenuineIntel [2021-01-20T23:13:09.084Z] CPU family: 6 [2021-01-20T23:13:09.084Z] Model: 44 [2021-01-20T23:13:09.084Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-20T23:13:09.084Z] Stepping: 1 [2021-01-20T23:13:09.084Z] CPU MHz: 2933.436 [2021-01-20T23:13:09.084Z] BogoMIPS: 5866.87 [2021-01-20T23:13:09.084Z] Virtualization: VT-x [2021-01-20T23:13:09.084Z] Hypervisor vendor: KVM [2021-01-20T23:13:09.084Z] Virtualization type: full [2021-01-20T23:13:09.084Z] L1d cache: 128 KiB [2021-01-20T23:13:09.084Z] L1i cache: 128 KiB [2021-01-20T23:13:09.084Z] L2 cache: 16 MiB [2021-01-20T23:13:09.084Z] L3 cache: 64 MiB [2021-01-20T23:13:09.084Z] NUMA node0 CPU(s): 0-3 [2021-01-20T23:13:09.084Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-20T23:13:09.084Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-20T23:13:09.084Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-20T23:13:09.084Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-20T23:13:09.084Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-20T23:13:09.084Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-20T23:13:09.084Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-20T23:13:09.084Z] Vulnerability Srbds: Not affected [2021-01-20T23:13:09.084Z] Vulnerability Tsx async abort: Not affected [2021-01-20T23:13:09.084Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-20T23:13:09.084Z] [2021-01-20T23:13:09.084Z] [2021-01-20T23:13:09.084Z] ---> nproc: [2021-01-20T23:13:09.084Z] 4 [2021-01-20T23:13:09.084Z] [2021-01-20T23:13:09.084Z] [2021-01-20T23:13:09.084Z] ---> df -h: [2021-01-20T23:13:09.084Z] Filesystem Size Used Available Use% Mounted on [2021-01-20T23:13:09.084Z] overlay 50.0G 7.3G 42.7G 15% / [2021-01-20T23:13:09.084Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-20T23:13:09.084Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-20T23:13:09.084Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-20T23:13:09.084Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-01-20T23:13:09.084Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-01-20T23:13:09.084Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-01-20T23:13:09.084Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-01-20T23:13:09.084Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-01-20T23:13:09.084Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-01-20T23:13:09.084Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-01-20T23:13:09.084Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-01-20T23:13:09.084Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-rest-go_PR-74 [2021-01-20T23:13:09.084Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-rest-go_PR-74@tmp [2021-01-20T23:13:09.084Z] [2021-01-20T23:13:09.084Z]