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 gao270615179 for edgexfoundry/edgex-go Loading trusted files from base branch master at cc81cd9a60941bde415ebdc6eaf205dd7f209524 rather than 457432279def2d58d5b30d678bd4021ea9654a85 Obtained Jenkinsfile from cc81cd9a60941bde415ebdc6eaf205dd7f209524 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21010 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/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 --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit cc81cd9a60941bde415ebdc6eaf205dd7f209524 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 Merge succeeded, producing 26ccb024236b89bc3d516ac53aee4b076cedac15 Checking out Revision 26ccb024236b89bc3d516ac53aee4b076cedac15 (PR-3034) > git config core.sparsecheckout # timeout=10 > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # 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 cc81cd9a60941bde415ebdc6eaf205dd7f209524 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 26ccb024236b89bc3d516ac53aee4b076cedac15 # timeout=10 Commit message: "Merge commit 'cc81cd9a60941bde415ebdc6eaf205dd7f209524' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T00:31:34.548Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T00:31:34.838Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T00:31:35.016Z] ========================================================= [2021-01-19T00:31:35.016Z] EdgeX Global Pipelines Version Info [2021-01-19T00:31:35.016Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 097d93fd72ab2a90bd42ed6b751e6205374e7967 # timeout=10 [2021-01-19T00:31:38.010Z] ------------------- [2021-01-19T00:31:38.010Z] stable info: [2021-01-19T00:31:38.010Z] ------------------- [2021-01-19T00:31:38.010Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T00:31:38.010Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-19T00:31:38.010Z] Message: update stable to v1.0.177 [2021-01-19T00:31:39.040Z] ------------------- [2021-01-19T00:31:39.040Z] experimental info: [2021-01-19T00:31:39.040Z] ------------------- [2021-01-19T00:31:39.040Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-19T00:31:39.040Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-19T00:31:39.040Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T00:31:39.479Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-19T00:31:39.607Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-19T00:31:39.748Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T00:31:39.873Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T00:31:40.018Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T00:31:40.157Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T00:31:40.247Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T00:31:40.385Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-19T00:31:40.491Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-19T00:31:40.593Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-19T00:31:40.693Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T00:31:40.786Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T00:31:40.910Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T00:31:40.993Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T00:31:41.104Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T00:31:41.198Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T00:31:41.316Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T00:31:41.401Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T00:31:41.515Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-19T00:31:41.597Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-19T00:31:41.686Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-19T00:31:41.771Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T00:31:41.858Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T00:31:41.950Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3034 [Pipeline] echo [2021-01-19T00:31:42.062Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3034 [Pipeline] echo [2021-01-19T00:31:42.144Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3034 [Pipeline] echo [2021-01-19T00:31:42.226Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 26ccb024236b89bc3d516ac53aee4b076cedac15 [Pipeline] echo [2021-01-19T00:31:42.329Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 26ccb02 [Pipeline] echo [2021-01-19T00:31:42.420Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T00:31:42.583Z] provisioning config files... [2021-01-19T00:31:42.663Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config3953287349411660104tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:31:43.302Z] ---> docker-login.sh [2021-01-19T00:31:43.302Z] nexus3.edgexfoundry.org:10001 [2021-01-19T00:31:44.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:31:44.622Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:31:44.622Z] Configure a credential helper to remove this warning. See [2021-01-19T00:31:44.622Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:31:44.622Z] [2021-01-19T00:31:44.622Z] Login Succeeded [2021-01-19T00:31:44.622Z] nexus3.edgexfoundry.org:10002 [2021-01-19T00:31:44.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:31:45.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:31:45.225Z] Configure a credential helper to remove this warning. See [2021-01-19T00:31:45.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:31:45.225Z] [2021-01-19T00:31:45.225Z] Login Succeeded [2021-01-19T00:31:45.225Z] nexus3.edgexfoundry.org:10003 [2021-01-19T00:31:45.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:31:45.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:31:45.507Z] Configure a credential helper to remove this warning. See [2021-01-19T00:31:45.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:31:45.507Z] [2021-01-19T00:31:45.507Z] Login Succeeded [2021-01-19T00:31:45.507Z] nexus3.edgexfoundry.org:10004 [2021-01-19T00:31:45.806Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:31:46.106Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:31:46.106Z] Configure a credential helper to remove this warning. See [2021-01-19T00:31:46.106Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:31:46.106Z] [2021-01-19T00:31:46.106Z] Login Succeeded [2021-01-19T00:31:46.106Z] docker.io [2021-01-19T00:31:46.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:31:46.676Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:31:46.676Z] Configure a credential helper to remove this warning. See [2021-01-19T00:31:46.676Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:31:46.676Z] [2021-01-19T00:31:46.676Z] Login Succeeded [2021-01-19T00:31:46.676Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T00:31:46.696Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T00:31:47.251Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-19T00:31:47.251Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:31:47.251Z] ++ dirname cmd/core-command/Dockerfile [2021-01-19T00:31:47.251Z] ++ cut -d/ -f2 [2021-01-19T00:31:47.251Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-19T00:31:47.251Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:31:47.251Z] ++ cut -d/ -f2 [2021-01-19T00:31:47.251Z] ++ dirname cmd/core-data/Dockerfile [2021-01-19T00:31:47.251Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-19T00:31:47.251Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:31:47.251Z] ++ cut -d/ -f2 [2021-01-19T00:31:47.251Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-19T00:31:47.251Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-19T00:31:47.251Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:31:47.251Z] ++ cut -d/ -f2 [2021-01-19T00:31:47.251Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-19T00:31:47.251Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-19T00:31:47.251Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:31:47.251Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-19T00:31:47.251Z] ++ cut -d/ -f2 [2021-01-19T00:31:47.251Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-19T00:31:47.251Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:31:47.251Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-19T00:31:47.251Z] ++ cut -d/ -f2 [2021-01-19T00:31:47.251Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-19T00:31:47.251Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:31:47.251Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-19T00:31:47.251Z] ++ cut -d/ -f2 [2021-01-19T00:31:47.251Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-19T00:31:47.251Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:31:47.251Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-19T00:31:47.251Z] ++ cut -d/ -f2 [2021-01-19T00:31:47.251Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-19T00:31:47.251Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:31:47.251Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-19T00:31:47.251Z] ++ cut -d/ -f2 [2021-01-19T00:31:47.251Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-19T00:31:47.419Z] 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/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 [2021-01-19T00:31:48.256Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T00:31:48.256Z] [2021-01-19T00:31:48.256Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:31:48.709Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T00:31:49.004Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T00:31:49.004Z] 31603596830f: Pulling fs layer [2021-01-19T00:31:49.004Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T00:31:49.004Z] 6ca5941a6612: Pulling fs layer [2021-01-19T00:31:49.004Z] ecc8261a40a4: Pulling fs layer [2021-01-19T00:31:49.004Z] ecc8261a40a4: Waiting [2021-01-19T00:31:49.004Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T00:31:49.004Z] 2a8b12db71e7: Download complete [2021-01-19T00:31:49.004Z] 31603596830f: Verifying Checksum [2021-01-19T00:31:49.004Z] 31603596830f: Download complete [2021-01-19T00:31:49.622Z] ecc8261a40a4: Verifying Checksum [2021-01-19T00:31:49.622Z] ecc8261a40a4: Download complete [2021-01-19T00:31:49.622Z] 6ca5941a6612: Verifying Checksum [2021-01-19T00:31:49.622Z] 6ca5941a6612: Download complete [2021-01-19T00:31:50.248Z] 31603596830f: Pull complete [2021-01-19T00:31:50.572Z] 2a8b12db71e7: Pull complete [2021-01-19T00:31:52.773Z] 6ca5941a6612: Pull complete [2021-01-19T00:31:53.102Z] ecc8261a40a4: Pull complete [2021-01-19T00:31:53.102Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T00:31:53.102Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T00:31:53.102Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T00:31:53.478Z] prd-centos7-docker-4c-2g-21010 does not seem to be running inside a container [2021-01-19T00:31:53.820Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T00:31:56.965Z] $ docker top 8b61df410ade911aa6964c267aec643033c1934a6a35bdf13fdf42cf382e3c9c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T00:31:57.332Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T00:31:57.332Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T00:31:57.901Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T00:31:57.907Z] $ docker exec 8b61df410ade911aa6964c267aec643033c1934a6a35bdf13fdf42cf382e3c9c ssh-agent [2021-01-19T00:31:58.344Z] SSH_AUTH_SOCK=/tmp/ssh-YVQWUqMx0i7H/agent.11 [2021-01-19T00:31:58.344Z] SSH_AGENT_PID=16 [2021-01-19T00:31:58.379Z] Running ssh-add (command line suppressed) [2021-01-19T00:31:58.801Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_4109631291608796142.key (/w/workspace/edgex-go/4@tmp/private_key_4109631291608796142.key) [2021-01-19T00:31:58.930Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T00:31:59.344Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T00:31:59.375Z] $ docker exec --env ******** --env ******** 8b61df410ade911aa6964c267aec643033c1934a6a35bdf13fdf42cf382e3c9c ssh-agent -k [2021-01-19T00:31:59.548Z] unset SSH_AUTH_SOCK; [2021-01-19T00:31:59.549Z] unset SSH_AGENT_PID; [2021-01-19T00:31:59.549Z] echo Agent pid 16 killed; [2021-01-19T00:31:59.611Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T00:31:59.751Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T00:31:59.751Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T00:32:00.173Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T00:32:00.199Z] $ docker exec 8b61df410ade911aa6964c267aec643033c1934a6a35bdf13fdf42cf382e3c9c ssh-agent [2021-01-19T00:32:00.506Z] SSH_AUTH_SOCK=/tmp/ssh-DgXsVRYOwn0Z/agent.44 [2021-01-19T00:32:00.506Z] SSH_AGENT_PID=49 [2021-01-19T00:32:00.516Z] Running ssh-add (command line suppressed) [2021-01-19T00:32:00.763Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_7440125291682522818.key (/w/workspace/edgex-go/4@tmp/private_key_7440125291682522818.key) [2021-01-19T00:32:00.876Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T00:32:01.332Z] + git semver init [2021-01-19T00:32:01.610Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T00:32:01.610Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-01-19T00:32:01.610Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-01-19T00:32:01.610Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T00:32:01.610Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T00:32:01.610Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T00:32:01.610Z] # $SEMVER_BRANCH = PR-3034 [2021-01-19T00:32:01.610Z] # $SEMVER_TEMP = /tmp/semver-234237793 [2021-01-19T00:32:01.610Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-19T00:32:49.275Z] # '/tmp/semver-234237793' -> '/w/workspace/edgex-go/4/.semver' [2021-01-19T00:32:49.275Z] # -> Force: false [2021-01-19T00:32:49.275Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-01-19T00:32:49.299Z] $ docker exec --env ******** --env ******** 8b61df410ade911aa6964c267aec643033c1934a6a35bdf13fdf42cf382e3c9c ssh-agent -k [2021-01-19T00:32:49.775Z] unset SSH_AUTH_SOCK; [2021-01-19T00:32:49.776Z] unset SSH_AGENT_PID; [2021-01-19T00:32:49.776Z] echo Agent pid 49 killed; [2021-01-19T00:32:49.949Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T00:32:50.955Z] + git semver [Pipeline] } [2021-01-19T00:32:50.991Z] $ docker stop --time=1 8b61df410ade911aa6964c267aec643033c1934a6a35bdf13fdf42cf382e3c9c [2021-01-19T00:32:53.323Z] $ docker rm -f 8b61df410ade911aa6964c267aec643033c1934a6a35bdf13fdf42cf382e3c9c [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T00:32:54.133Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T00:32:55.079Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T00:32:55.082Z] [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] sh [2021-01-19T00:32:56.014Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T00:32:56.375Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T00:32:56.744Z] + sudo service docker restart [2021-01-19T00:32:56.744Z] + true [2021-01-19T00:32:56.744Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-19T00:32:57.794Z] ========================================================= [2021-01-19T00:32:57.794Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T00:32:57.794Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:32:58.248Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-19T00:33:06.882Z] Sending build context to Docker daemon 326.6MB [2021-01-19T00:33:06.882Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T00:33:06.882Z] Step 2/6 : FROM ${BASE} [2021-01-19T00:33:06.882Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T00:33:06.882Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T00:33:06.882Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T00:33:06.882Z] de9db76c5a1d: Pulling fs layer [2021-01-19T00:33:06.882Z] bca2f99d35d6: Pulling fs layer [2021-01-19T00:33:06.882Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T00:33:06.882Z] 7c6f9722023f: Pulling fs layer [2021-01-19T00:33:06.882Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T00:33:06.882Z] 93359f2a8cfa: Waiting [2021-01-19T00:33:06.882Z] 7c6f9722023f: Waiting [2021-01-19T00:33:06.882Z] a35cf1a2eb13: Waiting [2021-01-19T00:33:06.882Z] bca2f99d35d6: Waiting [2021-01-19T00:33:06.882Z] de9db76c5a1d: Verifying Checksum [2021-01-19T00:33:06.882Z] de9db76c5a1d: Download complete [2021-01-19T00:33:06.882Z] 0ef7d3d256c8: Verifying Checksum [2021-01-19T00:33:06.882Z] 0ef7d3d256c8: Download complete [2021-01-19T00:33:06.882Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T00:33:06.882Z] 93359f2a8cfa: Download complete [2021-01-19T00:33:06.882Z] 7c6f9722023f: Verifying Checksum [2021-01-19T00:33:06.882Z] 7c6f9722023f: Download complete [2021-01-19T00:33:06.882Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T00:33:06.882Z] 188c0c94c7c5: Download complete [2021-01-19T00:33:07.612Z] 188c0c94c7c5: Pull complete [2021-01-19T00:33:08.714Z] 0ef7d3d256c8: Pull complete [2021-01-19T00:33:09.335Z] de9db76c5a1d: Pull complete [2021-01-19T00:33:10.482Z] Still waiting to schedule task [2021-01-19T00:33:10.483Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-19T00:33:10.811Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T00:33:10.812Z] a35cf1a2eb13: Download complete [2021-01-19T00:33:12.875Z] bca2f99d35d6: Verifying Checksum [2021-01-19T00:33:12.875Z] bca2f99d35d6: Download complete [2021-01-19T00:33:28.203Z] bca2f99d35d6: Pull complete [2021-01-19T00:33:28.203Z] 93359f2a8cfa: Pull complete [2021-01-19T00:33:28.203Z] 7c6f9722023f: Pull complete [2021-01-19T00:33:32.770Z] a35cf1a2eb13: Pull complete [2021-01-19T00:33:32.770Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T00:33:32.770Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T00:33:32.770Z] ---> a62c8e92a672 [2021-01-19T00:33:32.770Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-19T00:33:32.770Z] ---> Running in 768b2b0d0c83 [2021-01-19T00:33:34.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:33:35.866Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:33:37.432Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T00:33:37.432Z] (2/12) Installing file (5.38-r0) [2021-01-19T00:33:37.707Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T00:33:37.707Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T00:33:53.240Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T00:33:53.241Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T00:33:53.241Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T00:33:53.241Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T00:33:53.241Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T00:33:53.241Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T00:33:53.241Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T00:33:53.241Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T00:33:53.241Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:33:53.241Z] OK: 233 MiB in 51 packages [2021-01-19T00:33:57.649Z] Removing intermediate container 768b2b0d0c83 [2021-01-19T00:33:57.649Z] ---> f011a732ecdf [2021-01-19T00:33:57.649Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T00:33:57.649Z] ---> Running in 2c668f57aff7 [2021-01-19T00:33:57.948Z] Removing intermediate container 2c668f57aff7 [2021-01-19T00:33:57.948Z] ---> 85d498f1efec [2021-01-19T00:33:57.948Z] Step 5/6 : COPY go.mod . [2021-01-19T00:33:58.617Z] ---> 541e988f30dc [2021-01-19T00:33:58.617Z] Step 6/6 : RUN go mod download [2021-01-19T00:33:58.902Z] ---> Running in f460408de102 [2021-01-19T00:34:26.088Z] Removing intermediate container f460408de102 [2021-01-19T00:34:26.088Z] ---> 0ff75d459286 [2021-01-19T00:34:26.088Z] Successfully built 0ff75d459286 [2021-01-19T00:34:26.088Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:34:26.481Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T00:34:26.481Z] . [Pipeline] withDockerContainer [2021-01-19T00:34:26.978Z] prd-centos7-docker-4c-2g-21010 does not seem to be running inside a container [2021-01-19T00:34:27.201Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T00:34:29.188Z] $ docker top 01f88354daee7502a783ea79040fc6fecc61e55255673e7666dc4d408c8369c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T00:34:30.220Z] + go version [2021-01-19T00:34:30.220Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T00:34:30.242Z] $ docker stop --time=1 01f88354daee7502a783ea79040fc6fecc61e55255673e7666dc4d408c8369c0 [2021-01-19T00:34:31.984Z] $ docker rm -f 01f88354daee7502a783ea79040fc6fecc61e55255673e7666dc4d408c8369c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:34:33.148Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T00:34:33.148Z] . [Pipeline] withDockerContainer [2021-01-19T00:34:33.496Z] prd-centos7-docker-4c-2g-21010 does not seem to be running inside a container [2021-01-19T00:34:33.582Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T00:34:35.208Z] $ docker top ac4f90ea589ad0eb7670e492767a62963b43d45e9398883e63a6836fefedcdaf -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T00:34:35.655Z] ========================================================= [2021-01-19T00:34:35.656Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T00:34:35.656Z] ========================================================= [Pipeline] sh [2021-01-19T00:34:35.969Z] + make test [2021-01-19T00:34:35.969Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T00:34:54.695Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T00:35:23.028Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T00:35:33.789Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T00:35:35.815Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T00:35:35.815Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T00:35:35.815Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T00:35:35.815Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T00:35:36.091Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T00:35:37.638Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T00:35:37.957Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T00:35:39.499Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T00:35:43.001Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T00:35:43.001Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T00:35:43.001Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T00:35:45.751Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.136s coverage: 46.8% of statements [2021-01-19T00:35:45.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T00:35:45.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T00:35:45.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T00:35:45.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T00:35:45.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T00:35:51.777Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.344s coverage: 27.0% of statements [2021-01-19T00:35:51.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T00:35:51.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T00:35:51.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T00:35:51.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T00:35:51.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T00:35:51.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T00:35:51.777Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.090s coverage: 100.0% of statements [2021-01-19T00:35:51.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T00:35:51.777Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.124s coverage: 100.0% of statements [2021-01-19T00:35:51.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T00:35:51.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T00:35:51.777Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.436s coverage: 67.9% of statements [2021-01-19T00:35:51.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T00:35:51.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T00:35:51.777Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.539s coverage: 82.3% of statements [2021-01-19T00:35:51.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T00:35:51.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T00:35:51.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T00:35:51.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T00:35:56.471Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.763s coverage: 28.6% of statements [2021-01-19T00:35:56.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T00:35:56.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T00:35:56.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T00:35:56.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T00:35:56.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T00:35:56.471Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.196s coverage: 100.0% of statements [2021-01-19T00:35:56.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T00:35:56.471Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.052s coverage: 100.0% of statements [2021-01-19T00:35:56.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T00:35:56.471Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.178s coverage: 86.7% of statements [2021-01-19T00:35:56.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T00:35:57.509Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.199s coverage: 97.5% of statements [2021-01-19T00:35:57.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T00:35:57.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.300s coverage: 78.3% of statements [2021-01-19T00:35:57.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T00:35:57.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T00:35:57.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T00:35:57.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T00:36:02.527Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.062s coverage: 92.8% of statements [2021-01-19T00:36:02.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T00:36:02.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T00:36:02.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T00:36:02.527Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T00:36:02.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T00:36:02.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T00:36:02.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T00:36:02.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T00:36:02.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T00:36:02.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T00:36:02.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T00:36:02.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T00:36:02.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T00:36:02.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T00:36:02.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T00:36:02.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T00:36:02.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T00:36:02.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T00:36:02.527Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.143s coverage: 58.8% of statements [2021-01-19T00:36:02.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T00:36:02.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T00:36:02.527Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.165s coverage: 0.1% of statements [2021-01-19T00:36:02.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T00:36:02.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T00:36:02.527Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T00:36:02.527Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T00:36:02.527Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-01-19T00:36:02.527Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T00:36:02.527Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements [2021-01-19T00:36:02.527Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T00:36:02.527Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements [2021-01-19T00:36:02.527Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.088s coverage: 87.2% of statements [2021-01-19T00:36:02.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.087s coverage: 84.2% of statements [2021-01-19T00:36:04.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.155s coverage: 91.4% of statements [2021-01-19T00:36:04.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T00:36:06.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.862s coverage: 63.5% of statements [2021-01-19T00:36:06.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T00:36:06.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T00:36:06.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.113s coverage: 100.0% of statements [2021-01-19T00:36:06.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.137s coverage: 91.3% of statements [2021-01-19T00:36:06.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.109s coverage: 100.0% of statements [2021-01-19T00:36:06.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.132s coverage: 73.7% of statements [2021-01-19T00:36:08.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements [2021-01-19T00:36:10.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.726s coverage: 68.9% of statements [2021-01-19T00:36:10.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T00:36:10.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T00:36:10.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T00:36:10.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T00:36:10.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T00:36:10.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.188s coverage: 37.0% of statements [2021-01-19T00:36:10.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T00:36:10.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T00:36:10.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.583s coverage: 84.0% of statements [2021-01-19T00:36:10.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.054s coverage: 100.0% of statements [2021-01-19T00:36:15.086Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.144s coverage: 47.1% of statements [2021-01-19T00:36:15.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T00:36:15.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T00:36:15.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T00:36:15.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T00:36:15.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T00:36:15.086Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.238s coverage: 100.0% of statements [2021-01-19T00:36:15.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T00:36:15.086Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.076s coverage: 100.0% of statements [2021-01-19T00:36:15.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T00:36:16.723Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.154s coverage: 29.1% of statements [2021-01-19T00:36:16.723Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T00:36:16.723Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T00:36:16.723Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T00:36:16.723Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T00:36:16.723Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T00:36:16.723Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.099s coverage: 99.0% of statements [2021-01-19T00:36:16.723Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T00:36:16.723Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.052s coverage: 100.0% of statements [2021-01-19T00:36:16.723Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T00:36:16.723Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements [2021-01-19T00:36:16.724Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T00:36:16.724Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements [2021-01-19T00:36:16.724Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T00:36:16.724Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T00:36:16.724Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T00:36:16.724Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T00:36:16.724Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements [2021-01-19T00:36:16.724Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T00:36:16.724Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T00:36:17.479Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.091s coverage: 100.0% of statements [2021-01-19T00:36:17.781Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.047s coverage: 32.1% of statements [2021-01-19T00:36:18.095Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.135s coverage: 100.0% of statements [2021-01-19T00:36:18.713Z] GO111MODULE=on go vet ./... [2021-01-19T00:36:33.012Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21026 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws [2021-01-19T00:36:33.061Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-01-19T00:36:38.719Z] using credential edgex-jenkins-ssh [2021-01-19T00:36:38.781Z] Cloning the remote Git repository [2021-01-19T00:36:38.832Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T00:36:38.961Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-01-19T00:36:39.038Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T00:36:39.038Z] > git --version # timeout=10 [2021-01-19T00:36:39.058Z] > git --version # 'git version 2.17.1' [2021-01-19T00:36:39.060Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T00:36:39.154Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T00:36:55.172Z] Merging remotes/origin/master commit cc81cd9a60941bde415ebdc6eaf205dd7f209524 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 [2021-01-19T00:36:54.182Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T00:36:54.209Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T00:36:54.239Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T00:36:54.276Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T00:36:54.277Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T00:36:54.293Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T00:36:55.194Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T00:36:55.211Z] > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 [2021-01-19T00:36:55.999Z] Merge succeeded, producing 0f75af0c9c9660122f28690563d9902099d0a698 [2021-01-19T00:36:55.999Z] Checking out Revision 0f75af0c9c9660122f28690563d9902099d0a698 (PR-3034) [2021-01-19T00:36:55.541Z] > git remote # timeout=10 [2021-01-19T00:36:55.559Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T00:36:55.575Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T00:36:55.586Z] > git merge cc81cd9a60941bde415ebdc6eaf205dd7f209524 # timeout=10 [2021-01-19T00:36:55.982Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T00:36:56.006Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T00:36:56.015Z] > git checkout -f 0f75af0c9c9660122f28690563d9902099d0a698 # timeout=10 [2021-01-19T00:37:00.437Z] Commit message: "Merge commit 'cc81cd9a60941bde415ebdc6eaf205dd7f209524' into HEAD" [2021-01-19T00:37:00.460Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T00:37:00.446Z] > git rev-list --no-walk 097d93fd72ab2a90bd42ed6b751e6205374e7967 # timeout=10 [2021-01-19T00:37:02.104Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T00:37:02.524Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T00:37:02.864Z] + + true [2021-01-19T00:37:02.864Z] sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T00:37:04.947Z] provisioning config files... [2021-01-19T00:37:04.991Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config7799847721074978501tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:37:05.413Z] ---> docker-login.sh [2021-01-19T00:37:05.413Z] nexus3.edgexfoundry.org:10001 [2021-01-19T00:37:06.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:37:06.678Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:37:06.678Z] Configure a credential helper to remove this warning. See [2021-01-19T00:37:06.678Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:37:06.678Z] [2021-01-19T00:37:06.678Z] Login Succeeded [2021-01-19T00:37:06.678Z] nexus3.edgexfoundry.org:10002 [2021-01-19T00:37:06.952Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:37:07.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:37:07.225Z] Configure a credential helper to remove this warning. See [2021-01-19T00:37:07.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:37:07.225Z] [2021-01-19T00:37:07.225Z] Login Succeeded [2021-01-19T00:37:07.225Z] nexus3.edgexfoundry.org:10003 [2021-01-19T00:37:07.532Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:37:07.810Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:37:07.810Z] Configure a credential helper to remove this warning. See [2021-01-19T00:37:07.810Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:37:07.810Z] [2021-01-19T00:37:07.810Z] Login Succeeded [2021-01-19T00:37:07.810Z] nexus3.edgexfoundry.org:10004 [2021-01-19T00:37:08.407Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:37:08.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:37:08.408Z] Configure a credential helper to remove this warning. See [2021-01-19T00:37:08.408Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:37:08.408Z] [2021-01-19T00:37:08.408Z] Login Succeeded [2021-01-19T00:37:08.408Z] docker.io [2021-01-19T00:37:09.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:37:09.276Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:37:09.276Z] Configure a credential helper to remove this warning. See [2021-01-19T00:37:09.276Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:37:09.276Z] [2021-01-19T00:37:09.276Z] Login Succeeded [2021-01-19T00:37:09.276Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T00:37:09.295Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-19T00:37:09.771Z] ========================================================= [2021-01-19T00:37:09.771Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T00:37:09.771Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:37:10.164Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-19T00:37:12.820Z] Sending build context to Docker daemon 165.5MB [2021-01-19T00:37:12.820Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T00:37:12.821Z] Step 2/6 : FROM ${BASE} [2021-01-19T00:37:12.821Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T00:37:12.821Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T00:37:12.821Z] a4357932f1b6: Pulling fs layer [2021-01-19T00:37:12.821Z] 18c013af1878: Pulling fs layer [2021-01-19T00:37:12.821Z] 00ac8860ef70: Pulling fs layer [2021-01-19T00:37:12.821Z] 63d7cb157983: Pulling fs layer [2021-01-19T00:37:12.821Z] b116817d02f9: Pulling fs layer [2021-01-19T00:37:12.821Z] 745a02a5169b: Pulling fs layer [2021-01-19T00:37:12.821Z] 00ac8860ef70: Waiting [2021-01-19T00:37:12.821Z] 63d7cb157983: Waiting [2021-01-19T00:37:12.821Z] b116817d02f9: Waiting [2021-01-19T00:37:12.821Z] 745a02a5169b: Waiting [2021-01-19T00:37:12.821Z] 18c013af1878: Verifying Checksum [2021-01-19T00:37:12.821Z] 18c013af1878: Download complete [2021-01-19T00:37:12.821Z] a4357932f1b6: Verifying Checksum [2021-01-19T00:37:12.821Z] a4357932f1b6: Download complete [2021-01-19T00:37:12.821Z] 63d7cb157983: Verifying Checksum [2021-01-19T00:37:12.821Z] 63d7cb157983: Download complete [2021-01-19T00:37:12.821Z] b116817d02f9: Verifying Checksum [2021-01-19T00:37:12.821Z] b116817d02f9: Download complete [2021-01-19T00:37:12.821Z] 5f621e34cdf4: Verifying Checksum [2021-01-19T00:37:12.821Z] 5f621e34cdf4: Download complete [2021-01-19T00:37:13.428Z] 5f621e34cdf4: Pull complete [2021-01-19T00:37:14.039Z] a4357932f1b6: Pull complete [2021-01-19T00:37:14.315Z] 18c013af1878: Pull complete [2021-01-19T00:37:14.916Z] 745a02a5169b: Verifying Checksum [2021-01-19T00:37:14.916Z] 745a02a5169b: Download complete [2021-01-19T00:37:15.703Z] gofmt -l . [2021-01-19T00:37:15.703Z] [ "`gofmt -l .`" = "" ] [2021-01-19T00:37:15.703Z] ./bin/test-go-mod-tidy.sh [2021-01-19T00:37:15.703Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T00:37:16.359Z] 00ac8860ef70: Verifying Checksum [2021-01-19T00:37:16.359Z] 00ac8860ef70: Download complete [2021-01-19T00:37:16.373Z] + ls -al . [2021-01-19T00:37:16.373Z] total 656 [2021-01-19T00:37:16.373Z] drwxrwxr-x 10 1001 1001 4096 Jan 19 00:37 . [2021-01-19T00:37:16.373Z] drwxr-xr-x 4 root root 28 Jan 19 00:34 .. [2021-01-19T00:37:16.373Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 00:31 .dockerignore [2021-01-19T00:37:16.373Z] drwxrwxr-x 8 1001 1001 179 Jan 19 00:31 .git [2021-01-19T00:37:16.373Z] drwxrwxr-x 3 1001 1001 125 Jan 19 00:31 .github [2021-01-19T00:37:16.373Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 00:31 .gitignore [2021-01-19T00:37:16.373Z] drwx------ 3 1001 1001 47 Jan 19 00:32 .semver [2021-01-19T00:37:16.373Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 00:31 .sonarcloud.properties [2021-01-19T00:37:16.373Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 00:31 Attribution.txt [2021-01-19T00:37:16.373Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 00:31 CONTRIBUTING.md [2021-01-19T00:37:16.373Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 00:31 Dockerfile.build [2021-01-19T00:37:16.373Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 00:31 Jenkinsfile [2021-01-19T00:37:16.373Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 00:31 LICENSE [2021-01-19T00:37:16.373Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 00:31 Makefile [2021-01-19T00:37:16.373Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 00:31 README.md [2021-01-19T00:37:16.373Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 00:31 SECURITY.md [2021-01-19T00:37:16.374Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 00:32 VERSION [2021-01-19T00:37:16.374Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 00:31 ZMQWindows.md [2021-01-19T00:37:16.374Z] drwxrwxr-x 2 1001 1001 117 Jan 19 00:31 bin [2021-01-19T00:37:16.374Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 00:31 cmd [2021-01-19T00:37:16.374Z] -rw-r--r-- 1 root root 550280 Jan 19 00:36 coverage.out [2021-01-19T00:37:16.374Z] -rw-r--r-- 1 root root 981 Jan 19 00:37 go.mod [2021-01-19T00:37:16.374Z] -rw-r--r-- 1 root root 19241 Jan 19 00:37 go.sum [2021-01-19T00:37:16.374Z] drwxrwxr-x 8 1001 1001 127 Jan 19 00:31 internal [2021-01-19T00:37:16.374Z] drwxrwxr-x 4 1001 1001 26 Jan 19 00:31 openapi [2021-01-19T00:37:16.374Z] drwxrwxr-x 4 1001 1001 71 Jan 19 00:31 snap [2021-01-19T00:37:16.374Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 00:31 version.go [Pipeline] sh [2021-01-19T00:37:16.738Z] + '[' -e coverage.out ] [2021-01-19T00:37:16.739Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T00:37:17.143Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T00:37:17.484Z] + make build [2021-01-19T00:37:17.484Z] 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 [2021-01-19T00:37:23.081Z] 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 [2021-01-19T00:37:26.561Z] 00ac8860ef70: Pull complete [2021-01-19T00:37:26.561Z] 63d7cb157983: Pull complete [2021-01-19T00:37:26.561Z] b116817d02f9: Pull complete [2021-01-19T00:37:30.885Z] 745a02a5169b: Pull complete [2021-01-19T00:37:30.885Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T00:37:30.885Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T00:37:30.885Z] ---> b7e6874047d6 [2021-01-19T00:37:30.885Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-19T00:37:34.305Z] ---> Running in e109db187896 [2021-01-19T00:37:35.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:37:36.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:37:36.863Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T00:37:36.863Z] (2/12) Installing file (5.38-r0) [2021-01-19T00:37:37.137Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T00:37:37.137Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T00:37:38.525Z] 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 [2021-01-19T00:37:38.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 [2021-01-19T00:37:41.197Z] 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 [2021-01-19T00:37:42.193Z] 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 [2021-01-19T00:37:42.528Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T00:37:42.529Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T00:37:42.529Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T00:37:42.802Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T00:37:42.802Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T00:37:43.075Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T00:37:43.348Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T00:37:43.348Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T00:37:43.621Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:37:43.621Z] OK: 217 MiB in 51 packages [2021-01-19T00:37:44.927Z] 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 [2021-01-19T00:37:47.936Z] Removing intermediate container e109db187896 [2021-01-19T00:37:47.936Z] ---> 478c6b2df4db [2021-01-19T00:37:47.936Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T00:37:47.936Z] ---> Running in 8afc942e01a4 [2021-01-19T00:37:48.209Z] Removing intermediate container 8afc942e01a4 [2021-01-19T00:37:48.209Z] ---> a7075d4499db [2021-01-19T00:37:48.209Z] Step 5/6 : COPY go.mod . [2021-01-19T00:37:48.418Z] 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 [2021-01-19T00:37:49.195Z] ---> d99de56d699b [2021-01-19T00:37:49.195Z] Step 6/6 : RUN go mod download [2021-01-19T00:37:49.195Z] ---> Running in feb48a95cdfa [2021-01-19T00:37:50.446Z] 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 [2021-01-19T00:37:53.179Z] 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 [2021-01-19T00:37:55.891Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T00:37:56.999Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-19T00:37:59.787Z] $ docker stop --time=1 ac4f90ea589ad0eb7670e492767a62963b43d45e9398883e63a6836fefedcdaf [2021-01-19T00:38:02.228Z] $ docker rm -f ac4f90ea589ad0eb7670e492767a62963b43d45e9398883e63a6836fefedcdaf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:38:04.711Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T00:38:04.978Z] [2021-01-19T00:38:04.978Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:38:05.538Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T00:38:05.538Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-19T00:38:05.538Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-19T00:38:05.538Z] ca9280d653b3: Pulling fs layer [2021-01-19T00:38:05.538Z] 7e9c9ca2126c: Pulling fs layer [2021-01-19T00:38:05.833Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-19T00:38:05.833Z] cbdbe7a5bc2a: Download complete [2021-01-19T00:38:06.877Z] cbdbe7a5bc2a: Pull complete [2021-01-19T00:38:07.243Z] ca9280d653b3: Verifying Checksum [2021-01-19T00:38:07.243Z] ca9280d653b3: Download complete [2021-01-19T00:38:10.889Z] ca9280d653b3: Pull complete [2021-01-19T00:38:10.889Z] 7e9c9ca2126c: Verifying Checksum [2021-01-19T00:38:10.889Z] 7e9c9ca2126c: Download complete [2021-01-19T00:38:16.024Z] Removing intermediate container feb48a95cdfa [2021-01-19T00:38:16.024Z] ---> 3ddba4f11031 [2021-01-19T00:38:16.024Z] Successfully built 3ddba4f11031 [2021-01-19T00:38:16.024Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:38:16.368Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T00:38:16.368Z] . [Pipeline] withDockerContainer [2021-01-19T00:38:16.665Z] prd-ubuntu18.04-docker-arm64-4c-16g-21026 does not seem to be running inside a container [2021-01-19T00:38:16.765Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T00:38:18.381Z] $ docker top 4773645ee9d14ad5f187ec560982098a0d2e5764e036d8f8fcbc366a62a0c50f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T00:38:19.424Z] + go version [2021-01-19T00:38:19.424Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T00:38:19.452Z] $ docker stop --time=1 4773645ee9d14ad5f187ec560982098a0d2e5764e036d8f8fcbc366a62a0c50f [2021-01-19T00:38:21.428Z] $ docker rm -f 4773645ee9d14ad5f187ec560982098a0d2e5764e036d8f8fcbc366a62a0c50f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:38:22.411Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T00:38:22.411Z] . [Pipeline] withDockerContainer [2021-01-19T00:38:22.693Z] prd-ubuntu18.04-docker-arm64-4c-16g-21026 does not seem to be running inside a container [2021-01-19T00:38:22.788Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T00:38:24.285Z] $ docker top b77de0d1f8c0a2a1a78eda8a07b745b8837d8f37bed233b38ca01a35fae8b3c9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T00:38:24.677Z] ========================================================= [2021-01-19T00:38:24.677Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T00:38:24.677Z] ========================================================= [Pipeline] sh [2021-01-19T00:38:25.321Z] + make test [2021-01-19T00:38:25.321Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T00:38:26.406Z] 7e9c9ca2126c: Pull complete [2021-01-19T00:38:26.406Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-19T00:38:26.406Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T00:38:26.406Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-19T00:38:26.691Z] prd-centos7-docker-4c-2g-21010 does not seem to be running inside a container [2021-01-19T00:38:26.788Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T00:38:29.154Z] $ docker top 832ecb99a2fbeaa2d5044578677cd37ec5dd65711721a02a054395fd8b6c7260 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T00:38:30.305Z] + grep parallel [2021-01-19T00:38:30.305Z] + docker-compose build --help [2021-01-19T00:38:31.927Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T00:38:31.957Z] $ docker stop --time=1 832ecb99a2fbeaa2d5044578677cd37ec5dd65711721a02a054395fd8b6c7260 [2021-01-19T00:38:33.766Z] $ docker rm -f 832ecb99a2fbeaa2d5044578677cd37ec5dd65711721a02a054395fd8b6c7260 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:38:34.475Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T00:38:34.475Z] . [Pipeline] withDockerContainer [2021-01-19T00:38:34.703Z] prd-centos7-docker-4c-2g-21010 does not seem to be running inside a container [2021-01-19T00:38:34.833Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T00:38:36.317Z] $ docker top f4d3a8e8022af432e6cb6737932359cef52be7c34f4b8eb983b12ab039debb2f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T00:38:36.999Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T00:38:38.428Z] Building docker-core-command-go ... [2021-01-19T00:38:38.428Z] Building docker-core-data-go ... [2021-01-19T00:38:38.428Z] Building docker-core-metadata-go ... [2021-01-19T00:38:38.428Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T00:38:38.428Z] Building docker-security-proxy-setup-go ... [2021-01-19T00:38:38.428Z] Building docker-security-secretstore-setup-go ... [2021-01-19T00:38:38.428Z] Building docker-support-notifications-go ... [2021-01-19T00:38:38.428Z] Building docker-support-scheduler-go ... [2021-01-19T00:38:38.428Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T00:38:38.428Z] Building docker-security-secretstore-setup-go [2021-01-19T00:38:38.428Z] Building docker-core-metadata-go [2021-01-19T00:38:38.428Z] Building docker-core-command-go [2021-01-19T00:38:38.428Z] Building docker-support-scheduler-go [2021-01-19T00:38:38.428Z] Building docker-security-bootstrap-redis-go [2021-01-19T00:38:52.154Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T00:39:31.259Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T00:39:35.620Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:39:35.620Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:39:35.620Z] ---> 0ff75d459286 [2021-01-19T00:39:35.620Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T00:39:35.620Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:39:35.620Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:39:35.620Z] ---> 0ff75d459286 [2021-01-19T00:39:35.620Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T00:39:35.620Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:39:35.620Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:39:35.620Z] ---> 0ff75d459286 [2021-01-19T00:39:35.620Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T00:39:35.620Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:39:35.620Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:39:35.620Z] ---> 0ff75d459286 [2021-01-19T00:39:35.620Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T00:39:35.620Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:39:35.620Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:39:35.620Z] ---> 0ff75d459286 [2021-01-19T00:39:35.620Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T00:39:35.620Z] ---> Running in 659c1a8ba365 [2021-01-19T00:39:35.620Z] ---> Running in 4bae794ec088 [2021-01-19T00:39:35.620Z] ---> Running in c44f17f66248 [2021-01-19T00:39:35.620Z] ---> Running in 13a43caebcb1 [2021-01-19T00:39:35.620Z] ---> Running in 385c2ed7e372 [2021-01-19T00:39:35.620Z] Removing intermediate container 385c2ed7e372 [2021-01-19T00:39:35.620Z] ---> 23c96c3cd353 [2021-01-19T00:39:35.620Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:39:35.620Z] Removing intermediate container c44f17f66248 [2021-01-19T00:39:35.620Z] ---> 2a7430d47ada [2021-01-19T00:39:35.620Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:39:35.620Z] Removing intermediate container 4bae794ec088 [2021-01-19T00:39:35.620Z] ---> 44a9a4ea6390 [2021-01-19T00:39:35.620Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:39:35.620Z] Removing intermediate container 13a43caebcb1 [2021-01-19T00:39:35.620Z] ---> c65dbd9f56f7 [2021-01-19T00:39:35.620Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:39:35.905Z] Removing intermediate container 659c1a8ba365 [2021-01-19T00:39:35.905Z] ---> 2523808431c4 [2021-01-19T00:39:35.905Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:39:35.905Z] ---> Running in 8853eda704ff [2021-01-19T00:39:35.905Z] ---> Running in b4e9186745d8 [2021-01-19T00:39:35.905Z] ---> Running in 42a906983190 [2021-01-19T00:39:35.905Z] ---> Running in 2647db2a020d [2021-01-19T00:39:35.905Z] ---> Running in 6ecaec1567d3 [2021-01-19T00:39:39.407Z] Removing intermediate container 2647db2a020d [2021-01-19T00:39:39.407Z] ---> bf5cca6b9b19 [2021-01-19T00:39:39.407Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T00:39:39.407Z] ---> Running in 0818aa086f98 [2021-01-19T00:39:39.407Z] Removing intermediate container b4e9186745d8 [2021-01-19T00:39:39.407Z] ---> 9ee6d6e8a8e6 [2021-01-19T00:39:39.407Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T00:39:39.407Z] Removing intermediate container 8853eda704ff [2021-01-19T00:39:39.407Z] ---> 281fd36811b6 [2021-01-19T00:39:39.407Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T00:39:39.706Z] ---> Running in 3a5e39e6a636 [2021-01-19T00:39:39.706Z] ---> Running in 8adff38d1ad9 [2021-01-19T00:39:39.706Z] Removing intermediate container 6ecaec1567d3 [2021-01-19T00:39:39.706Z] ---> f993eb6500ea [2021-01-19T00:39:39.706Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T00:39:39.985Z] Removing intermediate container 42a906983190 [2021-01-19T00:39:39.985Z] ---> 15db48981810 [2021-01-19T00:39:39.985Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T00:39:39.985Z] ---> Running in 84bd4aaa526a [2021-01-19T00:39:40.282Z] ---> Running in 809f75337fd4 [2021-01-19T00:39:41.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:39:41.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:39:41.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:39:42.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:39:42.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:39:42.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:39:42.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:39:42.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:39:42.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:39:43.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:39:43.804Z] OK: 233 MiB in 51 packages [2021-01-19T00:39:43.804Z] OK: 233 MiB in 51 packages [2021-01-19T00:39:44.078Z] OK: 233 MiB in 51 packages [2021-01-19T00:39:44.705Z] OK: 233 MiB in 51 packages [2021-01-19T00:39:44.705Z] OK: 233 MiB in 51 packages [2021-01-19T00:39:44.976Z] Removing intermediate container 84bd4aaa526a [2021-01-19T00:39:44.977Z] ---> 345fb3643e83 [2021-01-19T00:39:44.977Z] Step 6/24 : COPY go.mod . [2021-01-19T00:39:45.258Z] Removing intermediate container 0818aa086f98 [2021-01-19T00:39:45.258Z] ---> 468cf54474de [2021-01-19T00:39:45.258Z] Step 6/21 : COPY go.mod . [2021-01-19T00:39:45.258Z] Removing intermediate container 809f75337fd4 [2021-01-19T00:39:45.258Z] ---> f8940635b35a [2021-01-19T00:39:45.258Z] Step 6/22 : COPY go.mod . [2021-01-19T00:39:45.917Z] ---> 81c06d6c14b4 [2021-01-19T00:39:45.917Z] Step 7/24 : RUN go mod download [2021-01-19T00:39:45.917Z] Removing intermediate container 8adff38d1ad9 [2021-01-19T00:39:45.917Z] ---> 3b8dc93f93cd [2021-01-19T00:39:45.917Z] Step 6/22 : COPY go.mod . [2021-01-19T00:39:45.917Z] ---> Running in 0e20f0f7e55b [2021-01-19T00:39:45.917Z] Removing intermediate container 3a5e39e6a636 [2021-01-19T00:39:45.917Z] ---> e7bca90ce172 [2021-01-19T00:39:45.917Z] Step 6/22 : COPY go.mod . [2021-01-19T00:39:46.245Z] ---> ab53a1f750e3 [2021-01-19T00:39:46.245Z] Step 7/21 : RUN go mod download [2021-01-19T00:39:46.245Z] ---> e59aa1f82f34 [2021-01-19T00:39:46.245Z] Step 7/22 : RUN go mod download [2021-01-19T00:39:46.245Z] ---> Running in de13be037ea4 [2021-01-19T00:39:46.245Z] ---> Running in e63dd108b5f5 [2021-01-19T00:39:46.587Z] ---> e6969d7d2fe7 [2021-01-19T00:39:46.587Z] Step 7/22 : RUN go mod download [2021-01-19T00:39:46.894Z] ---> Running in 7e3cf4567720 [2021-01-19T00:39:46.894Z] ---> e4afb4ba0ddf [2021-01-19T00:39:46.894Z] Step 7/22 : RUN go mod download [2021-01-19T00:39:47.184Z] ---> Running in 0069158bb185 [2021-01-19T00:39:49.917Z] Removing intermediate container de13be037ea4 [2021-01-19T00:39:49.917Z] ---> 8b869482a131 [2021-01-19T00:39:49.917Z] Step 8/22 : COPY . . [2021-01-19T00:39:50.200Z] Removing intermediate container 0e20f0f7e55b [2021-01-19T00:39:50.200Z] ---> d08d3d5b069f [2021-01-19T00:39:50.200Z] Step 8/24 : COPY . . [2021-01-19T00:39:50.535Z] Removing intermediate container e63dd108b5f5 [2021-01-19T00:39:50.535Z] ---> 780103c229ba [2021-01-19T00:39:50.535Z] Step 8/21 : COPY . . [2021-01-19T00:39:51.169Z] Removing intermediate container 7e3cf4567720 [2021-01-19T00:39:51.169Z] ---> a00bb1cd0e17 [2021-01-19T00:39:51.169Z] Step 8/22 : COPY . . [2021-01-19T00:39:51.456Z] Removing intermediate container 0069158bb185 [2021-01-19T00:39:51.456Z] ---> e86a82b84898 [2021-01-19T00:39:51.456Z] Step 8/22 : COPY . . [2021-01-19T00:39:53.509Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T00:39:53.509Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T00:39:53.509Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T00:39:53.509Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T00:39:53.509Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T00:39:53.509Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T00:39:53.509Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T00:39:53.509Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T00:39:53.509Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T00:39:58.936Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T00:39:58.936Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T00:39:58.936Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T00:40:05.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.241s coverage: 46.8% of statements [2021-01-19T00:40:05.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T00:40:05.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T00:40:05.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T00:40:05.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T00:40:05.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T00:40:14.039Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.573s coverage: 27.0% of statements [2021-01-19T00:40:14.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T00:40:14.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T00:40:14.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T00:40:14.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T00:40:14.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T00:40:14.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T00:40:14.039Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.077s coverage: 100.0% of statements [2021-01-19T00:40:14.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T00:40:14.039Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements [2021-01-19T00:40:14.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T00:40:14.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T00:40:14.039Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.271s coverage: 67.9% of statements [2021-01-19T00:40:14.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T00:40:14.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T00:40:14.039Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.725s coverage: 82.3% of statements [2021-01-19T00:40:14.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T00:40:14.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T00:40:14.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T00:40:14.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T00:40:22.395Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.217s coverage: 28.6% of statements [2021-01-19T00:40:22.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T00:40:22.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T00:40:22.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T00:40:22.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T00:40:22.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T00:40:22.395Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.164s coverage: 100.0% of statements [2021-01-19T00:40:22.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T00:40:22.395Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements [2021-01-19T00:40:22.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T00:40:22.395Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.321s coverage: 86.7% of statements [2021-01-19T00:40:22.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T00:40:22.674Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.332s coverage: 97.5% of statements [2021-01-19T00:40:22.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T00:40:24.140Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.138s coverage: 78.3% of statements [2021-01-19T00:40:24.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T00:40:24.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T00:40:24.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T00:40:24.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T00:40:32.463Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.281s coverage: 92.8% of statements [2021-01-19T00:40:32.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T00:40:32.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T00:40:32.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T00:40:32.463Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T00:40:32.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T00:40:32.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T00:40:32.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T00:40:32.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T00:40:32.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T00:40:32.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T00:40:32.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T00:40:32.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T00:40:32.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T00:40:32.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T00:40:32.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T00:40:32.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T00:40:32.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T00:40:32.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T00:40:32.463Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements [2021-01-19T00:40:32.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T00:40:32.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T00:40:32.463Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.202s coverage: 0.1% of statements [2021-01-19T00:40:32.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T00:40:32.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T00:40:32.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T00:40:32.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T00:40:32.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.105s coverage: 100.0% of statements [2021-01-19T00:40:32.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T00:40:32.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.111s coverage: 75.5% of statements [2021-01-19T00:40:32.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T00:40:32.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.119s coverage: 80.8% of statements [2021-01-19T00:40:32.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.157s coverage: 87.2% of statements [2021-01-19T00:40:33.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.251s coverage: 84.2% of statements [2021-01-19T00:40:36.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.220s coverage: 91.4% of statements [2021-01-19T00:40:36.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T00:40:38.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.625s coverage: 63.5% of statements [2021-01-19T00:40:38.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T00:40:38.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T00:40:38.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.080s coverage: 100.0% of statements [2021-01-19T00:40:38.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.151s coverage: 91.3% of statements [2021-01-19T00:40:39.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.068s coverage: 100.0% of statements [2021-01-19T00:40:39.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.121s coverage: 73.7% of statements [2021-01-19T00:40:40.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.094s coverage: 100.0% of statements [2021-01-19T00:40:44.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.812s coverage: 68.9% of statements [2021-01-19T00:40:44.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T00:40:44.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T00:40:44.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T00:40:44.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T00:40:44.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T00:40:45.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.453s coverage: 37.0% of statements [2021-01-19T00:40:45.989Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T00:40:45.989Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T00:40:45.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.624s coverage: 84.0% of statements [2021-01-19T00:40:45.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.114s coverage: 100.0% of statements [2021-01-19T00:40:52.764Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.453s coverage: 47.1% of statements [2021-01-19T00:40:52.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T00:40:52.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T00:40:52.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T00:40:52.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T00:40:52.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T00:40:52.764Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.130s coverage: 100.0% of statements [2021-01-19T00:40:52.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T00:40:52.764Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.106s coverage: 100.0% of statements [2021-01-19T00:40:52.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T00:40:58.199Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.324s coverage: 29.1% of statements [2021-01-19T00:40:58.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T00:40:58.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T00:40:58.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T00:40:58.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T00:40:58.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T00:40:58.199Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.193s coverage: 99.0% of statements [2021-01-19T00:40:58.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T00:40:58.199Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements [2021-01-19T00:40:58.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T00:40:58.199Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-01-19T00:40:58.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T00:40:58.199Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.079s coverage: 100.0% of statements [2021-01-19T00:40:58.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T00:40:58.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T00:40:58.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T00:40:58.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T00:40:58.199Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.078s coverage: 87.9% of statements [2021-01-19T00:40:58.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T00:40:58.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T00:40:58.199Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements [2021-01-19T00:40:58.475Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-01-19T00:40:59.458Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-19T00:41:00.437Z] GO111MODULE=on go vet ./... [2021-01-19T00:41:13.985Z] ---> 40c47980fcd6 [2021-01-19T00:41:13.985Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T00:41:13.985Z] ---> b0046d8b6dab [2021-01-19T00:41:13.985Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T00:41:13.985Z] ---> f65424531adf [2021-01-19T00:41:13.985Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T00:41:13.985Z] ---> f8ccfc473cad [2021-01-19T00:41:13.985Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T00:41:13.985Z] ---> 42529fb8b236 [2021-01-19T00:41:13.985Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T00:41:13.985Z] ---> Running in 740fdc65f659 [2021-01-19T00:41:13.985Z] ---> Running in 4e57c9a18d52 [2021-01-19T00:41:13.985Z] ---> Running in 4eec3aee40b9 [2021-01-19T00:41:13.985Z] ---> Running in 329f8dd5dd73 [2021-01-19T00:41:13.985Z] ---> Running in 1786c50303e1 [2021-01-19T00:41:13.985Z] 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 [2021-01-19T00:41:13.985Z] 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 [2021-01-19T00:41:13.985Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T00:41:13.985Z] 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 [2021-01-19T00:41:13.985Z] 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 [2021-01-19T00:41:46.789Z] 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 [2021-01-19T00:41:53.884Z] Removing intermediate container 329f8dd5dd73 [2021-01-19T00:41:53.884Z] ---> 61ea4818fd02 [2021-01-19T00:41:53.884Z] [2021-01-19T00:41:53.884Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T00:41:53.884Z] 3.12: Pulling from library/alpine [2021-01-19T00:41:56.514Z] Removing intermediate container 4eec3aee40b9 [2021-01-19T00:41:56.514Z] ---> 6300e0839e42 [2021-01-19T00:41:56.514Z] [2021-01-19T00:41:56.514Z] Step 10/21 : FROM scratch [2021-01-19T00:41:56.514Z] ---> [2021-01-19T00:41:56.514Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T00:41:56.796Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T00:41:56.796Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T00:41:56.796Z] ---> 389fef711851 [2021-01-19T00:41:56.796Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T00:41:56.796Z] ---> Running in b6e952bc85e9 [2021-01-19T00:41:56.796Z] Removing intermediate container 4e57c9a18d52 [2021-01-19T00:41:56.796Z] ---> 82c5f71037b1 [2021-01-19T00:41:56.796Z] [2021-01-19T00:41:56.796Z] Step 10/22 : FROM scratch [2021-01-19T00:41:56.796Z] ---> [2021-01-19T00:41:56.796Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T00:41:56.796Z] Removing intermediate container 740fdc65f659 [2021-01-19T00:41:56.796Z] ---> 040f61043eb9 [2021-01-19T00:41:56.796Z] [2021-01-19T00:41:56.796Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T00:41:56.796Z] ---> 389fef711851 [2021-01-19T00:41:56.796Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T00:41:57.064Z] ---> Running in 74499216f21d [2021-01-19T00:41:57.064Z] ---> Running in b0c5590d739b [2021-01-19T00:41:57.064Z] ---> Running in 98bce6a4e905 [2021-01-19T00:41:57.064Z] Removing intermediate container b6e952bc85e9 [2021-01-19T00:41:57.064Z] ---> ed975437e27c [2021-01-19T00:41:57.064Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T00:41:57.338Z] ---> Running in fac712dc811e [2021-01-19T00:41:57.338Z] Removing intermediate container 74499216f21d [2021-01-19T00:41:57.338Z] ---> 0dae8e9c9c4b [2021-01-19T00:41:57.338Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T00:41:58.388Z] ---> Running in ba5d16c52976 [2021-01-19T00:41:59.947Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:41:59.947Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:41:59.947Z] Removing intermediate container fac712dc811e [2021-01-19T00:41:59.947Z] ---> f4a860744b9a [2021-01-19T00:41:59.947Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T00:41:59.947Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T00:41:59.947Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:41:59.947Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T00:41:59.947Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T00:42:00.361Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T00:42:00.361Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T00:42:00.361Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:42:00.361Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:42:00.361Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T00:42:00.361Z] OK: 7 MiB in 19 packages [2021-01-19T00:42:00.361Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T00:42:00.713Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T00:42:00.713Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T00:42:00.713Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T00:42:00.713Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T00:42:00.713Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:42:00.713Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T00:42:00.713Z] OK: 7 MiB in 19 packages [2021-01-19T00:42:01.230Z] Removing intermediate container ba5d16c52976 [2021-01-19T00:42:01.230Z] ---> 7b50a90523e7 [2021-01-19T00:42:01.230Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T00:42:01.230Z] ---> Running in 1be5e1e731df [2021-01-19T00:42:01.601Z] ---> Running in c6bd719bbb5a [2021-01-19T00:42:01.601Z] Removing intermediate container 1786c50303e1 [2021-01-19T00:42:01.601Z] ---> d80df1ebde8b [2021-01-19T00:42:01.601Z] [2021-01-19T00:42:01.601Z] Step 10/22 : FROM scratch [2021-01-19T00:42:01.601Z] ---> [2021-01-19T00:42:01.601Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T00:42:01.601Z] ---> Using cache [2021-01-19T00:42:01.601Z] ---> 0dae8e9c9c4b [2021-01-19T00:42:01.601Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T00:42:01.601Z] ---> Running in 48796af9591f [2021-01-19T00:42:01.953Z] Removing intermediate container 1be5e1e731df [2021-01-19T00:42:01.953Z] ---> a7adc90faf68 [2021-01-19T00:42:01.953Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:42:01.953Z] Removing intermediate container c6bd719bbb5a [2021-01-19T00:42:01.953Z] ---> e578d4c24993 [2021-01-19T00:42:01.953Z] Step 14/22 : WORKDIR / [2021-01-19T00:42:02.251Z] ---> Running in 5311fc2eb150 [2021-01-19T00:42:02.251Z] Removing intermediate container 48796af9591f [2021-01-19T00:42:02.251Z] ---> e06152d02087 [2021-01-19T00:42:02.251Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T00:42:02.567Z] Removing intermediate container b0c5590d739b [2021-01-19T00:42:02.567Z] ---> f78293244b19 [2021-01-19T00:42:02.567Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T00:42:02.567Z] ---> b9e035de772d [2021-01-19T00:42:02.567Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T00:42:02.567Z] ---> Running in 63947fb063f8 [2021-01-19T00:42:02.567Z] Removing intermediate container 98bce6a4e905 [2021-01-19T00:42:02.567Z] ---> 37ef8d54dbf1 [2021-01-19T00:42:02.567Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T00:42:02.567Z] ---> Running in 44e093f40d91 [2021-01-19T00:42:02.857Z] Removing intermediate container 5311fc2eb150 [2021-01-19T00:42:02.857Z] ---> 6af7deb6d129 [2021-01-19T00:42:02.857Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:42:02.857Z] ---> Running in da8334396ece [2021-01-19T00:42:03.142Z] Removing intermediate container 63947fb063f8 [2021-01-19T00:42:03.142Z] ---> 4a3bc5c6448c [2021-01-19T00:42:03.142Z] Step 14/22 : WORKDIR / [2021-01-19T00:42:03.142Z] ---> Running in 87d7d2d288ca [2021-01-19T00:42:03.142Z] Removing intermediate container 44e093f40d91 [2021-01-19T00:42:03.142Z] ---> 25c4889eb96b [2021-01-19T00:42:03.142Z] Step 13/22 : WORKDIR / [2021-01-19T00:42:03.414Z] Removing intermediate container da8334396ece [2021-01-19T00:42:03.414Z] ---> 943ff7800bb0 [2021-01-19T00:42:03.414Z] Step 13/24 : WORKDIR / [2021-01-19T00:42:03.745Z] ---> e67ff3ea8e4b [2021-01-19T00:42:03.745Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T00:42:03.745Z] ---> Running in 5bee7a77936f [2021-01-19T00:42:03.745Z] ---> Running in e3d23345b7a6 [2021-01-19T00:42:03.745Z] Removing intermediate container 87d7d2d288ca [2021-01-19T00:42:03.745Z] ---> 0f49b80f214b [2021-01-19T00:42:03.745Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:42:03.745Z] ---> 42f249b1ec56 [2021-01-19T00:42:03.745Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T00:42:04.033Z] Removing intermediate container e3d23345b7a6 [2021-01-19T00:42:04.033Z] ---> dc4fec325695 [2021-01-19T00:42:04.033Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-19T00:42:04.309Z] ---> df5f9790cbfb [2021-01-19T00:42:04.309Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T00:42:04.309Z] Removing intermediate container 5bee7a77936f [2021-01-19T00:42:04.309Z] ---> 1ec8d004b7cb [2021-01-19T00:42:04.309Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:42:04.935Z] ---> b48cad0f23c9 [2021-01-19T00:42:04.935Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T00:42:05.538Z] ---> 0bc717935eb8 [2021-01-19T00:42:05.538Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-19T00:42:05.538Z] ---> Running in 9bb72361cb4a [2021-01-19T00:42:06.157Z] ---> 0bd0a46d05f5 [2021-01-19T00:42:06.157Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T00:42:06.157Z] ---> 4175e3e745a2 [2021-01-19T00:42:06.157Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T00:42:06.157Z] ---> b8b536e8e470 [2021-01-19T00:42:06.157Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T00:42:06.499Z] Removing intermediate container 9bb72361cb4a [2021-01-19T00:42:06.499Z] ---> f34e322b2e9c [2021-01-19T00:42:06.499Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:42:06.499Z] ---> 67f4b5e3e22f [2021-01-19T00:42:06.499Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T00:42:06.776Z] ---> Running in 73e1accc3ea4 [2021-01-19T00:42:06.777Z] ---> 9ddd410934bd [2021-01-19T00:42:06.777Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T00:42:07.050Z] ---> Running in 031e60b2f60a [2021-01-19T00:42:07.050Z] ---> 7e3228681b9b [2021-01-19T00:42:07.050Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T00:42:07.050Z] Removing intermediate container 73e1accc3ea4 [2021-01-19T00:42:07.050Z] ---> 5f18b6b34071 [2021-01-19T00:42:07.050Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T00:42:07.417Z] ---> 1a3d07e78548 [2021-01-19T00:42:07.417Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T00:42:07.417Z] ---> 0b21c834a3d4 [2021-01-19T00:42:07.417Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T00:42:07.417Z] ---> Running in 04c743f44332 [2021-01-19T00:42:07.417Z] ---> Running in 7d32768d6119 [2021-01-19T00:42:07.717Z] Removing intermediate container 031e60b2f60a [2021-01-19T00:42:07.717Z] ---> 8fa185784a6d [2021-01-19T00:42:07.717Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:42:07.999Z] ---> Running in beb258b1ef30 [2021-01-19T00:42:08.265Z] Removing intermediate container 04c743f44332 [2021-01-19T00:42:08.265Z] ---> 3cd907d2b7f0 [2021-01-19T00:42:08.265Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:42:08.265Z] Removing intermediate container 7d32768d6119 [2021-01-19T00:42:08.265Z] ---> 3d9bbb14ec37 [2021-01-19T00:42:08.265Z] Step 20/21 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 [2021-01-19T00:42:08.563Z] ---> 1b95cece8651 [2021-01-19T00:42:08.563Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T00:42:08.563Z] ---> Running in 2ae55a076958 [2021-01-19T00:42:08.563Z] ---> Running in 0da30654a1d4 [2021-01-19T00:42:08.878Z] Removing intermediate container beb258b1ef30 [2021-01-19T00:42:08.878Z] ---> 474fb2613925 [2021-01-19T00:42:08.878Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T00:42:08.878Z] ---> 36f466cccfe3 [2021-01-19T00:42:08.878Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T00:42:09.209Z] ---> Running in c2c79f6abff1 [2021-01-19T00:42:09.209Z] ---> f43222e6de61 [2021-01-19T00:42:09.209Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T00:42:09.209Z] Removing intermediate container 0da30654a1d4 [2021-01-19T00:42:09.209Z] ---> 03308b4c560c [2021-01-19T00:42:09.209Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T00:42:09.210Z] Removing intermediate container 2ae55a076958 [2021-01-19T00:42:09.210Z] ---> 475d8cec7ea6 [2021-01-19T00:42:09.210Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T00:42:09.244Z] gofmt -l . [2021-01-19T00:42:09.690Z] ---> Running in e7f307281797 [2021-01-19T00:42:09.690Z] ---> Running in 1eb4d3801f63 [2021-01-19T00:42:09.690Z] ---> Running in 499a23b80300 [2021-01-19T00:42:09.690Z] Removing intermediate container c2c79f6abff1 [2021-01-19T00:42:09.690Z] ---> b22826487d68 [2021-01-19T00:42:09.690Z] Step 21/22 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 [2021-01-19T00:42:09.997Z] ---> Running in 96a08f80a193 [2021-01-19T00:42:10.290Z] Removing intermediate container e7f307281797 [2021-01-19T00:42:10.290Z] ---> c26f64944ba5 [2021-01-19T00:42:10.290Z] [2021-01-19T00:42:10.290Z] ---> dcb035a25a90 [2021-01-19T00:42:10.290Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T00:42:10.290Z] Removing intermediate container 499a23b80300 [2021-01-19T00:42:10.290Z] ---> 720d02b0659d [2021-01-19T00:42:10.290Z] Step 21/22 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 [2021-01-19T00:42:10.579Z] ---> Running in 33205854247f [2021-01-19T00:42:10.579Z] Removing intermediate container 96a08f80a193 [2021-01-19T00:42:10.579Z] ---> 6385e2018d40 [2021-01-19T00:42:10.579Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T00:42:10.677Z] [ "`gofmt -l .`" = "" ] [2021-01-19T00:42:10.855Z] ---> 742f2f87e546 [2021-01-19T00:42:10.855Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-19T00:42:10.856Z] ---> Running in 2bab5f0e2cf7 [2021-01-19T00:42:10.856Z] Successfully built c26f64944ba5 [2021-01-19T00:42:10.856Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-19T00:42:10.856Z] Building docker-support-notifications-go [2021-01-19T00:42:10.856Z]  Building docker-support-scheduler-go ... done Removing intermediate container 33205854247f [2021-01-19T00:42:10.856Z] ---> 4a369780df9d [2021-01-19T00:42:10.856Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T00:42:11.138Z] ---> Running in f30afd6a372f [2021-01-19T00:42:11.138Z] ---> Running in 3853dee5896f [2021-01-19T00:42:11.138Z] Removing intermediate container 2bab5f0e2cf7 [2021-01-19T00:42:11.138Z] ---> 649278707187 [2021-01-19T00:42:11.138Z] [2021-01-19T00:42:11.422Z] Successfully built 649278707187 [2021-01-19T00:42:11.694Z] Successfully tagged docker-core-command-go:latest [2021-01-19T00:42:11.694Z] Building docker-security-proxy-setup-go [2021-01-19T00:42:11.694Z]  Building docker-core-command-go ... done Removing intermediate container 3853dee5896f [2021-01-19T00:42:11.694Z] ---> 06aaf32d3d71 [2021-01-19T00:42:11.694Z] [2021-01-19T00:42:11.694Z] Removing intermediate container 1eb4d3801f63 [2021-01-19T00:42:11.694Z] ---> d18e859620e5 [2021-01-19T00:42:11.694Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T00:42:11.972Z] Successfully built 06aaf32d3d71 [2021-01-19T00:42:11.972Z] ---> Running in a7a5bc76f1e1 [2021-01-19T00:42:11.972Z] Successfully tagged docker-core-metadata-go:latest [2021-01-19T00:42:11.972Z] Building docker-core-data-go [2021-01-19T00:42:12.269Z]  Building docker-core-metadata-go ... done Removing intermediate container a7a5bc76f1e1 [2021-01-19T00:42:12.269Z] ---> 264bfbf24832 [2021-01-19T00:42:12.269Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T00:42:12.886Z] ---> Running in e46c5e96e49d [2021-01-19T00:42:13.303Z] ./bin/test-go-mod-tidy.sh [2021-01-19T00:42:13.535Z] Removing intermediate container f30afd6a372f [2021-01-19T00:42:13.535Z] ---> 5bac3fdb0e8d [2021-01-19T00:42:13.535Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T00:42:13.828Z] Removing intermediate container e46c5e96e49d [2021-01-19T00:42:13.828Z] ---> b9f78572376d [2021-01-19T00:42:13.828Z] Step 21/22 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 [2021-01-19T00:42:13.912Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T00:42:15.310Z] ---> Running in 3fe71fbed1d7 [2021-01-19T00:42:15.310Z] ---> Running in f5d3f6244b12 [2021-01-19T00:42:15.565Z] + ls -al . [2021-01-19T00:42:15.565Z] total 684 [2021-01-19T00:42:15.565Z] drwxrwxr-x 9 1001 1001 4096 Jan 19 00:42 . [2021-01-19T00:42:15.565Z] drwxr-xr-x 4 root root 4096 Jan 19 00:38 .. [2021-01-19T00:42:15.565Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 00:36 .dockerignore [2021-01-19T00:42:15.565Z] drwxrwxr-x 8 1001 1001 4096 Jan 19 00:36 .git [2021-01-19T00:42:15.565Z] drwxrwxr-x 3 1001 1001 4096 Jan 19 00:36 .github [2021-01-19T00:42:15.565Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 00:36 .gitignore [2021-01-19T00:42:15.565Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 00:36 .sonarcloud.properties [2021-01-19T00:42:15.565Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 00:36 Attribution.txt [2021-01-19T00:42:15.565Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 00:36 CONTRIBUTING.md [2021-01-19T00:42:15.565Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 00:36 Dockerfile.build [2021-01-19T00:42:15.565Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 00:36 Jenkinsfile [2021-01-19T00:42:15.565Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 00:36 LICENSE [2021-01-19T00:42:15.565Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 00:36 Makefile [2021-01-19T00:42:15.565Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 00:36 README.md [2021-01-19T00:42:15.565Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 00:36 SECURITY.md [2021-01-19T00:42:15.565Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 00:32 VERSION [2021-01-19T00:42:15.565Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 00:36 ZMQWindows.md [2021-01-19T00:42:15.565Z] drwxrwxr-x 2 1001 1001 4096 Jan 19 00:36 bin [2021-01-19T00:42:15.565Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 00:36 cmd [2021-01-19T00:42:15.565Z] -rw-r--r-- 1 root root 550280 Jan 19 00:40 coverage.out [2021-01-19T00:42:15.565Z] -rw-r--r-- 1 root root 981 Jan 19 00:42 go.mod [2021-01-19T00:42:15.565Z] -rw-r--r-- 1 root root 19241 Jan 19 00:42 go.sum [2021-01-19T00:42:15.565Z] drwxrwxr-x 8 1001 1001 4096 Jan 19 00:36 internal [2021-01-19T00:42:15.565Z] drwxrwxr-x 4 1001 1001 4096 Jan 19 00:36 openapi [2021-01-19T00:42:15.565Z] drwxrwxr-x 4 1001 1001 4096 Jan 19 00:36 snap [2021-01-19T00:42:15.565Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 00:36 version.go [Pipeline] sh [2021-01-19T00:42:15.937Z] Removing intermediate container f5d3f6244b12 [2021-01-19T00:42:15.937Z] ---> 4df85f1266a6 [2021-01-19T00:42:15.937Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T00:42:15.937Z] Removing intermediate container 3fe71fbed1d7 [2021-01-19T00:42:15.937Z] ---> bff92f5bc37b [2021-01-19T00:42:15.937Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T00:42:15.937Z] ---> Running in 484694e58304 [2021-01-19T00:42:15.937Z] ---> Running in cf085df8db33 [2021-01-19T00:42:16.234Z] + '[' -e coverage.out ] [2021-01-19T00:42:16.234Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T00:42:16.336Z] Warning: overwriting stash ‘coverage-report’ [2021-01-19T00:42:17.401Z] Removing intermediate container 484694e58304 [2021-01-19T00:42:17.401Z] ---> 61144fa6c5c9 [2021-01-19T00:42:17.401Z] [2021-01-19T00:42:17.678Z] Removing intermediate container cf085df8db33 [2021-01-19T00:42:17.678Z] ---> a49a0af0a9fb [2021-01-19T00:42:17.678Z] Step 23/24 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 [2021-01-19T00:42:17.710Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T00:42:18.008Z] Successfully built 61144fa6c5c9 [2021-01-19T00:42:18.008Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-19T00:42:18.309Z] Building docker-sys-mgmt-agent-go [2021-01-19T00:42:18.413Z] + make build [2021-01-19T00:42:18.413Z] 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 [2021-01-19T00:42:18.918Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in 2c9f0c5622b6 [2021-01-19T00:42:19.562Z] Removing intermediate container 2c9f0c5622b6 [2021-01-19T00:42:19.562Z] ---> 5ce4c042655a [2021-01-19T00:42:19.562Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T00:42:19.850Z] ---> Running in 7cc8f7e0255f [2021-01-19T00:42:20.473Z] Removing intermediate container 7cc8f7e0255f [2021-01-19T00:42:20.473Z] ---> facec6286820 [2021-01-19T00:42:20.473Z] [2021-01-19T00:42:20.766Z] Successfully built facec6286820 [2021-01-19T00:42:20.766Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-19T00:42:28.783Z] 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 [2021-01-19T00:42:53.592Z]  Building docker-security-secretstore-setup-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:42:53.592Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:42:53.592Z] ---> 0ff75d459286 [2021-01-19T00:42:53.592Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T00:42:53.592Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:42:53.592Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:42:53.592Z] ---> 0ff75d459286 [2021-01-19T00:42:53.592Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T00:42:53.592Z] ---> Using cache [2021-01-19T00:42:53.592Z] ---> 2523808431c4 [2021-01-19T00:42:53.592Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:42:53.592Z] ---> Using cache [2021-01-19T00:42:53.592Z] ---> 2523808431c4 [2021-01-19T00:42:53.592Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:42:53.592Z] ---> Using cache [2021-01-19T00:42:53.592Z] ---> f993eb6500ea [2021-01-19T00:42:53.592Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T00:42:53.592Z] ---> Using cache [2021-01-19T00:42:53.592Z] ---> f993eb6500ea [2021-01-19T00:42:53.592Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T00:42:53.592Z] ---> Using cache [2021-01-19T00:42:53.592Z] ---> 345fb3643e83 [2021-01-19T00:42:53.592Z] Step 6/21 : COPY go.mod . [2021-01-19T00:42:53.592Z] ---> Using cache [2021-01-19T00:42:53.592Z] ---> 81c06d6c14b4 [2021-01-19T00:42:53.592Z] Step 7/21 : RUN go mod download [2021-01-19T00:42:53.592Z] ---> Using cache [2021-01-19T00:42:53.592Z] ---> d08d3d5b069f [2021-01-19T00:42:53.592Z] Step 8/21 : COPY . . [2021-01-19T00:42:53.592Z] ---> Using cache [2021-01-19T00:42:53.592Z] ---> 40c47980fcd6 [2021-01-19T00:42:53.592Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T00:42:53.592Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:42:53.592Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:42:53.592Z] ---> 0ff75d459286 [2021-01-19T00:42:53.592Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T00:42:53.592Z] ---> Using cache [2021-01-19T00:42:53.592Z] ---> 2523808431c4 [2021-01-19T00:42:53.592Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:42:53.592Z] ---> Using cache [2021-01-19T00:42:53.592Z] ---> f993eb6500ea [2021-01-19T00:42:53.592Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T00:42:55.555Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:42:55.555Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:42:55.555Z] ---> 0ff75d459286 [2021-01-19T00:42:55.555Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T00:42:55.555Z] ---> Using cache [2021-01-19T00:42:55.555Z] ---> 2523808431c4 [2021-01-19T00:42:55.555Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:42:55.555Z] ---> Using cache [2021-01-19T00:42:55.555Z] ---> f993eb6500ea [2021-01-19T00:42:55.555Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T00:42:55.617Z] 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 [2021-01-19T00:42:55.833Z] ---> Running in 6c1e0f765c76 [2021-01-19T00:42:55.833Z] ---> Running in 0fe7abc06011 [2021-01-19T00:42:55.833Z] ---> Running in 263c49db2f7e [2021-01-19T00:42:56.109Z] ---> Running in 1cb2fe19dc70 [2021-01-19T00:42:56.597Z] 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 [2021-01-19T00:42:57.602Z] 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 [2021-01-19T00:42:57.872Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:42:57.872Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:42:57.872Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:42:59.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:42:59.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:42:59.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:43:00.852Z] OK: 233 MiB in 51 packages [2021-01-19T00:43:00.852Z] OK: 233 MiB in 51 packages [2021-01-19T00:43:00.852Z] OK: 233 MiB in 51 packages [2021-01-19T00:43:02.058Z] 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 [2021-01-19T00:43:03.182Z] Removing intermediate container 263c49db2f7e [2021-01-19T00:43:03.182Z] ---> 45258550d9a2 [2021-01-19T00:43:03.182Z] Step 6/23 : COPY go.mod . [2021-01-19T00:43:03.526Z] 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 [2021-01-19T00:43:03.909Z] Removing intermediate container 0fe7abc06011 [2021-01-19T00:43:03.909Z] ---> 06d2bbacfed7 [2021-01-19T00:43:03.909Z] Step 6/24 : COPY go.mod . [2021-01-19T00:43:03.909Z] Removing intermediate container 1cb2fe19dc70 [2021-01-19T00:43:03.909Z] ---> 1d3ffaef033b [2021-01-19T00:43:03.909Z] Step 6/26 : COPY go.mod . [2021-01-19T00:43:04.253Z] ---> 87d20c134165 [2021-01-19T00:43:04.253Z] Step 7/23 : RUN go mod download [2021-01-19T00:43:04.555Z] ---> Running in 1fc5c9e7baa6 [2021-01-19T00:43:04.555Z] ---> 4dfc91b8ece5 [2021-01-19T00:43:04.555Z] Step 7/24 : RUN go mod download [2021-01-19T00:43:04.854Z] ---> Running in 6e5737656fdc [2021-01-19T00:43:04.854Z] ---> 8b539b7190bb [2021-01-19T00:43:04.854Z] Step 7/26 : RUN go mod download [2021-01-19T00:43:05.535Z] ---> Running in 8ac7e5a26e52 [2021-01-19T00:43:07.831Z] 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 [2021-01-19T00:43:09.965Z] Removing intermediate container 8ac7e5a26e52 [2021-01-19T00:43:09.965Z] ---> cd5ffa53a38c [2021-01-19T00:43:09.965Z] Step 8/26 : COPY . . [2021-01-19T00:43:09.965Z] Removing intermediate container 6e5737656fdc [2021-01-19T00:43:09.965Z] ---> 27c15973fc0b [2021-01-19T00:43:09.965Z] Step 8/24 : COPY . . [2021-01-19T00:43:09.965Z] Removing intermediate container 1fc5c9e7baa6 [2021-01-19T00:43:09.965Z] ---> 40006faeaaf5 [2021-01-19T00:43:09.965Z] Step 8/23 : COPY . . [2021-01-19T00:43:14.567Z] 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 [2021-01-19T00:43:20.009Z] 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 [2021-01-19T00:43:26.737Z] 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 [2021-01-19T00:43:28.922Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-19T00:43:31.050Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T00:43:36.509Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-19T00:43:40.883Z] $ docker stop --time=1 b77de0d1f8c0a2a1a78eda8a07b745b8837d8f37bed233b38ca01a35fae8b3c9 [2021-01-19T00:43:43.575Z] $ docker rm -f b77de0d1f8c0a2a1a78eda8a07b745b8837d8f37bed233b38ca01a35fae8b3c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:43:45.681Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T00:43:45.953Z] [2021-01-19T00:43:45.953Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:43:46.338Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T00:43:46.610Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-19T00:43:46.610Z] 29e5d40040c1: Pulling fs layer [2021-01-19T00:43:46.610Z] 1ce36da41761: Pulling fs layer [2021-01-19T00:43:46.610Z] 25b303627fd3: Pulling fs layer [2021-01-19T00:43:46.883Z] 29e5d40040c1: Download complete [2021-01-19T00:43:47.484Z] 1ce36da41761: Verifying Checksum [2021-01-19T00:43:47.484Z] 1ce36da41761: Download complete [2021-01-19T00:43:47.759Z] 29e5d40040c1: Pull complete [2021-01-19T00:43:49.200Z] 1ce36da41761: Pull complete [2021-01-19T00:43:49.200Z] 25b303627fd3: Verifying Checksum [2021-01-19T00:43:49.200Z] 25b303627fd3: Download complete [2021-01-19T00:43:52.013Z] Removing intermediate container 6c1e0f765c76 [2021-01-19T00:43:52.013Z] ---> 60c94b15f4a6 [2021-01-19T00:43:52.013Z] [2021-01-19T00:43:52.013Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T00:43:52.013Z] ---> 389fef711851 [2021-01-19T00:43:52.013Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T00:43:52.619Z] ---> Running in ff41e520fa02 [2021-01-19T00:43:53.321Z] ---> 11c334947ace [2021-01-19T00:43:53.321Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T00:43:53.321Z] ---> b33088a045f2 [2021-01-19T00:43:53.321Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T00:43:53.630Z] ---> ccc4f859d5bf [2021-01-19T00:43:53.630Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T00:43:53.630Z] ---> Running in dd652baa0969 [2021-01-19T00:43:53.630Z] ---> Running in bc817a5d218f [2021-01-19T00:43:53.630Z] ---> Running in 8a936b9d648f [2021-01-19T00:43:54.649Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:43:54.649Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:43:54.939Z] 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 [2021-01-19T00:43:54.939Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T00:43:54.939Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T00:43:54.939Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T00:43:55.253Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T00:43:55.253Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:43:55.253Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T00:43:55.253Z] 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 [2021-01-19T00:43:55.253Z] OK: 7 MiB in 18 packages [2021-01-19T00:43:55.253Z] 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 [2021-01-19T00:43:57.319Z] Removing intermediate container ff41e520fa02 [2021-01-19T00:43:57.319Z] ---> 5d0a62592a0a [2021-01-19T00:43:57.319Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T00:43:57.319Z] ---> Running in 16bcefd5116b [2021-01-19T00:43:57.656Z] Removing intermediate container 16bcefd5116b [2021-01-19T00:43:57.656Z] ---> 74a7ec182b44 [2021-01-19T00:43:57.656Z] Step 13/21 : WORKDIR /edgex [2021-01-19T00:43:57.972Z] ---> Running in 7a20a59fc288 [2021-01-19T00:43:59.337Z] 25b303627fd3: Pull complete [2021-01-19T00:43:59.337Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-19T00:43:59.337Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T00:43:59.337Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-19T00:43:59.582Z] prd-ubuntu18.04-docker-arm64-4c-16g-21026 does not seem to be running inside a container [2021-01-19T00:43:59.679Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T00:44:00.048Z] Removing intermediate container 7a20a59fc288 [2021-01-19T00:44:00.048Z] ---> f203f8c60cdf [2021-01-19T00:44:00.048Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T00:44:01.117Z] ---> 0dc0ea6d7346 [2021-01-19T00:44:01.117Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T00:44:02.704Z] ---> 837123a0c075 [2021-01-19T00:44:02.704Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T00:44:03.213Z] $ docker top a0d3234a225c71b73bcfb7aa1f34be989a1a092ed569be18dcb308c12a3a57b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T00:44:04.198Z] ---> d0b292f0ac6e [2021-01-19T00:44:04.198Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T00:44:04.227Z] + docker-compose build --help [2021-01-19T00:44:04.227Z] + grep parallel [2021-01-19T00:44:04.544Z] ---> Running in 87adf5eca51c [2021-01-19T00:44:05.173Z] Removing intermediate container 87adf5eca51c [2021-01-19T00:44:05.173Z] ---> a125aed112e1 [2021-01-19T00:44:05.173Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T00:44:05.173Z] ---> Running in 74d7476c710c [2021-01-19T00:44:06.267Z] Removing intermediate container 74d7476c710c [2021-01-19T00:44:06.267Z] ---> 9bf79aed8a44 [2021-01-19T00:44:06.267Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T00:44:06.577Z] ---> Running in 67365b0bba06 [2021-01-19T00:44:07.270Z] Removing intermediate container 67365b0bba06 [2021-01-19T00:44:07.270Z] ---> 94b85b9bee39 [2021-01-19T00:44:07.270Z] Step 20/21 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 [2021-01-19T00:44:07.270Z] ---> Running in 196c227e87be [2021-01-19T00:44:07.978Z] Removing intermediate container 196c227e87be [2021-01-19T00:44:07.978Z] ---> 81256f4eaaba [2021-01-19T00:44:07.978Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T00:44:07.978Z] ---> Running in 9d5de0dfd958 [2021-01-19T00:44:08.523Z] --parallel Build images in parallel. [2021-01-19T00:44:08.739Z] Removing intermediate container 9d5de0dfd958 [2021-01-19T00:44:08.739Z] ---> f6880554f9a4 [2021-01-19T00:44:08.739Z] [Pipeline] } [2021-01-19T00:44:08.828Z] $ docker stop --time=1 a0d3234a225c71b73bcfb7aa1f34be989a1a092ed569be18dcb308c12a3a57b2 [2021-01-19T00:44:10.244Z] Successfully built f6880554f9a4 [2021-01-19T00:44:10.244Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-19T00:44:10.758Z] $ docker rm -f a0d3234a225c71b73bcfb7aa1f34be989a1a092ed569be18dcb308c12a3a57b2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:44:11.628Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T00:44:11.628Z] . [Pipeline] withDockerContainer [2021-01-19T00:44:11.925Z] prd-ubuntu18.04-docker-arm64-4c-16g-21026 does not seem to be running inside a container [2021-01-19T00:44:12.032Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T00:44:13.437Z] $ docker top 950cabaa9207ad416a0f51d6b57e2f4224bc14822fd89b0de5fca95ac0605546 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T00:44:14.515Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T00:44:19.950Z] Building docker-core-command-go ... [2021-01-19T00:44:19.950Z] Building docker-core-data-go ... [2021-01-19T00:44:19.950Z] Building docker-core-metadata-go ... [2021-01-19T00:44:19.950Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T00:44:19.950Z] Building docker-security-proxy-setup-go ... [2021-01-19T00:44:19.950Z] Building docker-security-secretstore-setup-go ... [2021-01-19T00:44:19.950Z] Building docker-support-notifications-go ... [2021-01-19T00:44:19.950Z] Building docker-support-scheduler-go ... [2021-01-19T00:44:19.950Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T00:44:19.950Z] Building docker-security-proxy-setup-go [2021-01-19T00:44:19.950Z] Building docker-support-notifications-go [2021-01-19T00:44:19.950Z] Building docker-core-metadata-go [2021-01-19T00:44:19.950Z] Building docker-support-scheduler-go [2021-01-19T00:44:19.950Z] Building docker-security-bootstrap-redis-go [2021-01-19T00:44:32.901Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container dd652baa0969 [2021-01-19T00:44:32.901Z] ---> a83b411fc9cb [2021-01-19T00:44:32.901Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T00:44:32.901Z] Removing intermediate container bc817a5d218f [2021-01-19T00:44:32.901Z] ---> 37d09012d43c [2021-01-19T00:44:32.901Z] [2021-01-19T00:44:32.901Z] Step 10/24 : FROM scratch [2021-01-19T00:44:32.901Z] ---> [2021-01-19T00:44:32.901Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T00:44:32.901Z] ---> Running in ae38e2aab306 [2021-01-19T00:44:33.899Z] ---> Running in 143ef4c23969 [2021-01-19T00:44:33.899Z] 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 [2021-01-19T00:44:34.193Z] Removing intermediate container 143ef4c23969 [2021-01-19T00:44:34.193Z] ---> 13a43d6ac7ec [2021-01-19T00:44:34.193Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T00:44:34.193Z] ---> Running in b4b3788d4081 [2021-01-19T00:44:35.188Z] Removing intermediate container b4b3788d4081 [2021-01-19T00:44:35.188Z] ---> 39f35f32a8e5 [2021-01-19T00:44:35.188Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T00:44:35.783Z] ---> Running in 22fc36582141 [2021-01-19T00:44:36.061Z] Removing intermediate container 8a936b9d648f [2021-01-19T00:44:36.061Z] ---> d93f968ea207 [2021-01-19T00:44:36.061Z] [2021-01-19T00:44:36.061Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T00:44:36.061Z] ---> 389fef711851 [2021-01-19T00:44:36.061Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T00:44:36.352Z] Removing intermediate container 22fc36582141 [2021-01-19T00:44:36.352Z] ---> 4f3e6d57574b [2021-01-19T00:44:36.353Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T00:44:36.353Z] ---> Running in 2874fcdf1e24 [2021-01-19T00:44:36.631Z] Removing intermediate container ae38e2aab306 [2021-01-19T00:44:36.631Z] ---> fe6d735581b4 [2021-01-19T00:44:36.631Z] [2021-01-19T00:44:36.631Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T00:44:37.158Z] Removing intermediate container 2874fcdf1e24 [2021-01-19T00:44:37.158Z] ---> 11dc03c2496b [2021-01-19T00:44:37.158Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T00:44:37.158Z] 20.10.0: Pulling from library/docker [2021-01-19T00:44:37.158Z] ---> 2c0b63ac2a66 [2021-01-19T00:44:37.158Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T00:44:37.158Z] ---> Running in b5a48c6c451c [2021-01-19T00:44:37.924Z] Removing intermediate container b5a48c6c451c [2021-01-19T00:44:37.924Z] ---> 35962ce175c2 [2021-01-19T00:44:37.924Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T00:44:37.924Z] ---> Running in 74f53b4c6b16 [2021-01-19T00:44:38.672Z] Removing intermediate container 74f53b4c6b16 [2021-01-19T00:44:38.672Z] ---> 8639e20c0f8f [2021-01-19T00:44:38.672Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:44:38.994Z] ---> ba845bdbd0ad [2021-01-19T00:44:38.994Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T00:44:38.994Z] ---> Running in 6b56db551b70 [2021-01-19T00:44:41.285Z] ---> 71a73387ec24 [2021-01-19T00:44:41.285Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:44:41.920Z] ---> be8c0b3946c0 [2021-01-19T00:44:41.920Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T00:44:42.239Z] Removing intermediate container 6b56db551b70 [2021-01-19T00:44:42.239Z] ---> 6d2fc5cc417e [2021-01-19T00:44:42.239Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T00:44:42.625Z] ---> Running in b24539f2368e [2021-01-19T00:44:44.176Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:44:44.176Z] ---> 197291965006 [2021-01-19T00:44:44.176Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T00:44:44.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:44:44.743Z] ---> ff137fdd9598 [2021-01-19T00:44:44.743Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T00:44:44.743Z] ---> Running in 2c0f5b45f2ce [2021-01-19T00:44:45.371Z] Removing intermediate container 2c0f5b45f2ce [2021-01-19T00:44:45.371Z] ---> f06382abd027 [2021-01-19T00:44:45.371Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:44:45.371Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T00:44:45.371Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T00:44:45.371Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T00:44:45.371Z] ---> Running in 766eaed76630 [2021-01-19T00:44:45.670Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T00:44:45.945Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T00:44:45.945Z] Removing intermediate container 766eaed76630 [2021-01-19T00:44:45.945Z] ---> d131260fc445 [2021-01-19T00:44:45.945Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T00:44:45.945Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:44:45.945Z] OK: 8 MiB in 19 packages [2021-01-19T00:44:46.247Z] ---> Running in 8db2c7382cae [2021-01-19T00:44:46.881Z] Removing intermediate container 8db2c7382cae [2021-01-19T00:44:46.881Z] ---> b9dab69a3548 [2021-01-19T00:44:46.881Z] Step 23/24 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 [2021-01-19T00:44:46.881Z] ---> Running in bbc75cae59cc [2021-01-19T00:44:47.473Z] Removing intermediate container bbc75cae59cc [2021-01-19T00:44:47.473Z] ---> 41d0cd8b2c21 [2021-01-19T00:44:47.473Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T00:44:47.473Z] Removing intermediate container b24539f2368e [2021-01-19T00:44:47.473Z] ---> bf1ec529436c [2021-01-19T00:44:47.473Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:44:48.070Z] ---> Running in 596f5b0b5093 [2021-01-19T00:44:48.070Z] ---> 411da4cd3b7c [2021-01-19T00:44:48.070Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T00:44:48.352Z] Removing intermediate container 596f5b0b5093 [2021-01-19T00:44:48.352Z] ---> 6c3b5a3b6cf7 [2021-01-19T00:44:48.352Z] [2021-01-19T00:44:48.626Z] Successfully built 6c3b5a3b6cf7 [2021-01-19T00:44:48.626Z] Successfully tagged docker-support-notifications-go:latest [2021-01-19T00:44:49.697Z]  Building docker-support-notifications-go ... done  ---> 8b4abaf2e511 [2021-01-19T00:44:49.697Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T00:44:50.325Z] ---> c80c3358f4fd [2021-01-19T00:44:50.325Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T00:44:50.325Z] ---> Running in 72b2f757eb55 [2021-01-19T00:44:50.597Z] Removing intermediate container 72b2f757eb55 [2021-01-19T00:44:50.597Z] ---> b21c3d6b0c64 [2021-01-19T00:44:50.597Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:44:50.878Z] ---> Running in 44d99becef4e [2021-01-19T00:44:50.878Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T00:44:50.878Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T00:44:50.878Z] ---> aefe523efa57 [2021-01-19T00:44:50.878Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T00:44:50.878Z] ---> Running in 839ec17656e3 [2021-01-19T00:44:51.197Z] Removing intermediate container 44d99becef4e [2021-01-19T00:44:51.197Z] ---> ff1258ed11ef [2021-01-19T00:44:51.197Z] Step 21/23 : LABEL arch=x86_64 [2021-01-19T00:44:51.197Z] ---> Running in faf9c9132c74 [2021-01-19T00:44:51.477Z] Removing intermediate container faf9c9132c74 [2021-01-19T00:44:51.477Z] ---> 0a7588f3d49c [2021-01-19T00:44:51.477Z] Step 22/23 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 [2021-01-19T00:44:51.755Z] ---> Running in 7b2d07a1b21d [2021-01-19T00:44:51.755Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:44:52.025Z] Removing intermediate container 7b2d07a1b21d [2021-01-19T00:44:52.025Z] ---> 96644afacd89 [2021-01-19T00:44:52.025Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T00:44:52.025Z] ---> Running in 989d3a0614e7 [2021-01-19T00:44:52.296Z] Removing intermediate container 989d3a0614e7 [2021-01-19T00:44:52.296Z] ---> ebbbdc7ded0f [2021-01-19T00:44:52.296Z] [2021-01-19T00:44:52.296Z] Successfully built ebbbdc7ded0f [2021-01-19T00:44:52.583Z] Successfully tagged docker-core-data-go:latest [2021-01-19T00:44:52.583Z]  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:44:53.240Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T00:44:53.240Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T00:44:53.240Z] Executing bash-5.0.17-r0.post-install [2021-01-19T00:44:53.240Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:44:53.240Z] OK: 12 MiB in 22 packages [2021-01-19T00:44:54.326Z] Removing intermediate container 839ec17656e3 [2021-01-19T00:44:54.326Z] ---> 8eeb3bf39c6f [2021-01-19T00:44:54.326Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T00:44:54.759Z] ---> Running in b65abec0673c [2021-01-19T00:44:54.759Z] Removing intermediate container b65abec0673c [2021-01-19T00:44:54.759Z] ---> afd30bdc2e15 [2021-01-19T00:44:54.759Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T00:44:55.040Z] ---> Running in 1d38714f07a4 [2021-01-19T00:44:55.308Z] Removing intermediate container 1d38714f07a4 [2021-01-19T00:44:55.308Z] ---> e5b81a30f877 [2021-01-19T00:44:55.308Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T00:44:55.581Z] ---> Running in 23f7e763e5d9 [2021-01-19T00:44:55.930Z] Removing intermediate container 23f7e763e5d9 [2021-01-19T00:44:55.930Z] ---> 0d06eca3ceea [2021-01-19T00:44:55.930Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T00:44:56.991Z] ---> 486ec9955f75 [2021-01-19T00:44:56.991Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T00:44:57.597Z] ---> a8a56c238882 [2021-01-19T00:44:57.597Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T00:44:58.208Z] ---> 9e901348f856 [2021-01-19T00:44:58.209Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T00:44:58.209Z] ---> Running in a3f93c4fd4e9 [2021-01-19T00:44:59.189Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:44:59.792Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:45:00.065Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T00:45:00.065Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T00:45:00.065Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T00:45:00.065Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T00:45:00.344Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T00:45:00.345Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T00:45:00.630Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T00:45:02.693Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T00:45:02.693Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T00:45:02.693Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T00:45:02.693Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T00:45:02.693Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T00:45:02.693Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T00:45:03.006Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T00:45:03.006Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T00:45:03.006Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T00:45:03.006Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T00:45:03.006Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T00:45:03.006Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T00:45:03.312Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T00:45:03.312Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T00:45:03.312Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T00:45:03.312Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T00:45:03.312Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T00:45:03.312Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T00:45:03.312Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T00:45:03.598Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T00:45:03.598Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T00:45:03.598Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T00:45:03.598Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T00:45:03.598Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T00:45:03.598Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T00:45:03.598Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T00:45:03.935Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:45:03.935Z] OK: 71 MiB in 55 packages [2021-01-19T00:45:14.332Z] Removing intermediate container a3f93c4fd4e9 [2021-01-19T00:45:14.332Z] ---> 204fe8dd0f32 [2021-01-19T00:45:14.332Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T00:45:14.332Z] ---> Running in 437d266a4786 [2021-01-19T00:45:15.331Z] Collecting docker-compose==1.23.2 [2021-01-19T00:45:15.331Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T00:45:16.854Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T00:45:16.854Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T00:45:16.854Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T00:45:16.854Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T00:45:16.854Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T00:45:16.854Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T00:45:16.854Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T00:45:16.854Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T00:45:17.447Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T00:45:17.447Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T00:45:17.447Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-19T00:45:17.447Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T00:45:17.447Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T00:45:17.729Z] Collecting PyYAML<4,>=3.10 [2021-01-19T00:45:17.729Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T00:45:19.221Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T00:45:19.221Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T00:45:19.828Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T00:45:19.828Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T00:45:20.447Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T00:45:20.447Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T00:45:20.773Z] Collecting idna<2.8,>=2.5 [2021-01-19T00:45:20.773Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T00:45:20.773Z] 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) [2021-01-19T00:45:20.773Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T00:45:20.773Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T00:45:21.052Z] 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) [2021-01-19T00:45:21.052Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T00:45:21.052Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T00:45:21.052Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T00:45:21.052Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T00:45:21.052Z] Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, docopt, jsonschema, cached-property, PyYAML, dockerpty, texttable, docker-compose [2021-01-19T00:45:21.343Z] Attempting uninstall: idna [2021-01-19T00:45:21.343Z] Found existing installation: idna 2.9 [2021-01-19T00:45:21.343Z] Uninstalling idna-2.9: [2021-01-19T00:45:21.343Z] Successfully uninstalled idna-2.9 [2021-01-19T00:45:21.613Z] Attempting uninstall: urllib3 [2021-01-19T00:45:21.613Z] Found existing installation: urllib3 1.25.9 [2021-01-19T00:45:21.613Z] Uninstalling urllib3-1.25.9: [2021-01-19T00:45:21.882Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T00:45:22.159Z] Attempting uninstall: requests [2021-01-19T00:45:22.159Z] Found existing installation: requests 2.23.0 [2021-01-19T00:45:22.159Z] Uninstalling requests-2.23.0: [2021-01-19T00:45:22.159Z] Successfully uninstalled requests-2.23.0 [2021-01-19T00:45:22.749Z] Running setup.py install for docopt: started [2021-01-19T00:45:23.360Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T00:45:23.638Z] Running setup.py install for PyYAML: started [2021-01-19T00:45:24.279Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T00:45:24.279Z] Running setup.py install for dockerpty: started [2021-01-19T00:45:25.264Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T00:45:25.264Z] Running setup.py install for texttable: started [2021-01-19T00:45:26.246Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T00:45:26.520Z] 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 [2021-01-19T00:45:32.052Z] Removing intermediate container 437d266a4786 [2021-01-19T00:45:32.052Z] ---> 6abc0c1cce44 [2021-01-19T00:45:32.052Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T00:45:32.052Z] ---> Running in 4727ef13f952 [2021-01-19T00:45:32.325Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:45:32.605Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:45:32.605Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T00:45:32.875Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T00:45:32.875Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T00:45:32.875Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:45:32.875Z] OK: 72 MiB in 58 packages [2021-01-19T00:45:33.864Z] Removing intermediate container 4727ef13f952 [2021-01-19T00:45:33.864Z] ---> d4a3206ae2ee [2021-01-19T00:45:33.864Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T00:45:33.864Z] ---> Running in 89e0ce862d6f [2021-01-19T00:45:34.134Z] Removing intermediate container 89e0ce862d6f [2021-01-19T00:45:34.134Z] ---> 7ac34c220f3a [2021-01-19T00:45:34.134Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:45:34.134Z] ---> Running in 923c03595d68 [2021-01-19T00:45:34.404Z] Removing intermediate container 923c03595d68 [2021-01-19T00:45:34.404Z] ---> 7576d2d02e59 [2021-01-19T00:45:34.404Z] Step 24/26 : LABEL arch=x86_64 [2021-01-19T00:45:34.404Z] ---> Running in 94fc861fd265 [2021-01-19T00:45:34.682Z] Removing intermediate container 94fc861fd265 [2021-01-19T00:45:34.682Z] ---> 73182565dc6f [2021-01-19T00:45:34.682Z] Step 25/26 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 [2021-01-19T00:45:34.682Z] ---> Running in 17b6df2e8535 [2021-01-19T00:45:35.282Z] Removing intermediate container 17b6df2e8535 [2021-01-19T00:45:35.282Z] ---> 37476b5ec56e [2021-01-19T00:45:35.282Z] Step 26/26 : LABEL version=0.0.0 [2021-01-19T00:45:35.282Z] ---> Running in 7be365a9170c [2021-01-19T00:45:35.558Z] Removing intermediate container 7be365a9170c [2021-01-19T00:45:35.558Z] ---> 0b80d18fb042 [2021-01-19T00:45:35.558Z] [2021-01-19T00:45:35.826Z] Successfully built 0b80d18fb042 [2021-01-19T00:45:35.826Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-19T00:45:36.711Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-19T00:45:36.760Z] $ docker stop --time=1 f4d3a8e8022af432e6cb6737932359cef52be7c34f4b8eb983b12ab039debb2f [2021-01-19T00:45:38.965Z] $ docker rm -f f4d3a8e8022af432e6cb6737932359cef52be7c34f4b8eb983b12ab039debb2f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T00:45:39.699Z] + docker images [2021-01-19T00:45:39.699Z] + grep docker [2021-01-19T00:45:39.699Z] docker-sys-mgmt-agent-go latest 0b80d18fb042 4 seconds ago 313MB [2021-01-19T00:45:39.699Z] docker-core-data-go latest ebbbdc7ded0f 47 seconds ago 22.3MB [2021-01-19T00:45:39.699Z] docker-support-notifications-go latest 6c3b5a3b6cf7 51 seconds ago 12MB [2021-01-19T00:45:39.699Z] docker-security-proxy-setup-go latest f6880554f9a4 About a minute ago 24.4MB [2021-01-19T00:45:39.699Z] docker-security-secretstore-setup-go latest facec6286820 3 minutes ago 24.6MB [2021-01-19T00:45:39.699Z] docker-security-bootstrap-redis-go latest 61144fa6c5c9 3 minutes ago 15.8MB [2021-01-19T00:45:39.699Z] docker-core-metadata-go latest 06aaf32d3d71 3 minutes ago 13.1MB [2021-01-19T00:45:39.699Z] docker-core-command-go latest 649278707187 3 minutes ago 10.6MB [2021-01-19T00:45:39.699Z] docker-support-scheduler-go latest c26f64944ba5 3 minutes ago 10.7MB [2021-01-19T00:45:39.699Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [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] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-19T00:45:42.100Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:45:42.100Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:45:42.100Z] ---> 3ddba4f11031 [2021-01-19T00:45:42.100Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T00:45:42.100Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:45:42.100Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:45:42.100Z] ---> 3ddba4f11031 [2021-01-19T00:45:42.100Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T00:45:42.100Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:45:42.100Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:45:42.100Z] ---> 3ddba4f11031 [2021-01-19T00:45:42.100Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T00:45:42.100Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:45:42.100Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:45:42.100Z] ---> 3ddba4f11031 [2021-01-19T00:45:42.100Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T00:45:42.100Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:45:42.100Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:45:42.100Z] ---> 3ddba4f11031 [2021-01-19T00:45:42.100Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T00:45:42.100Z] ---> Running in 0bddd0f28f4e [2021-01-19T00:45:42.100Z] ---> Running in 627fb9a01dcb [2021-01-19T00:45:42.100Z] ---> Running in 9358b67b0537 [2021-01-19T00:45:42.100Z] ---> Running in 426f85db486f [2021-01-19T00:45:42.100Z] ---> Running in 2b3c9dafd81a [2021-01-19T00:45:42.100Z] Removing intermediate container 627fb9a01dcb [2021-01-19T00:45:42.100Z] ---> fdd83f0ecfce [2021-01-19T00:45:42.100Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:45:42.100Z] Removing intermediate container 9358b67b0537 [2021-01-19T00:45:42.100Z] ---> 054aac0ecc93 [2021-01-19T00:45:42.100Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:45:42.100Z] Removing intermediate container 0bddd0f28f4e [2021-01-19T00:45:42.100Z] ---> 2e3435e56b8a [2021-01-19T00:45:42.100Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:45:42.100Z] ---> Running in a23177bc7820 [2021-01-19T00:45:42.100Z] Removing intermediate container 2b3c9dafd81a [2021-01-19T00:45:42.100Z] Removing intermediate container 426f85db486f [2021-01-19T00:45:42.100Z] ---> 0b0e7a3f3c26 [2021-01-19T00:45:42.101Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:45:42.101Z] ---> e8607223ffbe [2021-01-19T00:45:42.101Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:45:42.101Z] ---> Running in bc9004c703ca [2021-01-19T00:45:42.101Z] ---> Running in 3f83188b330c [2021-01-19T00:45:42.101Z] ---> Running in d2d29dd06a42 [2021-01-19T00:45:42.101Z] ---> Running in 4c38efc59bdc [2021-01-19T00:45:42.101Z] Removing intermediate container a23177bc7820 [2021-01-19T00:45:42.101Z] ---> 95e6db12ef3a [2021-01-19T00:45:42.101Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T00:45:42.101Z] ---> Running in 7ec1c067d59d [2021-01-19T00:45:42.101Z] Removing intermediate container bc9004c703ca [2021-01-19T00:45:42.101Z] ---> 19d2d41764fb [2021-01-19T00:45:42.101Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T00:45:42.101Z] Removing intermediate container 3f83188b330c [2021-01-19T00:45:42.101Z] ---> 4e5ff46c0215 [2021-01-19T00:45:42.101Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T00:45:42.101Z] ---> Running in 428404926b10 [2021-01-19T00:45:42.101Z] ---> Running in 74880c30c4d9 [2021-01-19T00:45:42.101Z] Removing intermediate container 4c38efc59bdc [2021-01-19T00:45:42.101Z] ---> a888f471dd62 [2021-01-19T00:45:42.101Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T00:45:42.101Z] Removing intermediate container d2d29dd06a42 [2021-01-19T00:45:42.101Z] ---> bbd2ba4e13cf [2021-01-19T00:45:42.101Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T00:45:42.101Z] ---> Running in 05b19444770b [2021-01-19T00:45:42.101Z] ---> Running in 7052e4be807f [2021-01-19T00:45:42.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:45:42.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:45:42.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:45:42.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:45:42.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:45:42.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:45:42.994Z] OK: 217 MiB in 51 packages [2021-01-19T00:45:42.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:45:42.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:45:43.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:45:43.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:45:43.882Z] OK: 217 MiB in 51 packages [2021-01-19T00:45:43.882Z] OK: 217 MiB in 51 packages [2021-01-19T00:45:44.498Z] Removing intermediate container 7ec1c067d59d [2021-01-19T00:45:44.498Z] ---> a56c4e123a7c [2021-01-19T00:45:44.498Z] Step 6/22 : COPY go.mod . [2021-01-19T00:45:44.498Z] OK: 217 MiB in 51 packages [2021-01-19T00:45:44.498Z] OK: 217 MiB in 51 packages [2021-01-19T00:45:45.487Z] Removing intermediate container 74880c30c4d9 [2021-01-19T00:45:45.487Z] ---> bd7b98eb3dba [2021-01-19T00:45:45.487Z] Step 6/22 : COPY go.mod . [2021-01-19T00:45:45.763Z] ---> 1ec6e2f55c6d [2021-01-19T00:45:45.763Z] Step 7/22 : RUN go mod download [2021-01-19T00:45:45.763Z] Removing intermediate container 428404926b10 [2021-01-19T00:45:45.763Z] ---> f1f671357135 [2021-01-19T00:45:45.763Z] Step 6/24 : COPY go.mod . [2021-01-19T00:45:46.040Z] ---> Running in 4915706215d3 [2021-01-19T00:45:46.040Z] Removing intermediate container 05b19444770b [2021-01-19T00:45:46.040Z] ---> b7e97edc8399 [2021-01-19T00:45:46.040Z] Step 6/21 : COPY go.mod . [2021-01-19T00:45:46.315Z] Removing intermediate container 7052e4be807f [2021-01-19T00:45:46.315Z] ---> 095d26d34127 [2021-01-19T00:45:46.315Z] Step 6/21 : COPY go.mod . [2021-01-19T00:45:46.913Z] ---> 05d5334303d0 [2021-01-19T00:45:46.913Z] Step 7/22 : RUN go mod download [2021-01-19T00:45:47.190Z] ---> 41356a81cfe4 [2021-01-19T00:45:47.190Z] Step 7/24 : RUN go mod download [2021-01-19T00:45:47.190Z] ---> Running in 717a774267c6 [2021-01-19T00:45:47.190Z] ---> 2fc368f134be [2021-01-19T00:45:47.190Z] Step 7/21 : RUN go mod download [2021-01-19T00:45:47.469Z] ---> Running in f3c7e94ae2b2 [2021-01-19T00:45:47.745Z] ---> 0ddb9b8d8f29 [2021-01-19T00:45:47.745Z] Step 7/21 : RUN go mod download [2021-01-19T00:45:47.745Z] ---> Running in ae7b1e4cadd7 [2021-01-19T00:45:48.022Z] ---> Running in 3a69a261c2fb [2021-01-19T00:45:50.013Z] Removing intermediate container 4915706215d3 [2021-01-19T00:45:50.013Z] ---> a3cc3e41ca2e [2021-01-19T00:45:50.013Z] Step 8/22 : COPY . . [2021-01-19T00:45:52.649Z] Removing intermediate container 717a774267c6 [2021-01-19T00:45:52.649Z] ---> fca918464a80 [2021-01-19T00:45:52.649Z] Step 8/22 : COPY . . [2021-01-19T00:45:52.649Z] Removing intermediate container f3c7e94ae2b2 [2021-01-19T00:45:52.649Z] ---> 97de6a56194a [2021-01-19T00:45:52.649Z] Step 8/24 : COPY . . [2021-01-19T00:45:53.253Z] Removing intermediate container ae7b1e4cadd7 [2021-01-19T00:45:53.253Z] ---> 4ce027df0c42 [2021-01-19T00:45:53.253Z] Step 8/21 : COPY . . [2021-01-19T00:45:53.527Z] Removing intermediate container 3a69a261c2fb [2021-01-19T00:45:53.527Z] ---> ec0ed736b73f [2021-01-19T00:45:53.527Z] Step 8/21 : COPY . . [2021-01-19T00:45:55.664Z] Still waiting to schedule task [2021-01-19T00:45:55.664Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-01-19T00:46:20.362Z] ---> 8a8cf71dfb6f [2021-01-19T00:46:20.363Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T00:46:20.363Z] ---> 8f776f02ba26 [2021-01-19T00:46:20.363Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T00:46:20.363Z] ---> Running in 958e7b2c3373 [2021-01-19T00:46:20.363Z] ---> 024801d4ae1e [2021-01-19T00:46:20.363Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T00:46:20.363Z] ---> 8a04bedb2e3c [2021-01-19T00:46:20.363Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T00:46:20.363Z] ---> Running in a331769b291b [2021-01-19T00:46:20.363Z] ---> Running in 2a7223ef8a66 [2021-01-19T00:46:20.363Z] ---> Running in a40e1b17496c [2021-01-19T00:46:20.363Z] ---> c7c35185a1c3 [2021-01-19T00:46:20.363Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T00:46:20.363Z] ---> Running in 4b455c8bcfd5 [2021-01-19T00:46:20.363Z] 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 [2021-01-19T00:46:20.363Z] 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 [2021-01-19T00:46:20.363Z] 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 [2021-01-19T00:46:20.363Z] 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 [2021-01-19T00:46:20.636Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T00:47:42.535Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-19T00:47:55.002Z] Removing intermediate container a40e1b17496c [2021-01-19T00:47:55.002Z] ---> 5d21f661ee5f [2021-01-19T00:47:55.002Z] [2021-01-19T00:47:55.002Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T00:47:55.002Z] 3.12: Pulling from library/alpine [2021-01-19T00:47:57.014Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T00:47:57.014Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T00:47:57.014Z] ---> afeebe901d6b [2021-01-19T00:47:57.014Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T00:47:57.289Z] ---> Running in 699f46c42c44 [2021-01-19T00:48:00.717Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:48:00.717Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:48:00.995Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T00:48:00.995Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T00:48:00.995Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T00:48:00.995Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T00:48:00.995Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T00:48:00.995Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:48:00.995Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T00:48:01.274Z] OK: 7 MiB in 19 packages [2021-01-19T00:48:03.290Z] Removing intermediate container 4b455c8bcfd5 [2021-01-19T00:48:03.290Z] ---> 0fe92950f4c3 [2021-01-19T00:48:03.290Z] [2021-01-19T00:48:03.290Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T00:48:03.290Z] ---> afeebe901d6b [2021-01-19T00:48:03.290Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T00:48:03.893Z] ---> Running in 25f425b7caef [2021-01-19T00:48:04.230Z] Removing intermediate container a331769b291b [2021-01-19T00:48:04.230Z] ---> c3be9624e3e2 [2021-01-19T00:48:04.230Z] [2021-01-19T00:48:04.230Z] Step 10/21 : FROM scratch [2021-01-19T00:48:04.230Z] ---> [2021-01-19T00:48:04.230Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T00:48:04.835Z] ---> Running in 5b2a205a9fa6 [2021-01-19T00:48:04.835Z] Removing intermediate container 2a7223ef8a66 [2021-01-19T00:48:04.835Z] ---> bbab2c0d0266 [2021-01-19T00:48:04.835Z] [2021-01-19T00:48:04.835Z] Step 10/24 : FROM scratch [2021-01-19T00:48:04.835Z] ---> [2021-01-19T00:48:04.835Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T00:48:05.117Z] ---> Running in 6a37e47d3b93 [2021-01-19T00:48:05.117Z] Removing intermediate container 699f46c42c44 [2021-01-19T00:48:05.117Z] ---> a6ce08e20cdb [2021-01-19T00:48:05.117Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T00:48:05.399Z] ---> Running in e52c83af98be [2021-01-19T00:48:05.674Z] Removing intermediate container 5b2a205a9fa6 [2021-01-19T00:48:05.674Z] ---> c4294093c4f5 [2021-01-19T00:48:05.674Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T00:48:06.676Z] ---> Running in e74fcad447e3 [2021-01-19T00:48:06.676Z] Removing intermediate container e52c83af98be [2021-01-19T00:48:06.676Z] ---> e94cfb2b3956 [2021-01-19T00:48:06.676Z] Step 13/22 : WORKDIR / [2021-01-19T00:48:06.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:48:06.676Z] Removing intermediate container 6a37e47d3b93 [2021-01-19T00:48:06.676Z] ---> 98678c4c16c4 [2021-01-19T00:48:06.676Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T00:48:06.956Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:48:06.956Z] ---> Running in 206d941f0c40 [2021-01-19T00:48:06.956Z] ---> Running in 5440d12c8ce9 [2021-01-19T00:48:06.956Z] Removing intermediate container e74fcad447e3 [2021-01-19T00:48:06.956Z] ---> b6acce6ce9f3 [2021-01-19T00:48:06.956Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T00:48:07.230Z] ---> Running in 8dba6238e51d [2021-01-19T00:48:07.502Z] Removing intermediate container 5440d12c8ce9 [2021-01-19T00:48:07.502Z] ---> f2007eca5ae9 [2021-01-19T00:48:07.502Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T00:48:07.502Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T00:48:07.775Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T00:48:07.775Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T00:48:07.775Z] Removing intermediate container 206d941f0c40 [2021-01-19T00:48:07.775Z] ---> 3495be6f61d8 [2021-01-19T00:48:07.775Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:48:07.775Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T00:48:07.775Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:48:07.775Z] ---> Running in 9a849a0ab63e [2021-01-19T00:48:07.775Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T00:48:08.059Z] Removing intermediate container 8dba6238e51d [2021-01-19T00:48:08.059Z] ---> 3ec08bcb38a7 [2021-01-19T00:48:08.059Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:48:08.059Z] OK: 7 MiB in 18 packages [2021-01-19T00:48:08.827Z] Removing intermediate container 9a849a0ab63e [2021-01-19T00:48:08.827Z] ---> 8af40e6ae28b [2021-01-19T00:48:08.827Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T00:48:09.493Z] ---> 80f8c7b8d543 [2021-01-19T00:48:09.493Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T00:48:10.114Z] ---> 9e36afec65dd [2021-01-19T00:48:10.114Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T00:48:11.179Z] ---> d69192218bf6 [2021-01-19T00:48:11.179Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T00:48:11.464Z] Removing intermediate container 25f425b7caef [2021-01-19T00:48:11.464Z] ---> f1f96c6246ea [2021-01-19T00:48:11.464Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T00:48:12.150Z] ---> Running in 68cb39fda975 [2021-01-19T00:48:12.150Z] ---> 156bd2a84f8d [2021-01-19T00:48:12.150Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T00:48:12.468Z] ---> 6dee5be30527 [2021-01-19T00:48:12.468Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T00:48:13.119Z] Removing intermediate container 68cb39fda975 [2021-01-19T00:48:13.119Z] ---> d2e8eaf83c1e [2021-01-19T00:48:13.119Z] Step 13/21 : WORKDIR /edgex [2021-01-19T00:48:13.119Z] ---> 434ada549362 [2021-01-19T00:48:13.119Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T00:48:13.393Z] ---> Running in df792e57eaff [2021-01-19T00:48:13.994Z] ---> 41f90208f1b9 [2021-01-19T00:48:13.994Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T00:48:14.273Z] ---> 334740075f2e [2021-01-19T00:48:14.273Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T00:48:14.273Z] ---> Running in 7945e3d45489 [2021-01-19T00:48:14.550Z] Removing intermediate container df792e57eaff [2021-01-19T00:48:14.550Z] ---> dce638c5b0a3 [2021-01-19T00:48:14.550Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T00:48:15.150Z] ---> 78b12c45a9f7 [2021-01-19T00:48:15.150Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:48:15.431Z] Removing intermediate container 7945e3d45489 [2021-01-19T00:48:15.431Z] ---> 95a38b5cdb8c [2021-01-19T00:48:15.431Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:48:15.711Z] ---> d53d9b473777 [2021-01-19T00:48:15.711Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T00:48:15.711Z] ---> Running in 554e6f9a58db [2021-01-19T00:48:15.983Z] ---> Running in 1d2cac1745d7 [2021-01-19T00:48:15.983Z] ---> 45ce4917cd5d [2021-01-19T00:48:15.983Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T00:48:16.253Z] ---> 0158288b8509 [2021-01-19T00:48:16.253Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T00:48:16.253Z] Removing intermediate container 958e7b2c3373 [2021-01-19T00:48:16.253Z] ---> f673f8e56649 [2021-01-19T00:48:16.253Z] [2021-01-19T00:48:16.253Z] Step 10/22 : FROM scratch [2021-01-19T00:48:16.253Z] ---> [2021-01-19T00:48:16.253Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T00:48:16.524Z] ---> Using cache [2021-01-19T00:48:16.524Z] ---> c4294093c4f5 [2021-01-19T00:48:16.524Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T00:48:16.802Z] ---> Running in 62b51aabe401 [2021-01-19T00:48:16.802Z] Removing intermediate container 554e6f9a58db [2021-01-19T00:48:16.802Z] ---> 3d79f5a46a0a [2021-01-19T00:48:16.802Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T00:48:17.078Z] ---> Running in 5a308108cb25 [2021-01-19T00:48:17.672Z] Removing intermediate container 62b51aabe401 [2021-01-19T00:48:17.672Z] ---> 42e5cd423317 [2021-01-19T00:48:17.672Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T00:48:17.672Z] ---> 50278937d11f [2021-01-19T00:48:17.672Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T00:48:17.672Z] ---> Running in 79941992fd67 [2021-01-19T00:48:17.945Z] Removing intermediate container 5a308108cb25 [2021-01-19T00:48:17.945Z] ---> 15ae0f8c5acd [2021-01-19T00:48:17.945Z] Step 20/21 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 [2021-01-19T00:48:18.218Z] ---> fca10bfb9228 [2021-01-19T00:48:18.218Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T00:48:18.218Z] ---> Running in 8afa3e5c415e [2021-01-19T00:48:18.492Z] Removing intermediate container 79941992fd67 [2021-01-19T00:48:18.492Z] ---> dbcf6c1c6992 [2021-01-19T00:48:18.492Z] Step 14/22 : WORKDIR / [2021-01-19T00:48:18.766Z] ---> Running in df2739935b37 [2021-01-19T00:48:19.039Z] Removing intermediate container 8afa3e5c415e [2021-01-19T00:48:19.039Z] ---> 38efd3064740 [2021-01-19T00:48:19.039Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T00:48:19.315Z] ---> Running in c1e1c5879e17 [2021-01-19T00:48:19.591Z] Removing intermediate container df2739935b37 [2021-01-19T00:48:19.591Z] ---> 70ff4207819a [2021-01-19T00:48:19.591Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:48:19.591Z] ---> 9250e8215526 [2021-01-19T00:48:19.591Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T00:48:19.591Z] ---> a8043aa6a88f [2021-01-19T00:48:19.591Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T00:48:19.591Z] Removing intermediate container 1d2cac1745d7 [2021-01-19T00:48:19.591Z] ---> cb7677999b88 [2021-01-19T00:48:19.591Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T00:48:19.860Z] ---> Running in 2107f9557571 [2021-01-19T00:48:19.860Z] ---> Running in 1a214429fcd1 [2021-01-19T00:48:19.860Z] ---> Running in 30e6d3bba346 [2021-01-19T00:48:19.860Z] Removing intermediate container c1e1c5879e17 [2021-01-19T00:48:19.860Z] ---> a5116636ab51 [2021-01-19T00:48:19.860Z] [2021-01-19T00:48:20.453Z] Successfully built a5116636ab51 [2021-01-19T00:48:20.453Z] ---> a1c215ba13ed [2021-01-19T00:48:20.453Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T00:48:20.453Z] Removing intermediate container 2107f9557571 [2021-01-19T00:48:20.453Z] ---> 7a5dd78244a1 [2021-01-19T00:48:20.453Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T00:48:20.453Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-19T00:48:20.453Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-19T00:48:20.730Z] Removing intermediate container 30e6d3bba346 [2021-01-19T00:48:20.730Z] ---> 7e0710740cc0 [2021-01-19T00:48:20.730Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T00:48:20.730Z] Removing intermediate container 1a214429fcd1 [2021-01-19T00:48:20.730Z] ---> 452c67c61e77 [2021-01-19T00:48:20.730Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:48:20.730Z] ---> Running in ced135423f9e [2021-01-19T00:48:21.002Z] ---> Running in cf80b78c5f5c [2021-01-19T00:48:21.002Z] ---> Running in a42d0bed777d [2021-01-19T00:48:21.975Z] Removing intermediate container ced135423f9e [2021-01-19T00:48:21.975Z] ---> 1beb1f766936 [2021-01-19T00:48:21.975Z] Step 21/22 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 [2021-01-19T00:48:22.266Z] Removing intermediate container a42d0bed777d [2021-01-19T00:48:22.266Z] ---> f3ee12b7f446 [2021-01-19T00:48:22.266Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T00:48:22.266Z] Removing intermediate container cf80b78c5f5c [2021-01-19T00:48:22.266Z] ---> 4ba77b6b05ef [2021-01-19T00:48:22.266Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T00:48:22.862Z] ---> Running in 7afd9832184e [2021-01-19T00:48:22.862Z] ---> 1835d7237be4 [2021-01-19T00:48:22.862Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T00:48:22.862Z] ---> Running in 7c9f9d65d4db [2021-01-19T00:48:23.158Z] ---> Running in 342a77d9d3a9 [2021-01-19T00:48:23.755Z] Removing intermediate container 7afd9832184e [2021-01-19T00:48:23.755Z] ---> e25e849b645e [2021-01-19T00:48:23.755Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T00:48:24.348Z] Removing intermediate container 342a77d9d3a9 [2021-01-19T00:48:24.348Z] ---> d5c47a3cca1f [2021-01-19T00:48:24.348Z] Step 20/21 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 [2021-01-19T00:48:24.348Z] Removing intermediate container 7c9f9d65d4db [2021-01-19T00:48:24.348Z] ---> 0559601d5e22 [2021-01-19T00:48:24.348Z] Step 23/24 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 [2021-01-19T00:48:24.348Z] ---> 7a3256c30234 [2021-01-19T00:48:24.348Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T00:48:24.348Z] ---> Running in f786e2438d31 [2021-01-19T00:48:24.634Z] ---> Running in fc8687ca5357 [2021-01-19T00:48:24.634Z] ---> Running in 4d1298438395 [2021-01-19T00:48:24.634Z] ---> Running in e549d58ae3a5 [2021-01-19T00:48:25.635Z] Removing intermediate container fc8687ca5357 [2021-01-19T00:48:25.635Z] ---> 056db2356ad6 [2021-01-19T00:48:25.635Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T00:48:25.635Z] Removing intermediate container f786e2438d31 [2021-01-19T00:48:25.635Z] ---> 9644bb2ab973 [2021-01-19T00:48:25.635Z] [2021-01-19T00:48:25.912Z] Successfully built 9644bb2ab973 [2021-01-19T00:48:26.189Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-19T00:48:26.189Z] Building docker-core-command-go [2021-01-19T00:48:26.189Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in 47a3f90a482b [2021-01-19T00:48:26.189Z] Removing intermediate container e549d58ae3a5 [2021-01-19T00:48:26.189Z] ---> f12d7f521595 [2021-01-19T00:48:26.189Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"]Removing intermediate container 4d1298438395 [2021-01-19T00:48:26.189Z] ---> 18935c5c277d [2021-01-19T00:48:26.189Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T00:48:26.189Z] [2021-01-19T00:48:26.471Z] ---> Running in 81dab7a4a5d1 [2021-01-19T00:48:26.752Z] ---> Running in ebb7db973a1f [2021-01-19T00:48:26.752Z] Removing intermediate container 47a3f90a482b [2021-01-19T00:48:26.752Z] ---> f687489ddb4f [2021-01-19T00:48:26.752Z] [2021-01-19T00:48:27.368Z] Successfully built f687489ddb4f [2021-01-19T00:48:27.368Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-19T00:48:27.368Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-01-19T00:48:27.368Z] Removing intermediate container 81dab7a4a5d1 [2021-01-19T00:48:27.368Z] ---> ffef5116db44 [2021-01-19T00:48:27.368Z] [2021-01-19T00:48:27.368Z] Removing intermediate container ebb7db973a1f [2021-01-19T00:48:27.368Z] ---> 5f2a2a0ea37b [2021-01-19T00:48:27.368Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T00:48:27.651Z] ---> Running in 64b8b380cb59 [2021-01-19T00:48:27.933Z] Successfully built ffef5116db44 [2021-01-19T00:48:27.933Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-19T00:48:27.933Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-01-19T00:48:28.205Z] Removing intermediate container 64b8b380cb59 [2021-01-19T00:48:28.205Z] ---> 85baa89225c4 [2021-01-19T00:48:28.205Z] Step 21/22 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 [2021-01-19T00:48:28.477Z] ---> Running in b12815ddefb7 [2021-01-19T00:48:28.749Z] Removing intermediate container b12815ddefb7 [2021-01-19T00:48:28.749Z] ---> 547b85c3b9c2 [2021-01-19T00:48:28.749Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T00:48:29.022Z] ---> Running in c6ec09b28f54 [2021-01-19T00:48:29.634Z] Removing intermediate container c6ec09b28f54 [2021-01-19T00:48:29.634Z] ---> 46fb39ce62e9 [2021-01-19T00:48:29.634Z] [2021-01-19T00:48:29.906Z] Successfully built 46fb39ce62e9 [2021-01-19T00:48:29.906Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-19T00:48:43.599Z] Running on prd-ubuntu18.04-docker-8c-8g-21035 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws [2021-01-19T00:48:43.669Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-01-19T00:48:46.009Z] using credential edgex-jenkins-ssh [2021-01-19T00:48:46.061Z] Cloning the remote Git repository [2021-01-19T00:48:45.821Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T00:48:45.885Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-01-19T00:48:45.941Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T00:48:45.942Z] > git --version # timeout=10 [2021-01-19T00:48:45.950Z] > git --version # 'git version 2.17.1' [2021-01-19T00:48:45.952Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T00:48:45.989Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T00:49:01.457Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T00:49:01.469Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T00:49:01.480Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T00:49:01.500Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T00:49:01.501Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T00:49:02.996Z] Merging remotes/origin/master commit cc81cd9a60941bde415ebdc6eaf205dd7f209524 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 [2021-01-19T00:49:03.198Z] Merge succeeded, producing caa7ef0d6c00d0adb9a9388f519678cec582b070 [2021-01-19T00:49:03.198Z] Checking out Revision caa7ef0d6c00d0adb9a9388f519678cec582b070 (PR-3034) [2021-01-19T00:49:01.506Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T00:49:02.830Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T00:49:02.836Z] > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 [2021-01-19T00:49:02.917Z] > git remote # timeout=10 [2021-01-19T00:49:02.924Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T00:49:02.930Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T00:49:02.934Z] > git merge cc81cd9a60941bde415ebdc6eaf205dd7f209524 # timeout=10 [2021-01-19T00:49:03.015Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T00:49:03.024Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T00:49:03.028Z] > git checkout -f caa7ef0d6c00d0adb9a9388f519678cec582b070 # timeout=10 [2021-01-19T00:49:06.915Z] Commit message: "Merge commit 'cc81cd9a60941bde415ebdc6eaf205dd7f209524' into HEAD" [2021-01-19T00:49:06.927Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [2021-01-19T00:49:06.812Z] > git rev-list --no-walk 097d93fd72ab2a90bd42ed6b751e6205374e7967 # timeout=10 [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:49:08.054Z] + echo snap-build.sh [2021-01-19T00:49:08.054Z] snap-build.sh [2021-01-19T00:49:08.054Z] + SNAP_BASE_DIR=. [2021-01-19T00:49:08.054Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-01-19T00:49:08.054Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-01-19T00:49:08.054Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-01-19T00:49:08.054Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-01-19T00:49:08.054Z] + cd /w/workspace/edgex-go/4 [2021-01-19T00:49:08.054Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-19T00:49:08.054Z] Reading package lists... [2021-01-19T00:49:08.054Z] Building dependency tree... [2021-01-19T00:49:08.054Z] Reading state information... [2021-01-19T00:49:08.317Z] The following packages were automatically installed and are no longer required: [2021-01-19T00:49:08.317Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-19T00:49:08.317Z] uidmap xdelta3 [2021-01-19T00:49:08.317Z] Use 'sudo apt autoremove' to remove them. [2021-01-19T00:49:08.317Z] The following packages will be REMOVED: [2021-01-19T00:49:08.317Z] lxd* lxd-client* [2021-01-19T00:49:08.892Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-19T00:49:08.892Z] After this operation, 31.7 MB disk space will be freed. [2021-01-19T00:49:08.904Z]  Building docker-core-metadata-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:49:08.904Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:49:08.904Z] ---> 3ddba4f11031 [2021-01-19T00:49:08.904Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T00:49:08.904Z] ---> Using cache [2021-01-19T00:49:08.904Z] ---> 0b0e7a3f3c26 [2021-01-19T00:49:08.904Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:49:08.904Z] ---> Using cache [2021-01-19T00:49:08.904Z] ---> a888f471dd62 [2021-01-19T00:49:08.904Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T00:49:09.943Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-19T00:49:09.943Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T00:49:10.887Z] Removing lxd dnsmasq configuration [2021-01-19T00:49:10.887Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T00:49:10.887Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-19T00:49:11.847Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-19T00:49:12.112Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-19T00:49:12.112Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T00:49:12.336Z] ---> Running in 55f912553862 [2021-01-19T00:49:13.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:49:13.531Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-19T00:49:13.531Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-19T00:49:13.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:49:14.917Z] + sudo snap remove --purge lxd [2021-01-19T00:49:14.918Z] snap "lxd" is not installed [2021-01-19T00:49:14.918Z] + sudo groupadd --force --system lxd [2021-01-19T00:49:14.936Z] OK: 217 MiB in 51 packages [2021-01-19T00:49:15.178Z] ++ whoami [2021-01-19T00:49:15.178Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-19T00:49:15.178Z] + newgrp - lxd [2021-01-19T00:49:15.178Z] + sudo snap install lxd [2021-01-19T00:49:16.393Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:49:16.393Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:49:16.393Z] ---> 3ddba4f11031 [2021-01-19T00:49:16.393Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T00:49:16.393Z] ---> Using cache [2021-01-19T00:49:16.393Z] ---> 0b0e7a3f3c26 [2021-01-19T00:49:16.393Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:49:16.393Z] ---> Using cache [2021-01-19T00:49:16.393Z] ---> a888f471dd62 [2021-01-19T00:49:16.393Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T00:49:16.393Z] ---> Using cache [2021-01-19T00:49:16.393Z] ---> 095d26d34127 [2021-01-19T00:49:16.393Z] Step 6/22 : COPY go.mod . [2021-01-19T00:49:16.393Z] ---> Using cache [2021-01-19T00:49:16.393Z] ---> 0ddb9b8d8f29 [2021-01-19T00:49:16.393Z] Step 7/22 : RUN go mod download [2021-01-19T00:49:16.393Z] ---> Using cache [2021-01-19T00:49:16.393Z] ---> ec0ed736b73f [2021-01-19T00:49:16.393Z] Step 8/22 : COPY . . [2021-01-19T00:49:16.393Z] ---> Using cache [2021-01-19T00:49:16.393Z] ---> 8f776f02ba26 [2021-01-19T00:49:16.393Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T00:49:16.999Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:49:16.999Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:49:16.999Z] ---> 3ddba4f11031 [2021-01-19T00:49:16.999Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T00:49:16.999Z] ---> Using cache [2021-01-19T00:49:16.999Z] ---> 0b0e7a3f3c26 [2021-01-19T00:49:16.999Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:49:16.999Z] ---> Using cache [2021-01-19T00:49:16.999Z] ---> a888f471dd62 [2021-01-19T00:49:16.999Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T00:49:16.999Z] ---> Using cache [2021-01-19T00:49:16.999Z] ---> 095d26d34127 [2021-01-19T00:49:16.999Z] Step 6/24 : COPY go.mod . [2021-01-19T00:49:16.999Z] ---> Using cache [2021-01-19T00:49:16.999Z] ---> 0ddb9b8d8f29 [2021-01-19T00:49:16.999Z] Step 7/24 : RUN go mod download [2021-01-19T00:49:16.999Z] ---> Using cache [2021-01-19T00:49:16.999Z] ---> ec0ed736b73f [2021-01-19T00:49:16.999Z] Step 8/24 : COPY . . [2021-01-19T00:49:16.999Z] ---> Using cache [2021-01-19T00:49:16.999Z] ---> 8f776f02ba26 [2021-01-19T00:49:16.999Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T00:49:17.275Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:49:17.275Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:49:17.275Z] ---> 3ddba4f11031 [2021-01-19T00:49:17.275Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T00:49:17.275Z] ---> Using cache [2021-01-19T00:49:17.275Z] ---> 0b0e7a3f3c26 [2021-01-19T00:49:17.275Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:49:17.275Z] ---> Using cache [2021-01-19T00:49:17.275Z] ---> a888f471dd62 [2021-01-19T00:49:17.275Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T00:49:17.275Z] ---> Running in 8a0fcf5082ff [2021-01-19T00:49:17.549Z] ---> Running in 582e20de70dc [2021-01-19T00:49:17.549Z] ---> Running in 41d1f1488198 [2021-01-19T00:49:17.835Z] Removing intermediate container 55f912553862 [2021-01-19T00:49:17.835Z] ---> 7c6862d23cc2 [2021-01-19T00:49:17.835Z] Step 6/26 : COPY go.mod . [2021-01-19T00:49:19.293Z] ---> b2c3ce3c2935 [2021-01-19T00:49:19.293Z] Step 7/26 : RUN go mod download [2021-01-19T00:49:19.293Z] 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 [2021-01-19T00:49:19.293Z] ---> Running in ac2435a4f745 [2021-01-19T00:49:19.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:49:19.293Z] 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 [2021-01-19T00:49:20.307Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:49:20.913Z] OK: 217 MiB in 51 packages [2021-01-19T00:49:22.930Z] Removing intermediate container 582e20de70dc [2021-01-19T00:49:22.930Z] ---> fd8ce513d84e [2021-01-19T00:49:22.930Z] Step 6/23 : COPY go.mod . [2021-01-19T00:49:23.408Z] 2021-01-19T00:49:20Z INFO Waiting for automatic snapd restart... [2021-01-19T00:49:23.539Z] Removing intermediate container ac2435a4f745 [2021-01-19T00:49:23.539Z] ---> 274d52d4a2dc [2021-01-19T00:49:23.539Z] Step 8/26 : COPY . . [2021-01-19T00:49:23.824Z] ---> 8a84cfa77bae [2021-01-19T00:49:23.824Z] Step 7/23 : RUN go mod download [2021-01-19T00:49:24.101Z] ---> Running in d5099b8daf0f [2021-01-19T00:49:32.455Z] Removing intermediate container d5099b8daf0f [2021-01-19T00:49:32.455Z] ---> b985324b43fc [2021-01-19T00:49:32.455Z] Step 8/23 : COPY . . [2021-01-19T00:49:35.667Z] lxd 4.10 from Canonical* installed [2021-01-19T00:49:35.667Z] + sudo lxd init --auto [2021-01-19T00:49:45.696Z] + sudo snap install --classic snapcraft [2021-01-19T00:49:50.855Z] ---> 5eb19c506d9c [2021-01-19T00:49:50.855Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T00:49:51.461Z] ---> Running in d70d9bb68d8f [2021-01-19T00:49:52.288Z] snapcraft 4.4.4 from Canonical* installed [2021-01-19T00:49:52.289Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-19T00:49:52.289Z] + patch --verbose -p1 [2021-01-19T00:49:52.289Z] Hmm... Looks like a unified diff to me... [2021-01-19T00:49:52.289Z] The text leading up to this was: [2021-01-19T00:49:52.289Z] -------------------------- [2021-01-19T00:49:52.289Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-19T00:49:52.289Z] |From: Tony Espy [2021-01-19T00:49:52.289Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-19T00:49:52.289Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-19T00:49:52.289Z] | [2021-01-19T00:49:52.289Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-19T00:49:52.289Z] |optimize the snap CI check run for pull requests. When [2021-01-19T00:49:52.289Z] |applied, it essentially strips out everything (apps and [2021-01-19T00:49:52.289Z] |parts) from the snapcraft.yaml file except those required [2021-01-19T00:49:52.289Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-19T00:49:52.289Z] |catch changes to edgex-go that break the snap build. [2021-01-19T00:49:52.289Z] | [2021-01-19T00:49:52.289Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-19T00:49:52.289Z] |to update this patch file, otherwise it may fail to apply, [2021-01-19T00:49:52.289Z] |resulting in a failed snap build CI check in the associated [2021-01-19T00:49:52.289Z] |pull request. [2021-01-19T00:49:52.289Z] | [2021-01-19T00:49:52.289Z] |Note - in addition to applying this patch, the pipeline also [2021-01-19T00:49:52.289Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-19T00:49:52.289Z] |need to build the finally binary .snap file (and it won't [2021-01-19T00:49:52.289Z] |work with the patch applied). This further reduces the build [2021-01-19T00:49:52.289Z] |time. [2021-01-19T00:49:52.289Z] |--- [2021-01-19T00:49:52.289Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-19T00:49:52.289Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-19T00:49:52.289Z] | [2021-01-19T00:49:52.289Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-19T00:49:52.289Z] |index 1e537489..faf42425 100644 [2021-01-19T00:49:52.289Z] |--- a/snap/snapcraft.yaml [2021-01-19T00:49:52.289Z] |+++ b/snap/snapcraft.yaml [2021-01-19T00:49:52.289Z] -------------------------- [2021-01-19T00:49:52.289Z] patching file snap/snapcraft.yaml [2021-01-19T00:49:52.289Z] Using Plan A... [2021-01-19T00:49:52.289Z] Hunk #1 succeeded at 73. [2021-01-19T00:49:52.289Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-19T00:49:52.289Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-19T00:49:52.289Z] Hunk #4 succeeded at 222 (offset -3 lines). [2021-01-19T00:49:52.289Z] Hunk #5 succeeded at 229 (offset -3 lines). [2021-01-19T00:49:52.289Z] Hunk #6 succeeded at 256 (offset -3 lines). [2021-01-19T00:49:52.289Z] Hunk #7 succeeded at 290 (offset -3 lines). [2021-01-19T00:49:52.289Z] Hunk #8 succeeded at 342 (offset -2 lines). [2021-01-19T00:49:52.289Z] Hmm... Ignoring the trailing garbage. [2021-01-19T00:49:52.289Z] done [2021-01-19T00:49:52.289Z] + sudo snapcraft prime --use-lxd [2021-01-19T00:49:53.673Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-19T00:49:53.674Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-19T00:49:53.674Z] - README.md [2021-01-19T00:49:53.674Z] - snapcraft.yaml.orig [2021-01-19T00:49:53.674Z] [2021-01-19T00:49:53.674Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-19T00:49:55.326Z] Launching a container. [2021-01-19T00:49:55.338Z] 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 [2021-01-19T00:49:55.338Z] ---> 39e6513d6d46 [2021-01-19T00:49:55.338Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T00:49:55.338Z] ---> Running in e25c0496667c [2021-01-19T00:49:55.949Z] 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 [2021-01-19T00:50:05.355Z] Waiting for container to be ready [2021-01-19T00:50:05.355Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-19T00:50:05.355Z] [2021-01-19T00:50:09.567Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-19T00:50:09.567Z] Waiting for network to be ready... [2021-01-19T00:50:09.833Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-19T00:50:10.093Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-19T00:50:10.093Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1512 kB] [2021-01-19T00:50:10.355Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-19T00:50:10.355Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-19T00:50:10.355Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-19T00:50:10.355Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-19T00:50:10.355Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-19T00:50:10.355Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1099 kB] [2021-01-19T00:50:10.355Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-19T00:50:10.616Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-19T00:50:10.616Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-19T00:50:10.877Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-19T00:50:10.877Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-19T00:50:10.877Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-19T00:50:10.877Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-19T00:50:10.877Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-19T00:50:10.877Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-19T00:50:11.449Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-19T00:50:11.710Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1843 kB] [2021-01-19T00:50:11.710Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-19T00:50:11.710Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-19T00:50:11.710Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-19T00:50:11.710Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-19T00:50:11.710Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-19T00:50:11.710Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1705 kB] [2021-01-19T00:50:11.710Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [359 kB] [2021-01-19T00:50:14.268Z] Fetched 23.7 MB in 4s (6132 kB/s) [2021-01-19T00:50:14.530Z] Reading package lists... [2021-01-19T00:50:14.790Z] Reading package lists... [2021-01-19T00:50:15.055Z] Building dependency tree... [2021-01-19T00:50:15.055Z] Reading state information... [2021-01-19T00:50:15.316Z] The following additional packages will be installed: [2021-01-19T00:50:15.316Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-19T00:50:15.316Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-19T00:50:15.316Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-19T00:50:15.316Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-19T00:50:15.316Z] Suggested packages: [2021-01-19T00:50:15.316Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-19T00:50:15.316Z] Recommended packages: [2021-01-19T00:50:15.316Z] gnupg libsasl2-modules [2021-01-19T00:50:15.316Z] The following NEW packages will be installed: [2021-01-19T00:50:15.316Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-19T00:50:15.316Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-19T00:50:15.316Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-19T00:50:15.316Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-19T00:50:15.316Z] The following packages will be upgraded: [2021-01-19T00:50:15.316Z] gpg gpg-agent gpgconf libudev1 [2021-01-19T00:50:15.577Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-19T00:50:15.577Z] Need to get 3533 kB of archives. [2021-01-19T00:50:15.577Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-19T00:50:15.577Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-19T00:50:15.839Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-19T00:50:15.839Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-19T00:50:16.101Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-19T00:50:16.101Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-19T00:50:16.101Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-19T00:50:16.101Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-19T00:50:16.101Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-19T00:50:16.101Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-19T00:50:16.101Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-19T00:50:16.101Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-19T00:50:16.101Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-19T00:50:16.362Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-19T00:50:16.362Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-19T00:50:16.362Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-19T00:50:16.362Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-19T00:50:16.362Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-19T00:50:16.362Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-19T00:50:16.362Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-19T00:50:16.362Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-19T00:50:16.362Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-19T00:50:16.629Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-19T00:50:16.629Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T00:50:16.629Z] Fetched 3533 kB in 1s (2791 kB/s) [2021-01-19T00:50:16.890Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-19T00:50:16.890Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-19T00:50:16.890Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T00:50:16.890Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-19T00:50:16.890Z] Selecting previously unselected package udev. [2021-01-19T00:50:16.890Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-19T00:50:16.890Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-19T00:50:17.152Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-19T00:50:17.414Z] Selecting previously unselected package libfuse2:amd64. [2021-01-19T00:50:17.414Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-19T00:50:17.414Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-19T00:50:17.414Z] Selecting previously unselected package fuse. [2021-01-19T00:50:17.414Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-19T00:50:17.414Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-19T00:50:17.677Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T00:50:17.677Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T00:50:17.677Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T00:50:17.677Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T00:50:17.940Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T00:50:17.940Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T00:50:17.940Z] Selecting previously unselected package libksba8:amd64. [2021-01-19T00:50:17.940Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-19T00:50:17.940Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-19T00:50:18.201Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-19T00:50:18.201Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T00:50:18.201Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:50:18.201Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-19T00:50:18.201Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T00:50:18.201Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:50:18.470Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-19T00:50:18.470Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T00:50:18.470Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:50:18.470Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-19T00:50:18.470Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T00:50:18.470Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:50:18.470Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-19T00:50:18.470Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T00:50:18.470Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:50:18.735Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-19T00:50:18.735Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T00:50:18.735Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:50:18.735Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-19T00:50:18.735Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T00:50:18.735Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:50:18.735Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-19T00:50:18.735Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T00:50:18.735Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:50:18.998Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-19T00:50:18.998Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T00:50:18.998Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:50:18.998Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-19T00:50:18.998Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-19T00:50:18.998Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T00:50:18.998Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-19T00:50:18.998Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-19T00:50:19.259Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T00:50:19.259Z] Selecting previously unselected package libldap-common. [2021-01-19T00:50:19.259Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-19T00:50:19.259Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T00:50:19.259Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-19T00:50:19.259Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-19T00:50:19.259Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T00:50:19.523Z] Selecting previously unselected package dirmngr. [2021-01-19T00:50:19.523Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T00:50:19.523Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-19T00:50:19.523Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T00:50:19.523Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-19T00:50:19.787Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-19T00:50:19.787Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T00:50:19.787Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T00:50:19.787Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-19T00:50:19.787Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:50:19.787Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-19T00:50:19.787Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T00:50:19.787Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-19T00:50:20.360Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-19T00:50:20.360Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:50:20.360Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-19T00:50:20.360Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-19T00:50:20.360Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-19T00:50:20.624Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:50:20.624Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:50:20.624Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:50:20.624Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:50:20.624Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:50:20.624Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:50:20.624Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:50:20.624Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T00:50:20.624Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-19T00:50:20.624Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T00:50:21.195Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-19T00:50:21.195Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-19T00:50:21.195Z] This means they are not meant to be enabled using systemctl. [2021-01-19T00:50:21.195Z] Possible reasons for having this kind of units are: [2021-01-19T00:50:21.195Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-19T00:50:21.195Z] .wants/ or .requires/ directory. [2021-01-19T00:50:21.195Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-19T00:50:21.195Z] a requirement dependency on it. [2021-01-19T00:50:21.195Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-19T00:50:21.195Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-19T00:50:21.195Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-19T00:50:21.195Z] instance name specified. [2021-01-19T00:50:21.455Z] Reading package lists... [2021-01-19T00:50:21.716Z] Building dependency tree... [2021-01-19T00:50:21.716Z] Reading state information... [2021-01-19T00:50:21.716Z] The following additional packages will be installed: [2021-01-19T00:50:21.716Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-19T00:50:21.716Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-19T00:50:21.716Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-19T00:50:21.716Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-19T00:50:21.716Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-19T00:50:21.716Z] Suggested packages: [2021-01-19T00:50:21.716Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-19T00:50:21.716Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-19T00:50:21.716Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-19T00:50:21.716Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-19T00:50:21.716Z] systemd-container policykit-1 [2021-01-19T00:50:21.716Z] Recommended packages: [2021-01-19T00:50:21.716Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-19T00:50:21.975Z] The following NEW packages will be installed: [2021-01-19T00:50:21.975Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-19T00:50:21.975Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-19T00:50:21.975Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-19T00:50:21.975Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-19T00:50:21.975Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-19T00:50:21.975Z] The following packages will be upgraded: [2021-01-19T00:50:21.975Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-19T00:50:21.975Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-19T00:50:21.975Z] Need to get 35.2 MB of archives. [2021-01-19T00:50:21.975Z] After this operation, 141 MB of additional disk space will be used. [2021-01-19T00:50:21.975Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-19T00:50:21.975Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-19T00:50:21.975Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-19T00:50:22.236Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-19T00:50:22.236Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-19T00:50:22.236Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-19T00:50:22.236Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-19T00:50:22.236Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-19T00:50:22.236Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-19T00:50:22.236Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-19T00:50:22.236Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-19T00:50:22.236Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-19T00:50:22.236Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-19T00:50:22.236Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-19T00:50:22.236Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-19T00:50:22.236Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-19T00:50:22.236Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-19T00:50:22.845Z] 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 [2021-01-19T00:50:23.178Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-19T00:50:23.178Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-19T00:50:23.178Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-19T00:50:23.178Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-19T00:50:23.178Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-19T00:50:23.178Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-19T00:50:23.178Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-19T00:50:23.178Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-19T00:50:23.178Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-19T00:50:23.455Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-19T00:50:23.455Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-19T00:50:23.455Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-19T00:50:23.455Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-19T00:50:24.402Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T00:50:24.402Z] Fetched 35.2 MB in 2s (14.2 MB/s) [2021-01-19T00:50:24.663Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T00:50:24.663Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-19T00:50:24.663Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T00:50:25.237Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-19T00:50:25.237Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T00:50:25.499Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-19T00:50:25.499Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T00:50:25.499Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-19T00:50:25.499Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-19T00:50:25.761Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-19T00:50:25.761Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T00:50:25.761Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-19T00:50:25.761Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-19T00:50:26.023Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-19T00:50:26.290Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-19T00:50:26.551Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-19T00:50:26.551Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-19T00:50:26.551Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-19T00:50:26.814Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-19T00:50:26.814Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-19T00:50:26.814Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T00:50:26.814Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T00:50:27.076Z] Selecting previously unselected package libexpat1:amd64. [2021-01-19T00:50:27.076Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-19T00:50:27.076Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-19T00:50:27.076Z] Selecting previously unselected package python3.6-minimal. [2021-01-19T00:50:27.076Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T00:50:27.338Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T00:50:27.338Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-19T00:50:27.605Z] Checking for services that may need to be restarted...done. [2021-01-19T00:50:27.605Z] Checking for services that may need to be restarted...done. [2021-01-19T00:50:27.605Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T00:50:27.605Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-19T00:50:27.605Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T00:50:28.178Z] Selecting previously unselected package python3-minimal. [2021-01-19T00:50:28.178Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-19T00:50:28.178Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-19T00:50:28.178Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-19T00:50:28.178Z] Selecting previously unselected package mime-support. [2021-01-19T00:50:28.178Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-19T00:50:28.178Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-19T00:50:28.443Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-19T00:50:28.443Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-19T00:50:28.443Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-19T00:50:28.443Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-19T00:50:28.443Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T00:50:28.443Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T00:50:28.704Z] Selecting previously unselected package python3.6. [2021-01-19T00:50:28.704Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T00:50:28.704Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T00:50:28.967Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-19T00:50:28.967Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-19T00:50:28.967Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-19T00:50:28.967Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-19T00:50:29.231Z] Selecting previously unselected package python3. [2021-01-19T00:50:29.231Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-19T00:50:29.231Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-19T00:50:29.231Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-19T00:50:29.231Z] Selecting previously unselected package multiarch-support. [2021-01-19T00:50:29.231Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T00:50:29.231Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-19T00:50:29.495Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-19T00:50:29.495Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-19T00:50:29.495Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-19T00:50:29.495Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-19T00:50:29.495Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-19T00:50:29.495Z] Selecting previously unselected package libbsd0:amd64. [2021-01-19T00:50:29.495Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-19T00:50:29.495Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-19T00:50:29.759Z] Selecting previously unselected package sudo. [2021-01-19T00:50:29.759Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-19T00:50:29.759Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-19T00:50:30.020Z] Selecting previously unselected package apparmor. [2021-01-19T00:50:30.020Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-19T00:50:30.020Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-19T00:50:30.021Z] Selecting previously unselected package libedit2:amd64. [2021-01-19T00:50:30.021Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-19T00:50:30.021Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-19T00:50:30.021Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-19T00:50:30.021Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T00:50:30.285Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T00:50:30.285Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-19T00:50:30.285Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T00:50:30.285Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T00:50:30.285Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-19T00:50:30.285Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-19T00:50:30.285Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-19T00:50:30.547Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-19T00:50:30.547Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T00:50:30.547Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T00:50:30.547Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-19T00:50:30.547Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T00:50:30.547Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T00:50:30.808Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-19T00:50:30.808Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-19T00:50:30.808Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-19T00:50:31.070Z] Selecting previously unselected package openssh-client. [2021-01-19T00:50:31.070Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-19T00:50:31.070Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-19T00:50:31.070Z] Selecting previously unselected package squashfs-tools. [2021-01-19T00:50:31.070Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-19T00:50:31.070Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-19T00:50:31.332Z] Selecting previously unselected package snapd. [2021-01-19T00:50:31.332Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-19T00:50:31.332Z] Unpacking snapd (2.48+18.04) ... [2021-01-19T00:50:33.072Z] Removing intermediate container 8a0fcf5082ff [2021-01-19T00:50:33.073Z] ---> 7eeb53eaedd5 [2021-01-19T00:50:33.073Z] [2021-01-19T00:50:33.073Z] Step 10/22 : FROM scratch [2021-01-19T00:50:33.073Z] ---> [2021-01-19T00:50:33.073Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T00:50:33.073Z] ---> Using cache [2021-01-19T00:50:33.073Z] ---> c4294093c4f5 [2021-01-19T00:50:33.073Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T00:50:33.073Z] ---> Running in f1dcf1d6dcd5 [2021-01-19T00:50:33.249Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-19T00:50:33.250Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-19T00:50:33.358Z] Removing intermediate container f1dcf1d6dcd5 [2021-01-19T00:50:33.358Z] ---> f519f7a81a80 [2021-01-19T00:50:33.358Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T00:50:33.358Z] ---> Running in 95a572cee40f [2021-01-19T00:50:33.511Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-19T00:50:33.511Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-19T00:50:33.641Z] Removing intermediate container 41d1f1488198 [2021-01-19T00:50:33.641Z] ---> ecc3a161630f [2021-01-19T00:50:33.641Z] [2021-01-19T00:50:33.641Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T00:50:33.641Z] ---> afeebe901d6b [2021-01-19T00:50:33.641Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T00:50:33.641Z] ---> Using cache [2021-01-19T00:50:33.641Z] ---> a6ce08e20cdb [2021-01-19T00:50:33.641Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T00:50:33.772Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-19T00:50:33.772Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T00:50:33.772Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T00:50:33.772Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-19T00:50:33.772Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-19T00:50:33.923Z] ---> Running in 405d47b8deda [2021-01-19T00:50:34.199Z] Removing intermediate container 95a572cee40f [2021-01-19T00:50:34.199Z] ---> 3d6dab83c077 [2021-01-19T00:50:34.199Z] Step 14/22 : WORKDIR / [2021-01-19T00:50:34.199Z] ---> Running in 6787a4fb6757 [2021-01-19T00:50:34.719Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-19T00:50:34.719Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-19T00:50:34.719Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-19T00:50:34.719Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T00:50:34.719Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T00:50:34.719Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T00:50:34.808Z] Removing intermediate container 405d47b8deda [2021-01-19T00:50:34.808Z] ---> 690b4afea105 [2021-01-19T00:50:34.808Z] Step 13/24 : WORKDIR / [2021-01-19T00:50:34.808Z] ---> Running in 24b577e1c36e [2021-01-19T00:50:35.087Z] Removing intermediate container 6787a4fb6757 [2021-01-19T00:50:35.087Z] ---> bec3a576a7ca [2021-01-19T00:50:35.087Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:50:35.292Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-19T00:50:35.292Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T00:50:35.554Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-19T00:50:35.554Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-19T00:50:35.554Z] running python rtupdate hooks for python3.6... [2021-01-19T00:50:35.554Z] running python post-rtupdate hooks for python3.6... [2021-01-19T00:50:35.554Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-19T00:50:35.712Z] Removing intermediate container 24b577e1c36e [2021-01-19T00:50:35.712Z] ---> 89fd013349c3 [2021-01-19T00:50:35.712Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-19T00:50:36.317Z] ---> 46ddf5a8f69e [2021-01-19T00:50:36.317Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T00:50:37.314Z] ---> 6798bb924add [2021-01-19T00:50:37.314Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-19T00:50:37.481Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-19T00:50:37.481Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T00:50:37.481Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-19T00:50:37.749Z] Setting up snapd (2.48+18.04) ... [2021-01-19T00:50:38.016Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-19T00:50:38.279Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-19T00:50:38.315Z] ---> dad02d0a8afe [2021-01-19T00:50:38.315Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T00:50:38.541Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-19T00:50:38.804Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-19T00:50:38.804Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-19T00:50:38.804Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-19T00:50:38.936Z] ---> 2f19eb1ef433 [2021-01-19T00:50:38.936Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T00:50:39.065Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-19T00:50:39.327Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-19T00:50:39.588Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-19T00:50:39.588Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-19T00:50:39.849Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-01-19T00:50:39.849Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T00:50:39.849Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-19T00:50:39.937Z] ---> 0dd7175f3fa7 [2021-01-19T00:50:39.937Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T00:50:39.937Z] ---> Running in 78628159485b [2021-01-19T00:50:39.937Z] ---> ffcfb3d6ed54 [2021-01-19T00:50:39.937Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T00:50:40.802Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T00:50:40.965Z] Removing intermediate container 78628159485b [2021-01-19T00:50:40.966Z] ---> 140f5fe5afcb [2021-01-19T00:50:40.966Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:50:41.248Z] ---> Running in df26c8675c82 [2021-01-19T00:50:41.373Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T00:50:41.633Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T00:50:42.256Z] ---> 24a6b3d1dc27 [2021-01-19T00:50:42.256Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T00:50:42.256Z] Removing intermediate container df26c8675c82 [2021-01-19T00:50:42.256Z] ---> 9f3f653d6497 [2021-01-19T00:50:42.256Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T00:50:42.534Z] ---> Running in cb47f5cf176c [2021-01-19T00:50:42.585Z] Reading package lists... [2021-01-19T00:50:42.849Z] Reading package lists... [2021-01-19T00:50:43.118Z] Building dependency tree... [2021-01-19T00:50:43.118Z] Reading state information... [2021-01-19T00:50:43.118Z] Calculating upgrade... [2021-01-19T00:50:43.380Z] The following packages will be upgraded: [2021-01-19T00:50:43.381Z] advancecomp base-files bash binutils binutils-common [2021-01-19T00:50:43.381Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-19T00:50:43.381Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-19T00:50:43.381Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-19T00:50:43.381Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-19T00:50:43.381Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-19T00:50:43.381Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-19T00:50:43.381Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-19T00:50:43.381Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-19T00:50:43.381Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-19T00:50:43.381Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-19T00:50:43.381Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-19T00:50:43.381Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-19T00:50:43.381Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-19T00:50:43.381Z] ubuntu-keyring util-linux [2021-01-19T00:50:43.544Z] Removing intermediate container cb47f5cf176c [2021-01-19T00:50:43.544Z] ---> 476b09b1da6c [2021-01-19T00:50:43.544Z] Step 21/22 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 [2021-01-19T00:50:43.641Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T00:50:43.642Z] Need to get 63.7 MB of archives. [2021-01-19T00:50:43.642Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-19T00:50:43.642Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-19T00:50:43.642Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-19T00:50:44.153Z] ---> Running in 16dab17cb5df [2021-01-19T00:50:44.153Z] ---> 22b0d2652aca [2021-01-19T00:50:44.153Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T00:50:44.214Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-19T00:50:44.214Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-19T00:50:44.215Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-19T00:50:44.474Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-19T00:50:44.474Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-19T00:50:44.474Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-19T00:50:44.474Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-19T00:50:44.474Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-19T00:50:44.474Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-19T00:50:44.474Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-19T00:50:44.474Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-19T00:50:44.474Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-19T00:50:44.474Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-19T00:50:44.474Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-19T00:50:44.733Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-19T00:50:44.734Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-19T00:50:44.734Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-19T00:50:44.734Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-19T00:50:44.734Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-19T00:50:44.734Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-19T00:50:44.734Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-19T00:50:44.734Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-19T00:50:44.734Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-19T00:50:44.734Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-19T00:50:44.734Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-19T00:50:44.734Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-19T00:50:44.734Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-19T00:50:44.734Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-19T00:50:44.734Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-19T00:50:44.782Z] Removing intermediate container 16dab17cb5df [2021-01-19T00:50:44.782Z] ---> ea057ec33c91 [2021-01-19T00:50:44.782Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T00:50:44.995Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-19T00:50:44.995Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-19T00:50:44.995Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-19T00:50:44.995Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-19T00:50:44.995Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-19T00:50:44.995Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-19T00:50:44.995Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-19T00:50:44.995Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-19T00:50:44.995Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-19T00:50:44.995Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-19T00:50:44.995Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-19T00:50:44.995Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-19T00:50:44.995Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-19T00:50:44.995Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-19T00:50:44.995Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-19T00:50:44.995Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-19T00:50:44.995Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-19T00:50:45.064Z] ---> Running in 055a02bdc162 [2021-01-19T00:50:45.256Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-19T00:50:45.256Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-19T00:50:45.687Z] ---> 1a7f2aa94c6b [2021-01-19T00:50:45.687Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-19T00:50:45.687Z] ---> Running in b67aa93f3e0a [2021-01-19T00:50:45.687Z] Removing intermediate container 055a02bdc162 [2021-01-19T00:50:45.687Z] ---> d8b845029b3b [2021-01-19T00:50:45.687Z] [2021-01-19T00:50:46.205Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-19T00:50:46.205Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-19T00:50:46.205Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-19T00:50:46.465Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-19T00:50:46.465Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-19T00:50:46.465Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-19T00:50:46.689Z] Successfully built d8b845029b3b [2021-01-19T00:50:46.689Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-19T00:50:46.728Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-19T00:50:46.728Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-19T00:50:46.728Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-19T00:50:46.728Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-19T00:50:46.728Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-19T00:50:46.728Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-19T00:50:46.728Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-19T00:50:46.989Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-19T00:50:46.989Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-19T00:50:46.989Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-19T00:50:46.989Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-19T00:50:46.989Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-19T00:50:46.989Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-19T00:50:46.989Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-19T00:50:46.989Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-19T00:50:46.989Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-19T00:50:46.989Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-19T00:50:47.250Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-19T00:50:47.250Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-19T00:50:47.250Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-19T00:50:47.250Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-19T00:50:47.510Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-19T00:50:47.771Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-19T00:50:47.771Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-19T00:50:47.771Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-19T00:50:48.032Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-19T00:50:48.032Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-19T00:50:48.032Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-19T00:50:48.032Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-19T00:50:48.032Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-19T00:50:48.032Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-19T00:50:48.032Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-19T00:50:48.608Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-19T00:50:49.355Z]  Building docker-core-command-go ... done Removing intermediate container b67aa93f3e0a [2021-01-19T00:50:49.355Z] ---> 96554b5d7336 [2021-01-19T00:50:49.355Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T00:50:49.561Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-19T00:50:49.562Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-19T00:50:49.637Z] ---> Running in 7442bec6aefb [2021-01-19T00:50:49.827Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-19T00:50:50.089Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-19T00:50:50.089Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-19T00:50:50.247Z] Removing intermediate container 7442bec6aefb [2021-01-19T00:50:50.247Z] ---> dcdb8e64220e [2021-01-19T00:50:50.247Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T00:50:50.351Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-19T00:50:50.351Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-19T00:50:50.351Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-19T00:50:50.351Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T00:50:50.527Z] ---> Running in cb4b350736d0 [2021-01-19T00:50:50.613Z] Fetched 63.7 MB in 7s (9142 kB/s) [2021-01-19T00:50:50.613Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:50:50.614Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T00:50:50.614Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T00:50:51.155Z] Removing intermediate container cb4b350736d0 [2021-01-19T00:50:51.155Z] ---> 5fdbf44b5276 [2021-01-19T00:50:51.155Z] Step 23/24 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 [2021-01-19T00:50:51.184Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T00:50:51.185Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T00:50:51.445Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-19T00:50:51.445Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-19T00:50:51.445Z] ---> Running in 7a49928c7a06 [2021-01-19T00:50:52.017Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:50:52.017Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T00:50:52.055Z] Removing intermediate container 7a49928c7a06 [2021-01-19T00:50:52.055Z] ---> d9d5580ab596 [2021-01-19T00:50:52.055Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T00:50:52.055Z] ---> Running in 93b502fc606c [2021-01-19T00:50:52.278Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:50:52.278Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T00:50:52.278Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:50:52.278Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T00:50:52.540Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:50:52.540Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T00:50:52.540Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:50:52.540Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T00:50:52.801Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:50:52.802Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T00:50:52.802Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:50:52.802Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T00:50:53.054Z] Removing intermediate container 93b502fc606c [2021-01-19T00:50:53.054Z] ---> 703895e83b46 [2021-01-19T00:50:53.054Z] [2021-01-19T00:50:53.064Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:50:53.064Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T00:50:53.064Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:50:53.064Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-19T00:50:53.325Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:50:53.325Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T00:50:53.325Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:50:53.325Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T00:50:53.339Z] Successfully built 703895e83b46 [2021-01-19T00:50:53.340Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-19T00:50:53.586Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:50:53.586Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T00:50:53.586Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:50:53.586Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T00:50:53.845Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:50:53.845Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T00:50:53.845Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T00:50:54.111Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T00:50:54.682Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-19T00:50:54.683Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T00:50:54.683Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-19T00:50:54.683Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-19T00:50:54.943Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-19T00:50:54.943Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-19T00:50:55.209Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-19T00:50:55.209Z] Installing new version of config file /etc/issue ... [2021-01-19T00:50:55.209Z] Installing new version of config file /etc/issue.net ... [2021-01-19T00:50:55.209Z] Installing new version of config file /etc/lsb-release ... [2021-01-19T00:50:55.209Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-19T00:50:55.471Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-19T00:50:55.471Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-19T00:50:55.471Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-19T00:50:55.733Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:50:55.733Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-19T00:50:55.733Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-19T00:50:55.733Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-19T00:50:55.733Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-01-19T00:50:55.995Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:50:55.995Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T00:50:55.995Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-19T00:50:55.995Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-19T00:50:56.256Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:50:56.256Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-19T00:50:56.256Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-19T00:50:56.256Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-19T00:50:56.518Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:50:56.518Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-19T00:50:56.518Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T00:50:56.518Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-19T00:50:56.778Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:50:56.778Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T00:50:56.778Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T00:50:56.778Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T00:50:57.039Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:50:57.039Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T00:50:57.039Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T00:50:57.313Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-19T00:50:57.313Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:50:57.313Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-19T00:50:57.313Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-19T00:50:57.313Z] Setting up grep (3.1-2build1) ... [2021-01-19T00:50:57.573Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:50:57.573Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-19T00:50:57.573Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-19T00:50:57.573Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-19T00:50:57.834Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:50:57.834Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T00:50:57.834Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T00:50:58.095Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-19T00:50:58.095Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:50:58.095Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T00:50:58.095Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T00:50:58.669Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T00:50:58.669Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T00:50:58.669Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T00:50:58.930Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T00:50:59.502Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-19T00:50:59.502Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:50:59.502Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-19T00:50:59.502Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T00:51:00.444Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-19T00:51:00.444Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-19T00:51:00.704Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-19T00:51:00.704Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-19T00:51:00.704Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-19T00:51:00.964Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:51:00.964Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-19T00:51:00.964Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-19T00:51:01.224Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-19T00:51:01.224Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:51:01.224Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T00:51:01.224Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T00:51:01.486Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T00:51:01.486Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:51:01.486Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T00:51:01.486Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T00:51:01.766Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T00:51:01.766Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:51:01.766Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T00:51:01.766Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T00:51:02.029Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T00:51:02.029Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:51:02.029Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T00:51:02.029Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T00:51:02.291Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T00:51:02.291Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:51:02.291Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T00:51:02.556Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T00:51:02.556Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T00:51:02.556Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T00:51:02.816Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T00:51:02.816Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:51:02.816Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T00:51:02.816Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T00:51:03.079Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T00:51:03.080Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:51:03.080Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T00:51:03.080Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T00:51:03.343Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T00:51:03.343Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:51:03.343Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T00:51:03.343Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T00:51:03.552Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container d70d9bb68d8f [2021-01-19T00:51:03.552Z] ---> f121a6e30399 [2021-01-19T00:51:03.552Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T00:51:03.552Z] ---> Running in d1284cacfc37 [2021-01-19T00:51:03.552Z] 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 [2021-01-19T00:51:03.622Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-19T00:51:03.622Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:51:03.622Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T00:51:03.883Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T00:51:04.145Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-19T00:51:04.717Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-19T00:51:04.717Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-19T00:51:04.981Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:51:04.981Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T00:51:04.981Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T00:51:05.241Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T00:51:05.503Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:51:05.503Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-19T00:51:05.503Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T00:51:05.503Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-19T00:51:05.765Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:51:05.765Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-19T00:51:05.765Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-19T00:51:06.026Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-19T00:51:06.179Z] Removing intermediate container d1284cacfc37 [2021-01-19T00:51:06.179Z] ---> edaa89944c4e [2021-01-19T00:51:06.179Z] [2021-01-19T00:51:06.179Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T00:51:06.289Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:51:06.289Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T00:51:06.289Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T00:51:06.289Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T00:51:06.451Z] 20.10.0: Pulling from library/docker [2021-01-19T00:51:06.549Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:51:06.549Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T00:51:06.549Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T00:51:06.549Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T00:51:06.810Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:51:06.810Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T00:51:06.810Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T00:51:06.810Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T00:51:07.102Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:51:07.102Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T00:51:07.102Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T00:51:07.363Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-19T00:51:07.363Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T00:51:07.363Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T00:51:07.363Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T00:51:07.627Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T00:51:07.627Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:51:07.627Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-19T00:51:07.627Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-19T00:51:07.887Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-19T00:51:08.146Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:51:08.146Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-19T00:51:08.146Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T00:51:08.146Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T00:51:09.089Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:51:09.089Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T00:51:09.089Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T00:51:09.089Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T00:51:09.089Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:51:09.089Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-19T00:51:09.089Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-19T00:51:09.349Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-19T00:51:09.349Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:51:09.349Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-19T00:51:09.349Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-19T00:51:09.611Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-19T00:51:09.871Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:51:09.871Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T00:51:09.871Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T00:51:10.132Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-19T00:51:10.132Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:51:10.132Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-19T00:51:10.132Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-19T00:51:10.393Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-19T00:51:10.393Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:51:10.393Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-19T00:51:10.393Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-19T00:51:10.677Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-19T00:51:10.677Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:51:10.677Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-19T00:51:10.677Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-19T00:51:10.677Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-19T00:51:11.014Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:51:11.014Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-19T00:51:11.014Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-19T00:51:11.014Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-19T00:51:11.344Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:51:11.344Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-19T00:51:11.344Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-19T00:51:11.344Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-19T00:51:11.344Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:51:11.344Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-19T00:51:11.344Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-19T00:51:11.641Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-19T00:51:11.641Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-19T00:51:11.641Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-19T00:51:11.641Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-19T00:51:12.004Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-19T00:51:12.004Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-19T00:51:12.004Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-19T00:51:12.004Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-19T00:51:12.295Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-19T00:51:12.295Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-19T00:51:12.556Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-19T00:51:12.556Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-19T00:51:12.556Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-19T00:51:12.556Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-19T00:51:12.817Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-19T00:51:12.817Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-19T00:51:12.817Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-19T00:51:13.079Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-19T00:51:13.079Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-19T00:51:13.080Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-19T00:51:13.340Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-19T00:51:13.340Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-19T00:51:13.340Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-19T00:51:13.340Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-19T00:51:13.603Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-19T00:51:13.603Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-19T00:51:14.547Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-19T00:51:14.547Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-19T00:51:14.547Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-19T00:51:14.808Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-19T00:51:14.808Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T00:51:14.808Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T00:51:15.380Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T00:51:15.380Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T00:51:15.380Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T00:51:15.380Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T00:51:15.642Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T00:51:15.642Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T00:51:15.904Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T00:51:15.904Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T00:51:15.904Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T00:51:15.904Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T00:51:16.165Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T00:51:16.165Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T00:51:16.426Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T00:51:16.426Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T00:51:16.609Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T00:51:16.609Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T00:51:16.609Z] ---> eeaf43b92773 [2021-01-19T00:51:16.609Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T00:51:16.609Z] Removing intermediate container e25c0496667c [2021-01-19T00:51:16.609Z] ---> 4320ffb69335 [2021-01-19T00:51:16.609Z] [2021-01-19T00:51:16.609Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T00:51:16.609Z] ---> afeebe901d6b [2021-01-19T00:51:16.609Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T00:51:16.609Z] ---> Running in 9e7649b0431f [2021-01-19T00:51:16.609Z] ---> Running in a9b6150391cd [2021-01-19T00:51:16.609Z] Removing intermediate container a9b6150391cd [2021-01-19T00:51:16.609Z] ---> 227d7b6b4337 [2021-01-19T00:51:16.609Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T00:51:16.609Z] ---> Running in ae48c4cab1cf [2021-01-19T00:51:16.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:51:17.158Z] Removing intermediate container ae48c4cab1cf [2021-01-19T00:51:17.158Z] ---> 53ecd277725f [2021-01-19T00:51:17.158Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T00:51:17.158Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:51:17.158Z] ---> Running in ccc08acb9bf1 [2021-01-19T00:51:17.373Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T00:51:17.373Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T00:51:17.752Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T00:51:17.752Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T00:51:17.752Z] Removing intermediate container ccc08acb9bf1 [2021-01-19T00:51:17.752Z] ---> 007e3c7dcf63 [2021-01-19T00:51:17.752Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:51:17.752Z] Executing bash-5.0.17-r0.post-install [2021-01-19T00:51:17.752Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:51:17.752Z] OK: 12 MiB in 22 packages [2021-01-19T00:51:18.028Z] ---> Running in c6a11865017d [2021-01-19T00:51:18.323Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T00:51:18.323Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T00:51:19.271Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T00:51:19.271Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T00:51:19.467Z] Removing intermediate container 9e7649b0431f [2021-01-19T00:51:19.467Z] ---> f6ba74fbd21f [2021-01-19T00:51:19.467Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T00:51:19.467Z] ---> Running in d25382eb52bc [2021-01-19T00:51:19.533Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T00:51:19.533Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T00:51:20.061Z] Removing intermediate container d25382eb52bc [2021-01-19T00:51:20.062Z] ---> ce7fdb8630d9 [2021-01-19T00:51:20.062Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T00:51:20.062Z] ---> Running in d01dc30f1887 [2021-01-19T00:51:20.341Z] Removing intermediate container c6a11865017d [2021-01-19T00:51:20.341Z] ---> a9dd744ec650 [2021-01-19T00:51:20.341Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T00:51:20.341Z] ---> Running in cb2a0cb5f91f [2021-01-19T00:51:20.479Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T00:51:20.479Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T00:51:20.479Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T00:51:20.479Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T00:51:20.479Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-19T00:51:20.479Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T00:51:20.623Z] Removing intermediate container d01dc30f1887 [2021-01-19T00:51:20.623Z] ---> 0e0a79ad9501 [2021-01-19T00:51:20.623Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T00:51:20.741Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-19T00:51:20.741Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T00:51:20.894Z] ---> Running in fce5f401fc26 [2021-01-19T00:51:21.005Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-19T00:51:21.005Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-19T00:51:21.266Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T00:51:21.266Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T00:51:21.266Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T00:51:21.266Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T00:51:21.487Z] Removing intermediate container fce5f401fc26 [2021-01-19T00:51:21.487Z] ---> 60780f317a5b [2021-01-19T00:51:21.487Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T00:51:21.487Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:51:21.527Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-19T00:51:21.527Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-19T00:51:21.789Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:51:21.789Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T00:51:21.789Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:51:21.789Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:51:21.789Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:51:21.789Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-19T00:51:21.789Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-19T00:51:21.789Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-19T00:51:22.054Z] [2021-01-19T00:51:22.054Z] Current default time zone: 'Etc/UTC' [2021-01-19T00:51:22.054Z] Local time is now: Tue Jan 19 00:51:21 UTC 2021. [2021-01-19T00:51:22.054Z] Universal Time is now: Tue Jan 19 00:51:21 UTC 2021. [2021-01-19T00:51:22.054Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-19T00:51:22.054Z] [2021-01-19T00:51:22.054Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-19T00:51:22.054Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:51:22.054Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-19T00:51:22.054Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-19T00:51:22.317Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-19T00:51:22.317Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-19T00:51:22.317Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-19T00:51:22.317Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-19T00:51:22.317Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-19T00:51:22.317Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-19T00:51:22.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:51:22.578Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:51:22.578Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-19T00:51:22.733Z] ---> f004276e417e [2021-01-19T00:51:22.733Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T00:51:22.840Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T00:51:22.840Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-19T00:51:22.840Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:51:22.840Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-19T00:51:22.840Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-19T00:51:22.840Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-19T00:51:22.840Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-19T00:51:22.840Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-19T00:51:22.840Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-19T00:51:22.840Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-19T00:51:23.003Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T00:51:23.003Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T00:51:23.003Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T00:51:23.101Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-19T00:51:23.275Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T00:51:23.546Z] ---> cb90f8171536 [2021-01-19T00:51:23.546Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T00:51:23.546Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T00:51:23.546Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:51:23.546Z] OK: 8 MiB in 19 packages [2021-01-19T00:51:24.526Z] ---> 356679603e54 [2021-01-19T00:51:24.526Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T00:51:24.808Z] ---> Running in 6df07b37cee8 [2021-01-19T00:51:25.021Z] Updating certificates in /etc/ssl/certs... [2021-01-19T00:51:25.084Z] Removing intermediate container cb2a0cb5f91f [2021-01-19T00:51:25.084Z] ---> 345181b27abb [2021-01-19T00:51:25.084Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:51:25.969Z] 22 added, 17 removed; done. [2021-01-19T00:51:25.969Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-19T00:51:25.969Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:51:26.067Z] ---> 6412530da6a2 [2021-01-19T00:51:26.067Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T00:51:26.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:51:26.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:51:26.230Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-19T00:51:26.230Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-19T00:51:26.230Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-19T00:51:26.230Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T00:51:26.230Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-19T00:51:26.230Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T00:51:26.230Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T00:51:26.230Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T00:51:26.230Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T00:51:26.492Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T00:51:26.492Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-19T00:51:26.492Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-19T00:51:26.492Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-19T00:51:26.492Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-19T00:51:26.492Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-19T00:51:26.492Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T00:51:26.492Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T00:51:26.660Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T00:51:26.660Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T00:51:26.660Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T00:51:26.660Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T00:51:26.660Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T00:51:26.660Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T00:51:26.660Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T00:51:26.754Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-19T00:51:26.754Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-19T00:51:26.754Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-19T00:51:26.754Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T00:51:26.754Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-19T00:51:27.016Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-19T00:51:27.016Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-19T00:51:27.016Z] Updating certificates in /etc/ssl/certs... [2021-01-19T00:51:27.261Z] ---> 80418f0fc69a [2021-01-19T00:51:27.261Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T00:51:27.960Z] 0 added, 0 removed; done. [2021-01-19T00:51:27.960Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-19T00:51:27.960Z] done. [2021-01-19T00:51:28.221Z] Reading package lists... [2021-01-19T00:51:28.237Z] ---> f5d753ed70ba [2021-01-19T00:51:28.237Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T00:51:28.482Z] Building dependency tree... [2021-01-19T00:51:28.482Z] Reading state information... [2021-01-19T00:51:28.517Z] ---> Running in affc0d23e444 [2021-01-19T00:51:28.745Z] The following NEW packages will be installed: [2021-01-19T00:51:28.745Z] apt-transport-https [2021-01-19T00:51:28.745Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T00:51:28.745Z] Need to get 1696 B of archives. [2021-01-19T00:51:28.745Z] After this operation, 153 kB of additional disk space will be used. [2021-01-19T00:51:28.745Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-19T00:51:29.006Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T00:51:29.006Z] Fetched 1696 B in 0s (8341 B/s) [2021-01-19T00:51:29.006Z] Selecting previously unselected package apt-transport-https. [2021-01-19T00:51:29.006Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-19T00:51:29.006Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-19T00:51:29.006Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-19T00:51:29.115Z] Removing intermediate container affc0d23e444 [2021-01-19T00:51:29.115Z] ---> 5cc9e1221986 [2021-01-19T00:51:29.115Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:51:29.266Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-19T00:51:29.387Z] ---> Running in cb2b019ff333 [2021-01-19T00:51:29.387Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T00:51:29.387Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T00:51:29.387Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T00:51:29.387Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T00:51:29.387Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T00:51:29.387Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T00:51:29.387Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T00:51:29.527Z] Waiting for network to be ready... [2021-01-19T00:51:29.661Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T00:51:29.661Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T00:51:29.661Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T00:51:29.661Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T00:51:29.661Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T00:51:29.661Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T00:51:29.661Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T00:51:29.661Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T00:51:29.931Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T00:51:29.931Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T00:51:29.931Z] Removing intermediate container cb2b019ff333 [2021-01-19T00:51:29.931Z] ---> 6c95feba19d8 [2021-01-19T00:51:29.931Z] Step 21/23 : LABEL arch=arm64 [2021-01-19T00:51:29.931Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T00:51:29.931Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T00:51:29.931Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T00:51:29.931Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T00:51:29.931Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T00:51:29.931Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T00:51:29.931Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T00:51:29.931Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T00:51:29.931Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T00:51:30.204Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:51:30.204Z] OK: 71 MiB in 55 packages [2021-01-19T00:51:30.204Z] ---> Running in cf78b4dcd345 [2021-01-19T00:51:30.808Z] Removing intermediate container cf78b4dcd345 [2021-01-19T00:51:30.808Z] ---> 323d342b9005 [2021-01-19T00:51:30.808Z] Step 22/23 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 [2021-01-19T00:51:31.081Z] ---> Running in a31d3ac91f0e [2021-01-19T00:51:31.674Z] Removing intermediate container a31d3ac91f0e [2021-01-19T00:51:31.674Z] ---> da7efb45f998 [2021-01-19T00:51:31.674Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T00:51:31.674Z] ---> Running in e27762c149aa [2021-01-19T00:51:32.295Z] Removing intermediate container e27762c149aa [2021-01-19T00:51:32.295Z] ---> 5c658390de2a [2021-01-19T00:51:32.295Z] [2021-01-19T00:51:32.890Z] Successfully built 5c658390de2a [2021-01-19T00:51:32.890Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-19T00:51:34.827Z] 2021-01-19T00:51:32Z INFO Waiting for automatic snapd restart... [2021-01-19T00:51:35.090Z] snapd 2.48.2 from Canonical* installed [2021-01-19T00:51:36.035Z] "snapd" switched to the "latest/stable" channel [2021-01-19T00:51:36.035Z] [2021-01-19T00:51:36.267Z]  Building docker-core-data-go ... done Removing intermediate container 6df07b37cee8 [2021-01-19T00:51:36.267Z] ---> edb2cdacdc23 [2021-01-19T00:51:36.267Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T00:51:36.267Z] ---> Running in 4e9e35a9c975 [2021-01-19T00:51:38.587Z] core18 20201210 from Canonical* installed [2021-01-19T00:51:38.851Z] "core18" switched to the "latest/stable" channel [2021-01-19T00:51:38.851Z] [2021-01-19T00:51:41.648Z] Collecting docker-compose==1.23.2 [2021-01-19T00:51:41.648Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T00:51:41.648Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T00:51:41.648Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T00:51:42.159Z] snapcraft 4.4.4 from Canonical* installed [2021-01-19T00:51:42.159Z] "snapcraft" switched to the "latest/stable" channel [2021-01-19T00:51:42.159Z] [2021-01-19T00:51:42.620Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T00:51:42.620Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T00:51:43.211Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T00:51:43.211Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T00:51:43.800Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T00:51:43.800Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T00:51:45.790Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T00:51:45.790Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T00:51:46.060Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T00:51:46.060Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T00:51:46.446Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-19T00:51:46.446Z] - README.md [2021-01-19T00:51:46.446Z] - snapcraft.yaml.orig [2021-01-19T00:51:46.446Z] [2021-01-19T00:51:46.446Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-19T00:51:48.042Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-19T00:51:48.042Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T00:51:48.042Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T00:51:50.643Z] Collecting PyYAML<4,>=3.10 [2021-01-19T00:51:50.643Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T00:51:53.050Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T00:51:53.050Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T00:51:53.050Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T00:51:53.050Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T00:51:53.244Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T00:51:53.244Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T00:51:53.513Z] 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) [2021-01-19T00:51:53.622Z] Reading package lists... [2021-01-19T00:51:53.883Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-01-19T00:51:54.104Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T00:51:54.104Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T00:51:54.373Z] Collecting idna<2.8,>=2.5 [2021-01-19T00:51:54.373Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T00:51:54.644Z] 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) [2021-01-19T00:51:54.644Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T00:51:54.644Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T00:51:54.912Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T00:51:54.912Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T00:51:54.912Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T00:51:54.912Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T00:51:55.507Z] Installing collected packages: cached-property, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, jsonschema, docopt, texttable, PyYAML, docker-compose [2021-01-19T00:51:55.507Z] Attempting uninstall: urllib3 [2021-01-19T00:51:55.507Z] Found existing installation: urllib3 1.25.9 [2021-01-19T00:51:55.777Z] Uninstalling urllib3-1.25.9: [2021-01-19T00:51:55.777Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T00:51:56.366Z] Attempting uninstall: idna [2021-01-19T00:51:56.366Z] Found existing installation: idna 2.9 [2021-01-19T00:51:56.366Z] Uninstalling idna-2.9: [2021-01-19T00:51:56.366Z] Successfully uninstalled idna-2.9 [2021-01-19T00:51:57.336Z] Attempting uninstall: requests [2021-01-19T00:51:57.336Z] Found existing installation: requests 2.23.0 [2021-01-19T00:51:57.336Z] Uninstalling requests-2.23.0: [2021-01-19T00:51:57.336Z] Successfully uninstalled requests-2.23.0 [2021-01-19T00:51:58.755Z] Running setup.py install for dockerpty: started [2021-01-19T00:52:00.487Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T00:52:00.488Z] Reading package lists... [2021-01-19T00:52:00.488Z] Building dependency tree... [2021-01-19T00:52:00.488Z] Reading state information... [2021-01-19T00:52:00.488Z] Suggested packages: [2021-01-19T00:52:00.488Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-19T00:52:00.488Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-19T00:52:00.488Z] Recommended packages: [2021-01-19T00:52:00.488Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-19T00:52:00.488Z] The following NEW packages will be installed: [2021-01-19T00:52:00.488Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-19T00:52:00.488Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-19T00:52:00.488Z] pkg-config zip [2021-01-19T00:52:00.713Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T00:52:00.713Z] Running setup.py install for docopt: started [2021-01-19T00:52:00.749Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T00:52:00.749Z] Need to get 7655 kB of archives. [2021-01-19T00:52:00.749Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-19T00:52:00.749Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-19T00:52:00.749Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-19T00:52:01.009Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-19T00:52:01.269Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-19T00:52:01.269Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-19T00:52:01.269Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-19T00:52:01.269Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-19T00:52:01.269Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-19T00:52:01.530Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-19T00:52:01.530Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-19T00:52:01.530Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-19T00:52:01.530Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-19T00:52:01.530Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-19T00:52:01.794Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-19T00:52:01.794Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-19T00:52:01.794Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T00:52:01.794Z] Fetched 7655 kB in 1s (6509 kB/s) [2021-01-19T00:52:02.060Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-19T00:52:02.060Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-19T00:52:02.060Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-19T00:52:02.060Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-19T00:52:02.060Z] Selecting previously unselected package libpsl5:amd64. [2021-01-19T00:52:02.060Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-19T00:52:02.060Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-19T00:52:02.320Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-19T00:52:02.320Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-19T00:52:02.320Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-19T00:52:02.320Z] Selecting previously unselected package librtmp1:amd64. [2021-01-19T00:52:02.320Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-19T00:52:02.320Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-19T00:52:02.320Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-19T00:52:02.320Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-19T00:52:02.320Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-19T00:52:02.581Z] Selecting previously unselected package liberror-perl. [2021-01-19T00:52:02.581Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-19T00:52:02.581Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-19T00:52:02.581Z] Selecting previously unselected package git-man. [2021-01-19T00:52:02.581Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-19T00:52:02.581Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-19T00:52:02.711Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T00:52:02.711Z] Running setup.py install for texttable: started [2021-01-19T00:52:02.843Z] Selecting previously unselected package git. [2021-01-19T00:52:02.843Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-19T00:52:02.843Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-19T00:52:03.788Z] Selecting previously unselected package libnorm1:amd64. [2021-01-19T00:52:03.788Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-19T00:52:03.788Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-19T00:52:03.788Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-19T00:52:03.788Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-19T00:52:03.788Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-19T00:52:04.049Z] Selecting previously unselected package libsodium23:amd64. [2021-01-19T00:52:04.049Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-19T00:52:04.049Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-19T00:52:04.049Z] Selecting previously unselected package libzmq5:amd64. [2021-01-19T00:52:04.049Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-19T00:52:04.049Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T00:52:04.310Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-19T00:52:04.310Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-19T00:52:04.310Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T00:52:04.572Z] Selecting previously unselected package pkg-config. [2021-01-19T00:52:04.572Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-19T00:52:04.572Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-19T00:52:04.572Z] Selecting previously unselected package zip. [2021-01-19T00:52:04.572Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-19T00:52:04.572Z] Unpacking zip (3.0-11build1) ... [2021-01-19T00:52:04.721Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T00:52:04.721Z] Running setup.py install for PyYAML: started [2021-01-19T00:52:04.834Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-19T00:52:04.834Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-19T00:52:04.834Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-19T00:52:04.834Z] Setting up liberror-perl (0.17025-1) ... [2021-01-19T00:52:04.834Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-19T00:52:04.834Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-19T00:52:05.095Z] No schema files found: doing nothing. [2021-01-19T00:52:05.095Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-19T00:52:05.095Z] Setting up zip (3.0-11build1) ... [2021-01-19T00:52:05.095Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-19T00:52:05.095Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-19T00:52:05.095Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-19T00:52:05.356Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T00:52:05.356Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-19T00:52:05.356Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T00:52:05.356Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-19T00:52:05.356Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T00:52:06.746Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T00:52:07.739Z] 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 [2021-01-19T00:52:11.946Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T00:52:11.946Z] git set to automatically installed. [2021-01-19T00:52:11.946Z] git-man set to automatically installed. [2021-01-19T00:52:11.946Z] libcurl3-gnutls set to automatically installed. [2021-01-19T00:52:11.946Z] liberror-perl set to automatically installed. [2021-01-19T00:52:11.946Z] libglib2.0-0 set to automatically installed. [2021-01-19T00:52:11.946Z] libnghttp2-14 set to automatically installed. [2021-01-19T00:52:11.946Z] libnorm1 set to automatically installed. [2021-01-19T00:52:11.946Z] libpgm-5.2-0 set to automatically installed. [2021-01-19T00:52:11.946Z] libpsl5 set to automatically installed. [2021-01-19T00:52:11.946Z] librtmp1 set to automatically installed. [2021-01-19T00:52:11.946Z] libsodium23 set to automatically installed. [2021-01-19T00:52:11.946Z] libzmq3-dev set to automatically installed. [2021-01-19T00:52:11.946Z] libzmq5 set to automatically installed. [2021-01-19T00:52:11.946Z] pkg-config set to automatically installed. [2021-01-19T00:52:11.946Z] zip set to automatically installed. [2021-01-19T00:52:12.042Z] Removing intermediate container 4e9e35a9c975 [2021-01-19T00:52:12.042Z] ---> 2d895b8b41ea [2021-01-19T00:52:12.042Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T00:52:12.042Z] ---> Running in 151913865ae0 [2021-01-19T00:52:12.644Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:52:12.914Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:52:13.503Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T00:52:13.503Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T00:52:13.503Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T00:52:13.503Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:52:13.503Z] OK: 71 MiB in 58 packages [2021-01-19T00:52:13.861Z] snapd is not logged in, snap install commands will use sudo [2021-01-19T00:52:14.936Z] Removing intermediate container 151913865ae0 [2021-01-19T00:52:14.936Z] ---> f65e1fc545a8 [2021-01-19T00:52:14.936Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T00:52:14.936Z] ---> Running in 7a33fb40eb49 [2021-01-19T00:52:15.206Z] Removing intermediate container 7a33fb40eb49 [2021-01-19T00:52:15.206Z] ---> c7dcf68ce9b8 [2021-01-19T00:52:15.206Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:52:15.481Z] ---> Running in 7dfd1c8e83b2 [2021-01-19T00:52:15.755Z] Removing intermediate container 7dfd1c8e83b2 [2021-01-19T00:52:15.755Z] ---> 29cda0f13146 [2021-01-19T00:52:15.755Z] Step 24/26 : LABEL arch=arm64 [2021-01-19T00:52:16.026Z] ---> Running in de0da5a3a15e [2021-01-19T00:52:16.300Z] Removing intermediate container de0da5a3a15e [2021-01-19T00:52:16.300Z] ---> c45cd67ea002 [2021-01-19T00:52:16.300Z] Step 25/26 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 [2021-01-19T00:52:16.571Z] ---> Running in 6f1273903e9c [2021-01-19T00:52:17.162Z] Removing intermediate container 6f1273903e9c [2021-01-19T00:52:17.162Z] ---> 68dd02c1f5ba [2021-01-19T00:52:17.162Z] Step 26/26 : LABEL version=0.0.0 [2021-01-19T00:52:17.162Z] ---> Running in 2a71c6cc8165 [2021-01-19T00:52:17.755Z] Removing intermediate container 2a71c6cc8165 [2021-01-19T00:52:17.755Z] ---> 7b40284d58da [2021-01-19T00:52:17.755Z] [2021-01-19T00:52:18.024Z] Successfully built 7b40284d58da [2021-01-19T00:52:18.024Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-19T00:52:18.313Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-19T00:52:18.331Z] $ docker stop --time=1 950cabaa9207ad416a0f51d6b57e2f4224bc14822fd89b0de5fca95ac0605546 [2021-01-19T00:52:20.240Z] $ docker rm -f 950cabaa9207ad416a0f51d6b57e2f4224bc14822fd89b0de5fca95ac0605546 [Pipeline] // withDockerContainer [2021-01-19T00:52:20.553Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T00:52:20.553Z] snap "core18" has no updates available [Pipeline] sh [2021-01-19T00:52:20.917Z] + + grepdocker images docker [2021-01-19T00:52:20.917Z] [2021-01-19T00:52:21.191Z] docker-sys-mgmt-agent-go-arm64 latest 7b40284d58da 3 seconds ago 300MB [2021-01-19T00:52:21.191Z] docker-core-data-go-arm64 latest 5c658390de2a 48 seconds ago 21MB [2021-01-19T00:52:21.191Z] docker-security-secretstore-setup-go-arm64 latest 703895e83b46 About a minute ago 23.4MB [2021-01-19T00:52:21.191Z] docker-core-command-go-arm64 latest d8b845029b3b About a minute ago 9.98MB [2021-01-19T00:52:21.191Z] docker-core-metadata-go-arm64 latest 46fb39ce62e9 3 minutes ago 12.3MB [2021-01-19T00:52:21.191Z] docker-security-proxy-setup-go-arm64 latest ffef5116db44 3 minutes ago 23.2MB [2021-01-19T00:52:21.191Z] docker-support-notifications-go-arm64 latest f687489ddb4f 3 minutes ago 11.4MB [2021-01-19T00:52:21.191Z] docker-security-bootstrap-redis-go-arm64 latest 9644bb2ab973 3 minutes ago 15.1MB [2021-01-19T00:52:21.191Z] docker-support-scheduler-go-arm64 latest a5116636ab51 4 minutes ago 10MB [2021-01-19T00:52:21.191Z] docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [2021-01-19T00:52:21.587Z] Pulling config-common [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-19T00:52:22.533Z] Pulling go-build-helper [2021-01-19T00:52:44.508Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-19T00:52:44.508Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-19T00:52:44.508Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-19T00:52:44.508Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1512 kB] [2021-01-19T00:52:44.508Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-19T00:52:44.508Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-19T00:52:44.508Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-19T00:52:44.508Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-19T00:52:44.508Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-19T00:52:44.508Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-19T00:52:44.508Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-19T00:52:44.508Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-19T00:52:44.508Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-19T00:52:44.508Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-19T00:52:44.508Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-19T00:52:44.508Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-19T00:52:44.508Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1099 kB] [2021-01-19T00:52:44.508Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-19T00:52:44.508Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-19T00:52:44.508Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1843 kB] [2021-01-19T00:52:44.508Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-19T00:52:44.508Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-19T00:52:44.508Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-19T00:52:44.508Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-19T00:52:44.508Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-19T00:52:44.508Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1705 kB] [2021-01-19T00:52:44.508Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [359 kB] [2021-01-19T00:52:44.508Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-19T00:52:44.508Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-19T00:52:44.508Z] Fetched 279 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-19T00:52:44.508Z] Fetched 122 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-19T00:52:44.508Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-19T00:52:44.508Z] Fetched 8848 B in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-19T00:52:44.508Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-19T00:52:44.508Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-19T00:52:44.508Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-19T00:52:44.508Z] Fetched 214 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-19T00:52:44.508Z] Fetched 155 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-19T00:52:44.508Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-19T00:52:44.508Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-19T00:52:44.508Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-19T00:52:44.508Z] Fetched 499 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-19T00:52:44.508Z] Fetched 111 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-19T00:52:44.508Z] Fetched 240 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-19T00:52:44.508Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-19T00:52:44.508Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-19T00:52:44.508Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-19T00:52:44.508Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-19T00:52:44.508Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-19T00:52:44.508Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-19T00:52:44.508Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-19T00:52:44.508Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-19T00:52:44.508Z] Fetched 8720 B in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-19T00:52:44.508Z] Fetched 137 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-19T00:52:44.508Z] Fetched 119 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-19T00:52:44.508Z] Fetched 109 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-19T00:52:44.508Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-19T00:52:44.508Z] Fetched 645 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-19T00:52:44.508Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-19T00:52:44.508Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-19T00:52:44.508Z] Fetched 368 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-19T00:52:44.508Z] Fetched 187 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-19T00:52:44.508Z] Fetched 175 kB in 0s (0 B/s) [2021-01-19T00:52:44.508Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-19T00:52:47.056Z] Fetched 206 kB in 0s (0 B/s) [2021-01-19T00:52:47.056Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-19T00:52:47.056Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-19T00:52:47.056Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-19T00:52:47.056Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-19T00:52:47.056Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-19T00:52:47.056Z] Fetched 159 kB in 0s (0 B/s) [2021-01-19T00:52:47.056Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-19T00:52:47.056Z] Fetched 107 kB in 0s (0 B/s) [2021-01-19T00:52:47.056Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-19T00:52:47.056Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-19T00:52:47.056Z] Pulling static-packages [2021-01-19T00:52:47.998Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-19T00:52:47.998Z] Skipping pull go-build-helper (already ran) [2021-01-19T00:52:47.998Z] Skipping pull static-packages (already ran) [2021-01-19T00:52:47.998Z] Building go-build-helper [2021-01-19T00:52:52.207Z] Building static-packages [2021-01-19T00:52:53.595Z] Staging go-build-helper [2021-01-19T00:52:54.538Z] Staging static-packages [2021-01-19T00:52:55.927Z] Pulling go115 [2021-01-19T00:52:56.891Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-19T00:52:56.891Z] Skipping pull go115 (already ran) [2021-01-19T00:52:56.891Z] Building go115 [2021-01-19T00:52:56.891Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T00:52:56.891Z] Dload Upload Total Spent Left Speed [2021-01-19T00:52:58.848Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 674k 0 0 3078k 0 0:00:38 --:--:-- 0:00:38 3064k 49 115M 49 57.4M 0 0 47.3M 0 0:00:02 0:00:01 0:00:01 47.3M 100 115M 100 115M 0 0 53.1M 0 0:00:02 0:00:02 --:--:-- 53.1M [2021-01-19T00:52:59.422Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-19T00:53:03.629Z] Staging go115 [2021-01-19T00:53:08.931Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T00:53:08.931Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T00:53:08.931Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T00:53:08.931Z] Fetched 0 B in 0s (0 B/s) [2021-01-19T00:53:08.931Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-19T00:53:08.931Z] Fetched 224 kB in 0s (0 B/s) [2021-01-19T00:53:08.931Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-19T00:53:08.931Z] Fetched 157 kB in 0s (0 B/s) [2021-01-19T00:53:08.931Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-19T00:53:08.931Z] Fetched 221 kB in 0s (0 B/s) [2021-01-19T00:53:08.931Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-19T00:53:08.931Z] Fetched 143 kB in 0s (0 B/s) [2021-01-19T00:53:08.931Z] Pulling edgex-go [2021-01-19T00:53:09.502Z] Pulling version [2021-01-19T00:53:10.450Z] Building config-common [2021-01-19T00:53:12.364Z] Skipping build go-build-helper (already ran) [2021-01-19T00:53:12.364Z] Skipping build static-packages (already ran) [2021-01-19T00:53:12.364Z] Skipping build go115 (already ran) [2021-01-19T00:53:12.364Z] Building edgex-go [2021-01-19T00:53:12.624Z] 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 [2021-01-19T00:53:14.028Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-19T00:53:14.028Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 [2021-01-19T00:53:14.028Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-19T00:53:14.028Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-19T00:53:14.028Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-19T00:53:14.028Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-19T00:53:14.029Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-19T00:53:14.029Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-19T00:53:14.029Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 [2021-01-19T00:53:14.029Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-19T00:53:14.029Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-19T00:53:14.029Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-19T00:53:14.029Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-19T00:53:14.029Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-19T00:53:14.029Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-19T00:53:14.029Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-19T00:53:14.029Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-19T00:53:14.029Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-19T00:53:14.029Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-19T00:53:14.029Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-19T00:53:14.029Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-19T00:53:14.029Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-19T00:53:14.029Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-19T00:53:14.029Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-19T00:53:14.029Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-19T00:53:14.029Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-19T00:53:14.029Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-19T00:53:14.029Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-19T00:53:14.029Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-19T00:53:14.029Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-19T00:53:14.029Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-19T00:53:14.029Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-19T00:53:14.029Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-19T00:53:14.290Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-19T00:53:14.290Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-19T00:53:14.290Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-19T00:53:14.290Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-19T00:53:14.290Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-19T00:53:14.290Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-19T00:53:14.290Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-19T00:53:14.550Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-19T00:53:21.134Z] 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 [2021-01-19T00:53:26.414Z] 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 [2021-01-19T00:53:26.673Z] 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 [2021-01-19T00:53:28.055Z] 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 [2021-01-19T00:53:28.317Z] 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 [2021-01-19T00:53:28.317Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-19T00:53:28.578Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-19T00:53:28.578Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-19T00:53:28.578Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-19T00:53:29.959Z] 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 [2021-01-19T00:53:29.959Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-19T00:53:30.226Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-19T00:53:31.609Z] 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 [2021-01-19T00:53:32.551Z] 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 [2021-01-19T00:53:32.551Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-19T00:53:33.933Z] 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 [2021-01-19T00:53:34.880Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T00:53:35.452Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-19T00:53:35.452Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-19T00:53:37.997Z] Building version [2021-01-19T00:53:39.910Z] Staging config-common [2021-01-19T00:53:40.851Z] Skipping stage go-build-helper (already ran) [2021-01-19T00:53:40.851Z] Skipping stage static-packages (already ran) [2021-01-19T00:53:40.851Z] Skipping stage go115 (already ran) [2021-01-19T00:53:40.851Z] Staging edgex-go [2021-01-19T00:53:41.792Z] Staging version [2021-01-19T00:53:42.739Z] Priming config-common [2021-01-19T00:53:43.681Z] Priming go-build-helper [2021-01-19T00:53:44.625Z] Priming static-packages [2021-01-19T00:53:46.535Z] Priming go115 [2021-01-19T00:53:47.940Z] Priming edgex-go [2021-01-19T00:53:48.887Z] Priming version [2021-01-19T00:53:49.827Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-19T00:53:52.827Z] provisioning config files... [2021-01-19T00:53:52.931Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config4963706850926009189tmp [Pipeline] { [Pipeline] sh [2021-01-19T00:53:53.383Z] + set +x [2021-01-19T00:53:53.383Z] + curl -s https://codecov.io/bash [2021-01-19T00:53:53.383Z] + bash -s -- [2021-01-19T00:53:53.992Z] [2021-01-19T00:53:53.992Z] _____ _ [2021-01-19T00:53:53.992Z] / ____| | | [2021-01-19T00:53:53.992Z] | | ___ __| | ___ ___ _____ __ [2021-01-19T00:53:53.992Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-19T00:53:53.992Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-19T00:53:53.992Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-19T00:53:53.992Z] Bash-20210115-cec3c92 [2021-01-19T00:53:53.992Z] [2021-01-19T00:53:53.992Z] [2021-01-19T00:53:53.992Z] ==> git version 2.24.3 found [2021-01-19T00:53:53.992Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-19T00:53:53.992Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-19T00:53:53.992Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-19T00:53:53.992Z] ==> Jenkins CI detected. [2021-01-19T00:53:53.992Z] project root: . [2021-01-19T00:53:53.992Z] --> token set from env [2021-01-19T00:53:53.992Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-19T00:53:54.308Z] ==> Running gcov in . (disable via -X gcov) [2021-01-19T00:53:54.308Z] ==> Python coveragepy not found [2021-01-19T00:53:54.308Z] ==> Searching for coverage reports in: [2021-01-19T00:53:54.308Z] + . [2021-01-19T00:53:54.308Z] -> Found 1 reports [2021-01-19T00:53:54.308Z] ==> Detecting git/mercurial file structure [2021-01-19T00:53:54.308Z] ==> Reading reports [2021-01-19T00:53:54.590Z] + ./coverage.out bytes=550280 [2021-01-19T00:53:54.590Z] ==> Appending adjustments [2021-01-19T00:53:54.590Z] https://docs.codecov.io/docs/fixing-reports [2021-01-19T00:54:00.000Z] + Found adjustments [2021-01-19T00:54:00.000Z] ==> Gzipping contents [2021-01-19T00:54:00.000Z] 84K /tmp/codecov.Snuj8w.gz [2021-01-19T00:54:00.000Z] ==> Uploading reports [2021-01-19T00:54:00.000Z] url: https://codecov.io [2021-01-19T00:54:00.000Z] query: branch=PR-3034&commit=26ccb024236b89bc3d516ac53aee4b076cedac15&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= [2021-01-19T00:54:00.000Z] -> Pinging Codecov [2021-01-19T00:54:00.000Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3034&commit=26ccb024236b89bc3d516ac53aee4b076cedac15&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= [2021-01-19T00:54:00.000Z] -> Uploading to [2021-01-19T00:54:00.000Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-19/00271124DB129430A58F1EEE437C3FCB/26ccb024236b89bc3d516ac53aee4b076cedac15/8aa959e8-1993-4129-aab8-02714e1f710f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T005359Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d21d3261609d3f660c74d0f762e4a47d147fdc4af77bec0c3ca2f634435dacbc [2021-01-19T00:54:00.284Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T00:54:00.284Z] Dload Upload Total Spent Left Speed [2021-01-19T00:54:00.869Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83478 0 0 100 83478 0 114k --:--:-- --:--:-- --:--:-- 115k [2021-01-19T00:54:00.869Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/26ccb024236b89bc3d516ac53aee4b076cedac15 [Pipeline] } [2021-01-19T00:54:00.881Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:54:03.309Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:54:04.476Z] ---> package-listing.sh [2021-01-19T00:54:04.476Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T00:54:04.476Z] ++ facter osfamily [2021-01-19T00:54:04.794Z] + OS_FAMILY=redhat [2021-01-19T00:54:04.794Z] + workspace=/w/workspace/edgex-go/4 [2021-01-19T00:54:04.794Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T00:54:04.794Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T00:54:04.794Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T00:54:04.794Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T00:54:04.795Z] + '[' /w/workspace/edgex-go/4 ']' [2021-01-19T00:54:04.795Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T00:54:04.795Z] + case "${OS_FAMILY}" in [2021-01-19T00:54:04.795Z] + rpm -qa [2021-01-19T00:54:04.795Z] + sort [2021-01-19T00:54:11.567Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T00:54:11.567Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T00:54:11.567Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T00:54:11.567Z] + '[' /w/workspace/edgex-go/4 ']' [2021-01-19T00:54:11.567Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-01-19T00:54:11.567Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-01-19T00:54:11.587Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-19T00:54:11.954Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:54:12.555Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T00:54:12.824Z] [2021-01-19T00:54:12.824Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:54:13.210Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T00:54:13.210Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T00:54:13.210Z] df20fa9351a1: Pulling fs layer [2021-01-19T00:54:13.210Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T00:54:13.210Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T00:54:13.210Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T00:54:13.210Z] 93b61091891f: Pulling fs layer [2021-01-19T00:54:13.210Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T00:54:13.210Z] 5e14af77c1be: Pulling fs layer [2021-01-19T00:54:13.210Z] 01666e4c0597: Pulling fs layer [2021-01-19T00:54:13.210Z] aa168da1d23b: Pulling fs layer [2021-01-19T00:54:13.210Z] 93b61091891f: Waiting [2021-01-19T00:54:13.210Z] 93b9cdb0e59b: Waiting [2021-01-19T00:54:13.210Z] 5e14af77c1be: Waiting [2021-01-19T00:54:13.210Z] 01666e4c0597: Waiting [2021-01-19T00:54:13.210Z] aa168da1d23b: Waiting [2021-01-19T00:54:13.210Z] 46f8f816bc3b: Waiting [2021-01-19T00:54:13.505Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T00:54:13.505Z] 36b3adc4ff6f: Download complete [2021-01-19T00:54:13.505Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T00:54:13.505Z] 46f8f816bc3b: Download complete [2021-01-19T00:54:13.505Z] df20fa9351a1: Verifying Checksum [2021-01-19T00:54:13.505Z] df20fa9351a1: Download complete [2021-01-19T00:54:13.505Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T00:54:13.505Z] 93b9cdb0e59b: Download complete [2021-01-19T00:54:13.813Z] 5e14af77c1be: Verifying Checksum [2021-01-19T00:54:13.813Z] 5e14af77c1be: Download complete [2021-01-19T00:54:13.813Z] 01666e4c0597: Verifying Checksum [2021-01-19T00:54:13.813Z] 01666e4c0597: Download complete [2021-01-19T00:54:14.412Z] 93b61091891f: Verifying Checksum [2021-01-19T00:54:14.412Z] 93b61091891f: Download complete [2021-01-19T00:54:14.412Z] df20fa9351a1: Pull complete [2021-01-19T00:54:15.325Z] 36b3adc4ff6f: Pull complete [2021-01-19T00:54:15.688Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T00:54:15.688Z] 8ad3a11d3b57: Download complete [2021-01-19T00:54:17.387Z] 8ad3a11d3b57: Pull complete [2021-01-19T00:54:17.387Z] 46f8f816bc3b: Pull complete [2021-01-19T00:54:18.424Z] 93b61091891f: Pull complete [2021-01-19T00:54:19.058Z] 93b9cdb0e59b: Pull complete [2021-01-19T00:54:20.149Z] 5e14af77c1be: Pull complete [2021-01-19T00:54:21.196Z] aa168da1d23b: Verifying Checksum [2021-01-19T00:54:21.196Z] aa168da1d23b: Download complete [2021-01-19T00:54:21.462Z] 01666e4c0597: Pull complete [2021-01-19T00:54:34.078Z] aa168da1d23b: Pull complete [2021-01-19T00:54:34.078Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T00:54:34.369Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T00:54:34.369Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T00:54:35.027Z] prd-centos7-docker-4c-2g-21010 does not seem to be running inside a container [2021-01-19T00:54:35.162Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-19T00:54:38.508Z] $ docker top 7bda8447c7f393f7dd71e3864c25c2bfe9346166543b10c238fe690b18036948 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T00:54:39.196Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T00:54:39.896Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T00:54:40.532Z] + ls /var/log/sa-host [2021-01-19T00:54:40.532Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T00:54:40.532Z] file_magic: OK [2021-01-19T00:54:40.532Z] HZ: Using current value: 100 [2021-01-19T00:54:40.532Z] file_header: OK [2021-01-19T00:54:40.532Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-19T00:54:40.532Z] Statistics: [2021-01-19T00:54:40.532Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-19T00:54:40.532Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T00:54:40.532Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T00:54:40.532Z] file_magic: OK [2021-01-19T00:54:40.532Z] HZ: Using current value: 100 [2021-01-19T00:54:40.532Z] file_header: OK [2021-01-19T00:54:40.532Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-19T00:54:40.532Z] Statistics: [2021-01-19T00:54:40.532Z] Hnuu...uuuununununu... [2021-01-19T00:54:40.532Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T00:54:40.730Z] provisioning config files... [2021-01-19T00:54:40.754Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config202796883318340217tmp [Pipeline] { [Pipeline] echo [2021-01-19T00:54:40.838Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:54:41.172Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T00:54:41.188Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T00:54:41.284Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:54:41.657Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T00:54:41.660Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:54:41.994Z] ---> sudo-logs.sh [2021-01-19T00:54:41.994Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T00:54:42.019Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:54:42.673Z] ---> job-cost.sh [2021-01-19T00:54:42.673Z] lf-activate-venv: SKIPPING [2021-01-19T00:54:42.673Z] INFO: No Stack... [2021-01-19T00:54:43.664Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T00:54:44.257Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T00:54:44.275Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:54:44.618Z] ---> logs-deploy.sh [2021-01-19T00:54:44.618Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3034/4 [2021-01-19T00:54:44.618Z] INFO: archiving workspace using pattern(s): [2021-01-19T00:54:46.627Z] Archives upload complete. [2021-01-19T00:54:46.627Z] INFO: archiving logs to Nexus