Branch indexing 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 AlexCuse for edgexfoundry/edgex-go Loading trusted files from base branch master at fd3e495558a59368951799953e1d9626d078e64b rather than 69f1c9e472debff19f43e3d4f07f42c15efb1e73 Obtained Jenkinsfile from fd3e495558a59368951799953e1d9626d078e64b 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], 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 ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-820 in /w/workspace/edgexfoundry_edgex-go_PR-2699 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit fd3e495558a59368951799953e1d9626d078e64b into PR head commit 69f1c9e472debff19f43e3d4f07f42c15efb1e73 Merge succeeded, producing 04afc4824a9792660ec4e74542e62aecf15efb3b Checking out Revision 04afc4824a9792660ec4e74542e62aecf15efb3b (PR-2699) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2699/head:refs/remotes/origin/PR-2699 # 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/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 69f1c9e472debff19f43e3d4f07f42c15efb1e73 # 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 fd3e495558a59368951799953e1d9626d078e64b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 04afc4824a9792660ec4e74542e62aecf15efb3b # timeout=10 Commit message: "Merge commit 'fd3e495558a59368951799953e1d9626d078e64b' into HEAD" > git rev-list --no-walk 69f1c9e472debff19f43e3d4f07f42c15efb1e73 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-22T12:29:52.534Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-22T12:29:52.850Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-22T12:29:52.955Z] ========================================================= [2020-09-22T12:29:52.955Z] EdgeX Global Pipelines Version Info [2020-09-22T12:29:52.955Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-22T12:29:54.452Z] ------------------- [2020-09-22T12:29:54.452Z] stable info: [2020-09-22T12:29:54.452Z] ------------------- [2020-09-22T12:29:54.452Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-22T12:29:54.452Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-22T12:29:54.453Z] Message: update stable to v1.0.122 [2020-09-22T12:29:55.401Z] ------------------- [2020-09-22T12:29:55.401Z] experimental info: [2020-09-22T12:29:55.401Z] ------------------- [2020-09-22T12:29:55.401Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-22T12:29:55.401Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-22T12:29:55.401Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-09-22T12:29:55.740Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-09-22T12:29:55.831Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-09-22T12:29:55.971Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-22T12:29:56.065Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-22T12:29:56.163Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-22T12:29:56.256Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-22T12:29:56.348Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-22T12:29:56.440Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-09-22T12:29:56.554Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-09-22T12:29:56.725Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-09-22T12:29:56.813Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-22T12:29:56.901Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-22T12:29:56.995Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-22T12:29:57.136Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-22T12:29:57.226Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-22T12:29:57.317Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-22T12:29:57.411Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-22T12:29:57.511Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-22T12:29:57.623Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-22T12:29:57.743Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-09-22T12:29:57.843Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-22T12:29:57.928Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2699 [Pipeline] echo [2020-09-22T12:29:58.021Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2699 [Pipeline] echo [2020-09-22T12:29:58.125Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2699 [Pipeline] echo [2020-09-22T12:29:58.251Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 04afc4824a9792660ec4e74542e62aecf15efb3b [Pipeline] echo [2020-09-22T12:29:58.362Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 04afc48 [Pipeline] echo [2020-09-22T12:29:58.472Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-09-22T12:29:58.877Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-09-22T12:29:58.878Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-22T12:29:58.878Z] ++ dirname cmd/core-command/Dockerfile [2020-09-22T12:29:58.878Z] ++ cut -d/ -f2 [2020-09-22T12:29:58.878Z] + echo core-command,cmd/core-command/Dockerfile [2020-09-22T12:29:58.878Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-22T12:29:58.878Z] ++ dirname cmd/core-data/Dockerfile [2020-09-22T12:29:58.878Z] ++ cut -d/ -f2 [2020-09-22T12:29:58.878Z] + echo core-data,cmd/core-data/Dockerfile [2020-09-22T12:29:58.878Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-22T12:29:58.878Z] ++ dirname cmd/core-metadata/Dockerfile [2020-09-22T12:29:58.878Z] ++ cut -d/ -f2 [2020-09-22T12:29:58.878Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-09-22T12:29:58.878Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-22T12:29:58.878Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-09-22T12:29:58.878Z] ++ cut -d/ -f2 [2020-09-22T12:29:58.878Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-09-22T12:29:58.878Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-22T12:29:58.878Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-09-22T12:29:58.878Z] ++ cut -d/ -f2 [2020-09-22T12:29:58.878Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-09-22T12:29:58.878Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-22T12:29:58.878Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-09-22T12:29:58.878Z] ++ cut -d/ -f2 [2020-09-22T12:29:58.878Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-09-22T12:29:58.878Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-22T12:29:58.878Z] ++ dirname cmd/support-logging/Dockerfile [2020-09-22T12:29:58.878Z] ++ cut -d/ -f2 [2020-09-22T12:29:58.878Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-09-22T12:29:58.878Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-22T12:29:58.878Z] ++ dirname cmd/support-notifications/Dockerfile [2020-09-22T12:29:58.878Z] ++ cut -d/ -f2 [2020-09-22T12:29:58.878Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-09-22T12:29:58.878Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-22T12:29:58.878Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-09-22T12:29:58.878Z] ++ cut -d/ -f2 [2020-09-22T12:29:58.878Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-09-22T12:29:58.878Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-22T12:29:58.878Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-09-22T12:29:58.878Z] ++ cut -d/ -f2 [2020-09-22T12:29:58.878Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-09-22T12:29:58.967Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-09-22T12:30:00.357Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-22T12:30:00.621Z] [2020-09-22T12:30:00.621Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-22T12:30:00.999Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-22T12:30:00.999Z] latest: Pulling from edgex-devops/git-semver [2020-09-22T12:30:00.999Z] 31603596830f: Pulling fs layer [2020-09-22T12:30:00.999Z] 2a8b12db71e7: Pulling fs layer [2020-09-22T12:30:00.999Z] 6ca5941a6612: Pulling fs layer [2020-09-22T12:30:00.999Z] ecc8261a40a4: Pulling fs layer [2020-09-22T12:30:00.999Z] ecc8261a40a4: Waiting [2020-09-22T12:30:01.269Z] 2a8b12db71e7: Verifying Checksum [2020-09-22T12:30:01.269Z] 2a8b12db71e7: Download complete [2020-09-22T12:30:01.269Z] 31603596830f: Verifying Checksum [2020-09-22T12:30:01.269Z] 31603596830f: Download complete [2020-09-22T12:30:01.536Z] ecc8261a40a4: Verifying Checksum [2020-09-22T12:30:01.536Z] ecc8261a40a4: Download complete [2020-09-22T12:30:01.536Z] 6ca5941a6612: Verifying Checksum [2020-09-22T12:30:01.536Z] 6ca5941a6612: Download complete [2020-09-22T12:30:01.536Z] 31603596830f: Pull complete [2020-09-22T12:30:01.805Z] 2a8b12db71e7: Pull complete [2020-09-22T12:30:02.760Z] 6ca5941a6612: Pull complete [2020-09-22T12:30:02.760Z] ecc8261a40a4: Pull complete [2020-09-22T12:30:02.760Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-22T12:30:02.760Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-22T12:30:02.760Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-22T12:30:02.875Z] prd-centos7-docker-4c-2g-820 does not seem to be running inside a container [2020-09-22T12:30:02.945Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-22T12:30:05.273Z] $ docker top d0f36619c5a623780f4d84ea25d6ce6a5397be7634abf71df20d7977d1a41e87 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-22T12:30:05.542Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-22T12:30:05.542Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-22T12:30:05.753Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-22T12:30:05.758Z] $ docker exec d0f36619c5a623780f4d84ea25d6ce6a5397be7634abf71df20d7977d1a41e87 ssh-agent [2020-09-22T12:30:05.916Z] SSH_AUTH_SOCK=/tmp/ssh-19t4Wc55gpkQ/agent.11 [2020-09-22T12:30:05.916Z] SSH_AGENT_PID=16 [2020-09-22T12:30:05.928Z] Running ssh-add (command line suppressed) [2020-09-22T12:30:06.089Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_6419066246854926545.key (/w/workspace/edgex-go/2@tmp/private_key_6419066246854926545.key) [2020-09-22T12:30:06.138Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-22T12:30:06.468Z] + git describe --exact-match --tags HEAD [2020-09-22T12:30:06.468Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-22T12:30:06.494Z] $ docker exec --env ******** --env ******** d0f36619c5a623780f4d84ea25d6ce6a5397be7634abf71df20d7977d1a41e87 ssh-agent -k [2020-09-22T12:30:06.614Z] unset SSH_AUTH_SOCK; [2020-09-22T12:30:06.615Z] unset SSH_AGENT_PID; [2020-09-22T12:30:06.615Z] echo Agent pid 16 killed; [2020-09-22T12:30:06.655Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-22T12:30:06.765Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-22T12:30:06.765Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-22T12:30:06.860Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-22T12:30:06.860Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-22T12:30:07.015Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-22T12:30:07.020Z] $ docker exec d0f36619c5a623780f4d84ea25d6ce6a5397be7634abf71df20d7977d1a41e87 ssh-agent [2020-09-22T12:30:07.169Z] SSH_AUTH_SOCK=/tmp/ssh-ZniRGyJPCMPJ/agent.44 [2020-09-22T12:30:07.169Z] SSH_AGENT_PID=49 [2020-09-22T12:30:07.175Z] Running ssh-add (command line suppressed) [2020-09-22T12:30:07.295Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1324594600431538348.key (/w/workspace/edgex-go/2@tmp/private_key_1324594600431538348.key) [2020-09-22T12:30:07.346Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-22T12:30:07.677Z] + git semver init [2020-09-22T12:30:07.677Z] # -> Open(): unable to determine branch for HEAD [2020-09-22T12:30:07.677Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2020-09-22T12:30:07.677Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2020-09-22T12:30:07.677Z] # $SEMVER_REMOTE_NAME = origin [2020-09-22T12:30:07.677Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-22T12:30:07.677Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-22T12:30:07.677Z] # $SEMVER_BRANCH = PR-2699 [2020-09-22T12:30:07.677Z] # $SEMVER_TEMP = /tmp/semver-583123371 [2020-09-22T12:30:07.677Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-09-22T12:30:25.833Z] # '/tmp/semver-583123371' -> '/w/workspace/edgex-go/2/.semver' [2020-09-22T12:30:25.833Z] # -> Force: false [2020-09-22T12:30:25.833Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2020-09-22T12:30:25.850Z] $ docker exec --env ******** --env ******** d0f36619c5a623780f4d84ea25d6ce6a5397be7634abf71df20d7977d1a41e87 ssh-agent -k [2020-09-22T12:30:26.019Z] unset SSH_AUTH_SOCK; [2020-09-22T12:30:26.021Z] unset SSH_AGENT_PID; [2020-09-22T12:30:26.021Z] echo Agent pid 49 killed; [2020-09-22T12:30:26.073Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-22T12:30:26.533Z] + git semver [Pipeline] } [2020-09-22T12:30:26.552Z] $ docker stop --time=1 d0f36619c5a623780f4d84ea25d6ce6a5397be7634abf71df20d7977d1a41e87 [2020-09-22T12:30:28.146Z] $ docker rm -f d0f36619c5a623780f4d84ea25d6ce6a5397be7634abf71df20d7977d1a41e87 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-22T12:30:42.162Z] Stashed 50 file(s) [Pipeline] echo [2020-09-22T12:30:42.165Z] [edgeXSemver]: initialized semver on version 0.0.0 [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] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-09-22T12:30:42.715Z] ========================================================= [2020-09-22T12:30:42.715Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-22T12:30:42.715Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-22T12:30:43.069Z] + 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-22T12:30:46.389Z] Sending build context to Docker daemon 323.2MB [2020-09-22T12:30:46.389Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-22T12:30:46.389Z] Step 2/7 : FROM ${BASE} [2020-09-22T12:30:46.389Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-22T12:30:46.389Z] df20fa9351a1: Pulling fs layer [2020-09-22T12:30:46.389Z] ed8968b2872e: Pulling fs layer [2020-09-22T12:30:46.389Z] a92cc7c5fd73: Pulling fs layer [2020-09-22T12:30:46.389Z] e871e8e8d7a9: Pulling fs layer [2020-09-22T12:30:46.389Z] e73272ec9a57: Pulling fs layer [2020-09-22T12:30:46.389Z] 1e910a182e73: Pulling fs layer [2020-09-22T12:30:46.389Z] 4e634b169226: Pulling fs layer [2020-09-22T12:30:46.389Z] e871e8e8d7a9: Waiting [2020-09-22T12:30:46.389Z] e73272ec9a57: Waiting [2020-09-22T12:30:46.389Z] 1e910a182e73: Waiting [2020-09-22T12:30:46.389Z] 4e634b169226: Waiting [2020-09-22T12:30:46.389Z] a92cc7c5fd73: Verifying Checksum [2020-09-22T12:30:46.389Z] a92cc7c5fd73: Download complete [2020-09-22T12:30:46.389Z] ed8968b2872e: Download complete [2020-09-22T12:30:46.389Z] e73272ec9a57: Verifying Checksum [2020-09-22T12:30:46.389Z] e73272ec9a57: Download complete [2020-09-22T12:30:46.390Z] 1e910a182e73: Verifying Checksum [2020-09-22T12:30:46.390Z] 1e910a182e73: Download complete [2020-09-22T12:30:46.390Z] df20fa9351a1: Verifying Checksum [2020-09-22T12:30:46.390Z] df20fa9351a1: Download complete [2020-09-22T12:30:46.390Z] df20fa9351a1: Pull complete [2020-09-22T12:30:46.651Z] ed8968b2872e: Pull complete [2020-09-22T12:30:46.651Z] a92cc7c5fd73: Pull complete [2020-09-22T12:30:48.575Z] 4e634b169226: Verifying Checksum [2020-09-22T12:30:48.575Z] 4e634b169226: Download complete [2020-09-22T12:30:48.836Z] e871e8e8d7a9: Verifying Checksum [2020-09-22T12:30:48.836Z] e871e8e8d7a9: Download complete [2020-09-22T12:30:55.462Z] e871e8e8d7a9: Pull complete [2020-09-22T12:30:55.462Z] e73272ec9a57: Pull complete [2020-09-22T12:30:55.462Z] 1e910a182e73: Pull complete [2020-09-22T12:30:57.494Z] Still waiting to schedule task [2020-09-22T12:30:57.494Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-22T12:30:59.682Z] 4e634b169226: Pull complete [2020-09-22T12:30:59.682Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-22T12:30:59.682Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-22T12:30:59.682Z] ---> f7629b54cfaa [2020-09-22T12:30:59.682Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-09-22T12:30:59.682Z] ---> Running in f0c1cc222f4f [2020-09-22T12:31:00.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-22T12:31:00.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-22T12:31:01.414Z] (1/12) Installing libmagic (5.38-r0) [2020-09-22T12:31:01.988Z] (2/12) Installing file (5.38-r0) [2020-09-22T12:31:02.251Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-22T12:31:02.251Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-22T12:31:06.476Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-22T12:31:06.476Z] (6/12) Installing patch (2.7.6-r6) [2020-09-22T12:31:06.476Z] (7/12) Installing build-base (0.5-r2) [2020-09-22T12:31:06.476Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-22T12:31:06.476Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-22T12:31:06.476Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-22T12:31:06.738Z] (11/12) Installing libzmq (4.3.3-r0) [2020-09-22T12:31:06.738Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-09-22T12:31:06.738Z] Executing busybox-1.31.1-r16.trigger [2020-09-22T12:31:06.738Z] OK: 233 MiB in 51 packages [2020-09-22T12:31:10.985Z] Removing intermediate container f0c1cc222f4f [2020-09-22T12:31:10.985Z] ---> 57048631bae5 [2020-09-22T12:31:10.985Z] Step 4/7 : WORKDIR /edgex-go [2020-09-22T12:31:10.985Z] ---> Running in 6daac248bf56 [2020-09-22T12:31:10.985Z] Removing intermediate container 6daac248bf56 [2020-09-22T12:31:10.985Z] ---> 7de700fa5cbe [2020-09-22T12:31:10.985Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-22T12:31:11.560Z] latest: Pulling from library/docker [2020-09-22T12:31:11.560Z] df20fa9351a1: Already exists [2020-09-22T12:31:11.560Z] 25ad7478873d: Pulling fs layer [2020-09-22T12:31:11.560Z] 4684f6177b5d: Pulling fs layer [2020-09-22T12:31:11.560Z] 8ba584e970af: Pulling fs layer [2020-09-22T12:31:11.560Z] 3cdc74d2b06d: Pulling fs layer [2020-09-22T12:31:11.560Z] 4cf5a0d07c1f: Pulling fs layer [2020-09-22T12:31:11.560Z] fca0ccc462d5: Pulling fs layer [2020-09-22T12:31:11.560Z] 3cdc74d2b06d: Waiting [2020-09-22T12:31:11.560Z] 4cf5a0d07c1f: Waiting [2020-09-22T12:31:11.560Z] fca0ccc462d5: Waiting [2020-09-22T12:31:11.825Z] invalid from flag value docker:latest: error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/80/809cc4dba987efb4641d5b6fef38f47abcde1bc5c5e9850616f0ed3552737e8c/data?verify=1600780871-prnw0dc0oGUUV%2B4lNTl5ooV9Ub0%3D: dial tcp: lookup production.cloudflare.docker.com on 10.30.120.3:53: server misbehaving [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker 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] // stage [Pipeline] } [2020-09-22T12:31:13.579Z] Failed in branch amd64 [2020-09-22T12:32:57.525Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-826 in /w/workspace/edgexfoundry_edgex-go_PR-2699 [Pipeline] { [Pipeline] ws [2020-09-22T12:32:57.580Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2020-09-22T12:33:02.841Z] using credential edgex-jenkins-ssh [2020-09-22T12:33:02.964Z] Cloning the remote Git repository [2020-09-22T12:33:02.964Z] Cloning with configured refspecs honoured and without tags [2020-09-22T12:33:03.019Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-09-22T12:33:03.135Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-09-22T12:33:03.208Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-22T12:33:03.209Z] > git --version # timeout=10 [2020-09-22T12:33:03.233Z] > git --version # 'git version 2.17.1' [2020-09-22T12:33:03.235Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T12:33:03.319Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-22T12:33:18.720Z] Fetching without tags [2020-09-22T12:33:19.274Z] Merging remotes/origin/master commit fd3e495558a59368951799953e1d9626d078e64b into PR head commit 69f1c9e472debff19f43e3d4f07f42c15efb1e73 [2020-09-22T12:33:18.632Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-22T12:33:18.652Z] > git config --add remote.origin.fetch +refs/pull/2699/head:refs/remotes/origin/PR-2699 # timeout=10 [2020-09-22T12:33:18.668Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-22T12:33:18.696Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-22T12:33:18.734Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-22T12:33:18.735Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T12:33:18.746Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-22T12:33:19.293Z] > git config core.sparsecheckout # timeout=10 [2020-09-22T12:33:19.320Z] > git checkout -f 69f1c9e472debff19f43e3d4f07f42c15efb1e73 # timeout=10 [2020-09-22T12:33:19.624Z] > git remote # timeout=10 [2020-09-22T12:33:19.644Z] > git config --get remote.origin.url # timeout=10 [2020-09-22T12:33:19.657Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T12:33:19.669Z] > git merge fd3e495558a59368951799953e1d9626d078e64b # timeout=10 [2020-09-22T12:33:19.992Z] Merge succeeded, producing 021bff3eac10365da6fab7bd128725d3b37311bd [2020-09-22T12:33:19.993Z] Checking out Revision 021bff3eac10365da6fab7bd128725d3b37311bd (PR-2699) [2020-09-22T12:33:19.975Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-22T12:33:19.999Z] > git config core.sparsecheckout # timeout=10 [2020-09-22T12:33:20.022Z] > git checkout -f 021bff3eac10365da6fab7bd128725d3b37311bd # timeout=10 [2020-09-22T12:33:24.966Z] Commit message: "Merge commit 'fd3e495558a59368951799953e1d9626d078e64b' into HEAD" [2020-09-22T12:33:24.972Z] > git rev-list --no-walk 69f1c9e472debff19f43e3d4f07f42c15efb1e73 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-22T12:33:37.696Z] ========================================================= [2020-09-22T12:33:37.696Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-22T12:33:37.696Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-22T12:33:38.550Z] + 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-22T12:33:42.876Z] Sending build context to Docker daemon 323.2MB [2020-09-22T12:33:42.876Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-22T12:33:42.876Z] Step 2/7 : FROM ${BASE} [2020-09-22T12:33:42.876Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-22T12:33:42.876Z] b538f80385f9: Pulling fs layer [2020-09-22T12:33:42.876Z] 74f711af9a0d: Pulling fs layer [2020-09-22T12:33:42.876Z] 99f96fe45779: Pulling fs layer [2020-09-22T12:33:42.876Z] 8529a6b9a6be: Pulling fs layer [2020-09-22T12:33:42.876Z] 45590311c82a: Pulling fs layer [2020-09-22T12:33:42.876Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-22T12:33:42.876Z] 209524e5b208: Pulling fs layer [2020-09-22T12:33:42.876Z] 8529a6b9a6be: Waiting [2020-09-22T12:33:42.876Z] 45590311c82a: Waiting [2020-09-22T12:33:42.876Z] 69ca0ff8b7b3: Waiting [2020-09-22T12:33:42.876Z] 209524e5b208: Waiting [2020-09-22T12:33:43.153Z] 99f96fe45779: Verifying Checksum [2020-09-22T12:33:43.153Z] 74f711af9a0d: Verifying Checksum [2020-09-22T12:33:43.153Z] 74f711af9a0d: Download complete [2020-09-22T12:33:43.153Z] 99f96fe45779: Download complete [2020-09-22T12:33:43.154Z] 45590311c82a: Verifying Checksum [2020-09-22T12:33:43.154Z] 45590311c82a: Download complete [2020-09-22T12:33:43.154Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-22T12:33:43.154Z] 69ca0ff8b7b3: Download complete [2020-09-22T12:33:43.154Z] b538f80385f9: Verifying Checksum [2020-09-22T12:33:43.154Z] b538f80385f9: Download complete [2020-09-22T12:33:43.757Z] b538f80385f9: Pull complete [2020-09-22T12:33:44.755Z] 74f711af9a0d: Pull complete [2020-09-22T12:33:45.031Z] 99f96fe45779: Pull complete [2020-09-22T12:33:45.630Z] 209524e5b208: Verifying Checksum [2020-09-22T12:33:45.630Z] 209524e5b208: Download complete [2020-09-22T12:33:47.075Z] 8529a6b9a6be: Verifying Checksum [2020-09-22T12:33:47.075Z] 8529a6b9a6be: Download complete [2020-09-22T12:33:57.251Z] 8529a6b9a6be: Pull complete [2020-09-22T12:33:57.527Z] 45590311c82a: Pull complete [2020-09-22T12:33:58.515Z] 69ca0ff8b7b3: Pull complete [2020-09-22T12:34:01.916Z] 209524e5b208: Pull complete [2020-09-22T12:34:01.916Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-22T12:34:01.916Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-22T12:34:01.916Z] ---> 5bddaf1c2fca [2020-09-22T12:34:01.916Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-09-22T12:34:06.247Z] ---> Running in 98422b902f1e [2020-09-22T12:34:07.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-22T12:34:08.209Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-22T12:34:11.590Z] (1/12) Installing libmagic (5.38-r0) [2020-09-22T12:34:18.279Z] (2/12) Installing file (5.38-r0) [2020-09-22T12:34:18.279Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-22T12:34:18.279Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-22T12:35:05.219Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-22T12:35:05.219Z] (6/12) Installing patch (2.7.6-r6) [2020-09-22T12:35:05.219Z] (7/12) Installing build-base (0.5-r2) [2020-09-22T12:35:05.219Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-22T12:35:05.219Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-22T12:35:05.219Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-22T12:35:05.219Z] (11/12) Installing libzmq (4.3.3-r0) [2020-09-22T12:35:05.219Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-09-22T12:35:05.219Z] Executing busybox-1.31.1-r16.trigger [2020-09-22T12:35:05.219Z] OK: 217 MiB in 51 packages [2020-09-22T12:35:08.606Z] Removing intermediate container 98422b902f1e [2020-09-22T12:35:08.606Z] ---> 38845ade69e1 [2020-09-22T12:35:08.606Z] Step 4/7 : WORKDIR /edgex-go [2020-09-22T12:35:08.606Z] ---> Running in ed6df4509c6c [2020-09-22T12:35:08.885Z] Removing intermediate container ed6df4509c6c [2020-09-22T12:35:08.885Z] ---> 6c12a0e820c4 [2020-09-22T12:35:08.885Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-22T12:35:09.166Z] latest: Pulling from library/docker [2020-09-22T12:35:09.442Z] b538f80385f9: Already exists [2020-09-22T12:35:09.442Z] 259a493cd78d: Pulling fs layer [2020-09-22T12:35:09.442Z] b8e66b5100f5: Pulling fs layer [2020-09-22T12:35:09.442Z] 7f8258a56ab6: Pulling fs layer [2020-09-22T12:35:09.442Z] 75a0a0ebb566: Pulling fs layer [2020-09-22T12:35:09.442Z] 4a2c62f0a2a3: Pulling fs layer [2020-09-22T12:35:09.442Z] 294320357d30: Pulling fs layer [2020-09-22T12:35:09.442Z] 75a0a0ebb566: Waiting [2020-09-22T12:35:09.442Z] 4a2c62f0a2a3: Waiting [2020-09-22T12:35:09.442Z] 294320357d30: Waiting [2020-09-22T12:35:09.442Z] b8e66b5100f5: Verifying Checksum [2020-09-22T12:35:09.442Z] b8e66b5100f5: Download complete [2020-09-22T12:35:09.718Z] 259a493cd78d: Verifying Checksum [2020-09-22T12:35:09.718Z] 259a493cd78d: Download complete [2020-09-22T12:35:09.718Z] 75a0a0ebb566: Verifying Checksum [2020-09-22T12:35:09.718Z] 75a0a0ebb566: Download complete [2020-09-22T12:35:09.718Z] 4a2c62f0a2a3: Verifying Checksum [2020-09-22T12:35:09.718Z] 4a2c62f0a2a3: Download complete [2020-09-22T12:35:09.995Z] 294320357d30: Verifying Checksum [2020-09-22T12:35:09.995Z] 294320357d30: Download complete [2020-09-22T12:35:10.270Z] 259a493cd78d: Pull complete [2020-09-22T12:35:10.870Z] b8e66b5100f5: Pull complete [2020-09-22T12:35:11.147Z] 7f8258a56ab6: Verifying Checksum [2020-09-22T12:35:11.147Z] 7f8258a56ab6: Download complete [2020-09-22T12:35:14.554Z] 7f8258a56ab6: Pull complete [2020-09-22T12:35:14.554Z] 75a0a0ebb566: Pull complete [2020-09-22T12:35:14.837Z] 4a2c62f0a2a3: Pull complete [2020-09-22T12:35:15.429Z] 294320357d30: Pull complete [2020-09-22T12:35:15.429Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-09-22T12:35:15.429Z] Status: Downloaded newer image for docker:latest [2020-09-22T12:35:18.822Z] ---> 3451095dc864 [2020-09-22T12:35:18.822Z] Step 6/7 : COPY go.mod . [2020-09-22T12:35:19.430Z] ---> afbd71a21fe2 [2020-09-22T12:35:19.430Z] Step 7/7 : RUN go mod download [2020-09-22T12:35:19.430Z] ---> Running in 9d6909407ed2 [2020-09-22T12:35:51.795Z] Removing intermediate container 9d6909407ed2 [2020-09-22T12:35:51.795Z] ---> 46bba1517d36 [2020-09-22T12:35:51.795Z] Successfully built 46bba1517d36 [2020-09-22T12:35:51.795Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-22T12:35:52.212Z] + docker inspect -f . ci-base-image-arm64 [2020-09-22T12:35:52.212Z] . [Pipeline] withDockerContainer [2020-09-22T12:35:52.498Z] prd-ubuntu18.04-docker-arm64-4c-16g-826 does not seem to be running inside a container [2020-09-22T12:35:52.588Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-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 ******** ci-base-image-arm64 cat [2020-09-22T12:35:54.445Z] $ docker top 149fc35d0e80772a72fb149bf75ad97f635a2478b194abb2e42be80235f21786 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-22T12:35:55.852Z] + go version [2020-09-22T12:35:55.852Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-22T12:35:55.881Z] $ docker stop --time=1 149fc35d0e80772a72fb149bf75ad97f635a2478b194abb2e42be80235f21786 [2020-09-22T12:35:57.797Z] $ docker rm -f 149fc35d0e80772a72fb149bf75ad97f635a2478b194abb2e42be80235f21786 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-22T12:35:58.846Z] + docker inspect -f . ci-base-image-arm64 [2020-09-22T12:35:58.846Z] . [Pipeline] withDockerContainer [2020-09-22T12:35:59.147Z] prd-ubuntu18.04-docker-arm64-4c-16g-826 does not seem to be running inside a container [2020-09-22T12:35:59.272Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-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 ******** ci-base-image-arm64 cat [2020-09-22T12:36:00.672Z] $ docker top 658c08084d37afc64e7e1b4d50d6f321a1cc44dd2fc6e6affb080041d4df986f -eo pid,comm [Pipeline] { [Pipeline] echo [2020-09-22T12:36:01.168Z] ========================================================= [2020-09-22T12:36:01.168Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-09-22T12:36:01.168Z] ========================================================= [Pipeline] sh [2020-09-22T12:36:01.899Z] + make test [2020-09-22T12:36:01.899Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-22T12:36:05.305Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-09-22T12:36:37.690Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-09-22T12:36:56.096Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-09-22T12:36:56.096Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-09-22T12:36:56.096Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-09-22T12:36:56.096Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-09-22T12:36:56.096Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.032s [2020-09-22T12:36:56.096Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-09-22T12:36:56.096Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-09-22T12:36:56.096Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-09-22T12:36:57.556Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-09-22T12:36:58.999Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-09-22T12:36:59.278Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-09-22T12:36:59.278Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-09-22T12:36:59.278Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-09-22T12:37:07.593Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.066s coverage: 46.6% of statements [2020-09-22T12:37:07.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-09-22T12:37:07.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-09-22T12:37:07.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-09-22T12:37:07.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-09-22T12:37:07.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-09-22T12:37:13.051Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.242s coverage: 27.2% of statements [2020-09-22T12:37:13.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-09-22T12:37:13.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-09-22T12:37:13.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-09-22T12:37:13.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-09-22T12:37:13.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-09-22T12:37:13.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-09-22T12:37:13.051Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.018s coverage: 100.0% of statements [2020-09-22T12:37:13.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-09-22T12:37:13.051Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.052s coverage: 100.0% of statements [2020-09-22T12:37:13.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-09-22T12:37:13.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-09-22T12:37:13.051Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.358s coverage: 82.1% of statements [2020-09-22T12:37:13.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-09-22T12:37:13.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-09-22T12:37:14.050Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.374s coverage: 89.7% of statements [2020-09-22T12:37:14.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-09-22T12:37:14.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-09-22T12:37:14.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-09-22T12:37:14.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-09-22T12:37:17.466Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.401s coverage: 28.6% of statements [2020-09-22T12:37:17.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-09-22T12:37:17.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-09-22T12:37:17.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-09-22T12:37:17.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-09-22T12:37:17.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-09-22T12:37:17.466Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements [2020-09-22T12:37:17.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-09-22T12:37:17.466Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.024s coverage: 100.0% of statements [2020-09-22T12:37:17.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-09-22T12:37:20.110Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.097s coverage: 89.8% of statements [2020-09-22T12:37:20.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-09-22T12:37:20.110Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.108s coverage: 97.5% of statements [2020-09-22T12:37:20.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-09-22T12:37:20.110Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.085s coverage: 100.0% of statements [2020-09-22T12:37:20.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-09-22T12:37:20.110Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-09-22T12:37:20.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-09-22T12:37:20.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-09-22T12:37:20.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-09-22T12:37:20.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-09-22T12:37:20.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-09-22T12:37:20.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-09-22T12:37:20.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-09-22T12:37:20.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-09-22T12:37:20.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-09-22T12:37:20.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-09-22T12:37:20.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-09-22T12:37:20.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-09-22T12:37:20.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-09-22T12:37:20.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-09-22T12:37:20.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-09-22T12:37:20.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-09-22T12:37:20.110Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.028s coverage: 58.8% of statements [2020-09-22T12:37:20.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-09-22T12:37:20.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-09-22T12:37:23.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.197s coverage: 63.5% of statements [2020-09-22T12:37:23.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-09-22T12:37:23.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-09-22T12:37:23.508Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.049s coverage: 100.0% of statements [2020-09-22T12:37:24.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.262s coverage: 55.9% of statements [2020-09-22T12:37:24.681Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-09-22T12:37:24.681Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-09-22T12:37:24.681Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-09-22T12:37:24.681Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-09-22T12:37:47.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 22.197s coverage: 86.3% of statements [2020-09-22T12:37:47.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-09-22T12:37:47.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.716s coverage: 72.2% of statements [2020-09-22T12:37:47.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.547s coverage: 72.1% of statements [2020-09-22T12:37:47.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.024s coverage: 82.4% of statements [2020-09-22T12:37:47.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.014s coverage: 48.4% of statements [2020-09-22T12:37:47.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-09-22T12:37:47.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-09-22T12:37:47.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-09-22T12:37:47.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.029s coverage: 28.8% of statements [2020-09-22T12:37:47.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-09-22T12:37:47.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.049s coverage: 96.8% of statements [2020-09-22T12:37:47.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-09-22T12:37:47.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.094s coverage: 26.9% of statements [2020-09-22T12:37:47.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-09-22T12:37:47.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-09-22T12:37:47.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.265s coverage: 84.1% of statements [2020-09-22T12:37:47.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.020s coverage: 100.0% of statements [2020-09-22T12:37:47.010Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.046s coverage: 42.9% of statements [2020-09-22T12:37:47.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-09-22T12:37:47.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-09-22T12:37:47.010Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.017s coverage: 100.0% of statements [2020-09-22T12:37:47.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-09-22T12:37:47.010Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.049s coverage: 83.8% of statements [2020-09-22T12:37:47.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-09-22T12:37:47.010Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.091s coverage: 46.8% of statements [2020-09-22T12:37:47.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-09-22T12:37:47.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-09-22T12:37:47.010Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.012s coverage: 100.0% of statements [2020-09-22T12:37:47.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-09-22T12:37:47.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-09-22T12:37:47.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-09-22T12:37:47.010Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.033s coverage: 100.0% of statements [2020-09-22T12:37:47.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-09-22T12:37:47.010Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.041s coverage: 100.0% of statements [2020-09-22T12:37:47.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-09-22T12:37:47.010Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.168s coverage: 29.1% of statements [2020-09-22T12:37:47.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-09-22T12:37:47.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-09-22T12:37:47.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-09-22T12:37:47.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-09-22T12:37:47.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-09-22T12:37:47.010Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements [2020-09-22T12:37:47.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-09-22T12:37:47.010Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.027s coverage: 100.0% of statements [2020-09-22T12:37:47.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-09-22T12:37:47.010Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.013s coverage: 0.0% of statements [2020-09-22T12:37:47.010Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-09-22T12:37:47.610Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.012s coverage: 100.0% of statements [2020-09-22T12:37:47.610Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-09-22T12:37:47.610Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-09-22T12:37:47.610Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-09-22T12:37:47.610Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-09-22T12:37:48.596Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.020s coverage: 87.9% of statements [2020-09-22T12:37:48.596Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-09-22T12:37:48.596Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-09-22T12:37:48.596Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.013s coverage: 100.0% of statements [2020-09-22T12:37:49.198Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.013s coverage: 32.1% of statements [2020-09-22T12:37:50.175Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.020s coverage: 100.0% of statements [2020-09-22T12:37:50.768Z] GO111MODULE=on go vet ./... [2020-09-22T12:38:12.934Z] gofmt -l . [2020-09-22T12:38:12.934Z] [ "`gofmt -l .`" = "" ] [2020-09-22T12:38:15.557Z] ./bin/test-go-mod-tidy.sh [2020-09-22T12:38:16.155Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-09-22T12:38:21.107Z] + ls -al . [2020-09-22T12:38:21.107Z] total 588 [2020-09-22T12:38:21.107Z] drwxrwxr-x 10 1001 1001 4096 Sep 22 12:38 . [2020-09-22T12:38:21.107Z] drwxr-xr-x 4 root root 4096 Sep 22 12:35 .. [2020-09-22T12:38:21.107Z] -rw-rw-r-- 1 1001 1001 11 Sep 22 12:33 .dockerignore [2020-09-22T12:38:21.107Z] drwxrwxr-x 8 1001 1001 4096 Sep 22 12:33 .git [2020-09-22T12:38:21.107Z] drwxrwxr-x 3 1001 1001 4096 Sep 22 12:33 .github [2020-09-22T12:38:21.107Z] -rw-rw-r-- 1 1001 1001 932 Sep 22 12:33 .gitignore [2020-09-22T12:38:21.107Z] drwxrwxr-x 3 1001 1001 4096 Sep 22 12:33 .semver [2020-09-22T12:38:21.107Z] -rw-rw-r-- 1 1001 1001 166 Sep 22 12:33 .sonarcloud.properties [2020-09-22T12:38:21.107Z] -rw-rw-r-- 1 1001 1001 3804 Sep 22 12:33 CONTRIBUTING.md [2020-09-22T12:38:21.107Z] -rw-rw-r-- 1 1001 1001 1035 Sep 22 12:33 Dockerfile.build [2020-09-22T12:38:21.107Z] -rw-rw-r-- 1 1001 1001 863 Sep 22 12:33 Jenkinsfile [2020-09-22T12:38:21.107Z] -rw-rw-r-- 1 1001 1001 10775 Sep 22 12:33 LICENSE [2020-09-22T12:38:21.107Z] -rw-rw-r-- 1 1001 1001 6237 Sep 22 12:33 Makefile [2020-09-22T12:38:21.107Z] -rw-rw-r-- 1 1001 1001 6447 Sep 22 12:33 README.md [2020-09-22T12:38:21.107Z] -rw-rw-r-- 1 1001 1001 259 Sep 22 12:33 SECURITY.md [2020-09-22T12:38:21.107Z] -rw-rw-r-- 1 1001 1001 5 Sep 22 12:30 VERSION [2020-09-22T12:38:21.107Z] -rw-rw-r-- 1 1001 1001 4131 Sep 22 12:33 ZMQWindows.md [2020-09-22T12:38:21.107Z] drwxrwxr-x 2 1001 1001 4096 Sep 22 12:33 bin [2020-09-22T12:38:21.107Z] drwxrwxr-x 15 1001 1001 4096 Sep 22 12:33 cmd [2020-09-22T12:38:21.107Z] -rw-r--r-- 1 root root 459283 Sep 22 12:37 coverage.out [2020-09-22T12:38:21.107Z] -rw-r--r-- 1 root root 1019 Sep 22 12:38 go.mod [2020-09-22T12:38:21.107Z] -rw-r--r-- 1 root root 19185 Sep 22 12:38 go.sum [2020-09-22T12:38:21.107Z] drwxrwxr-x 8 1001 1001 4096 Sep 22 12:33 internal [2020-09-22T12:38:21.107Z] drwxrwxr-x 4 1001 1001 4096 Sep 22 12:33 openapi [2020-09-22T12:38:21.107Z] drwxrwxr-x 4 1001 1001 4096 Sep 22 12:33 snap [2020-09-22T12:38:21.107Z] -rw-rw-r-- 1 1001 1001 168 Sep 22 12:33 version.go [Pipeline] sh [2020-09-22T12:38:21.765Z] + '[' -e coverage.out ] [2020-09-22T12:38:21.765Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-09-22T12:38:22.952Z] Stashed 1 file(s) [Pipeline] sh [2020-09-22T12:38:23.637Z] + make build [2020-09-22T12:38:23.637Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-22T12:38:50.433Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-09-22T12:38:58.689Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-09-22T12:39:04.089Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-22T12:39:08.401Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-22T12:39:15.127Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-22T12:39:17.121Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-22T12:39:22.544Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-09-22T12:39:29.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-22T12:39:32.642Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-09-22T12:39:36.970Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-22T12:39:41.279Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-22T12:39:45.588Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-09-22T12:39:48.996Z] $ docker stop --time=1 658c08084d37afc64e7e1b4d50d6f321a1cc44dd2fc6e6affb080041d4df986f [2020-09-22T12:39:51.534Z] $ docker rm -f 658c08084d37afc64e7e1b4d50d6f321a1cc44dd2fc6e6affb080041d4df986f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-22T12:39:53.779Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-22T12:39:54.053Z] [2020-09-22T12:39:54.053Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-22T12:39:54.437Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-22T12:39:54.715Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-09-22T12:39:54.715Z] 29e5d40040c1: Pulling fs layer [2020-09-22T12:39:54.715Z] 1ce36da41761: Pulling fs layer [2020-09-22T12:39:54.715Z] 25b303627fd3: Pulling fs layer [2020-09-22T12:39:54.715Z] 29e5d40040c1: Download complete [2020-09-22T12:39:55.321Z] 1ce36da41761: Verifying Checksum [2020-09-22T12:39:55.321Z] 1ce36da41761: Download complete [2020-09-22T12:39:55.600Z] 29e5d40040c1: Pull complete [2020-09-22T12:39:57.033Z] 1ce36da41761: Pull complete [2020-09-22T12:39:57.033Z] 25b303627fd3: Verifying Checksum [2020-09-22T12:39:57.033Z] 25b303627fd3: Download complete [2020-09-22T12:40:07.230Z] 25b303627fd3: Pull complete [2020-09-22T12:40:07.230Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-09-22T12:40:07.230Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-22T12:40:07.230Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-09-22T12:40:07.527Z] prd-ubuntu18.04-docker-arm64-4c-16g-826 does not seem to be running inside a container [2020-09-22T12:40:07.617Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-09-22T12:40:11.335Z] $ docker top 31024d7d75b414771c4ed47064a32293d60b43f538bdb4b4d6fd8cd0528ebb62 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-22T12:40:12.780Z] + docker-compose build --help [2020-09-22T12:40:12.780Z] + grep parallel [2020-09-22T12:40:18.166Z] --parallel Build images in parallel. [Pipeline] } [2020-09-22T12:40:18.190Z] $ docker stop --time=1 31024d7d75b414771c4ed47064a32293d60b43f538bdb4b4d6fd8cd0528ebb62 [2020-09-22T12:40:20.292Z] $ docker rm -f 31024d7d75b414771c4ed47064a32293d60b43f538bdb4b4d6fd8cd0528ebb62 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-22T12:40:21.340Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-22T12:40:21.340Z] . [Pipeline] withDockerContainer [2020-09-22T12:40:21.637Z] prd-ubuntu18.04-docker-arm64-4c-16g-826 does not seem to be running inside a container [2020-09-22T12:40:21.726Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-09-22T12:40:23.348Z] $ docker top bf2ae93c2dc3e611884aa997020239f1d6a231072c4d44f138f0214670e52294 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-22T12:40:24.464Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-22T12:40:29.857Z] Building docker-core-command-go ... [2020-09-22T12:40:29.857Z] Building docker-core-data-go ... [2020-09-22T12:40:29.857Z] Building docker-core-metadata-go ... [2020-09-22T12:40:29.857Z] Building docker-security-proxy-setup-go ... [2020-09-22T12:40:29.857Z] Building docker-security-secrets-setup-go ... [2020-09-22T12:40:29.857Z] Building docker-security-secretstore-setup-go ... [2020-09-22T12:40:29.857Z] Building docker-support-logging-go ... [2020-09-22T12:40:29.857Z] Building docker-support-notifications-go ... [2020-09-22T12:40:29.857Z] Building docker-support-scheduler-go ... [2020-09-22T12:40:29.857Z] Building docker-sys-mgmt-agent-go ... [2020-09-22T12:40:29.857Z] Building docker-core-command-go [2020-09-22T12:40:29.857Z] Building docker-sys-mgmt-agent-go [2020-09-22T12:40:29.857Z] Building docker-core-metadata-go [2020-09-22T12:40:29.857Z] Building docker-security-secrets-setup-go [2020-09-22T12:40:29.857Z] Building docker-support-logging-go [2020-09-22T12:42:21.697Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-22T12:42:21.697Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-22T12:42:21.697Z] ---> 46bba1517d36 [2020-09-22T12:42:21.697Z] Step 3/22 : WORKDIR /edgex-go [2020-09-22T12:42:21.697Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-22T12:42:21.697Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-22T12:42:21.697Z] ---> 46bba1517d36 [2020-09-22T12:42:21.697Z] Step 3/22 : WORKDIR /edgex-go [2020-09-22T12:42:21.697Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-22T12:42:21.697Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-22T12:42:21.697Z] ---> 46bba1517d36 [2020-09-22T12:42:21.697Z] Step 3/29 : WORKDIR /edgex-go [2020-09-22T12:42:21.697Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-22T12:42:21.697Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-22T12:42:21.697Z] ---> 46bba1517d36 [2020-09-22T12:42:21.697Z] Step 3/27 : WORKDIR /edgex-go [2020-09-22T12:42:21.697Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-22T12:42:21.697Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-22T12:42:21.697Z] ---> 46bba1517d36 [2020-09-22T12:42:21.697Z] Step 3/22 : WORKDIR /edgex-go [2020-09-22T12:42:21.697Z] ---> Running in d6e38ff1f743 [2020-09-22T12:42:21.697Z] ---> Running in b9f14906ec29 [2020-09-22T12:42:21.697Z] ---> Running in ac1a0a79a788 [2020-09-22T12:42:21.697Z] ---> Running in fd3ddb3eb4f7 [2020-09-22T12:42:21.697Z] ---> Running in 75a4e79c6c23 [2020-09-22T12:42:21.697Z] Removing intermediate container d6e38ff1f743 [2020-09-22T12:42:21.697Z] ---> 6a992c66c7d4 [2020-09-22T12:42:21.697Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-22T12:42:21.697Z] Removing intermediate container fd3ddb3eb4f7 [2020-09-22T12:42:21.697Z] ---> ef6d69c9b6a6 [2020-09-22T12:42:21.697Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-22T12:42:21.697Z] ---> Running in 5fa19dab6726 [2020-09-22T12:42:21.697Z] Removing intermediate container ac1a0a79a788 [2020-09-22T12:42:21.697Z] ---> b3bd16b45a63 [2020-09-22T12:42:21.697Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-22T12:42:21.697Z] Removing intermediate container 75a4e79c6c23 [2020-09-22T12:42:21.697Z] ---> c3ff0ef04641 [2020-09-22T12:42:21.697Z] Removing intermediate container b9f14906ec29 [2020-09-22T12:42:21.697Z] ---> 4c8375a8c6d7 [2020-09-22T12:42:21.697Z] Step 4/29 : RUN apk update && apk add make git [2020-09-22T12:42:21.697Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-22T12:42:21.697Z] ---> Running in 913af61ebbb9 [2020-09-22T12:42:21.697Z] ---> Running in e512a0e03a1c [2020-09-22T12:42:21.697Z] ---> Running in 843da74b4511 [2020-09-22T12:42:21.697Z] ---> Running in 3e150e537d32 [2020-09-22T12:42:21.697Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-22T12:42:21.697Z] Removing intermediate container 5fa19dab6726 [2020-09-22T12:42:21.697Z] ---> 258010d3fc22 [2020-09-22T12:42:21.697Z] Step 5/22 : RUN apk update && apk add make git [2020-09-22T12:42:21.697Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-22T12:42:21.697Z] ---> Running in 0c143e1109bf [2020-09-22T12:42:21.697Z] Removing intermediate container 913af61ebbb9 [2020-09-22T12:42:21.697Z] ---> 2d4247d31eb3 [2020-09-22T12:42:21.697Z] Step 5/22 : RUN apk update && apk add make git [2020-09-22T12:42:21.697Z] ---> Running in 8870ead9fc7b [2020-09-22T12:42:21.697Z] Removing intermediate container e512a0e03a1c [2020-09-22T12:42:21.697Z] ---> f7417dc742d2 [2020-09-22T12:42:21.697Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-22T12:42:21.697Z] Removing intermediate container 3e150e537d32 [2020-09-22T12:42:21.697Z] ---> e4b4c2203e29 [2020-09-22T12:42:21.697Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-22T12:42:21.697Z] ---> Running in ea23d6d73915 [2020-09-22T12:42:21.697Z] ---> Running in b34247b2368f [2020-09-22T12:42:21.697Z] v3.12.0-340-g36a1825bcc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-22T12:42:21.697Z] v3.12.0-341-g93993e9f08 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-22T12:42:21.697Z] OK: 12622 distinct packages available [2020-09-22T12:42:21.698Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-22T12:42:21.698Z] OK: 217 MiB in 51 packages [2020-09-22T12:42:21.698Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-22T12:42:21.698Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-22T12:42:21.698Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-22T12:42:21.698Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-22T12:42:21.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-22T12:42:22.260Z] Removing intermediate container 843da74b4511 [2020-09-22T12:42:22.260Z] ---> 1af12afa1af1 [2020-09-22T12:42:22.260Z] Step 5/29 : COPY go.mod . [2020-09-22T12:42:22.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-22T12:42:22.871Z] ---> ebb0014ee9b4 [2020-09-22T12:42:22.871Z] Step 6/29 : RUN go mod download [2020-09-22T12:42:23.153Z] ---> Running in 8e042462fc56 [2020-09-22T12:42:23.474Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-22T12:42:24.465Z] v3.12.0-340-g36a1825bcc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-22T12:42:24.465Z] v3.12.0-341-g93993e9f08 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-22T12:42:24.465Z] OK: 12622 distinct packages available [2020-09-22T12:42:24.740Z] v3.12.0-340-g36a1825bcc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-22T12:42:24.740Z] v3.12.0-341-g93993e9f08 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-22T12:42:24.740Z] OK: 12622 distinct packages available [2020-09-22T12:42:24.740Z] v3.12.0-340-g36a1825bcc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-22T12:42:24.740Z] v3.12.0-341-g93993e9f08 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-22T12:42:24.740Z] OK: 12622 distinct packages available [2020-09-22T12:42:25.340Z] OK: 217 MiB in 51 packages [2020-09-22T12:42:25.623Z] OK: 217 MiB in 51 packages [2020-09-22T12:42:25.623Z] OK: 217 MiB in 51 packages [2020-09-22T12:42:27.069Z] v3.12.0-340-g36a1825bcc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-22T12:42:27.069Z] v3.12.0-341-g93993e9f08 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-22T12:42:27.069Z] OK: 12622 distinct packages available [2020-09-22T12:42:27.069Z] Removing intermediate container 8e042462fc56 [2020-09-22T12:42:27.069Z] ---> 0cae05157c9e [2020-09-22T12:42:27.069Z] Step 7/29 : COPY . . [2020-09-22T12:42:27.069Z] Removing intermediate container ea23d6d73915 [2020-09-22T12:42:27.069Z] ---> 5d1d54e56fdb [2020-09-22T12:42:27.069Z] Step 6/27 : COPY go.mod . [2020-09-22T12:42:27.709Z] Removing intermediate container 0c143e1109bf [2020-09-22T12:42:27.709Z] ---> aece86978908 [2020-09-22T12:42:27.709Z] Step 6/22 : COPY go.mod . [2020-09-22T12:42:27.709Z] OK: 217 MiB in 51 packages [2020-09-22T12:42:27.709Z] Removing intermediate container 8870ead9fc7b [2020-09-22T12:42:27.709Z] ---> 2532d9951136 [2020-09-22T12:42:27.709Z] Step 6/22 : COPY go.mod . [2020-09-22T12:42:28.724Z] ---> aeb34988fcd8 [2020-09-22T12:42:28.724Z] OK: 217 MiB in 51 packages [2020-09-22T12:42:28.724Z] Step 7/27 : RUN go mod download [2020-09-22T12:42:28.724Z] ---> a05d01cc5b93 [2020-09-22T12:42:28.724Z] Step 7/22 : RUN go mod download [2020-09-22T12:42:29.326Z] ---> 65bc3901775a [2020-09-22T12:42:29.326Z] Step 7/22 : RUN go mod download [2020-09-22T12:42:29.326Z] ---> Running in f5d058e4ea6a [2020-09-22T12:42:29.687Z] ---> Running in bbd0b3e42bb4 [2020-09-22T12:42:29.965Z] ---> Running in f228f8150e4c [2020-09-22T12:42:31.418Z] Removing intermediate container b34247b2368f [2020-09-22T12:42:31.418Z] ---> 99772a119f20 [2020-09-22T12:42:31.418Z] Step 6/22 : COPY go.mod . [2020-09-22T12:42:32.877Z] ---> 99b6166b8deb [2020-09-22T12:42:32.877Z] Step 7/22 : RUN go mod download [2020-09-22T12:42:33.165Z] ---> Running in b774a5e161e9 [2020-09-22T12:42:35.174Z] Removing intermediate container f5d058e4ea6a [2020-09-22T12:42:35.174Z] ---> bca5cf347739 [2020-09-22T12:42:35.174Z] Step 8/27 : COPY . . [2020-09-22T12:42:35.788Z] Removing intermediate container f228f8150e4c [2020-09-22T12:42:35.788Z] ---> 2532da58b71b [2020-09-22T12:42:35.788Z] Step 8/22 : COPY . . [2020-09-22T12:42:35.788Z] Removing intermediate container bbd0b3e42bb4 [2020-09-22T12:42:36.072Z] ---> 5c2e0a7ea656 [2020-09-22T12:42:36.072Z] Step 8/22 : COPY . . [2020-09-22T12:42:39.472Z] Removing intermediate container b774a5e161e9 [2020-09-22T12:42:39.472Z] ---> 2d7c82ed4454 [2020-09-22T12:42:39.472Z] Step 8/22 : COPY . . [2020-09-22T12:43:01.660Z] ---> 7b934da18481 [2020-09-22T12:43:01.660Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-22T12:43:01.938Z] ---> Running in 3466b4e4f81f [2020-09-22T12:43:02.551Z] ---> 937381c329ee [2020-09-22T12:43:02.551Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-22T12:43:02.551Z] ---> a35f2a430ee6 [2020-09-22T12:43:02.551Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-22T12:43:02.551Z] ---> 02ccbfbf886d [2020-09-22T12:43:02.551Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-22T12:43:02.551Z] ---> e84fbdc7292b [2020-09-22T12:43:02.551Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-22T12:43:02.847Z] ---> Running in b343bd0f5a6e [2020-09-22T12:43:02.847Z] ---> Running in 79eaad48032d [2020-09-22T12:43:02.847Z] ---> Running in fd2be4922e3f [2020-09-22T12:43:02.847Z] ---> Running in 403cac54cae3 [2020-09-22T12:43:04.310Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-22T12:43:05.785Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-22T12:43:05.785Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-09-22T12:43:06.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-22T12:43:06.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-22T12:44:42.995Z] Removing intermediate container 3466b4e4f81f [2020-09-22T12:44:42.995Z] ---> 6a72a936026f [2020-09-22T12:44:42.995Z] [2020-09-22T12:44:42.995Z] Step 9/29 : FROM alpine:latest [2020-09-22T12:44:42.995Z] latest: Pulling from library/alpine [2020-09-22T12:44:42.995Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-22T12:44:42.995Z] Status: Downloaded newer image for alpine:latest [2020-09-22T12:44:42.995Z] ---> 62ee0e9f8440 [2020-09-22T12:44:42.995Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-09-22T12:44:42.995Z] ---> Running in 455f0640fd7e [2020-09-22T12:44:42.995Z] Removing intermediate container 455f0640fd7e [2020-09-22T12:44:42.995Z] ---> 4ef6e6a89d2a [2020-09-22T12:44:42.995Z] Step 11/29 : USER root [2020-09-22T12:44:42.995Z] ---> Running in 1f4cf72e8129 [2020-09-22T12:44:42.996Z] Removing intermediate container 1f4cf72e8129 [2020-09-22T12:44:42.996Z] ---> e6a392e24d39 [2020-09-22T12:44:42.996Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-22T12:44:42.996Z] ---> Running in 949be5910fcb [2020-09-22T12:44:42.996Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-22T12:44:42.996Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-22T12:44:42.996Z] v3.12.0-340-g36a1825bcc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-22T12:44:42.996Z] v3.12.0-341-g93993e9f08 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-22T12:44:42.996Z] OK: 12620 distinct packages available [2020-09-22T12:44:42.996Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-22T12:44:42.996Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-22T12:44:42.996Z] Executing busybox-1.31.1-r16.trigger [2020-09-22T12:44:42.996Z] Executing ca-certificates-20191127-r4.trigger [2020-09-22T12:44:42.996Z] OK: 6 MiB in 16 packages [2020-09-22T12:44:44.466Z] Removing intermediate container 949be5910fcb [2020-09-22T12:44:44.466Z] ---> 39f613af0f85 [2020-09-22T12:44:44.466Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-22T12:44:44.758Z] ---> Running in e88d4e406ae6 [2020-09-22T12:44:45.753Z] Removing intermediate container e88d4e406ae6 [2020-09-22T12:44:45.753Z] ---> f8e4970aab6a [2020-09-22T12:44:45.753Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-22T12:44:45.753Z] ---> Running in 0c9328b2dd37 [2020-09-22T12:44:46.755Z] Removing intermediate container 0c9328b2dd37 [2020-09-22T12:44:46.755Z] ---> 50ef898c6825 [2020-09-22T12:44:46.755Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-22T12:44:47.040Z] ---> Running in 37ee806e9937 [2020-09-22T12:44:51.377Z] Removing intermediate container 403cac54cae3 [2020-09-22T12:44:51.377Z] ---> af51cc4ed841 [2020-09-22T12:44:51.377Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-22T12:44:51.661Z] ---> Running in 168a86dbb376 [2020-09-22T12:44:53.122Z] Removing intermediate container 37ee806e9937 [2020-09-22T12:44:53.123Z] ---> 01330ada9648 [2020-09-22T12:44:53.123Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-22T12:44:54.590Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-22T12:44:56.598Z] ---> 8645220ab182 [2020-09-22T12:44:56.598Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-22T12:44:56.884Z] Removing intermediate container 79eaad48032d [2020-09-22T12:44:56.884Z] ---> addaf5c3b2eb [2020-09-22T12:44:56.884Z] [2020-09-22T12:44:56.884Z] Step 10/22 : FROM scratch [2020-09-22T12:44:56.884Z] ---> [2020-09-22T12:44:56.884Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-22T12:44:57.526Z] ---> Running in 86a3efdec9d1 [2020-09-22T12:44:57.805Z] ---> 45509d81a232 [2020-09-22T12:44:57.805Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-22T12:44:58.405Z] Removing intermediate container 86a3efdec9d1 [2020-09-22T12:44:58.405Z] ---> ff51f7522193 [2020-09-22T12:44:58.405Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-22T12:44:58.405Z] ---> Running in ea4ad54c0709 [2020-09-22T12:44:59.012Z] ---> f4bbbf72504a [2020-09-22T12:44:59.012Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-22T12:44:59.638Z] Removing intermediate container ea4ad54c0709 [2020-09-22T12:44:59.638Z] ---> 2a289d91a8d2 [2020-09-22T12:44:59.638Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-22T12:44:59.939Z] ---> Running in d81d48f2116f [2020-09-22T12:45:01.009Z] Removing intermediate container d81d48f2116f [2020-09-22T12:45:01.009Z] ---> a803a6b9cee7 [2020-09-22T12:45:01.009Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-22T12:45:01.321Z] ---> 92eecb855cb5 [2020-09-22T12:45:01.321Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-22T12:45:01.321Z] Removing intermediate container 168a86dbb376 [2020-09-22T12:45:01.321Z] ---> b209977cfb6a [2020-09-22T12:45:01.321Z] [2020-09-22T12:45:01.321Z] Step 11/27 : FROM docker:latest [2020-09-22T12:45:01.321Z] ---> 45884bde0078 [2020-09-22T12:45:01.321Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-22T12:45:01.714Z] ---> Running in f0f67abb2939 [2020-09-22T12:45:02.965Z] ---> 53af8d2c81f1 [2020-09-22T12:45:02.965Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-22T12:45:03.616Z] ---> 9f1fda4bef66 [2020-09-22T12:45:03.616Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-22T12:45:03.895Z] ---> Running in 1c9a2f1683e2 [2020-09-22T12:45:04.895Z] ---> 6cc13c3f13f8 [2020-09-22T12:45:04.895Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-22T12:45:04.895Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-22T12:45:05.172Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-22T12:45:05.782Z] (1/2) Installing readline (8.0.4-r0) [2020-09-22T12:45:05.782Z] (2/2) Installing bash (5.0.17-r0) [2020-09-22T12:45:05.782Z] Executing bash-5.0.17-r0.post-install [2020-09-22T12:45:05.782Z] Executing busybox-1.31.1-r16.trigger [2020-09-22T12:45:05.782Z] OK: 12 MiB in 22 packages [2020-09-22T12:45:08.458Z] ---> ab383820771d [2020-09-22T12:45:08.458Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-22T12:45:08.735Z] Removing intermediate container fd2be4922e3f [2020-09-22T12:45:08.735Z] ---> 5d9d2c4508e9 [2020-09-22T12:45:08.735Z] [2020-09-22T12:45:08.735Z] Step 10/22 : FROM scratch [2020-09-22T12:45:08.735Z] ---> [2020-09-22T12:45:08.735Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-22T12:45:08.735Z] Removing intermediate container f0f67abb2939 [2020-09-22T12:45:08.735Z] ---> a4fd52a7ab83 [2020-09-22T12:45:08.735Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-22T12:45:09.011Z] ---> Running in 8ce1c1b35f98 [2020-09-22T12:45:09.011Z] Removing intermediate container 1c9a2f1683e2 [2020-09-22T12:45:09.011Z] ---> d6452a3afca9 [2020-09-22T12:45:09.011Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-22T12:45:09.289Z] ---> Running in bb4cde5328c6 [2020-09-22T12:45:09.567Z] ---> 2ca918340aa0 [2020-09-22T12:45:09.567Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-22T12:45:09.855Z] ---> Running in 349bd71750a1 [2020-09-22T12:45:09.855Z] Removing intermediate container 8ce1c1b35f98 [2020-09-22T12:45:09.855Z] ---> 463d476bddfa [2020-09-22T12:45:09.855Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-22T12:45:10.135Z] ---> Running in 05e363167316 [2020-09-22T12:45:10.740Z] ---> 50449f080956 [2020-09-22T12:45:10.740Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-22T12:45:10.740Z] Removing intermediate container 349bd71750a1 [2020-09-22T12:45:10.740Z] ---> 02211311fe9d [2020-09-22T12:45:10.740Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-22T12:45:11.015Z] ---> Running in c6085850f962 [2020-09-22T12:45:11.015Z] Removing intermediate container 05e363167316 [2020-09-22T12:45:11.015Z] ---> ba04cbcca587 [2020-09-22T12:45:11.015Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-22T12:45:11.295Z] ---> Running in 32229b1f5ffa [2020-09-22T12:45:11.295Z] ---> Running in 4bf6b6782e6f [2020-09-22T12:45:11.918Z] Removing intermediate container 32229b1f5ffa [2020-09-22T12:45:11.918Z] ---> 2b9e8163473f [2020-09-22T12:45:11.918Z] Step 20/22 : LABEL arch=arm64 [2020-09-22T12:45:12.207Z] ---> Running in abf689a01a79 [2020-09-22T12:45:12.207Z] Removing intermediate container 4bf6b6782e6f [2020-09-22T12:45:12.207Z] ---> 982b16954976 [2020-09-22T12:45:12.207Z] Step 14/22 : WORKDIR / [2020-09-22T12:45:12.493Z] ---> Running in 5a3b8b4fd4c5 [2020-09-22T12:45:12.786Z] Removing intermediate container abf689a01a79 [2020-09-22T12:45:12.786Z] ---> 9efa3ffe621b [2020-09-22T12:45:12.786Z] Step 21/22 : LABEL git_sha=04afc4824a9792660ec4e74542e62aecf15efb3b [2020-09-22T12:45:13.065Z] ---> Running in e52e33d1a815 [2020-09-22T12:45:13.065Z] Removing intermediate container bb4cde5328c6 [2020-09-22T12:45:13.065Z] ---> e4babf064c8a [2020-09-22T12:45:13.065Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-22T12:45:13.358Z] Removing intermediate container 5a3b8b4fd4c5 [2020-09-22T12:45:13.358Z] ---> e3fd11091428 [2020-09-22T12:45:13.358Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-09-22T12:45:13.358Z] ---> Running in ac6f4da80adf [2020-09-22T12:45:13.974Z] Removing intermediate container e52e33d1a815 [2020-09-22T12:45:13.974Z] ---> fa71bc52b42d [2020-09-22T12:45:13.974Z] Step 22/22 : LABEL version=0.0.0 [2020-09-22T12:45:14.248Z] Removing intermediate container ac6f4da80adf [2020-09-22T12:45:14.248Z] ---> ef79be63958f [2020-09-22T12:45:14.248Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-22T12:45:14.531Z] ---> Running in 4f4643226666 [2020-09-22T12:45:14.811Z] ---> 78185104e183 [2020-09-22T12:45:14.811Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-22T12:45:14.811Z] ---> Running in 4a3f5f10e96f [2020-09-22T12:45:15.414Z] Removing intermediate container 4f4643226666 [2020-09-22T12:45:15.414Z] ---> f2c46e7ba56e [2020-09-22T12:45:15.414Z] [2020-09-22T12:45:15.414Z] Removing intermediate container c6085850f962 [2020-09-22T12:45:15.414Z] ---> b643296b1269 [2020-09-22T12:45:15.414Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-22T12:45:15.696Z] Removing intermediate container 4a3f5f10e96f [2020-09-22T12:45:15.696Z] ---> e638ab40478e [2020-09-22T12:45:15.696Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-22T12:45:15.981Z] ---> Running in d17821548adc [2020-09-22T12:45:15.981Z] Successfully built f2c46e7ba56e [2020-09-22T12:45:16.261Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-09-22T12:45:16.261Z]  Building docker-support-logging-go ... done Building docker-core-data-go [2020-09-22T12:45:16.261Z] ---> Running in 59b709d92efc [2020-09-22T12:45:16.544Z] Removing intermediate container b343bd0f5a6e [2020-09-22T12:45:16.544Z] ---> 9285db73ca34 [2020-09-22T12:45:16.544Z] [2020-09-22T12:45:16.544Z] Step 10/22 : FROM scratch [2020-09-22T12:45:16.544Z] ---> [2020-09-22T12:45:16.544Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-22T12:45:16.826Z] ---> b8a48fa05f1b [2020-09-22T12:45:16.826Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-22T12:45:16.826Z] ---> Using cache [2020-09-22T12:45:16.826Z] ---> 463d476bddfa [2020-09-22T12:45:16.826Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-22T12:45:16.826Z] ---> Running in dd5ac2b7dbf7 [2020-09-22T12:45:17.111Z] Removing intermediate container 59b709d92efc [2020-09-22T12:45:17.111Z] ---> 33e977f73575 [2020-09-22T12:45:17.111Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-22T12:45:17.394Z] Removing intermediate container dd5ac2b7dbf7 [2020-09-22T12:45:17.394Z] ---> f9dfa31c0576 [2020-09-22T12:45:17.673Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-22T12:45:18.291Z] ---> Running in 251483a2aae7 [2020-09-22T12:45:19.365Z] ---> 64447c631688 [2020-09-22T12:45:19.365Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-22T12:45:19.967Z] Removing intermediate container 251483a2aae7 [2020-09-22T12:45:19.967Z] ---> 207113b0f8d2 [2020-09-22T12:45:19.967Z] Step 14/22 : WORKDIR / [2020-09-22T12:45:20.245Z] ---> 7458365f2727 [2020-09-22T12:45:20.245Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-22T12:45:20.567Z] ---> Running in ca86826b24e5 [2020-09-22T12:45:21.181Z] ---> Running in 6d4d1083c0e7 [2020-09-22T12:45:22.169Z] Removing intermediate container ca86826b24e5 [2020-09-22T12:45:22.169Z] ---> 54fac4db2212 [2020-09-22T12:45:22.169Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-22T12:45:22.449Z] ---> 819c62e853ef [2020-09-22T12:45:22.449Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-22T12:45:23.052Z] ---> Running in 9195a463a1db [2020-09-22T12:45:23.327Z] Removing intermediate container 6d4d1083c0e7 [2020-09-22T12:45:23.327Z] ---> f907b229b630 [2020-09-22T12:45:23.327Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-22T12:45:23.327Z] Removing intermediate container d17821548adc [2020-09-22T12:45:23.327Z] ---> 6e1c8f41c106 [2020-09-22T12:45:23.327Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-22T12:45:23.932Z] ---> 239d3d331ebd [2020-09-22T12:45:23.932Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-09-22T12:45:23.932Z] ---> Running in 874a322697f6 [2020-09-22T12:45:24.209Z] Removing intermediate container 9195a463a1db [2020-09-22T12:45:24.209Z] ---> 456d5b28d956 [2020-09-22T12:45:24.209Z] Step 20/22 : LABEL arch=arm64 [2020-09-22T12:45:24.209Z] ---> d0fda29fe436 [2020-09-22T12:45:24.209Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-22T12:45:24.209Z] ---> Running in b7cc54b2627b [2020-09-22T12:45:24.498Z] ---> Running in 3ab6a4e86c99 [2020-09-22T12:45:24.776Z] Removing intermediate container 874a322697f6 [2020-09-22T12:45:24.776Z] ---> e6da4f4af3e5 [2020-09-22T12:45:24.776Z] Step 26/29 : CMD [ "generate" ] [2020-09-22T12:45:25.065Z] ---> Running in 92d0714feac3 [2020-09-22T12:45:25.353Z] Removing intermediate container 3ab6a4e86c99 [2020-09-22T12:45:25.353Z] ---> 45bf20bf59b5 [2020-09-22T12:45:25.353Z] Step 21/22 : LABEL git_sha=04afc4824a9792660ec4e74542e62aecf15efb3b [2020-09-22T12:45:25.952Z] ---> Running in 7a5330d75b5e [2020-09-22T12:45:26.236Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-22T12:45:26.236Z] Removing intermediate container 92d0714feac3 [2020-09-22T12:45:26.236Z] ---> 34d98ed99429 [2020-09-22T12:45:26.237Z] Step 27/29 : LABEL arch=arm64 [2020-09-22T12:45:26.237Z] ---> 8e0e894c4b50 [2020-09-22T12:45:26.237Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-22T12:45:26.518Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-22T12:45:26.799Z] ---> Running in 10e90ab0f52d [2020-09-22T12:45:27.076Z] Removing intermediate container 7a5330d75b5e [2020-09-22T12:45:27.076Z] ---> f4d8aa1d0984 [2020-09-22T12:45:27.076Z] Step 22/22 : LABEL version=0.0.0 [2020-09-22T12:45:27.076Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-22T12:45:27.076Z] (2/33) Installing expat (2.2.9-r1) [2020-09-22T12:45:27.076Z] (3/33) Installing libffi (3.3-r2) [2020-09-22T12:45:27.076Z] (4/33) Installing gdbm (1.13-r1) [2020-09-22T12:45:27.076Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-22T12:45:27.076Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-22T12:45:27.076Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-22T12:45:28.530Z] ---> Running in 4631bec9e14d [2020-09-22T12:45:28.530Z] Removing intermediate container 10e90ab0f52d [2020-09-22T12:45:28.530Z] ---> 6a3ae2af1558 [2020-09-22T12:45:28.530Z] Step 28/29 : LABEL git_sha=04afc4824a9792660ec4e74542e62aecf15efb3b [2020-09-22T12:45:28.813Z] ---> 9cd27d135827 [2020-09-22T12:45:28.813Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-22T12:45:29.087Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-22T12:45:29.087Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-22T12:45:29.087Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-22T12:45:29.087Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-22T12:45:29.087Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-22T12:45:29.087Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-22T12:45:29.361Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-22T12:45:29.361Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-22T12:45:29.361Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-22T12:45:29.361Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-22T12:45:29.361Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-22T12:45:29.361Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-22T12:45:29.361Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-22T12:45:29.361Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-22T12:45:29.638Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-22T12:45:29.638Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-22T12:45:29.638Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-22T12:45:29.638Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-22T12:45:29.638Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-22T12:45:29.638Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-22T12:45:29.638Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-22T12:45:29.638Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-22T12:45:29.639Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-22T12:45:29.639Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-22T12:45:29.639Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-22T12:45:29.639Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-22T12:45:29.918Z] ---> Running in 73a4f30592f4 [2020-09-22T12:45:30.198Z] Executing busybox-1.31.1-r16.trigger [2020-09-22T12:45:30.198Z] OK: 71 MiB in 55 packages [2020-09-22T12:45:30.198Z] ---> Running in 0255daec907f [2020-09-22T12:45:30.810Z] Removing intermediate container 4631bec9e14d [2020-09-22T12:45:30.810Z] ---> ea59a8623fff [2020-09-22T12:45:30.810Z] [2020-09-22T12:45:30.810Z] Removing intermediate container 73a4f30592f4 [2020-09-22T12:45:30.810Z] ---> bb20a4efa4ae [2020-09-22T12:45:30.810Z] Step 29/29 : LABEL version=0.0.0 [2020-09-22T12:45:31.411Z] Successfully built ea59a8623fff [2020-09-22T12:45:31.411Z] Removing intermediate container 0255daec907f [2020-09-22T12:45:31.411Z] ---> a6b58555bad4 [2020-09-22T12:45:31.411Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-22T12:45:31.411Z] Successfully tagged docker-core-command-go-arm64:latest [2020-09-22T12:45:31.697Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2020-09-22T12:45:31.697Z] ---> Running in b1a34a144903 [2020-09-22T12:45:31.697Z] ---> Running in 098ab87192c6 [2020-09-22T12:45:32.302Z] Removing intermediate container b1a34a144903 [2020-09-22T12:45:32.302Z] ---> 2c49c3bd94ce [2020-09-22T12:45:32.302Z] [2020-09-22T12:45:32.587Z] Removing intermediate container 098ab87192c6 [2020-09-22T12:45:32.587Z] ---> 242882d3cb11 [2020-09-22T12:45:32.587Z] Step 20/22 : LABEL arch=arm64 [2020-09-22T12:45:32.864Z] Successfully built 2c49c3bd94ce [2020-09-22T12:45:33.140Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-09-22T12:45:33.140Z]  Building docker-security-secrets-setup-go ... done Building docker-support-notifications-go [2020-09-22T12:45:33.420Z] ---> Running in b2473a527279 [2020-09-22T12:45:34.412Z] Removing intermediate container b2473a527279 [2020-09-22T12:45:34.412Z] ---> 3abed8359a3d [2020-09-22T12:45:34.412Z] Step 21/22 : LABEL git_sha=04afc4824a9792660ec4e74542e62aecf15efb3b [2020-09-22T12:45:35.020Z] ---> Running in 925b7da9c174 [2020-09-22T12:45:37.063Z] Removing intermediate container 925b7da9c174 [2020-09-22T12:45:37.063Z] ---> a517720cf854 [2020-09-22T12:45:37.063Z] Step 22/22 : LABEL version=0.0.0 [2020-09-22T12:45:38.119Z] ---> Running in 3e67c0d11663 [2020-09-22T12:45:38.119Z] Removing intermediate container b7cc54b2627b [2020-09-22T12:45:38.119Z] ---> 128b1de64485 [2020-09-22T12:45:38.119Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-22T12:45:39.115Z] Removing intermediate container 3e67c0d11663 [2020-09-22T12:45:39.115Z] ---> c342863d4c53 [2020-09-22T12:45:39.115Z] [2020-09-22T12:45:39.115Z] ---> Running in 2b0d03f96b82 [2020-09-22T12:45:40.101Z] Successfully built c342863d4c53 [2020-09-22T12:45:40.101Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-09-22T12:45:40.101Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2020-09-22T12:45:46.829Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-22T12:45:46.829Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-22T12:45:46.829Z] ---> 46bba1517d36 [2020-09-22T12:45:46.829Z] Step 3/23 : WORKDIR /edgex-go [2020-09-22T12:45:46.829Z] ---> Using cache [2020-09-22T12:45:46.829Z] ---> b3bd16b45a63 [2020-09-22T12:45:46.829Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-22T12:45:46.829Z] ---> Using cache [2020-09-22T12:45:46.829Z] ---> e4b4c2203e29 [2020-09-22T12:45:46.829Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-09-22T12:45:46.829Z] Collecting docker-compose==1.23.2 [2020-09-22T12:45:46.829Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-22T12:45:48.275Z] Collecting texttable<0.10,>=0.9.0 [2020-09-22T12:45:48.275Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-22T12:45:50.907Z] ---> Running in ccc76053e430 [2020-09-22T12:45:51.896Z] Collecting jsonschema<3,>=2.5.1 [2020-09-22T12:45:52.168Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-22T12:45:52.168Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-22T12:45:52.441Z] Collecting docopt<0.7,>=0.6.1 [2020-09-22T12:45:52.441Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-22T12:45:53.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-22T12:45:54.022Z] v3.12.0-340-g36a1825bcc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-22T12:45:54.022Z] v3.12.0-341-g93993e9f08 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-22T12:45:54.022Z] OK: 12622 distinct packages available [2020-09-22T12:45:55.012Z] OK: 217 MiB in 51 packages [2020-09-22T12:45:56.009Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-22T12:45:56.009Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-22T12:45:57.437Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-22T12:45:57.437Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-22T12:45:57.707Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-09-22T12:45:58.298Z] Removing intermediate container ccc76053e430 [2020-09-22T12:45:58.298Z] ---> 0271e35501f6 [2020-09-22T12:45:58.298Z] Step 6/23 : COPY go.mod . [2020-09-22T12:45:58.571Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-22T12:45:58.571Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-22T12:46:00.006Z] ---> 1eb0e0c75eb8 [2020-09-22T12:46:00.006Z] Step 7/23 : RUN go mod download [2020-09-22T12:46:00.598Z] ---> Running in fb4581761797 [2020-09-22T12:46:01.584Z] Collecting cached-property<2,>=1.2.0 [2020-09-22T12:46:01.584Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-09-22T12:46:02.188Z] Collecting PyYAML<4,>=3.10 [2020-09-22T12:46:02.188Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-22T12:46:05.600Z] Removing intermediate container fb4581761797 [2020-09-22T12:46:05.600Z] ---> e3274f6ccac3 [2020-09-22T12:46:05.600Z] Step 8/23 : COPY . . [2020-09-22T12:46:06.583Z] Collecting docker<4.0,>=3.6.0 [2020-09-22T12:46:06.583Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-22T12:46:07.567Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-22T12:46:07.567Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-22T12:46:08.167Z] Collecting idna<2.8,>=2.5 [2020-09-22T12:46:08.167Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-22T12:46:08.167Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-09-22T12:46:08.167Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-09-22T12:46:08.442Z] Collecting docker-pycreds>=0.4.0 [2020-09-22T12:46:08.442Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-22T12:46:08.717Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-22T12:46:08.717Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-22T12:46:08.717Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-22T12:46:08.717Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-22T12:46:09.699Z] Installing collected packages: texttable, jsonschema, docopt, urllib3, idna, requests, websocket-client, dockerpty, cached-property, PyYAML, docker-pycreds, docker, docker-compose [2020-09-22T12:46:09.699Z] Running setup.py install for texttable: started [2020-09-22T12:46:12.321Z] Running setup.py install for texttable: finished with status 'done' [2020-09-22T12:46:12.594Z] Running setup.py install for docopt: started [2020-09-22T12:46:15.221Z] Running setup.py install for docopt: finished with status 'done' [2020-09-22T12:46:15.221Z] Attempting uninstall: urllib3 [2020-09-22T12:46:15.221Z] Found existing installation: urllib3 1.25.9 [2020-09-22T12:46:15.221Z] Uninstalling urllib3-1.25.9: [2020-09-22T12:46:15.221Z] Successfully uninstalled urllib3-1.25.9 [2020-09-22T12:46:16.205Z] Attempting uninstall: idna [2020-09-22T12:46:16.205Z] Found existing installation: idna 2.9 [2020-09-22T12:46:16.205Z] Uninstalling idna-2.9: [2020-09-22T12:46:16.205Z] Successfully uninstalled idna-2.9 [2020-09-22T12:46:17.182Z] Attempting uninstall: requests [2020-09-22T12:46:17.182Z] Found existing installation: requests 2.23.0 [2020-09-22T12:46:17.182Z] Uninstalling requests-2.23.0: [2020-09-22T12:46:17.182Z] Successfully uninstalled requests-2.23.0 [2020-09-22T12:46:17.788Z] Running setup.py install for dockerpty: started [2020-09-22T12:46:20.418Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-22T12:46:20.418Z] Running setup.py install for PyYAML: started [2020-09-22T12:46:22.425Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-22T12:46:22.425Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-22T12:46:22.425Z] ---> 46bba1517d36 [2020-09-22T12:46:22.425Z] Step 3/26 : WORKDIR /edgex-go [2020-09-22T12:46:22.425Z] ---> Using cache [2020-09-22T12:46:22.425Z] ---> b3bd16b45a63 [2020-09-22T12:46:22.425Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-22T12:46:22.425Z] ---> Using cache [2020-09-22T12:46:22.425Z] ---> e4b4c2203e29 [2020-09-22T12:46:22.425Z] Step 5/26 : RUN apk update && apk add make git [2020-09-22T12:46:22.706Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-22T12:46:23.693Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-22T12:46:23.693Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-22T12:46:23.693Z] ---> 46bba1517d36 [2020-09-22T12:46:23.693Z] Step 3/24 : WORKDIR /edgex-go [2020-09-22T12:46:23.693Z] ---> Using cache [2020-09-22T12:46:23.693Z] ---> b3bd16b45a63 [2020-09-22T12:46:23.693Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-22T12:46:23.693Z] ---> Using cache [2020-09-22T12:46:23.693Z] ---> e4b4c2203e29 [2020-09-22T12:46:23.693Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-22T12:46:27.142Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-09-22T12:46:27.142Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-22T12:46:27.142Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-22T12:46:27.142Z] ---> 46bba1517d36 [2020-09-22T12:46:27.142Z] Step 3/21 : WORKDIR /edgex-go [2020-09-22T12:46:27.142Z] ---> Using cache [2020-09-22T12:46:27.142Z] ---> b3bd16b45a63 [2020-09-22T12:46:27.142Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-22T12:46:27.142Z] ---> Using cache [2020-09-22T12:46:27.142Z] ---> e4b4c2203e29 [2020-09-22T12:46:27.142Z] Step 5/21 : RUN apk update && apk add make git [2020-09-22T12:46:29.862Z] ---> Running in 25dcc64e9b6f [2020-09-22T12:46:29.862Z] ---> Running in 6a7daa6f7b80 [2020-09-22T12:46:29.862Z] ---> Running in 390b0e73d03e [2020-09-22T12:46:30.862Z] ---> d995cb4afe91 [2020-09-22T12:46:30.862Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-22T12:46:31.152Z] ---> Running in 91d9b8e79d23 [2020-09-22T12:46:32.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-22T12:46:32.598Z] Removing intermediate container 2b0d03f96b82 [2020-09-22T12:46:32.598Z] ---> 864f8310ef80 [2020-09-22T12:46:32.598Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-22T12:46:32.878Z] ---> Running in b7687a907eb1 [2020-09-22T12:46:33.159Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-22T12:46:33.159Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-22T12:46:33.439Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-09-22T12:46:33.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-22T12:46:34.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-22T12:46:34.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-22T12:46:34.661Z] v3.12.0-340-g36a1825bcc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-22T12:46:34.661Z] v3.12.0-341-g93993e9f08 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-22T12:46:34.661Z] OK: 12622 distinct packages available [2020-09-22T12:46:34.939Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-22T12:46:34.939Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-22T12:46:34.939Z] v3.12.0-340-g36a1825bcc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-22T12:46:34.939Z] v3.12.0-341-g93993e9f08 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-22T12:46:34.939Z] OK: 12622 distinct packages available [2020-09-22T12:46:35.219Z] v3.12.0-340-g36a1825bcc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-22T12:46:35.219Z] v3.12.0-341-g93993e9f08 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-22T12:46:35.219Z] OK: 12622 distinct packages available [2020-09-22T12:46:35.500Z] OK: 217 MiB in 51 packages [2020-09-22T12:46:35.784Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-22T12:46:36.068Z] (2/3) Installing libcurl (7.69.1-r1) [2020-09-22T12:46:36.068Z] (3/3) Installing curl (7.69.1-r1) [2020-09-22T12:46:36.068Z] Executing busybox-1.31.1-r16.trigger [2020-09-22T12:46:36.068Z] OK: 217 MiB in 51 packages [2020-09-22T12:46:36.068Z] OK: 71 MiB in 58 packages [2020-09-22T12:46:36.069Z] OK: 217 MiB in 51 packages [2020-09-22T12:46:38.111Z] Removing intermediate container 390b0e73d03e [2020-09-22T12:46:38.111Z] ---> e8ca89f8208b [2020-09-22T12:46:38.111Z] Step 6/26 : COPY go.mod . [2020-09-22T12:46:38.399Z] Removing intermediate container 6a7daa6f7b80 [2020-09-22T12:46:38.399Z] ---> 5966433f3282 [2020-09-22T12:46:38.399Z] Step 6/21 : COPY go.mod . [2020-09-22T12:46:38.674Z] Removing intermediate container 25dcc64e9b6f [2020-09-22T12:46:38.674Z] ---> 066dfe765920 [2020-09-22T12:46:38.674Z] Step 6/24 : COPY go.mod . [2020-09-22T12:46:38.955Z] Removing intermediate container b7687a907eb1 [2020-09-22T12:46:38.955Z] ---> d7a704316e25 [2020-09-22T12:46:38.955Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-22T12:46:39.241Z] ---> Running in 347d39e773d6 [2020-09-22T12:46:40.250Z] ---> 005247f98911 [2020-09-22T12:46:40.250Z] Step 7/26 : RUN go mod download [2020-09-22T12:46:40.250Z] ---> 22bfc9668ee9 [2020-09-22T12:46:40.250Z] Step 7/21 : RUN go mod download [2020-09-22T12:46:40.250Z] Removing intermediate container 347d39e773d6 [2020-09-22T12:46:40.250Z] ---> 39e873901a12 [2020-09-22T12:46:40.250Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-22T12:46:40.531Z] ---> Running in ad909728523b [2020-09-22T12:46:40.531Z] ---> Running in df546298f91a [2020-09-22T12:46:40.812Z] ---> a29da8ed9520 [2020-09-22T12:46:40.812Z] Step 7/24 : RUN go mod download [2020-09-22T12:46:40.812Z] ---> Running in fc9634f201f6 [2020-09-22T12:46:41.093Z] ---> Running in a303fbf08ef2 [2020-09-22T12:46:42.100Z] Removing intermediate container fc9634f201f6 [2020-09-22T12:46:42.100Z] ---> 893bacc147c7 [2020-09-22T12:46:42.100Z] Step 25/27 : LABEL arch=arm64 [2020-09-22T12:46:42.100Z] ---> Running in d25524375768 [2020-09-22T12:46:43.571Z] Removing intermediate container d25524375768 [2020-09-22T12:46:43.571Z] ---> c0e8c0fc1c99 [2020-09-22T12:46:43.571Z] Step 26/27 : LABEL git_sha=04afc4824a9792660ec4e74542e62aecf15efb3b [2020-09-22T12:46:43.571Z] ---> Running in 9aceca36130a [2020-09-22T12:46:44.179Z] Removing intermediate container 9aceca36130a [2020-09-22T12:46:44.179Z] ---> 0ef2cdd25531 [2020-09-22T12:46:44.179Z] Step 27/27 : LABEL version=0.0.0 [2020-09-22T12:46:44.461Z] ---> Running in 597a9c23bfed [2020-09-22T12:46:45.069Z] Removing intermediate container 597a9c23bfed [2020-09-22T12:46:45.069Z] ---> 25aab32744ac [2020-09-22T12:46:45.069Z] [2020-09-22T12:46:46.072Z] Successfully built 25aab32744ac [2020-09-22T12:46:46.072Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-09-22T12:46:46.072Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-proxy-setup-go [2020-09-22T12:46:48.083Z] Removing intermediate container ad909728523b [2020-09-22T12:46:48.083Z] ---> 51fa78c0f276 [2020-09-22T12:46:48.083Z] Step 8/26 : COPY . . [2020-09-22T12:46:48.083Z] Removing intermediate container a303fbf08ef2 [2020-09-22T12:46:48.083Z] ---> fc3d7d761bef [2020-09-22T12:46:48.083Z] Step 8/24 : COPY . . [2020-09-22T12:46:48.083Z] Removing intermediate container df546298f91a [2020-09-22T12:46:48.083Z] ---> 2db004c507cf [2020-09-22T12:46:48.083Z] Step 8/21 : COPY . . [2020-09-22T12:47:20.498Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-22T12:47:20.498Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-22T12:47:20.498Z] ---> 46bba1517d36 [2020-09-22T12:47:20.498Z] Step 3/20 : WORKDIR /edgex-go [2020-09-22T12:47:20.498Z] ---> Using cache [2020-09-22T12:47:20.498Z] ---> b3bd16b45a63 [2020-09-22T12:47:20.498Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-22T12:47:20.498Z] ---> Using cache [2020-09-22T12:47:20.498Z] ---> e4b4c2203e29 [2020-09-22T12:47:20.498Z] Step 5/20 : RUN apk update && apk add make git [2020-09-22T12:47:20.498Z] ---> Using cache [2020-09-22T12:47:20.498Z] ---> 5966433f3282 [2020-09-22T12:47:20.498Z] Step 6/20 : COPY go.mod . [2020-09-22T12:47:20.498Z] ---> Using cache [2020-09-22T12:47:20.498Z] ---> 22bfc9668ee9 [2020-09-22T12:47:20.498Z] Step 7/20 : RUN go mod download [2020-09-22T12:47:20.498Z] ---> Using cache [2020-09-22T12:47:20.498Z] ---> 2db004c507cf [2020-09-22T12:47:20.498Z] Step 8/20 : COPY . . [2020-09-22T12:47:38.880Z] ---> a1ab479d53f4 [2020-09-22T12:47:38.880Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-09-22T12:47:38.880Z] ---> 14e173fdabc4 [2020-09-22T12:47:38.880Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-22T12:47:38.880Z] ---> Running in a8fa2e55d32d [2020-09-22T12:47:38.880Z] ---> 2469e3798c52 [2020-09-22T12:47:38.880Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-22T12:47:38.880Z] ---> Running in 992f77669f07 [2020-09-22T12:47:38.880Z] ---> Running in 4058c8580148 [2020-09-22T12:47:41.525Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-22T12:47:41.525Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-09-22T12:47:41.525Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-22T12:47:54.004Z] ---> cda3b484d264 [2020-09-22T12:47:54.004Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-22T12:47:54.004Z] ---> Running in 6dd19e75da58 [2020-09-22T12:47:57.572Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-09-22T12:47:57.572Z] Removing intermediate container 91d9b8e79d23 [2020-09-22T12:47:57.572Z] ---> 38b5311ff1ec [2020-09-22T12:47:57.572Z] [2020-09-22T12:47:57.572Z] Step 10/23 : FROM alpine [2020-09-22T12:47:57.572Z] ---> 62ee0e9f8440 [2020-09-22T12:47:57.572Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-22T12:47:57.897Z] ---> Running in 68b7e2c1a7c0 [2020-09-22T12:47:58.586Z] Removing intermediate container 68b7e2c1a7c0 [2020-09-22T12:47:58.586Z] ---> 6040a9df0e3c [2020-09-22T12:47:58.586Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-22T12:47:58.586Z] ---> Running in 419dca94ba19 [2020-09-22T12:47:59.572Z] Removing intermediate container 419dca94ba19 [2020-09-22T12:47:59.572Z] ---> ccdad69247a1 [2020-09-22T12:47:59.572Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-22T12:47:59.572Z] ---> Running in 87d85a5e2eae [2020-09-22T12:48:00.176Z] Removing intermediate container 87d85a5e2eae [2020-09-22T12:48:00.176Z] ---> 3edf8bcf7a18 [2020-09-22T12:48:00.176Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-22T12:48:00.460Z] ---> Running in 20d1895daa5e [2020-09-22T12:48:04.819Z] Removing intermediate container 20d1895daa5e [2020-09-22T12:48:04.819Z] ---> e618532d1f51 [2020-09-22T12:48:04.819Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-22T12:48:04.819Z] ---> Running in f67e0c666e2c [2020-09-22T12:48:07.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-22T12:48:08.485Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-22T12:48:09.482Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-22T12:48:09.482Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-22T12:48:09.763Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-22T12:48:10.042Z] (4/5) Installing libzmq (4.3.3-r0) [2020-09-22T12:48:10.042Z] (5/5) Installing zeromq (4.3.3-r0) [2020-09-22T12:48:10.321Z] Executing busybox-1.31.1-r16.trigger [2020-09-22T12:48:10.321Z] OK: 8 MiB in 19 packages [2020-09-22T12:48:12.346Z] Removing intermediate container f67e0c666e2c [2020-09-22T12:48:12.346Z] ---> 3b9f97a3a358 [2020-09-22T12:48:12.346Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-22T12:48:13.355Z] ---> 21dee9dedcfa [2020-09-22T12:48:13.355Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-22T12:48:16.021Z] ---> c835e280e1a2 [2020-09-22T12:48:16.021Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-22T12:48:17.024Z] ---> ec7be2745cef [2020-09-22T12:48:17.024Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-22T12:48:17.024Z] ---> Running in f7ffd87ccf49 [2020-09-22T12:48:17.636Z] Removing intermediate container f7ffd87ccf49 [2020-09-22T12:48:17.636Z] ---> b6aa3990fcf0 [2020-09-22T12:48:17.636Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-22T12:48:17.914Z] ---> Running in 9bb523016e4d [2020-09-22T12:48:18.530Z] Removing intermediate container 9bb523016e4d [2020-09-22T12:48:18.530Z] ---> 9d2a2ec6f968 [2020-09-22T12:48:18.530Z] Step 21/23 : LABEL arch=arm64 [2020-09-22T12:48:18.815Z] ---> Running in 739a80223a95 [2020-09-22T12:48:19.420Z] Removing intermediate container 739a80223a95 [2020-09-22T12:48:19.420Z] ---> 2c4a32a3b5d6 [2020-09-22T12:48:19.420Z] Step 22/23 : LABEL git_sha=04afc4824a9792660ec4e74542e62aecf15efb3b [2020-09-22T12:48:19.702Z] ---> Running in eaafa8f97ccd [2020-09-22T12:48:20.321Z] Removing intermediate container eaafa8f97ccd [2020-09-22T12:48:20.321Z] ---> 8e7556967036 [2020-09-22T12:48:20.321Z] Step 23/23 : LABEL version=0.0.0 [2020-09-22T12:48:20.321Z] ---> Running in e793b9675bca [2020-09-22T12:48:21.323Z] Removing intermediate container e793b9675bca [2020-09-22T12:48:21.323Z] ---> 56949eba3fd3 [2020-09-22T12:48:21.323Z] [2020-09-22T12:48:21.945Z] Successfully built 56949eba3fd3 [2020-09-22T12:48:21.945Z] Successfully tagged docker-core-data-go-arm64:latest [2020-09-22T12:49:00.991Z]  Building docker-core-data-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-22T12:49:09.290Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-09-22T12:49:11.308Z] Removing intermediate container 6dd19e75da58 [2020-09-22T12:49:11.308Z] ---> 94c4f26394b1 [2020-09-22T12:49:11.308Z] [2020-09-22T12:49:11.308Z] Step 10/20 : FROM alpine [2020-09-22T12:49:11.308Z] ---> 62ee0e9f8440 [2020-09-22T12:49:11.308Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-22T12:49:11.594Z] ---> Running in e6ac2c5bdea7 [2020-09-22T12:49:14.223Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-22T12:49:14.223Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-22T12:49:14.505Z] v3.12.0-340-g36a1825bcc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-22T12:49:14.505Z] v3.12.0-341-g93993e9f08 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-22T12:49:14.505Z] OK: 12620 distinct packages available [2020-09-22T12:49:15.488Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-22T12:49:15.488Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-22T12:49:15.488Z] (3/4) Installing libcurl (7.69.1-r1) [2020-09-22T12:49:15.488Z] (4/4) Installing curl (7.69.1-r1) [2020-09-22T12:49:15.488Z] Executing busybox-1.31.1-r16.trigger [2020-09-22T12:49:15.488Z] Executing ca-certificates-20191127-r4.trigger [2020-09-22T12:49:15.759Z] OK: 7 MiB in 18 packages [2020-09-22T12:49:18.519Z] Removing intermediate container e6ac2c5bdea7 [2020-09-22T12:49:18.519Z] ---> 4b9c0f5389d6 [2020-09-22T12:49:18.519Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-22T12:49:18.519Z] ---> Running in 6002b0b45221 [2020-09-22T12:49:18.820Z] Removing intermediate container a8fa2e55d32d [2020-09-22T12:49:18.820Z] ---> 04f0a4414acf [2020-09-22T12:49:18.820Z] [2020-09-22T12:49:18.820Z] Step 10/26 : FROM alpine:3.10 [2020-09-22T12:49:19.105Z] 3.10: Pulling from library/alpine [2020-09-22T12:49:19.105Z] Removing intermediate container 6002b0b45221 [2020-09-22T12:49:19.105Z] ---> b43f491683c5 [2020-09-22T12:49:19.105Z] Step 13/20 : WORKDIR /edgex [2020-09-22T12:49:19.727Z] ---> Running in 5ecaad5811d0 [2020-09-22T12:49:20.326Z] Removing intermediate container 5ecaad5811d0 [2020-09-22T12:49:20.326Z] ---> d4f7b5c4ba70 [2020-09-22T12:49:20.598Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-22T12:49:20.598Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-22T12:49:20.598Z] Status: Downloaded newer image for alpine:3.10 [2020-09-22T12:49:20.598Z] ---> 536a684cf733 [2020-09-22T12:49:20.598Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-22T12:49:20.872Z] ---> Running in d39eeaff9b38 [2020-09-22T12:49:21.855Z] ---> aba07ce30005 [2020-09-22T12:49:21.855Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-22T12:49:22.840Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-09-22T12:49:23.109Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-09-22T12:49:23.383Z] v3.10.5-90-gca55c9c184 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-22T12:49:23.383Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-22T12:49:23.383Z] OK: 10167 distinct packages available [2020-09-22T12:49:23.654Z] ---> e23996f48ee6 [2020-09-22T12:49:23.654Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-22T12:49:23.929Z] ---> Running in 9228963dd838 [2020-09-22T12:49:23.929Z] (1/5) Installing ca-certificates (20191127-r2) [2020-09-22T12:49:23.929Z] Removing intermediate container 4058c8580148 [2020-09-22T12:49:23.929Z] ---> 67c4041c5479 [2020-09-22T12:49:23.929Z] [2020-09-22T12:49:23.929Z] Step 10/24 : FROM scratch [2020-09-22T12:49:23.929Z] ---> [2020-09-22T12:49:23.929Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-22T12:49:24.202Z] Removing intermediate container 992f77669f07 [2020-09-22T12:49:24.202Z] ---> 35a4e6f0b733 [2020-09-22T12:49:24.202Z] [2020-09-22T12:49:24.202Z] Step 10/21 : FROM scratch [2020-09-22T12:49:24.202Z] ---> [2020-09-22T12:49:24.202Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-22T12:49:24.202Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-22T12:49:24.202Z] (3/5) Installing libcurl (7.66.0-r1) [2020-09-22T12:49:24.202Z] (4/5) Installing curl (7.66.0-r1) [2020-09-22T12:49:24.202Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-22T12:49:24.202Z] Executing busybox-1.30.1-r3.trigger [2020-09-22T12:49:24.202Z] Executing ca-certificates-20191127-r2.trigger [2020-09-22T12:49:24.202Z] ---> Using cache [2020-09-22T12:49:24.202Z] ---> 463d476bddfa [2020-09-22T12:49:24.202Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-22T12:49:24.473Z] ---> Using cache [2020-09-22T12:49:24.473Z] ---> ff51f7522193 [2020-09-22T12:49:24.473Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-22T12:49:24.473Z] OK: 7 MiB in 19 packages [2020-09-22T12:49:24.745Z] ---> Running in 2c964ea876e7 [2020-09-22T12:49:24.745Z] Removing intermediate container 9228963dd838 [2020-09-22T12:49:24.745Z] ---> a62e82ee8b6c [2020-09-22T12:49:24.745Z] Step 17/20 : CMD ["--init=true"] [2020-09-22T12:49:24.745Z] ---> Running in 3ba328854728 [2020-09-22T12:49:25.020Z] ---> Running in 8954abb7a8db [2020-09-22T12:49:25.294Z] Removing intermediate container 3ba328854728 [2020-09-22T12:49:25.294Z] ---> 0635f741b19f [2020-09-22T12:49:25.294Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-22T12:49:25.565Z] Removing intermediate container 2c964ea876e7 [2020-09-22T12:49:25.565Z] ---> a990066dbb7b [2020-09-22T12:49:25.565Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-22T12:49:25.565Z] ---> Running in 473724928fd6 [2020-09-22T12:49:25.565Z] Removing intermediate container 8954abb7a8db [2020-09-22T12:49:25.565Z] ---> 392bd3718afa [2020-09-22T12:49:25.565Z] Step 18/20 : LABEL arch=arm64 [2020-09-22T12:49:25.565Z] ---> Running in 1c7e2879869f [2020-09-22T12:49:25.838Z] ---> Running in 93395457517c [2020-09-22T12:49:26.434Z] Removing intermediate container 473724928fd6 [2020-09-22T12:49:26.434Z] ---> 27a3599c0515 [2020-09-22T12:49:26.434Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-22T12:49:26.434Z] Removing intermediate container 1c7e2879869f [2020-09-22T12:49:26.434Z] ---> 1d5bb7ea473e [2020-09-22T12:49:26.434Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-22T12:49:26.434Z] Removing intermediate container d39eeaff9b38 [2020-09-22T12:49:26.434Z] ---> 50ba0d4b827f [2020-09-22T12:49:26.434Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-22T12:49:26.710Z] Removing intermediate container 93395457517c [2020-09-22T12:49:26.710Z] ---> 262fc256453a [2020-09-22T12:49:26.710Z] Step 19/20 : LABEL git_sha=04afc4824a9792660ec4e74542e62aecf15efb3b [2020-09-22T12:49:26.710Z] ---> Running in 09691d8c76b2 [2020-09-22T12:49:26.710Z] ---> Running in 9ac8b8407eb2 [2020-09-22T12:49:27.315Z] ---> 4bb3be68d7a3 [2020-09-22T12:49:27.315Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-22T12:49:27.315Z] Removing intermediate container 09691d8c76b2 [2020-09-22T12:49:27.315Z] ---> be16a6ee59e4 [2020-09-22T12:49:27.315Z] Step 13/26 : WORKDIR / [2020-09-22T12:49:27.315Z] ---> 2324e3dc1561 [2020-09-22T12:49:27.315Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-22T12:49:27.588Z] Removing intermediate container 9ac8b8407eb2 [2020-09-22T12:49:27.588Z] ---> 3579c9ca50d7 [2020-09-22T12:49:27.588Z] Step 20/20 : LABEL version=0.0.0 [2020-09-22T12:49:27.588Z] ---> Running in 1cc2552bfbde [2020-09-22T12:49:27.863Z] ---> Running in e70a9a39cebc [2020-09-22T12:49:28.462Z] Removing intermediate container e70a9a39cebc [2020-09-22T12:49:28.462Z] ---> e1a1430f4d48 [2020-09-22T12:49:28.462Z] [2020-09-22T12:49:28.735Z] Removing intermediate container 1cc2552bfbde [2020-09-22T12:49:28.735Z] ---> bae5293d799d [2020-09-22T12:49:28.735Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-09-22T12:49:29.009Z] ---> c21150312b3d [2020-09-22T12:49:29.009Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-22T12:49:29.286Z] ---> b118c8825797 [2020-09-22T12:49:29.286Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-22T12:49:29.286Z] Successfully built e1a1430f4d48 [2020-09-22T12:49:29.286Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-09-22T12:49:29.893Z]  Building docker-security-proxy-setup-go ... done  ---> cf67b8a9bbde [2020-09-22T12:49:29.893Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-09-22T12:49:30.170Z] ---> 6cbad24e9c40 [2020-09-22T12:49:30.170Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-22T12:49:30.170Z] ---> 1ec1f2986387 [2020-09-22T12:49:30.170Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-22T12:49:30.170Z] ---> Running in 122d773735bd [2020-09-22T12:49:31.150Z] ---> e03a1ab0e047 [2020-09-22T12:49:31.150Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-22T12:49:31.150Z] Removing intermediate container 122d773735bd [2020-09-22T12:49:31.150Z] ---> 086037f82899 [2020-09-22T12:49:31.150Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-22T12:49:31.150Z] ---> 2858a36d04fc [2020-09-22T12:49:31.150Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-22T12:49:31.150Z] ---> Running in c5875cc67a6a [2020-09-22T12:49:31.756Z] Removing intermediate container c5875cc67a6a [2020-09-22T12:49:31.756Z] ---> 169a9f55bc70 [2020-09-22T12:49:31.756Z] Step 19/21 : LABEL arch=arm64 [2020-09-22T12:49:32.031Z] ---> 7366bc3c7264 [2020-09-22T12:49:32.031Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-22T12:49:32.031Z] ---> Running in cd6e73b1ec36 [2020-09-22T12:49:32.305Z] ---> 7f404439f07f [2020-09-22T12:49:32.305Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-22T12:49:32.577Z] Removing intermediate container cd6e73b1ec36 [2020-09-22T12:49:32.577Z] ---> 3f8b7ddb58bd [2020-09-22T12:49:32.577Z] Step 20/21 : LABEL git_sha=04afc4824a9792660ec4e74542e62aecf15efb3b [2020-09-22T12:49:32.851Z] ---> Running in 9764d1234c1d [2020-09-22T12:49:32.851Z] ---> 0b75b759fb7a [2020-09-22T12:49:32.851Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-22T12:49:33.140Z] Removing intermediate container 9764d1234c1d [2020-09-22T12:49:33.140Z] ---> 0deacefb8470 [2020-09-22T12:49:33.140Z] Step 21/21 : LABEL version=0.0.0 [2020-09-22T12:49:33.416Z] ---> c2d035864dba [2020-09-22T12:49:33.416Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-22T12:49:33.416Z] ---> Running in 882cb7927e93 [2020-09-22T12:49:33.689Z] ---> Running in 36224a1894c3 [2020-09-22T12:49:34.281Z] ---> a4cedd6df760 [2020-09-22T12:49:34.281Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-22T12:49:34.281Z] Removing intermediate container 882cb7927e93 [2020-09-22T12:49:34.281Z] ---> 7a5c72482691 [2020-09-22T12:49:34.281Z] [2020-09-22T12:49:34.281Z] Removing intermediate container 36224a1894c3 [2020-09-22T12:49:34.281Z] ---> 9b4140276325 [2020-09-22T12:49:34.281Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-22T12:49:34.556Z] ---> Running in 22d3cbfd425b [2020-09-22T12:49:34.556Z] Successfully built 7a5c72482691 [2020-09-22T12:49:34.831Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-09-22T12:49:35.422Z]  Building docker-support-scheduler-go ... done Removing intermediate container 22d3cbfd425b [2020-09-22T12:49:35.422Z] ---> 602412e5befd [2020-09-22T12:49:35.422Z] Step 22/24 : LABEL arch=arm64 [2020-09-22T12:49:35.422Z] ---> 60c63605e625 [2020-09-22T12:49:35.422Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-22T12:49:35.422Z] ---> Running in 94146444ad36 [2020-09-22T12:49:36.017Z] Removing intermediate container 94146444ad36 [2020-09-22T12:49:36.017Z] ---> a8e2c042def2 [2020-09-22T12:49:36.017Z] Step 23/24 : LABEL git_sha=04afc4824a9792660ec4e74542e62aecf15efb3b [2020-09-22T12:49:36.299Z] ---> Running in 4cc999731d34 [2020-09-22T12:49:36.299Z] ---> 1d7f386df272 [2020-09-22T12:49:36.299Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-22T12:49:36.574Z] Removing intermediate container 4cc999731d34 [2020-09-22T12:49:36.574Z] ---> 3a270bd3c44b [2020-09-22T12:49:36.574Z] Step 24/24 : LABEL version=0.0.0 [2020-09-22T12:49:36.844Z] ---> Running in fea776fab0ad [2020-09-22T12:49:37.115Z] ---> ac956bc2eea8 [2020-09-22T12:49:37.115Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-22T12:49:37.389Z] ---> Running in 9dd9e27241c9 [2020-09-22T12:49:37.389Z] Removing intermediate container fea776fab0ad [2020-09-22T12:49:37.389Z] ---> e6dbaf8f77ab [2020-09-22T12:49:37.389Z] [2020-09-22T12:49:37.986Z] Successfully built e6dbaf8f77ab [2020-09-22T12:49:37.986Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-09-22T12:49:39.953Z]  Building docker-support-notifications-go ... done Removing intermediate container 9dd9e27241c9 [2020-09-22T12:49:39.953Z] ---> 460b2254330e [2020-09-22T12:49:39.953Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-22T12:49:39.953Z] ---> Running in 5cfb05eec409 [2020-09-22T12:49:40.547Z] Removing intermediate container 5cfb05eec409 [2020-09-22T12:49:40.547Z] ---> 9503bdb28782 [2020-09-22T12:49:40.547Z] Step 24/26 : LABEL arch=arm64 [2020-09-22T12:49:40.547Z] ---> Running in 83516ed2f5e9 [2020-09-22T12:49:41.146Z] Removing intermediate container 83516ed2f5e9 [2020-09-22T12:49:41.146Z] ---> 482b93698e51 [2020-09-22T12:49:41.146Z] Step 25/26 : LABEL git_sha=04afc4824a9792660ec4e74542e62aecf15efb3b [2020-09-22T12:49:41.146Z] ---> Running in 20ee0fdfc8b3 [2020-09-22T12:49:41.744Z] Removing intermediate container 20ee0fdfc8b3 [2020-09-22T12:49:41.744Z] ---> 7f1936fea5d6 [2020-09-22T12:49:41.744Z] Step 26/26 : LABEL version=0.0.0 [2020-09-22T12:49:41.744Z] ---> Running in 71724f68207c [2020-09-22T12:49:42.336Z] Removing intermediate container 71724f68207c [2020-09-22T12:49:42.336Z] ---> 2ddc0eae5058 [2020-09-22T12:49:42.336Z] [2020-09-22T12:49:42.608Z] Successfully built 2ddc0eae5058 [2020-09-22T12:49:42.879Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-09-22T12:49:42.895Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2020-09-22T12:49:42.904Z] $ docker stop --time=1 bf2ae93c2dc3e611884aa997020239f1d6a231072c4d44f138f0214670e52294 [2020-09-22T12:49:44.840Z] $ docker rm -f bf2ae93c2dc3e611884aa997020239f1d6a231072c4d44f138f0214670e52294 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-22T12:49:45.567Z] + + grep dockerdocker [2020-09-22T12:49:45.567Z] images [2020-09-22T12:49:45.841Z] docker-security-secretstore-setup-go-arm64 latest 2ddc0eae5058 4 seconds ago 30.8MB [2020-09-22T12:49:45.841Z] docker-support-notifications-go-arm64 latest e6dbaf8f77ab 8 seconds ago 12.9MB [2020-09-22T12:49:45.841Z] docker-support-scheduler-go-arm64 latest 7a5c72482691 12 seconds ago 11.5MB [2020-09-22T12:49:45.841Z] docker-security-proxy-setup-go-arm64 latest e1a1430f4d48 17 seconds ago 15.1MB [2020-09-22T12:49:45.841Z] docker-core-data-go-arm64 latest 56949eba3fd3 About a minute ago 22.2MB [2020-09-22T12:49:45.841Z] docker-sys-mgmt-agent-go-arm64 latest 25aab32744ac 3 minutes ago 270MB [2020-09-22T12:49:45.841Z] docker-core-metadata-go-arm64 latest c342863d4c53 4 minutes ago 12.7MB [2020-09-22T12:49:45.841Z] docker-security-secrets-setup-go-arm64 latest 2c49c3bd94ce 4 minutes ago 22.7MB [2020-09-22T12:49:45.841Z] docker-core-command-go-arm64 latest ea59a8623fff 4 minutes ago 11.4MB [2020-09-22T12:49:45.841Z] docker-support-logging-go-arm64 latest f2c46e7ba56e 4 minutes ago 10.6MB [2020-09-22T12:49:45.841Z] docker latest 45884bde0078 4 days ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-22T12:49:49.529Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-22T12:49:50.104Z] ---> package-listing.sh [2020-09-22T12:49:50.104Z] ++ facter osfamily [2020-09-22T12:49:50.104Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-22T12:49:50.104Z] + OS_FAMILY=redhat [2020-09-22T12:49:50.104Z] + workspace=/w/workspace/edgex-go/2 [2020-09-22T12:49:50.104Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-22T12:49:50.104Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-22T12:49:50.104Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-22T12:49:50.104Z] + PACKAGES=/tmp/packages_start.txt [2020-09-22T12:49:50.104Z] + '[' /w/workspace/edgex-go/2 ']' [2020-09-22T12:49:50.104Z] + PACKAGES=/tmp/packages_end.txt [2020-09-22T12:49:50.104Z] + case "${OS_FAMILY}" in [2020-09-22T12:49:50.104Z] + rpm -qa [2020-09-22T12:49:50.104Z] + sort [2020-09-22T12:49:54.327Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-22T12:49:54.327Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-22T12:49:54.327Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-22T12:49:54.327Z] + '[' /w/workspace/edgex-go/2 ']' [2020-09-22T12:49:54.327Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2020-09-22T12:49:54.327Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-22T12:49:55.595Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-22T12:49:55.596Z] [2020-09-22T12:49:55.596Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-22T12:49:55.981Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-22T12:49:55.981Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-22T12:49:55.981Z] df20fa9351a1: Already exists [2020-09-22T12:49:55.981Z] 36b3adc4ff6f: Pulling fs layer [2020-09-22T12:49:55.981Z] 8ad3a11d3b57: Pulling fs layer [2020-09-22T12:49:55.981Z] 46f8f816bc3b: Pulling fs layer [2020-09-22T12:49:55.981Z] 0dadc02b9964: Pulling fs layer [2020-09-22T12:49:55.981Z] ce6a7cf60c04: Pulling fs layer [2020-09-22T12:49:55.981Z] 7a184a31f384: Pulling fs layer [2020-09-22T12:49:55.981Z] 0879bd2ef858: Pulling fs layer [2020-09-22T12:49:55.981Z] 0dadc02b9964: Waiting [2020-09-22T12:49:55.981Z] ce6a7cf60c04: Waiting [2020-09-22T12:49:55.981Z] 7a184a31f384: Waiting [2020-09-22T12:49:55.981Z] 0879bd2ef858: Waiting [2020-09-22T12:49:55.981Z] 46f8f816bc3b: Verifying Checksum [2020-09-22T12:49:55.981Z] 46f8f816bc3b: Download complete [2020-09-22T12:49:55.981Z] ce6a7cf60c04: Verifying Checksum [2020-09-22T12:49:55.981Z] ce6a7cf60c04: Download complete [2020-09-22T12:49:55.981Z] 7a184a31f384: Verifying Checksum [2020-09-22T12:49:55.981Z] 7a184a31f384: Download complete [2020-09-22T12:49:56.250Z] 0dadc02b9964: Verifying Checksum [2020-09-22T12:49:56.250Z] 0dadc02b9964: Download complete [2020-09-22T12:49:56.250Z] 8ad3a11d3b57: Verifying Checksum [2020-09-22T12:49:56.250Z] 8ad3a11d3b57: Download complete [2020-09-22T12:49:56.250Z] 36b3adc4ff6f: Pull complete [2020-09-22T12:49:56.828Z] 8ad3a11d3b57: Pull complete [2020-09-22T12:49:57.090Z] 46f8f816bc3b: Pull complete [2020-09-22T12:49:57.354Z] 0dadc02b9964: Pull complete [2020-09-22T12:49:57.929Z] 0879bd2ef858: Verifying Checksum [2020-09-22T12:49:57.929Z] 0879bd2ef858: Download complete [2020-09-22T12:49:57.929Z] ce6a7cf60c04: Pull complete [2020-09-22T12:49:58.193Z] 7a184a31f384: Pull complete [2020-09-22T12:50:01.524Z] 0879bd2ef858: Pull complete [2020-09-22T12:50:01.524Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-22T12:50:01.524Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-22T12:50:01.524Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-22T12:50:01.693Z] prd-centos7-docker-4c-2g-820 does not seem to be running inside a container [2020-09-22T12:50:01.741Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-22T12:50:04.541Z] $ docker top 9e3a518aec289f0b27128588d70d1f579efd36a63dcfcce902e8d4d92b064b1e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-22T12:50:05.076Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-22T12:50:05.380Z] + ls /var/log/sa-host [2020-09-22T12:50:05.380Z] + sadf -c /var/log/sa-host/sa05 [2020-09-22T12:50:05.380Z] file_magic: OK [2020-09-22T12:50:05.380Z] HZ: Using current value: 100 [2020-09-22T12:50:05.380Z] file_header: OK [2020-09-22T12:50:05.380Z] 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-22T12:50:05.380Z] Statistics: [2020-09-22T12:50:05.380Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-22T12:50:05.380Z] File successfully converted to sysstat format version 12.2.1 [2020-09-22T12:50:05.380Z] + sadf -c /var/log/sa-host/sa22 [2020-09-22T12:50:05.380Z] file_magic: OK [2020-09-22T12:50:05.380Z] HZ: Using current value: 100 [2020-09-22T12:50:05.380Z] file_header: OK [2020-09-22T12:50:05.380Z] 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-22T12:50:05.380Z] Statistics: [2020-09-22T12:50:05.380Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-22T12:50:05.380Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-22T12:50:05.452Z] provisioning config files... [2020-09-22T12:50:05.479Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config5120566133004993699tmp [Pipeline] { [Pipeline] echo [2020-09-22T12:50:05.558Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-22T12:50:05.857Z] ---> create-netrc.sh [Pipeline] echo [2020-09-22T12:50:05.867Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-22T12:50:06.167Z] ---> logs-deploy.sh [2020-09-22T12:50:06.168Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2699/2 [2020-09-22T12:50:06.168Z] INFO: archiving workspace using pattern(s): [2020-09-22T12:50:07.558Z] Archives upload complete. [2020-09-22T12:50:07.558Z] INFO: archiving logs to Nexus [2020-09-22T12:50:08.504Z] ---> uname -a: [2020-09-22T12:50:08.504Z] Linux 9e3a518aec28 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-22T12:50:08.504Z] [2020-09-22T12:50:08.504Z] [2020-09-22T12:50:08.504Z] ---> lscpu: [2020-09-22T12:50:08.504Z] Architecture: x86_64 [2020-09-22T12:50:08.504Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-22T12:50:08.504Z] Byte Order: Little Endian [2020-09-22T12:50:08.504Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-22T12:50:08.504Z] CPU(s): 4 [2020-09-22T12:50:08.504Z] On-line CPU(s) list: 0-3 [2020-09-22T12:50:08.504Z] Thread(s) per core: 1 [2020-09-22T12:50:08.504Z] Core(s) per socket: 1 [2020-09-22T12:50:08.504Z] Socket(s): 4 [2020-09-22T12:50:08.504Z] NUMA node(s): 1 [2020-09-22T12:50:08.504Z] Vendor ID: GenuineIntel [2020-09-22T12:50:08.504Z] CPU family: 6 [2020-09-22T12:50:08.504Z] Model: 44 [2020-09-22T12:50:08.504Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-22T12:50:08.504Z] Stepping: 1 [2020-09-22T12:50:08.504Z] CPU MHz: 2933.436 [2020-09-22T12:50:08.504Z] BogoMIPS: 5866.87 [2020-09-22T12:50:08.504Z] Virtualization: VT-x [2020-09-22T12:50:08.504Z] Hypervisor vendor: KVM [2020-09-22T12:50:08.504Z] Virtualization type: full [2020-09-22T12:50:08.504Z] L1d cache: 128 KiB [2020-09-22T12:50:08.504Z] L1i cache: 128 KiB [2020-09-22T12:50:08.504Z] L2 cache: 16 MiB [2020-09-22T12:50:08.504Z] L3 cache: 64 MiB [2020-09-22T12:50:08.504Z] NUMA node0 CPU(s): 0-3 [2020-09-22T12:50:08.504Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-22T12:50:08.504Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-22T12:50:08.504Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-22T12:50:08.504Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-22T12:50:08.504Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-22T12:50:08.504Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-22T12:50:08.504Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-22T12:50:08.504Z] Vulnerability Tsx async abort: Not affected [2020-09-22T12:50:08.504Z] 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 [2020-09-22T12:50:08.504Z] [2020-09-22T12:50:08.504Z] [2020-09-22T12:50:08.504Z] ---> nproc: [2020-09-22T12:50:08.504Z] 4 [2020-09-22T12:50:08.504Z] [2020-09-22T12:50:08.504Z] [2020-09-22T12:50:08.504Z] ---> df -h: [2020-09-22T12:50:08.504Z] Filesystem Size Used Available Use% Mounted on [2020-09-22T12:50:08.504Z] overlay 50.0G 7.4G 42.6G 15% / [2020-09-22T12:50:08.504Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-22T12:50:08.504Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-22T12:50:08.504Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-22T12:50:08.504Z] /dev/vda1 50.0G 7.4G 42.6G 15% /etc/resolv.conf [2020-09-22T12:50:08.504Z] /dev/vda1 50.0G 7.4G 42.6G 15% /etc/hostname [2020-09-22T12:50:08.504Z] /dev/vda1 50.0G 7.4G 42.6G 15% /etc/hosts [2020-09-22T12:50:08.504Z] /dev/vda1 50.0G 7.4G 42.6G 15% /var/log/sa-host [2020-09-22T12:50:08.504Z] /dev/vda1 50.0G 7.4G 42.6G 15% /w/workspace/edgex-go/2 [2020-09-22T12:50:08.504Z] /dev/vda1 50.0G 7.4G 42.6G 15% /w/workspace/edgex-go/2@tmp [2020-09-22T12:50:08.504Z] [2020-09-22T12:50:08.504Z] [2020-09-22T12:50:08.504Z] ---> free -m: [2020-09-22T12:50:08.504Z] total used free shared buff/cache available [2020-09-22T12:50:08.504Z] Mem: 1837 674 122 0 1041 1064 [2020-09-22T12:50:08.504Z] Swap: 1023 2 1021 [2020-09-22T12:50:08.504Z] [2020-09-22T12:50:08.504Z] [2020-09-22T12:50:08.504Z] ---> ip addr: [2020-09-22T12:50:08.504Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-22T12:50:08.504Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-22T12:50:08.504Z] inet 127.0.0.1/8 scope host lo [2020-09-22T12:50:08.504Z] valid_lft forever preferred_lft forever [2020-09-22T12:50:08.504Z] 8: eth0@if9: mtu 1458 qdisc noqueue state UP [2020-09-22T12:50:08.504Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-22T12:50:08.504Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-22T12:50:08.504Z] valid_lft forever preferred_lft forever [2020-09-22T12:50:08.504Z] [2020-09-22T12:50:08.504Z] [2020-09-22T12:50:08.504Z] ---> sar -b -r -n DEV: [2020-09-22T12:50:08.504Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/22/20 _x86_64_ (4 CPU) [2020-09-22T12:50:08.504Z] [2020-09-22T12:50:08.504Z] 12:28:53 LINUX RESTART (4 CPU) [2020-09-22T12:50:08.504Z] [2020-09-22T12:50:08.504Z] 12:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-09-22T12:50:08.504Z] 12:31:01 171.90 69.38 102.51 0.00 6189.02 45585.96 0.00 [2020-09-22T12:50:08.504Z] 12:32:01 24.75 1.75 23.01 0.00 546.30 5080.79 0.00 [2020-09-22T12:50:08.504Z] 12:33:01 0.23 0.00 0.23 0.00 0.00 3.00 0.00 [2020-09-22T12:50:08.504Z] 12:34:01 0.18 0.00 0.18 0.00 0.00 2.15 0.00 [2020-09-22T12:50:08.504Z] 12:35:01 0.38 0.03 0.35 0.00 1.07 5.08 0.00 [2020-09-22T12:50:08.504Z] 12:36:01 0.27 0.03 0.23 0.00 0.67 2.85 0.00 [2020-09-22T12:50:08.504Z] 12:37:01 0.25 0.00 0.25 0.00 0.00 3.91 0.00 [2020-09-22T12:50:08.504Z] 12:38:01 0.27 0.00 0.27 0.00 0.00 2.71 0.00 [2020-09-22T12:50:08.504Z] 12:39:01 0.20 0.00 0.20 0.00 0.00 1.77 0.00 [2020-09-22T12:50:08.504Z] 12:40:01 0.33 0.00 0.33 0.00 0.00 3.66 0.00 [2020-09-22T12:50:08.504Z] 12:41:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 [2020-09-22T12:50:08.504Z] 12:42:01 0.25 0.00 0.25 0.00 0.00 3.20 0.00 [2020-09-22T12:50:08.504Z] 12:43:01 0.23 0.00 0.23 0.00 0.00 3.11 0.00 [2020-09-22T12:50:08.504Z] 12:44:01 0.60 0.43 0.17 0.00 28.64 2.90 0.00 [2020-09-22T12:50:08.504Z] 12:45:01 0.90 0.05 0.85 0.00 1.60 16.56 0.00 [2020-09-22T12:50:08.504Z] 12:46:01 0.18 0.00 0.18 0.00 0.00 2.17 0.00 [2020-09-22T12:50:08.504Z] 12:47:02 0.32 0.00 0.32 0.00 0.00 3.50 0.00 [2020-09-22T12:50:08.504Z] 12:48:01 0.20 0.00 0.20 0.00 0.00 2.61 0.00 [2020-09-22T12:50:08.504Z] 12:49:01 0.28 0.00 0.28 0.00 0.00 3.21 0.00 [2020-09-22T12:50:08.504Z] 12:50:01 65.29 43.75 21.53 0.00 4294.62 3025.99 0.00 [2020-09-22T12:50:08.504Z] Average: 13.38 5.78 7.60 0.00 553.94 2692.11 0.00 [2020-09-22T12:50:08.504Z] [2020-09-22T12:50:08.504Z] 12:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-09-22T12:50:08.504Z] 12:31:01 143392 0 675616 35.91 2384 1060164 1421484 48.51 591696 947228 1728 [2020-09-22T12:50:08.504Z] 12:32:01 266440 0 608484 32.34 2116 1004516 1068092 36.45 496644 923124 20 [2020-09-22T12:50:08.504Z] 12:33:01 267508 0 607384 32.28 2116 1004548 1051752 35.89 496796 921972 20 [2020-09-22T12:50:08.504Z] 12:34:01 267884 0 607004 32.26 2116 1004552 1048560 35.79 504276 914828 8 [2020-09-22T12:50:08.504Z] 12:35:01 266912 0 607952 32.31 2116 1004576 1048816 35.79 511676 908548 24 [2020-09-22T12:50:08.504Z] 12:36:01 266500 0 608360 32.33 2116 1004580 1048920 35.80 511804 908560 20 [2020-09-22T12:50:08.504Z] 12:37:01 265964 0 608892 32.36 2116 1004584 1048944 35.80 511956 908704 8 [2020-09-22T12:50:08.504Z] 12:38:01 267648 0 607204 32.27 2116 1004588 1048692 35.79 510408 908704 8 [2020-09-22T12:50:08.504Z] 12:39:01 267680 0 607164 32.27 2116 1004596 1048692 35.79 510416 908704 12 [2020-09-22T12:50:08.504Z] 12:40:01 267452 0 607388 32.28 2116 1004600 1048788 35.79 498760 920728 8 [2020-09-22T12:50:08.504Z] 12:41:01 267060 0 607776 32.30 2116 1004604 1048860 35.80 499408 920732 20 [2020-09-22T12:50:08.504Z] 12:42:01 266868 0 607964 32.31 2116 1004608 1048824 35.79 499228 920728 20 [2020-09-22T12:50:08.504Z] 12:43:01 267156 0 607672 32.30 2116 1004612 1048824 35.79 499032 920728 8 [2020-09-22T12:50:08.504Z] 12:44:01 266100 0 608068 32.32 2116 1005272 1048860 35.80 499376 921380 24 [2020-09-22T12:50:08.504Z] 12:45:01 266524 0 607640 32.29 2116 1005276 1048776 35.79 498864 921380 8 [2020-09-22T12:50:08.504Z] 12:46:01 266612 0 607544 32.29 2116 1005284 1048728 35.79 498760 921380 8 [2020-09-22T12:50:08.505Z] 12:47:02 267172 0 606984 32.26 2116 1005284 1048692 35.79 498440 921380 8 [2020-09-22T12:50:08.505Z] 12:48:01 266984 0 607164 32.27 2116 1005292 1048692 35.79 498572 921380 8 [2020-09-22T12:50:08.505Z] 12:49:01 266720 0 607424 32.28 2116 1005296 1048692 35.79 498452 921380 8 [2020-09-22T12:50:08.505Z] 12:50:01 147464 0 667276 35.46 1664 1065152 1269212 43.32 523084 989636 89188 [2020-09-22T12:50:08.505Z] Average: 254802 0 614048 32.64 2107 1010599 1079545 36.84 507882 922560 4558 [2020-09-22T12:50:08.505Z] [2020-09-22T12:50:08.505Z] 12:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-09-22T12:50:08.505Z] 12:31:01 veth7b934a0 8.04 8.15 0.66 29.48 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:31:01 eth0 1929.33 1628.80 5864.15 2856.71 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:31:01 docker0 797.57 644.01 65.87 2680.34 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:32:01 eth0 81.16 44.07 339.81 6.81 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:32:01 docker0 37.16 69.52 2.13 331.83 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:33:01 eth0 0.77 0.45 0.35 0.21 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:34:01 eth0 1.35 0.10 0.10 0.04 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:35:01 eth0 2.46 0.73 0.78 0.43 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:36:01 eth0 1.47 0.42 0.39 0.24 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:37:01 eth0 0.93 0.63 0.57 0.40 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:38:01 eth0 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:39:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:40:01 eth0 0.48 0.22 0.15 0.07 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:41:01 eth0 0.97 0.45 0.32 0.21 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:42:01 eth0 1.13 0.37 0.34 0.20 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:43:01 eth0 1.67 0.65 0.61 0.37 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:44:01 eth0 0.52 0.30 0.27 0.23 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:45:01 eth0 0.22 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:46:01 eth0 0.18 0.18 0.07 0.01 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:47:02 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:48:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:49:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:50:01 eth0 85.97 69.26 689.05 38.07 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] 12:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] Average: eth0 105.62 87.49 345.40 145.44 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] Average: docker0 41.80 35.73 3.41 150.84 0.00 0.00 0.00 0.00 [2020-09-22T12:50:08.505Z] [2020-09-22T12:50:08.505Z]