Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 603dfb21f57ed05944e5c9a02159b35f791775a5+a54f4bf5fd05de3eb983e0b186bb6bb34afe3e48 (1c83e7c5b9c8d561db5115a5a9e00f70b8dc6a36) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-7626 in /w/workspace/edgexfoundry_edgex-go_PR-2822 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --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 --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2822/head:refs/remotes/origin/PR-2822 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit a54f4bf5fd05de3eb983e0b186bb6bb34afe3e48 into PR head commit 603dfb21f57ed05944e5c9a02159b35f791775a5 Merge succeeded, producing d9915a167933df7903c1854864e0ef3285f3b8b8 Checking out Revision d9915a167933df7903c1854864e0ef3285f3b8b8 (PR-2822) > git config core.sparsecheckout # timeout=10 > git checkout -f 603dfb21f57ed05944e5c9a02159b35f791775a5 # 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 a54f4bf5fd05de3eb983e0b186bb6bb34afe3e48 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d9915a167933df7903c1854864e0ef3285f3b8b8 # timeout=10 Commit message: "Merge commit 'a54f4bf5fd05de3eb983e0b186bb6bb34afe3e48' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 3fb3d00b227b86a1340d6e56024ecadc00522b14 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-22T00:31:49.487Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-22T00:31:49.741Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-22T00:31:49.861Z] ========================================================= [2020-10-22T00:31:49.861Z] EdgeX Global Pipelines Version Info [2020-10-22T00:31:49.861Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-22T00:31:51.449Z] ------------------- [2020-10-22T00:31:51.449Z] stable info: [2020-10-22T00:31:51.449Z] ------------------- [2020-10-22T00:31:51.449Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-22T00:31:51.449Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-22T00:31:51.449Z] Message: update stable to v1.0.144 [2020-10-22T00:31:52.397Z] ------------------- [2020-10-22T00:31:52.397Z] experimental info: [2020-10-22T00:31:52.397Z] ------------------- [2020-10-22T00:31:52.397Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-22T00:31:52.397Z] Commit SHA: 621c85e0770955ed183ee9564161f3cbfe69c868 [2020-10-22T00:31:52.397Z] Message: update experimental to v1.0.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-22T00:31:52.652Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-22T00:31:52.748Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-22T00:31:52.840Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-22T00:31:52.927Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-22T00:31:53.019Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-22T00:31:53.121Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-22T00:31:53.211Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-22T00:31:53.296Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-22T00:31:53.385Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-22T00:31:53.486Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-22T00:31:53.580Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-22T00:31:53.676Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-22T00:31:53.842Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-22T00:31:53.934Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-22T00:31:54.036Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-22T00:31:54.122Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-22T00:31:54.217Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-22T00:31:54.328Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-22T00:31:54.450Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-22T00:31:54.540Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-22T00:31:54.637Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-22T00:31:54.729Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2822 [Pipeline] echo [2020-10-22T00:31:54.821Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2822 [Pipeline] echo [2020-10-22T00:31:54.910Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2822 [Pipeline] echo [2020-10-22T00:31:55.002Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d9915a167933df7903c1854864e0ef3285f3b8b8 [Pipeline] echo [2020-10-22T00:31:55.099Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d9915a1 [Pipeline] echo [2020-10-22T00:31:55.190Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-22T00:31:55.589Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-10-22T00:31:55.589Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T00:31:55.589Z] ++ dirname cmd/core-command/Dockerfile [2020-10-22T00:31:55.589Z] ++ cut -d/ -f2 [2020-10-22T00:31:55.589Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-22T00:31:55.589Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T00:31:55.589Z] ++ dirname cmd/core-data/Dockerfile [2020-10-22T00:31:55.589Z] ++ cut -d/ -f2 [2020-10-22T00:31:55.589Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-22T00:31:55.589Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T00:31:55.589Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-22T00:31:55.589Z] ++ cut -d/ -f2 [2020-10-22T00:31:55.589Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-22T00:31:55.589Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T00:31:55.589Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-22T00:31:55.589Z] ++ cut -d/ -f2 [2020-10-22T00:31:55.589Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-22T00:31:55.589Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T00:31:55.589Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-22T00:31:55.589Z] ++ cut -d/ -f2 [2020-10-22T00:31:55.589Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-22T00:31:55.589Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T00:31:55.589Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-22T00:31:55.589Z] ++ cut -d/ -f2 [2020-10-22T00:31:55.589Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-22T00:31:55.589Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T00:31:55.589Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-22T00:31:55.589Z] ++ cut -d/ -f2 [2020-10-22T00:31:55.589Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-22T00:31:55.589Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T00:31:55.589Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-22T00:31:55.589Z] ++ cut -d/ -f2 [2020-10-22T00:31:55.589Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-22T00:31:55.589Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T00:31:55.589Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-22T00:31:55.589Z] ++ cut -d/ -f2 [2020-10-22T00:31:55.589Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-22T00:31:55.589Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T00:31:55.589Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-22T00:31:55.589Z] ++ cut -d/ -f2 [2020-10-22T00:31:55.589Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-22T00:31:55.669Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:31:56.531Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T00:31:56.800Z] [2020-10-22T00:31:56.800Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:31:57.234Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T00:31:57.234Z] latest: Pulling from edgex-devops/git-semver [2020-10-22T00:31:57.234Z] 31603596830f: Pulling fs layer [2020-10-22T00:31:57.234Z] 2a8b12db71e7: Pulling fs layer [2020-10-22T00:31:57.234Z] 6ca5941a6612: Pulling fs layer [2020-10-22T00:31:57.234Z] ecc8261a40a4: Pulling fs layer [2020-10-22T00:31:57.234Z] ecc8261a40a4: Waiting [2020-10-22T00:31:57.234Z] 2a8b12db71e7: Verifying Checksum [2020-10-22T00:31:57.234Z] 2a8b12db71e7: Download complete [2020-10-22T00:31:57.814Z] 31603596830f: Verifying Checksum [2020-10-22T00:31:57.814Z] 31603596830f: Download complete [2020-10-22T00:31:58.081Z] ecc8261a40a4: Verifying Checksum [2020-10-22T00:31:58.081Z] ecc8261a40a4: Download complete [2020-10-22T00:31:58.081Z] 31603596830f: Pull complete [2020-10-22T00:31:58.345Z] 6ca5941a6612: Verifying Checksum [2020-10-22T00:31:58.345Z] 6ca5941a6612: Download complete [2020-10-22T00:31:58.345Z] 2a8b12db71e7: Pull complete [2020-10-22T00:31:59.309Z] 6ca5941a6612: Pull complete [2020-10-22T00:31:59.309Z] ecc8261a40a4: Pull complete [2020-10-22T00:31:59.309Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-22T00:31:59.571Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T00:31:59.571Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-22T00:31:59.687Z] prd-centos7-docker-4c-2g-7626 does not seem to be running inside a container [2020-10-22T00:31:59.750Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-22T00:32:02.317Z] $ docker top 606f8a8f65f6220e8961f421742e8019822de9f4a83a1b15eace88238348b04a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-22T00:32:02.766Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T00:32:02.766Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T00:32:03.056Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T00:32:03.061Z] $ docker exec 606f8a8f65f6220e8961f421742e8019822de9f4a83a1b15eace88238348b04a ssh-agent [2020-10-22T00:32:03.271Z] SSH_AUTH_SOCK=/tmp/ssh-X4hNHaJR46Mh/agent.11 [2020-10-22T00:32:03.271Z] SSH_AGENT_PID=16 [2020-10-22T00:32:03.292Z] Running ssh-add (command line suppressed) [2020-10-22T00:32:03.433Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_967740784331435758.key (/w/workspace/edgex-go/3@tmp/private_key_967740784331435758.key) [2020-10-22T00:32:03.489Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T00:32:03.834Z] + git tag --points-at HEAD [Pipeline] } [2020-10-22T00:32:03.859Z] $ docker exec --env ******** --env ******** 606f8a8f65f6220e8961f421742e8019822de9f4a83a1b15eace88238348b04a ssh-agent -k [2020-10-22T00:32:03.995Z] unset SSH_AUTH_SOCK; [2020-10-22T00:32:03.995Z] unset SSH_AGENT_PID; [2020-10-22T00:32:03.995Z] echo Agent pid 16 killed; [2020-10-22T00:32:04.049Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-22T00:32:04.204Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T00:32:04.205Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T00:32:04.412Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T00:32:04.417Z] $ docker exec 606f8a8f65f6220e8961f421742e8019822de9f4a83a1b15eace88238348b04a ssh-agent [2020-10-22T00:32:04.634Z] SSH_AUTH_SOCK=/tmp/ssh-ABLXumZ4JjDx/agent.47 [2020-10-22T00:32:04.634Z] SSH_AGENT_PID=53 [2020-10-22T00:32:04.641Z] Running ssh-add (command line suppressed) [2020-10-22T00:32:04.781Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_7992345021026373463.key (/w/workspace/edgex-go/3@tmp/private_key_7992345021026373463.key) [2020-10-22T00:32:04.833Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T00:32:05.175Z] + git semver init [2020-10-22T00:32:05.175Z] # -> Open(): unable to determine branch for HEAD [2020-10-22T00:32:05.175Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2020-10-22T00:32:05.175Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2020-10-22T00:32:05.175Z] # $SEMVER_REMOTE_NAME = origin [2020-10-22T00:32:05.175Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-22T00:32:05.175Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-22T00:32:05.175Z] # $SEMVER_BRANCH = PR-2822 [2020-10-22T00:32:05.175Z] # $SEMVER_TEMP = /tmp/semver-757970465 [2020-10-22T00:32:05.175Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-22T00:32:31.849Z] # '/tmp/semver-757970465' -> '/w/workspace/edgex-go/3/.semver' [2020-10-22T00:32:31.849Z] # -> Force: false [2020-10-22T00:32:31.849Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2020-10-22T00:32:31.867Z] $ docker exec --env ******** --env ******** 606f8a8f65f6220e8961f421742e8019822de9f4a83a1b15eace88238348b04a ssh-agent -k [2020-10-22T00:32:32.113Z] unset SSH_AUTH_SOCK; [2020-10-22T00:32:32.114Z] unset SSH_AGENT_PID; [2020-10-22T00:32:32.114Z] echo Agent pid 53 killed; [2020-10-22T00:32:32.206Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-22T00:32:32.745Z] + git semver [Pipeline] } [2020-10-22T00:32:32.769Z] $ docker stop --time=1 606f8a8f65f6220e8961f421742e8019822de9f4a83a1b15eace88238348b04a [2020-10-22T00:32:34.422Z] $ docker rm -f 606f8a8f65f6220e8961f421742e8019822de9f4a83a1b15eace88238348b04a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T00:32:34.953Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-22T00:32:35.754Z] Stashed 1 file(s) [Pipeline] echo [2020-10-22T00:32:35.757Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-10-22T00:32:36.799Z] ========================================================= [2020-10-22T00:32:36.799Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-22T00:32:36.799Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:32:37.137Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-22T00:32:40.464Z] Sending build context to Docker daemon 325.4MB [2020-10-22T00:32:40.464Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-22T00:32:40.464Z] Step 2/7 : FROM ${BASE} [2020-10-22T00:32:40.464Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-22T00:32:40.464Z] df20fa9351a1: Pulling fs layer [2020-10-22T00:32:40.464Z] ed8968b2872e: Pulling fs layer [2020-10-22T00:32:40.464Z] a92cc7c5fd73: Pulling fs layer [2020-10-22T00:32:40.464Z] e871e8e8d7a9: Pulling fs layer [2020-10-22T00:32:40.464Z] e73272ec9a57: Pulling fs layer [2020-10-22T00:32:40.464Z] 1e910a182e73: Pulling fs layer [2020-10-22T00:32:40.464Z] 4e634b169226: Pulling fs layer [2020-10-22T00:32:40.464Z] e73272ec9a57: Waiting [2020-10-22T00:32:40.464Z] 1e910a182e73: Waiting [2020-10-22T00:32:40.464Z] 4e634b169226: Waiting [2020-10-22T00:32:40.464Z] e871e8e8d7a9: Waiting [2020-10-22T00:32:40.464Z] a92cc7c5fd73: Verifying Checksum [2020-10-22T00:32:40.464Z] a92cc7c5fd73: Download complete [2020-10-22T00:32:40.464Z] ed8968b2872e: Verifying Checksum [2020-10-22T00:32:40.464Z] ed8968b2872e: Download complete [2020-10-22T00:32:40.464Z] e73272ec9a57: Download complete [2020-10-22T00:32:40.464Z] 1e910a182e73: Download complete [2020-10-22T00:32:40.728Z] df20fa9351a1: Verifying Checksum [2020-10-22T00:32:40.728Z] df20fa9351a1: Download complete [2020-10-22T00:32:40.992Z] df20fa9351a1: Pull complete [2020-10-22T00:32:41.256Z] ed8968b2872e: Pull complete [2020-10-22T00:32:41.256Z] a92cc7c5fd73: Pull complete [2020-10-22T00:32:44.591Z] 4e634b169226: Verifying Checksum [2020-10-22T00:32:44.591Z] 4e634b169226: Download complete [2020-10-22T00:32:46.518Z] e871e8e8d7a9: Verifying Checksum [2020-10-22T00:32:46.518Z] e871e8e8d7a9: Download complete [2020-10-22T00:32:51.596Z] Still waiting to schedule task [2020-10-22T00:32:51.596Z] ‘prd-centos7-docker-4c-2g-3642’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-7627’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-7628’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6371’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-7636’ is offline [2020-10-22T00:32:51.880Z] e871e8e8d7a9: Pull complete [2020-10-22T00:32:52.143Z] e73272ec9a57: Pull complete [2020-10-22T00:32:52.143Z] 1e910a182e73: Pull complete [2020-10-22T00:32:57.498Z] 4e634b169226: Pull complete [2020-10-22T00:32:57.498Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-22T00:32:57.498Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-22T00:32:57.498Z] ---> f7629b54cfaa [2020-10-22T00:32:57.498Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-22T00:32:57.498Z] ---> Running in e826956f54c9 [2020-10-22T00:32:57.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:32:59.435Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:33:03.664Z] (1/12) Installing libmagic (5.38-r0) [2020-10-22T00:33:04.239Z] (2/12) Installing file (5.38-r0) [2020-10-22T00:33:04.239Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-22T00:33:04.239Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-22T00:33:22.397Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-22T00:33:22.397Z] (6/12) Installing patch (2.7.6-r6) [2020-10-22T00:33:22.397Z] (7/12) Installing build-base (0.5-r2) [2020-10-22T00:33:22.397Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-22T00:33:22.397Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-22T00:33:22.397Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-22T00:33:22.659Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-22T00:33:22.659Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-22T00:33:22.923Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:33:22.923Z] OK: 233 MiB in 51 packages [2020-10-22T00:33:26.273Z] Removing intermediate container e826956f54c9 [2020-10-22T00:33:26.273Z] ---> 75aa00292c7a [2020-10-22T00:33:26.273Z] Step 4/7 : WORKDIR /edgex-go [2020-10-22T00:33:26.273Z] ---> Running in ba9d3558308d [2020-10-22T00:33:26.273Z] Removing intermediate container ba9d3558308d [2020-10-22T00:33:26.273Z] ---> 68b7897fcad7 [2020-10-22T00:33:26.273Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-22T00:33:26.273Z] latest: Pulling from library/docker [2020-10-22T00:33:26.543Z] df20fa9351a1: Already exists [2020-10-22T00:33:26.543Z] 25ad7478873d: Pulling fs layer [2020-10-22T00:33:26.543Z] 4684f6177b5d: Pulling fs layer [2020-10-22T00:33:26.543Z] 206f78d23536: Pulling fs layer [2020-10-22T00:33:26.543Z] cee0542293f3: Pulling fs layer [2020-10-22T00:33:26.543Z] d951dd9fd09f: Pulling fs layer [2020-10-22T00:33:26.543Z] dce9c88c04bd: Pulling fs layer [2020-10-22T00:33:26.543Z] cee0542293f3: Waiting [2020-10-22T00:33:26.543Z] dce9c88c04bd: Waiting [2020-10-22T00:33:26.543Z] d951dd9fd09f: Waiting [2020-10-22T00:33:26.543Z] 4684f6177b5d: Verifying Checksum [2020-10-22T00:33:26.543Z] 4684f6177b5d: Download complete [2020-10-22T00:33:26.543Z] 25ad7478873d: Verifying Checksum [2020-10-22T00:33:26.543Z] 25ad7478873d: Download complete [2020-10-22T00:33:26.811Z] cee0542293f3: Verifying Checksum [2020-10-22T00:33:26.811Z] cee0542293f3: Download complete [2020-10-22T00:33:26.811Z] d951dd9fd09f: Verifying Checksum [2020-10-22T00:33:26.811Z] d951dd9fd09f: Download complete [2020-10-22T00:33:26.811Z] dce9c88c04bd: Verifying Checksum [2020-10-22T00:33:26.811Z] dce9c88c04bd: Download complete [2020-10-22T00:33:27.075Z] 25ad7478873d: Pull complete [2020-10-22T00:33:27.075Z] 4684f6177b5d: Pull complete [2020-10-22T00:33:27.658Z] 206f78d23536: Verifying Checksum [2020-10-22T00:33:27.658Z] 206f78d23536: Download complete [2020-10-22T00:33:31.053Z] 206f78d23536: Pull complete [2020-10-22T00:33:31.053Z] cee0542293f3: Pull complete [2020-10-22T00:33:31.053Z] d951dd9fd09f: Pull complete [2020-10-22T00:33:31.053Z] dce9c88c04bd: Pull complete [2020-10-22T00:33:31.053Z] Digest: sha256:e3be13e8d7d9673c6ee307c2b7d0736eb823f5013707a8de59b33aecb31827b1 [2020-10-22T00:33:31.053Z] Status: Downloaded newer image for docker:latest [2020-10-22T00:33:32.459Z] ---> 60c4b8f56e49 [2020-10-22T00:33:32.459Z] Step 6/7 : COPY go.mod . [2020-10-22T00:33:32.739Z] ---> cd919ce2dc09 [2020-10-22T00:33:32.739Z] Step 7/7 : RUN go mod download [2020-10-22T00:33:32.739Z] ---> Running in 54a984b5d3d6 [2020-10-22T00:33:54.883Z] Removing intermediate container 54a984b5d3d6 [2020-10-22T00:33:54.883Z] ---> d0014a30d903 [2020-10-22T00:33:54.883Z] Successfully built d0014a30d903 [2020-10-22T00:33:54.884Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:33:55.228Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-22T00:33:55.228Z] . [Pipeline] withDockerContainer [2020-10-22T00:33:55.366Z] prd-centos7-docker-4c-2g-7626 does not seem to be running inside a container [2020-10-22T00:33:55.445Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-22T00:33:56.497Z] $ docker top f451a1090fe00369ccfad3fd7e053e2becef671ce53c23ac2580b92dd5738483 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T00:33:57.105Z] + go version [2020-10-22T00:33:57.105Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-22T00:33:57.147Z] $ docker stop --time=1 f451a1090fe00369ccfad3fd7e053e2becef671ce53c23ac2580b92dd5738483 [2020-10-22T00:33:58.552Z] $ docker rm -f f451a1090fe00369ccfad3fd7e053e2becef671ce53c23ac2580b92dd5738483 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:33:59.470Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-22T00:33:59.470Z] . [Pipeline] withDockerContainer [2020-10-22T00:33:59.591Z] prd-centos7-docker-4c-2g-7626 does not seem to be running inside a container [2020-10-22T00:33:59.655Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-22T00:34:00.374Z] $ docker top d6ce097be718e3a46224b30c46afbd4ebe715f890dc007ec8a84250490395e95 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-22T00:34:00.630Z] ========================================================= [2020-10-22T00:34:00.630Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-22T00:34:00.630Z] ========================================================= [Pipeline] sh [2020-10-22T00:34:00.933Z] + make test [2020-10-22T00:34:00.933Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-22T00:34:03.565Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-22T00:34:13.710Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-22T00:34:20.494Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-22T00:34:20.790Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-22T00:34:20.790Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-22T00:34:21.386Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-22T00:34:22.803Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.008s [2020-10-22T00:34:22.803Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-22T00:34:22.803Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-22T00:34:23.081Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-22T00:34:23.663Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-22T00:34:23.930Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-22T00:34:24.204Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-22T00:34:24.204Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-22T00:34:24.204Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-22T00:34:28.504Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.022s coverage: 46.6% of statements [2020-10-22T00:34:28.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-22T00:34:28.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-22T00:34:28.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-22T00:34:28.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-22T00:34:28.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-22T00:34:31.885Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.054s coverage: 27.1% of statements [2020-10-22T00:34:31.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-22T00:34:31.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-22T00:34:31.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-22T00:34:31.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-22T00:34:31.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-22T00:34:31.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-22T00:34:31.885Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements [2020-10-22T00:34:31.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-22T00:34:31.885Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.027s coverage: 100.0% of statements [2020-10-22T00:34:31.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-22T00:34:31.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-22T00:34:31.885Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.022s coverage: 83.6% of statements [2020-10-22T00:34:31.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-22T00:34:31.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-22T00:34:31.885Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.039s coverage: 86.2% of statements [2020-10-22T00:34:31.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-22T00:34:31.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-22T00:34:31.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-22T00:34:31.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-22T00:34:33.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.079s coverage: 28.6% of statements [2020-10-22T00:34:33.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-22T00:34:33.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-22T00:34:33.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-22T00:34:33.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-22T00:34:33.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-22T00:34:33.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.054s coverage: 100.0% of statements [2020-10-22T00:34:33.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-22T00:34:33.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.020s coverage: 100.0% of statements [2020-10-22T00:34:33.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-22T00:34:34.369Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.054s coverage: 86.7% of statements [2020-10-22T00:34:34.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-22T00:34:34.670Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.034s coverage: 97.5% of statements [2020-10-22T00:34:34.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-22T00:34:34.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.021s coverage: 100.0% of statements [2020-10-22T00:34:34.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-22T00:34:34.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-22T00:34:34.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-22T00:34:34.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-22T00:34:35.265Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.084s coverage: 96.3% of statements [2020-10-22T00:34:35.265Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-22T00:34:35.265Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-22T00:34:35.265Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-22T00:34:35.265Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-22T00:34:35.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-22T00:34:35.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-22T00:34:35.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-22T00:34:35.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-22T00:34:35.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-22T00:34:35.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-22T00:34:35.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-22T00:34:35.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-22T00:34:35.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-22T00:34:35.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-22T00:34:35.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-22T00:34:35.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-22T00:34:35.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-22T00:34:35.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-22T00:34:35.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-22T00:34:35.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-22T00:34:35.265Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.021s coverage: 58.8% of statements [2020-10-22T00:34:35.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-22T00:34:35.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-22T00:34:35.265Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.023s coverage: 0.0% of statements [no tests to run] [2020-10-22T00:34:35.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-22T00:34:35.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-22T00:34:36.676Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.068s coverage: 63.5% of statements [2020-10-22T00:34:36.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-22T00:34:36.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-22T00:34:36.676Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.011s coverage: 100.0% of statements [2020-10-22T00:34:36.676Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.023s coverage: 91.3% of statements [2020-10-22T00:34:36.676Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2020-10-22T00:34:36.944Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements [2020-10-22T00:34:37.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.018s coverage: 100.0% of statements [2020-10-22T00:34:37.485Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.147s coverage: 55.9% of statements [2020-10-22T00:34:37.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-22T00:34:37.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-22T00:34:37.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-22T00:34:37.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-22T00:34:48.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 10.791s coverage: 86.3% of statements [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-22T00:34:48.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.405s coverage: 72.2% of statements [2020-10-22T00:34:48.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.192s coverage: 72.1% of statements [2020-10-22T00:34:48.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.040s coverage: 82.4% of statements [2020-10-22T00:34:48.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.032s coverage: 48.4% of statements [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-22T00:34:48.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.014s coverage: 28.8% of statements [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-22T00:34:48.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.016s coverage: 96.8% of statements [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-22T00:34:48.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.046s coverage: 36.5% of statements [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-22T00:34:48.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.092s coverage: 84.1% of statements [2020-10-22T00:34:48.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.019s coverage: 100.0% of statements [2020-10-22T00:34:48.752Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.041s coverage: 42.9% of statements [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-22T00:34:48.752Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.024s coverage: 100.0% of statements [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-22T00:34:48.752Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.019s coverage: 83.8% of statements [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-22T00:34:48.752Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.025s coverage: 47.1% of statements [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-22T00:34:48.752Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.041s coverage: 100.0% of statements [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-22T00:34:48.752Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.012s coverage: 100.0% of statements [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-22T00:34:48.752Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.013s coverage: 100.0% of statements [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-22T00:34:48.752Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.053s coverage: 29.1% of statements [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-22T00:34:48.752Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.039s coverage: 99.0% of statements [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-22T00:34:48.752Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.010s coverage: 100.0% of statements [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-22T00:34:48.752Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.005s coverage: 0.0% of statements [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-22T00:34:48.752Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.014s coverage: 100.0% of statements [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-22T00:34:48.752Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.011s coverage: 87.9% of statements [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-22T00:34:48.752Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-22T00:34:48.752Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.015s coverage: 100.0% of statements [2020-10-22T00:34:48.752Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.009s coverage: 32.1% of statements [2020-10-22T00:34:48.752Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-10-22T00:34:49.025Z] GO111MODULE=on go vet ./... [2020-10-22T00:34:57.253Z] gofmt -l . [2020-10-22T00:34:58.210Z] [ "`gofmt -l .`" = "" ] [2020-10-22T00:34:58.785Z] ./bin/test-go-mod-tidy.sh [2020-10-22T00:34:59.366Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-10-22T00:35:02.307Z] + ls -al . [2020-10-22T00:35:02.308Z] total 612 [2020-10-22T00:35:02.573Z] drwxrwxr-x 10 1001 1001 4096 Oct 22 00:35 . [2020-10-22T00:35:02.574Z] drwxr-xr-x 4 root root 28 Oct 22 00:34 .. [2020-10-22T00:35:02.574Z] -rw-rw-r-- 1 1001 1001 11 Oct 22 00:31 .dockerignore [2020-10-22T00:35:02.574Z] drwxrwxr-x 8 1001 1001 179 Oct 22 00:31 .git [2020-10-22T00:35:02.574Z] drwxrwxr-x 3 1001 1001 125 Oct 22 00:31 .github [2020-10-22T00:35:02.574Z] -rw-rw-r-- 1 1001 1001 932 Oct 22 00:31 .gitignore [2020-10-22T00:35:02.574Z] drwx------ 3 1001 1001 47 Oct 22 00:32 .semver [2020-10-22T00:35:02.574Z] -rw-rw-r-- 1 1001 1001 166 Oct 22 00:31 .sonarcloud.properties [2020-10-22T00:35:02.574Z] -rw-rw-r-- 1 1001 1001 3804 Oct 22 00:31 CONTRIBUTING.md [2020-10-22T00:35:02.574Z] -rw-rw-r-- 1 1001 1001 1035 Oct 22 00:31 Dockerfile.build [2020-10-22T00:35:02.574Z] -rw-rw-r-- 1 1001 1001 863 Oct 22 00:31 Jenkinsfile [2020-10-22T00:35:02.574Z] -rw-rw-r-- 1 1001 1001 10775 Oct 22 00:31 LICENSE [2020-10-22T00:35:02.574Z] -rw-rw-r-- 1 1001 1001 6237 Oct 22 00:31 Makefile [2020-10-22T00:35:02.574Z] -rw-rw-r-- 1 1001 1001 6447 Oct 22 00:31 README.md [2020-10-22T00:35:02.574Z] -rw-rw-r-- 1 1001 1001 259 Oct 22 00:31 SECURITY.md [2020-10-22T00:35:02.574Z] -rw-rw-r-- 1 1001 1001 5 Oct 22 00:32 VERSION [2020-10-22T00:35:02.574Z] -rw-rw-r-- 1 1001 1001 4131 Oct 22 00:31 ZMQWindows.md [2020-10-22T00:35:02.574Z] drwxrwxr-x 2 1001 1001 117 Oct 22 00:31 bin [2020-10-22T00:35:02.574Z] drwxrwxr-x 15 1001 1001 4096 Oct 22 00:31 cmd [2020-10-22T00:35:02.574Z] -rw-r--r-- 1 root root 518264 Oct 22 00:34 coverage.out [2020-10-22T00:35:02.574Z] -rw-r--r-- 1 root root 1041 Oct 22 00:34 go.mod [2020-10-22T00:35:02.574Z] -rw-r--r-- 1 root root 18987 Oct 22 00:34 go.sum [2020-10-22T00:35:02.574Z] drwxrwxr-x 8 1001 1001 127 Oct 22 00:31 internal [2020-10-22T00:35:02.574Z] drwxrwxr-x 4 1001 1001 26 Oct 22 00:31 openapi [2020-10-22T00:35:02.574Z] drwxrwxr-x 4 1001 1001 71 Oct 22 00:31 snap [2020-10-22T00:35:02.574Z] -rw-rw-r-- 1 1001 1001 168 Oct 22 00:31 version.go [Pipeline] sh [2020-10-22T00:35:02.881Z] + '[' -e coverage.out ] [2020-10-22T00:35:02.881Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-22T00:35:03.070Z] Stashed 1 file(s) [Pipeline] sh [2020-10-22T00:35:03.387Z] + make build [2020-10-22T00:35:03.387Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-22T00:35:13.545Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-10-22T00:35:17.822Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-10-22T00:35:19.236Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-22T00:35:20.662Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-22T00:35:22.070Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-22T00:35:22.654Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-22T00:35:24.626Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-22T00:35:26.584Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-22T00:35:27.547Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-22T00:35:28.945Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-22T00:35:30.898Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-22T00:35:31.861Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-10-22T00:35:32.841Z] $ docker stop --time=1 d6ce097be718e3a46224b30c46afbd4ebe715f890dc007ec8a84250490395e95 [2020-10-22T00:35:34.326Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-7638 in /w/workspace/edgexfoundry_edgex-go_PR-2822 [2020-10-22T00:35:34.400Z] $ docker rm -f d6ce097be718e3a46224b30c46afbd4ebe715f890dc007ec8a84250490395e95 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws [2020-10-22T00:35:34.888Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:35:36.201Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T00:35:36.202Z] [2020-10-22T00:35:36.202Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:35:36.658Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T00:35:36.922Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-22T00:35:36.922Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-22T00:35:36.922Z] ca9280d653b3: Pulling fs layer [2020-10-22T00:35:36.922Z] 7e9c9ca2126c: Pulling fs layer [2020-10-22T00:35:37.534Z] cbdbe7a5bc2a: Download complete [2020-10-22T00:35:37.796Z] cbdbe7a5bc2a: Pull complete [2020-10-22T00:35:38.061Z] ca9280d653b3: Verifying Checksum [2020-10-22T00:35:38.061Z] ca9280d653b3: Download complete [2020-10-22T00:35:39.013Z] ca9280d653b3: Pull complete [2020-10-22T00:35:40.409Z] 7e9c9ca2126c: Verifying Checksum [2020-10-22T00:35:40.409Z] 7e9c9ca2126c: Download complete [2020-10-22T00:35:41.608Z] using credential edgex-jenkins-ssh [2020-10-22T00:35:41.676Z] Cloning the remote Git repository [2020-10-22T00:35:41.756Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-22T00:35:41.911Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2020-10-22T00:35:42.004Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-22T00:35:42.006Z] > git --version # timeout=10 [2020-10-22T00:35:42.036Z] > git --version # 'git version 2.17.1' [2020-10-22T00:35:42.038Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T00:35:42.113Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T00:35:48.633Z] 7e9c9ca2126c: Pull complete [2020-10-22T00:35:48.899Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-22T00:35:48.899Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T00:35:48.899Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-22T00:35:49.111Z] prd-centos7-docker-4c-2g-7626 does not seem to be running inside a container [2020-10-22T00:35:49.169Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:10003/edgex-devops/edgex-compose:latest cat [2020-10-22T00:35:50.184Z] $ docker top 733844ee5f6d447d28cfeb4f774a996b00a8d29b0bbb874be0ef9c714b8e29ed -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T00:35:50.681Z] + docker-compose build --help [2020-10-22T00:35:50.681Z] + grep parallel [2020-10-22T00:35:51.628Z] --parallel Build images in parallel. [Pipeline] } [2020-10-22T00:35:51.903Z] $ docker stop --time=1 733844ee5f6d447d28cfeb4f774a996b00a8d29b0bbb874be0ef9c714b8e29ed [2020-10-22T00:35:54.043Z] $ docker rm -f 733844ee5f6d447d28cfeb4f774a996b00a8d29b0bbb874be0ef9c714b8e29ed [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:35:54.778Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T00:35:54.778Z] . [Pipeline] withDockerContainer [2020-10-22T00:35:54.886Z] prd-centos7-docker-4c-2g-7626 does not seem to be running inside a container [2020-10-22T00:35:54.937Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-22T00:35:55.667Z] $ docker top 3f34e7d191ff4af84e81536954346aa67162aa32c91f17672e0fb537c5ac4df6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T00:35:56.222Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-22T00:35:57.636Z] Building docker-core-command-go ... [2020-10-22T00:35:57.636Z] Building docker-core-data-go ... [2020-10-22T00:35:57.636Z] Building docker-core-metadata-go ... [2020-10-22T00:35:57.636Z] Building docker-security-proxy-setup-go ... [2020-10-22T00:35:57.636Z] Building docker-security-secrets-setup-go ... [2020-10-22T00:35:57.636Z] Building docker-security-secretstore-setup-go ... [2020-10-22T00:35:57.636Z] Building docker-support-logging-go ... [2020-10-22T00:35:57.636Z] Building docker-support-notifications-go ... [2020-10-22T00:35:57.636Z] Building docker-support-scheduler-go ... [2020-10-22T00:35:57.636Z] Building docker-sys-mgmt-agent-go ... [2020-10-22T00:35:57.636Z] Building docker-core-command-go [2020-10-22T00:35:57.636Z] Building docker-support-scheduler-go [2020-10-22T00:35:57.636Z] Building docker-security-secretstore-setup-go [2020-10-22T00:35:57.636Z] Building docker-core-metadata-go [2020-10-22T00:35:57.636Z] Building docker-core-data-go [2020-10-22T00:36:17.000Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-22T00:36:17.018Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T00:36:17.058Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-22T00:36:17.111Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-22T00:36:17.112Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T00:36:17.130Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2822/head:refs/remotes/origin/PR-2822 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-22T00:36:17.719Z] Merging remotes/origin/master commit a54f4bf5fd05de3eb983e0b186bb6bb34afe3e48 into PR head commit 603dfb21f57ed05944e5c9a02159b35f791775a5 [2020-10-22T00:36:18.423Z] Merge succeeded, producing a6030c4ae8bb06a5bce76ba7708144ada8410e52 [2020-10-22T00:36:18.424Z] Checking out Revision a6030c4ae8bb06a5bce76ba7708144ada8410e52 (PR-2822) [2020-10-22T00:36:17.750Z] > git config core.sparsecheckout # timeout=10 [2020-10-22T00:36:17.768Z] > git checkout -f 603dfb21f57ed05944e5c9a02159b35f791775a5 # timeout=10 [2020-10-22T00:36:18.153Z] > git remote # timeout=10 [2020-10-22T00:36:18.184Z] > git config --get remote.origin.url # timeout=10 [2020-10-22T00:36:18.209Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T00:36:18.225Z] > git merge a54f4bf5fd05de3eb983e0b186bb6bb34afe3e48 # timeout=10 [2020-10-22T00:36:18.409Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-22T00:36:18.442Z] > git config core.sparsecheckout # timeout=10 [2020-10-22T00:36:18.467Z] > git checkout -f a6030c4ae8bb06a5bce76ba7708144ada8410e52 # timeout=10 [2020-10-22T00:36:23.111Z] Commit message: "Merge commit 'a54f4bf5fd05de3eb983e0b186bb6bb34afe3e48' into HEAD" [2020-10-22T00:36:23.139Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2020-10-22T00:36:23.130Z] > git rev-list --no-walk 3fb3d00b227b86a1340d6e56024ecadc00522b14 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-22T00:36:24.088Z] ========================================================= [2020-10-22T00:36:24.088Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-22T00:36:24.088Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:36:25.177Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-22T00:36:27.870Z] Sending build context to Docker daemon 165.1MB [2020-10-22T00:36:27.870Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-22T00:36:27.870Z] Step 2/7 : FROM ${BASE} [2020-10-22T00:36:28.481Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-22T00:36:28.481Z] b538f80385f9: Pulling fs layer [2020-10-22T00:36:28.481Z] 74f711af9a0d: Pulling fs layer [2020-10-22T00:36:28.481Z] 99f96fe45779: Pulling fs layer [2020-10-22T00:36:28.481Z] 8529a6b9a6be: Pulling fs layer [2020-10-22T00:36:28.481Z] 45590311c82a: Pulling fs layer [2020-10-22T00:36:28.481Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-22T00:36:28.481Z] 209524e5b208: Pulling fs layer [2020-10-22T00:36:28.481Z] 45590311c82a: Waiting [2020-10-22T00:36:28.481Z] 8529a6b9a6be: Waiting [2020-10-22T00:36:28.481Z] 69ca0ff8b7b3: Waiting [2020-10-22T00:36:28.481Z] 209524e5b208: Waiting [2020-10-22T00:36:28.481Z] 99f96fe45779: Verifying Checksum [2020-10-22T00:36:28.481Z] 99f96fe45779: Download complete [2020-10-22T00:36:28.481Z] 74f711af9a0d: Verifying Checksum [2020-10-22T00:36:28.481Z] 74f711af9a0d: Download complete [2020-10-22T00:36:28.481Z] 45590311c82a: Verifying Checksum [2020-10-22T00:36:28.481Z] 45590311c82a: Download complete [2020-10-22T00:36:28.481Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-22T00:36:28.481Z] 69ca0ff8b7b3: Download complete [2020-10-22T00:36:29.473Z] b538f80385f9: Verifying Checksum [2020-10-22T00:36:29.473Z] b538f80385f9: Download complete [2020-10-22T00:36:30.088Z] b538f80385f9: Pull complete [2020-10-22T00:36:30.715Z] 74f711af9a0d: Pull complete [2020-10-22T00:36:30.993Z] 99f96fe45779: Pull complete [2020-10-22T00:36:33.646Z] 209524e5b208: Verifying Checksum [2020-10-22T00:36:33.646Z] 209524e5b208: Download complete [2020-10-22T00:36:36.271Z] 8529a6b9a6be: Verifying Checksum [2020-10-22T00:36:36.271Z] 8529a6b9a6be: Download complete [2020-10-22T00:36:36.676Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:36:36.676Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:36:36.676Z] ---> d0014a30d903 [2020-10-22T00:36:36.676Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T00:36:36.676Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:36:36.676Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:36:36.676Z] ---> d0014a30d903 [2020-10-22T00:36:36.676Z] Step 3/21 : WORKDIR /edgex-go [2020-10-22T00:36:36.676Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:36:36.676Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:36:36.676Z] ---> d0014a30d903 [2020-10-22T00:36:36.676Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T00:36:36.676Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:36:36.676Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:36:36.676Z] ---> d0014a30d903 [2020-10-22T00:36:36.676Z] Step 3/23 : WORKDIR /edgex-go [2020-10-22T00:36:36.676Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:36:36.676Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:36:36.676Z] ---> d0014a30d903 [2020-10-22T00:36:36.676Z] Step 3/26 : WORKDIR /edgex-go [2020-10-22T00:36:36.676Z] ---> Running in ece055048742 [2020-10-22T00:36:36.676Z] ---> Running in 4d3646257d67 [2020-10-22T00:36:36.676Z] ---> Running in ef86d41a2b55 [2020-10-22T00:36:36.676Z] ---> Running in 1933a2acf6ae [2020-10-22T00:36:36.676Z] ---> Running in a0bfc92946c6 [2020-10-22T00:36:36.676Z] Removing intermediate container 1933a2acf6ae [2020-10-22T00:36:36.676Z] ---> c7e4b4e2279c [2020-10-22T00:36:36.676Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:36:36.676Z] Removing intermediate container 4d3646257d67 [2020-10-22T00:36:36.676Z] ---> 0de0a37a8a1b [2020-10-22T00:36:36.676Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:36:36.676Z] Removing intermediate container ece055048742 [2020-10-22T00:36:36.676Z] ---> 8249633b050d [2020-10-22T00:36:36.676Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:36:36.676Z] Removing intermediate container ef86d41a2b55 [2020-10-22T00:36:36.676Z] ---> 7a009ba0fae4 [2020-10-22T00:36:36.676Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:36:36.676Z] Removing intermediate container a0bfc92946c6 [2020-10-22T00:36:36.676Z] ---> a4c03bc9dc53 [2020-10-22T00:36:36.676Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:36:36.676Z] ---> Running in abab74b30677 [2020-10-22T00:36:36.676Z] ---> Running in 0c6723c8a3dd [2020-10-22T00:36:36.676Z] ---> Running in 7332508b6bf4 [2020-10-22T00:36:36.676Z] ---> Running in 8df5cb8f9e6a [2020-10-22T00:36:36.676Z] ---> Running in 7f858a288795 [2020-10-22T00:36:37.688Z] Removing intermediate container 7f858a288795 [2020-10-22T00:36:37.688Z] ---> fb2d219dcdbc [2020-10-22T00:36:37.688Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T00:36:37.688Z] Removing intermediate container 0c6723c8a3dd [2020-10-22T00:36:37.688Z] ---> aea970016afa [2020-10-22T00:36:37.688Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T00:36:37.688Z] Removing intermediate container abab74b30677 [2020-10-22T00:36:37.688Z] ---> 39c86a4fdbd3 [2020-10-22T00:36:37.688Z] Step 5/21 : RUN apk update && apk add make git [2020-10-22T00:36:37.688Z] ---> Running in b80afb6dd88c [2020-10-22T00:36:37.688Z] ---> Running in e3c224f9e973 [2020-10-22T00:36:37.969Z] ---> Running in 5b329a9d105a [2020-10-22T00:36:37.969Z] Removing intermediate container 7332508b6bf4 [2020-10-22T00:36:37.969Z] ---> 3b6dce393bf9 [2020-10-22T00:36:37.969Z] Step 5/26 : RUN apk update && apk add make git [2020-10-22T00:36:37.969Z] Removing intermediate container 8df5cb8f9e6a [2020-10-22T00:36:37.969Z] ---> cae4767e6d9f [2020-10-22T00:36:37.969Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-22T00:36:38.240Z] ---> Running in 8fe0e15f01de [2020-10-22T00:36:38.240Z] ---> Running in 7240b24ceca2 [2020-10-22T00:36:39.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:36:39.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:36:39.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:36:39.478Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:36:39.478Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:36:40.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:36:40.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:36:40.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:36:40.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:36:40.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:36:41.178Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:36:41.178Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:36:41.178Z] OK: 12752 distinct packages available [2020-10-22T00:36:41.443Z] OK: 233 MiB in 51 packages [2020-10-22T00:36:41.443Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:36:41.443Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:36:41.443Z] OK: 12752 distinct packages available [2020-10-22T00:36:41.710Z] OK: 233 MiB in 51 packages [2020-10-22T00:36:41.980Z] Removing intermediate container e3c224f9e973 [2020-10-22T00:36:41.980Z] ---> 6300a15cea1d [2020-10-22T00:36:41.980Z] Step 6/22 : COPY go.mod . [2020-10-22T00:36:42.243Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:36:42.243Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:36:42.243Z] OK: 12752 distinct packages available [2020-10-22T00:36:42.243Z] ---> fa5b13fc8471 [2020-10-22T00:36:42.243Z] Step 7/22 : RUN go mod download [2020-10-22T00:36:42.243Z] Removing intermediate container 8fe0e15f01de [2020-10-22T00:36:42.243Z] ---> f490ad72bdc0 [2020-10-22T00:36:42.243Z] Step 6/26 : COPY go.mod . [2020-10-22T00:36:42.243Z] ---> Running in e23de51e1d8a [2020-10-22T00:36:42.513Z] OK: 233 MiB in 51 packages [2020-10-22T00:36:42.513Z] ---> b00d2276dab0 [2020-10-22T00:36:42.513Z] Step 7/26 : RUN go mod download [2020-10-22T00:36:42.784Z] ---> Running in 05a6f56a06d0 [2020-10-22T00:36:42.784Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:36:42.784Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:36:42.784Z] OK: 12752 distinct packages available [2020-10-22T00:36:43.050Z] OK: 233 MiB in 51 packages [2020-10-22T00:36:43.050Z] Removing intermediate container 7240b24ceca2 [2020-10-22T00:36:43.050Z] ---> 9212c833fb3c [2020-10-22T00:36:43.050Z] Step 6/23 : COPY go.mod . [2020-10-22T00:36:43.634Z] ---> 9a102c63863f [2020-10-22T00:36:43.634Z] Step 7/23 : RUN go mod download [2020-10-22T00:36:43.634Z] ---> Running in 34c042e66883 [2020-10-22T00:36:43.634Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:36:43.634Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:36:43.634Z] OK: 12752 distinct packages available [2020-10-22T00:36:43.915Z] Removing intermediate container b80afb6dd88c [2020-10-22T00:36:43.915Z] ---> 4233044952a6 [2020-10-22T00:36:43.915Z] Step 6/22 : COPY go.mod . [2020-10-22T00:36:44.179Z] OK: 233 MiB in 51 packages [2020-10-22T00:36:44.179Z] ---> 0f09b271a0ca [2020-10-22T00:36:44.179Z] Step 7/22 : RUN go mod download [2020-10-22T00:36:44.763Z] ---> Running in a93c6b5cf37d [2020-10-22T00:36:45.340Z] Removing intermediate container 05a6f56a06d0 [2020-10-22T00:36:45.340Z] ---> f484af5a3a13 [2020-10-22T00:36:45.340Z] Step 8/26 : COPY . . [2020-10-22T00:36:45.340Z] Removing intermediate container e23de51e1d8a [2020-10-22T00:36:45.340Z] ---> 99f9f18a3a1c [2020-10-22T00:36:45.340Z] Step 8/22 : COPY . . [2020-10-22T00:36:45.958Z] Removing intermediate container 5b329a9d105a [2020-10-22T00:36:45.958Z] ---> b19a9c9c6db4 [2020-10-22T00:36:45.958Z] Step 6/21 : COPY go.mod . [2020-10-22T00:36:46.451Z] 8529a6b9a6be: Pull complete [2020-10-22T00:36:46.451Z] 45590311c82a: Pull complete [2020-10-22T00:36:46.451Z] 69ca0ff8b7b3: Pull complete [2020-10-22T00:36:47.959Z] Removing intermediate container 34c042e66883 [2020-10-22T00:36:47.959Z] ---> 3ec41a220dd3 [2020-10-22T00:36:47.959Z] Step 8/23 : COPY . . [2020-10-22T00:36:48.227Z] ---> 7ef46b41b9b5 [2020-10-22T00:36:48.227Z] Step 7/21 : RUN go mod download [2020-10-22T00:36:50.806Z] 209524e5b208: Pull complete [2020-10-22T00:36:50.806Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-22T00:36:50.806Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-22T00:36:50.806Z] ---> 5bddaf1c2fca [2020-10-22T00:36:50.806Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-22T00:36:50.852Z] ---> Running in 36bc1c598d7a [2020-10-22T00:36:52.305Z] Removing intermediate container a93c6b5cf37d [2020-10-22T00:36:52.306Z] ---> f11698dcf212 [2020-10-22T00:36:52.306Z] Step 8/22 : COPY . . [2020-10-22T00:36:54.237Z] ---> Running in 307ac7ee0e4b [2020-10-22T00:36:56.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:36:58.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:37:00.903Z] (1/12) Installing libmagic (5.38-r0) [2020-10-22T00:37:01.507Z] (2/12) Installing file (5.38-r0) [2020-10-22T00:37:01.783Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-22T00:37:01.783Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-22T00:37:07.443Z] Removing intermediate container 36bc1c598d7a [2020-10-22T00:37:07.443Z] ---> 1a0b6e78652a [2020-10-22T00:37:07.443Z] Step 8/21 : COPY . . [2020-10-22T00:37:20.160Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-22T00:37:20.160Z] (6/12) Installing patch (2.7.6-r6) [2020-10-22T00:37:20.160Z] (7/12) Installing build-base (0.5-r2) [2020-10-22T00:37:20.160Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-22T00:37:20.160Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-22T00:37:20.160Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-22T00:37:20.160Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-22T00:37:20.431Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-22T00:37:20.431Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:37:20.431Z] OK: 217 MiB in 51 packages [2020-10-22T00:37:22.979Z] ---> 8ca86b4c0309 [2020-10-22T00:37:22.979Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-22T00:37:24.742Z] Removing intermediate container 307ac7ee0e4b [2020-10-22T00:37:24.743Z] ---> 52bf42fc0031 [2020-10-22T00:37:24.743Z] Step 4/7 : WORKDIR /edgex-go [2020-10-22T00:37:25.005Z] ---> Running in 8c7122bd5e5a [2020-10-22T00:37:25.006Z] ---> 0dcdfa8d15b1 [2020-10-22T00:37:25.006Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-22T00:37:25.006Z] ---> 787ce1aec2be [2020-10-22T00:37:25.006Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-22T00:37:25.021Z] ---> Running in 63bf6f6837be [2020-10-22T00:37:25.273Z] ---> Running in ff51a8146f9f [2020-10-22T00:37:25.622Z] Removing intermediate container 63bf6f6837be [2020-10-22T00:37:25.622Z] ---> 921d21a823c2 [2020-10-22T00:37:25.622Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-22T00:37:25.863Z] ---> Running in 25f8f3c8091c [2020-10-22T00:37:26.223Z] latest: Pulling from library/docker [2020-10-22T00:37:26.223Z] b538f80385f9: Already exists [2020-10-22T00:37:26.223Z] 259a493cd78d: Pulling fs layer [2020-10-22T00:37:26.223Z] b8e66b5100f5: Pulling fs layer [2020-10-22T00:37:26.223Z] 203964748c9f: Pulling fs layer [2020-10-22T00:37:26.223Z] d6fc4445224b: Pulling fs layer [2020-10-22T00:37:26.223Z] 5ea39d09386c: Pulling fs layer [2020-10-22T00:37:26.223Z] 78a785fe32a7: Pulling fs layer [2020-10-22T00:37:26.223Z] d6fc4445224b: Waiting [2020-10-22T00:37:26.223Z] 5ea39d09386c: Waiting [2020-10-22T00:37:26.223Z] 78a785fe32a7: Waiting [2020-10-22T00:37:26.506Z] b8e66b5100f5: Verifying Checksum [2020-10-22T00:37:26.506Z] b8e66b5100f5: Download complete [2020-10-22T00:37:26.506Z] 259a493cd78d: Verifying Checksum [2020-10-22T00:37:26.506Z] 259a493cd78d: Download complete [2020-10-22T00:37:26.506Z] d6fc4445224b: Download complete [2020-10-22T00:37:26.506Z] 5ea39d09386c: Verifying Checksum [2020-10-22T00:37:26.506Z] 5ea39d09386c: Download complete [2020-10-22T00:37:26.795Z] 78a785fe32a7: Verifying Checksum [2020-10-22T00:37:26.795Z] 78a785fe32a7: Download complete [2020-10-22T00:37:27.373Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-22T00:37:27.373Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-10-22T00:37:27.405Z] 259a493cd78d: Pull complete [2020-10-22T00:37:27.665Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-10-22T00:37:27.684Z] b8e66b5100f5: Pull complete [2020-10-22T00:37:27.958Z] 203964748c9f: Verifying Checksum [2020-10-22T00:37:27.958Z] 203964748c9f: Download complete [2020-10-22T00:37:27.962Z] ---> a267ea8f3b28 [2020-10-22T00:37:27.962Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-22T00:37:28.251Z] ---> Running in 802850f5865c [2020-10-22T00:37:30.312Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-22T00:37:31.375Z] 203964748c9f: Pull complete [2020-10-22T00:37:31.650Z] d6fc4445224b: Pull complete [2020-10-22T00:37:32.248Z] 5ea39d09386c: Pull complete [2020-10-22T00:37:32.525Z] 78a785fe32a7: Pull complete [2020-10-22T00:37:32.525Z] Digest: sha256:e3be13e8d7d9673c6ee307c2b7d0736eb823f5013707a8de59b33aecb31827b1 [2020-10-22T00:37:32.525Z] Status: Downloaded newer image for docker:latest [2020-10-22T00:37:36.891Z] ---> 697d8ac56299 [2020-10-22T00:37:36.891Z] Step 6/7 : COPY go.mod . [2020-10-22T00:37:37.143Z] ---> 442599ab457a [2020-10-22T00:37:37.143Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-22T00:37:37.143Z] ---> Running in c2de468b9040 [2020-10-22T00:37:37.166Z] ---> 1d602b434219 [2020-10-22T00:37:37.166Z] Step 7/7 : RUN go mod download [2020-10-22T00:37:37.453Z] ---> Running in e906be0e3fd7 [2020-10-22T00:37:38.588Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-22T00:38:05.546Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-22T00:38:09.844Z] Removing intermediate container e906be0e3fd7 [2020-10-22T00:38:09.844Z] ---> 29c5ad70494d [2020-10-22T00:38:09.844Z] Successfully built 29c5ad70494d [2020-10-22T00:38:09.844Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:38:10.296Z] + docker inspect -f . ci-base-image-arm64 [2020-10-22T00:38:10.296Z] . [Pipeline] withDockerContainer [2020-10-22T00:38:11.517Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-22T00:38:11.542Z] prd-ubuntu18.04-docker-arm64-4c-16g-7638 does not seem to be running inside a container [2020-10-22T00:38:11.651Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-22T00:38:13.752Z] $ docker top 683cb7635af587f1c6c46612b8d1a8004c327783c0d37c225cbc0e9cf622693c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T00:38:15.270Z] + go version [2020-10-22T00:38:15.270Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-22T00:38:15.316Z] $ docker stop --time=1 683cb7635af587f1c6c46612b8d1a8004c327783c0d37c225cbc0e9cf622693c [2020-10-22T00:38:17.492Z] $ docker rm -f 683cb7635af587f1c6c46612b8d1a8004c327783c0d37c225cbc0e9cf622693c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:38:18.752Z] + docker inspect -f . ci-base-image-arm64 [2020-10-22T00:38:18.753Z] . [Pipeline] withDockerContainer [2020-10-22T00:38:19.035Z] prd-ubuntu18.04-docker-arm64-4c-16g-7638 does not seem to be running inside a container [2020-10-22T00:38:19.161Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-22T00:38:20.914Z] $ docker top 4db8ac66fcf32589d417dd835d98976fd8294fb782ff1a10db50d0f5c40a11e5 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-22T00:38:21.319Z] ========================================================= [2020-10-22T00:38:21.319Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-22T00:38:21.319Z] ========================================================= [Pipeline] sh [2020-10-22T00:38:21.983Z] + make test [2020-10-22T00:38:21.983Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-22T00:38:24.202Z] Removing intermediate container 8c7122bd5e5a [2020-10-22T00:38:24.202Z] ---> 24e16c04a1e1 [2020-10-22T00:38:24.202Z] [2020-10-22T00:38:24.202Z] Step 10/22 : FROM scratch [2020-10-22T00:38:24.202Z] ---> [2020-10-22T00:38:24.202Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T00:38:24.202Z] Removing intermediate container ff51a8146f9f [2020-10-22T00:38:24.202Z] ---> 15bcd1c22936 [2020-10-22T00:38:24.202Z] [2020-10-22T00:38:24.202Z] Step 10/26 : FROM alpine:3.10 [2020-10-22T00:38:24.202Z] 3.10: Pulling from library/alpine [2020-10-22T00:38:24.202Z] ---> Running in 3f153c6b5f23 [2020-10-22T00:38:24.202Z] Removing intermediate container 3f153c6b5f23 [2020-10-22T00:38:24.202Z] ---> 8ef2b1c25cd6 [2020-10-22T00:38:24.202Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-22T00:38:24.202Z] ---> Running in e6ea4cbf4ca1 [2020-10-22T00:38:24.202Z] Removing intermediate container e6ea4cbf4ca1 [2020-10-22T00:38:24.202Z] ---> f66483f70cbe [2020-10-22T00:38:24.202Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T00:38:24.490Z] ---> Running in 702b6ed1935b [2020-10-22T00:38:24.490Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-22T00:38:24.490Z] Status: Downloaded newer image for alpine:3.10 [2020-10-22T00:38:24.490Z] ---> be4e4bea2c2e [2020-10-22T00:38:24.490Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-22T00:38:24.809Z] ---> Running in 8b3285229c90 [2020-10-22T00:38:24.809Z] Removing intermediate container 702b6ed1935b [2020-10-22T00:38:24.809Z] ---> ce53942a78e9 [2020-10-22T00:38:24.809Z] Step 14/22 : WORKDIR / [2020-10-22T00:38:25.087Z] ---> Running in 3ff6a1ee8b2b [2020-10-22T00:38:25.414Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-22T00:38:26.120Z] Removing intermediate container 3ff6a1ee8b2b [2020-10-22T00:38:26.120Z] ---> d1963201efc9 [2020-10-22T00:38:26.120Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-22T00:38:26.120Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:38:26.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:38:26.426Z] v3.10.5-104-g58141e176c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-22T00:38:26.426Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-22T00:38:26.426Z] OK: 10346 distinct packages available [2020-10-22T00:38:26.721Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-22T00:38:26.721Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-22T00:38:26.721Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-22T00:38:26.721Z] (4/5) Installing curl (7.66.0-r1) [2020-10-22T00:38:27.008Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-22T00:38:27.008Z] Executing busybox-1.30.1-r3.trigger [2020-10-22T00:38:27.008Z] Executing ca-certificates-20191127-r2.trigger [2020-10-22T00:38:27.833Z] OK: 7 MiB in 19 packages [2020-10-22T00:38:27.833Z] ---> 43b7cf9c53db [2020-10-22T00:38:27.833Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-22T00:38:30.711Z] Removing intermediate container 802850f5865c [2020-10-22T00:38:30.711Z] ---> 2bda2a02d8a8 [2020-10-22T00:38:30.711Z] [2020-10-22T00:38:30.711Z] Step 10/22 : FROM scratch [2020-10-22T00:38:30.711Z] ---> [2020-10-22T00:38:30.711Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T00:38:30.711Z] ---> Using cache [2020-10-22T00:38:30.711Z] ---> 8ef2b1c25cd6 [2020-10-22T00:38:30.711Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-22T00:38:31.325Z] ---> Running in d655a179d346 [2020-10-22T00:38:31.325Z] ---> 5df35d94d364 [2020-10-22T00:38:31.325Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-22T00:38:31.616Z] Removing intermediate container c2de468b9040 [2020-10-22T00:38:31.616Z] ---> f3374b5f1f72 [2020-10-22T00:38:31.616Z] [2020-10-22T00:38:31.616Z] Step 10/21 : FROM scratch [2020-10-22T00:38:31.616Z] ---> [2020-10-22T00:38:31.616Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T00:38:31.616Z] ---> Using cache [2020-10-22T00:38:31.616Z] ---> 8ef2b1c25cd6 [2020-10-22T00:38:31.616Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-22T00:38:32.228Z] ---> Running in dcfce337ee4c [2020-10-22T00:38:32.228Z] Removing intermediate container d655a179d346 [2020-10-22T00:38:32.228Z] ---> 93d971dfbf8e [2020-10-22T00:38:32.228Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T00:38:33.216Z] ---> Running in 5cbca68f4eb6 [2020-10-22T00:38:33.823Z] ---> 786457eb64f1 [2020-10-22T00:38:33.823Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-22T00:38:33.823Z] Removing intermediate container 8b3285229c90 [2020-10-22T00:38:33.823Z] ---> b7bfe4aecfe3 [2020-10-22T00:38:33.823Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T00:38:34.108Z] Removing intermediate container dcfce337ee4c [2020-10-22T00:38:34.108Z] ---> c233067a127e [2020-10-22T00:38:34.108Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-22T00:38:34.108Z] ---> Running in c08d2a8a4eff [2020-10-22T00:38:34.108Z] Removing intermediate container 5cbca68f4eb6 [2020-10-22T00:38:34.108Z] ---> e33db0c6146d [2020-10-22T00:38:34.108Z] Step 14/22 : WORKDIR / [2020-10-22T00:38:34.108Z] ---> Running in 943615fb9609 [2020-10-22T00:38:34.398Z] ---> Running in b09ac2858aa3 [2020-10-22T00:38:34.398Z] ---> Running in 0c85741a600e [2020-10-22T00:38:34.398Z] Removing intermediate container 25f8f3c8091c [2020-10-22T00:38:34.398Z] ---> 99c6eaa7cbfe [2020-10-22T00:38:34.398Z] [2020-10-22T00:38:34.398Z] Step 10/23 : FROM alpine [2020-10-22T00:38:34.688Z] Removing intermediate container c08d2a8a4eff [2020-10-22T00:38:34.688Z] ---> 8ad0efa81610 [2020-10-22T00:38:34.688Z] Step 13/26 : WORKDIR / [2020-10-22T00:38:34.688Z] Removing intermediate container 943615fb9609 [2020-10-22T00:38:34.688Z] ---> 6fb161555611 [2020-10-22T00:38:34.688Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:38:34.688Z] Removing intermediate container b09ac2858aa3 [2020-10-22T00:38:34.688Z] ---> 019b274dfe35 [2020-10-22T00:38:34.688Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-22T00:38:34.688Z] latest: Pulling from library/alpine [2020-10-22T00:38:34.688Z] ---> Running in cf63359063cb [2020-10-22T00:38:34.688Z] Removing intermediate container 0c85741a600e [2020-10-22T00:38:34.688Z] ---> 42f40f9a5e0d [2020-10-22T00:38:34.688Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-22T00:38:34.688Z] ---> Running in 2f402e685584 [2020-10-22T00:38:34.966Z] Removing intermediate container cf63359063cb [2020-10-22T00:38:34.966Z] ---> d1d3ed4c7f62 [2020-10-22T00:38:34.966Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-22T00:38:34.966Z] ---> 35f92da17380 [2020-10-22T00:38:34.966Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-22T00:38:34.966Z] Removing intermediate container 2f402e685584 [2020-10-22T00:38:34.966Z] ---> aa34f188b354 [2020-10-22T00:38:34.966Z] Step 20/22 : LABEL arch=x86_64 [2020-10-22T00:38:35.975Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-22T00:38:35.975Z] Status: Downloaded newer image for alpine:latest [2020-10-22T00:38:35.975Z] ---> a24bb4013296 [2020-10-22T00:38:35.975Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T00:38:35.975Z] ---> f7769220b331 [2020-10-22T00:38:35.975Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-22T00:38:35.975Z] ---> Running in 01f70641fbbb [2020-10-22T00:38:36.250Z] ---> Running in 07ec94f80dec [2020-10-22T00:38:36.250Z] ---> 8d9386bc271a [2020-10-22T00:38:36.250Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-22T00:38:36.250Z] ---> aa1c586edf06 [2020-10-22T00:38:36.250Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-22T00:38:36.524Z] Removing intermediate container 01f70641fbbb [2020-10-22T00:38:36.524Z] ---> e5bc2ab1331d [2020-10-22T00:38:36.524Z] Step 21/22 : LABEL git_sha=d9915a167933df7903c1854864e0ef3285f3b8b8 [2020-10-22T00:38:36.524Z] ---> Running in c16072c38115 [2020-10-22T00:38:36.524Z] Removing intermediate container 07ec94f80dec [2020-10-22T00:38:36.524Z] ---> 0021a7959de8 [2020-10-22T00:38:36.524Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-22T00:38:36.790Z] ---> 52325a22915e [2020-10-22T00:38:36.790Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-22T00:38:36.790Z] ---> 8da8b07a1b6f [2020-10-22T00:38:36.790Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-22T00:38:36.790Z] ---> Running in 9320c241d643 [2020-10-22T00:38:37.055Z] ---> Running in 109a05ba47aa [2020-10-22T00:38:37.055Z] ---> e0aae125f197 [2020-10-22T00:38:37.055Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-22T00:38:37.055Z] Removing intermediate container c16072c38115 [2020-10-22T00:38:37.055Z] ---> 77b0c9c7a4c8 [2020-10-22T00:38:37.055Z] Step 22/22 : LABEL version=0.0.0 [2020-10-22T00:38:37.055Z] ---> Running in d8e7105d06d7 [2020-10-22T00:38:37.320Z] Removing intermediate container 9320c241d643 [2020-10-22T00:38:37.320Z] ---> 106b537a176c [2020-10-22T00:38:37.320Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-22T00:38:37.320Z] ---> f7512fa60217 [2020-10-22T00:38:37.320Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-22T00:38:37.320Z] Removing intermediate container 109a05ba47aa [2020-10-22T00:38:37.320Z] ---> 59399eb91fee [2020-10-22T00:38:37.320Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:38:37.320Z] ---> 027b7d950d70 [2020-10-22T00:38:37.320Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-22T00:38:37.906Z] ---> Running in ae60870eaf69 [2020-10-22T00:38:37.906Z] ---> Running in 66494968f847 [2020-10-22T00:38:38.176Z] ---> Running in 06e3a139bd3e [2020-10-22T00:38:38.176Z] Removing intermediate container d8e7105d06d7 [2020-10-22T00:38:38.176Z] ---> c144a9432523 [2020-10-22T00:38:38.176Z] [2020-10-22T00:38:38.176Z] ---> ed9671216bcf [2020-10-22T00:38:38.176Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-22T00:38:38.176Z] Removing intermediate container ae60870eaf69 [2020-10-22T00:38:38.176Z] ---> 5b099b3976b5 [2020-10-22T00:38:38.176Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:38:38.455Z] Removing intermediate container 66494968f847 [2020-10-22T00:38:38.455Z] ---> e2be24fd3e85 [2020-10-22T00:38:38.455Z] Step 19/21 : LABEL arch=x86_64 [2020-10-22T00:38:38.455Z] Successfully built c144a9432523 [2020-10-22T00:38:38.455Z] Successfully tagged docker-core-command-go:latest [2020-10-22T00:38:38.455Z]  Building docker-core-command-go ... done  ---> Running in a9b95f0e8da5 [2020-10-22T00:38:38.456Z] Building docker-support-notifications-go [2020-10-22T00:38:38.456Z] Removing intermediate container 06e3a139bd3e [2020-10-22T00:38:38.456Z] ---> db751fb8d6e5 [2020-10-22T00:38:38.456Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:38:38.722Z] ---> Running in db3eca4b02b9 [2020-10-22T00:38:38.722Z] ---> Running in e1b4cd4d637b [2020-10-22T00:38:38.999Z] ---> 8fb026d0bada [2020-10-22T00:38:38.999Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-22T00:38:38.999Z] Removing intermediate container db3eca4b02b9 [2020-10-22T00:38:38.999Z] ---> 9d4762e1c6a9 [2020-10-22T00:38:38.999Z] Step 20/21 : LABEL git_sha=d9915a167933df7903c1854864e0ef3285f3b8b8 [2020-10-22T00:38:39.293Z] ---> Running in 2e23dd518faa [2020-10-22T00:38:39.293Z] Removing intermediate container e1b4cd4d637b [2020-10-22T00:38:39.293Z] ---> 7152e790698c [2020-10-22T00:38:39.293Z] Step 20/22 : LABEL arch=x86_64 [2020-10-22T00:38:39.878Z] ---> Running in b1db22264a1a [2020-10-22T00:38:40.141Z] Removing intermediate container 2e23dd518faa [2020-10-22T00:38:40.141Z] ---> 2dd06085b63b [2020-10-22T00:38:40.141Z] Step 21/21 : LABEL version=0.0.0 [2020-10-22T00:38:40.141Z] ---> 47819b4736be [2020-10-22T00:38:40.141Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-22T00:38:41.567Z] ---> Running in 056540b7a89a [2020-10-22T00:38:42.156Z] Removing intermediate container b1db22264a1a [2020-10-22T00:38:42.156Z] ---> 7dc9f550ac5a [2020-10-22T00:38:42.156Z] Step 21/22 : LABEL git_sha=d9915a167933df7903c1854864e0ef3285f3b8b8 [2020-10-22T00:38:43.680Z] ---> Running in 7f9efa9f7872 [2020-10-22T00:38:43.680Z] Removing intermediate container a9b95f0e8da5 [2020-10-22T00:38:43.680Z] ---> cec30a4c550f [2020-10-22T00:38:43.680Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-22T00:38:43.680Z] Removing intermediate container 056540b7a89a [2020-10-22T00:38:43.680Z] ---> 0de30214e0a0 [2020-10-22T00:38:43.680Z] [2020-10-22T00:38:43.680Z] ---> f4dcf1bd9430 [2020-10-22T00:38:43.680Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T00:38:43.958Z] ---> Running in ef6013e96dc9 [2020-10-22T00:38:44.234Z] Successfully built 0de30214e0a0 [2020-10-22T00:38:44.234Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-22T00:38:44.234Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2020-10-22T00:38:44.234Z] Removing intermediate container 7f9efa9f7872 [2020-10-22T00:38:44.234Z] ---> f76217348dba [2020-10-22T00:38:44.234Z] Step 22/22 : LABEL version=0.0.0 [2020-10-22T00:38:45.316Z] ---> 034b9fb4c91a [2020-10-22T00:38:45.316Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T00:38:46.895Z] ---> Running in bd784219233c [2020-10-22T00:38:47.191Z] ---> Running in 530afa4dc3bb [2020-10-22T00:38:47.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:38:47.830Z] Removing intermediate container bd784219233c [2020-10-22T00:38:47.830Z] ---> 54da3ea7f7de [2020-10-22T00:38:47.830Z] [2020-10-22T00:38:48.458Z] Successfully built 54da3ea7f7de [2020-10-22T00:38:48.750Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:38:48.750Z] Successfully tagged docker-core-metadata-go:latest [2020-10-22T00:38:48.750Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2020-10-22T00:38:49.776Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-22T00:38:49.776Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-22T00:38:51.256Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-22T00:38:51.552Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-22T00:38:51.841Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-22T00:38:52.117Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:38:52.117Z] OK: 8 MiB in 19 packages [2020-10-22T00:38:52.728Z] Removing intermediate container 530afa4dc3bb [2020-10-22T00:38:52.728Z] ---> 9aa5313ab5d0 [2020-10-22T00:38:52.728Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T00:38:53.004Z] ---> Running in a6e114641056 [2020-10-22T00:38:54.545Z] Removing intermediate container a6e114641056 [2020-10-22T00:38:54.545Z] ---> 215a76e21db7 [2020-10-22T00:38:54.545Z] Step 24/26 : LABEL arch=x86_64 [2020-10-22T00:38:54.825Z] Removing intermediate container ef6013e96dc9 [2020-10-22T00:38:54.825Z] ---> 323b1de6dbd4 [2020-10-22T00:38:54.825Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-22T00:38:54.825Z] ---> Running in ba328487f7ca [2020-10-22T00:38:56.326Z] ---> 89e027e1bce2 [2020-10-22T00:38:56.326Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-22T00:38:56.326Z] Removing intermediate container ba328487f7ca [2020-10-22T00:38:56.326Z] ---> 81f18ac05d7c [2020-10-22T00:38:56.326Z] Step 25/26 : LABEL git_sha=d9915a167933df7903c1854864e0ef3285f3b8b8 [2020-10-22T00:38:57.461Z] ---> Running in 153a81999e84 [2020-10-22T00:38:58.094Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:38:58.094Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:38:58.094Z] ---> d0014a30d903 [2020-10-22T00:38:58.094Z] Step 3/24 : WORKDIR /edgex-go [2020-10-22T00:38:58.094Z] ---> Using cache [2020-10-22T00:38:58.094Z] ---> a4c03bc9dc53 [2020-10-22T00:38:58.094Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:38:58.094Z] ---> Using cache [2020-10-22T00:38:58.094Z] ---> fb2d219dcdbc [2020-10-22T00:38:58.094Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-22T00:38:58.690Z] Removing intermediate container 153a81999e84 [2020-10-22T00:38:58.690Z] ---> 0072e741ef82 [2020-10-22T00:38:58.690Z] Step 26/26 : LABEL version=0.0.0 [2020-10-22T00:38:58.977Z] ---> Running in af66b0bf5809 [2020-10-22T00:38:58.977Z] ---> 993041a8b3cc [2020-10-22T00:38:58.977Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-22T00:38:58.977Z] ---> Running in 647744245dfd [2020-10-22T00:38:59.592Z] Removing intermediate container 647744245dfd [2020-10-22T00:38:59.592Z] ---> b08603cdd906 [2020-10-22T00:38:59.592Z] [2020-10-22T00:38:59.891Z] ---> e97fab6dc58d [2020-10-22T00:38:59.891Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-22T00:38:59.891Z] Successfully built b08603cdd906 [2020-10-22T00:39:00.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:39:00.187Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-22T00:39:00.187Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-secrets-setup-go [2020-10-22T00:39:00.187Z] ---> Running in 7949b4f004d1 [2020-10-22T00:39:00.504Z] Removing intermediate container 7949b4f004d1 [2020-10-22T00:39:00.504Z] ---> 8938a6a9ea1b [2020-10-22T00:39:00.504Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:39:01.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:39:02.141Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:39:02.141Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:39:02.141Z] OK: 12752 distinct packages available [2020-10-22T00:39:02.141Z] ---> Running in dc6786aa992f [2020-10-22T00:39:02.437Z] OK: 233 MiB in 51 packages [2020-10-22T00:39:03.446Z] Removing intermediate container dc6786aa992f [2020-10-22T00:39:03.446Z] ---> 3e3424054544 [2020-10-22T00:39:03.446Z] Step 21/23 : LABEL arch=x86_64 [2020-10-22T00:39:03.731Z] ---> Running in 9850559819f0 [2020-10-22T00:39:04.656Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-22T00:39:04.731Z] Removing intermediate container 9850559819f0 [2020-10-22T00:39:04.731Z] ---> 938b693cc6c6 [2020-10-22T00:39:04.731Z] Step 22/23 : LABEL git_sha=d9915a167933df7903c1854864e0ef3285f3b8b8 [2020-10-22T00:39:05.718Z] ---> Running in 6c012382b422 [2020-10-22T00:39:05.718Z] Removing intermediate container af66b0bf5809 [2020-10-22T00:39:05.718Z] ---> 0e5653c421f1 [2020-10-22T00:39:05.718Z] Step 6/24 : COPY go.mod . [2020-10-22T00:39:06.744Z] Removing intermediate container 6c012382b422 [2020-10-22T00:39:06.744Z] ---> ad597b58ead3 [2020-10-22T00:39:06.744Z] Step 23/23 : LABEL version=0.0.0 [2020-10-22T00:39:07.730Z] ---> 91d5c85b04e4 [2020-10-22T00:39:07.730Z] Step 7/24 : RUN go mod download [2020-10-22T00:39:07.730Z] ---> Running in a9fae2e9f6f2 [2020-10-22T00:39:08.018Z] ---> Running in 6629b88e93e7 [2020-10-22T00:39:08.654Z] Removing intermediate container a9fae2e9f6f2 [2020-10-22T00:39:08.654Z] ---> 27c6d11b7dad [2020-10-22T00:39:08.654Z] [2020-10-22T00:39:08.925Z] Successfully built 27c6d11b7dad [2020-10-22T00:39:09.205Z] Successfully tagged docker-core-data-go:latest [2020-10-22T00:39:09.205Z] Building docker-support-logging-go [2020-10-22T00:39:11.846Z]  Building docker-core-data-go ... done Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:39:11.846Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:39:11.846Z] ---> d0014a30d903 [2020-10-22T00:39:11.846Z] Step 3/27 : WORKDIR /edgex-go [2020-10-22T00:39:11.846Z] ---> Using cache [2020-10-22T00:39:11.846Z] ---> a4c03bc9dc53 [2020-10-22T00:39:11.846Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:39:11.846Z] ---> Using cache [2020-10-22T00:39:11.846Z] ---> fb2d219dcdbc [2020-10-22T00:39:11.846Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-22T00:39:12.455Z] ---> Running in 64634a47dda3 [2020-10-22T00:39:14.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:39:15.520Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:39:15.520Z] Removing intermediate container 6629b88e93e7 [2020-10-22T00:39:15.520Z] ---> 480d678452c5 [2020-10-22T00:39:15.520Z] Step 8/24 : COPY . . [2020-10-22T00:39:16.116Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:39:16.116Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:39:16.116Z] OK: 12752 distinct packages available [2020-10-22T00:39:16.398Z] OK: 233 MiB in 51 packages [2020-10-22T00:39:17.382Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:39:17.382Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:39:17.382Z] ---> d0014a30d903 [2020-10-22T00:39:17.382Z] Step 3/20 : WORKDIR /edgex-go [2020-10-22T00:39:17.382Z] ---> Using cache [2020-10-22T00:39:17.382Z] ---> a4c03bc9dc53 [2020-10-22T00:39:17.382Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:39:17.382Z] ---> Using cache [2020-10-22T00:39:17.382Z] ---> fb2d219dcdbc [2020-10-22T00:39:17.382Z] Step 5/20 : RUN apk update && apk add make git [2020-10-22T00:39:17.382Z] ---> Using cache [2020-10-22T00:39:17.382Z] ---> 4233044952a6 [2020-10-22T00:39:17.382Z] Step 6/20 : COPY go.mod . [2020-10-22T00:39:17.382Z] ---> Using cache [2020-10-22T00:39:17.382Z] ---> 0f09b271a0ca [2020-10-22T00:39:17.382Z] Step 7/20 : RUN go mod download [2020-10-22T00:39:17.382Z] ---> Using cache [2020-10-22T00:39:17.382Z] ---> f11698dcf212 [2020-10-22T00:39:17.382Z] Step 8/20 : COPY . . [2020-10-22T00:39:17.382Z] ---> Using cache [2020-10-22T00:39:17.382Z] ---> a267ea8f3b28 [2020-10-22T00:39:17.382Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-22T00:39:20.789Z] ---> Running in fc090731a738 [2020-10-22T00:39:21.784Z] Removing intermediate container 64634a47dda3 [2020-10-22T00:39:21.784Z] ---> b6ed307852aa [2020-10-22T00:39:21.784Z] Step 6/27 : COPY go.mod . [2020-10-22T00:39:23.213Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-22T00:39:23.802Z] ---> f7ba26aa0305 [2020-10-22T00:39:23.802Z] Step 7/27 : RUN go mod download [2020-10-22T00:39:24.771Z] ---> Running in a4756321233e [2020-10-22T00:39:27.153Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-22T00:39:27.153Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-22T00:39:27.153Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-22T00:39:27.153Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-22T00:39:28.160Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:39:28.160Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-22T00:39:28.160Z] ---> d0014a30d903 [2020-10-22T00:39:28.160Z] Step 3/29 : WORKDIR /edgex-go [2020-10-22T00:39:28.160Z] ---> Using cache [2020-10-22T00:39:28.160Z] ---> a4c03bc9dc53 [2020-10-22T00:39:28.160Z] Step 4/29 : RUN apk update && apk add make git [2020-10-22T00:39:28.618Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.050s [2020-10-22T00:39:28.618Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-22T00:39:28.618Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-22T00:39:28.618Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-22T00:39:29.160Z] ---> Running in 42259d0fffe4 [2020-10-22T00:39:29.823Z] Removing intermediate container a4756321233e [2020-10-22T00:39:29.823Z] ---> cdacdf2ef5a6 [2020-10-22T00:39:29.823Z] Step 8/27 : COPY . . [2020-10-22T00:39:30.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:39:31.294Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-22T00:39:31.445Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:39:32.289Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-22T00:39:32.289Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-22T00:39:32.289Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-22T00:39:32.289Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-22T00:39:32.452Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:39:32.452Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:39:32.452Z] OK: 12752 distinct packages available [2020-10-22T00:39:32.747Z] OK: 233 MiB in 51 packages [2020-10-22T00:39:35.562Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:39:35.562Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:39:35.562Z] ---> d0014a30d903 [2020-10-22T00:39:35.562Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T00:39:35.562Z] ---> Using cache [2020-10-22T00:39:35.562Z] ---> a4c03bc9dc53 [2020-10-22T00:39:35.562Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:39:35.562Z] ---> Using cache [2020-10-22T00:39:35.562Z] ---> fb2d219dcdbc [2020-10-22T00:39:35.562Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-22T00:39:35.987Z] Removing intermediate container 42259d0fffe4 [2020-10-22T00:39:35.987Z] ---> 1d843fef00a5 [2020-10-22T00:39:35.987Z] Step 5/29 : COPY go.mod . [2020-10-22T00:39:36.398Z] ---> Running in cf71f774caf6 [2020-10-22T00:39:38.098Z] ---> a29432a76fbc [2020-10-22T00:39:38.098Z] Step 6/29 : RUN go mod download [2020-10-22T00:39:40.159Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:39:40.159Z] ---> Running in 458441d5c056 [2020-10-22T00:39:40.776Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:39:41.800Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:39:41.800Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:39:41.800Z] OK: 12752 distinct packages available [2020-10-22T00:39:42.075Z] OK: 233 MiB in 51 packages [2020-10-22T00:39:42.381Z] OK: 233 MiB in 51 packages [2020-10-22T00:39:42.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.119s coverage: 46.6% of statements [2020-10-22T00:39:42.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-22T00:39:42.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-22T00:39:42.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-22T00:39:42.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-22T00:39:42.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-22T00:39:46.702Z] Removing intermediate container 458441d5c056 [2020-10-22T00:39:46.703Z] ---> d51231ce6b09 [2020-10-22T00:39:46.703Z] Step 7/29 : COPY . . [2020-10-22T00:39:46.703Z] Removing intermediate container cf71f774caf6 [2020-10-22T00:39:46.703Z] ---> 120f6ca24767 [2020-10-22T00:39:46.703Z] Step 6/22 : COPY go.mod . [2020-10-22T00:39:46.703Z] ---> 84e525dd8924 [2020-10-22T00:39:46.703Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-22T00:39:47.918Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.318s coverage: 27.1% of statements [2020-10-22T00:39:47.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-22T00:39:47.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-22T00:39:47.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-22T00:39:47.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-22T00:39:47.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-22T00:39:47.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-22T00:39:47.918Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements [2020-10-22T00:39:47.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-22T00:39:47.918Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.020s coverage: 100.0% of statements [2020-10-22T00:39:47.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-22T00:39:47.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-22T00:39:47.918Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.355s coverage: 85.2% of statements [2020-10-22T00:39:47.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-22T00:39:47.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-22T00:39:48.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.456s coverage: 86.2% of statements [2020-10-22T00:39:48.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-22T00:39:48.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-22T00:39:48.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-22T00:39:48.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-22T00:39:50.086Z] ---> edb0482bed85 [2020-10-22T00:39:50.086Z] Step 7/22 : RUN go mod download [2020-10-22T00:39:50.363Z] ---> Running in ff31f3ef9551 [2020-10-22T00:39:50.984Z] ---> Running in fcd5e651cf0e [2020-10-22T00:39:52.411Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-22T00:39:54.340Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.657s coverage: 28.6% of statements [2020-10-22T00:39:54.340Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-22T00:39:54.340Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-22T00:39:54.340Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-22T00:39:54.340Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-22T00:39:54.340Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-22T00:39:54.340Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.100s coverage: 100.0% of statements [2020-10-22T00:39:54.340Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-22T00:39:54.340Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.060s coverage: 100.0% of statements [2020-10-22T00:39:54.340Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-22T00:39:55.830Z] Removing intermediate container fc090731a738 [2020-10-22T00:39:55.830Z] ---> 8bf9b0a68038 [2020-10-22T00:39:55.830Z] [2020-10-22T00:39:55.830Z] Step 10/20 : FROM alpine [2020-10-22T00:39:55.830Z] ---> a24bb4013296 [2020-10-22T00:39:55.830Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-22T00:39:56.125Z] Removing intermediate container fcd5e651cf0e [2020-10-22T00:39:56.125Z] ---> e6612482d3ed [2020-10-22T00:39:56.125Z] Step 8/22 : COPY . . [2020-10-22T00:39:57.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.245s coverage: 86.7% of statements [2020-10-22T00:39:57.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-22T00:39:57.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.145s coverage: 97.5% of statements [2020-10-22T00:39:57.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-22T00:39:57.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.109s coverage: 100.0% of statements [2020-10-22T00:39:57.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-22T00:39:57.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-22T00:39:57.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-22T00:39:57.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-22T00:39:58.121Z] ---> Running in f147cbd300ff [2020-10-22T00:40:02.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.300s coverage: 96.3% of statements [2020-10-22T00:40:02.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-22T00:40:02.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-22T00:40:02.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-22T00:40:02.116Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-22T00:40:02.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-22T00:40:02.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-22T00:40:02.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-22T00:40:02.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-22T00:40:02.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-22T00:40:02.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-22T00:40:02.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-22T00:40:02.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-22T00:40:02.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-22T00:40:02.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-22T00:40:02.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-22T00:40:02.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-22T00:40:02.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-22T00:40:02.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-22T00:40:02.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-22T00:40:02.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-22T00:40:02.116Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements [2020-10-22T00:40:02.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-22T00:40:02.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-22T00:40:02.116Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.052s coverage: 0.0% of statements [no tests to run] [2020-10-22T00:40:02.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-22T00:40:02.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-22T00:40:02.534Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:40:02.534Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:40:02.534Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:40:02.534Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:40:02.534Z] OK: 12750 distinct packages available [2020-10-22T00:40:03.123Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.233s coverage: 63.5% of statements [2020-10-22T00:40:03.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-22T00:40:03.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-22T00:40:03.123Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2020-10-22T00:40:03.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.026s coverage: 91.3% of statements [2020-10-22T00:40:04.081Z] ---> 91fb7295a1ef [2020-10-22T00:40:04.081Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-22T00:40:04.081Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-22T00:40:04.081Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T00:40:04.081Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-22T00:40:04.081Z] (4/4) Installing curl (7.69.1-r1) [2020-10-22T00:40:04.081Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:40:04.677Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T00:40:04.971Z] OK: 7 MiB in 18 packages [2020-10-22T00:40:05.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.018s coverage: 100.0% of statements [2020-10-22T00:40:05.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements [2020-10-22T00:40:05.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.060s coverage: 100.0% of statements [2020-10-22T00:40:06.994Z] ---> Running in 5ff3bab7de8a [2020-10-22T00:40:10.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.353s coverage: 55.9% of statements [2020-10-22T00:40:10.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-22T00:40:10.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-22T00:40:10.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-22T00:40:10.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-22T00:40:10.410Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-22T00:40:11.373Z] Removing intermediate container f147cbd300ff [2020-10-22T00:40:11.373Z] ---> b9171a6856b3 [2020-10-22T00:40:11.373Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T00:40:14.804Z] ---> Running in e789595aaeda [2020-10-22T00:40:15.420Z] Removing intermediate container e789595aaeda [2020-10-22T00:40:15.420Z] ---> 01547873c5e0 [2020-10-22T00:40:15.420Z] Step 13/20 : WORKDIR /edgex [2020-10-22T00:40:15.695Z] ---> Running in ba5d50b8d5bc [2020-10-22T00:40:16.318Z] ---> c1cc59c65968 [2020-10-22T00:40:16.318Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-22T00:40:16.318Z] Removing intermediate container ba5d50b8d5bc [2020-10-22T00:40:16.318Z] ---> f6215606dd72 [2020-10-22T00:40:16.318Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-22T00:40:16.592Z] ---> Running in 57f64ed7e633 [2020-10-22T00:40:17.227Z] ---> c0a6a492fe73 [2020-10-22T00:40:17.227Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-22T00:40:18.296Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-22T00:40:21.043Z] ---> 0cbf2b6e9d42 [2020-10-22T00:40:21.043Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-22T00:40:21.043Z] ---> Running in 967ee1e7495e [2020-10-22T00:40:21.655Z] Removing intermediate container 967ee1e7495e [2020-10-22T00:40:21.655Z] ---> f26cb16f7973 [2020-10-22T00:40:21.655Z] Step 17/20 : CMD ["--init=true"] [2020-10-22T00:40:21.655Z] ---> Running in fdf4c9f589cc [2020-10-22T00:40:22.673Z] Removing intermediate container fdf4c9f589cc [2020-10-22T00:40:22.673Z] ---> 4906bd307a11 [2020-10-22T00:40:22.673Z] Step 18/20 : LABEL arch=x86_64 [2020-10-22T00:40:23.366Z] ---> Running in f66324d16155 [2020-10-22T00:40:24.005Z] Removing intermediate container f66324d16155 [2020-10-22T00:40:24.005Z] ---> 90f54c519c20 [2020-10-22T00:40:24.005Z] Step 19/20 : LABEL git_sha=d9915a167933df7903c1854864e0ef3285f3b8b8 [2020-10-22T00:40:24.292Z] ---> Running in 88002348ec78 [2020-10-22T00:40:25.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 14.156s coverage: 86.3% of statements [2020-10-22T00:40:25.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-22T00:40:25.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.593s coverage: 72.2% of statements [2020-10-22T00:40:25.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.650s coverage: 72.1% of statements [2020-10-22T00:40:25.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.037s coverage: 82.4% of statements [2020-10-22T00:40:25.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.020s coverage: 48.4% of statements [2020-10-22T00:40:25.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-22T00:40:25.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-22T00:40:25.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-22T00:40:25.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.028s coverage: 28.8% of statements [2020-10-22T00:40:25.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-22T00:40:25.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.025s coverage: 96.8% of statements [2020-10-22T00:40:25.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-22T00:40:25.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.106s coverage: 36.5% of statements [2020-10-22T00:40:25.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-22T00:40:25.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-22T00:40:25.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.391s coverage: 84.1% of statements [2020-10-22T00:40:25.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.049s coverage: 100.0% of statements [2020-10-22T00:40:25.326Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.033s coverage: 42.9% of statements [2020-10-22T00:40:25.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-22T00:40:25.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-22T00:40:25.326Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.032s coverage: 100.0% of statements [2020-10-22T00:40:25.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-22T00:40:25.326Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.028s coverage: 83.8% of statements [2020-10-22T00:40:25.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-22T00:40:25.757Z] Removing intermediate container 88002348ec78 [2020-10-22T00:40:25.757Z] ---> 88820d814bb8 [2020-10-22T00:40:25.757Z] Step 20/20 : LABEL version=0.0.0 [2020-10-22T00:40:25.757Z] ---> Running in d577631c8fbc [2020-10-22T00:40:26.387Z] Removing intermediate container d577631c8fbc [2020-10-22T00:40:26.387Z] ---> af2dfea55139 [2020-10-22T00:40:26.387Z] [2020-10-22T00:40:26.989Z] Successfully built af2dfea55139 [2020-10-22T00:40:26.989Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-22T00:40:32.128Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.189s coverage: 47.1% of statements [2020-10-22T00:40:32.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-22T00:40:32.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-22T00:40:32.128Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.035s coverage: 100.0% of statements [2020-10-22T00:40:32.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-22T00:40:32.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-22T00:40:32.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-22T00:40:32.128Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.039s coverage: 100.0% of statements [2020-10-22T00:40:32.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-22T00:40:32.128Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements [2020-10-22T00:40:32.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-22T00:40:32.390Z]  Building docker-security-proxy-setup-go ... done  ---> cc4c887747bb [2020-10-22T00:40:32.391Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-22T00:40:32.391Z] Removing intermediate container ff31f3ef9551 [2020-10-22T00:40:32.391Z] ---> 036635a15c90 [2020-10-22T00:40:32.391Z] [2020-10-22T00:40:32.391Z] Step 10/24 : FROM scratch [2020-10-22T00:40:32.391Z] ---> [2020-10-22T00:40:32.391Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T00:40:32.391Z] ---> Running in 986e5cb57446 [2020-10-22T00:40:33.421Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-22T00:40:33.713Z] ---> Running in 00e66d0aac50 [2020-10-22T00:40:33.990Z] Removing intermediate container 00e66d0aac50 [2020-10-22T00:40:33.990Z] ---> f109eb1c01ea [2020-10-22T00:40:33.990Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-22T00:40:34.285Z] ---> Running in a6dbc1dcc28f [2020-10-22T00:40:34.556Z] Removing intermediate container a6dbc1dcc28f [2020-10-22T00:40:34.556Z] ---> 77d7cbb6c4ee [2020-10-22T00:40:34.556Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-22T00:40:34.556Z] ---> Running in a46226f3b374 [2020-10-22T00:40:34.818Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.193s coverage: 29.1% of statements [2020-10-22T00:40:34.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-22T00:40:34.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-22T00:40:34.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-22T00:40:34.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-22T00:40:34.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-22T00:40:34.818Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements [2020-10-22T00:40:34.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-22T00:40:34.818Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.039s coverage: 100.0% of statements [2020-10-22T00:40:34.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-22T00:40:34.818Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.008s coverage: 0.0% of statements [2020-10-22T00:40:34.818Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-22T00:40:34.860Z] Removing intermediate container a46226f3b374 [2020-10-22T00:40:34.860Z] ---> 77e89b05a7cb [2020-10-22T00:40:34.860Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-22T00:40:35.873Z] ---> 0bc6f3f887b7 [2020-10-22T00:40:35.873Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-22T00:40:36.272Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.014s coverage: 100.0% of statements [2020-10-22T00:40:36.272Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-22T00:40:36.272Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-22T00:40:36.272Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-22T00:40:36.272Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-22T00:40:37.262Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.024s coverage: 87.9% of statements [2020-10-22T00:40:37.262Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-22T00:40:37.262Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-22T00:40:37.262Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements [2020-10-22T00:40:37.867Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.014s coverage: 32.1% of statements [2020-10-22T00:40:38.594Z] ---> dfc6befe3c03 [2020-10-22T00:40:38.594Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-22T00:40:39.206Z] Removing intermediate container 5ff3bab7de8a [2020-10-22T00:40:39.206Z] ---> 544bfa303744 [2020-10-22T00:40:39.206Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-22T00:40:39.207Z] ---> Running in aaf63ed35a9c [2020-10-22T00:40:39.311Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.022s coverage: 100.0% of statements [2020-10-22T00:40:39.816Z] ---> efd30846557b [2020-10-22T00:40:39.816Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-22T00:40:39.907Z] GO111MODULE=on go vet ./... [2020-10-22T00:40:40.424Z] ---> 564ed15d3c2b [2020-10-22T00:40:40.424Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-22T00:40:40.424Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-22T00:40:41.439Z] ---> 75ed47b9d6bf [2020-10-22T00:40:41.439Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-22T00:40:42.897Z] ---> 38ef0e863a41 [2020-10-22T00:40:42.897Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-22T00:40:42.897Z] ---> Running in 718ae75f070e [2020-10-22T00:40:43.510Z] Removing intermediate container 718ae75f070e [2020-10-22T00:40:43.510Z] ---> 1be220df1503 [2020-10-22T00:40:43.510Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:40:43.797Z] ---> Running in 588b80060483 [2020-10-22T00:40:44.087Z] Removing intermediate container aaf63ed35a9c [2020-10-22T00:40:44.088Z] ---> d3d667bed860 [2020-10-22T00:40:44.088Z] [2020-10-22T00:40:44.088Z] Step 11/27 : FROM docker:latest [2020-10-22T00:40:44.088Z] ---> 57e1c8313ec1 [2020-10-22T00:40:44.088Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-22T00:40:44.713Z] Removing intermediate container 588b80060483 [2020-10-22T00:40:44.713Z] ---> ad0d69b99df7 [2020-10-22T00:40:44.713Z] Step 22/24 : LABEL arch=x86_64 [2020-10-22T00:40:44.993Z] ---> Running in 6c919d60dc50 [2020-10-22T00:40:45.295Z] Removing intermediate container 57f64ed7e633 [2020-10-22T00:40:45.295Z] ---> 6a2834e92e8f [2020-10-22T00:40:45.295Z] [2020-10-22T00:40:45.295Z] Step 9/29 : FROM alpine:latest [2020-10-22T00:40:45.295Z] ---> a24bb4013296 [2020-10-22T00:40:45.295Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-22T00:40:45.295Z] ---> Running in 5593eff37664 [2020-10-22T00:40:45.577Z] ---> Running in 89e68b6a94a2 [2020-10-22T00:40:45.577Z] Removing intermediate container 5593eff37664 [2020-10-22T00:40:45.578Z] ---> 350d2e43d181 [2020-10-22T00:40:45.578Z] Step 23/24 : LABEL git_sha=d9915a167933df7903c1854864e0ef3285f3b8b8 [2020-10-22T00:40:45.851Z] ---> Running in d7a1088c645e [2020-10-22T00:40:45.851Z] Removing intermediate container 89e68b6a94a2 [2020-10-22T00:40:45.851Z] ---> e3631c4fbe75 [2020-10-22T00:40:45.851Z] Step 11/29 : USER root [2020-10-22T00:40:46.116Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:40:46.116Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:40:46.386Z] (1/2) Installing readline (8.0.4-r0) [2020-10-22T00:40:46.386Z] (2/2) Installing bash (5.0.17-r0) [2020-10-22T00:40:46.386Z] Executing bash-5.0.17-r0.post-install [2020-10-22T00:40:46.386Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:40:46.386Z] OK: 12 MiB in 22 packages [2020-10-22T00:40:46.651Z] Removing intermediate container d7a1088c645e [2020-10-22T00:40:46.651Z] ---> 1d3d9a3952f4 [2020-10-22T00:40:46.651Z] Step 24/24 : LABEL version=0.0.0 [2020-10-22T00:40:46.651Z] ---> Running in 9d7ea501c78a [2020-10-22T00:40:47.251Z] ---> Running in 1899e844bf49 [2020-10-22T00:40:47.251Z] Removing intermediate container 9d7ea501c78a [2020-10-22T00:40:47.251Z] ---> 83a7f69cda5c [2020-10-22T00:40:47.251Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-22T00:40:47.530Z] ---> Running in 02aa12866ebd [2020-10-22T00:40:47.530Z] Removing intermediate container 1899e844bf49 [2020-10-22T00:40:47.530Z] ---> 3777f98ac4e1 [2020-10-22T00:40:47.530Z] [2020-10-22T00:40:47.820Z] Successfully built 3777f98ac4e1 [2020-10-22T00:40:47.820Z] Successfully tagged docker-support-notifications-go:latest [2020-10-22T00:40:48.114Z]  Building docker-support-notifications-go ... done Removing intermediate container 6c919d60dc50 [2020-10-22T00:40:48.114Z] ---> df1ec125374e [2020-10-22T00:40:48.114Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-22T00:40:48.114Z] ---> Running in b047ba814f83 [2020-10-22T00:40:48.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:40:48.682Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:40:48.958Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:40:48.958Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:40:48.958Z] OK: 12750 distinct packages available [2020-10-22T00:40:49.228Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-22T00:40:49.640Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-22T00:40:49.640Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:40:49.640Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T00:40:49.918Z] OK: 6 MiB in 16 packages [2020-10-22T00:40:50.974Z] Removing intermediate container b047ba814f83 [2020-10-22T00:40:50.974Z] ---> 851c6fedaa4d [2020-10-22T00:40:50.974Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-22T00:40:52.403Z] ---> Running in aede5b0647b9 [2020-10-22T00:40:52.671Z] Removing intermediate container 02aa12866ebd [2020-10-22T00:40:52.671Z] ---> 5bd8658083fd [2020-10-22T00:40:52.671Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-22T00:40:52.935Z] Removing intermediate container aede5b0647b9 [2020-10-22T00:40:52.935Z] ---> 3b8fa5984199 [2020-10-22T00:40:52.935Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-22T00:40:52.935Z] Removing intermediate container 986e5cb57446 [2020-10-22T00:40:52.935Z] ---> 26675b4a7aa6 [2020-10-22T00:40:52.935Z] [2020-10-22T00:40:52.935Z] Step 10/22 : FROM scratch [2020-10-22T00:40:52.935Z] ---> [2020-10-22T00:40:52.935Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T00:40:52.935Z] ---> Running in ee152638d9a8 [2020-10-22T00:40:52.935Z] ---> Using cache [2020-10-22T00:40:52.935Z] ---> f109eb1c01ea [2020-10-22T00:40:52.935Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-22T00:40:52.935Z] ---> Running in 86a7cf294ad0 [2020-10-22T00:40:52.935Z] ---> Running in 80788bb103aa [2020-10-22T00:40:53.206Z] Removing intermediate container ee152638d9a8 [2020-10-22T00:40:53.206Z] ---> 00c5084225a9 [2020-10-22T00:40:53.206Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-22T00:40:53.206Z] Removing intermediate container 86a7cf294ad0 [2020-10-22T00:40:53.206Z] ---> f9d7fafb56f1 [2020-10-22T00:40:53.206Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-22T00:40:53.206Z] ---> Running in 42ec08fd379b [2020-10-22T00:40:53.474Z] Removing intermediate container 80788bb103aa [2020-10-22T00:40:53.474Z] ---> 6236139141e5 [2020-10-22T00:40:53.474Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T00:40:53.474Z] ---> Running in 2f83c91bc285 [2020-10-22T00:40:53.474Z] ---> Running in 3fafc5737eca [2020-10-22T00:40:53.742Z] Removing intermediate container 2f83c91bc285 [2020-10-22T00:40:53.742Z] ---> 330ecedc98ae [2020-10-22T00:40:53.742Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-22T00:40:53.742Z] Removing intermediate container 42ec08fd379b [2020-10-22T00:40:53.742Z] ---> 0b40496578e9 [2020-10-22T00:40:53.742Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-22T00:40:53.742Z] ---> Running in 71e537ea3100 [2020-10-22T00:40:53.743Z] Removing intermediate container 3fafc5737eca [2020-10-22T00:40:53.743Z] ---> 2e9cb4afa476 [2020-10-22T00:40:53.743Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-22T00:40:54.324Z] ---> 28bc8c55e81c [2020-10-22T00:40:54.324Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-22T00:40:54.324Z] ---> 9fd12b878068 [2020-10-22T00:40:54.324Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-22T00:40:54.598Z] ---> b40cd3507d82 [2020-10-22T00:40:54.598Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-22T00:40:54.598Z] ---> 954c60f69921 [2020-10-22T00:40:54.598Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-22T00:40:54.865Z] Removing intermediate container 71e537ea3100 [2020-10-22T00:40:54.865Z] ---> 4888800ae95d [2020-10-22T00:40:54.865Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-22T00:40:55.150Z] ---> b8e3140ca4b2 [2020-10-22T00:40:55.150Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-22T00:40:55.150Z] ---> dc5628564c0b [2020-10-22T00:40:55.150Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-22T00:40:55.150Z] ---> Running in 525cba589ed5 [2020-10-22T00:40:55.751Z] ---> 0c5a21addab1 [2020-10-22T00:40:55.751Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-22T00:40:55.751Z] ---> 038f4b5e0de5 [2020-10-22T00:40:55.751Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-22T00:40:55.751Z] ---> Running in e11e2767e5d4 [2020-10-22T00:40:55.751Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:40:56.030Z] Removing intermediate container e11e2767e5d4 [2020-10-22T00:40:56.030Z] ---> 74ce334d1baf [2020-10-22T00:40:56.030Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:40:56.030Z] ---> b33b1930e2c7 [2020-10-22T00:40:56.030Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-22T00:40:56.030Z] ---> Running in 49f340e3c980 [2020-10-22T00:40:56.030Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:40:56.302Z] Removing intermediate container 49f340e3c980 [2020-10-22T00:40:56.303Z] ---> 32232404cda6 [2020-10-22T00:40:56.303Z] Step 20/22 : LABEL arch=x86_64 [2020-10-22T00:40:56.303Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-22T00:40:56.303Z] ---> Running in ddb90e50030f [2020-10-22T00:40:56.303Z] (2/33) Installing expat (2.2.9-r1) [2020-10-22T00:40:56.303Z] (3/33) Installing libffi (3.3-r2) [2020-10-22T00:40:56.303Z] (4/33) Installing gdbm (1.13-r1) [2020-10-22T00:40:56.303Z] ---> cbd4f56aad75 [2020-10-22T00:40:56.303Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-22T00:40:56.303Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-22T00:40:56.303Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-22T00:40:56.303Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-22T00:40:56.602Z] Removing intermediate container ddb90e50030f [2020-10-22T00:40:56.602Z] ---> 6baf43ce9fd8 [2020-10-22T00:40:56.602Z] Step 21/22 : LABEL git_sha=d9915a167933df7903c1854864e0ef3285f3b8b8 [2020-10-22T00:41:00.849Z] ---> ba6967798864 [2020-10-22T00:41:00.849Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-22T00:41:00.849Z] ---> Running in 22308721fa62 [2020-10-22T00:41:00.849Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-22T00:41:00.849Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-22T00:41:00.849Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-22T00:41:00.849Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-22T00:41:00.849Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-22T00:41:00.849Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-22T00:41:01.118Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-22T00:41:01.118Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-22T00:41:01.118Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-22T00:41:01.705Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-22T00:41:01.705Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-22T00:41:01.705Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-22T00:41:01.705Z] Removing intermediate container 22308721fa62 [2020-10-22T00:41:01.705Z] ---> ff2201f420f7 [2020-10-22T00:41:01.705Z] Step 22/22 : LABEL version=0.0.0 [2020-10-22T00:41:01.971Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-22T00:41:03.516Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-22T00:41:03.516Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-22T00:41:03.516Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-22T00:41:03.516Z] ---> Running in b643e205ebe9 [2020-10-22T00:41:03.516Z] ---> 38049c13c2cc [2020-10-22T00:41:03.516Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-22T00:41:03.516Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-22T00:41:03.516Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-22T00:41:03.516Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-22T00:41:03.516Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-22T00:41:03.516Z] ---> Running in 9b935b3125fd [2020-10-22T00:41:03.516Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-22T00:41:03.516Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-22T00:41:03.516Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-22T00:41:03.516Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-22T00:41:03.516Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-22T00:41:03.516Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-22T00:41:03.516Z] Removing intermediate container b643e205ebe9 [2020-10-22T00:41:03.516Z] ---> f860b0c28c77 [2020-10-22T00:41:03.516Z] [2020-10-22T00:41:03.796Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:41:03.796Z] Successfully built f860b0c28c77 [2020-10-22T00:41:03.796Z] OK: 71 MiB in 55 packages [2020-10-22T00:41:03.796Z] Successfully tagged docker-support-logging-go:latest [2020-10-22T00:41:05.225Z]  Building docker-support-logging-go ... done Removing intermediate container 9b935b3125fd [2020-10-22T00:41:05.225Z] ---> 7ad32018d130 [2020-10-22T00:41:05.225Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T00:41:08.111Z] gofmt -l . [2020-10-22T00:41:08.111Z] [ "`gofmt -l .`" = "" ] [2020-10-22T00:41:08.589Z] ---> 890879b5a266 [2020-10-22T00:41:08.589Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T00:41:10.013Z] ---> Running in 499d08dc290e [2020-10-22T00:41:10.013Z] Removing intermediate container 525cba589ed5 [2020-10-22T00:41:10.013Z] ---> ba493c08bc3a [2020-10-22T00:41:10.013Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-22T00:41:10.280Z] ---> Running in 3007831f2ebd [2020-10-22T00:41:10.862Z] Removing intermediate container 499d08dc290e [2020-10-22T00:41:10.862Z] ---> b325c856113f [2020-10-22T00:41:10.862Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-22T00:41:10.862Z] ---> Running in d963a78ec9c1 [2020-10-22T00:41:11.498Z] ./bin/test-go-mod-tidy.sh [2020-10-22T00:41:11.843Z] Collecting docker-compose==1.23.2 [2020-10-22T00:41:12.114Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-22T00:41:12.114Z] Collecting docopt<0.7,>=0.6.1 [2020-10-22T00:41:12.114Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-22T00:41:12.378Z] Removing intermediate container d963a78ec9c1 [2020-10-22T00:41:12.378Z] ---> ff146cd803ca [2020-10-22T00:41:12.378Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T00:41:12.378Z] ---> Running in 8981a78fcebc [2020-10-22T00:41:12.479Z] ./bin/test-attribution-txt.sh [2020-10-22T00:41:12.651Z] Removing intermediate container 8981a78fcebc [2020-10-22T00:41:12.651Z] ---> 4b26bd15026b [2020-10-22T00:41:12.651Z] Step 26/29 : CMD [ "generate" ] [2020-10-22T00:41:12.651Z] ---> Running in 24968d8a61db [2020-10-22T00:41:12.916Z] Collecting texttable<0.10,>=0.9.0 [2020-10-22T00:41:12.916Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-22T00:41:12.916Z] Removing intermediate container 24968d8a61db [2020-10-22T00:41:12.916Z] ---> dee7710097b2 [2020-10-22T00:41:12.916Z] Step 27/29 : LABEL arch=x86_64 [2020-10-22T00:41:13.506Z] ---> Running in 43b637d9865a [2020-10-22T00:41:13.506Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-22T00:41:13.506Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-22T00:41:13.506Z] Removing intermediate container 43b637d9865a [2020-10-22T00:41:13.506Z] ---> c68f1289e5a8 [2020-10-22T00:41:13.506Z] Step 28/29 : LABEL git_sha=d9915a167933df7903c1854864e0ef3285f3b8b8 [2020-10-22T00:41:13.776Z] ---> Running in 69c5969115b5 [2020-10-22T00:41:13.776Z] Removing intermediate container 69c5969115b5 [2020-10-22T00:41:13.776Z] ---> 08608f9b8a06 [2020-10-22T00:41:13.776Z] Step 29/29 : LABEL version=0.0.0 [2020-10-22T00:41:14.046Z] ---> Running in 74a8e3f948ad [2020-10-22T00:41:14.312Z] Removing intermediate container 74a8e3f948ad [2020-10-22T00:41:14.312Z] ---> ef3967f89bdf [2020-10-22T00:41:14.312Z] [2020-10-22T00:41:14.312Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-22T00:41:14.312Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-22T00:41:14.312Z] Successfully built ef3967f89bdf [2020-10-22T00:41:14.312Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-22T00:41:14.576Z]  Building docker-security-secrets-setup-go ... done Collecting docker<4.0,>=3.6.0 [2020-10-22T00:41:14.576Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-22T00:41:14.840Z] Collecting jsonschema<3,>=2.5.1 [2020-10-22T00:41:14.840Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-22T00:41:14.840Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-22T00:41:14.840Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-22T00:41:14.840Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-22T00:41:15.104Z] Collecting PyYAML<4,>=3.10 [2020-10-22T00:41:15.104Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-22T00:41:16.060Z] Collecting cached-property<2,>=1.2.0 [2020-10-22T00:41:16.060Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-22T00:41:16.060Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-10-22T00:41:16.326Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-22T00:41:16.327Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-22T00:41:16.327Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-10-22T00:41:16.327Z] Collecting idna<2.8,>=2.5 [2020-10-22T00:41:16.327Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-22T00:41:16.327Z] Collecting docker-pycreds>=0.4.0 [2020-10-22T00:41:16.327Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-22T00:41:16.591Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-22T00:41:16.591Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-22T00:41:16.591Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-22T00:41:16.591Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-22T00:41:16.591Z] Installing collected packages: docopt, texttable, dockerpty, urllib3, idna, requests, websocket-client, docker-pycreds, docker, jsonschema, PyYAML, cached-property, docker-compose [2020-10-22T00:41:16.591Z] Running setup.py install for docopt: started [2020-10-22T00:41:17.173Z] Running setup.py install for docopt: finished with status 'done' [2020-10-22T00:41:17.173Z] Running setup.py install for texttable: started [2020-10-22T00:41:17.761Z] Running setup.py install for texttable: finished with status 'done' [2020-10-22T00:41:17.761Z] Running setup.py install for dockerpty: started [Pipeline] sh [2020-10-22T00:41:18.034Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-22T00:41:18.035Z] Attempting uninstall: urllib3 [2020-10-22T00:41:18.035Z] Found existing installation: urllib3 1.25.9 [2020-10-22T00:41:18.035Z] Uninstalling urllib3-1.25.9: [2020-10-22T00:41:18.295Z] Successfully uninstalled urllib3-1.25.9 [2020-10-22T00:41:18.295Z] Attempting uninstall: idna [2020-10-22T00:41:18.295Z] Found existing installation: idna 2.9 [2020-10-22T00:41:18.295Z] Uninstalling idna-2.9: [2020-10-22T00:41:18.557Z] Successfully uninstalled idna-2.9 [2020-10-22T00:41:18.557Z] Attempting uninstall: requests [2020-10-22T00:41:18.557Z] Found existing installation: requests 2.23.0 [2020-10-22T00:41:18.557Z] Uninstalling requests-2.23.0: [2020-10-22T00:41:18.557Z] Successfully uninstalled requests-2.23.0 [2020-10-22T00:41:18.604Z] + ls -al . [2020-10-22T00:41:18.604Z] total 640 [2020-10-22T00:41:18.604Z] drwxrwxr-x 9 1001 1001 4096 Oct 22 00:41 . [2020-10-22T00:41:18.604Z] drwxr-xr-x 4 root root 4096 Oct 22 00:38 .. [2020-10-22T00:41:18.604Z] -rw-rw-r-- 1 1001 1001 11 Oct 22 00:36 .dockerignore [2020-10-22T00:41:18.604Z] drwxrwxr-x 8 1001 1001 4096 Oct 22 00:36 .git [2020-10-22T00:41:18.604Z] drwxrwxr-x 3 1001 1001 4096 Oct 22 00:36 .github [2020-10-22T00:41:18.604Z] -rw-rw-r-- 1 1001 1001 932 Oct 22 00:36 .gitignore [2020-10-22T00:41:18.604Z] -rw-rw-r-- 1 1001 1001 166 Oct 22 00:36 .sonarcloud.properties [2020-10-22T00:41:18.604Z] -rw-rw-r-- 1 1001 1001 3804 Oct 22 00:36 CONTRIBUTING.md [2020-10-22T00:41:18.604Z] -rw-rw-r-- 1 1001 1001 1035 Oct 22 00:36 Dockerfile.build [2020-10-22T00:41:18.604Z] -rw-rw-r-- 1 1001 1001 863 Oct 22 00:36 Jenkinsfile [2020-10-22T00:41:18.604Z] -rw-rw-r-- 1 1001 1001 10775 Oct 22 00:36 LICENSE [2020-10-22T00:41:18.604Z] -rw-rw-r-- 1 1001 1001 6237 Oct 22 00:36 Makefile [2020-10-22T00:41:18.604Z] -rw-rw-r-- 1 1001 1001 6447 Oct 22 00:36 README.md [2020-10-22T00:41:18.604Z] -rw-rw-r-- 1 1001 1001 259 Oct 22 00:36 SECURITY.md [2020-10-22T00:41:18.604Z] -rw-rw-r-- 1 1001 1001 5 Oct 22 00:32 VERSION [2020-10-22T00:41:18.604Z] -rw-rw-r-- 1 1001 1001 4131 Oct 22 00:36 ZMQWindows.md [2020-10-22T00:41:18.604Z] drwxrwxr-x 2 1001 1001 4096 Oct 22 00:36 bin [2020-10-22T00:41:18.604Z] drwxrwxr-x 15 1001 1001 4096 Oct 22 00:36 cmd [2020-10-22T00:41:18.604Z] -rw-r--r-- 1 root root 518264 Oct 22 00:40 coverage.out [2020-10-22T00:41:18.604Z] -rw-r--r-- 1 root root 1041 Oct 22 00:41 go.mod [2020-10-22T00:41:18.604Z] -rw-r--r-- 1 root root 18987 Oct 22 00:41 go.sum [2020-10-22T00:41:18.604Z] drwxrwxr-x 8 1001 1001 4096 Oct 22 00:36 internal [2020-10-22T00:41:18.604Z] drwxrwxr-x 4 1001 1001 4096 Oct 22 00:36 openapi [2020-10-22T00:41:18.604Z] drwxrwxr-x 4 1001 1001 4096 Oct 22 00:36 snap [2020-10-22T00:41:18.604Z] -rw-rw-r-- 1 1001 1001 168 Oct 22 00:36 version.go [Pipeline] sh [2020-10-22T00:41:19.360Z] + '[' -e coverage.out ] [2020-10-22T00:41:19.360Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-22T00:41:19.399Z] Warning: overwriting stash ‘coverage-report’ [2020-10-22T00:41:21.035Z] Stashed 1 file(s) [Pipeline] sh [2020-10-22T00:41:21.117Z] Running setup.py install for PyYAML: started [2020-10-22T00:41:21.117Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-22T00:41:21.692Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-10-22T00:41:21.733Z] + make build [2020-10-22T00:41:21.733Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-22T00:41:25.020Z] Removing intermediate container 3007831f2ebd [2020-10-22T00:41:25.020Z] ---> 95b5b9bfbf95 [2020-10-22T00:41:25.020Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-22T00:41:25.020Z] ---> Running in 963f74059b83 [2020-10-22T00:41:25.294Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:41:25.294Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:41:25.572Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T00:41:25.572Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-22T00:41:25.572Z] (3/3) Installing curl (7.69.1-r1) [2020-10-22T00:41:25.572Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:41:25.572Z] OK: 72 MiB in 58 packages [2020-10-22T00:41:26.223Z] Removing intermediate container 963f74059b83 [2020-10-22T00:41:26.223Z] ---> fca569ae3889 [2020-10-22T00:41:26.223Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-22T00:41:26.223Z] ---> Running in cb9567a1afeb [2020-10-22T00:41:26.491Z] Removing intermediate container cb9567a1afeb [2020-10-22T00:41:26.491Z] ---> 252c80e1db04 [2020-10-22T00:41:26.491Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:41:26.491Z] ---> Running in c15d4dab8878 [2020-10-22T00:41:26.755Z] Removing intermediate container c15d4dab8878 [2020-10-22T00:41:26.755Z] ---> 9e5870ab993a [2020-10-22T00:41:26.755Z] Step 25/27 : LABEL arch=x86_64 [2020-10-22T00:41:26.755Z] ---> Running in 2b8c281907d5 [2020-10-22T00:41:26.755Z] Removing intermediate container 2b8c281907d5 [2020-10-22T00:41:26.755Z] ---> ca7641102a58 [2020-10-22T00:41:26.755Z] Step 26/27 : LABEL git_sha=d9915a167933df7903c1854864e0ef3285f3b8b8 [2020-10-22T00:41:27.090Z] ---> Running in 1113bb2c7f2b [2020-10-22T00:41:27.090Z] Removing intermediate container 1113bb2c7f2b [2020-10-22T00:41:27.090Z] ---> d005a7079d0a [2020-10-22T00:41:27.090Z] Step 27/27 : LABEL version=0.0.0 [2020-10-22T00:41:27.090Z] ---> Running in 0a8344979ccf [2020-10-22T00:41:27.377Z] Removing intermediate container 0a8344979ccf [2020-10-22T00:41:27.377Z] ---> 6cfb42449071 [2020-10-22T00:41:27.377Z] [2020-10-22T00:41:27.377Z] Successfully built 6cfb42449071 [2020-10-22T00:41:27.377Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-22T00:41:27.673Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-22T00:41:27.701Z] $ docker stop --time=1 3f34e7d191ff4af84e81536954346aa67162aa32c91f17672e0fb537c5ac4df6 [2020-10-22T00:41:29.296Z] $ docker rm -f 3f34e7d191ff4af84e81536954346aa67162aa32c91f17672e0fb537c5ac4df6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T00:41:29.911Z] + docker images [2020-10-22T00:41:29.911Z] + grep docker [2020-10-22T00:41:29.911Z] docker-sys-mgmt-agent-go latest 6cfb42449071 2 seconds ago 290MB [2020-10-22T00:41:29.911Z] docker-security-secrets-setup-go latest ef3967f89bdf 16 seconds ago 24MB [2020-10-22T00:41:29.911Z] docker-support-logging-go latest f860b0c28c77 27 seconds ago 11.1MB [2020-10-22T00:41:29.911Z] docker-support-notifications-go latest 3777f98ac4e1 42 seconds ago 13.6MB [2020-10-22T00:41:29.911Z] docker-security-proxy-setup-go latest af2dfea55139 About a minute ago 15.8MB [2020-10-22T00:41:29.911Z] docker-core-data-go latest 27c6d11b7dad 2 minutes ago 23.6MB [2020-10-22T00:41:29.911Z] docker-security-secretstore-setup-go latest b08603cdd906 2 minutes ago 32.4MB [2020-10-22T00:41:29.911Z] docker-core-metadata-go latest 54da3ea7f7de 2 minutes ago 14.4MB [2020-10-22T00:41:29.911Z] docker-support-scheduler-go latest 0de30214e0a0 2 minutes ago 12.3MB [2020-10-22T00:41:29.911Z] docker-core-command-go latest c144a9432523 2 minutes ago 12.2MB [2020-10-22T00:41:29.911Z] docker latest 57e1c8313ec1 29 hours ago 217MB [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 [2020-10-22T00:41:45.736Z] Still waiting to schedule task [2020-10-22T00:41:45.736Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-10-22T00:42:00.981Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-10-22T00:42:11.153Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-10-22T00:42:16.598Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-22T00:42:23.372Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-22T00:42:31.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-22T00:42:33.656Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-22T00:42:41.962Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-22T00:42:50.295Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-22T00:42:54.642Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-22T00:43:00.064Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-22T00:43:05.546Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-22T00:43:08.954Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-10-22T00:43:12.423Z] $ docker stop --time=1 4db8ac66fcf32589d417dd835d98976fd8294fb782ff1a10db50d0f5c40a11e5 [2020-10-22T00:43:15.138Z] $ docker rm -f 4db8ac66fcf32589d417dd835d98976fd8294fb782ff1a10db50d0f5c40a11e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:43:16.946Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-22T00:43:16.946Z] [2020-10-22T00:43:16.946Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:43:17.628Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-22T00:43:17.904Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-22T00:43:17.904Z] 29e5d40040c1: Pulling fs layer [2020-10-22T00:43:17.904Z] 1ce36da41761: Pulling fs layer [2020-10-22T00:43:17.904Z] 25b303627fd3: Pulling fs layer [2020-10-22T00:43:17.904Z] 29e5d40040c1: Verifying Checksum [2020-10-22T00:43:17.904Z] 29e5d40040c1: Download complete [2020-10-22T00:43:18.882Z] 1ce36da41761: Verifying Checksum [2020-10-22T00:43:18.882Z] 1ce36da41761: Download complete [2020-10-22T00:43:18.882Z] 29e5d40040c1: Pull complete [2020-10-22T00:43:20.318Z] 1ce36da41761: Pull complete [2020-10-22T00:43:20.318Z] 25b303627fd3: Verifying Checksum [2020-10-22T00:43:20.318Z] 25b303627fd3: Download complete [2020-10-22T00:43:30.462Z] 25b303627fd3: Pull complete [2020-10-22T00:43:30.462Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-22T00:43:30.462Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-22T00:43:30.462Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-22T00:43:30.722Z] prd-ubuntu18.04-docker-arm64-4c-16g-7638 does not seem to be running inside a container [2020-10-22T00:43:30.844Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-22T00:43:34.664Z] $ docker top fb35cd4336a6ca8f5c0c8aa86eca6b20295a60b3635a2c7e8a9df186878cd2a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T00:43:36.032Z] + + grepdocker-compose parallel build [2020-10-22T00:43:36.032Z] --help [2020-10-22T00:43:42.772Z] --parallel Build images in parallel. [Pipeline] } [2020-10-22T00:43:42.824Z] $ docker stop --time=1 fb35cd4336a6ca8f5c0c8aa86eca6b20295a60b3635a2c7e8a9df186878cd2a6 [2020-10-22T00:43:44.913Z] $ docker rm -f fb35cd4336a6ca8f5c0c8aa86eca6b20295a60b3635a2c7e8a9df186878cd2a6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:43:45.802Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-22T00:43:45.802Z] . [Pipeline] withDockerContainer [2020-10-22T00:43:46.144Z] prd-ubuntu18.04-docker-arm64-4c-16g-7638 does not seem to be running inside a container [2020-10-22T00:43:46.285Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-22T00:43:48.081Z] $ docker top b075498fb44276880562c74df809d3899488454c804a72fc44792a38a91412ac -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T00:43:49.283Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-22T00:43:57.607Z] Building docker-core-command-go ... [2020-10-22T00:43:57.607Z] Building docker-core-data-go ... [2020-10-22T00:43:57.607Z] Building docker-core-metadata-go ... [2020-10-22T00:43:57.607Z] Building docker-security-proxy-setup-go ... [2020-10-22T00:43:57.607Z] Building docker-security-secrets-setup-go ... [2020-10-22T00:43:57.607Z] Building docker-security-secretstore-setup-go ... [2020-10-22T00:43:57.607Z] Building docker-support-logging-go ... [2020-10-22T00:43:57.607Z] Building docker-support-notifications-go ... [2020-10-22T00:43:57.607Z] Building docker-support-scheduler-go ... [2020-10-22T00:43:57.607Z] Building docker-sys-mgmt-agent-go ... [2020-10-22T00:43:57.607Z] Building docker-core-data-go [2020-10-22T00:43:57.607Z] Building docker-core-metadata-go [2020-10-22T00:43:57.607Z] Building docker-security-proxy-setup-go [2020-10-22T00:43:57.607Z] Building docker-security-secrets-setup-go [2020-10-22T00:43:57.607Z] Building docker-security-secretstore-setup-go [2020-10-22T00:45:19.450Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:45:19.450Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:45:19.450Z] ---> 29c5ad70494d [2020-10-22T00:45:19.450Z] Step 3/23 : WORKDIR /edgex-go [2020-10-22T00:45:19.450Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:45:19.450Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-22T00:45:19.450Z] ---> 29c5ad70494d [2020-10-22T00:45:19.450Z] Step 3/29 : WORKDIR /edgex-go [2020-10-22T00:45:19.450Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:45:19.450Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:45:19.450Z] ---> 29c5ad70494d [2020-10-22T00:45:19.450Z] Step 3/20 : WORKDIR /edgex-go [2020-10-22T00:45:19.450Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:45:19.450Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:45:19.450Z] ---> 29c5ad70494d [2020-10-22T00:45:19.450Z] Step 3/26 : WORKDIR /edgex-go [2020-10-22T00:45:19.450Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:45:19.450Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:45:19.450Z] ---> 29c5ad70494d [2020-10-22T00:45:19.450Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T00:45:19.450Z] ---> Running in 7d2613b17f92 [2020-10-22T00:45:19.450Z] ---> Running in 0b0647daff29 [2020-10-22T00:45:19.450Z] ---> Running in 33c583e2e2e0 [2020-10-22T00:45:19.450Z] ---> Running in 0e98e36bd653 [2020-10-22T00:45:19.450Z] ---> Running in 9c7a4759c911 [2020-10-22T00:45:19.450Z] Removing intermediate container 7d2613b17f92 [2020-10-22T00:45:19.450Z] ---> 2d931c4219cb [2020-10-22T00:45:19.450Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:45:19.450Z] Removing intermediate container 0b0647daff29 [2020-10-22T00:45:19.450Z] Removing intermediate container 9c7a4759c911 [2020-10-22T00:45:19.450Z] ---> 5bad6683f7c9 [2020-10-22T00:45:19.450Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:45:19.450Z] ---> fbaffc9bc78d [2020-10-22T00:45:19.450Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:45:19.450Z] Removing intermediate container 33c583e2e2e0 [2020-10-22T00:45:19.450Z] ---> 580ae8f903a9 [2020-10-22T00:45:19.450Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:45:19.450Z] Removing intermediate container 0e98e36bd653 [2020-10-22T00:45:19.450Z] ---> 6abcad458759 [2020-10-22T00:45:19.450Z] Step 4/29 : RUN apk update && apk add make git [2020-10-22T00:45:19.450Z] ---> Running in b75c51d9b8e4 [2020-10-22T00:45:19.450Z] ---> Running in 3dc122519a32 [2020-10-22T00:45:19.450Z] ---> Running in ee9c75283e9e [2020-10-22T00:45:19.450Z] ---> Running in 7592575644ad [2020-10-22T00:45:19.450Z] ---> Running in b18d3cedbc0b [2020-10-22T00:45:19.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:45:20.458Z] Removing intermediate container 3dc122519a32 [2020-10-22T00:45:20.458Z] ---> 1ee8de101ff5 [2020-10-22T00:45:20.458Z] Step 5/20 : RUN apk update && apk add make git [2020-10-22T00:45:20.745Z] Removing intermediate container b75c51d9b8e4 [2020-10-22T00:45:20.745Z] ---> 831dce732e20 [2020-10-22T00:45:20.745Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T00:45:20.745Z] ---> Running in d5c4174525d2 [2020-10-22T00:45:21.377Z] ---> Running in e0d8ef6125fb [2020-10-22T00:45:21.377Z] Removing intermediate container ee9c75283e9e [2020-10-22T00:45:21.377Z] ---> fbbdefedb4f5 [2020-10-22T00:45:21.377Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-22T00:45:21.377Z] Removing intermediate container 7592575644ad [2020-10-22T00:45:21.377Z] ---> f23fbbba04d5 [2020-10-22T00:45:21.377Z] Step 5/26 : RUN apk update && apk add make git [2020-10-22T00:45:21.677Z] ---> Running in 45df1045411a [2020-10-22T00:45:21.677Z] ---> Running in b6994634feca [2020-10-22T00:45:21.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:45:23.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:45:24.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:45:24.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:45:24.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:45:26.082Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:45:26.082Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:45:26.082Z] OK: 12623 distinct packages available [2020-10-22T00:45:26.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:45:26.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:45:27.368Z] OK: 217 MiB in 51 packages [2020-10-22T00:45:27.368Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:45:27.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:45:29.109Z] Removing intermediate container b18d3cedbc0b [2020-10-22T00:45:29.109Z] ---> 759f564f4dec [2020-10-22T00:45:29.109Z] Step 5/29 : COPY go.mod . [2020-10-22T00:45:29.710Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:45:29.710Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:45:29.710Z] OK: 12623 distinct packages available [2020-10-22T00:45:29.710Z] ---> 9dd5043c7cbf [2020-10-22T00:45:29.710Z] Step 6/29 : RUN go mod download [2020-10-22T00:45:29.983Z] ---> Running in 571d124b2ec8 [2020-10-22T00:45:30.580Z] OK: 217 MiB in 51 packages [2020-10-22T00:45:32.482Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:45:32.482Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:45:32.482Z] OK: 12623 distinct packages available [2020-10-22T00:45:32.766Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:45:32.766Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:45:32.766Z] OK: 12623 distinct packages available [2020-10-22T00:45:32.766Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:45:32.766Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:45:32.766Z] OK: 12623 distinct packages available [2020-10-22T00:45:32.766Z] OK: 217 MiB in 51 packages [2020-10-22T00:45:32.766Z] OK: 217 MiB in 51 packages [2020-10-22T00:45:32.766Z] OK: 217 MiB in 51 packages [2020-10-22T00:45:32.766Z] Removing intermediate container e0d8ef6125fb [2020-10-22T00:45:32.766Z] ---> 643bfe04e8de [2020-10-22T00:45:32.766Z] Step 6/22 : COPY go.mod . [2020-10-22T00:45:34.217Z] ---> ac4976c3d630 [2020-10-22T00:45:34.217Z] Step 7/22 : RUN go mod download [2020-10-22T00:45:34.499Z] ---> Running in f1e682ab920c [2020-10-22T00:45:34.499Z] Removing intermediate container d5c4174525d2 [2020-10-22T00:45:34.499Z] ---> 8344effaef2e [2020-10-22T00:45:34.499Z] Step 6/20 : COPY go.mod . [2020-10-22T00:45:35.104Z] Removing intermediate container 45df1045411a [2020-10-22T00:45:35.104Z] ---> 04e6c3716c84 [2020-10-22T00:45:35.104Z] Step 6/26 : COPY go.mod . [2020-10-22T00:45:35.104Z] Removing intermediate container b6994634feca [2020-10-22T00:45:35.104Z] ---> 1178559cdcde [2020-10-22T00:45:35.104Z] Step 6/23 : COPY go.mod . [2020-10-22T00:45:35.104Z] Removing intermediate container 571d124b2ec8 [2020-10-22T00:45:35.104Z] ---> 02d559c387f9 [2020-10-22T00:45:35.104Z] Step 7/29 : COPY . . [2020-10-22T00:45:35.708Z] ---> 30d65bf4657f [2020-10-22T00:45:35.708Z] Step 7/20 : RUN go mod download [2020-10-22T00:45:36.000Z] ---> Running in 1b0983a2c84f [2020-10-22T00:45:36.278Z] ---> efc7a7a14da1 [2020-10-22T00:45:36.278Z] ---> fccfa080e0ff [2020-10-22T00:45:36.278Z] Step 7/23 : RUN go mod download [2020-10-22T00:45:36.278Z] Step 7/26 : RUN go mod download [2020-10-22T00:45:36.882Z] ---> Running in 4a59e133ab4b [2020-10-22T00:45:36.882Z] ---> Running in fdbc965fa352 [2020-10-22T00:45:40.312Z] Removing intermediate container f1e682ab920c [2020-10-22T00:45:40.312Z] ---> 6716f4e4e1b1 [2020-10-22T00:45:40.312Z] Step 8/22 : COPY . . [2020-10-22T00:45:44.672Z] Removing intermediate container fdbc965fa352 [2020-10-22T00:45:44.672Z] ---> e0caee0ebb4b [2020-10-22T00:45:44.672Z] Step 8/23 : COPY . . [2020-10-22T00:45:44.672Z] Removing intermediate container 1b0983a2c84f [2020-10-22T00:45:44.672Z] ---> 012e4afe0b12 [2020-10-22T00:45:44.672Z] Step 8/20 : COPY . . [2020-10-22T00:45:44.672Z] Removing intermediate container 4a59e133ab4b [2020-10-22T00:45:44.672Z] ---> 291fc643bae6 [2020-10-22T00:45:44.672Z] Step 8/26 : COPY . . [2020-10-22T00:46:06.946Z] ---> 58b140f10ac8 [2020-10-22T00:46:06.946Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-22T00:46:06.946Z] ---> Running in 3349237332f2 [2020-10-22T00:46:06.946Z] ---> 514fe55443c0 [2020-10-22T00:46:06.946Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-22T00:46:06.946Z] ---> 41d646f8712e [2020-10-22T00:46:06.946Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-22T00:46:06.946Z] ---> 899de1912095 [2020-10-22T00:46:06.946Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-22T00:46:06.946Z] ---> Running in 2cc2feb46eec [2020-10-22T00:46:06.946Z] ---> 9f2c7b1411ca [2020-10-22T00:46:06.946Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-22T00:46:07.247Z] ---> Running in 30cee4a57cf3 [2020-10-22T00:46:07.247Z] ---> Running in 2f5c8414214a [2020-10-22T00:46:07.247Z] ---> Running in d0f35367e748 [2020-10-22T00:46:08.699Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-22T00:46:10.155Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-10-22T00:46:10.155Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-22T00:46:10.155Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-22T00:46:10.434Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-22T00:48:02.467Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-22T00:48:02.467Z] Removing intermediate container 3349237332f2 [2020-10-22T00:48:02.467Z] ---> ff1091fb06d6 [2020-10-22T00:48:02.467Z] [2020-10-22T00:48:02.467Z] Step 9/29 : FROM alpine:latest [2020-10-22T00:48:02.467Z] latest: Pulling from library/alpine [2020-10-22T00:48:02.467Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-22T00:48:02.467Z] Status: Downloaded newer image for alpine:latest [2020-10-22T00:48:02.467Z] ---> 62ee0e9f8440 [2020-10-22T00:48:02.467Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-22T00:48:02.467Z] ---> Running in 304d4ea3946f [2020-10-22T00:48:02.467Z] Removing intermediate container 304d4ea3946f [2020-10-22T00:48:02.467Z] ---> 103040627a6a [2020-10-22T00:48:02.467Z] Step 11/29 : USER root [2020-10-22T00:48:02.467Z] Removing intermediate container 2f5c8414214a [2020-10-22T00:48:02.467Z] ---> f253a8b14943 [2020-10-22T00:48:02.467Z] [2020-10-22T00:48:02.467Z] Step 10/20 : FROM alpine [2020-10-22T00:48:02.467Z] ---> 62ee0e9f8440 [2020-10-22T00:48:02.467Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-22T00:48:02.467Z] ---> Running in fc6d70198392 [2020-10-22T00:48:02.467Z] ---> Running in 3fd8a0eba5ca [2020-10-22T00:48:02.467Z] Removing intermediate container fc6d70198392 [2020-10-22T00:48:02.467Z] ---> f68a7f7d6a50 [2020-10-22T00:48:02.467Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-22T00:48:02.467Z] ---> Running in 0aec1fcac807 [2020-10-22T00:48:03.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:48:03.373Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:48:04.531Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:48:04.531Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:48:04.531Z] OK: 12621 distinct packages available [2020-10-22T00:48:04.531Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:48:04.990Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:48:06.012Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-22T00:48:06.314Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T00:48:06.314Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-22T00:48:06.314Z] (4/4) Installing curl (7.69.1-r1) [2020-10-22T00:48:06.314Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:48:06.314Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T00:48:06.594Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:48:06.594Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:48:06.594Z] OK: 12621 distinct packages available [2020-10-22T00:48:06.874Z] OK: 7 MiB in 18 packages [2020-10-22T00:48:08.359Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-22T00:48:08.359Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-22T00:48:08.359Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:48:08.359Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T00:48:08.641Z] OK: 6 MiB in 16 packages [2020-10-22T00:48:09.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-22T00:48:09.972Z] Removing intermediate container 3fd8a0eba5ca [2020-10-22T00:48:09.972Z] ---> 7dbfa414b0e8 [2020-10-22T00:48:09.972Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T00:48:10.249Z] ---> Running in 0adf06d4046a [2020-10-22T00:48:11.473Z] Removing intermediate container 0adf06d4046a [2020-10-22T00:48:11.473Z] ---> 35767b906bfe [2020-10-22T00:48:11.473Z] Step 13/20 : WORKDIR /edgex [2020-10-22T00:48:11.753Z] ---> Running in 04083289a03e [2020-10-22T00:48:12.033Z] Removing intermediate container 0aec1fcac807 [2020-10-22T00:48:12.033Z] ---> 998f4cfcc344 [2020-10-22T00:48:12.033Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-22T00:48:12.314Z] ---> Running in a5998ebe7cdb [2020-10-22T00:48:12.933Z] Removing intermediate container 04083289a03e [2020-10-22T00:48:12.933Z] ---> cf40354a0e87 [2020-10-22T00:48:12.933Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-22T00:48:13.551Z] Removing intermediate container a5998ebe7cdb [2020-10-22T00:48:13.551Z] ---> 6a9f7fc681ee [2020-10-22T00:48:13.551Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-22T00:48:13.829Z] ---> Running in 08584b086a16 [2020-10-22T00:48:14.440Z] ---> 14b82be6eb78 [2020-10-22T00:48:14.440Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-22T00:48:14.723Z] Removing intermediate container 08584b086a16 [2020-10-22T00:48:14.723Z] ---> b3f578fbf75f [2020-10-22T00:48:14.723Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-22T00:48:15.335Z] ---> Running in 6221515d4b46 [2020-10-22T00:48:16.835Z] ---> eca58bde2561 [2020-10-22T00:48:16.835Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-22T00:48:17.468Z] ---> Running in 680d25b37875 [2020-10-22T00:48:18.512Z] Removing intermediate container 680d25b37875 [2020-10-22T00:48:18.512Z] ---> bc7926c378b3 [2020-10-22T00:48:18.512Z] Step 17/20 : CMD ["--init=true"] [2020-10-22T00:48:18.512Z] ---> Running in bc0930310411 [2020-10-22T00:48:20.011Z] Removing intermediate container bc0930310411 [2020-10-22T00:48:20.011Z] ---> ea86b123c81c [2020-10-22T00:48:20.011Z] Step 18/20 : LABEL arch=arm64 [2020-10-22T00:48:20.011Z] ---> Running in 8ffe97cae89c [2020-10-22T00:48:21.026Z] Removing intermediate container 6221515d4b46 [2020-10-22T00:48:21.026Z] ---> c213b402e1a3 [2020-10-22T00:48:21.026Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-22T00:48:21.316Z] Removing intermediate container 8ffe97cae89c [2020-10-22T00:48:21.316Z] ---> 56a8b437f2c3 [2020-10-22T00:48:21.316Z] Step 19/20 : LABEL git_sha=d9915a167933df7903c1854864e0ef3285f3b8b8 [2020-10-22T00:48:21.941Z] ---> Running in 48dd93899572 [2020-10-22T00:48:23.975Z] Removing intermediate container 48dd93899572 [2020-10-22T00:48:23.975Z] ---> 4a9b214aa254 [2020-10-22T00:48:23.975Z] Step 20/20 : LABEL version=0.0.0 [2020-10-22T00:48:24.264Z] ---> Running in 059c1605fdd5 [2020-10-22T00:48:24.540Z] ---> e7f6a4553b6e [2020-10-22T00:48:24.540Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-22T00:48:25.548Z] Removing intermediate container 059c1605fdd5 [2020-10-22T00:48:25.548Z] ---> 192ebe3ec38e [2020-10-22T00:48:25.548Z] [2020-10-22T00:48:26.162Z] Removing intermediate container d0f35367e748 [2020-10-22T00:48:26.162Z] ---> b82769a56fac [2020-10-22T00:48:26.162Z] [2020-10-22T00:48:26.162Z] Step 10/26 : FROM alpine:3.10 [2020-10-22T00:48:26.458Z] ---> e7300eedbd87 [2020-10-22T00:48:26.752Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-22T00:48:26.752Z] 3.10: Pulling from library/alpine [2020-10-22T00:48:26.752Z] Successfully built 192ebe3ec38e [2020-10-22T00:48:26.752Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-22T00:48:26.752Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2020-10-22T00:48:28.764Z] ---> cd1f15f9a6d4 [2020-10-22T00:48:28.764Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-22T00:48:28.764Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-22T00:48:28.764Z] Status: Downloaded newer image for alpine:3.10 [2020-10-22T00:48:29.046Z] ---> 536a684cf733 [2020-10-22T00:48:29.046Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-22T00:48:29.658Z] ---> Running in c88ff2b942d3 [2020-10-22T00:48:30.676Z] ---> a905c4dfb4cc [2020-10-22T00:48:30.676Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-22T00:48:33.373Z] ---> 558ab91bc96c [2020-10-22T00:48:33.373Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-22T00:48:33.986Z] ---> Running in c75208d2b218 [2020-10-22T00:48:34.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:48:34.559Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:48:35.577Z] v3.10.5-104-g58141e176c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-22T00:48:35.577Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-22T00:48:35.577Z] OK: 10167 distinct packages available [2020-10-22T00:48:36.566Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-22T00:48:36.566Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-22T00:48:36.566Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-22T00:48:36.845Z] (4/5) Installing curl (7.66.0-r1) [2020-10-22T00:48:36.845Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-22T00:48:36.845Z] Executing busybox-1.30.1-r3.trigger [2020-10-22T00:48:36.845Z] Executing ca-certificates-20191127-r2.trigger [2020-10-22T00:48:37.453Z] OK: 7 MiB in 19 packages [2020-10-22T00:48:40.873Z] Removing intermediate container c75208d2b218 [2020-10-22T00:48:40.873Z] ---> 99e4bd7dc497 [2020-10-22T00:48:40.873Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T00:48:42.911Z] Removing intermediate container c88ff2b942d3 [2020-10-22T00:48:42.911Z] ---> 46f7505598b5 [2020-10-22T00:48:42.911Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T00:48:43.198Z] ---> c936ef9ac973 [2020-10-22T00:48:43.198Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T00:48:43.485Z] ---> Running in ae4c0963f709 [2020-10-22T00:48:43.485Z] ---> Running in 34f1a8cf091c [2020-10-22T00:48:44.529Z] Removing intermediate container ae4c0963f709 [2020-10-22T00:48:44.529Z] ---> f8df4f7fcbbd [2020-10-22T00:48:44.529Z] Step 13/26 : WORKDIR / [2020-10-22T00:48:45.163Z] ---> Running in 72e9ed60a422 [2020-10-22T00:48:47.223Z] Removing intermediate container 72e9ed60a422 [2020-10-22T00:48:47.223Z] ---> 9a07859c6962 [2020-10-22T00:48:47.223Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-22T00:48:49.302Z] ---> 033908112a76 [2020-10-22T00:48:49.302Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-22T00:48:50.421Z] Removing intermediate container 34f1a8cf091c [2020-10-22T00:48:50.421Z] ---> e836e1a64555 [2020-10-22T00:48:50.421Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-22T00:48:50.709Z] ---> Running in 3cd678dcb55c [2020-10-22T00:48:51.731Z] ---> 91b9744b3884 [2020-10-22T00:48:51.731Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-22T00:48:55.157Z] ---> 529aee9c938c [2020-10-22T00:48:55.157Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-22T00:48:55.797Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:48:55.797Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:48:55.797Z] ---> 29c5ad70494d [2020-10-22T00:48:55.797Z] Step 3/21 : WORKDIR /edgex-go [2020-10-22T00:48:55.797Z] ---> Using cache [2020-10-22T00:48:55.797Z] ---> 6abcad458759 [2020-10-22T00:48:55.797Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:48:55.797Z] ---> Running in 0bf4ab69b8dc [2020-10-22T00:48:56.841Z] ---> f2f3ed76a687 [2020-10-22T00:48:56.841Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-22T00:48:58.324Z] Removing intermediate container 3cd678dcb55c [2020-10-22T00:48:58.324Z] ---> 91b225622101 [2020-10-22T00:48:58.324Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T00:48:58.609Z] ---> Running in 7d7e804948d4 [2020-10-22T00:48:59.239Z] ---> eb33d548d45c [2020-10-22T00:48:59.239Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-22T00:48:59.528Z] Removing intermediate container 7d7e804948d4 [2020-10-22T00:48:59.528Z] ---> 1ced45cb184c [2020-10-22T00:48:59.528Z] Step 26/29 : CMD [ "generate" ] [2020-10-22T00:49:00.142Z] ---> Running in 7b0d42074fa9 [2020-10-22T00:49:01.163Z] Removing intermediate container 7b0d42074fa9 [2020-10-22T00:49:01.163Z] ---> 16a6413c4968 [2020-10-22T00:49:01.163Z] Step 27/29 : LABEL arch=arm64 [2020-10-22T00:49:01.784Z] ---> Running in b0ff338845e6 [2020-10-22T00:49:02.199Z] Removing intermediate container 0bf4ab69b8dc [2020-10-22T00:49:02.199Z] ---> 10f1e8f7c79a [2020-10-22T00:49:02.199Z] Step 5/21 : RUN apk update && apk add make git [2020-10-22T00:49:02.199Z] ---> 058e17f01d7a [2020-10-22T00:49:02.199Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-22T00:49:02.482Z] ---> Running in ce0feb2b4f95 [2020-10-22T00:49:02.768Z] Removing intermediate container b0ff338845e6 [2020-10-22T00:49:02.768Z] ---> 149cf24050fd [2020-10-22T00:49:02.768Z] Step 28/29 : LABEL git_sha=d9915a167933df7903c1854864e0ef3285f3b8b8 [2020-10-22T00:49:03.394Z] ---> Running in b8ef387fbfad [2020-10-22T00:49:04.401Z] Removing intermediate container b8ef387fbfad [2020-10-22T00:49:04.401Z] ---> ffb18cb56530 [2020-10-22T00:49:04.401Z] Step 29/29 : LABEL version=0.0.0 [2020-10-22T00:49:04.684Z] ---> 8e97eff7e4cf [2020-10-22T00:49:04.684Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T00:49:04.966Z] ---> Running in 120cd7f91b53 [2020-10-22T00:49:05.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:49:06.593Z] Removing intermediate container 120cd7f91b53 [2020-10-22T00:49:06.593Z] ---> 80179653e9dc [2020-10-22T00:49:06.593Z] [2020-10-22T00:49:06.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:49:07.203Z] Successfully built 80179653e9dc [2020-10-22T00:49:07.203Z] ---> 41928963252a [2020-10-22T00:49:07.203Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T00:49:07.203Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-22T00:49:07.203Z]  Building docker-security-secrets-setup-go ... done Building docker-support-logging-go [2020-10-22T00:49:07.827Z] ---> Running in ce083d00e4b2 [2020-10-22T00:49:08.136Z] Removing intermediate container 2cc2feb46eec [2020-10-22T00:49:08.136Z] ---> 5f1b04299fbc [2020-10-22T00:49:08.136Z] [2020-10-22T00:49:08.136Z] Step 10/22 : FROM scratch [2020-10-22T00:49:08.136Z] ---> [2020-10-22T00:49:08.136Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T00:49:08.550Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:49:08.550Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:49:08.550Z] OK: 12623 distinct packages available [2020-10-22T00:49:08.855Z] ---> Running in 1011d1487759 [2020-10-22T00:49:11.002Z] Removing intermediate container 1011d1487759 [2020-10-22T00:49:11.002Z] ---> 7e9f509ec3d3 [2020-10-22T00:49:11.002Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-22T00:49:11.002Z] OK: 217 MiB in 51 packages [2020-10-22T00:49:11.002Z] ---> Running in 4d2c7ee7194f [2020-10-22T00:49:13.060Z] Removing intermediate container 4d2c7ee7194f [2020-10-22T00:49:13.060Z] ---> 3681eee9d665 [2020-10-22T00:49:13.060Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T00:49:13.060Z] ---> Running in 09b0c3fd56c4 [2020-10-22T00:49:14.565Z] Removing intermediate container 09b0c3fd56c4 [2020-10-22T00:49:14.565Z] ---> fc4040e33c09 [2020-10-22T00:49:14.565Z] Step 14/22 : WORKDIR / [2020-10-22T00:49:15.628Z] Removing intermediate container ce083d00e4b2 [2020-10-22T00:49:15.628Z] ---> 724cf55701d4 [2020-10-22T00:49:15.628Z] Removing intermediate container ce0feb2b4f95 [2020-10-22T00:49:15.628Z] ---> 37725b64cbb8 [2020-10-22T00:49:15.628Z] Step 6/21 : COPY go.mod . [2020-10-22T00:49:15.628Z] ---> Running in 63bbaf5527a5 [2020-10-22T00:49:15.628Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T00:49:15.911Z] ---> Running in 090de8a32f74 [2020-10-22T00:49:16.538Z] Removing intermediate container 63bbaf5527a5 [2020-10-22T00:49:16.538Z] ---> 58e549207fa0 [2020-10-22T00:49:16.538Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-22T00:49:16.818Z] ---> b1531a370dba [2020-10-22T00:49:16.818Z] Step 7/21 : RUN go mod download [2020-10-22T00:49:16.818Z] Removing intermediate container 090de8a32f74 [2020-10-22T00:49:16.818Z] ---> a4c41b96ca18 [2020-10-22T00:49:16.818Z] Step 24/26 : LABEL arch=arm64 [2020-10-22T00:49:17.092Z] ---> Running in 3b51eb403ec0 [2020-10-22T00:49:17.092Z] ---> Running in a627cce6a23b [2020-10-22T00:49:18.094Z] ---> b8ab32340037 [2020-10-22T00:49:18.094Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-22T00:49:18.094Z] Removing intermediate container 3b51eb403ec0 [2020-10-22T00:49:18.094Z] ---> f8ef6e226d0f [2020-10-22T00:49:18.094Z] Step 25/26 : LABEL git_sha=d9915a167933df7903c1854864e0ef3285f3b8b8 [2020-10-22T00:49:18.371Z] ---> Running in 176425b1bd81 [2020-10-22T00:49:19.386Z] Removing intermediate container 176425b1bd81 [2020-10-22T00:49:19.386Z] ---> a6a7136184b1 [2020-10-22T00:49:19.668Z] Step 26/26 : LABEL version=0.0.0 [2020-10-22T00:49:20.284Z] ---> Running in 3885095a48ae [2020-10-22T00:49:21.298Z] ---> 32bd63388291 [2020-10-22T00:49:21.298Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-22T00:49:21.584Z] Removing intermediate container 3885095a48ae [2020-10-22T00:49:21.584Z] ---> 21f2da3558f6 [2020-10-22T00:49:21.584Z] [2020-10-22T00:49:22.195Z] Successfully built 21f2da3558f6 [2020-10-22T00:49:22.477Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-22T00:49:22.477Z] Building docker-support-notifications-go [2020-10-22T00:49:23.086Z]  Building docker-security-secretstore-setup-go ... done  ---> 8636d2229430 [2020-10-22T00:49:23.086Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-22T00:49:23.415Z] ---> Running in a0a75296e711 [2020-10-22T00:49:23.415Z] Removing intermediate container a627cce6a23b [2020-10-22T00:49:23.415Z] ---> 17721b23ea75 [2020-10-22T00:49:23.415Z] Step 8/21 : COPY . . [2020-10-22T00:49:24.026Z] Removing intermediate container 30cee4a57cf3 [2020-10-22T00:49:24.026Z] ---> 26244b5d0940 [2020-10-22T00:49:24.026Z] [2020-10-22T00:49:24.026Z] Step 10/23 : FROM alpine [2020-10-22T00:49:24.026Z] ---> 62ee0e9f8440 [2020-10-22T00:49:24.026Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T00:49:24.330Z] Removing intermediate container a0a75296e711 [2020-10-22T00:49:24.330Z] ---> 03ba47c63a13 [2020-10-22T00:49:24.330Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:49:24.647Z] ---> Running in 52e22fde41b9 [2020-10-22T00:49:25.251Z] ---> Running in 0ab41e75fd2c [2020-10-22T00:49:26.694Z] Removing intermediate container 52e22fde41b9 [2020-10-22T00:49:26.694Z] ---> c172a43fb82a [2020-10-22T00:49:26.694Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-22T00:49:28.676Z] Removing intermediate container 0ab41e75fd2c [2020-10-22T00:49:28.676Z] ---> 61f46945ff20 [2020-10-22T00:49:28.676Z] Step 20/22 : LABEL arch=arm64 [2020-10-22T00:49:29.283Z] ---> Running in 36bd6ce151c4 [2020-10-22T00:49:29.558Z] ---> Running in 080edd99cdad [2020-10-22T00:49:30.184Z] Removing intermediate container 36bd6ce151c4 [2020-10-22T00:49:30.184Z] ---> f49c6e3d609a [2020-10-22T00:49:30.184Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-22T00:49:31.276Z] Removing intermediate container 080edd99cdad [2020-10-22T00:49:31.276Z] ---> 3003629393b0 [2020-10-22T00:49:31.276Z] Step 21/22 : LABEL git_sha=d9915a167933df7903c1854864e0ef3285f3b8b8 [2020-10-22T00:49:31.922Z] ---> Running in ac37f72e30ad [2020-10-22T00:49:32.214Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:49:32.214Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:49:32.214Z] ---> 29c5ad70494d [2020-10-22T00:49:32.214Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T00:49:32.214Z] ---> Using cache [2020-10-22T00:49:32.214Z] ---> 6abcad458759 [2020-10-22T00:49:32.214Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:49:32.214Z] ---> Using cache [2020-10-22T00:49:32.214Z] ---> 10f1e8f7c79a [2020-10-22T00:49:32.214Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-22T00:49:32.830Z] ---> Running in a437cd3046e8 [2020-10-22T00:49:33.444Z] ---> Running in 200126668af6 [2020-10-22T00:49:34.056Z] Removing intermediate container ac37f72e30ad [2020-10-22T00:49:34.056Z] ---> 6a17bb4973f1 [2020-10-22T00:49:34.056Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:49:34.661Z] Removing intermediate container a437cd3046e8 [2020-10-22T00:49:34.661Z] ---> f1b843a0e385 [2020-10-22T00:49:34.661Z] Step 22/22 : LABEL version=0.0.0 [2020-10-22T00:49:34.936Z] ---> Running in 5ec5389a056a [2020-10-22T00:49:35.949Z] ---> Running in 7ad7a7da4650 [2020-10-22T00:49:36.966Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:49:37.464Z] Removing intermediate container 7ad7a7da4650 [2020-10-22T00:49:37.464Z] ---> 974768274ef9 [2020-10-22T00:49:37.464Z] [2020-10-22T00:49:37.768Z] Successfully built 974768274ef9 [2020-10-22T00:49:37.768Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-22T00:49:37.768Z] Building docker-core-command-go [2020-10-22T00:49:38.054Z]  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:49:38.339Z] ---> 7a5471858ce7 [2020-10-22T00:49:38.339Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-22T00:49:38.998Z] ---> Running in 9e0107e944cf [2020-10-22T00:49:40.557Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:49:40.557Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:49:40.557Z] OK: 12623 distinct packages available [2020-10-22T00:49:40.557Z] OK: 217 MiB in 51 packages [2020-10-22T00:49:41.176Z] Removing intermediate container 5ec5389a056a [2020-10-22T00:49:41.176Z] ---> 908e75037c81 [2020-10-22T00:49:41.176Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-22T00:49:41.785Z] OK: 217 MiB in 51 packages [2020-10-22T00:49:41.785Z] ---> Running in d642c65951ae [2020-10-22T00:49:42.067Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-22T00:49:44.782Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:49:45.396Z] Removing intermediate container 200126668af6 [2020-10-22T00:49:45.396Z] ---> f9e6a6a80ac6 [2020-10-22T00:49:45.396Z] Step 6/22 : COPY go.mod . [2020-10-22T00:49:45.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:49:45.611Z] Running on prd-centos7-docker-8c-8g-7929 in /w/workspace/edgexfoundry_edgex-go_PR-2822 [Pipeline] { [Pipeline] ws [2020-10-22T00:49:45.669Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2020-10-22T00:49:46.983Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-22T00:49:46.983Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-22T00:49:47.274Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-22T00:49:47.274Z] ---> 1d20c155055c [2020-10-22T00:49:47.274Z] Step 7/22 : RUN go mod download [2020-10-22T00:49:47.567Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-22T00:49:47.801Z] using credential edgex-jenkins-ssh [2020-10-22T00:49:47.856Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-22T00:49:47.856Z] ---> Running in 0a3a05c8a102 [2020-10-22T00:49:47.856Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:49:47.856Z] OK: 8 MiB in 19 packages [2020-10-22T00:49:47.895Z] Cloning the remote Git repository [2020-10-22T00:49:46.922Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-22T00:49:46.980Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2020-10-22T00:49:47.002Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-22T00:49:47.003Z] > git --version # timeout=10 [2020-10-22T00:49:47.008Z] > git --version # 'git version 2.16.5' [2020-10-22T00:49:47.009Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T00:49:47.035Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T00:49:51.408Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:49:51.703Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:49:51.703Z] ---> 29c5ad70494d [2020-10-22T00:49:51.703Z] Step 3/24 : WORKDIR /edgex-go [2020-10-22T00:49:51.703Z] ---> Using cache [2020-10-22T00:49:51.703Z] ---> 6abcad458759 [2020-10-22T00:49:51.703Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:49:51.703Z] Removing intermediate container d642c65951ae [2020-10-22T00:49:51.703Z] ---> Using cache [2020-10-22T00:49:51.703Z] ---> 10f1e8f7c79a [2020-10-22T00:49:51.703Z] ---> 405ff1c60961 [2020-10-22T00:49:51.703Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-22T00:49:51.703Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-22T00:49:51.703Z] ---> Running in 1b94316ecca9 [2020-10-22T00:49:53.198Z] ---> 54a26a40f4d5 [2020-10-22T00:49:53.198Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-22T00:49:54.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:49:54.959Z] Removing intermediate container 0a3a05c8a102 [2020-10-22T00:49:54.959Z] ---> ffad74a58fce [2020-10-22T00:49:54.959Z] Step 8/22 : COPY . . [2020-10-22T00:49:55.639Z] Merging remotes/origin/master commit a54f4bf5fd05de3eb983e0b186bb6bb34afe3e48 into PR head commit 603dfb21f57ed05944e5c9a02159b35f791775a5 [2020-10-22T00:49:55.883Z] Merge succeeded, producing e70d23dd6bcf5ca9550241b179203953947d4f0c [2020-10-22T00:49:55.884Z] Checking out Revision e70d23dd6bcf5ca9550241b179203953947d4f0c (PR-2822) [2020-10-22T00:49:55.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:49:56.256Z] ---> 9702268f77b0 [2020-10-22T00:49:56.256Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-22T00:49:54.738Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-22T00:49:54.744Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T00:49:54.754Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-22T00:49:54.769Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-22T00:49:54.769Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T00:49:54.773Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2822/head:refs/remotes/origin/PR-2822 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-22T00:49:55.211Z] > git config core.sparsecheckout # timeout=10 [2020-10-22T00:49:55.215Z] > git checkout -f 603dfb21f57ed05944e5c9a02159b35f791775a5 # timeout=10 [2020-10-22T00:49:55.344Z] > git remote # timeout=10 [2020-10-22T00:49:55.349Z] > git config --get remote.origin.url # timeout=10 [2020-10-22T00:49:55.353Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T00:49:55.357Z] > git merge a54f4bf5fd05de3eb983e0b186bb6bb34afe3e48 # timeout=10 [2020-10-22T00:49:55.462Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-22T00:49:55.470Z] > git config core.sparsecheckout # timeout=10 [2020-10-22T00:49:55.474Z] > git checkout -f e70d23dd6bcf5ca9550241b179203953947d4f0c # timeout=10 [2020-10-22T00:49:57.735Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:49:57.735Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:49:57.735Z] OK: 12623 distinct packages available [2020-10-22T00:49:58.024Z] ---> 840d5cfd7adb [2020-10-22T00:49:58.024Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-22T00:49:58.637Z] ---> Running in a8f190562bde [2020-10-22T00:49:58.924Z] OK: 217 MiB in 51 packages [2020-10-22T00:49:59.302Z] Commit message: "Merge commit 'a54f4bf5fd05de3eb983e0b186bb6bb34afe3e48' into HEAD" [2020-10-22T00:49:59.311Z] First time build. Skipping changelog. [2020-10-22T00:49:59.175Z] > git rev-list --no-walk 3fb3d00b227b86a1340d6e56024ecadc00522b14 # timeout=10 [Pipeline] withEnv [Pipeline] { [2020-10-22T00:49:59.944Z] Removing intermediate container a8f190562bde [2020-10-22T00:49:59.944Z] ---> 516b8c514acf [2020-10-22T00:49:59.944Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] sh [2020-10-22T00:50:00.235Z] ---> Running in 8a40dee7a245 [2020-10-22T00:50:00.659Z] ++ find /w/workspace/edgex-go/3 [2020-10-22T00:50:00.659Z] ++ grep snapcraft.yaml [2020-10-22T00:50:00.659Z] + grep -Po '^name: \K(.*)' /w/workspace/edgex-go/3/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-22T00:50:00.789Z] provisioning config files... [2020-10-22T00:50:00.798Z] copy managed file [EdgeX] to file:/w/workspace/edgex-go/3@tmp/config185564569894314521tmp [Pipeline] { [Pipeline] sh [2020-10-22T00:50:01.239Z] + cp /w/workspace/edgex-go/3@tmp/config185564569894314521tmp /w/workspace/edgex-go/3/edgex-snap-store-login [Pipeline] sh [2020-10-22T00:50:01.549Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/edgex-go/3:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-10-22T00:50:01.549Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-10-22T00:50:01.549Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-10-22T00:50:01.549Z] f08d8e2a3ba1: Pulling fs layer [2020-10-22T00:50:01.549Z] 3baa9cb2483b: Pulling fs layer [2020-10-22T00:50:01.549Z] 94e5ff4c0b15: Pulling fs layer [2020-10-22T00:50:01.549Z] 1860925334f9: Pulling fs layer [2020-10-22T00:50:01.549Z] 2daf38717194: Pulling fs layer [2020-10-22T00:50:01.549Z] 309017e8d7a4: Pulling fs layer [2020-10-22T00:50:01.549Z] f7790dc9fd0f: Pulling fs layer [2020-10-22T00:50:01.549Z] cac0ae9282c2: Pulling fs layer [2020-10-22T00:50:01.549Z] 1f4cadf9a1ed: Pulling fs layer [2020-10-22T00:50:01.549Z] 2daf38717194: Waiting [2020-10-22T00:50:01.549Z] 1860925334f9: Waiting [2020-10-22T00:50:01.549Z] 309017e8d7a4: Waiting [2020-10-22T00:50:01.549Z] f7790dc9fd0f: Waiting [2020-10-22T00:50:01.549Z] cac0ae9282c2: Waiting [2020-10-22T00:50:01.549Z] 1f4cadf9a1ed: Waiting [2020-10-22T00:50:01.549Z] 94e5ff4c0b15: Verifying Checksum [2020-10-22T00:50:01.549Z] 94e5ff4c0b15: Download complete [2020-10-22T00:50:01.549Z] 3baa9cb2483b: Download complete [2020-10-22T00:50:01.719Z] Removing intermediate container 8a40dee7a245 [2020-10-22T00:50:01.719Z] ---> 39a8e4c909ec [2020-10-22T00:50:01.719Z] Step 21/23 : LABEL arch=arm64 [2020-10-22T00:50:01.811Z] 1860925334f9: Verifying Checksum [2020-10-22T00:50:01.811Z] 1860925334f9: Download complete [2020-10-22T00:50:01.811Z] 309017e8d7a4: Download complete [2020-10-22T00:50:01.811Z] f7790dc9fd0f: Verifying Checksum [2020-10-22T00:50:01.811Z] f7790dc9fd0f: Download complete [2020-10-22T00:50:01.811Z] cac0ae9282c2: Download complete [2020-10-22T00:50:02.331Z] Removing intermediate container 1b94316ecca9 [2020-10-22T00:50:02.331Z] ---> 5d490e35a999 [2020-10-22T00:50:02.331Z] Step 6/24 : COPY go.mod . [2020-10-22T00:50:02.607Z] ---> Running in 27003ce378d8 [2020-10-22T00:50:04.357Z] 1f4cadf9a1ed: Download complete [2020-10-22T00:50:04.612Z] Removing intermediate container 27003ce378d8 [2020-10-22T00:50:04.612Z] ---> 74596c75dfc5 [2020-10-22T00:50:04.612Z] Step 22/23 : LABEL git_sha=d9915a167933df7903c1854864e0ef3285f3b8b8 [2020-10-22T00:50:04.612Z] ---> dccd94944bfd [2020-10-22T00:50:04.612Z] Step 7/24 : RUN go mod download [2020-10-22T00:50:04.890Z] ---> Running in ce7517c9208f [2020-10-22T00:50:04.953Z] f08d8e2a3ba1: Download complete [2020-10-22T00:50:05.223Z] ---> Running in 28c0bfc16264 [2020-10-22T00:50:05.906Z] f08d8e2a3ba1: Pull complete [2020-10-22T00:50:06.167Z] 3baa9cb2483b: Pull complete [2020-10-22T00:50:06.167Z] 94e5ff4c0b15: Pull complete [2020-10-22T00:50:06.428Z] 1860925334f9: Pull complete [2020-10-22T00:50:06.693Z] Removing intermediate container ce7517c9208f [2020-10-22T00:50:06.693Z] ---> f7aaf2b38eee [2020-10-22T00:50:06.693Z] Step 23/23 : LABEL version=0.0.0 [2020-10-22T00:50:07.128Z] ---> Running in d955e57e134e [2020-10-22T00:50:08.709Z] Removing intermediate container d955e57e134e [2020-10-22T00:50:08.709Z] ---> cfcbd8718f25 [2020-10-22T00:50:08.709Z] [2020-10-22T00:50:10.289Z] Successfully built cfcbd8718f25 [2020-10-22T00:50:10.289Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-22T00:50:10.289Z] Building docker-sys-mgmt-agent-go [2020-10-22T00:50:10.633Z] 2daf38717194: Verifying Checksum [2020-10-22T00:50:10.633Z] 2daf38717194: Download complete [2020-10-22T00:50:13.754Z]  Building docker-core-data-go ... done Removing intermediate container 28c0bfc16264 [2020-10-22T00:50:13.754Z] ---> 49f32dc4eee2 [2020-10-22T00:50:13.754Z] Step 8/24 : COPY . . [2020-10-22T00:50:16.418Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:50:16.418Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:50:16.418Z] ---> 29c5ad70494d [2020-10-22T00:50:16.418Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T00:50:16.418Z] ---> Using cache [2020-10-22T00:50:16.418Z] ---> 6abcad458759 [2020-10-22T00:50:16.418Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:50:16.418Z] ---> Using cache [2020-10-22T00:50:16.418Z] ---> 10f1e8f7c79a [2020-10-22T00:50:16.418Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T00:50:16.418Z] ---> Using cache [2020-10-22T00:50:16.418Z] ---> 37725b64cbb8 [2020-10-22T00:50:16.418Z] Step 6/22 : COPY go.mod . [2020-10-22T00:50:16.418Z] ---> Using cache [2020-10-22T00:50:16.418Z] ---> b1531a370dba [2020-10-22T00:50:16.418Z] Step 7/22 : RUN go mod download [2020-10-22T00:50:16.418Z] ---> Using cache [2020-10-22T00:50:16.418Z] ---> 17721b23ea75 [2020-10-22T00:50:16.418Z] Step 8/22 : COPY . . [2020-10-22T00:50:16.418Z] ---> Using cache [2020-10-22T00:50:16.418Z] ---> 7a5471858ce7 [2020-10-22T00:50:16.418Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-22T00:50:20.791Z] ---> Running in 67dfef21e415 [2020-10-22T00:50:23.456Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-10-22T00:50:25.558Z] 2daf38717194: Pull complete [2020-10-22T00:50:25.558Z] 309017e8d7a4: Pull complete [2020-10-22T00:50:25.558Z] f7790dc9fd0f: Pull complete [2020-10-22T00:50:25.558Z] cac0ae9282c2: Pull complete [2020-10-22T00:50:25.558Z] 1f4cadf9a1ed: Pull complete [2020-10-22T00:50:25.558Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-10-22T00:50:25.558Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-10-22T00:50:30.228Z] ---> 047ce49d3c96 [2020-10-22T00:50:30.228Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-22T00:50:30.855Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-10-22T00:50:31.115Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-22T00:50:31.115Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-10-22T00:50:31.115Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [211 kB] [2020-10-22T00:50:31.115Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] [2020-10-22T00:50:31.115Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1745 kB] [2020-10-22T00:50:31.232Z] ---> Running in b764593229b1 [2020-10-22T00:50:31.375Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1352 kB] [2020-10-22T00:50:31.375Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-10-22T00:50:31.640Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] [2020-10-22T00:50:31.640Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2115 kB] [2020-10-22T00:50:31.900Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [238 kB] [2020-10-22T00:50:31.900Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2162 kB] [2020-10-22T00:50:31.900Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] [2020-10-22T00:50:31.900Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] [2020-10-22T00:50:32.476Z] Fetched 8158 kB in 1s (5587 kB/s) [2020-10-22T00:50:33.415Z] Reading package lists... [2020-10-22T00:50:34.666Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-22T00:50:35.339Z] 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: [2020-10-22T00:50:35.339Z] - README.md [2020-10-22T00:50:35.339Z] [2020-10-22T00:50:35.339Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-10-22T00:50:36.985Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-10-22T00:50:36.985Z] 0% [Waiting for headers] 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-22T00:50:37.244Z] 0% [1 InRelease gpgv 88.7 kB] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-10-22T00:50:37.244Z] 0% [2 InRelease gpgv 242 kB] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-10-22T00:50:38.108Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:50:38.108Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:50:38.108Z] ---> 29c5ad70494d [2020-10-22T00:50:38.108Z] Step 3/27 : WORKDIR /edgex-go [2020-10-22T00:50:38.108Z] ---> Using cache [2020-10-22T00:50:38.108Z] ---> 6abcad458759 [2020-10-22T00:50:38.108Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:50:38.108Z] ---> Using cache [2020-10-22T00:50:38.108Z] ---> 10f1e8f7c79a [2020-10-22T00:50:38.108Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-22T00:50:38.597Z] 0% [2 InRelease gpgv 242 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 62% Reading package lists... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-10-22T00:50:39.118Z] ---> Running in 613b96c35aac [2020-10-22T00:50:40.510Z] Installing build dependencies: autoconf automake autopoint autotools-dev binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libltdl-dev libltdl7 liblua5.1-0 liblua5.1-0-dev libmpc3 libmpfr6 libmpx2 libncurses5-dev libnorm1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libperl5.26 libpgm-5.2-0 libquadmath0 libreadline-dev librhash0 libsigsegv2 libsodium23 libssl-dev libstdc++-7-dev libtinfo-dev libtool libtool-bin libtsan0 libubsan0 libuv1 libx32asan4 libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 libyaml-0-2 libyaml-dev libzmq3-dev libzmq5 linux-libc-dev lua-any lua-sec lua-socket lua5.1 luarocks m4 make manpages manpages-dev netbase patch perl perl-modules-5.26 pkg-config unzip wget zip zlib1g-dev [2020-10-22T00:50:41.601Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 59% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-10-22T00:50:41.781Z] ---> c1ed9aeedcaf [2020-10-22T00:50:41.781Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-22T00:50:41.861Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-10-22T00:50:41.861Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-10-22T00:50:42.057Z] ---> Running in cddfb646926b [2020-10-22T00:50:42.121Z] The following packages were automatically installed and are no longer required: [2020-10-22T00:50:42.121Z] libjq1 libonig4 [2020-10-22T00:50:42.121Z] Use 'sudo apt autoremove' to remove them. [2020-10-22T00:50:42.121Z] Suggested packages: [2020-10-22T00:50:42.121Z] autoconf-archive gnu-standards autoconf-doc gettext binutils-doc cmake-doc [2020-10-22T00:50:42.121Z] ninja-build cpp-doc gcc-7-locales debian-keyring gcc-7-doc libstdc++6-7-dbg [2020-10-22T00:50:42.121Z] lib32stdc++6-7-dbg libx32stdc++6-7-dbg flex bison gdb gcc-doc libgcc1-dbg [2020-10-22T00:50:42.121Z] libgomp1-dbg libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg [2020-10-22T00:50:42.121Z] libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg [2020-10-22T00:50:42.121Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-10-22T00:50:42.121Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn lrzip glibc-doc bzr [2020-10-22T00:50:42.121Z] gdbm-l10n libtool-doc ncurses-doc readline-doc libssl-doc libstdc++-7-doc [2020-10-22T00:50:42.121Z] gfortran | fortran95-compiler gcj-jdk libyaml-doc m4-doc make-doc [2020-10-22T00:50:42.121Z] man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl [2020-10-22T00:50:42.121Z] | libterm-readline-perl-perl [2020-10-22T00:50:42.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:50:42.693Z] The following NEW packages will be installed: [2020-10-22T00:50:42.694Z] autoconf automake autopoint autotools-dev binutils binutils-common [2020-10-22T00:50:42.694Z] binutils-x86-64-linux-gnu build-essential cmake cmake-data cpp cpp-7 curl [2020-10-22T00:50:42.694Z] dpkg-dev fakeroot g++ g++-7 g++-7-multilib g++-multilib gcc gcc-7 gcc-7-base [2020-10-22T00:50:42.694Z] gcc-7-multilib gcc-multilib git git-man less lib32asan4 lib32atomic1 [2020-10-22T00:50:42.694Z] lib32cilkrts5 lib32gcc-7-dev lib32gcc1 lib32gomp1 lib32itm1 lib32mpx2 [2020-10-22T00:50:42.694Z] lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 lib32ubsan0 [2020-10-22T00:50:42.694Z] libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl [2020-10-22T00:50:42.694Z] libarchive13 libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev [2020-10-22T00:50:42.694Z] libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libcc1-0 libcilkrts5 [2020-10-22T00:50:42.694Z] libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot [2020-10-22T00:50:42.694Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 [2020-10-22T00:50:42.694Z] libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libltdl-dev [2020-10-22T00:50:42.694Z] libltdl7 liblua5.1-0 liblua5.1-0-dev libmpc3 libmpfr6 libmpx2 [2020-10-22T00:50:42.694Z] libncurses5-dev libnorm1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-10-22T00:50:42.694Z] libperl5.26 libpgm-5.2-0 libquadmath0 libreadline-dev librhash0 libsigsegv2 [2020-10-22T00:50:42.694Z] libsodium23 libssl-dev libstdc++-7-dev libtinfo-dev libtool libtool-bin [2020-10-22T00:50:42.694Z] libtsan0 libubsan0 libuv1 libx32asan4 libx32atomic1 libx32cilkrts5 [2020-10-22T00:50:42.694Z] libx32gcc-7-dev libx32gcc1 libx32gomp1 libx32itm1 libx32quadmath0 [2020-10-22T00:50:42.694Z] libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 libyaml-0-2 libyaml-dev [2020-10-22T00:50:42.694Z] libzmq3-dev libzmq5 linux-libc-dev lua-any lua-sec lua-socket lua5.1 [2020-10-22T00:50:42.694Z] luarocks m4 make manpages manpages-dev netbase patch perl perl-modules-5.26 [2020-10-22T00:50:42.694Z] pkg-config unzip wget zip zlib1g-dev [2020-10-22T00:50:42.694Z] 0 upgraded, 130 newly installed, 0 to remove and 30 not upgraded. [2020-10-22T00:50:42.694Z] Need to get 86.0 MB of archives. [2020-10-22T00:50:42.694Z] After this operation, 394 MB of additional disk space will be used. [2020-10-22T00:50:42.694Z] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] [2020-10-22T00:50:42.954Z] 0% [1 liblocale-gettext-perl 12.6 kB/16.6 kB 76%] 0% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-10-22T00:50:43.526Z] 0% [2 perl-modules-5.26 10.0 kB/2763 kB 0%] 2% [2 perl-modules-5.26 1585 kB/2763 kB 57%] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-10-22T00:50:43.526Z] 3% [3 libgdbm5 26.0 kB/26.0 kB 100%] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-10-22T00:50:43.526Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-10-22T00:50:43.526Z] 3% [5 libperl5.26 17.1 kB/3527 kB 0%] 7% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-10-22T00:50:43.526Z] 7% [6 perl 0 B/201 kB 0%] 7% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-10-22T00:50:43.526Z] 7% [7 less 11.5 kB/112 kB 10%] 7% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-0-2 amd64 0.1.7-2ubuntu3 [47.2 kB] [2020-10-22T00:50:43.527Z] 7% [8 libyaml-0-2 30.8 kB/47.2 kB 65%] 7% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-10-22T00:50:43.527Z] 7% [9 netbase 12.7 kB/12.7 kB 100%] 8% [Working] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] [2020-10-22T00:50:43.527Z] 8% [10 manpages 24.6 kB/1234 kB 2%] 9% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 wget amd64 1.19.4-1ubuntu2.2 [316 kB] [2020-10-22T00:50:43.527Z] 9% [11 wget 4096 B/316 kB 1%] 9% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsigsegv2 amd64 2.12-1 [14.7 kB] [2020-10-22T00:50:43.527Z] 9% [12 libsigsegv2 14.7 kB/14.7 kB 100%] 10% [Working] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB] [2020-10-22T00:50:43.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:50:43.797Z] 10% [13 m4 43.6 kB/197 kB 22%] 10% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB] [2020-10-22T00:50:43.797Z] 10% [14 autoconf 0 B/322 kB 0%] 10% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB] [2020-10-22T00:50:43.797Z] 10% [15 autotools-dev 8192 B/39.6 kB 21%] 11% [Waiting for headers] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB] [2020-10-22T00:50:43.797Z] 11% [16 automake 0 B/509 kB 0%] 11% [Waiting for headers] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB] [2020-10-22T00:50:43.797Z] 11% [17 autopoint 0 B/426 kB 0%] 12% [Waiting for headers] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-10-22T00:50:43.797Z] 12% [18 binutils-common 4096 B/196 kB 2%] 12% [Waiting for headers] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-10-22T00:50:43.797Z] 12% [19 libbinutils 28.7 kB/488 kB 6%] 13% [Waiting for headers] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-10-22T00:50:43.797Z] 13% [20 binutils-x86-64-linux-gnu 26.8 kB/1839 kB 1%] 15% [Waiting for headers] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-10-22T00:50:43.797Z] 15% [21 binutils 3392 B/3392 B 100%] 15% [Waiting for headers] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.2 [71.8 kB] [2020-10-22T00:50:44.057Z] 15% [22 libc-dev-bin 18.6 kB/71.8 kB 26%] 15% [Waiting for headers] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-122.124 [998 kB] [2020-10-22T00:50:44.057Z] 15% [23 linux-libc-dev 0 B/998 kB 0%] 16% [Waiting for headers] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.2 [2585 kB] [2020-10-22T00:50:44.057Z] 16% [24 libc6-dev 4096 B/2585 kB 0%] 19% [Waiting for headers] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-10-22T00:50:44.057Z] 19% [25 gcc-7-base 0 B/18.3 kB 0%] 19% [Working] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] [2020-10-22T00:50:44.317Z] 19% [26 libisl19 0 B/551 kB 0%] 19% [Waiting for headers] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] [2020-10-22T00:50:44.317Z] 19% [27 libmpfr6 0 B/243 kB 0%] 20% [Waiting for headers] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] [2020-10-22T00:50:44.317Z] 20% [28 libmpc3 6832 B/40.8 kB 17%] 20% [Working] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-10-22T00:50:44.577Z] 20% [29 cpp-7 0 B/8591 kB 0%] 28% [Waiting for headers] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-10-22T00:50:44.577Z] 28% [30 cpp 0 B/27.7 kB 0%] 28% [Waiting for headers] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-10-22T00:50:44.577Z] 28% [31 libcc1-0 16.4 kB/39.4 kB 42%] 28% [Waiting for headers] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-10-22T00:50:44.577Z] 28% [32 libgomp1 0 B/76.5 kB 0%] 29% [Waiting for headers] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-10-22T00:50:44.577Z] 29% [33 libitm1 4096 B/27.9 kB 15%] 29% [Working] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-10-22T00:50:44.577Z] 29% [34 libatomic1 4096 B/9192 B 45%] 29% [Working] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-10-22T00:50:44.577Z] 29% [35 libasan4 36.9 kB/358 kB 10%] 29% [Waiting for headers] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-10-22T00:50:44.577Z] 30% [36 liblsan0 8776 B/133 kB 7%] 30% [Waiting for headers] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-10-22T00:50:44.577Z] 30% [37 libtsan0 6877 B/288 kB 2%] 30% [Waiting for headers] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-10-22T00:50:44.577Z] 30% [38 libubsan0 21.2 kB/126 kB 17%] 30% [Waiting for headers] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-10-22T00:50:44.577Z] 30% [39 libcilkrts5 16.4 kB/42.5 kB 39%] 31% [Waiting for headers] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-10-22T00:50:44.577Z] 31% [40 libmpx2 7984 B/11.6 kB 69%] 31% [Waiting for headers] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-10-22T00:50:44.577Z] 31% [41 libquadmath0 35.8 kB/134 kB 27%] 31% [Waiting for headers] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-10-22T00:50:44.836Z] 31% [42 libgcc-7-dev 0 B/2378 kB 0%] 33% [Waiting for headers] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-10-22T00:50:45.097Z] 33% [43 gcc-7 0 B/9381 kB 0%] 42% [Working] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-10-22T00:50:45.097Z] 42% [44 gcc 5184 B/5184 B 100%] 43% [Working] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-10-22T00:50:45.097Z] 43% [45 libstdc++-7-dev 24.2 kB/1471 kB 2%] 44% [Waiting for headers] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-10-22T00:50:45.117Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-22T00:50:45.397Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:50:45.397Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:50:45.397Z] OK: 12623 distinct packages available [2020-10-22T00:50:45.672Z] 44% [46 g++-7 0 B/9697 kB 0%] 53% [Waiting for headers] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-10-22T00:50:45.673Z] 53% [47 g++ 1568 B/1568 B 100%] 53% [Working] Get:48 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-10-22T00:50:45.673Z] 53% [48 make 0 B/154 kB 0%] 54% [Working] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-10-22T00:50:45.673Z] 54% [49 libdpkg-perl 15.7 kB/211 kB 7%] 54% [Working] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-10-22T00:50:45.673Z] 54% [50 patch 0 B/102 kB 0%] 54% [Working] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-10-22T00:50:45.673Z] 54% [51 dpkg-dev 0 B/607 kB 0%] 55% [Waiting for headers] Get:52 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] [2020-10-22T00:50:45.673Z] 55% [52 build-essential 4758 B/4758 B 100%] 55% [Working] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.1 [1332 kB] [2020-10-22T00:50:45.673Z] 55% [53 cmake-data 28.3 kB/1332 kB 2%] 57% [Waiting for headers] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive13 amd64 3.2.2-3.1ubuntu0.6 [288 kB] [2020-10-22T00:50:45.673Z] 57% [54 libarchive13 7252 B/288 kB 3%] 57% [Waiting for headers] Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB] [2020-10-22T00:50:45.673Z] 57% [55 libjsoncpp1 47.1 kB/73.6 kB 64%] 57% [Working] Get:56 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB] [2020-10-22T00:50:45.673Z] 57% [56 librhash0 38.8 kB/78.1 kB 50%] 57% [Working] Get:57 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB] [2020-10-22T00:50:45.673Z] 57% [57 libuv1 0 B/64.4 kB 0%] 58% [Working] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.1 [3152 kB] [2020-10-22T00:50:45.936Z] 58% [58 cmake 26.9 kB/3152 kB 1%] 61% [Waiting for headers] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] [2020-10-22T00:50:45.936Z] 61% [59 curl 18.4 kB/159 kB 12%] 61% [Working] Get:60 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] [2020-10-22T00:50:45.936Z] 61% [60 libfakeroot 16.6 kB/25.9 kB 64%] 61% [Working] Get:61 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] [2020-10-22T00:50:45.936Z] 61% [61 fakeroot 682 B/62.3 kB 1%] 61% [Working] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-i386 amd64 2.27-3ubuntu1.2 [2650 kB] [2020-10-22T00:50:45.936Z] 61% [62 libc6-i386 28.2 kB/2650 kB 1%] 64% [Waiting for headers] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-i386 amd64 2.27-3ubuntu1.2 [1817 kB] [2020-10-22T00:50:45.936Z] 64% [63 libc6-dev-i386 0 B/1817 kB 0%] 66% [Waiting for headers] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-x32 amd64 2.27-3ubuntu1.2 [2847 kB] [2020-10-22T00:50:46.196Z] 66% [64 libc6-x32 3695 B/2847 kB 0%] 69% [Waiting for headers] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-x32 amd64 2.27-3ubuntu1.2 [2018 kB] [2020-10-22T00:50:46.196Z] 69% [65 libc6-dev-x32 22.2 kB/2018 kB 1%] 71% [Waiting for headers] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [48.1 kB] [2020-10-22T00:50:46.196Z] 71% [66 lib32gcc1 4096 B/48.1 kB 9%] 71% [Working] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.5 kB] [2020-10-22T00:50:46.196Z] 71% [67 libx32gcc1 12.3 kB/40.5 kB 30%] 71% [Working] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gomp1 amd64 8.4.0-1ubuntu1~18.04 [83.7 kB] [2020-10-22T00:50:46.197Z] 71% [68 lib32gomp1 48.8 kB/83.7 kB 58%] 71% [Working] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gomp1 amd64 8.4.0-1ubuntu1~18.04 [77.8 kB] [2020-10-22T00:50:46.197Z] 71% [69 libx32gomp1 0 B/77.8 kB 0%] 72% [Waiting for headers] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32itm1 amd64 8.4.0-1ubuntu1~18.04 [30.0 kB] [2020-10-22T00:50:46.197Z] 72% [70 lib32itm1 17.8 kB/30.0 kB 59%] 72% [Working] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32itm1 amd64 8.4.0-1ubuntu1~18.04 [28.1 kB] [2020-10-22T00:50:46.197Z] 72% [71 libx32itm1 0 B/28.1 kB 0%] 72% [Working] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32atomic1 amd64 8.4.0-1ubuntu1~18.04 [8664 B] [2020-10-22T00:50:46.197Z] 72% [72 lib32atomic1 8664 B/8664 B 100%] 72% [Working] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32atomic1 amd64 8.4.0-1ubuntu1~18.04 [9188 B] [2020-10-22T00:50:46.197Z] 72% [73 libx32atomic1 9188 B/9188 B 100%] 72% [Waiting for headers] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32asan4 amd64 7.5.0-3ubuntu1~18.04 [362 kB] [2020-10-22T00:50:46.466Z] 72% [74 lib32asan4 6250 B/362 kB 2%] 73% [Waiting for headers] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32asan4 amd64 7.5.0-3ubuntu1~18.04 [351 kB] [2020-10-22T00:50:46.466Z] 73% [75 libx32asan4 37.7 kB/351 kB 11%] 73% [Waiting for headers] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [415 kB] [2020-10-22T00:50:46.466Z] 73% [76 lib32stdc++6 13.7 kB/415 kB 3%] 74% [Waiting for headers] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [140 kB] [2020-10-22T00:50:46.466Z] 74% [77 lib32ubsan0 57.1 kB/140 kB 41%] 74% [Waiting for headers] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [387 kB] [2020-10-22T00:50:46.466Z] 74% [78 libx32stdc++6 48.3 kB/387 kB 12%] 75% [Waiting for headers] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [127 kB] [2020-10-22T00:50:46.466Z] 75% [79 libx32ubsan0 41.0 kB/127 kB 32%] 75% [Waiting for headers] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [47.2 kB] [2020-10-22T00:50:46.466Z] 75% [80 lib32cilkrts5 12.3 kB/47.2 kB 26%] 75% [Working] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [43.0 kB] [2020-10-22T00:50:46.466Z] 75% [81 libx32cilkrts5 0 B/43.0 kB 0%] 75% [Working] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32mpx2 amd64 8.4.0-1ubuntu1~18.04 [12.9 kB] [2020-10-22T00:50:46.466Z] 75% [82 lib32mpx2 0 B/12.9 kB 0%] 75% [Working] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [208 kB] [2020-10-22T00:50:46.466Z] 75% [83 lib32quadmath0 12.3 kB/208 kB 6%] 76% [Waiting for headers] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [135 kB] [2020-10-22T00:50:46.466Z] 76% [84 libx32quadmath0 7578 B/135 kB 6%] 76% [Waiting for headers] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2211 kB] [2020-10-22T00:50:46.466Z] 76% [85 lib32gcc-7-dev 0 B/2211 kB 0%] 78% [Waiting for headers] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [1999 kB] [2020-10-22T00:50:46.725Z] 78% [86 libx32gcc-7-dev 8192 B/1999 kB 0%] 80% [Waiting for headers] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1048 B] [2020-10-22T00:50:46.725Z] 80% [87 gcc-7-multilib 0 B/1048 B 0%] 80% [Waiting for headers] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [626 kB] [2020-10-22T00:50:46.725Z] 80% [88 lib32stdc++-7-dev 32.8 kB/626 kB 5%] 81% [Waiting for headers] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [582 kB] [2020-10-22T00:50:46.725Z] 81% [89 libx32stdc++-7-dev 14.6 kB/582 kB 3%] 82% [Waiting for headers] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1064 B] [2020-10-22T00:50:46.725Z] 82% [90 g++-7-multilib 1064 B/1064 B 100%] 82% [Working] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-multilib amd64 4:7.4.0-1ubuntu2.3 [1428 B] [2020-10-22T00:50:46.725Z] 82% [91 gcc-multilib 0 B/1428 B 0%] 82% [Waiting for headers] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-multilib amd64 4:7.4.0-1ubuntu2.3 [1020 B] [2020-10-22T00:50:46.725Z] 82% [92 g++-multilib 1020 B/1020 B 100%] 82% [Waiting for headers] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] [2020-10-22T00:50:46.725Z] 82% [93 libcurl3-gnutls 0 B/213 kB 0%] 83% [Waiting for headers] Get:94 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-10-22T00:50:46.725Z] 83% [94 liberror-perl 12.3 kB/22.8 kB 54%] 83% [Working] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-10-22T00:50:46.725Z] 83% [95 git-man 0 B/804 kB 0%] 84% [Waiting for headers] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-10-22T00:50:46.904Z] OK: 217 MiB in 51 packages [2020-10-22T00:50:46.985Z] 84% [96 git 4096 B/3915 kB 0%] 87% [Waiting for headers] Get:97 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-10-22T00:50:46.985Z] 87% [97 libalgorithm-diff-perl 12.3 kB/47.6 kB 26%] 88% [Working] Get:98 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] [2020-10-22T00:50:46.985Z] 88% [98 libalgorithm-diff-xs-perl 11.1 kB/11.1 kB 100%] 88% [Working] Get:99 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-10-22T00:50:46.985Z] 88% [99 libalgorithm-merge-perl 12.0 kB/12.0 kB 100%] 88% [Working] Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] [2020-10-22T00:50:46.985Z] 88% [100 libfile-fcntllock-perl 24.6 kB/33.2 kB 74%] 88% [Working] Get:101 http://archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB] [2020-10-22T00:50:46.985Z] 88% [101 libltdl7 4146 B/38.8 kB 11%] 88% [Working] Get:102 http://archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB] [2020-10-22T00:50:47.554Z] 88% [102 libltdl-dev 8192 B/162 kB 5%] 89% [Working] Get:103 http://archive.ubuntu.com/ubuntu bionic/universe amd64 liblua5.1-0 amd64 5.1.5-8.1build2 [100 kB] [2020-10-22T00:50:47.554Z] 89% [103 liblua5.1-0 4869 B/100 kB 5%] 89% [Waiting for headers] Get:104 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo-dev amd64 6.1-1ubuntu1.18.04 [81.3 kB] [2020-10-22T00:50:47.554Z] 89% [104 libtinfo-dev 28.7 kB/81.3 kB 35%] 89% [Waiting for headers] Get:105 http://archive.ubuntu.com/ubuntu bionic/main amd64 libreadline-dev amd64 7.0-3 [133 kB] [2020-10-22T00:50:47.554Z] 89% [105 libreadline-dev 492 B/133 kB 0%] 89% [Waiting for headers] Get:106 http://archive.ubuntu.com/ubuntu bionic/universe amd64 liblua5.1-0-dev amd64 5.1.5-8.1build2 [119 kB] [2020-10-22T00:50:47.554Z] 89% [106 liblua5.1-0-dev 1133 B/119 kB 1%] 90% [Waiting for headers] Get:107 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5-dev amd64 6.1-1ubuntu1.18.04 [174 kB] [2020-10-22T00:50:47.826Z] 90% [107 libncurses5-dev 2974 B/174 kB 2%] 90% [Waiting for headers] Get:108 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-10-22T00:50:47.826Z] 90% [108 libnorm1 883 B/224 kB 0%] 90% [Waiting for headers] Get:109 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre16-3 amd64 2:8.39-9 [147 kB] [2020-10-22T00:50:47.826Z] 90% [109 libpcre16-3 2796 B/147 kB 2%] 91% [Waiting for headers] Get:110 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre32-3 amd64 2:8.39-9 [138 kB] [2020-10-22T00:50:47.826Z] 91% [110 libpcre32-3 3537 B/138 kB 3%] 91% [Waiting for headers] Get:111 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcrecpp0v5 amd64 2:8.39-9 [15.3 kB] [2020-10-22T00:50:47.826Z] 91% [111 libpcrecpp0v5 8408 B/15.3 kB 55%] 91% [Waiting for headers] Get:112 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre3-dev amd64 2:8.39-9 [537 kB] [2020-10-22T00:50:47.826Z] 91% [112 libpcre3-dev 3165 B/537 kB 1%] 92% [Waiting for headers] Get:113 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-10-22T00:50:47.826Z] 92% [113 libpgm-5.2-0 815 B/157 kB 1%] 92% [Waiting for headers] Get:114 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-10-22T00:50:47.826Z] 92% [114 libsodium23 4096 B/143 kB 3%] 92% [Waiting for headers] Get:115 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl-dev amd64 1.1.1-1ubuntu2.1~18.04.6 [1566 kB] [2020-10-22T00:50:48.085Z] 92% [115 libssl-dev 16.4 kB/1566 kB 1%] 94% [Waiting for headers] Get:116 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB] [2020-10-22T00:50:48.086Z] 94% [116 libtool 19.8 kB/194 kB 10%] 94% [Waiting for headers] Get:117 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtool-bin amd64 2.4.6-2 [79.5 kB] [2020-10-22T00:50:48.086Z] 94% [117 libtool-bin 37.2 kB/79.5 kB 47%] 95% [Waiting for headers] Get:118 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-10-22T00:50:48.086Z] 95% [118 libzmq5 22.9 kB/221 kB 10%] 95% [Waiting for headers] Get:119 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-10-22T00:50:48.086Z] 95% [119 libzmq3-dev 63.4 kB/400 kB 16%] 95% [Waiting for headers] Get:120 http://archive.ubuntu.com/ubuntu bionic/universe amd64 lua5.1 amd64 5.1.5-8.1build2 [93.2 kB] [2020-10-22T00:50:48.086Z] 95% [120 lua5.1 56.7 kB/93.2 kB 61%] 96% [Waiting for headers] Get:121 http://archive.ubuntu.com/ubuntu bionic/universe amd64 lua-any all 24 [4718 B] [2020-10-22T00:50:48.086Z] 96% [121 lua-any 4718 B/4718 B 100%] 96% [Waiting for headers] Get:122 http://archive.ubuntu.com/ubuntu bionic/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-4 [70.5 kB] [2020-10-22T00:50:48.086Z] 96% [122 lua-socket 23.7 kB/70.5 kB 34%] 96% [Waiting for headers] Get:123 http://archive.ubuntu.com/ubuntu bionic/universe amd64 lua-sec amd64 0.6-4 [29.5 kB] [2020-10-22T00:50:48.086Z] 96% [123 lua-sec 18.5 kB/29.5 kB 63%] 96% [Waiting for headers] Get:124 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-10-22T00:50:48.086Z] 96% [124 zip 54.2 kB/167 kB 32%] 97% [Waiting for headers] Get:125 http://archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] [2020-10-22T00:50:48.086Z] 97% [125 unzip 16.5 kB/167 kB 10%] 97% [Waiting for headers] Get:126 http://archive.ubuntu.com/ubuntu bionic/universe amd64 luarocks all 2.4.2+dfsg-1 [97.6 kB] [2020-10-22T00:50:48.345Z] 97% [126 luarocks 2294 B/97.6 kB 2%] 97% [Waiting for headers] Get:127 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] [2020-10-22T00:50:48.345Z] 97% [127 manpages-dev 14.8 kB/2217 kB 1%] 99% [Waiting for headers] Get:128 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-10-22T00:50:48.345Z] 99% [128 pkg-config 26.0 kB/45.0 kB 58%] 99% [Waiting for headers] Get:129 http://archive.ubuntu.com/ubuntu bionic/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-0ubuntu2 [176 kB] [2020-10-22T00:50:48.345Z] 100% [129 zlib1g-dev 46.3 kB/176 kB 26%] 100% [Waiting for headers] Get:130 http://archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-dev amd64 0.1.7-2ubuntu3 [55.7 kB] [2020-10-22T00:50:48.345Z] 100% [130 libyaml-dev 55.7 kB/55.7 kB 100%] 100% [Working] Fetched 86.0 MB in 6s (14.7 MB/s) [2020-10-22T00:50:48.606Z] debconf: delaying package configuration, since apt-utils is not installed [2020-10-22T00:50:48.606Z] Selecting previously unselected package liblocale-gettext-perl. [2020-10-22T00:50:48.606Z] (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 ... 9889 files and directories currently installed.) [2020-10-22T00:50:48.606Z] Preparing to unpack .../000-liblocale-gettext-perl_1.07-3build2_amd64.deb ... [2020-10-22T00:50:48.606Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-10-22T00:50:48.606Z] Selecting previously unselected package perl-modules-5.26. [2020-10-22T00:50:48.606Z] Preparing to unpack .../001-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-10-22T00:50:48.606Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-10-22T00:50:48.911Z] Removing intermediate container 613b96c35aac [2020-10-22T00:50:48.912Z] ---> 63ecf93e3f61 [2020-10-22T00:50:48.912Z] Step 6/27 : COPY go.mod . [2020-10-22T00:50:49.546Z] Selecting previously unselected package libgdbm5:amd64. [2020-10-22T00:50:49.546Z] Preparing to unpack .../002-libgdbm5_1.14.1-6_amd64.deb ... [2020-10-22T00:50:49.546Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-10-22T00:50:49.546Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-10-22T00:50:49.546Z] Preparing to unpack .../003-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-10-22T00:50:49.806Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-10-22T00:50:49.806Z] Selecting previously unselected package libperl5.26:amd64. [2020-10-22T00:50:49.806Z] Preparing to unpack .../004-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-10-22T00:50:49.806Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-10-22T00:50:49.916Z] ---> 483527d3368b [2020-10-22T00:50:49.916Z] Step 7/27 : RUN go mod download [2020-10-22T00:50:50.211Z] ---> Running in d2cfa9945c98 [2020-10-22T00:50:50.377Z] Selecting previously unselected package perl. [2020-10-22T00:50:50.378Z] Preparing to unpack .../005-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-10-22T00:50:50.378Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-10-22T00:50:50.378Z] Selecting previously unselected package less. [2020-10-22T00:50:50.378Z] Preparing to unpack .../006-less_487-0.1_amd64.deb ... [2020-10-22T00:50:50.378Z] Unpacking less (487-0.1) ... [2020-10-22T00:50:50.378Z] Selecting previously unselected package libyaml-0-2:amd64. [2020-10-22T00:50:50.378Z] Preparing to unpack .../007-libyaml-0-2_0.1.7-2ubuntu3_amd64.deb ... [2020-10-22T00:50:50.378Z] Unpacking libyaml-0-2:amd64 (0.1.7-2ubuntu3) ... [2020-10-22T00:50:50.638Z] Selecting previously unselected package netbase. [2020-10-22T00:50:50.638Z] Preparing to unpack .../008-netbase_5.4_all.deb ... [2020-10-22T00:50:50.638Z] Unpacking netbase (5.4) ... [2020-10-22T00:50:50.638Z] Selecting previously unselected package manpages. [2020-10-22T00:50:50.638Z] Preparing to unpack .../009-manpages_4.15-1_all.deb ... [2020-10-22T00:50:50.638Z] Unpacking manpages (4.15-1) ... [2020-10-22T00:50:50.638Z] Selecting previously unselected package wget. [2020-10-22T00:50:50.638Z] Preparing to unpack .../010-wget_1.19.4-1ubuntu2.2_amd64.deb ... [2020-10-22T00:50:50.638Z] Unpacking wget (1.19.4-1ubuntu2.2) ... [2020-10-22T00:50:50.898Z] Selecting previously unselected package libsigsegv2:amd64. [2020-10-22T00:50:50.898Z] Preparing to unpack .../011-libsigsegv2_2.12-1_amd64.deb ... [2020-10-22T00:50:50.898Z] Unpacking libsigsegv2:amd64 (2.12-1) ... [2020-10-22T00:50:50.898Z] Selecting previously unselected package m4. [2020-10-22T00:50:50.898Z] Preparing to unpack .../012-m4_1.4.18-1_amd64.deb ... [2020-10-22T00:50:50.898Z] Unpacking m4 (1.4.18-1) ... [2020-10-22T00:50:51.160Z] Selecting previously unselected package autoconf. [2020-10-22T00:50:51.160Z] Preparing to unpack .../013-autoconf_2.69-11_all.deb ... [2020-10-22T00:50:51.160Z] Unpacking autoconf (2.69-11) ... [2020-10-22T00:50:51.160Z] Selecting previously unselected package autotools-dev. [2020-10-22T00:50:51.160Z] Preparing to unpack .../014-autotools-dev_20180224.1_all.deb ... [2020-10-22T00:50:51.160Z] Unpacking autotools-dev (20180224.1) ... [2020-10-22T00:50:51.160Z] Selecting previously unselected package automake. [2020-10-22T00:50:51.160Z] Preparing to unpack .../015-automake_1%3a1.15.1-3ubuntu2_all.deb ... [2020-10-22T00:50:51.160Z] Unpacking automake (1:1.15.1-3ubuntu2) ... [2020-10-22T00:50:51.160Z] Selecting previously unselected package autopoint. [2020-10-22T00:50:51.160Z] Preparing to unpack .../016-autopoint_0.19.8.1-6ubuntu0.3_all.deb ... [2020-10-22T00:50:51.160Z] Unpacking autopoint (0.19.8.1-6ubuntu0.3) ... [2020-10-22T00:50:51.420Z] Selecting previously unselected package binutils-common:amd64. [2020-10-22T00:50:51.420Z] Preparing to unpack .../017-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-10-22T00:50:51.420Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-10-22T00:50:51.420Z] Selecting previously unselected package libbinutils:amd64. [2020-10-22T00:50:51.420Z] Preparing to unpack .../018-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-10-22T00:50:51.420Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-10-22T00:50:51.420Z] Selecting previously unselected package binutils-x86-64-linux-gnu. [2020-10-22T00:50:51.420Z] Preparing to unpack .../019-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-10-22T00:50:51.420Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-10-22T00:50:51.993Z] Selecting previously unselected package binutils. [2020-10-22T00:50:51.993Z] Preparing to unpack .../020-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-10-22T00:50:51.993Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) ... [2020-10-22T00:50:51.993Z] Selecting previously unselected package libc-dev-bin. [2020-10-22T00:50:51.993Z] Preparing to unpack .../021-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... [2020-10-22T00:50:51.993Z] Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... [2020-10-22T00:50:51.993Z] Selecting previously unselected package linux-libc-dev:amd64. [2020-10-22T00:50:51.993Z] Preparing to unpack .../022-linux-libc-dev_4.15.0-122.124_amd64.deb ... [2020-10-22T00:50:51.993Z] Unpacking linux-libc-dev:amd64 (4.15.0-122.124) ... [2020-10-22T00:50:52.253Z] Selecting previously unselected package libc6-dev:amd64. [2020-10-22T00:50:52.254Z] Preparing to unpack .../023-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... [2020-10-22T00:50:52.254Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... [2020-10-22T00:50:52.825Z] Selecting previously unselected package gcc-7-base:amd64. [2020-10-22T00:50:52.825Z] Preparing to unpack .../024-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:50:52.825Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:50:52.825Z] Selecting previously unselected package libisl19:amd64. [2020-10-22T00:50:52.825Z] Preparing to unpack .../025-libisl19_0.19-1_amd64.deb ... [2020-10-22T00:50:52.825Z] Unpacking libisl19:amd64 (0.19-1) ... [2020-10-22T00:50:53.086Z] Selecting previously unselected package libmpfr6:amd64. [2020-10-22T00:50:53.086Z] Preparing to unpack .../026-libmpfr6_4.0.1-1_amd64.deb ... [2020-10-22T00:50:53.086Z] Unpacking libmpfr6:amd64 (4.0.1-1) ... [2020-10-22T00:50:53.086Z] Selecting previously unselected package libmpc3:amd64. [2020-10-22T00:50:53.086Z] Preparing to unpack .../027-libmpc3_1.1.0-1_amd64.deb ... [2020-10-22T00:50:53.086Z] Unpacking libmpc3:amd64 (1.1.0-1) ... [2020-10-22T00:50:53.086Z] Selecting previously unselected package cpp-7. [2020-10-22T00:50:53.086Z] Preparing to unpack .../028-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:50:53.086Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:50:54.027Z] Selecting previously unselected package cpp. [2020-10-22T00:50:54.027Z] Preparing to unpack .../029-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-22T00:50:54.027Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-10-22T00:50:54.027Z] Selecting previously unselected package libcc1-0:amd64. [2020-10-22T00:50:54.027Z] Preparing to unpack .../030-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:50:54.027Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:50:54.027Z] Selecting previously unselected package libgomp1:amd64. [2020-10-22T00:50:54.027Z] Preparing to unpack .../031-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:50:54.027Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:50:54.027Z] Selecting previously unselected package libitm1:amd64. [2020-10-22T00:50:54.027Z] Preparing to unpack .../032-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:50:54.027Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:50:54.287Z] Selecting previously unselected package libatomic1:amd64. [2020-10-22T00:50:54.287Z] Preparing to unpack .../033-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:50:54.287Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:50:54.288Z] Selecting previously unselected package libasan4:amd64. [2020-10-22T00:50:54.288Z] Preparing to unpack .../034-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:50:54.288Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:50:54.288Z] Selecting previously unselected package liblsan0:amd64. [2020-10-22T00:50:54.288Z] Preparing to unpack .../035-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:50:54.288Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:50:54.288Z] Selecting previously unselected package libtsan0:amd64. [2020-10-22T00:50:54.288Z] Preparing to unpack .../036-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:50:54.288Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:50:54.548Z] Selecting previously unselected package libubsan0:amd64. [2020-10-22T00:50:54.548Z] Preparing to unpack .../037-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:50:54.548Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:50:54.548Z] Selecting previously unselected package libcilkrts5:amd64. [2020-10-22T00:50:54.548Z] Preparing to unpack .../038-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:50:54.548Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:50:54.548Z] Selecting previously unselected package libmpx2:amd64. [2020-10-22T00:50:54.548Z] Preparing to unpack .../039-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:50:54.548Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:50:54.808Z] Selecting previously unselected package libquadmath0:amd64. [2020-10-22T00:50:54.808Z] Preparing to unpack .../040-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:50:54.808Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:50:54.808Z] Selecting previously unselected package libgcc-7-dev:amd64. [2020-10-22T00:50:54.808Z] Preparing to unpack .../041-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:50:54.808Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:50:55.067Z] Selecting previously unselected package gcc-7. [2020-10-22T00:50:55.067Z] Preparing to unpack .../042-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:50:55.067Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:50:56.026Z] Selecting previously unselected package gcc. [2020-10-22T00:50:56.026Z] Preparing to unpack .../043-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-22T00:50:56.026Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-10-22T00:50:56.026Z] Selecting previously unselected package libstdc++-7-dev:amd64. [2020-10-22T00:50:56.026Z] Preparing to unpack .../044-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:50:56.026Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:50:56.601Z] Selecting previously unselected package g++-7. [2020-10-22T00:50:56.601Z] Preparing to unpack .../045-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:50:56.601Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:50:56.989Z] Removing intermediate container d2cfa9945c98 [2020-10-22T00:50:56.989Z] ---> cf0f020ae90d [2020-10-22T00:50:56.989Z] Step 8/27 : COPY . . [2020-10-22T00:50:57.541Z] Selecting previously unselected package g++. [2020-10-22T00:50:57.541Z] Preparing to unpack .../046-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-22T00:50:57.541Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-10-22T00:50:57.541Z] Selecting previously unselected package make. [2020-10-22T00:50:57.541Z] Preparing to unpack .../047-make_4.1-9.1ubuntu1_amd64.deb ... [2020-10-22T00:50:57.541Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-10-22T00:50:57.541Z] Selecting previously unselected package libdpkg-perl. [2020-10-22T00:50:57.541Z] Preparing to unpack .../048-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-10-22T00:50:57.541Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-10-22T00:50:57.541Z] Selecting previously unselected package patch. [2020-10-22T00:50:57.541Z] Preparing to unpack .../049-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-10-22T00:50:57.802Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-10-22T00:50:57.802Z] Selecting previously unselected package dpkg-dev. [2020-10-22T00:50:57.802Z] Preparing to unpack .../050-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-10-22T00:50:57.802Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-10-22T00:50:57.802Z] Selecting previously unselected package build-essential. [2020-10-22T00:50:57.802Z] Preparing to unpack .../051-build-essential_12.4ubuntu1_amd64.deb ... [2020-10-22T00:50:57.802Z] Unpacking build-essential (12.4ubuntu1) ... [2020-10-22T00:50:57.802Z] Selecting previously unselected package cmake-data. [2020-10-22T00:50:57.802Z] Preparing to unpack .../052-cmake-data_3.10.2-1ubuntu2.18.04.1_all.deb ... [2020-10-22T00:50:57.802Z] Unpacking cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-10-22T00:50:58.744Z] Selecting previously unselected package libarchive13:amd64. [2020-10-22T00:50:58.744Z] Preparing to unpack .../053-libarchive13_3.2.2-3.1ubuntu0.6_amd64.deb ... [2020-10-22T00:50:58.744Z] Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-10-22T00:50:58.744Z] Selecting previously unselected package libjsoncpp1:amd64. [2020-10-22T00:50:58.744Z] Preparing to unpack .../054-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-10-22T00:50:58.744Z] Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-10-22T00:50:59.005Z] Selecting previously unselected package librhash0:amd64. [2020-10-22T00:50:59.005Z] Preparing to unpack .../055-librhash0_1.3.6-2_amd64.deb ... [2020-10-22T00:50:59.005Z] Unpacking librhash0:amd64 (1.3.6-2) ... [2020-10-22T00:50:59.005Z] Selecting previously unselected package libuv1:amd64. [2020-10-22T00:50:59.005Z] Preparing to unpack .../056-libuv1_1.18.0-3_amd64.deb ... [2020-10-22T00:50:59.005Z] Unpacking libuv1:amd64 (1.18.0-3) ... [2020-10-22T00:50:59.005Z] Selecting previously unselected package cmake. [2020-10-22T00:50:59.005Z] Preparing to unpack .../057-cmake_3.10.2-1ubuntu2.18.04.1_amd64.deb ... [2020-10-22T00:50:59.005Z] Unpacking cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-10-22T00:50:59.589Z] Selecting previously unselected package curl. [2020-10-22T00:50:59.589Z] Preparing to unpack .../058-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-10-22T00:50:59.589Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-10-22T00:50:59.589Z] Selecting previously unselected package libfakeroot:amd64. [2020-10-22T00:50:59.589Z] Preparing to unpack .../059-libfakeroot_1.22-2ubuntu1_amd64.deb ... [2020-10-22T00:50:59.589Z] Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-10-22T00:50:59.589Z] Selecting previously unselected package fakeroot. [2020-10-22T00:50:59.589Z] Preparing to unpack .../060-fakeroot_1.22-2ubuntu1_amd64.deb ... [2020-10-22T00:50:59.589Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-10-22T00:50:59.589Z] Selecting previously unselected package libc6-i386. [2020-10-22T00:50:59.589Z] Preparing to unpack .../061-libc6-i386_2.27-3ubuntu1.2_amd64.deb ... [2020-10-22T00:50:59.589Z] Unpacking libc6-i386 (2.27-3ubuntu1.2) ... [2020-10-22T00:51:00.158Z] Selecting previously unselected package libc6-dev-i386. [2020-10-22T00:51:00.158Z] Preparing to unpack .../062-libc6-dev-i386_2.27-3ubuntu1.2_amd64.deb ... [2020-10-22T00:51:00.158Z] Unpacking libc6-dev-i386 (2.27-3ubuntu1.2) ... [2020-10-22T00:51:00.417Z] Selecting previously unselected package libc6-x32. [2020-10-22T00:51:00.417Z] Preparing to unpack .../063-libc6-x32_2.27-3ubuntu1.2_amd64.deb ... [2020-10-22T00:51:00.417Z] Unpacking libc6-x32 (2.27-3ubuntu1.2) ... [2020-10-22T00:51:00.989Z] Selecting previously unselected package libc6-dev-x32. [2020-10-22T00:51:00.989Z] Preparing to unpack .../064-libc6-dev-x32_2.27-3ubuntu1.2_amd64.deb ... [2020-10-22T00:51:00.989Z] Unpacking libc6-dev-x32 (2.27-3ubuntu1.2) ... [2020-10-22T00:51:01.250Z] Selecting previously unselected package lib32gcc1. [2020-10-22T00:51:01.250Z] Preparing to unpack .../065-lib32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:51:01.250Z] Unpacking lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:01.250Z] Selecting previously unselected package libx32gcc1. [2020-10-22T00:51:01.250Z] Preparing to unpack .../066-libx32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:51:01.250Z] Unpacking libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:01.250Z] Selecting previously unselected package lib32gomp1. [2020-10-22T00:51:01.250Z] Preparing to unpack .../067-lib32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:51:01.250Z] Unpacking lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:01.510Z] Selecting previously unselected package libx32gomp1. [2020-10-22T00:51:01.510Z] Preparing to unpack .../068-libx32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:51:01.510Z] Unpacking libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:01.510Z] Selecting previously unselected package lib32itm1. [2020-10-22T00:51:01.510Z] Preparing to unpack .../069-lib32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:51:01.510Z] Unpacking lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:01.510Z] Selecting previously unselected package libx32itm1. [2020-10-22T00:51:01.510Z] Preparing to unpack .../070-libx32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:51:01.510Z] Unpacking libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:01.510Z] Selecting previously unselected package lib32atomic1. [2020-10-22T00:51:01.510Z] Preparing to unpack .../071-lib32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:51:01.510Z] Unpacking lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:01.771Z] Selecting previously unselected package libx32atomic1. [2020-10-22T00:51:01.771Z] Preparing to unpack .../072-libx32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:51:01.771Z] Unpacking libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:01.771Z] Selecting previously unselected package lib32asan4. [2020-10-22T00:51:01.771Z] Preparing to unpack .../073-lib32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:51:01.771Z] Unpacking lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:01.771Z] Selecting previously unselected package libx32asan4. [2020-10-22T00:51:01.771Z] Preparing to unpack .../074-libx32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:51:01.771Z] Unpacking libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:02.032Z] Selecting previously unselected package lib32stdc++6. [2020-10-22T00:51:02.032Z] Preparing to unpack .../075-lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:51:02.033Z] Unpacking lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:02.033Z] Selecting previously unselected package lib32ubsan0. [2020-10-22T00:51:02.033Z] Preparing to unpack .../076-lib32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:51:02.033Z] Unpacking lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:02.033Z] Selecting previously unselected package libx32stdc++6. [2020-10-22T00:51:02.033Z] Preparing to unpack .../077-libx32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:51:02.293Z] Unpacking libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:02.293Z] Selecting previously unselected package libx32ubsan0. [2020-10-22T00:51:02.293Z] Preparing to unpack .../078-libx32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:51:02.293Z] Unpacking libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:02.293Z] Selecting previously unselected package lib32cilkrts5. [2020-10-22T00:51:02.293Z] Preparing to unpack .../079-lib32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:51:02.293Z] Unpacking lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:02.293Z] Selecting previously unselected package libx32cilkrts5. [2020-10-22T00:51:02.293Z] Preparing to unpack .../080-libx32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:51:02.293Z] Unpacking libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:02.552Z] Selecting previously unselected package lib32mpx2. [2020-10-22T00:51:02.552Z] Preparing to unpack .../081-lib32mpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:51:02.552Z] Unpacking lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:02.552Z] Selecting previously unselected package lib32quadmath0. [2020-10-22T00:51:02.552Z] Preparing to unpack .../082-lib32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:51:02.552Z] Unpacking lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:02.552Z] Selecting previously unselected package libx32quadmath0. [2020-10-22T00:51:02.552Z] Preparing to unpack .../083-libx32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:51:02.552Z] Unpacking libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:02.812Z] Selecting previously unselected package lib32gcc-7-dev. [2020-10-22T00:51:02.812Z] Preparing to unpack .../084-lib32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:51:02.812Z] Unpacking lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:03.072Z] Selecting previously unselected package libx32gcc-7-dev. [2020-10-22T00:51:03.072Z] Preparing to unpack .../085-libx32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:51:03.072Z] Unpacking libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:03.331Z] Selecting previously unselected package gcc-7-multilib. [2020-10-22T00:51:03.331Z] Preparing to unpack .../086-gcc-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:51:03.331Z] Unpacking gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:03.331Z] Selecting previously unselected package lib32stdc++-7-dev. [2020-10-22T00:51:03.331Z] Preparing to unpack .../087-lib32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:51:03.331Z] Unpacking lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:03.331Z] Selecting previously unselected package libx32stdc++-7-dev. [2020-10-22T00:51:03.331Z] Preparing to unpack .../088-libx32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:51:03.331Z] Unpacking libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:03.594Z] Selecting previously unselected package g++-7-multilib. [2020-10-22T00:51:03.594Z] Preparing to unpack .../089-g++-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:51:03.594Z] Unpacking g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:03.594Z] Selecting previously unselected package gcc-multilib. [2020-10-22T00:51:03.594Z] Preparing to unpack .../090-gcc-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-22T00:51:03.594Z] Unpacking gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-10-22T00:51:03.594Z] Selecting previously unselected package g++-multilib. [2020-10-22T00:51:03.594Z] Preparing to unpack .../091-g++-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-22T00:51:03.594Z] Unpacking g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-10-22T00:51:03.855Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-10-22T00:51:03.855Z] Preparing to unpack .../092-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-10-22T00:51:03.855Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-10-22T00:51:03.855Z] Selecting previously unselected package liberror-perl. [2020-10-22T00:51:03.855Z] Preparing to unpack .../093-liberror-perl_0.17025-1_all.deb ... [2020-10-22T00:51:03.855Z] Unpacking liberror-perl (0.17025-1) ... [2020-10-22T00:51:03.855Z] Selecting previously unselected package git-man. [2020-10-22T00:51:03.855Z] Preparing to unpack .../094-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-10-22T00:51:03.855Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-10-22T00:51:03.855Z] Selecting previously unselected package git. [2020-10-22T00:51:03.855Z] Preparing to unpack .../095-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-10-22T00:51:04.116Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-10-22T00:51:04.691Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-10-22T00:51:04.691Z] Preparing to unpack .../096-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-10-22T00:51:04.691Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-10-22T00:51:04.691Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-10-22T00:51:04.691Z] Preparing to unpack .../097-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... [2020-10-22T00:51:04.691Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-10-22T00:51:04.691Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-10-22T00:51:04.691Z] Preparing to unpack .../098-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-10-22T00:51:04.691Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-10-22T00:51:04.691Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-10-22T00:51:04.691Z] Preparing to unpack .../099-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... [2020-10-22T00:51:04.691Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-10-22T00:51:04.691Z] Selecting previously unselected package libltdl7:amd64. [2020-10-22T00:51:04.691Z] Preparing to unpack .../100-libltdl7_2.4.6-2_amd64.deb ... [2020-10-22T00:51:04.691Z] Unpacking libltdl7:amd64 (2.4.6-2) ... [2020-10-22T00:51:04.691Z] Selecting previously unselected package libltdl-dev:amd64. [2020-10-22T00:51:04.691Z] Preparing to unpack .../101-libltdl-dev_2.4.6-2_amd64.deb ... [2020-10-22T00:51:04.691Z] Unpacking libltdl-dev:amd64 (2.4.6-2) ... [2020-10-22T00:51:04.951Z] Selecting previously unselected package liblua5.1-0:amd64. [2020-10-22T00:51:04.951Z] Preparing to unpack .../102-liblua5.1-0_5.1.5-8.1build2_amd64.deb ... [2020-10-22T00:51:04.951Z] Unpacking liblua5.1-0:amd64 (5.1.5-8.1build2) ... [2020-10-22T00:51:04.951Z] Selecting previously unselected package libtinfo-dev:amd64. [2020-10-22T00:51:04.951Z] Preparing to unpack .../103-libtinfo-dev_6.1-1ubuntu1.18.04_amd64.deb ... [2020-10-22T00:51:04.951Z] Unpacking libtinfo-dev:amd64 (6.1-1ubuntu1.18.04) ... [2020-10-22T00:51:04.951Z] Selecting previously unselected package libreadline-dev:amd64. [2020-10-22T00:51:04.951Z] Preparing to unpack .../104-libreadline-dev_7.0-3_amd64.deb ... [2020-10-22T00:51:04.951Z] Unpacking libreadline-dev:amd64 (7.0-3) ... [2020-10-22T00:51:05.210Z] Selecting previously unselected package liblua5.1-0-dev:amd64. [2020-10-22T00:51:05.210Z] Preparing to unpack .../105-liblua5.1-0-dev_5.1.5-8.1build2_amd64.deb ... [2020-10-22T00:51:05.210Z] Unpacking liblua5.1-0-dev:amd64 (5.1.5-8.1build2) ... [2020-10-22T00:51:05.210Z] Selecting previously unselected package libncurses5-dev:amd64. [2020-10-22T00:51:05.210Z] Preparing to unpack .../106-libncurses5-dev_6.1-1ubuntu1.18.04_amd64.deb ... [2020-10-22T00:51:05.210Z] Unpacking libncurses5-dev:amd64 (6.1-1ubuntu1.18.04) ... [2020-10-22T00:51:05.210Z] Selecting previously unselected package libnorm1:amd64. [2020-10-22T00:51:05.210Z] Preparing to unpack .../107-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-10-22T00:51:05.210Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-10-22T00:51:05.210Z] Selecting previously unselected package libpcre16-3:amd64. [2020-10-22T00:51:05.210Z] Preparing to unpack .../108-libpcre16-3_2%3a8.39-9_amd64.deb ... [2020-10-22T00:51:05.210Z] Unpacking libpcre16-3:amd64 (2:8.39-9) ... [2020-10-22T00:51:05.470Z] Selecting previously unselected package libpcre32-3:amd64. [2020-10-22T00:51:05.470Z] Preparing to unpack .../109-libpcre32-3_2%3a8.39-9_amd64.deb ... [2020-10-22T00:51:05.470Z] Unpacking libpcre32-3:amd64 (2:8.39-9) ... [2020-10-22T00:51:05.470Z] Selecting previously unselected package libpcrecpp0v5:amd64. [2020-10-22T00:51:05.470Z] Preparing to unpack .../110-libpcrecpp0v5_2%3a8.39-9_amd64.deb ... [2020-10-22T00:51:05.470Z] Unpacking libpcrecpp0v5:amd64 (2:8.39-9) ... [2020-10-22T00:51:05.470Z] Selecting previously unselected package libpcre3-dev:amd64. [2020-10-22T00:51:05.470Z] Preparing to unpack .../111-libpcre3-dev_2%3a8.39-9_amd64.deb ... [2020-10-22T00:51:05.470Z] Unpacking libpcre3-dev:amd64 (2:8.39-9) ... [2020-10-22T00:51:05.729Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-10-22T00:51:05.729Z] Preparing to unpack .../112-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-10-22T00:51:05.729Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-10-22T00:51:05.729Z] Selecting previously unselected package libsodium23:amd64. [2020-10-22T00:51:05.729Z] Preparing to unpack .../113-libsodium23_1.0.16-2_amd64.deb ... [2020-10-22T00:51:05.729Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-10-22T00:51:05.729Z] Selecting previously unselected package libssl-dev:amd64. [2020-10-22T00:51:05.729Z] Preparing to unpack .../114-libssl-dev_1.1.1-1ubuntu2.1~18.04.6_amd64.deb ... [2020-10-22T00:51:05.729Z] Unpacking libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.6) ... [2020-10-22T00:51:05.988Z] Selecting previously unselected package libtool. [2020-10-22T00:51:05.988Z] Preparing to unpack .../115-libtool_2.4.6-2_all.deb ... [2020-10-22T00:51:05.988Z] Unpacking libtool (2.4.6-2) ... [2020-10-22T00:51:06.250Z] Selecting previously unselected package libtool-bin. [2020-10-22T00:51:06.250Z] Preparing to unpack .../116-libtool-bin_2.4.6-2_amd64.deb ... [2020-10-22T00:51:06.250Z] Unpacking libtool-bin (2.4.6-2) ... [2020-10-22T00:51:06.250Z] Selecting previously unselected package libzmq5:amd64. [2020-10-22T00:51:06.250Z] Preparing to unpack .../117-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-10-22T00:51:06.250Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-10-22T00:51:06.250Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-10-22T00:51:06.250Z] Preparing to unpack .../118-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-10-22T00:51:06.250Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-10-22T00:51:06.250Z] Selecting previously unselected package lua5.1. [2020-10-22T00:51:06.250Z] Preparing to unpack .../119-lua5.1_5.1.5-8.1build2_amd64.deb ... [2020-10-22T00:51:06.250Z] Unpacking lua5.1 (5.1.5-8.1build2) ... [2020-10-22T00:51:06.510Z] Selecting previously unselected package lua-any. [2020-10-22T00:51:06.510Z] Preparing to unpack .../120-lua-any_24_all.deb ... [2020-10-22T00:51:06.510Z] Unpacking lua-any (24) ... [2020-10-22T00:51:06.510Z] Selecting previously unselected package lua-socket:amd64. [2020-10-22T00:51:06.510Z] Preparing to unpack .../121-lua-socket_3.0~rc1+git+ac3201d-4_amd64.deb ... [2020-10-22T00:51:06.510Z] Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... [2020-10-22T00:51:06.510Z] Selecting previously unselected package lua-sec:amd64. [2020-10-22T00:51:06.510Z] Preparing to unpack .../122-lua-sec_0.6-4_amd64.deb ... [2020-10-22T00:51:06.510Z] Unpacking lua-sec:amd64 (0.6-4) ... [2020-10-22T00:51:06.510Z] Selecting previously unselected package zip. [2020-10-22T00:51:06.510Z] Preparing to unpack .../123-zip_3.0-11build1_amd64.deb ... [2020-10-22T00:51:06.510Z] Unpacking zip (3.0-11build1) ... [2020-10-22T00:51:06.773Z] Selecting previously unselected package unzip. [2020-10-22T00:51:06.773Z] Preparing to unpack .../124-unzip_6.0-21ubuntu1_amd64.deb ... [2020-10-22T00:51:06.773Z] Unpacking unzip (6.0-21ubuntu1) ... [2020-10-22T00:51:06.773Z] Selecting previously unselected package luarocks. [2020-10-22T00:51:06.773Z] Preparing to unpack .../125-luarocks_2.4.2+dfsg-1_all.deb ... [2020-10-22T00:51:06.773Z] Unpacking luarocks (2.4.2+dfsg-1) ... [2020-10-22T00:51:06.773Z] Selecting previously unselected package manpages-dev. [2020-10-22T00:51:06.773Z] Preparing to unpack .../126-manpages-dev_4.15-1_all.deb ... [2020-10-22T00:51:06.773Z] Unpacking manpages-dev (4.15-1) ... [2020-10-22T00:51:07.343Z] Selecting previously unselected package pkg-config. [2020-10-22T00:51:07.343Z] Preparing to unpack .../127-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-10-22T00:51:07.343Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-10-22T00:51:07.343Z] Selecting previously unselected package zlib1g-dev:amd64. [2020-10-22T00:51:07.343Z] Preparing to unpack .../128-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb ... [2020-10-22T00:51:07.343Z] Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... [2020-10-22T00:51:07.343Z] Selecting previously unselected package libyaml-dev:amd64. [2020-10-22T00:51:07.343Z] Preparing to unpack .../129-libyaml-dev_0.1.7-2ubuntu3_amd64.deb ... [2020-10-22T00:51:07.343Z] Unpacking libyaml-dev:amd64 (0.1.7-2ubuntu3) ... [2020-10-22T00:51:07.343Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:07.343Z] Setting up libc6-x32 (2.27-3ubuntu1.2) ... [2020-10-22T00:51:07.343Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:07.343Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-10-22T00:51:07.343Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:07.343Z] Setting up manpages (4.15-1) ... [2020-10-22T00:51:07.343Z] Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... [2020-10-22T00:51:07.604Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-10-22T00:51:07.604Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:07.604Z] Setting up less (487-0.1) ... [2020-10-22T00:51:07.604Z] Setting up make (4.1-9.1ubuntu1) ... [2020-10-22T00:51:07.604Z] Setting up libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:07.604Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-10-22T00:51:07.604Z] Setting up libsigsegv2:amd64 (2.12-1) ... [2020-10-22T00:51:07.604Z] Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-10-22T00:51:07.864Z] Setting up libuv1:amd64 (1.18.0-3) ... [2020-10-22T00:51:07.864Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-10-22T00:51:07.864Z] Setting up lua-sec:amd64 (0.6-4) ... [2020-10-22T00:51:07.864Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:07.864Z] Setting up libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.6) ... [2020-10-22T00:51:07.864Z] Setting up unzip (6.0-21ubuntu1) ... [2020-10-22T00:51:07.864Z] Setting up linux-libc-dev:amd64 (4.15.0-122.124) ... [2020-10-22T00:51:07.864Z] Setting up libmpfr6:amd64 (4.0.1-1) ... [2020-10-22T00:51:07.864Z] Setting up libtinfo-dev:amd64 (6.1-1ubuntu1.18.04) ... [2020-10-22T00:51:07.864Z] Setting up cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-10-22T00:51:07.864Z] Setting up libc6-i386 (2.27-3ubuntu1.2) ... [2020-10-22T00:51:07.864Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-10-22T00:51:07.864Z] Setting up m4 (1.4.18-1) ... [2020-10-22T00:51:07.864Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-10-22T00:51:08.125Z] Setting up zip (3.0-11build1) ... [2020-10-22T00:51:08.125Z] Setting up libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:08.125Z] Setting up lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:08.125Z] Setting up libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:08.125Z] Setting up librhash0:amd64 (1.3.6-2) ... [2020-10-22T00:51:08.125Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:08.125Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-10-22T00:51:08.125Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:08.125Z] Setting up libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:08.125Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-10-22T00:51:08.125Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-10-22T00:51:08.125Z] Setting up lua5.1 (5.1.5-8.1build2) ... [2020-10-22T00:51:08.384Z] update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode [2020-10-22T00:51:08.384Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lua.1.gz because associated file /usr/share/man/man1/lua5.1.1.gz (of link group lua-interpreter) doesn't exist [2020-10-22T00:51:08.384Z] update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode [2020-10-22T00:51:08.384Z] update-alternatives: warning: skip creation of /usr/share/man/man1/luac.1.gz because associated file /usr/share/man/man1/luac5.1.1.gz (of link group lua-compiler) doesn't exist [2020-10-22T00:51:08.384Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:08.384Z] Setting up libyaml-0-2:amd64 (0.1.7-2ubuntu3) ... [2020-10-22T00:51:08.384Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-10-22T00:51:08.384Z] Setting up autotools-dev (20180224.1) ... [2020-10-22T00:51:08.384Z] Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-10-22T00:51:08.384Z] Setting up libltdl7:amd64 (2.4.6-2) ... [2020-10-22T00:51:08.384Z] Setting up libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:08.384Z] Setting up wget (1.19.4-1ubuntu2.2) ... [2020-10-22T00:51:08.384Z] Setting up libreadline-dev:amd64 (7.0-3) ... [2020-10-22T00:51:08.384Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-10-22T00:51:08.384Z] Setting up libpcrecpp0v5:amd64 (2:8.39-9) ... [2020-10-22T00:51:08.384Z] Setting up libpcre32-3:amd64 (2:8.39-9) ... [2020-10-22T00:51:08.644Z] Setting up libmpc3:amd64 (1.1.0-1) ... [2020-10-22T00:51:08.644Z] Setting up liblua5.1-0:amd64 (5.1.5-8.1build2) ... [2020-10-22T00:51:08.644Z] Setting up libc-dev-bin (2.27-3ubuntu1.2) ... [2020-10-22T00:51:08.644Z] Setting up libpcre16-3:amd64 (2:8.39-9) ... [2020-10-22T00:51:08.644Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-10-22T00:51:08.644Z] Setting up lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:08.644Z] Setting up manpages-dev (4.15-1) ... [2020-10-22T00:51:08.644Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... [2020-10-22T00:51:08.644Z] Setting up lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:08.644Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:08.644Z] Setting up autopoint (0.19.8.1-6ubuntu0.3) ... [2020-10-22T00:51:08.644Z] Setting up libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:08.644Z] Setting up lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:08.644Z] Setting up netbase (5.4) ... [2020-10-22T00:51:08.905Z] Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... [2020-10-22T00:51:08.905Z] Setting up libisl19:amd64 (0.19-1) ... [2020-10-22T00:51:08.905Z] Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-10-22T00:51:08.905Z] Setting up lua-any (24) ... [2020-10-22T00:51:08.905Z] Setting up libpcre3-dev:amd64 (2:8.39-9) ... [2020-10-22T00:51:08.905Z] Setting up libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:08.905Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-10-22T00:51:08.905Z] Setting up libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:08.905Z] Setting up libltdl-dev:amd64 (2.4.6-2) ... [2020-10-22T00:51:08.905Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:08.905Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-10-22T00:51:09.165Z] Setting up lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:09.165Z] Setting up libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:09.165Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:09.165Z] Setting up liblua5.1-0-dev:amd64 (5.1.5-8.1build2) ... [2020-10-22T00:51:09.165Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:09.165Z] Setting up lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:09.165Z] Setting up lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:09.165Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-10-22T00:51:09.165Z] Setting up libyaml-dev:amd64 (0.1.7-2ubuntu3) ... [2020-10-22T00:51:09.165Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-10-22T00:51:09.165Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-10-22T00:51:09.165Z] update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-10-22T00:51:09.165Z] update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-10-22T00:51:09.165Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-10-22T00:51:09.165Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-10-22T00:51:09.165Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-10-22T00:51:09.165Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-10-22T00:51:09.165Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-10-22T00:51:09.165Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-10-22T00:51:09.165Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:09.425Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:09.425Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:09.425Z] Setting up libncurses5-dev:amd64 (6.1-1ubuntu1.18.04) ... [2020-10-22T00:51:09.425Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-10-22T00:51:09.425Z] Setting up lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:51:09.425Z] Setting up lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:09.425Z] Setting up cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-10-22T00:51:09.425Z] Setting up lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:09.425Z] Setting up libc6-dev-i386 (2.27-3ubuntu1.2) ... [2020-10-22T00:51:09.425Z] Setting up libc6-dev-x32 (2.27-3ubuntu1.2) ... [2020-10-22T00:51:09.425Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-10-22T00:51:09.425Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-10-22T00:51:09.425Z] Setting up luarocks (2.4.2+dfsg-1) ... [2020-10-22T00:51:09.684Z] Making manifest for /usr/local/lib/luarocks/rocks [2020-10-22T00:51:09.684Z] Warning: This looks like a local rocks tree, but you did not pass --local-tree. [2020-10-22T00:51:09.684Z] Generating index.html for /usr/local/lib/luarocks/rocks [2020-10-22T00:51:09.684Z] Setting up libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:09.684Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-10-22T00:51:09.684Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-10-22T00:51:09.684Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-10-22T00:51:09.684Z] Setting up lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:09.684Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-10-22T00:51:09.684Z] Setting up libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:09.684Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:09.684Z] Setting up liberror-perl (0.17025-1) ... [2020-10-22T00:51:09.684Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:09.684Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-10-22T00:51:09.684Z] Setting up autoconf (2.69-11) ... [2020-10-22T00:51:09.943Z] Setting up gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:09.943Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-10-22T00:51:09.943Z] Setting up lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:09.943Z] Setting up g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:51:09.943Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-10-22T00:51:09.943Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-10-22T00:51:09.943Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-10-22T00:51:09.943Z] Setting up automake (1:1.15.1-3ubuntu2) ... [2020-10-22T00:51:09.943Z] update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode [2020-10-22T00:51:09.943Z] update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.15.1.gz (of link group automake) doesn't exist [2020-10-22T00:51:09.943Z] update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.15.1.gz (of link group automake) doesn't exist [2020-10-22T00:51:09.943Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-10-22T00:51:09.943Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-10-22T00:51:09.943Z] update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist [2020-10-22T00:51:09.943Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-10-22T00:51:10.203Z] Setting up libtool (2.4.6-2) ... [2020-10-22T00:51:10.203Z] Setting up libtool-bin (2.4.6-2) ... [2020-10-22T00:51:10.203Z] Setting up build-essential (12.4ubuntu1) ... [2020-10-22T00:51:10.203Z] Setting up gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-10-22T00:51:10.203Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-10-22T00:51:10.203Z] Setting up g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-10-22T00:51:10.203Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-10-22T00:51:10.203Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-10-22T00:51:12.114Z] autoconf set to automatically installed. [2020-10-22T00:51:12.114Z] automake set to automatically installed. [2020-10-22T00:51:12.114Z] autopoint set to automatically installed. [2020-10-22T00:51:12.114Z] autotools-dev set to automatically installed. [2020-10-22T00:51:12.114Z] binutils set to automatically installed. [2020-10-22T00:51:12.114Z] binutils-common set to automatically installed. [2020-10-22T00:51:12.114Z] binutils-x86-64-linux-gnu set to automatically installed. [2020-10-22T00:51:12.114Z] build-essential set to automatically installed. [2020-10-22T00:51:12.114Z] cmake set to automatically installed. [2020-10-22T00:51:12.114Z] cmake-data set to automatically installed. [2020-10-22T00:51:12.114Z] cpp set to automatically installed. [2020-10-22T00:51:12.114Z] cpp-7 set to automatically installed. [2020-10-22T00:51:12.114Z] curl set to automatically installed. [2020-10-22T00:51:12.114Z] dpkg-dev set to automatically installed. [2020-10-22T00:51:12.114Z] fakeroot set to automatically installed. [2020-10-22T00:51:12.114Z] g++ set to automatically installed. [2020-10-22T00:51:12.114Z] g++-7 set to automatically installed. [2020-10-22T00:51:12.114Z] g++-7-multilib set to automatically installed. [2020-10-22T00:51:12.114Z] g++-multilib set to automatically installed. [2020-10-22T00:51:12.114Z] gcc set to automatically installed. [2020-10-22T00:51:12.114Z] gcc-7 set to automatically installed. [2020-10-22T00:51:12.114Z] gcc-7-base set to automatically installed. [2020-10-22T00:51:12.114Z] gcc-7-multilib set to automatically installed. [2020-10-22T00:51:12.114Z] gcc-multilib set to automatically installed. [2020-10-22T00:51:12.114Z] git set to automatically installed. [2020-10-22T00:51:12.114Z] git-man set to automatically installed. [2020-10-22T00:51:12.114Z] less set to automatically installed. [2020-10-22T00:51:12.114Z] lib32asan4 set to automatically installed. [2020-10-22T00:51:12.114Z] lib32atomic1 set to automatically installed. [2020-10-22T00:51:12.114Z] lib32cilkrts5 set to automatically installed. [2020-10-22T00:51:12.114Z] lib32gcc-7-dev set to automatically installed. [2020-10-22T00:51:12.114Z] lib32gcc1 set to automatically installed. [2020-10-22T00:51:12.114Z] lib32gomp1 set to automatically installed. [2020-10-22T00:51:12.115Z] lib32itm1 set to automatically installed. [2020-10-22T00:51:12.115Z] lib32mpx2 set to automatically installed. [2020-10-22T00:51:12.115Z] lib32quadmath0 set to automatically installed. [2020-10-22T00:51:12.115Z] lib32stdc++-7-dev set to automatically installed. [2020-10-22T00:51:12.115Z] lib32stdc++6 set to automatically installed. [2020-10-22T00:51:12.115Z] lib32ubsan0 set to automatically installed. [2020-10-22T00:51:12.115Z] libalgorithm-diff-perl set to automatically installed. [2020-10-22T00:51:12.115Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-10-22T00:51:12.115Z] libalgorithm-merge-perl set to automatically installed. [2020-10-22T00:51:12.115Z] libarchive13 set to automatically installed. [2020-10-22T00:51:12.115Z] libasan4 set to automatically installed. [2020-10-22T00:51:12.115Z] libatomic1 set to automatically installed. [2020-10-22T00:51:12.115Z] libbinutils set to automatically installed. [2020-10-22T00:51:12.115Z] libc-dev-bin set to automatically installed. [2020-10-22T00:51:12.115Z] libc6-dev set to automatically installed. [2020-10-22T00:51:12.115Z] libc6-dev-i386 set to automatically installed. [2020-10-22T00:51:12.115Z] libc6-dev-x32 set to automatically installed. [2020-10-22T00:51:12.115Z] libc6-i386 set to automatically installed. [2020-10-22T00:51:12.115Z] libc6-x32 set to automatically installed. [2020-10-22T00:51:12.115Z] libcc1-0 set to automatically installed. [2020-10-22T00:51:12.115Z] libcilkrts5 set to automatically installed. [2020-10-22T00:51:12.115Z] libcurl3-gnutls set to automatically installed. [2020-10-22T00:51:12.115Z] libdpkg-perl set to automatically installed. [2020-10-22T00:51:12.115Z] liberror-perl set to automatically installed. [2020-10-22T00:51:12.115Z] libfakeroot set to automatically installed. [2020-10-22T00:51:12.115Z] libfile-fcntllock-perl set to automatically installed. [2020-10-22T00:51:12.115Z] libgcc-7-dev set to automatically installed. [2020-10-22T00:51:12.115Z] libgdbm-compat4 set to automatically installed. [2020-10-22T00:51:12.115Z] libgdbm5 set to automatically installed. [2020-10-22T00:51:12.115Z] libgomp1 set to automatically installed. [2020-10-22T00:51:12.115Z] libisl19 set to automatically installed. [2020-10-22T00:51:12.115Z] libitm1 set to automatically installed. [2020-10-22T00:51:12.115Z] libjsoncpp1 set to automatically installed. [2020-10-22T00:51:12.115Z] liblocale-gettext-perl set to automatically installed. [2020-10-22T00:51:12.115Z] liblsan0 set to automatically installed. [2020-10-22T00:51:12.115Z] libltdl-dev set to automatically installed. [2020-10-22T00:51:12.115Z] libltdl7 set to automatically installed. [2020-10-22T00:51:12.115Z] liblua5.1-0 set to automatically installed. [2020-10-22T00:51:12.115Z] liblua5.1-0-dev set to automatically installed. [2020-10-22T00:51:12.386Z] libmpc3 set to automatically installed. [2020-10-22T00:51:12.386Z] libmpfr6 set to automatically installed. [2020-10-22T00:51:12.386Z] libmpx2 set to automatically installed. [2020-10-22T00:51:12.386Z] libncurses5-dev set to automatically installed. [2020-10-22T00:51:12.386Z] libnorm1 set to automatically installed. [2020-10-22T00:51:12.386Z] libpcre16-3 set to automatically installed. [2020-10-22T00:51:12.386Z] libpcre3-dev set to automatically installed. [2020-10-22T00:51:12.386Z] libpcre32-3 set to automatically installed. [2020-10-22T00:51:12.386Z] libpcrecpp0v5 set to automatically installed. [2020-10-22T00:51:12.386Z] libperl5.26 set to automatically installed. [2020-10-22T00:51:12.386Z] libpgm-5.2-0 set to automatically installed. [2020-10-22T00:51:12.386Z] libquadmath0 set to automatically installed. [2020-10-22T00:51:12.386Z] libreadline-dev set to automatically installed. [2020-10-22T00:51:12.386Z] librhash0 set to automatically installed. [2020-10-22T00:51:12.386Z] libsigsegv2 set to automatically installed. [2020-10-22T00:51:12.386Z] libsodium23 set to automatically installed. [2020-10-22T00:51:12.386Z] libssl-dev set to automatically installed. [2020-10-22T00:51:12.386Z] libstdc++-7-dev set to automatically installed. [2020-10-22T00:51:12.386Z] libtinfo-dev set to automatically installed. [2020-10-22T00:51:12.386Z] libtool set to automatically installed. [2020-10-22T00:51:12.386Z] libtool-bin set to automatically installed. [2020-10-22T00:51:12.386Z] libtsan0 set to automatically installed. [2020-10-22T00:51:12.386Z] libubsan0 set to automatically installed. [2020-10-22T00:51:12.386Z] libuv1 set to automatically installed. [2020-10-22T00:51:12.386Z] libx32asan4 set to automatically installed. [2020-10-22T00:51:12.386Z] libx32atomic1 set to automatically installed. [2020-10-22T00:51:12.386Z] libx32cilkrts5 set to automatically installed. [2020-10-22T00:51:12.386Z] libx32gcc-7-dev set to automatically installed. [2020-10-22T00:51:12.386Z] libx32gcc1 set to automatically installed. [2020-10-22T00:51:12.386Z] libx32gomp1 set to automatically installed. [2020-10-22T00:51:12.386Z] libx32itm1 set to automatically installed. [2020-10-22T00:51:12.386Z] libx32quadmath0 set to automatically installed. [2020-10-22T00:51:12.386Z] libx32stdc++-7-dev set to automatically installed. [2020-10-22T00:51:12.386Z] libx32stdc++6 set to automatically installed. [2020-10-22T00:51:12.386Z] libx32ubsan0 set to automatically installed. [2020-10-22T00:51:12.386Z] libyaml-0-2 set to automatically installed. [2020-10-22T00:51:12.386Z] libyaml-dev set to automatically installed. [2020-10-22T00:51:12.386Z] libzmq3-dev set to automatically installed. [2020-10-22T00:51:12.648Z] libzmq5 set to automatically installed. [2020-10-22T00:51:12.648Z] linux-libc-dev set to automatically installed. [2020-10-22T00:51:12.648Z] lua-any set to automatically installed. [2020-10-22T00:51:12.648Z] lua-sec set to automatically installed. [2020-10-22T00:51:12.648Z] lua-socket set to automatically installed. [2020-10-22T00:51:12.648Z] lua5.1 set to automatically installed. [2020-10-22T00:51:12.648Z] luarocks set to automatically installed. [2020-10-22T00:51:12.648Z] m4 set to automatically installed. [2020-10-22T00:51:12.648Z] make set to automatically installed. [2020-10-22T00:51:12.648Z] manpages set to automatically installed. [2020-10-22T00:51:12.648Z] manpages-dev set to automatically installed. [2020-10-22T00:51:12.648Z] netbase set to automatically installed. [2020-10-22T00:51:12.648Z] patch set to automatically installed. [2020-10-22T00:51:12.648Z] perl set to automatically installed. [2020-10-22T00:51:12.648Z] perl-modules-5.26 set to automatically installed. [2020-10-22T00:51:12.648Z] pkg-config set to automatically installed. [2020-10-22T00:51:12.648Z] unzip set to automatically installed. [2020-10-22T00:51:12.648Z] wget set to automatically installed. [2020-10-22T00:51:12.648Z] zip set to automatically installed. [2020-10-22T00:51:12.648Z] zlib1g-dev set to automatically installed. [2020-10-22T00:51:12.648Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-10-22T00:51:12.648Z] Please ensure the environment is properly setup before continuing. [2020-10-22T00:51:12.648Z] Ignore this message if the appropriate measures have already been taken [2020-10-22T00:51:13.221Z] Pulling go-build-helper  [2020-10-22T00:51:14.164Z] Pulling lua-kong-nginx-module  [2020-10-22T00:51:14.734Z] Cloning into '/build/parts/lua-kong-nginx-module/src'... [2020-10-22T00:51:14.995Z] remote: Enumerating objects: 18, done. [2020-10-22T00:51:14.995Z] remote: Counting objects: 5% (1/18) remote: Counting objects: 11% (2/18) remote: Counting objects: 16% (3/18) remote: Counting objects: 22% (4/18) remote: Counting objects: 27% (5/18) remote: Counting objects: 33% (6/18) remote: Counting objects: 38% (7/18) remote: Counting objects: 44% (8/18) remote: Counting objects: 50% (9/18) remote: Counting objects: 55% (10/18) remote: Counting objects: 61% (11/18) remote: Counting objects: 66% (12/18) remote: Counting objects: 72% (13/18) remote: Counting objects: 77% (14/18) remote: Counting objects: 83% (15/18) remote: Counting objects: 88% (16/18) remote: Counting objects: 94% (17/18) remote: Counting objects: 100% (18/18) remote: Counting objects: 100% (18/18), done. [2020-10-22T00:51:14.995Z] remote: Compressing objects: 9% (1/11) remote: Compressing objects: 18% (2/11) remote: Compressing objects: 27% (3/11) remote: Compressing objects: 36% (4/11) remote: Compressing objects: 45% (5/11) remote: Compressing objects: 54% (6/11) remote: Compressing objects: 63% (7/11) remote: Compressing objects: 72% (8/11) remote: Compressing objects: 81% (9/11) remote: Compressing objects: 90% (10/11) remote: Compressing objects: 100% (11/11) remote: Compressing objects: 100% (11/11), done. [2020-10-22T00:51:15.255Z] Receiving objects: 0% (1/152) Receiving objects: 1% (2/152) Receiving objects: 2% (4/152) Receiving objects: 3% (5/152) Receiving objects: 4% (7/152) Receiving objects: 5% (8/152) Receiving objects: 6% (10/152) Receiving objects: 7% (11/152) Receiving objects: 8% (13/152) Receiving objects: 9% (14/152) Receiving objects: 10% (16/152) Receiving objects: 11% (17/152) Receiving objects: 12% (19/152) Receiving objects: 13% (20/152) Receiving objects: 14% (22/152) Receiving objects: 15% (23/152) Receiving objects: 16% (25/152) Receiving objects: 17% (26/152) Receiving objects: 18% (28/152) Receiving objects: 19% (29/152) Receiving objects: 20% (31/152) Receiving objects: 21% (32/152) Receiving objects: 22% (34/152) Receiving objects: 23% (35/152) Receiving objects: 24% (37/152) Receiving objects: 25% (38/152) Receiving objects: 26% (40/152) Receiving objects: 27% (42/152) Receiving objects: 28% (43/152) Receiving objects: 29% (45/152) Receiving objects: 30% (46/152) Receiving objects: 31% (48/152) Receiving objects: 32% (49/152) Receiving objects: 33% (51/152) Receiving objects: 34% (52/152) Receiving objects: 35% (54/152) Receiving objects: 36% (55/152) Receiving objects: 37% (57/152) Receiving objects: 38% (58/152) Receiving objects: 39% (60/152) Receiving objects: 40% (61/152) Receiving objects: 41% (63/152) Receiving objects: 42% (64/152) Receiving objects: 43% (66/152) Receiving objects: 44% (67/152) Receiving objects: 45% (69/152) Receiving objects: 46% (70/152) Receiving objects: 47% (72/152) Receiving objects: 48% (73/152) Receiving objects: 49% (75/152) Receiving objects: 50% (76/152) Receiving objects: 51% (78/152) Receiving objects: 52% (80/152) Receiving objects: 53% (81/152) Receiving objects: 54% (83/152) Receiving objects: 55% (84/152) Receiving objects: 56% (86/152) Receiving objects: 57% (87/152) Receiving objects: 58% (89/152) Receiving objects: 59% (90/152) Receiving objects: 60% (92/152) Receiving objects: 61% (93/152) Receiving objects: 62% (95/152) Receiving objects: 63% (96/152) Receiving objects: 64% (98/152) Receiving objects: 65% (99/152) Receiving objects: 66% (101/152) Receiving objects: 67% (102/152) Receiving objects: 68% (104/152) Receiving objects: 69% (105/152) Receiving objects: 70% (107/152) Receiving objects: 71% (108/152) Receiving objects: 72% (110/152) Receiving objects: 73% (111/152) Receiving objects: 74% (113/152) Receiving objects: 75% (114/152) Receiving objects: 76% (116/152) Receiving objects: 77% (118/152) Receiving objects: 78% (119/152) Receiving objects: 79% (121/152) Receiving objects: 80% (122/152) Receiving objects: 81% (124/152) Receiving objects: 82% (125/152) Receiving objects: 83% (127/152) Receiving objects: 84% (128/152) Receiving objects: 85% (130/152) Receiving objects: 86% (131/152) Receiving objects: 87% (133/152) Receiving objects: 88% (134/152) Receiving objects: 89% (136/152) Receiving objects: 90% (137/152) Receiving objects: 91% (139/152) Receiving objects: 92% (140/152) Receiving objects: 93% (142/152) Receiving objects: 94% (143/152) Receiving objects: 95% (145/152) Receiving objects: 96% (146/152) remote: Total 152 (delta 4), reused 10 (delta 2), pack-reused 134 [2020-10-22T00:51:15.255Z] Receiving objects: 97% (148/152) Receiving objects: 98% (149/152) Receiving objects: 99% (151/152) Receiving objects: 100% (152/152) Receiving objects: 100% (152/152), 62.76 KiB | 4.18 MiB/s, done. [2020-10-22T00:51:15.255Z] Resolving deltas: 0% (0/42) Resolving deltas: 4% (2/42) Resolving deltas: 9% (4/42) Resolving deltas: 16% (7/42) Resolving deltas: 35% (15/42) Resolving deltas: 40% (17/42) Resolving deltas: 42% (18/42) Resolving deltas: 54% (23/42) Resolving deltas: 59% (25/42) Resolving deltas: 61% (26/42) Resolving deltas: 66% (28/42) Resolving deltas: 69% (29/42) Resolving deltas: 71% (30/42) Resolving deltas: 73% (31/42) Resolving deltas: 90% (38/42) Resolving deltas: 92% (39/42) Resolving deltas: 95% (40/42) Resolving deltas: 97% (41/42) Resolving deltas: 100% (42/42) Resolving deltas: 100% (42/42), done. [2020-10-22T00:51:15.255Z] Note: checking out 'e4cc508ff20f774b0dce68549f25b66e56345ddb'. [2020-10-22T00:51:15.255Z] [2020-10-22T00:51:15.255Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-10-22T00:51:15.255Z] changes and commit them, and you can discard any commits you make in this [2020-10-22T00:51:15.255Z] state without impacting any branches by performing another checkout. [2020-10-22T00:51:15.255Z] [2020-10-22T00:51:15.255Z] If you want to create a new branch to retain commits you create, you may [2020-10-22T00:51:15.255Z] do so (now or later) by using -b with the checkout command again. Example: [2020-10-22T00:51:15.255Z] [2020-10-22T00:51:15.255Z] git checkout -b [2020-10-22T00:51:15.255Z] [2020-10-22T00:51:15.444Z] ---> a441f3d13356 [2020-10-22T00:51:15.444Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-22T00:51:15.444Z] ---> Running in b464b3fc42dc [2020-10-22T00:51:15.516Z] Pulling openresty-kong-patches  [2020-10-22T00:51:15.516Z] Cloning into '/build/parts/openresty-kong-patches/src'... [2020-10-22T00:51:15.779Z] remote: Enumerating objects: 8, done. [2020-10-22T00:51:15.779Z] remote: Counting objects: 12% (1/8) remote: Counting objects: 25% (2/8) remote: Counting objects: 37% (3/8) remote: Counting objects: 50% (4/8) remote: Counting objects: 62% (5/8) remote: Counting objects: 75% (6/8) remote: Counting objects: 87% (7/8) remote: Counting objects: 100% (8/8) remote: Counting objects: 100% (8/8), done. [2020-10-22T00:51:15.779Z] remote: Compressing objects: 14% (1/7) remote: Compressing objects: 28% (2/7) remote: Compressing objects: 42% (3/7) remote: Compressing objects: 57% (4/7) remote: Compressing objects: 71% (5/7) remote: Compressing objects: 85% (6/7) remote: Compressing objects: 100% (7/7) remote: Compressing objects: 100% (7/7), done. [2020-10-22T00:51:16.904Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-22T00:51:17.570Z] Receiving objects: 0% (1/2687) Receiving objects: 1% (27/2687) Receiving objects: 2% (54/2687) Receiving objects: 3% (81/2687) Receiving objects: 4% (108/2687) Receiving objects: 5% (135/2687) Receiving objects: 6% (162/2687) Receiving objects: 7% (189/2687) Receiving objects: 8% (215/2687) Receiving objects: 9% (242/2687) Receiving objects: 10% (269/2687) Receiving objects: 11% (296/2687) Receiving objects: 12% (323/2687) Receiving objects: 13% (350/2687) Receiving objects: 14% (377/2687) Receiving objects: 15% (404/2687) Receiving objects: 16% (430/2687) Receiving objects: 17% (457/2687) Receiving objects: 18% (484/2687) Receiving objects: 19% (511/2687) Receiving objects: 20% (538/2687) Receiving objects: 21% (565/2687) Receiving objects: 22% (592/2687) Receiving objects: 23% (619/2687) Receiving objects: 24% (645/2687) Receiving objects: 25% (672/2687) Receiving objects: 26% (699/2687) Receiving objects: 27% (726/2687) Receiving objects: 28% (753/2687) Receiving objects: 29% (780/2687) Receiving objects: 30% (807/2687) Receiving objects: 31% (833/2687) Receiving objects: 32% (860/2687) Receiving objects: 33% (887/2687) Receiving objects: 34% (914/2687) Receiving objects: 35% (941/2687) Receiving objects: 36% (968/2687) Receiving objects: 37% (995/2687) Receiving objects: 38% (1022/2687) Receiving objects: 39% (1048/2687) Receiving objects: 40% (1075/2687) Receiving objects: 41% (1102/2687) Receiving objects: 42% (1129/2687) Receiving objects: 43% (1156/2687) Receiving objects: 44% (1183/2687) Receiving objects: 45% (1210/2687) Receiving objects: 46% (1237/2687) Receiving objects: 47% (1263/2687) Receiving objects: 48% (1290/2687) Receiving objects: 49% (1317/2687) Receiving objects: 50% (1344/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 51% (1371/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 52% (1398/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 53% (1425/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 54% (1451/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 55% (1478/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 56% (1505/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 57% (1532/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 58% (1559/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 59% (1586/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 60% (1613/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 61% (1640/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 62% (1666/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 63% (1693/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 64% (1720/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 65% (1747/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 66% (1774/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 67% (1801/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 68% (1828/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 69% (1855/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 70% (1881/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 71% (1908/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 72% (1935/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 73% (1962/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 74% (1989/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 75% (2016/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 76% (2043/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 77% (2069/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 78% (2096/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 79% (2123/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 80% (2150/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 81% (2177/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 82% (2204/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 83% (2231/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 84% (2258/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 85% (2284/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 86% (2311/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 87% (2338/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 88% (2365/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 89% (2392/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 90% (2419/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 91% (2446/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 92% (2473/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 93% (2499/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 94% (2526/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 95% (2553/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 96% (2580/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 97% (2607/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 98% (2634/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 99% (2661/2687), 25.17 MiB | 50.33 MiB/s Receiving objects: 99% (2674/2687), 38.93 MiB | 38.92 MiB/s remote: Total 2687 (delta 1), reused 2 (delta 1), pack-reused 2679 [2020-10-22T00:51:17.571Z] Receiving objects: 100% (2687/2687), 44.79 MiB | 29.78 MiB/s Receiving objects: 100% (2687/2687), 48.20 MiB | 26.83 MiB/s, done. [2020-10-22T00:51:17.571Z] Resolving deltas: 0% (0/1754) Resolving deltas: 2% (38/1754) Resolving deltas: 3% (59/1754) Resolving deltas: 4% (72/1754) Resolving deltas: 7% (129/1754) Resolving deltas: 9% (165/1754) Resolving deltas: 10% (176/1754) Resolving deltas: 12% (215/1754) Resolving deltas: 15% (268/1754) Resolving deltas: 16% (281/1754) Resolving deltas: 17% (303/1754) Resolving deltas: 18% (320/1754) Resolving deltas: 19% (334/1754) Resolving deltas: 20% (351/1754) Resolving deltas: 21% (369/1754) Resolving deltas: 22% (387/1754) Resolving deltas: 23% (417/1754) Resolving deltas: 24% (423/1754) Resolving deltas: 25% (442/1754) Resolving deltas: 37% (663/1754) Resolving deltas: 42% (740/1754) Resolving deltas: 43% (758/1754) Resolving deltas: 44% (788/1754) Resolving deltas: 45% (794/1754) Resolving deltas: 48% (854/1754) Resolving deltas: 50% (883/1754) Resolving deltas: 51% (905/1754) Resolving deltas: 52% (926/1754) Resolving deltas: 56% (985/1754) Resolving deltas: 58% (1020/1754) Resolving deltas: 59% (1036/1754) Resolving deltas: 60% (1060/1754) Resolving deltas: 61% (1078/1754) Resolving deltas: 64% (1138/1754) Resolving deltas: 65% (1154/1754) Resolving deltas: 66% (1166/1754) Resolving deltas: 70% (1230/1754) Resolving deltas: 72% (1264/1754) Resolving deltas: 73% (1288/1754) Resolving deltas: 76% (1343/1754) Resolving deltas: 77% (1352/1754) Resolving deltas: 81% (1432/1754) Resolving deltas: 83% (1472/1754) Resolving deltas: 88% (1550/1754) Resolving deltas: 89% (1567/1754) Resolving deltas: 92% (1623/1754) Resolving deltas: 94% (1650/1754) Resolving deltas: 95% (1681/1754) Resolving deltas: 97% (1705/1754) Resolving deltas: 99% (1753/1754) Resolving deltas: 100% (1754/1754) Resolving deltas: 100% (1754/1754), done. [2020-10-22T00:51:17.838Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-10-22T00:51:18.099Z] 14% [Working] 49% [Working] 49% [Working] 99% [Working] 99% [Working] 99% Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-10-22T00:51:18.099Z] 30% 2% 2% 2% Get:3 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1352 kB] [2020-10-22T00:51:18.367Z] 2% 40% 40% 40% Get:4 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [211 kB] [2020-10-22T00:51:18.367Z] 42% 47% Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] [2020-10-22T00:51:18.367Z] 47% Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1745 kB] [2020-10-22T00:51:18.630Z] 62% 95% 96% 96% 96% 98% 98% 98% 98% 98% 98% 99% 99% 99% 99% Get:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-10-22T00:51:18.631Z] 97% 22% 22% [Working] 22% [Working] 22% Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-10-22T00:51:18.631Z] 22% 17% 17% [Working] 17% [Working] 17% 17% Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] [2020-10-22T00:51:18.631Z] 17% 18% Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] [2020-10-22T00:51:18.900Z] 18% 18% 18% 18% Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] [2020-10-22T00:51:18.900Z] 24% 24% 24% 25% Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] [2020-10-22T00:51:19.426Z] 25% 36% 36% 36% 38% 78% [Working] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2115 kB] [2020-10-22T00:51:19.691Z] 78% 78% 88% Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [238 kB] [2020-10-22T00:51:19.691Z] 88% 89% Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2162 kB] [2020-10-22T00:51:19.691Z] 89% 99% Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] [2020-10-22T00:51:19.691Z] 99% 99% Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] [2020-10-22T00:51:19.691Z] 99% 99% Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] [2020-10-22T00:51:20.786Z] 99% 99% 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% [Working] 99% [Working] 99% 100% [Working] Fetched 21.3 MB in 0s (0 B/s) [2020-10-22T00:51:24.088Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb [415 kB] [2020-10-22T00:51:24.670Z] 3% 100% [Working] Fetched 415 kB in 0s (0 B/s) [2020-10-22T00:51:24.670Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb [18.7 kB] [2020-10-22T00:51:24.931Z] 67% 100% [Working] Fetched 18.7 kB in 0s (0 B/s) [2020-10-22T00:51:24.931Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 lib32gcc1_8.4.0-1ubuntu1~18.04_amd64.deb [48.1 kB] [2020-10-22T00:51:25.238Z] 26% 100% [Working] Fetched 48.1 kB in 0s (0 B/s) [2020-10-22T00:51:25.505Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc6-i386_2.27-3ubuntu1.2_amd64.deb [2650 kB] [2020-10-22T00:51:26.080Z] 0% 24% 100% [Working] Fetched 2650 kB in 0s (0 B/s) [2020-10-22T00:51:26.656Z] Pulling snapcraft-preload  [2020-10-22T00:51:27.226Z] Cloning into '/build/parts/snapcraft-preload/src'... [2020-10-22T00:51:27.487Z] remote: Enumerating objects: 187, done. [2020-10-22T00:51:27.487Z] Receiving objects: 0% (1/187) Receiving objects: 1% (2/187) Receiving objects: 2% (4/187) Receiving objects: 3% (6/187) Receiving objects: 4% (8/187) Receiving objects: 5% (10/187) Receiving objects: 6% (12/187) Receiving objects: 7% (14/187) Receiving objects: 8% (15/187) Receiving objects: 9% (17/187) Receiving objects: 10% (19/187) Receiving objects: 11% (21/187) Receiving objects: 12% (23/187) Receiving objects: 13% (25/187) Receiving objects: 14% (27/187) Receiving objects: 15% (29/187) Receiving objects: 16% (30/187) Receiving objects: 17% (32/187) Receiving objects: 18% (34/187) Receiving objects: 19% (36/187) Receiving objects: 20% (38/187) Receiving objects: 21% (40/187) Receiving objects: 22% (42/187) Receiving objects: 23% (44/187) Receiving objects: 24% (45/187) Receiving objects: 25% (47/187) Receiving objects: 26% (49/187) Receiving objects: 27% (51/187) Receiving objects: 28% (53/187) Receiving objects: 29% (55/187) Receiving objects: 30% (57/187) Receiving objects: 31% (58/187) Receiving objects: 32% (60/187) Receiving objects: 33% (62/187) Receiving objects: 34% (64/187) Receiving objects: 35% (66/187) Receiving objects: 36% (68/187) Receiving objects: 37% (70/187) Receiving objects: 38% (72/187) remote: Total 187 (delta 0), reused 0 (delta 0), pack-reused 187 [2020-10-22T00:51:27.487Z] Receiving objects: 39% (73/187) Receiving objects: 40% (75/187) Receiving objects: 41% (77/187) Receiving objects: 42% (79/187) Receiving objects: 43% (81/187) Receiving objects: 44% (83/187) Receiving objects: 45% (85/187) Receiving objects: 46% (87/187) Receiving objects: 47% (88/187) Receiving objects: 48% (90/187) Receiving objects: 49% (92/187) Receiving objects: 50% (94/187) Receiving objects: 51% (96/187) Receiving objects: 52% (98/187) Receiving objects: 53% (100/187) Receiving objects: 54% (101/187) Receiving objects: 55% (103/187) Receiving objects: 56% (105/187) Receiving objects: 57% (107/187) Receiving objects: 58% (109/187) Receiving objects: 59% (111/187) Receiving objects: 60% (113/187) Receiving objects: 61% (115/187) Receiving objects: 62% (116/187) Receiving objects: 63% (118/187) Receiving objects: 64% (120/187) Receiving objects: 65% (122/187) Receiving objects: 66% (124/187) Receiving objects: 67% (126/187) Receiving objects: 68% (128/187) Receiving objects: 69% (130/187) Receiving objects: 70% (131/187) Receiving objects: 71% (133/187) Receiving objects: 72% (135/187) Receiving objects: 73% (137/187) Receiving objects: 74% (139/187) Receiving objects: 75% (141/187) Receiving objects: 76% (143/187) Receiving objects: 77% (144/187) Receiving objects: 78% (146/187) Receiving objects: 79% (148/187) Receiving objects: 80% (150/187) Receiving objects: 81% (152/187) Receiving objects: 82% (154/187) Receiving objects: 83% (156/187) Receiving objects: 84% (158/187) Receiving objects: 85% (159/187) Receiving objects: 86% (161/187) Receiving objects: 87% (163/187) Receiving objects: 88% (165/187) Receiving objects: 89% (167/187) Receiving objects: 90% (169/187) Receiving objects: 91% (171/187) Receiving objects: 92% (173/187) Receiving objects: 93% (174/187) Receiving objects: 94% (176/187) Receiving objects: 95% (178/187) Receiving objects: 96% (180/187) Receiving objects: 97% (182/187) Receiving objects: 98% (184/187) Receiving objects: 99% (186/187) Receiving objects: 100% (187/187) Receiving objects: 100% (187/187), 56.64 KiB | 3.78 MiB/s, done. [2020-10-22T00:51:27.487Z] Resolving deltas: 0% (0/112) Resolving deltas: 3% (4/112) Resolving deltas: 8% (9/112) Resolving deltas: 13% (15/112) Resolving deltas: 43% (49/112) Resolving deltas: 45% (51/112) Resolving deltas: 52% (59/112) Resolving deltas: 58% (66/112) Resolving deltas: 74% (83/112) Resolving deltas: 77% (87/112) Resolving deltas: 100% (112/112) Resolving deltas: 100% (112/112), done. [2020-10-22T00:51:27.747Z] From https://github.com/sergiusens/snapcraft-preload [2020-10-22T00:51:27.748Z] * branch d654bbe8a5add5a4bea14d96342b656990c5c818 -> FETCH_HEAD [2020-10-22T00:51:27.748Z] Note: checking out 'd654bbe8a5add5a4bea14d96342b656990c5c818'. [2020-10-22T00:51:27.748Z] [2020-10-22T00:51:27.748Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-10-22T00:51:27.748Z] changes and commit them, and you can discard any commits you make in this [2020-10-22T00:51:27.748Z] state without impacting any branches by performing another checkout. [2020-10-22T00:51:27.748Z] [2020-10-22T00:51:27.748Z] If you want to create a new branch to retain commits you create, you may [2020-10-22T00:51:27.748Z] do so (now or later) by using -b with the checkout command again. Example: [2020-10-22T00:51:27.748Z] [2020-10-22T00:51:27.748Z] git checkout -b [2020-10-22T00:51:27.748Z] [2020-10-22T00:51:27.748Z] HEAD is now at d654bbe use SNAP_INSTANCE_NAME instead of SNAP_NAME for prefixing /dev/shm files (fixed #35) (#36) [2020-10-22T00:51:28.008Z] 'openresty' has dependencies that need to be staged: snapcraft-preload lua-kong-nginx-module openresty-kong-patches [2020-10-22T00:51:28.008Z] Skipping pull lua-kong-nginx-module (already ran) [2020-10-22T00:51:28.008Z] Skipping pull openresty-kong-patches (already ran) [2020-10-22T00:51:28.008Z] Skipping pull snapcraft-preload (already ran) [2020-10-22T00:51:28.008Z] Building lua-kong-nginx-module  [2020-10-22T00:51:29.407Z] Removing intermediate container 9e0107e944cf [2020-10-22T00:51:29.407Z] ---> 3e1c63c90a2d [2020-10-22T00:51:29.407Z] [2020-10-22T00:51:29.407Z] Step 10/21 : FROM scratch [2020-10-22T00:51:29.407Z] ---> [2020-10-22T00:51:29.407Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T00:51:29.407Z] ---> Using cache [2020-10-22T00:51:29.407Z] ---> 7e9f509ec3d3 [2020-10-22T00:51:29.407Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-22T00:51:29.407Z] ---> Running in 5e1a0c326fc5 [2020-10-22T00:51:30.012Z] Removing intermediate container 5e1a0c326fc5 [2020-10-22T00:51:30.012Z] ---> 6badc7704139 [2020-10-22T00:51:30.012Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-22T00:51:30.012Z] ---> Running in 52cb566e9927 [2020-10-22T00:51:30.618Z] Removing intermediate container 52cb566e9927 [2020-10-22T00:51:30.618Z] ---> e3ba122f1053 [2020-10-22T00:51:30.618Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-22T00:51:31.307Z] Building openresty-kong-patches  [2020-10-22T00:51:32.073Z] ---> fff6c7bf76e1 [2020-10-22T00:51:32.073Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-22T00:51:34.085Z] ---> 9703cf73694e [2020-10-22T00:51:34.085Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-22T00:51:34.606Z] Building snapcraft-preload  [2020-10-22T00:51:35.096Z] ---> 0f9184f8c890 [2020-10-22T00:51:35.096Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-22T00:51:35.177Z] cmake /build/parts/snapcraft-preload/src -DCMAKE_INSTALL_PREFIX= [2020-10-22T00:51:35.438Z] -- The C compiler identification is GNU 7.5.0 [2020-10-22T00:51:35.438Z] -- The CXX compiler identification is GNU 7.5.0 [2020-10-22T00:51:35.438Z] -- Check for working C compiler: /usr/bin/cc [2020-10-22T00:51:35.699Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-10-22T00:51:35.699Z] -- Detecting C compiler ABI info [2020-10-22T00:51:35.699Z] -- Detecting C compiler ABI info - done [2020-10-22T00:51:35.699Z] -- Detecting C compile features [2020-10-22T00:51:35.703Z] ---> Running in b09b715c537b [2020-10-22T00:51:35.959Z] -- Detecting C compile features - done [2020-10-22T00:51:36.220Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-10-22T00:51:36.220Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-10-22T00:51:36.220Z] -- Detecting CXX compiler ABI info [2020-10-22T00:51:36.308Z] Removing intermediate container b09b715c537b [2020-10-22T00:51:36.308Z] ---> af8f1c47d77f [2020-10-22T00:51:36.308Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:51:36.479Z] -- Detecting CXX compiler ABI info - done [2020-10-22T00:51:36.479Z] -- Detecting CXX compile features [2020-10-22T00:51:36.585Z] ---> Running in 185f95ec84ab [2020-10-22T00:51:37.053Z] -- Detecting CXX compile features - done [2020-10-22T00:51:37.053Z] -- Configuring done [2020-10-22T00:51:37.053Z] -- Generating done [2020-10-22T00:51:37.053Z] -- Build files have been written to: /build/parts/snapcraft-preload/build [2020-10-22T00:51:37.053Z] cmake --build . -- -j8 [2020-10-22T00:51:37.053Z] Scanning dependencies of target snapcraft-preload32 [2020-10-22T00:51:37.053Z] Scanning dependencies of target snapcraft-preload [2020-10-22T00:51:37.053Z] [ 25%] Building CXX object CMakeFiles/snapcraft-preload32.dir/preload.cpp.o [2020-10-22T00:51:37.053Z] [ 50%] Building CXX object CMakeFiles/snapcraft-preload.dir/preload.cpp.o [2020-10-22T00:51:37.190Z] Removing intermediate container 185f95ec84ab [2020-10-22T00:51:37.190Z] ---> c9f9456632d4 [2020-10-22T00:51:37.190Z] Step 19/21 : LABEL arch=arm64 [2020-10-22T00:51:37.474Z] ---> Running in 89e9afb29042 [2020-10-22T00:51:38.142Z] Removing intermediate container 89e9afb29042 [2020-10-22T00:51:38.142Z] ---> ee5b9e8a6acf [2020-10-22T00:51:38.142Z] Step 20/21 : LABEL git_sha=d9915a167933df7903c1854864e0ef3285f3b8b8 [2020-10-22T00:51:38.461Z] ---> Running in e0270508a79c [2020-10-22T00:51:39.177Z] Removing intermediate container e0270508a79c [2020-10-22T00:51:39.177Z] ---> 2deb66b85d9c [2020-10-22T00:51:39.177Z] Step 21/21 : LABEL version=0.0.0 [2020-10-22T00:51:39.475Z] ---> Running in 73ff54accf3f [2020-10-22T00:51:40.298Z] Removing intermediate container 73ff54accf3f [2020-10-22T00:51:40.298Z] ---> 6e7a4cde514f [2020-10-22T00:51:40.298Z] [2020-10-22T00:51:40.523Z] [ 75%] Linking CXX shared library libsnapcraft-preload.so [2020-10-22T00:51:40.523Z] [ 75%] Built target snapcraft-preload [2020-10-22T00:51:40.523Z] [100%] Linking CXX shared library libsnapcraft-preload32.so [2020-10-22T00:51:40.523Z] [100%] Built target snapcraft-preload32 [2020-10-22T00:51:40.523Z] cmake --build . --target install [2020-10-22T00:51:40.523Z] [ 50%] Built target snapcraft-preload32 [2020-10-22T00:51:40.523Z] [100%] Built target snapcraft-preload [2020-10-22T00:51:40.523Z] Install the project... [2020-10-22T00:51:40.523Z] -- Install configuration: "Release" [2020-10-22T00:51:40.523Z] -- Installing: /build/parts/snapcraft-preload/install/lib/libsnapcraft-preload.so [2020-10-22T00:51:40.523Z] -- Installing: /build/parts/snapcraft-preload/install/lib/libsnapcraft-preload32.so [2020-10-22T00:51:40.523Z] -- Installing: /build/parts/snapcraft-preload/install/bin/snapcraft-preload [2020-10-22T00:51:40.911Z] Successfully built 6e7a4cde514f [2020-10-22T00:51:40.911Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-22T00:51:43.222Z] Staging lua-kong-nginx-module  [2020-10-22T00:51:44.171Z] Staging openresty-kong-patches  [2020-10-22T00:51:44.752Z] Staging snapcraft-preload  [2020-10-22T00:51:47.558Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-10-22T00:51:47.558Z] 0% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-22T00:51:47.558Z] 0% [Working] 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-10-22T00:51:47.558Z] 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-10-22T00:51:47.825Z] 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-22T00:51:51.185Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb [2763 kB] [2020-10-22T00:51:52.017Z] 0% 25% 100% [Working] Fetched 2763 kB in 0s (0 B/s) [2020-10-22T00:51:52.017Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libperl5.26_5.26.1-6ubuntu0.3_amd64.deb [3527 kB] [2020-10-22T00:51:52.846Z] 0% 16% 100% [Working] Fetched 3527 kB in 0s (0 B/s) [2020-10-22T00:51:53.105Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm5_1.14.1-6_amd64.deb [26.0 kB] [2020-10-22T00:51:53.105Z] 48% 100% [Working] Fetched 26.0 kB in 0s (0 B/s) [2020-10-22T00:51:53.366Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl_5.26.1-6ubuntu0.3_amd64.deb [201 kB] [2020-10-22T00:51:53.949Z] 6% 100% [Working] Fetched 201 kB in 0s (0 B/s) [2020-10-22T00:51:53.949Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm-compat4_1.14.1-6_amd64.deb [6084 B] [2020-10-22T00:51:53.949Z] 100% [Working] Fetched 6084 B in 0s (0 B/s) [2020-10-22T00:51:56.489Z] Pulling openresty  [2020-10-22T00:52:00.293Z] Downloading 'openresty-1.15.8.2.tar.gz'[] 0% Downloading 'openresty-1.15.8.2.tar.gz'[] 1% Downloading 'openresty-1.15.8.2.tar.gz'[] 2% Downloading 'openresty-1.15.8.2.tar.gz'[] 3% Downloading 'openresty-1.15.8.2.tar.gz'[] 4% Downloading 'openresty-1.15.8.2.tar.gz'[] 5% Downloading 'openresty-1.15.8.2.tar.gz'[] 6% Downloading 'openresty-1.15.8.2.tar.gz'[] 7% Downloading 'openresty-1.15.8.2.tar.gz'[] 8% Downloading 'openresty-1.15.8.2.tar.gz'[] 9% Downloading 'openresty-1.15.8.2.tar.gz'[] 10% Downloading 'openresty-1.15.8.2.tar.gz'[] 11% Downloading 'openresty-1.15.8.2.tar.gz'[] 12% Downloading 'openresty-1.15.8.2.tar.gz'[] 13% Downloading 'openresty-1.15.8.2.tar.gz'[] 14% Downloading 'openresty-1.15.8.2.tar.gz'[] 15% Downloading 'openresty-1.15.8.2.tar.gz'[] 16% Downloading 'openresty-1.15.8.2.tar.gz'[] 17% Downloading 'openresty-1.15.8.2.tar.gz'[] 18% Downloading 'openresty-1.15.8.2.tar.gz'[] 19% Downloading 'openresty-1.15.8.2.tar.gz'[] 20% Downloading 'openresty-1.15.8.2.tar.gz'[] 21% Downloading 'openresty-1.15.8.2.tar.gz'[] 22% Downloading 'openresty-1.15.8.2.tar.gz'[] 23% Downloading 'openresty-1.15.8.2.tar.gz'[] 24% Downloading 'openresty-1.15.8.2.tar.gz'[] 25% Downloading 'openresty-1.15.8.2.tar.gz'[] 26% Downloading 'openresty-1.15.8.2.tar.gz'[] 27% Downloading 'openresty-1.15.8.2.tar.gz'[] 28% Downloading 'openresty-1.15.8.2.tar.gz'[] 29% Downloading 'openresty-1.15.8.2.tar.gz'[] 30% Downloading 'openresty-1.15.8.2.tar.gz'[] 31% Downloading 'openresty-1.15.8.2.tar.gz'[] 32% Downloading 'openresty-1.15.8.2.tar.gz'[] 33% Downloading 'openresty-1.15.8.2.tar.gz'[] 34% Downloading 'openresty-1.15.8.2.tar.gz'[] 35% Downloading 'openresty-1.15.8.2.tar.gz'[] 36% Downloading 'openresty-1.15.8.2.tar.gz'[] 37% Downloading 'openresty-1.15.8.2.tar.gz'[] 38% Downloading 'openresty-1.15.8.2.tar.gz'[] 39% Downloading 'openresty-1.15.8.2.tar.gz'[] 40% Downloading 'openresty-1.15.8.2.tar.gz'[] 41% Downloading 'openresty-1.15.8.2.tar.gz'[] 42% Downloading 'openresty-1.15.8.2.tar.gz'[] 43% Downloading 'openresty-1.15.8.2.tar.gz'[] 44% Downloading 'openresty-1.15.8.2.tar.gz'[] 45% Downloading 'openresty-1.15.8.2.tar.gz'[] 46% Downloading 'openresty-1.15.8.2.tar.gz'[] 47% Downloading 'openresty-1.15.8.2.tar.gz'[] 48% Downloading 'openresty-1.15.8.2.tar.gz'[] 49% Downloading 'openresty-1.15.8.2.tar.gz'[] 50% Downloading 'openresty-1.15.8.2.tar.gz'[] 51% Downloading 'openresty-1.15.8.2.tar.gz'[] 52% Downloading 'openresty-1.15.8.2.tar.gz'[] 53% Downloading 'openresty-1.15.8.2.tar.gz'[] 54% Downloading 'openresty-1.15.8.2.tar.gz'[] 55% Downloading 'openresty-1.15.8.2.tar.gz'[] 56% Downloading 'openresty-1.15.8.2.tar.gz'[] 57% Downloading 'openresty-1.15.8.2.tar.gz'[] 58% Downloading 'openresty-1.15.8.2.tar.gz'[] 59% Downloading 'openresty-1.15.8.2.tar.gz'[] 60% Downloading 'openresty-1.15.8.2.tar.gz'[] 61% Downloading 'openresty-1.15.8.2.tar.gz'[] 62% Downloading 'openresty-1.15.8.2.tar.gz'[] 63% Downloading 'openresty-1.15.8.2.tar.gz'[] 64% Downloading 'openresty-1.15.8.2.tar.gz'[] 65% Downloading 'openresty-1.15.8.2.tar.gz'[] 66% Downloading 'openresty-1.15.8.2.tar.gz'[] 67% Downloading 'openresty-1.15.8.2.tar.gz'[] 68% Downloading 'openresty-1.15.8.2.tar.gz'[] 69% Downloading 'openresty-1.15.8.2.tar.gz'[] 70% Downloading 'openresty-1.15.8.2.tar.gz'[] 71% Downloading 'openresty-1.15.8.2.tar.gz'[] 72% Downloading 'openresty-1.15.8.2.tar.gz'[] 73% Downloading 'openresty-1.15.8.2.tar.gz'[] 74% Downloading 'openresty-1.15.8.2.tar.gz'[] 75% Downloading 'openresty-1.15.8.2.tar.gz'[] 76% Downloading 'openresty-1.15.8.2.tar.gz'[] 77% Downloading 'openresty-1.15.8.2.tar.gz'[] 78% Downloading 'openresty-1.15.8.2.tar.gz'[] 79% Downloading 'openresty-1.15.8.2.tar.gz'[] 80% Downloading 'openresty-1.15.8.2.tar.gz'[] 81% Downloading 'openresty-1.15.8.2.tar.gz'[] 82% Downloading 'openresty-1.15.8.2.tar.gz'[] 83% Downloading 'openresty-1.15.8.2.tar.gz'[] 84% Downloading 'openresty-1.15.8.2.tar.gz'[] 85% Downloading 'openresty-1.15.8.2.tar.gz'[] 86% Downloading 'openresty-1.15.8.2.tar.gz'[] 87% Downloading 'openresty-1.15.8.2.tar.gz'[] 88% Downloading 'openresty-1.15.8.2.tar.gz'[] 89% Downloading 'openresty-1.15.8.2.tar.gz'[] 90% Downloading 'openresty-1.15.8.2.tar.gz'[] 91% Downloading 'openresty-1.15.8.2.tar.gz'[] 92% Downloading 'openresty-1.15.8.2.tar.gz'[] 93% Downloading 'openresty-1.15.8.2.tar.gz'[] 94% Downloading 'openresty-1.15.8.2.tar.gz'[] 95% Downloading 'openresty-1.15.8.2.tar.gz'[] 96% Downloading 'openresty-1.15.8.2.tar.gz'[] 97% Downloading 'openresty-1.15.8.2.tar.gz'[] 98% Downloading 'openresty-1.15.8.2.tar.gz'[] 99% Downloading 'openresty-1.15.8.2.tar.gz'[] 100% [2020-10-22T00:52:01.686Z] patching file LuaJIT-2.1-20190507/src/lj_tab.c [2020-10-22T00:52:01.686Z] patching file LuaJIT-2.1-20190507/src/lj_asm_arm.h [2020-10-22T00:52:01.686Z] patching file LuaJIT-2.1-20190507/src/lj_api.c [2020-10-22T00:52:01.686Z] patching file LuaJIT-2.1-20190507/src/lj_arch.h [2020-10-22T00:52:01.686Z] patching file LuaJIT-2.1-20190507/src/lj_cconv.c [2020-10-22T00:52:01.686Z] patching file LuaJIT-2.1-20190507/src/lj_obj.h [2020-10-22T00:52:01.686Z] patching file LuaJIT-2.1-20190507/src/lj_state.c [2020-10-22T00:52:01.686Z] patching file lua-resty-core-0.1.17/lib/resty/core/socket_tcp.lua [2020-10-22T00:52:01.686Z] patching file lua-resty-core-0.1.17/lib/resty/core/socket_tcp.lua [2020-10-22T00:52:01.686Z] patching file lua-resty-core-0.1.17/lib/resty/core/socket_tcp.lua [2020-10-22T00:52:01.686Z] patching file lua-resty-core-0.1.17/lib/resty/core/socket_tcp.lua [2020-10-22T00:52:01.686Z] patching file lua-resty-core-0.1.17/lib/resty/core/socket_tcp.lua [2020-10-22T00:52:01.686Z] patching file lua-resty-core-0.1.17/lib/resty/core.lua [2020-10-22T00:52:01.686Z] patching file lua-resty-core-0.1.17/lib/resty/core/socket_tcp.lua [2020-10-22T00:52:01.686Z] patching file lua-resty-websocket-0.07/lib/resty/websocket/client.lua [2020-10-22T00:52:01.686Z] patching file nginx-1.15.8/src/http/ngx_http_upstream.c [2020-10-22T00:52:01.686Z] Hunk #2 succeeded at 1694 (offset -3 lines). [2020-10-22T00:52:01.686Z] Hunk #4 succeeded at 1782 (offset -7 lines). [2020-10-22T00:52:01.686Z] patching file nginx-1.15.8/src/http/ngx_http_special_response.c [2020-10-22T00:52:01.686Z] patching file nginx-1.15.8/src/stream/ngx_stream_proxy_module.c [2020-10-22T00:52:01.686Z] Hunk #2 succeeded at 802 (offset 20 lines). [2020-10-22T00:52:01.686Z] patching file ngx_lua-0.10.15/src/ngx_http_lua_socket_tcp.c [2020-10-22T00:52:01.686Z] Hunk #5 succeeded at 1556 (offset 48 lines). [2020-10-22T00:52:01.686Z] Hunk #6 succeeded at 1626 (offset 48 lines). [2020-10-22T00:52:01.686Z] Hunk #7 succeeded at 1726 (offset 48 lines). [2020-10-22T00:52:01.686Z] Hunk #8 succeeded at 1749 (offset 48 lines). [2020-10-22T00:52:01.686Z] Hunk #9 succeeded at 1760 (offset 48 lines). [2020-10-22T00:52:01.686Z] Hunk #10 succeeded at 1775 (offset 48 lines). [2020-10-22T00:52:01.686Z] Hunk #11 succeeded at 1816 (offset 48 lines). [2020-10-22T00:52:01.686Z] Hunk #12 succeeded at 1827 (offset 48 lines). [2020-10-22T00:52:01.686Z] Hunk #13 succeeded at 1849 (offset 48 lines). [2020-10-22T00:52:01.686Z] Hunk #14 succeeded at 1868 (offset 48 lines). [2020-10-22T00:52:01.686Z] Hunk #15 succeeded at 1878 (offset 48 lines). [2020-10-22T00:52:01.686Z] Hunk #16 succeeded at 2008 (offset 48 lines). [2020-10-22T00:52:01.686Z] Hunk #17 succeeded at 6101 (offset 62 lines). [2020-10-22T00:52:01.686Z] patching file ngx_lua-0.10.15/src/ngx_http_lua_socket_tcp.h [2020-10-22T00:52:01.686Z] patching file ngx_lua-0.10.15/src/ngx_http_lua_socket_tcp.c [2020-10-22T00:52:01.686Z] Hunk #1 succeeded at 1647 (offset 48 lines). [2020-10-22T00:52:01.686Z] patching file ngx_lua-0.10.15/src/ngx_http_lua_socket_tcp.c [2020-10-22T00:52:01.686Z] Hunk #3 succeeded at 1579 (offset 48 lines). [2020-10-22T00:52:01.686Z] Hunk #4 succeeded at 1644 (offset 48 lines). [2020-10-22T00:52:01.686Z] Hunk #5 succeeded at 1668 (offset 48 lines). [2020-10-22T00:52:01.686Z] patching file ngx_lua-0.10.15/src/ngx_http_lua_socket_tcp.c [2020-10-22T00:52:01.686Z] Hunk #1 succeeded at 1756 (offset 48 lines). [2020-10-22T00:52:01.686Z] patching file ngx_stream_lua-0.0.7/src/ngx_stream_lua_control.c [2020-10-22T00:52:01.686Z] patching file ngx_stream_lua-0.0.7/src/ngx_stream_lua_variable.c [2020-10-22T00:52:01.686Z] patching file ngx_stream_lua-0.0.7/src/ngx_stream_lua_common.h [2020-10-22T00:52:01.686Z] patching file ngx_stream_lua-0.0.7/src/ngx_stream_lua_util.c [2020-10-22T00:52:01.686Z] patching file ngx_stream_lua-0.0.7/src/api/ngx_stream_lua_api.h [2020-10-22T00:52:01.947Z] 'lua' has dependencies that need to be staged: openresty [2020-10-22T00:52:01.947Z] Skipping pull openresty (already ran) [2020-10-22T00:52:04.488Z] Building openresty  [2020-10-22T00:52:05.870Z] ./configure --prefix=/build/parts/openresty/install --with-pcre-jit --with-ipv6 --with-http_realip_module --with-http_ssl_module --with-http_stub_status_module --with-http_v2_module --add-module=/build/stage/lua-kong-nginx-module [2020-10-22T00:52:05.870Z] platform: linux (linux) [2020-10-22T00:52:05.870Z] cp -rp bundle/ build [2020-10-22T00:52:05.870Z] cd build [2020-10-22T00:52:05.870Z] cd LuaJIT-2.1-20190507 [2020-10-22T00:52:05.870Z] INFO: found -msse4.2 in cc. [2020-10-22T00:52:05.870Z] make TARGET_STRIP=@: CCDEBUG=-g XCFLAGS='-DLUAJIT_ENABLE_LUA52COMPAT -DLUAJIT_ENABLE_GC64 -msse4.2' CC=cc PREFIX=/build/parts/openresty/install/luajit [2020-10-22T00:52:05.870Z] ==== Building LuaJIT 2.1.0-beta3 ==== [2020-10-22T00:52:05.870Z] make -C src [2020-10-22T00:52:05.870Z] make[1]: Entering directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507/src' [2020-10-22T00:52:06.130Z] HOSTCC host/minilua.o [2020-10-22T00:52:09.432Z] HOSTLINK host/minilua [2020-10-22T00:52:09.432Z] DYNASM host/buildvm_arch.h [2020-10-22T00:52:09.432Z] HOSTCC host/buildvm.o [2020-10-22T00:52:10.001Z] HOSTCC host/buildvm_asm.o [2020-10-22T00:52:10.001Z] HOSTCC host/buildvm_peobj.o [2020-10-22T00:52:10.001Z] HOSTCC host/buildvm_lib.o [2020-10-22T00:52:10.275Z] HOSTCC host/buildvm_fold.o [2020-10-22T00:52:10.536Z] HOSTLINK host/buildvm [2020-10-22T00:52:10.536Z] BUILDVM lj_vm.S [2020-10-22T00:52:10.536Z] ASM lj_vm.o [2020-10-22T00:52:10.536Z] CC lj_gc.o [2020-10-22T00:52:11.110Z] BUILDVM lj_ffdef.h [2020-10-22T00:52:11.110Z] CC lj_err.o [2020-10-22T00:52:11.688Z] CC lj_char.o [2020-10-22T00:52:11.688Z] BUILDVM lj_bcdef.h [2020-10-22T00:52:11.688Z] CC lj_bc.o [2020-10-22T00:52:11.688Z] CC lj_obj.o [2020-10-22T00:52:11.688Z] CC lj_buf.o [2020-10-22T00:52:12.258Z] CC lj_str.o [2020-10-22T00:52:12.528Z] CC lj_tab.o [2020-10-22T00:52:13.095Z] CC lj_func.o [2020-10-22T00:52:13.355Z] CC lj_udata.o [2020-10-22T00:52:13.355Z] CC lj_meta.o [2020-10-22T00:52:13.932Z] CC lj_debug.o [2020-10-22T00:52:14.507Z] CC lj_state.o [2020-10-22T00:52:14.767Z] CC lj_dispatch.o [2020-10-22T00:52:15.028Z] CC lj_vmevent.o [2020-10-22T00:52:15.289Z] CC lj_vmmath.o [2020-10-22T00:52:15.289Z] CC lj_strscan.o [2020-10-22T00:52:15.870Z] CC lj_strfmt.o [2020-10-22T00:52:16.445Z] CC lj_strfmt_num.o [2020-10-22T00:52:17.017Z] CC lj_api.o [2020-10-22T00:52:17.963Z] CC lj_profile.o [2020-10-22T00:52:18.223Z] CC lj_lex.o [2020-10-22T00:52:18.794Z] CC lj_parse.o [2020-10-22T00:52:20.711Z] CC lj_bcread.o [2020-10-22T00:52:20.711Z] CC lj_bcwrite.o [2020-10-22T00:52:21.292Z] CC lj_load.o [2020-10-22T00:52:21.292Z] CC lj_ir.o [2020-10-22T00:52:21.871Z] CC lj_opt_mem.o [2020-10-22T00:52:22.441Z] BUILDVM lj_folddef.h [2020-10-22T00:52:22.702Z] CC lj_opt_fold.o [2020-10-22T00:52:24.119Z] CC lj_opt_narrow.o [2020-10-22T00:52:24.380Z] CC lj_opt_dce.o [2020-10-22T00:52:24.641Z] CC lj_opt_loop.o [2020-10-22T00:52:25.214Z] CC lj_opt_split.o [2020-10-22T00:52:25.214Z] CC lj_opt_sink.o [2020-10-22T00:52:25.474Z] CC lj_mcode.o [2020-10-22T00:52:25.474Z] CC lj_snap.o [2020-10-22T00:52:26.414Z] CC lj_record.o [2020-10-22T00:52:28.335Z] CC lj_crecord.o [2020-10-22T00:52:29.721Z] BUILDVM lj_recdef.h [2020-10-22T00:52:29.721Z] CC lj_ffrecord.o [2020-10-22T00:52:30.660Z] CC lj_asm.o [2020-10-22T00:52:34.087Z] CC lj_trace.o [2020-10-22T00:52:34.347Z] CC lj_gdbjit.o [2020-10-22T00:52:34.347Z] CC lj_ctype.o [2020-10-22T00:52:34.916Z] CC lj_cdata.o [2020-10-22T00:52:35.175Z] CC lj_cconv.o [2020-10-22T00:52:35.745Z] CC lj_ccall.o [2020-10-22T00:52:36.314Z] CC lj_ccallback.o [2020-10-22T00:52:36.574Z] CC lj_carith.o [2020-10-22T00:52:36.836Z] CC lj_clib.o [2020-10-22T00:52:37.097Z] CC lj_cparse.o [2020-10-22T00:52:37.549Z]  Building docker-support-scheduler-go ... done Removing intermediate container b764593229b1 [2020-10-22T00:52:37.549Z] ---> 42b10cf90c2f [2020-10-22T00:52:37.549Z] [2020-10-22T00:52:37.549Z] Step 10/22 : FROM scratch [2020-10-22T00:52:37.549Z] ---> [2020-10-22T00:52:37.549Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T00:52:37.549Z] ---> Running in 2ad70965d06f [2020-10-22T00:52:37.549Z] Removing intermediate container 2ad70965d06f [2020-10-22T00:52:37.549Z] ---> 4f51bfa1dc88 [2020-10-22T00:52:37.549Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-22T00:52:37.549Z] ---> Running in c93d45c92631 [2020-10-22T00:52:37.549Z] Removing intermediate container c93d45c92631 [2020-10-22T00:52:37.549Z] ---> 4c5ee6a6d4de [2020-10-22T00:52:37.549Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T00:52:37.549Z] ---> Running in a336462b41a6 [2020-10-22T00:52:37.549Z] Removing intermediate container a336462b41a6 [2020-10-22T00:52:37.549Z] ---> e7a21e4fe149 [2020-10-22T00:52:37.549Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-22T00:52:37.549Z] ---> c1485ef3a8b9 [2020-10-22T00:52:37.549Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-22T00:52:37.549Z] ---> 44201c79b733 [2020-10-22T00:52:37.549Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-22T00:52:37.549Z] Removing intermediate container 67dfef21e415 [2020-10-22T00:52:37.549Z] ---> 358cec7816c8 [2020-10-22T00:52:37.549Z] [2020-10-22T00:52:37.549Z] Step 10/22 : FROM scratch [2020-10-22T00:52:37.549Z] ---> [2020-10-22T00:52:37.549Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T00:52:37.549Z] ---> Using cache [2020-10-22T00:52:37.549Z] ---> 7e9f509ec3d3 [2020-10-22T00:52:37.549Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-22T00:52:37.549Z] ---> Running in 1d93dbd86b90 [2020-10-22T00:52:38.489Z] CC lj_lib.o [2020-10-22T00:52:38.550Z] Removing intermediate container 1d93dbd86b90 [2020-10-22T00:52:38.550Z] ---> 1eae2992a374 [2020-10-22T00:52:38.550Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T00:52:38.550Z] ---> Running in 432c22d30104 [2020-10-22T00:52:38.755Z] CC lj_alloc.o [2020-10-22T00:52:39.181Z] ---> c80ce48a5777 [2020-10-22T00:52:39.182Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-22T00:52:39.469Z] Removing intermediate container 432c22d30104 [2020-10-22T00:52:39.469Z] ---> 3a53326e0d9d [2020-10-22T00:52:39.469Z] Step 14/22 : WORKDIR / [2020-10-22T00:52:39.694Z] CC lib_aux.o [2020-10-22T00:52:39.751Z] ---> Running in 745d4a40c4f3 [2020-10-22T00:52:39.955Z] BUILDVM lj_libdef.h [2020-10-22T00:52:39.955Z] CC lib_base.o [2020-10-22T00:52:40.525Z] CC lib_math.o [2020-10-22T00:52:40.525Z] CC lib_bit.o [2020-10-22T00:52:40.774Z] ---> 24e6b7fe438c [2020-10-22T00:52:40.775Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-22T00:52:40.775Z] Removing intermediate container 745d4a40c4f3 [2020-10-22T00:52:40.775Z] ---> 5cee50d9db95 [2020-10-22T00:52:40.775Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-22T00:52:40.775Z] ---> Running in ebe6ee827cf4 [2020-10-22T00:52:40.784Z] CC lib_string.o [2020-10-22T00:52:41.362Z] CC lib_table.o [2020-10-22T00:52:41.623Z] CC lib_io.o [2020-10-22T00:52:41.788Z] Removing intermediate container ebe6ee827cf4 [2020-10-22T00:52:41.789Z] ---> 03a20ab340a0 [2020-10-22T00:52:41.789Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:52:41.789Z] ---> Running in ae1cffc24499 [2020-10-22T00:52:42.064Z] ---> da8a01555cbc [2020-10-22T00:52:42.065Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-22T00:52:42.196Z] CC lib_os.o [2020-10-22T00:52:42.196Z] CC lib_package.o [2020-10-22T00:52:42.767Z] CC lib_debug.o [2020-10-22T00:52:43.028Z] CC lib_jit.o [2020-10-22T00:52:43.061Z] Removing intermediate container ae1cffc24499 [2020-10-22T00:52:43.062Z] ---> efb812fd4529 [2020-10-22T00:52:43.062Z] Step 20/22 : LABEL arch=arm64 [2020-10-22T00:52:43.344Z] ---> Running in 033a82675065 [2020-10-22T00:52:43.609Z] CC lib_ffi.o [2020-10-22T00:52:43.967Z] ---> 464fe9dd6d71 [2020-10-22T00:52:43.967Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-22T00:52:44.180Z] CC lib_init.o [2020-10-22T00:52:44.180Z] AR libluajit.a [2020-10-22T00:52:44.180Z] CC luajit.o [2020-10-22T00:52:44.252Z] Removing intermediate container 033a82675065 [2020-10-22T00:52:44.252Z] ---> 58bca6b869eb [2020-10-22T00:52:44.252Z] Step 21/22 : LABEL git_sha=d9915a167933df7903c1854864e0ef3285f3b8b8 [2020-10-22T00:52:44.442Z] BUILDVM jit/vmdef.lua [2020-10-22T00:52:44.442Z] DYNLINK libluajit.so [2020-10-22T00:52:44.442Z] LINK luajit [2020-10-22T00:52:44.540Z] ---> Running in af1782930a62 [2020-10-22T00:52:44.706Z] OK Successfully built LuaJIT [2020-10-22T00:52:44.706Z] make[1]: Leaving directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507/src' [2020-10-22T00:52:44.706Z] ==== Successfully built LuaJIT 2.1.0-beta3 ==== [2020-10-22T00:52:44.706Z] make install TARGET_STRIP=@: CCDEBUG=-g XCFLAGS='-DLUAJIT_ENABLE_LUA52COMPAT -DLUAJIT_ENABLE_GC64 -msse4.2' CC=cc PREFIX=/build/parts/openresty/install/luajit DESTDIR=/build/parts/openresty/build/build/luajit-root/ [2020-10-22T00:52:44.706Z] ==== Installing LuaJIT 2.1.0-beta3 to /build/parts/openresty/install/luajit ==== [2020-10-22T00:52:44.706Z] mkdir -p /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/bin /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/include/luajit-2.1 /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/share/man/man1 /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/pkgconfig /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/share/luajit-2.1.0-beta3/jit /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/share/lua/5.1 /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/lua/5.1 [2020-10-22T00:52:44.706Z] cd src && install -m 0755 luajit /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/bin/luajit-2.1.0-beta3 [2020-10-22T00:52:44.706Z] cd src && test -f libluajit.a && install -m 0644 libluajit.a /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/libluajit-5.1.a || : [2020-10-22T00:52:44.706Z] rm -f /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/libluajit-5.1.so.2.1.0 /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/libluajit-5.1.so /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/libluajit-5.1.so.2 [2020-10-22T00:52:44.706Z] cd src && test -f libluajit.so && \ [2020-10-22T00:52:44.706Z] install -m 0755 libluajit.so /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/libluajit-5.1.so.2.1.0 && \ [2020-10-22T00:52:44.707Z] ldconfig -n /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib && \ [2020-10-22T00:52:44.707Z] ln -sf libluajit-5.1.so.2.1.0 /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/libluajit-5.1.so && \ [2020-10-22T00:52:44.707Z] ln -sf libluajit-5.1.so.2.1.0 /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/libluajit-5.1.so.2 || : [2020-10-22T00:52:44.707Z] cd etc && install -m 0644 luajit.1 /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/share/man/man1 [2020-10-22T00:52:44.707Z] cd etc && sed -e "s|^prefix=.*|prefix=/build/parts/openresty/install/luajit|" -e "s|^multilib=.*|multilib=lib|" luajit.pc > luajit.pc.tmp && \ [2020-10-22T00:52:44.707Z] install -m 0644 luajit.pc.tmp /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/pkgconfig/luajit.pc && \ [2020-10-22T00:52:44.707Z] rm -f luajit.pc.tmp [2020-10-22T00:52:44.707Z] cd src && install -m 0644 lua.h lualib.h lauxlib.h luaconf.h lua.hpp luajit.h /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/include/luajit-2.1 [2020-10-22T00:52:44.707Z] cd src/jit && install -m 0644 bc.lua bcsave.lua dump.lua p.lua v.lua zone.lua dis_x86.lua dis_x64.lua dis_arm.lua dis_arm64.lua dis_arm64be.lua dis_ppc.lua dis_mips.lua dis_mipsel.lua dis_mips64.lua dis_mips64el.lua vmdef.lua /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/share/luajit-2.1.0-beta3/jit [2020-10-22T00:52:44.707Z] ln -sf luajit-2.1.0-beta3 /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/bin/luajit [2020-10-22T00:52:44.707Z] ==== Successfully installed LuaJIT 2.1.0-beta3 to /build/parts/openresty/install/luajit ==== [2020-10-22T00:52:44.707Z] export LUAJIT_LIB='/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/lib' [2020-10-22T00:52:44.707Z] export LUAJIT_INC='/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1' [2020-10-22T00:52:44.707Z] cd .. [2020-10-22T00:52:44.707Z] patching the resty script with hard-coded nginx binary path... [2020-10-22T00:52:44.707Z] cd nginx-1.15.8 [2020-10-22T00:52:44.707Z] sh ./configure --prefix=/build/parts/openresty/install/nginx \ [2020-10-22T00:52:44.707Z] --with-cc-opt='-O2' \ [2020-10-22T00:52:44.707Z] --add-module=../ngx_devel_kit-0.3.1rc1 \ [2020-10-22T00:52:44.707Z] --add-module=../echo-nginx-module-0.61 \ [2020-10-22T00:52:44.707Z] --add-module=../xss-nginx-module-0.06 \ [2020-10-22T00:52:44.707Z] --add-module=../ngx_coolkit-0.2 \ [2020-10-22T00:52:44.707Z] --add-module=../set-misc-nginx-module-0.32 \ [2020-10-22T00:52:44.707Z] --add-module=../form-input-nginx-module-0.12 \ [2020-10-22T00:52:44.707Z] --add-module=../encrypted-session-nginx-module-0.08 \ [2020-10-22T00:52:44.707Z] --add-module=../srcache-nginx-module-0.31 \ [2020-10-22T00:52:44.707Z] --add-module=../ngx_lua-0.10.15 \ [2020-10-22T00:52:44.707Z] --add-module=../ngx_lua_upstream-0.07 \ [2020-10-22T00:52:44.707Z] --add-module=../headers-more-nginx-module-0.33 \ [2020-10-22T00:52:44.707Z] --add-module=../array-var-nginx-module-0.05 \ [2020-10-22T00:52:44.707Z] --add-module=../memc-nginx-module-0.19 \ [2020-10-22T00:52:44.707Z] --add-module=../redis2-nginx-module-0.15 \ [2020-10-22T00:52:44.707Z] --add-module=../redis-nginx-module-0.3.7 \ [2020-10-22T00:52:44.707Z] --add-module=../rds-json-nginx-module-0.15 \ [2020-10-22T00:52:44.707Z] --add-module=../rds-csv-nginx-module-0.09 \ [2020-10-22T00:52:44.707Z] --add-module=../ngx_stream_lua-0.0.7 \ [2020-10-22T00:52:44.707Z] --with-ld-opt='-Wl,-rpath,/build/parts/openresty/install/luajit/lib' \ [2020-10-22T00:52:44.707Z] --with-pcre-jit --with-ipv6 --with-http_realip_module --with-http_ssl_module --with-http_stub_status_module --with-http_v2_module --add-module=/build/stage/lua-kong-nginx-module --with-stream --with-stream_ssl_module --with-stream_ssl_preread_module [2020-10-22T00:52:44.974Z] checking for OS [2020-10-22T00:52:44.974Z] + Linux 3.10.0-1127.el7.x86_64 x86_64 [2020-10-22T00:52:44.974Z] checking for C compiler ... found [2020-10-22T00:52:44.974Z] + using GNU C compiler [2020-10-22T00:52:44.974Z] + gcc version: 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) [2020-10-22T00:52:44.974Z] checking for gcc -pipe switch ... found [2020-10-22T00:52:44.974Z] checking for --with-ld-opt="-Wl,-rpath,/build/parts/openresty/install/luajit/lib" ... found [2020-10-22T00:52:44.974Z] checking for -Wl,-E switch ... found [2020-10-22T00:52:45.168Z] Removing intermediate container af1782930a62 [2020-10-22T00:52:45.168Z] ---> 5394510d3b6a [2020-10-22T00:52:45.168Z] Step 22/22 : LABEL version=0.0.0 [2020-10-22T00:52:45.234Z] checking for gcc builtin atomic operations ... found [2020-10-22T00:52:45.234Z] checking for C99 variadic macros ... found [2020-10-22T00:52:45.234Z] checking for gcc variadic macros ... found [2020-10-22T00:52:45.234Z] checking for gcc builtin 64 bit byteswap ... found [2020-10-22T00:52:45.456Z] ---> 743318f4cdd2 [2020-10-22T00:52:45.457Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-22T00:52:45.457Z] ---> Running in 63592d5fa915 [2020-10-22T00:52:45.494Z] checking for unistd.h ... found [2020-10-22T00:52:45.494Z] checking for inttypes.h ... found [2020-10-22T00:52:45.494Z] checking for limits.h ... found [2020-10-22T00:52:45.494Z] checking for sys/filio.h ... not found [2020-10-22T00:52:45.494Z] checking for sys/param.h ... found [2020-10-22T00:52:45.743Z] ---> Running in a8e5ef18b88f [2020-10-22T00:52:45.755Z] checking for sys/mount.h ... found [2020-10-22T00:52:45.755Z] checking for sys/statvfs.h ... found [2020-10-22T00:52:45.755Z] checking for crypt.h ... found [2020-10-22T00:52:45.755Z] checking for Linux specific features [2020-10-22T00:52:45.755Z] checking for epoll ... found [2020-10-22T00:52:46.016Z] checking for EPOLLRDHUP ... found [2020-10-22T00:52:46.016Z] checking for EPOLLEXCLUSIVE ... found [2020-10-22T00:52:46.016Z] checking for O_PATH ... found [2020-10-22T00:52:46.016Z] checking for sendfile() ... found [2020-10-22T00:52:46.275Z] checking for sendfile64() ... found [2020-10-22T00:52:46.275Z] checking for sys/prctl.h ... found [2020-10-22T00:52:46.275Z] checking for prctl(PR_SET_DUMPABLE) ... found [2020-10-22T00:52:46.275Z] checking for prctl(PR_SET_KEEPCAPS) ... found [2020-10-22T00:52:46.535Z] checking for capabilities ... found [2020-10-22T00:52:46.535Z] checking for crypt_r() ... found [2020-10-22T00:52:46.535Z] checking for sys/vfs.h ... found [2020-10-22T00:52:46.535Z] checking for nobody group ... not found [2020-10-22T00:52:46.535Z] checking for nogroup group ... found [2020-10-22T00:52:46.535Z] checking for poll() ... found [2020-10-22T00:52:46.747Z] Removing intermediate container 63592d5fa915 [2020-10-22T00:52:46.747Z] ---> 3121e8f9d042 [2020-10-22T00:52:46.747Z] [2020-10-22T00:52:46.747Z] Removing intermediate container a8e5ef18b88f [2020-10-22T00:52:46.747Z] ---> d80bf0748402 [2020-10-22T00:52:46.747Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:52:46.795Z] checking for /dev/poll ... not found [2020-10-22T00:52:46.795Z] checking for kqueue ... not found [2020-10-22T00:52:46.795Z] checking for crypt() ... not found [2020-10-22T00:52:46.795Z] checking for crypt() in libcrypt ... found [2020-10-22T00:52:46.795Z] checking for F_READAHEAD ... not found [2020-10-22T00:52:46.795Z] checking for posix_fadvise() ... found [2020-10-22T00:52:47.031Z] ---> Running in e700f05b8b03 [2020-10-22T00:52:47.059Z] checking for O_DIRECT ... found [2020-10-22T00:52:47.059Z] checking for F_NOCACHE ... not found [2020-10-22T00:52:47.059Z] checking for directio() ... not found [2020-10-22T00:52:47.059Z] checking for statfs() ... found [2020-10-22T00:52:47.059Z] checking for statvfs() ... found [2020-10-22T00:52:47.319Z] checking for dlopen() ... not found [2020-10-22T00:52:47.319Z] checking for dlopen() in libdl ... found [2020-10-22T00:52:47.319Z] checking for sched_yield() ... found [2020-10-22T00:52:47.319Z] checking for sched_setaffinity() ... found [2020-10-22T00:52:47.319Z] checking for SO_SETFIB ... not found [2020-10-22T00:52:47.321Z] Successfully built 3121e8f9d042 [2020-10-22T00:52:47.321Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-22T00:52:47.581Z] checking for SO_REUSEPORT ... found [2020-10-22T00:52:47.581Z] checking for SO_ACCEPTFILTER ... not found [2020-10-22T00:52:47.581Z] checking for SO_BINDANY ... not found [2020-10-22T00:52:47.581Z] checking for IP_TRANSPARENT ... found [2020-10-22T00:52:47.581Z] checking for IP_BINDANY ... not found [2020-10-22T00:52:47.843Z] checking for IP_BIND_ADDRESS_NO_PORT ... found [2020-10-22T00:52:47.843Z] checking for IP_RECVDSTADDR ... not found [2020-10-22T00:52:47.843Z] checking for IP_SENDSRCADDR ... not found [2020-10-22T00:52:47.843Z] checking for IP_PKTINFO ... found [2020-10-22T00:52:47.843Z] checking for IPV6_RECVPKTINFO ... found [2020-10-22T00:52:47.948Z]  Building docker-support-logging-go ... done Removing intermediate container e700f05b8b03 [2020-10-22T00:52:47.948Z] ---> 874f3bcf3af8 [2020-10-22T00:52:47.948Z] Step 20/22 : LABEL arch=arm64 [2020-10-22T00:52:47.948Z] ---> Running in d974db9dfdac [2020-10-22T00:52:48.102Z] checking for TCP_DEFER_ACCEPT ... found [2020-10-22T00:52:48.102Z] checking for TCP_KEEPIDLE ... found [2020-10-22T00:52:48.102Z] checking for TCP_FASTOPEN ... found [2020-10-22T00:52:48.102Z] checking for TCP_INFO ... found [2020-10-22T00:52:48.224Z] Removing intermediate container cddfb646926b [2020-10-22T00:52:48.224Z] ---> 25aa329a811f [2020-10-22T00:52:48.224Z] [2020-10-22T00:52:48.224Z] Step 10/24 : FROM scratch [2020-10-22T00:52:48.224Z] ---> [2020-10-22T00:52:48.224Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T00:52:48.362Z] checking for accept4() ... found [2020-10-22T00:52:48.362Z] checking for eventfd() ... found [2020-10-22T00:52:48.362Z] checking for int size ... 4 bytes [2020-10-22T00:52:48.362Z] checking for long size ... 8 bytes [2020-10-22T00:52:48.506Z] ---> Using cache [2020-10-22T00:52:48.506Z] ---> 4f51bfa1dc88 [2020-10-22T00:52:48.506Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-22T00:52:48.623Z] checking for long long size ... 8 bytes [2020-10-22T00:52:48.623Z] checking for void * size ... 8 bytes [2020-10-22T00:52:48.623Z] checking for uint32_t ... found [2020-10-22T00:52:48.623Z] checking for uint64_t ... found [2020-10-22T00:52:48.781Z] ---> Running in 4e2f2c01bbca [2020-10-22T00:52:48.883Z] checking for sig_atomic_t ... found [2020-10-22T00:52:48.883Z] checking for sig_atomic_t size ... 4 bytes [2020-10-22T00:52:48.883Z] checking for socklen_t ... found [2020-10-22T00:52:48.883Z] checking for in_addr_t ... found [2020-10-22T00:52:49.054Z] Removing intermediate container d974db9dfdac [2020-10-22T00:52:49.054Z] ---> 199feba77211 [2020-10-22T00:52:49.054Z] Step 21/22 : LABEL git_sha=d9915a167933df7903c1854864e0ef3285f3b8b8 [2020-10-22T00:52:49.144Z] checking for in_port_t ... found [2020-10-22T00:52:49.144Z] checking for rlim_t ... found [2020-10-22T00:52:49.144Z] checking for uintptr_t ... uintptr_t found [2020-10-22T00:52:49.144Z] checking for system byte ordering ... little endian [2020-10-22T00:52:49.331Z] ---> Running in 82aad2e04bfc [2020-10-22T00:52:49.404Z] checking for size_t size ... 8 bytes [2020-10-22T00:52:49.404Z] checking for off_t size ... 8 bytes [2020-10-22T00:52:49.404Z] checking for time_t size ... 8 bytes [2020-10-22T00:52:49.611Z] Removing intermediate container 4e2f2c01bbca [2020-10-22T00:52:49.611Z] ---> a0160e3456a8 [2020-10-22T00:52:49.611Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-22T00:52:49.611Z] ---> Running in 03e8a6b762c8 [2020-10-22T00:52:49.664Z] checking for AF_INET6 ... found [2020-10-22T00:52:49.664Z] checking for setproctitle() ... not found [2020-10-22T00:52:49.664Z] checking for pread() ... found [2020-10-22T00:52:49.664Z] checking for pwrite() ... found [2020-10-22T00:52:49.890Z] Removing intermediate container b464b3fc42dc [2020-10-22T00:52:49.890Z] ---> 82ed7cc770fa [2020-10-22T00:52:49.890Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-22T00:52:49.890Z] Removing intermediate container 82aad2e04bfc [2020-10-22T00:52:49.890Z] ---> 7d46528e07b9 [2020-10-22T00:52:49.890Z] Step 22/22 : LABEL version=0.0.0 [2020-10-22T00:52:49.924Z] checking for pwritev() ... found [2020-10-22T00:52:49.924Z] checking for sys_nerr ... found [2020-10-22T00:52:49.924Z] checking for localtime_r() ... found [2020-10-22T00:52:49.924Z] checking for clock_gettime(CLOCK_MONOTONIC) ... found [2020-10-22T00:52:50.176Z] ---> Running in c5167d495cd8 [2020-10-22T00:52:50.176Z] ---> Running in c12f7a7b3321 [2020-10-22T00:52:50.176Z] Removing intermediate container 03e8a6b762c8 [2020-10-22T00:52:50.176Z] ---> d0b58cabeb5d [2020-10-22T00:52:50.176Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-22T00:52:50.184Z] checking for posix_memalign() ... found [2020-10-22T00:52:50.184Z] checking for memalign() ... found [2020-10-22T00:52:50.184Z] checking for mmap(MAP_ANON|MAP_SHARED) ... found [2020-10-22T00:52:50.184Z] checking for mmap("/dev/zero", MAP_SHARED) ... found [2020-10-22T00:52:50.444Z] checking for System V shared memory ... found [2020-10-22T00:52:50.444Z] checking for POSIX semaphores ... not found [2020-10-22T00:52:50.444Z] checking for POSIX semaphores in libpthread ... found [2020-10-22T00:52:50.444Z] checking for struct msghdr.msg_control ... found [2020-10-22T00:52:50.704Z] checking for ioctl(FIONBIO) ... found [2020-10-22T00:52:50.704Z] checking for struct tm.tm_gmtoff ... found [2020-10-22T00:52:50.704Z] checking for struct dirent.d_namlen ... not found [2020-10-22T00:52:50.704Z] checking for struct dirent.d_type ... found [2020-10-22T00:52:50.792Z] Removing intermediate container c12f7a7b3321 [2020-10-22T00:52:50.792Z] ---> 80bb9e63c72c [2020-10-22T00:52:50.792Z] [2020-10-22T00:52:50.966Z] checking for sysconf(_SC_NPROCESSORS_ONLN) ... found [2020-10-22T00:52:50.966Z] checking for sysconf(_SC_LEVEL1_DCACHE_LINESIZE) ... found [2020-10-22T00:52:50.966Z] checking for openat(), fstatat() ... found [2020-10-22T00:52:50.966Z] checking for getaddrinfo() ... found [2020-10-22T00:52:51.227Z] checking for SOCK_CLOEXEC support ... found [2020-10-22T00:52:51.227Z] checking for FD_CLOEXEC support ... found [2020-10-22T00:52:51.227Z] configuring additional modules [2020-10-22T00:52:51.227Z] adding module in ../ngx_devel_kit-0.3.1rc1 [2020-10-22T00:52:51.227Z] + ngx_devel_kit was configured [2020-10-22T00:52:51.227Z] adding module in ../echo-nginx-module-0.61 [2020-10-22T00:52:51.227Z] + ngx_http_echo_module was configured [2020-10-22T00:52:51.227Z] adding module in ../xss-nginx-module-0.06 [2020-10-22T00:52:51.227Z] + ngx_http_xss_filter_module was configured [2020-10-22T00:52:51.227Z] adding module in ../ngx_coolkit-0.2 [2020-10-22T00:52:51.227Z] + ngx_coolkit_module was configured [2020-10-22T00:52:51.227Z] adding module in ../set-misc-nginx-module-0.32 [2020-10-22T00:52:51.227Z] found ngx_devel_kit for ngx_set_misc; looks good. [2020-10-22T00:52:51.227Z] + ngx_http_set_misc_module was configured [2020-10-22T00:52:51.228Z] adding module in ../form-input-nginx-module-0.12 [2020-10-22T00:52:51.228Z] found ngx_devel_kit for ngx_form_input; looks good. [2020-10-22T00:52:51.228Z] + ngx_http_form_input_module was configured [2020-10-22T00:52:51.228Z] adding module in ../encrypted-session-nginx-module-0.08 [2020-10-22T00:52:51.228Z] found ngx_devel_kit for ngx_encrypted_session; looks good. [2020-10-22T00:52:51.228Z] + ngx_http_encrypted_session_module was configured [2020-10-22T00:52:51.228Z] adding module in ../srcache-nginx-module-0.31 [2020-10-22T00:52:51.228Z] + ngx_http_srcache_filter_module was configured [2020-10-22T00:52:51.228Z] adding module in ../ngx_lua-0.10.15 [2020-10-22T00:52:51.228Z] checking for LuaJIT library in /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/lib and /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 (specified by the LUAJIT_LIB and LUAJIT_INC env, with -ldl) ... found [2020-10-22T00:52:51.411Z] ---> 2603a8e1f31e [2020-10-22T00:52:51.411Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-22T00:52:51.411Z] Successfully built 80bb9e63c72c [2020-10-22T00:52:51.411Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-22T00:52:51.489Z] checking for export symbols by default (-E) ... found [2020-10-22T00:52:51.489Z] checking for export symbols by default (--export-all-symbols) ... not found [2020-10-22T00:52:51.489Z] checking for SO_PASSCRED ... found [2020-10-22T00:52:51.489Z] checking for SA_RESTART ... found [2020-10-22T00:52:51.752Z] checking for __attribute__(constructor) ... found [2020-10-22T00:52:51.752Z] checking for malloc_trim ... found [2020-10-22T00:52:51.752Z] checking for pipe2 ... not found [2020-10-22T00:52:51.752Z] checking for signalfd ... found [2020-10-22T00:52:51.752Z] + ngx_http_lua_module was configured [2020-10-22T00:52:51.752Z] adding module in ../ngx_lua_upstream-0.07 [2020-10-22T00:52:51.752Z] + ngx_http_lua_upstream_module was configured [2020-10-22T00:52:51.752Z] adding module in ../headers-more-nginx-module-0.33 [2020-10-22T00:52:51.752Z] + ngx_http_headers_more_filter_module was configured [2020-10-22T00:52:51.752Z] adding module in ../array-var-nginx-module-0.05 [2020-10-22T00:52:51.752Z] found ngx_devel_kit for ngx_array_var; looks good. [2020-10-22T00:52:51.752Z] + ngx_http_array_var_module was configured [2020-10-22T00:52:51.752Z] adding module in ../memc-nginx-module-0.19 [2020-10-22T00:52:51.752Z] + ngx_http_memc_module was configured [2020-10-22T00:52:51.752Z] adding module in ../redis2-nginx-module-0.15 [2020-10-22T00:52:51.752Z] + ngx_http_redis2_module was configured [2020-10-22T00:52:51.752Z] adding module in ../redis-nginx-module-0.3.7 [2020-10-22T00:52:51.752Z] + ngx_http_redis_module was configured [2020-10-22T00:52:51.752Z] adding module in ../rds-json-nginx-module-0.15 [2020-10-22T00:52:51.752Z] + ngx_http_rds_json_filter_module was configured [2020-10-22T00:52:51.752Z] adding module in ../rds-csv-nginx-module-0.09 [2020-10-22T00:52:51.752Z] + ngx_http_rds_csv_filter_module was configured [2020-10-22T00:52:51.752Z] adding module in ../ngx_stream_lua-0.0.7 [2020-10-22T00:52:52.013Z] checking for LuaJIT library in /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/lib and /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 (specified by the LUAJIT_LIB and LUAJIT_INC env, with -ldl) ... found [2020-10-22T00:52:52.013Z] checking for export symbols by default (-E) ... found [2020-10-22T00:52:52.013Z] checking for export symbols by default (--export-all-symbols) ... not found [2020-10-22T00:52:52.013Z] checking for SO_PASSCRED ... found [2020-10-22T00:52:52.013Z] checking for SA_RESTART ... found [2020-10-22T00:52:52.013Z] + ngx_stream_lua_module was configured [2020-10-22T00:52:52.013Z] adding module in /build/stage/lua-kong-nginx-module [2020-10-22T00:52:52.013Z] + ngx_http_lua_kong_module was configured [2020-10-22T00:52:52.017Z]  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-22T00:52:52.278Z] checking for PCRE library ... found [2020-10-22T00:52:52.278Z] checking for PCRE JIT support ... found [2020-10-22T00:52:52.547Z] checking for OpenSSL library ... found [2020-10-22T00:52:52.547Z] checking for zlib library ... found [2020-10-22T00:52:52.547Z] creating objs/Makefile [2020-10-22T00:52:52.634Z] ---> 82e62a07ccc5 [2020-10-22T00:52:52.635Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-22T00:52:54.103Z] ---> 301ac72e3323 [2020-10-22T00:52:54.103Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-22T00:52:55.112Z] ---> 6d88fe539558 [2020-10-22T00:52:55.112Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-22T00:52:55.400Z] Removing intermediate container c5167d495cd8 [2020-10-22T00:52:55.400Z] ---> ea8517bf879c [2020-10-22T00:52:55.400Z] [2020-10-22T00:52:55.400Z] Step 11/27 : FROM docker:latest [2020-10-22T00:52:55.400Z] ---> 79b81ba6d94d [2020-10-22T00:52:55.400Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-22T00:52:55.684Z] ---> Running in 20d192e3fe50 [2020-10-22T00:52:55.847Z] [2020-10-22T00:52:55.847Z] Configuration summary [2020-10-22T00:52:55.847Z] + using system PCRE library [2020-10-22T00:52:55.847Z] + using system OpenSSL library [2020-10-22T00:52:55.847Z] + using system zlib library [2020-10-22T00:52:55.847Z] [2020-10-22T00:52:55.847Z] nginx path prefix: "/build/parts/openresty/install/nginx" [2020-10-22T00:52:55.847Z] nginx binary file: "/build/parts/openresty/install/nginx/sbin/nginx" [2020-10-22T00:52:55.847Z] nginx modules path: "/build/parts/openresty/install/nginx/modules" [2020-10-22T00:52:55.847Z] nginx configuration prefix: "/build/parts/openresty/install/nginx/conf" [2020-10-22T00:52:55.847Z] nginx configuration file: "/build/parts/openresty/install/nginx/conf/nginx.conf" [2020-10-22T00:52:55.847Z] nginx pid file: "/build/parts/openresty/install/nginx/logs/nginx.pid" [2020-10-22T00:52:55.847Z] nginx error log file: "/build/parts/openresty/install/nginx/logs/error.log" [2020-10-22T00:52:55.847Z] nginx http access log file: "/build/parts/openresty/install/nginx/logs/access.log" [2020-10-22T00:52:55.847Z] nginx http client request body temporary files: "client_body_temp" [2020-10-22T00:52:55.847Z] nginx http proxy temporary files: "proxy_temp" [2020-10-22T00:52:55.847Z] nginx http fastcgi temporary files: "fastcgi_temp" [2020-10-22T00:52:55.847Z] nginx http uwsgi temporary files: "uwsgi_temp" [2020-10-22T00:52:55.847Z] nginx http scgi temporary files: "scgi_temp" [2020-10-22T00:52:55.847Z] [2020-10-22T00:52:55.847Z] ./configure: warning: the "--with-ipv6" option is deprecated [2020-10-22T00:52:55.847Z] cd ../.. [2020-10-22T00:52:55.847Z] Type the following commands to build and install: [2020-10-22T00:52:55.847Z] make [2020-10-22T00:52:55.847Z] make install [2020-10-22T00:52:55.847Z] make -j8 [2020-10-22T00:52:55.847Z] cd /build/parts/openresty/build/build/LuaJIT-2.1-20190507 && make TARGET_STRIP=@: CCDEBUG=-g XCFLAGS='-DLUAJIT_ENABLE_LUA52COMPAT -DLUAJIT_ENABLE_GC64 -msse4.2' CC=cc PREFIX=/build/parts/openresty/install/luajit [2020-10-22T00:52:55.847Z] make[1]: Entering directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507' [2020-10-22T00:52:55.847Z] ==== Building LuaJIT 2.1.0-beta3 ==== [2020-10-22T00:52:55.847Z] make -C src [2020-10-22T00:52:55.847Z] make[2]: Entering directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507/src' [2020-10-22T00:52:55.847Z] make[2]: Nothing to be done for 'default'. [2020-10-22T00:52:55.847Z] make[2]: Leaving directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507/src' [2020-10-22T00:52:55.847Z] ==== Successfully built LuaJIT 2.1.0-beta3 ==== [2020-10-22T00:52:55.847Z] make[1]: Leaving directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507' [2020-10-22T00:52:55.847Z] cd /build/parts/openresty/build/build/lua-cjson-2.1.0.7 && make DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/build/parts/openresty/install/lualib LUA_MODULE_DIR=/build/parts/openresty/install/lualib CJSON_CFLAGS="-g -fpic" CC=cc [2020-10-22T00:52:55.847Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-cjson-2.1.0.7' [2020-10-22T00:52:55.847Z] cc -c -O3 -Wall -pedantic -DNDEBUG -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -g -fpic -o lua_cjson.o lua_cjson.c [2020-10-22T00:52:55.847Z] cc -c -O3 -Wall -pedantic -DNDEBUG -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -g -fpic -o strbuf.o strbuf.c [2020-10-22T00:52:55.847Z] cc -c -O3 -Wall -pedantic -DNDEBUG -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -g -fpic -o fpconv.o fpconv.c [2020-10-22T00:52:56.107Z] cc -L/build/parts/openresty/install/usr/lib -L/build/parts/openresty/install/usr/lib/x86_64-linux-gnu -L/build/stage/lib -L/build/stage/usr/lib -shared -o cjson.so lua_cjson.o strbuf.o fpconv.o [2020-10-22T00:52:56.107Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-cjson-2.1.0.7' [2020-10-22T00:52:56.107Z] cd /build/parts/openresty/build/build/lua-resty-signal-0.02 && make DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc [2020-10-22T00:52:56.107Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-signal-0.02' [2020-10-22T00:52:56.107Z] cc -O3 -g -Wall -fpic -c resty_signal.c [2020-10-22T00:52:56.107Z] cc -shared -fvisibility=hidden resty_signal.o -o librestysignal.so [2020-10-22T00:52:56.107Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-signal-0.02' [2020-10-22T00:52:56.107Z] cd /build/parts/openresty/build/build/lua-redis-parser-0.13 && make DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc [2020-10-22T00:52:56.107Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-redis-parser-0.13' [2020-10-22T00:52:56.107Z] cc -c -g -O -Wall -fpic -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -o redis-parser.o redis-parser.c [2020-10-22T00:52:56.107Z] cc -L/build/parts/openresty/install/usr/lib -L/build/parts/openresty/install/usr/lib/x86_64-linux-gnu -L/build/stage/lib -L/build/stage/usr/lib -shared -o parser.so redis-parser.o [2020-10-22T00:52:56.107Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-redis-parser-0.13' [2020-10-22T00:52:56.107Z] cd /build/parts/openresty/build/build/lua-rds-parser-0.06 && make DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc [2020-10-22T00:52:56.107Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-rds-parser-0.06' [2020-10-22T00:52:56.107Z] cc -c -g -O -Wall -fpic -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -o src/rds_parser.o src/rds_parser.c [2020-10-22T00:52:56.394Z] cc -L/build/parts/openresty/install/usr/lib -L/build/parts/openresty/install/usr/lib/x86_64-linux-gnu -L/build/stage/lib -L/build/stage/usr/lib -shared -o parser.so src/rds_parser.o [2020-10-22T00:52:56.394Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-rds-parser-0.06' [2020-10-22T00:52:56.394Z] cd /build/parts/openresty/build/build/nginx-1.15.8 && make [2020-10-22T00:52:56.394Z] make[1]: Entering directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-22T00:52:56.394Z] make -f objs/Makefile [2020-10-22T00:52:56.394Z] make[2]: Entering directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-22T00:52:56.394Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:56.394Z] -o objs/src/core/nginx.o \ [2020-10-22T00:52:56.394Z] src/core/nginx.c [2020-10-22T00:52:56.394Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:56.394Z] -o objs/src/core/ngx_log.o \ [2020-10-22T00:52:56.394Z] src/core/ngx_log.c [2020-10-22T00:52:56.394Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:56.394Z] -o objs/src/core/ngx_palloc.o \ [2020-10-22T00:52:56.394Z] src/core/ngx_palloc.c [2020-10-22T00:52:56.394Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:56.394Z] -o objs/src/core/ngx_array.o \ [2020-10-22T00:52:56.394Z] src/core/ngx_array.c [2020-10-22T00:52:56.394Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:56.394Z] -o objs/src/core/ngx_list.o \ [2020-10-22T00:52:56.394Z] src/core/ngx_list.c [2020-10-22T00:52:56.394Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:56.394Z] -o objs/src/core/ngx_hash.o \ [2020-10-22T00:52:56.394Z] src/core/ngx_hash.c [2020-10-22T00:52:56.394Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:56.394Z] -o objs/src/core/ngx_buf.o \ [2020-10-22T00:52:56.394Z] src/core/ngx_buf.c [2020-10-22T00:52:56.394Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:56.394Z] -o objs/src/core/ngx_queue.o \ [2020-10-22T00:52:56.394Z] src/core/ngx_queue.c [2020-10-22T00:52:56.688Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:56.688Z] -o objs/src/core/ngx_output_chain.o \ [2020-10-22T00:52:56.688Z] src/core/ngx_output_chain.c [2020-10-22T00:52:56.688Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:56.688Z] -o objs/src/core/ngx_string.o \ [2020-10-22T00:52:56.689Z] src/core/ngx_string.c [2020-10-22T00:52:56.689Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:56.689Z] -o objs/src/core/ngx_parse.o \ [2020-10-22T00:52:56.689Z] src/core/ngx_parse.c [2020-10-22T00:52:56.689Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:56.689Z] -o objs/src/core/ngx_parse_time.o \ [2020-10-22T00:52:56.689Z] src/core/ngx_parse_time.c [2020-10-22T00:52:56.689Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:56.689Z] -o objs/src/core/ngx_inet.o \ [2020-10-22T00:52:56.689Z] src/core/ngx_inet.c [2020-10-22T00:52:56.689Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:56.689Z] -o objs/src/core/ngx_file.o \ [2020-10-22T00:52:56.689Z] src/core/ngx_file.c [2020-10-22T00:52:56.691Z] ---> 1af5197d695f [2020-10-22T00:52:56.691Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-22T00:52:56.979Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:56.979Z] -o objs/src/core/ngx_crc32.o \ [2020-10-22T00:52:56.979Z] src/core/ngx_crc32.c [2020-10-22T00:52:56.979Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:56.979Z] -o objs/src/core/ngx_murmurhash.o \ [2020-10-22T00:52:56.979Z] src/core/ngx_murmurhash.c [2020-10-22T00:52:56.979Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:56.979Z] -o objs/src/core/ngx_md5.o \ [2020-10-22T00:52:56.979Z] src/core/ngx_md5.c [2020-10-22T00:52:56.979Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:56.979Z] -o objs/src/core/ngx_sha1.o \ [2020-10-22T00:52:56.979Z] src/core/ngx_sha1.c [2020-10-22T00:52:56.980Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:56.980Z] -o objs/src/core/ngx_rbtree.o \ [2020-10-22T00:52:56.980Z] src/core/ngx_rbtree.c [2020-10-22T00:52:57.259Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:57.259Z] -o objs/src/core/ngx_radix_tree.o \ [2020-10-22T00:52:57.259Z] src/core/ngx_radix_tree.c [2020-10-22T00:52:57.259Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:57.259Z] -o objs/src/core/ngx_slab.o \ [2020-10-22T00:52:57.259Z] src/core/ngx_slab.c [2020-10-22T00:52:57.259Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:57.259Z] -o objs/src/core/ngx_times.o \ [2020-10-22T00:52:57.259Z] src/core/ngx_times.c [2020-10-22T00:52:57.259Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:57.260Z] -o objs/src/core/ngx_shmtx.o \ [2020-10-22T00:52:57.260Z] src/core/ngx_shmtx.c [2020-10-22T00:52:57.260Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:57.260Z] -o objs/src/core/ngx_connection.o \ [2020-10-22T00:52:57.260Z] src/core/ngx_connection.c [2020-10-22T00:52:57.260Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:57.260Z] -o objs/src/core/ngx_cycle.o \ [2020-10-22T00:52:57.260Z] src/core/ngx_cycle.c [2020-10-22T00:52:57.260Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:57.260Z] -o objs/src/core/ngx_spinlock.o \ [2020-10-22T00:52:57.260Z] src/core/ngx_spinlock.c [2020-10-22T00:52:57.260Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:57.260Z] -o objs/src/core/ngx_rwlock.o \ [2020-10-22T00:52:57.260Z] src/core/ngx_rwlock.c [2020-10-22T00:52:57.546Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:57.546Z] -o objs/src/core/ngx_cpuinfo.o \ [2020-10-22T00:52:57.546Z] src/core/ngx_cpuinfo.c [2020-10-22T00:52:57.546Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:57.546Z] -o objs/src/core/ngx_conf_file.o \ [2020-10-22T00:52:57.546Z] src/core/ngx_conf_file.c [2020-10-22T00:52:57.546Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:57.546Z] -o objs/src/core/ngx_module.o \ [2020-10-22T00:52:57.546Z] src/core/ngx_module.c [2020-10-22T00:52:57.546Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:57.546Z] -o objs/src/core/ngx_resolver.o \ [2020-10-22T00:52:57.546Z] src/core/ngx_resolver.c [2020-10-22T00:52:57.546Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:57.546Z] -o objs/src/core/ngx_open_file_cache.o \ [2020-10-22T00:52:57.546Z] src/core/ngx_open_file_cache.c [2020-10-22T00:52:57.546Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:57.546Z] -o objs/src/core/ngx_crypt.o \ [2020-10-22T00:52:57.546Z] src/core/ngx_crypt.c [2020-10-22T00:52:57.546Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:57.546Z] -o objs/src/core/ngx_proxy_protocol.o \ [2020-10-22T00:52:57.546Z] src/core/ngx_proxy_protocol.c [2020-10-22T00:52:57.710Z] ---> b85482664464 [2020-10-22T00:52:57.710Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-22T00:52:57.710Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:52:57.710Z] ---> Running in 2641ade2715f [2020-10-22T00:52:57.834Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:57.834Z] -o objs/src/core/ngx_syslog.o \ [2020-10-22T00:52:57.834Z] src/core/ngx_syslog.c [2020-10-22T00:52:57.834Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:57.834Z] -o objs/src/event/ngx_event.o \ [2020-10-22T00:52:57.834Z] src/event/ngx_event.c [2020-10-22T00:52:57.834Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:57.834Z] -o objs/src/event/ngx_event_timer.o \ [2020-10-22T00:52:57.834Z] src/event/ngx_event_timer.c [2020-10-22T00:52:57.834Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:57.834Z] -o objs/src/event/ngx_event_posted.o \ [2020-10-22T00:52:57.834Z] src/event/ngx_event_posted.c [2020-10-22T00:52:57.834Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:57.834Z] -o objs/src/event/ngx_event_accept.o \ [2020-10-22T00:52:57.834Z] src/event/ngx_event_accept.c [2020-10-22T00:52:57.834Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:57.834Z] -o objs/src/event/ngx_event_udp.o \ [2020-10-22T00:52:57.834Z] src/event/ngx_event_udp.c [2020-10-22T00:52:57.834Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:57.834Z] -o objs/src/event/ngx_event_connect.o \ [2020-10-22T00:52:57.834Z] src/event/ngx_event_connect.c [2020-10-22T00:52:57.987Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:52:58.103Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:58.103Z] -o objs/src/event/ngx_event_pipe.o \ [2020-10-22T00:52:58.103Z] src/event/ngx_event_pipe.c [2020-10-22T00:52:58.103Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:58.103Z] -o objs/src/os/unix/ngx_time.o \ [2020-10-22T00:52:58.103Z] src/os/unix/ngx_time.c [2020-10-22T00:52:58.103Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:58.103Z] -o objs/src/os/unix/ngx_errno.o \ [2020-10-22T00:52:58.103Z] src/os/unix/ngx_errno.c [2020-10-22T00:52:58.103Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:58.103Z] -o objs/src/os/unix/ngx_alloc.o \ [2020-10-22T00:52:58.103Z] src/os/unix/ngx_alloc.c [2020-10-22T00:52:58.103Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:58.103Z] -o objs/src/os/unix/ngx_files.o \ [2020-10-22T00:52:58.103Z] src/os/unix/ngx_files.c [2020-10-22T00:52:58.103Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:58.103Z] -o objs/src/os/unix/ngx_socket.o \ [2020-10-22T00:52:58.103Z] src/os/unix/ngx_socket.c [2020-10-22T00:52:58.103Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:58.103Z] -o objs/src/os/unix/ngx_recv.o \ [2020-10-22T00:52:58.103Z] src/os/unix/ngx_recv.c [2020-10-22T00:52:58.103Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:58.103Z] -o objs/src/os/unix/ngx_readv_chain.o \ [2020-10-22T00:52:58.103Z] src/os/unix/ngx_readv_chain.c [2020-10-22T00:52:58.103Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:58.103Z] -o objs/src/os/unix/ngx_udp_recv.o \ [2020-10-22T00:52:58.103Z] src/os/unix/ngx_udp_recv.c [2020-10-22T00:52:58.264Z] Removing intermediate container 2641ade2715f [2020-10-22T00:52:58.264Z] ---> c1e3bbfa5da2 [2020-10-22T00:52:58.264Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:52:58.371Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:58.371Z] -o objs/src/os/unix/ngx_send.o \ [2020-10-22T00:52:58.371Z] src/os/unix/ngx_send.c [2020-10-22T00:52:58.371Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:58.371Z] -o objs/src/os/unix/ngx_writev_chain.o \ [2020-10-22T00:52:58.371Z] src/os/unix/ngx_writev_chain.c [2020-10-22T00:52:58.371Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:58.371Z] -o objs/src/os/unix/ngx_udp_send.o \ [2020-10-22T00:52:58.371Z] src/os/unix/ngx_udp_send.c [2020-10-22T00:52:58.371Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:58.371Z] -o objs/src/os/unix/ngx_udp_sendmsg_chain.o \ [2020-10-22T00:52:58.371Z] src/os/unix/ngx_udp_sendmsg_chain.c [2020-10-22T00:52:58.371Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:58.371Z] -o objs/src/os/unix/ngx_channel.o \ [2020-10-22T00:52:58.371Z] src/os/unix/ngx_channel.c [2020-10-22T00:52:58.371Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:58.371Z] -o objs/src/os/unix/ngx_shmem.o \ [2020-10-22T00:52:58.371Z] src/os/unix/ngx_shmem.c [2020-10-22T00:52:58.372Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:58.372Z] -o objs/src/os/unix/ngx_process.o \ [2020-10-22T00:52:58.372Z] src/os/unix/ngx_process.c [2020-10-22T00:52:58.372Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:58.372Z] -o objs/src/os/unix/ngx_daemon.o \ [2020-10-22T00:52:58.372Z] src/os/unix/ngx_daemon.c [2020-10-22T00:52:58.542Z] ---> Running in 39899133c075 [2020-10-22T00:52:58.643Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:58.643Z] -o objs/src/os/unix/ngx_setaffinity.o \ [2020-10-22T00:52:58.643Z] src/os/unix/ngx_setaffinity.c [2020-10-22T00:52:58.643Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:58.643Z] -o objs/src/os/unix/ngx_setproctitle.o \ [2020-10-22T00:52:58.643Z] src/os/unix/ngx_setproctitle.c [2020-10-22T00:52:58.643Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:58.643Z] -o objs/src/os/unix/ngx_posix_init.o \ [2020-10-22T00:52:58.643Z] src/os/unix/ngx_posix_init.c [2020-10-22T00:52:58.643Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:58.643Z] -o objs/src/os/unix/ngx_user.o \ [2020-10-22T00:52:58.643Z] src/os/unix/ngx_user.c [2020-10-22T00:52:58.643Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:58.643Z] -o objs/src/os/unix/ngx_dlopen.o \ [2020-10-22T00:52:58.643Z] src/os/unix/ngx_dlopen.c [2020-10-22T00:52:58.643Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:58.643Z] -o objs/src/os/unix/ngx_process_cycle.o \ [2020-10-22T00:52:58.643Z] src/os/unix/ngx_process_cycle.c [2020-10-22T00:52:58.643Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:58.643Z] -o objs/src/os/unix/ngx_linux_init.o \ [2020-10-22T00:52:58.643Z] src/os/unix/ngx_linux_init.c [2020-10-22T00:52:58.643Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:58.643Z] -o objs/src/event/modules/ngx_epoll_module.o \ [2020-10-22T00:52:58.643Z] src/event/modules/ngx_epoll_module.c [2020-10-22T00:52:58.826Z] (1/2) Installing readline (8.0.4-r0) [2020-10-22T00:52:58.826Z] (2/2) Installing bash (5.0.17-r0) [2020-10-22T00:52:58.826Z] Executing bash-5.0.17-r0.post-install [2020-10-22T00:52:58.826Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:52:58.826Z] OK: 12 MiB in 22 packages [2020-10-22T00:52:58.916Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:58.916Z] -o objs/src/os/unix/ngx_linux_sendfile_chain.o \ [2020-10-22T00:52:58.916Z] src/os/unix/ngx_linux_sendfile_chain.c [2020-10-22T00:52:58.916Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:58.916Z] -o objs/src/event/ngx_event_openssl.o \ [2020-10-22T00:52:58.916Z] src/event/ngx_event_openssl.c [2020-10-22T00:52:58.917Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:58.917Z] -o objs/src/event/ngx_event_openssl_stapling.o \ [2020-10-22T00:52:58.917Z] src/event/ngx_event_openssl_stapling.c [2020-10-22T00:52:58.917Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:52:58.917Z] -o objs/src/core/ngx_regex.o \ [2020-10-22T00:52:58.917Z] src/core/ngx_regex.c [2020-10-22T00:52:58.917Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:52:58.917Z] -o objs/src/http/ngx_http.o \ [2020-10-22T00:52:58.917Z] src/http/ngx_http.c [2020-10-22T00:52:58.917Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:52:58.917Z] -o objs/src/http/ngx_http_core_module.o \ [2020-10-22T00:52:58.917Z] src/http/ngx_http_core_module.c [2020-10-22T00:52:58.917Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:52:58.917Z] -o objs/src/http/ngx_http_special_response.o \ [2020-10-22T00:52:58.917Z] src/http/ngx_http_special_response.c [2020-10-22T00:52:59.102Z] Removing intermediate container 39899133c075 [2020-10-22T00:52:59.102Z] ---> 4c2479f819a3 [2020-10-22T00:52:59.102Z] Step 22/24 : LABEL arch=arm64 [2020-10-22T00:52:59.189Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:52:59.189Z] -o objs/src/http/ngx_http_request.o \ [2020-10-22T00:52:59.189Z] src/http/ngx_http_request.c [2020-10-22T00:52:59.189Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:52:59.189Z] -o objs/src/http/ngx_http_parse.o \ [2020-10-22T00:52:59.189Z] src/http/ngx_http_parse.c [2020-10-22T00:52:59.189Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:52:59.189Z] -o objs/src/http/modules/ngx_http_log_module.o \ [2020-10-22T00:52:59.189Z] src/http/modules/ngx_http_log_module.c [2020-10-22T00:52:59.189Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:52:59.189Z] -o objs/src/http/ngx_http_request_body.o \ [2020-10-22T00:52:59.189Z] src/http/ngx_http_request_body.c [2020-10-22T00:52:59.385Z] ---> Running in bed513820f1c [2020-10-22T00:52:59.463Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:52:59.463Z] -o objs/src/http/ngx_http_variables.o \ [2020-10-22T00:52:59.463Z] src/http/ngx_http_variables.c [2020-10-22T00:52:59.463Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:52:59.463Z] -o objs/src/http/ngx_http_script.o \ [2020-10-22T00:52:59.463Z] src/http/ngx_http_script.c [2020-10-22T00:52:59.729Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:52:59.730Z] -o objs/src/http/ngx_http_upstream.o \ [2020-10-22T00:52:59.730Z] src/http/ngx_http_upstream.c [2020-10-22T00:52:59.730Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:52:59.730Z] -o objs/src/http/ngx_http_upstream_round_robin.o \ [2020-10-22T00:52:59.730Z] src/http/ngx_http_upstream_round_robin.c [2020-10-22T00:52:59.730Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:52:59.730Z] -o objs/src/http/ngx_http_file_cache.o \ [2020-10-22T00:52:59.730Z] src/http/ngx_http_file_cache.c [2020-10-22T00:52:59.730Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:52:59.730Z] -o objs/src/http/ngx_http_write_filter_module.o \ [2020-10-22T00:52:59.730Z] src/http/ngx_http_write_filter_module.c [2020-10-22T00:52:59.730Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:52:59.730Z] -o objs/src/http/ngx_http_header_filter_module.o \ [2020-10-22T00:52:59.730Z] src/http/ngx_http_header_filter_module.c [2020-10-22T00:52:59.993Z] Removing intermediate container bed513820f1c [2020-10-22T00:52:59.993Z] ---> 58c7f44278c9 [2020-10-22T00:52:59.993Z] Step 23/24 : LABEL git_sha=d9915a167933df7903c1854864e0ef3285f3b8b8 [2020-10-22T00:52:59.993Z] ---> Running in 546c2c1f85ab [2020-10-22T00:52:59.996Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:52:59.996Z] -o objs/src/http/modules/ngx_http_chunked_filter_module.o \ [2020-10-22T00:52:59.996Z] src/http/modules/ngx_http_chunked_filter_module.c [2020-10-22T00:52:59.996Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:52:59.996Z] -o objs/src/http/v2/ngx_http_v2_filter_module.o \ [2020-10-22T00:52:59.996Z] src/http/v2/ngx_http_v2_filter_module.c [2020-10-22T00:52:59.996Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:52:59.996Z] -o objs/src/http/modules/ngx_http_range_filter_module.o \ [2020-10-22T00:52:59.996Z] src/http/modules/ngx_http_range_filter_module.c [2020-10-22T00:52:59.996Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:52:59.996Z] -o objs/src/http/modules/ngx_http_gzip_filter_module.o \ [2020-10-22T00:52:59.996Z] src/http/modules/ngx_http_gzip_filter_module.c [2020-10-22T00:52:59.996Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:52:59.996Z] -o objs/src/http/ngx_http_postpone_filter_module.o \ [2020-10-22T00:52:59.996Z] src/http/ngx_http_postpone_filter_module.c [2020-10-22T00:52:59.996Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:52:59.996Z] -o objs/src/http/modules/ngx_http_ssi_filter_module.o \ [2020-10-22T00:52:59.996Z] src/http/modules/ngx_http_ssi_filter_module.c [2020-10-22T00:53:00.268Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:00.268Z] -o objs/src/http/modules/ngx_http_charset_filter_module.o \ [2020-10-22T00:53:00.268Z] src/http/modules/ngx_http_charset_filter_module.c [2020-10-22T00:53:00.268Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:00.268Z] -o objs/src/http/modules/ngx_http_userid_filter_module.o \ [2020-10-22T00:53:00.268Z] src/http/modules/ngx_http_userid_filter_module.c [2020-10-22T00:53:00.268Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:00.268Z] -o objs/src/http/modules/ngx_http_headers_filter_module.o \ [2020-10-22T00:53:00.268Z] src/http/modules/ngx_http_headers_filter_module.c [2020-10-22T00:53:00.268Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:00.268Z] -o objs/src/http/ngx_http_copy_filter_module.o \ [2020-10-22T00:53:00.268Z] src/http/ngx_http_copy_filter_module.c [2020-10-22T00:53:00.273Z] Removing intermediate container 20d192e3fe50 [2020-10-22T00:53:00.273Z] ---> 25c0cfecebb8 [2020-10-22T00:53:00.273Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-22T00:53:00.540Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:00.540Z] -o objs/src/http/modules/ngx_http_not_modified_filter_module.o \ [2020-10-22T00:53:00.540Z] src/http/modules/ngx_http_not_modified_filter_module.c [2020-10-22T00:53:00.540Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:00.540Z] -o objs/src/http/v2/ngx_http_v2.o \ [2020-10-22T00:53:00.540Z] src/http/v2/ngx_http_v2.c [2020-10-22T00:53:00.541Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:00.541Z] -o objs/src/http/v2/ngx_http_v2_table.o \ [2020-10-22T00:53:00.541Z] src/http/v2/ngx_http_v2_table.c [2020-10-22T00:53:00.541Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:00.541Z] -o objs/src/http/v2/ngx_http_v2_encode.o \ [2020-10-22T00:53:00.541Z] src/http/v2/ngx_http_v2_encode.c [2020-10-22T00:53:00.541Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:00.541Z] -o objs/src/http/v2/ngx_http_v2_huff_decode.o \ [2020-10-22T00:53:00.541Z] src/http/v2/ngx_http_v2_huff_decode.c [2020-10-22T00:53:00.541Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:00.541Z] -o objs/src/http/v2/ngx_http_v2_huff_encode.o \ [2020-10-22T00:53:00.541Z] src/http/v2/ngx_http_v2_huff_encode.c [2020-10-22T00:53:00.555Z] ---> Running in 5c4c814c6f06 [2020-10-22T00:53:00.556Z] Removing intermediate container 546c2c1f85ab [2020-10-22T00:53:00.556Z] ---> d97454012dcf [2020-10-22T00:53:00.556Z] Step 24/24 : LABEL version=0.0.0 [2020-10-22T00:53:00.809Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:00.809Z] -o objs/src/http/v2/ngx_http_v2_module.o \ [2020-10-22T00:53:00.809Z] src/http/v2/ngx_http_v2_module.c [2020-10-22T00:53:00.809Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:00.809Z] -o objs/src/http/modules/ngx_http_static_module.o \ [2020-10-22T00:53:00.809Z] src/http/modules/ngx_http_static_module.c [2020-10-22T00:53:00.809Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:00.809Z] -o objs/src/http/modules/ngx_http_autoindex_module.o \ [2020-10-22T00:53:00.809Z] src/http/modules/ngx_http_autoindex_module.c [2020-10-22T00:53:00.809Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:00.809Z] -o objs/src/http/modules/ngx_http_index_module.o \ [2020-10-22T00:53:00.809Z] src/http/modules/ngx_http_index_module.c [2020-10-22T00:53:00.809Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:00.809Z] -o objs/src/http/modules/ngx_http_mirror_module.o \ [2020-10-22T00:53:00.809Z] src/http/modules/ngx_http_mirror_module.c [2020-10-22T00:53:00.809Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:00.809Z] -o objs/src/http/modules/ngx_http_try_files_module.o \ [2020-10-22T00:53:00.809Z] src/http/modules/ngx_http_try_files_module.c [2020-10-22T00:53:00.840Z] ---> Running in b30944c7cf2c [2020-10-22T00:53:01.079Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:01.079Z] -o objs/src/http/modules/ngx_http_auth_basic_module.o \ [2020-10-22T00:53:01.079Z] src/http/modules/ngx_http_auth_basic_module.c [2020-10-22T00:53:01.080Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:01.080Z] -o objs/src/http/modules/ngx_http_access_module.o \ [2020-10-22T00:53:01.080Z] src/http/modules/ngx_http_access_module.c [2020-10-22T00:53:01.080Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:01.080Z] -o objs/src/http/modules/ngx_http_limit_conn_module.o \ [2020-10-22T00:53:01.080Z] src/http/modules/ngx_http_limit_conn_module.c [2020-10-22T00:53:01.080Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:01.080Z] -o objs/src/http/modules/ngx_http_limit_req_module.o \ [2020-10-22T00:53:01.080Z] src/http/modules/ngx_http_limit_req_module.c [2020-10-22T00:53:01.345Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:01.345Z] -o objs/src/http/modules/ngx_http_realip_module.o \ [2020-10-22T00:53:01.345Z] src/http/modules/ngx_http_realip_module.c [2020-10-22T00:53:01.345Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:01.345Z] -o objs/src/http/modules/ngx_http_geo_module.o \ [2020-10-22T00:53:01.345Z] src/http/modules/ngx_http_geo_module.c [2020-10-22T00:53:01.345Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:01.345Z] -o objs/src/http/modules/ngx_http_map_module.o \ [2020-10-22T00:53:01.345Z] src/http/modules/ngx_http_map_module.c [2020-10-22T00:53:01.345Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:01.345Z] -o objs/src/http/modules/ngx_http_split_clients_module.o \ [2020-10-22T00:53:01.345Z] src/http/modules/ngx_http_split_clients_module.c [2020-10-22T00:53:01.345Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:01.345Z] -o objs/src/http/modules/ngx_http_referer_module.o \ [2020-10-22T00:53:01.345Z] src/http/modules/ngx_http_referer_module.c [2020-10-22T00:53:01.446Z] Removing intermediate container b30944c7cf2c [2020-10-22T00:53:01.446Z] ---> 4d7fe2669cd8 [2020-10-22T00:53:01.446Z] [2020-10-22T00:53:01.612Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:01.612Z] -o objs/src/http/modules/ngx_http_rewrite_module.o \ [2020-10-22T00:53:01.612Z] src/http/modules/ngx_http_rewrite_module.c [2020-10-22T00:53:01.612Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:01.612Z] -o objs/src/http/modules/ngx_http_ssl_module.o \ [2020-10-22T00:53:01.612Z] src/http/modules/ngx_http_ssl_module.c [2020-10-22T00:53:01.613Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:01.613Z] -o objs/src/http/modules/ngx_http_proxy_module.o \ [2020-10-22T00:53:01.613Z] src/http/modules/ngx_http_proxy_module.c [2020-10-22T00:53:01.613Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:01.613Z] -o objs/src/http/modules/ngx_http_fastcgi_module.o \ [2020-10-22T00:53:01.613Z] src/http/modules/ngx_http_fastcgi_module.c [2020-10-22T00:53:01.613Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:01.613Z] -o objs/src/http/modules/ngx_http_uwsgi_module.o \ [2020-10-22T00:53:01.613Z] src/http/modules/ngx_http_uwsgi_module.c [2020-10-22T00:53:01.613Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:01.613Z] -o objs/src/http/modules/ngx_http_scgi_module.o \ [2020-10-22T00:53:01.613Z] src/http/modules/ngx_http_scgi_module.c [2020-10-22T00:53:01.902Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:01.902Z] -o objs/src/http/modules/ngx_http_grpc_module.o \ [2020-10-22T00:53:01.902Z] src/http/modules/ngx_http_grpc_module.c [2020-10-22T00:53:01.902Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:01.902Z] -o objs/src/http/modules/ngx_http_memcached_module.o \ [2020-10-22T00:53:01.902Z] src/http/modules/ngx_http_memcached_module.c [2020-10-22T00:53:01.902Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:01.902Z] -o objs/src/http/modules/ngx_http_empty_gif_module.o \ [2020-10-22T00:53:01.902Z] src/http/modules/ngx_http_empty_gif_module.c [2020-10-22T00:53:01.902Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:01.902Z] -o objs/src/http/modules/ngx_http_browser_module.o \ [2020-10-22T00:53:01.902Z] src/http/modules/ngx_http_browser_module.c [2020-10-22T00:53:02.077Z] Successfully built 4d7fe2669cd8 [2020-10-22T00:53:02.077Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-22T00:53:02.178Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:02.178Z] -o objs/src/http/modules/ngx_http_upstream_hash_module.o \ [2020-10-22T00:53:02.178Z] src/http/modules/ngx_http_upstream_hash_module.c [2020-10-22T00:53:02.178Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:02.178Z] -o objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \ [2020-10-22T00:53:02.178Z] src/http/modules/ngx_http_upstream_ip_hash_module.c [2020-10-22T00:53:02.178Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:02.178Z] -o objs/src/http/modules/ngx_http_upstream_least_conn_module.o \ [2020-10-22T00:53:02.178Z] src/http/modules/ngx_http_upstream_least_conn_module.c [2020-10-22T00:53:02.178Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:02.178Z] -o objs/src/http/modules/ngx_http_upstream_random_module.o \ [2020-10-22T00:53:02.178Z] src/http/modules/ngx_http_upstream_random_module.c [2020-10-22T00:53:02.179Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:02.179Z] -o objs/src/http/modules/ngx_http_upstream_keepalive_module.o \ [2020-10-22T00:53:02.179Z] src/http/modules/ngx_http_upstream_keepalive_module.c [2020-10-22T00:53:02.447Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:02.447Z] -o objs/src/http/modules/ngx_http_upstream_zone_module.o \ [2020-10-22T00:53:02.447Z] src/http/modules/ngx_http_upstream_zone_module.c [2020-10-22T00:53:02.447Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:53:02.447Z] -o objs/src/http/modules/ngx_http_stub_status_module.o \ [2020-10-22T00:53:02.447Z] src/http/modules/ngx_http_stub_status_module.c [2020-10-22T00:53:02.447Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:53:02.448Z] -o objs/src/stream/ngx_stream.o \ [2020-10-22T00:53:02.448Z] src/stream/ngx_stream.c [2020-10-22T00:53:02.448Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:53:02.448Z] -o objs/src/stream/ngx_stream_variables.o \ [2020-10-22T00:53:02.448Z] src/stream/ngx_stream_variables.c [2020-10-22T00:53:02.448Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:53:02.448Z] -o objs/src/stream/ngx_stream_script.o \ [2020-10-22T00:53:02.448Z] src/stream/ngx_stream_script.c [2020-10-22T00:53:02.448Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:53:02.448Z] -o objs/src/stream/ngx_stream_handler.o \ [2020-10-22T00:53:02.448Z] src/stream/ngx_stream_handler.c [2020-10-22T00:53:02.714Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:53:02.714Z] -o objs/src/stream/ngx_stream_core_module.o \ [2020-10-22T00:53:02.714Z] src/stream/ngx_stream_core_module.c [2020-10-22T00:53:02.714Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:53:02.714Z] -o objs/src/stream/ngx_stream_log_module.o \ [2020-10-22T00:53:02.714Z] src/stream/ngx_stream_log_module.c [2020-10-22T00:53:02.714Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:53:02.714Z] -o objs/src/stream/ngx_stream_proxy_module.o \ [2020-10-22T00:53:02.714Z] src/stream/ngx_stream_proxy_module.c [2020-10-22T00:53:02.714Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:53:02.714Z] -o objs/src/stream/ngx_stream_upstream.o \ [2020-10-22T00:53:02.714Z] src/stream/ngx_stream_upstream.c [2020-10-22T00:53:02.714Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:53:02.714Z] -o objs/src/stream/ngx_stream_upstream_round_robin.o \ [2020-10-22T00:53:02.714Z] src/stream/ngx_stream_upstream_round_robin.c [2020-10-22T00:53:02.996Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:53:02.996Z] -o objs/src/stream/ngx_stream_write_filter_module.o \ [2020-10-22T00:53:02.996Z] src/stream/ngx_stream_write_filter_module.c [2020-10-22T00:53:02.996Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:53:02.996Z] -o objs/src/stream/ngx_stream_ssl_module.o \ [2020-10-22T00:53:02.997Z] src/stream/ngx_stream_ssl_module.c [2020-10-22T00:53:02.997Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:53:02.997Z] -o objs/src/stream/ngx_stream_limit_conn_module.o \ [2020-10-22T00:53:02.997Z] src/stream/ngx_stream_limit_conn_module.c [2020-10-22T00:53:02.997Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:53:02.997Z] -o objs/src/stream/ngx_stream_access_module.o \ [2020-10-22T00:53:02.997Z] src/stream/ngx_stream_access_module.c [2020-10-22T00:53:02.997Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:53:02.997Z] -o objs/src/stream/ngx_stream_geo_module.o \ [2020-10-22T00:53:02.997Z] src/stream/ngx_stream_geo_module.c [2020-10-22T00:53:02.997Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:53:02.997Z] -o objs/src/stream/ngx_stream_map_module.o \ [2020-10-22T00:53:02.997Z] src/stream/ngx_stream_map_module.c [2020-10-22T00:53:03.265Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:53:03.265Z] -o objs/src/stream/ngx_stream_split_clients_module.o \ [2020-10-22T00:53:03.265Z] src/stream/ngx_stream_split_clients_module.c [2020-10-22T00:53:03.265Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:53:03.265Z] -o objs/src/stream/ngx_stream_return_module.o \ [2020-10-22T00:53:03.265Z] src/stream/ngx_stream_return_module.c [2020-10-22T00:53:03.265Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:53:03.265Z] -o objs/src/stream/ngx_stream_upstream_hash_module.o \ [2020-10-22T00:53:03.265Z] src/stream/ngx_stream_upstream_hash_module.c [2020-10-22T00:53:03.265Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:53:03.265Z] -o objs/src/stream/ngx_stream_upstream_least_conn_module.o \ [2020-10-22T00:53:03.265Z] src/stream/ngx_stream_upstream_least_conn_module.c [2020-10-22T00:53:03.265Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:53:03.266Z] -o objs/src/stream/ngx_stream_upstream_random_module.o \ [2020-10-22T00:53:03.266Z] src/stream/ngx_stream_upstream_random_module.c [2020-10-22T00:53:03.266Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:53:03.266Z] -o objs/src/stream/ngx_stream_upstream_zone_module.o \ [2020-10-22T00:53:03.266Z] src/stream/ngx_stream_upstream_zone_module.c [2020-10-22T00:53:03.266Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:53:03.266Z] -o objs/src/stream/ngx_stream_ssl_preread_module.o \ [2020-10-22T00:53:03.266Z] src/stream/ngx_stream_ssl_preread_module.c [2020-10-22T00:53:03.530Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:03.530Z] -o objs/addon/src/ndk.o \ [2020-10-22T00:53:03.530Z] ../ngx_devel_kit-0.3.1rc1/src/ndk.c [2020-10-22T00:53:03.530Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:03.530Z] -o objs/addon/src/ngx_http_echo_module.o \ [2020-10-22T00:53:03.530Z] ../echo-nginx-module-0.61/src/ngx_http_echo_module.c [2020-10-22T00:53:03.530Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:03.530Z] -o objs/addon/src/ngx_http_echo_util.o \ [2020-10-22T00:53:03.530Z] ../echo-nginx-module-0.61/src/ngx_http_echo_util.c [2020-10-22T00:53:03.531Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:03.531Z] -o objs/addon/src/ngx_http_echo_timer.o \ [2020-10-22T00:53:03.531Z] ../echo-nginx-module-0.61/src/ngx_http_echo_timer.c [2020-10-22T00:53:03.531Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:03.531Z] -o objs/addon/src/ngx_http_echo_var.o \ [2020-10-22T00:53:03.531Z] ../echo-nginx-module-0.61/src/ngx_http_echo_var.c [2020-10-22T00:53:03.531Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:03.531Z] -o objs/addon/src/ngx_http_echo_handler.o \ [2020-10-22T00:53:03.531Z] ../echo-nginx-module-0.61/src/ngx_http_echo_handler.c [2020-10-22T00:53:03.531Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:03.531Z] -o objs/addon/src/ngx_http_echo_filter.o \ [2020-10-22T00:53:03.531Z] ../echo-nginx-module-0.61/src/ngx_http_echo_filter.c [2020-10-22T00:53:03.794Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:03.794Z] -o objs/addon/src/ngx_http_echo_sleep.o \ [2020-10-22T00:53:03.794Z] ../echo-nginx-module-0.61/src/ngx_http_echo_sleep.c [2020-10-22T00:53:03.795Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:03.795Z] -o objs/addon/src/ngx_http_echo_location.o \ [2020-10-22T00:53:03.795Z] ../echo-nginx-module-0.61/src/ngx_http_echo_location.c [2020-10-22T00:53:03.795Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:03.795Z] -o objs/addon/src/ngx_http_echo_echo.o \ [2020-10-22T00:53:03.795Z] ../echo-nginx-module-0.61/src/ngx_http_echo_echo.c [2020-10-22T00:53:03.795Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:03.795Z] -o objs/addon/src/ngx_http_echo_request_info.o \ [2020-10-22T00:53:03.795Z] ../echo-nginx-module-0.61/src/ngx_http_echo_request_info.c [2020-10-22T00:53:03.795Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:03.795Z] -o objs/addon/src/ngx_http_echo_subrequest.o \ [2020-10-22T00:53:03.795Z] ../echo-nginx-module-0.61/src/ngx_http_echo_subrequest.c [2020-10-22T00:53:03.795Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:03.795Z] -o objs/addon/src/ngx_http_echo_foreach.o \ [2020-10-22T00:53:03.795Z] ../echo-nginx-module-0.61/src/ngx_http_echo_foreach.c [2020-10-22T00:53:03.795Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:03.795Z] -o objs/addon/src/ngx_http_xss_filter_module.o \ [2020-10-22T00:53:03.795Z] ../xss-nginx-module-0.06/src/ngx_http_xss_filter_module.c [2020-10-22T00:53:03.795Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:03.795Z] -o objs/addon/src/ngx_http_xss_util.o \ [2020-10-22T00:53:03.795Z] ../xss-nginx-module-0.06/src/ngx_http_xss_util.c [2020-10-22T00:53:04.061Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:04.061Z] -o objs/addon/src/ngx_coolkit_handlers.o \ [2020-10-22T00:53:04.061Z] ../ngx_coolkit-0.2/src/ngx_coolkit_handlers.c [2020-10-22T00:53:04.061Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:04.061Z] -o objs/addon/src/ngx_coolkit_module.o \ [2020-10-22T00:53:04.061Z] ../ngx_coolkit-0.2/src/ngx_coolkit_module.c [2020-10-22T00:53:04.062Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:04.062Z] -o objs/addon/src/ngx_coolkit_variables.o \ [2020-10-22T00:53:04.062Z] ../ngx_coolkit-0.2/src/ngx_coolkit_variables.c [2020-10-22T00:53:04.062Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:04.062Z] -o objs/addon/src/ngx_http_set_base32.o \ [2020-10-22T00:53:04.062Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_base32.c [2020-10-22T00:53:04.062Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:04.062Z] -o objs/addon/src/ngx_http_set_default_value.o \ [2020-10-22T00:53:04.062Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_default_value.c [2020-10-22T00:53:04.062Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:04.062Z] -o objs/addon/src/ngx_http_set_hashed_upstream.o \ [2020-10-22T00:53:04.062Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_hashed_upstream.c [2020-10-22T00:53:04.062Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:04.062Z] -o objs/addon/src/ngx_http_set_quote_sql.o \ [2020-10-22T00:53:04.062Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_quote_sql.c [2020-10-22T00:53:04.062Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:04.062Z] -o objs/addon/src/ngx_http_set_quote_json.o \ [2020-10-22T00:53:04.062Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_quote_json.c [2020-10-22T00:53:04.062Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:04.062Z] -o objs/addon/src/ngx_http_set_unescape_uri.o \ [2020-10-22T00:53:04.062Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_unescape_uri.c [2020-10-22T00:53:04.084Z]  Building docker-support-notifications-go ... done Removing intermediate container 5c4c814c6f06 [2020-10-22T00:53:04.084Z] ---> 4a51be26cf7d [2020-10-22T00:53:04.084Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-22T00:53:04.084Z] ---> Running in 359795ca3d1b [2020-10-22T00:53:04.326Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:04.326Z] -o objs/addon/src/ngx_http_set_misc_module.o \ [2020-10-22T00:53:04.326Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_misc_module.c [2020-10-22T00:53:04.326Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:04.326Z] -o objs/addon/src/ngx_http_set_escape_uri.o \ [2020-10-22T00:53:04.326Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_escape_uri.c [2020-10-22T00:53:04.326Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:04.326Z] -o objs/addon/src/ngx_http_set_hash.o \ [2020-10-22T00:53:04.326Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_hash.c [2020-10-22T00:53:04.327Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:04.327Z] -o objs/addon/src/ngx_http_set_local_today.o \ [2020-10-22T00:53:04.327Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_local_today.c [2020-10-22T00:53:04.327Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:04.327Z] -o objs/addon/src/ngx_http_set_hex.o \ [2020-10-22T00:53:04.327Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_hex.c [2020-10-22T00:53:04.327Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:04.327Z] -o objs/addon/src/ngx_http_set_base64.o \ [2020-10-22T00:53:04.327Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_base64.c [2020-10-22T00:53:04.327Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:04.327Z] -o objs/addon/src/ngx_http_set_random.o \ [2020-10-22T00:53:04.327Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_random.c [2020-10-22T00:53:04.327Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:04.327Z] -o objs/addon/src/ngx_http_set_secure_random.o \ [2020-10-22T00:53:04.327Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_secure_random.c [2020-10-22T00:53:04.366Z] Removing intermediate container 359795ca3d1b [2020-10-22T00:53:04.366Z] ---> a7dd951ed718 [2020-10-22T00:53:04.366Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-22T00:53:04.601Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:04.601Z] -o objs/addon/src/ngx_http_set_rotate.o \ [2020-10-22T00:53:04.601Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_rotate.c [2020-10-22T00:53:04.601Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:04.601Z] -o objs/addon/src/ngx_http_set_hmac.o \ [2020-10-22T00:53:04.601Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_hmac.c [2020-10-22T00:53:04.601Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:04.601Z] -o objs/addon/src/ngx_http_form_input_module.o \ [2020-10-22T00:53:04.601Z] ../form-input-nginx-module-0.12/src/ngx_http_form_input_module.c [2020-10-22T00:53:04.602Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:04.602Z] -o objs/addon/src/ngx_http_encrypted_session_module.o \ [2020-10-22T00:53:04.602Z] ../encrypted-session-nginx-module-0.08/src/ngx_http_encrypted_session_module.c [2020-10-22T00:53:04.602Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:04.602Z] -o objs/addon/src/ngx_http_encrypted_session_cipher.o \ [2020-10-22T00:53:04.602Z] ../encrypted-session-nginx-module-0.08/src/ngx_http_encrypted_session_cipher.c [2020-10-22T00:53:04.602Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:04.602Z] -o objs/addon/src/ngx_http_srcache_filter_module.o \ [2020-10-22T00:53:04.602Z] ../srcache-nginx-module-0.31/src/ngx_http_srcache_filter_module.c [2020-10-22T00:53:04.602Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:04.602Z] -o objs/addon/src/ngx_http_srcache_util.o \ [2020-10-22T00:53:04.602Z] ../srcache-nginx-module-0.31/src/ngx_http_srcache_util.c [2020-10-22T00:53:04.602Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:04.602Z] -o objs/addon/src/ngx_http_srcache_var.o \ [2020-10-22T00:53:04.602Z] ../srcache-nginx-module-0.31/src/ngx_http_srcache_var.c [2020-10-22T00:53:04.602Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:04.602Z] -o objs/addon/src/ngx_http_srcache_store.o \ [2020-10-22T00:53:04.602Z] ../srcache-nginx-module-0.31/src/ngx_http_srcache_store.c [2020-10-22T00:53:04.642Z] ---> Running in a15045dacd63 [2020-10-22T00:53:04.866Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:04.866Z] -o objs/addon/src/ngx_http_srcache_fetch.o \ [2020-10-22T00:53:04.866Z] ../srcache-nginx-module-0.31/src/ngx_http_srcache_fetch.c [2020-10-22T00:53:04.866Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:04.866Z] -o objs/addon/src/ngx_http_srcache_headers.o \ [2020-10-22T00:53:04.866Z] ../srcache-nginx-module-0.31/src/ngx_http_srcache_headers.c [2020-10-22T00:53:04.866Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:04.866Z] -o objs/addon/src/ngx_http_lua_script.o \ [2020-10-22T00:53:04.866Z] ../ngx_lua-0.10.15/src/ngx_http_lua_script.c [2020-10-22T00:53:04.866Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:04.866Z] -o objs/addon/src/ngx_http_lua_log.o \ [2020-10-22T00:53:04.866Z] ../ngx_lua-0.10.15/src/ngx_http_lua_log.c [2020-10-22T00:53:04.867Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:04.867Z] -o objs/addon/src/ngx_http_lua_subrequest.o \ [2020-10-22T00:53:04.867Z] ../ngx_lua-0.10.15/src/ngx_http_lua_subrequest.c [2020-10-22T00:53:04.867Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:04.867Z] -o objs/addon/src/ngx_http_lua_ndk.o \ [2020-10-22T00:53:04.867Z] ../ngx_lua-0.10.15/src/ngx_http_lua_ndk.c [2020-10-22T00:53:05.147Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:05.147Z] -o objs/addon/src/ngx_http_lua_control.o \ [2020-10-22T00:53:05.147Z] ../ngx_lua-0.10.15/src/ngx_http_lua_control.c [2020-10-22T00:53:05.147Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:05.147Z] -o objs/addon/src/ngx_http_lua_time.o \ [2020-10-22T00:53:05.147Z] ../ngx_lua-0.10.15/src/ngx_http_lua_time.c [2020-10-22T00:53:05.147Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:05.147Z] -o objs/addon/src/ngx_http_lua_misc.o \ [2020-10-22T00:53:05.147Z] ../ngx_lua-0.10.15/src/ngx_http_lua_misc.c [2020-10-22T00:53:05.147Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:05.147Z] -o objs/addon/src/ngx_http_lua_variable.o \ [2020-10-22T00:53:05.147Z] ../ngx_lua-0.10.15/src/ngx_http_lua_variable.c [2020-10-22T00:53:05.147Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:05.147Z] -o objs/addon/src/ngx_http_lua_string.o \ [2020-10-22T00:53:05.147Z] ../ngx_lua-0.10.15/src/ngx_http_lua_string.c [2020-10-22T00:53:05.148Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:05.148Z] -o objs/addon/src/ngx_http_lua_output.o \ [2020-10-22T00:53:05.148Z] ../ngx_lua-0.10.15/src/ngx_http_lua_output.c [2020-10-22T00:53:05.148Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:05.148Z] -o objs/addon/src/ngx_http_lua_headers.o \ [2020-10-22T00:53:05.148Z] ../ngx_lua-0.10.15/src/ngx_http_lua_headers.c [2020-10-22T00:53:05.246Z] Removing intermediate container a15045dacd63 [2020-10-22T00:53:05.246Z] ---> 749571ab965b [2020-10-22T00:53:05.246Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-22T00:53:05.246Z] ---> Running in afe7e705d191 [2020-10-22T00:53:05.430Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:05.430Z] -o objs/addon/src/ngx_http_lua_req_body.o \ [2020-10-22T00:53:05.430Z] ../ngx_lua-0.10.15/src/ngx_http_lua_req_body.c [2020-10-22T00:53:05.430Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:05.430Z] -o objs/addon/src/ngx_http_lua_uri.o \ [2020-10-22T00:53:05.430Z] ../ngx_lua-0.10.15/src/ngx_http_lua_uri.c [2020-10-22T00:53:05.430Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:05.430Z] -o objs/addon/src/ngx_http_lua_args.o \ [2020-10-22T00:53:05.430Z] ../ngx_lua-0.10.15/src/ngx_http_lua_args.c [2020-10-22T00:53:05.430Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:05.430Z] -o objs/addon/src/ngx_http_lua_ctx.o \ [2020-10-22T00:53:05.430Z] ../ngx_lua-0.10.15/src/ngx_http_lua_ctx.c [2020-10-22T00:53:05.430Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:05.430Z] -o objs/addon/src/ngx_http_lua_regex.o \ [2020-10-22T00:53:05.430Z] ../ngx_lua-0.10.15/src/ngx_http_lua_regex.c [2020-10-22T00:53:05.431Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:05.431Z] -o objs/addon/src/ngx_http_lua_module.o \ [2020-10-22T00:53:05.431Z] ../ngx_lua-0.10.15/src/ngx_http_lua_module.c [2020-10-22T00:53:05.695Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:05.695Z] -o objs/addon/src/ngx_http_lua_headers_out.o \ [2020-10-22T00:53:05.695Z] ../ngx_lua-0.10.15/src/ngx_http_lua_headers_out.c [2020-10-22T00:53:05.695Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:05.695Z] -o objs/addon/src/ngx_http_lua_headers_in.o \ [2020-10-22T00:53:05.695Z] ../ngx_lua-0.10.15/src/ngx_http_lua_headers_in.c [2020-10-22T00:53:05.695Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:05.695Z] -o objs/addon/src/ngx_http_lua_directive.o \ [2020-10-22T00:53:05.695Z] ../ngx_lua-0.10.15/src/ngx_http_lua_directive.c [2020-10-22T00:53:05.695Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:05.695Z] -o objs/addon/src/ngx_http_lua_consts.o \ [2020-10-22T00:53:05.695Z] ../ngx_lua-0.10.15/src/ngx_http_lua_consts.c [2020-10-22T00:53:05.695Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:05.695Z] -o objs/addon/src/ngx_http_lua_exception.o \ [2020-10-22T00:53:05.695Z] ../ngx_lua-0.10.15/src/ngx_http_lua_exception.c [2020-10-22T00:53:05.696Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:05.696Z] -o objs/addon/src/ngx_http_lua_util.o \ [2020-10-22T00:53:05.696Z] ../ngx_lua-0.10.15/src/ngx_http_lua_util.c [2020-10-22T00:53:05.854Z] Removing intermediate container afe7e705d191 [2020-10-22T00:53:05.854Z] ---> 8705831b15b9 [2020-10-22T00:53:05.854Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-22T00:53:05.973Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:05.973Z] -o objs/addon/src/ngx_http_lua_cache.o \ [2020-10-22T00:53:05.973Z] ../ngx_lua-0.10.15/src/ngx_http_lua_cache.c [2020-10-22T00:53:05.973Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:05.973Z] -o objs/addon/src/ngx_http_lua_contentby.o \ [2020-10-22T00:53:05.973Z] ../ngx_lua-0.10.15/src/ngx_http_lua_contentby.c [2020-10-22T00:53:05.973Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:05.973Z] -o objs/addon/src/ngx_http_lua_rewriteby.o \ [2020-10-22T00:53:05.973Z] ../ngx_lua-0.10.15/src/ngx_http_lua_rewriteby.c [2020-10-22T00:53:05.974Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:05.974Z] -o objs/addon/src/ngx_http_lua_accessby.o \ [2020-10-22T00:53:05.974Z] ../ngx_lua-0.10.15/src/ngx_http_lua_accessby.c [2020-10-22T00:53:05.974Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:05.974Z] -o objs/addon/src/ngx_http_lua_setby.o \ [2020-10-22T00:53:05.974Z] ../ngx_lua-0.10.15/src/ngx_http_lua_setby.c [2020-10-22T00:53:05.974Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:05.974Z] -o objs/addon/src/ngx_http_lua_capturefilter.o \ [2020-10-22T00:53:05.974Z] ../ngx_lua-0.10.15/src/ngx_http_lua_capturefilter.c [2020-10-22T00:53:06.245Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:06.245Z] -o objs/addon/src/ngx_http_lua_clfactory.o \ [2020-10-22T00:53:06.245Z] ../ngx_lua-0.10.15/src/ngx_http_lua_clfactory.c [2020-10-22T00:53:06.245Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:06.245Z] -o objs/addon/src/ngx_http_lua_pcrefix.o \ [2020-10-22T00:53:06.245Z] ../ngx_lua-0.10.15/src/ngx_http_lua_pcrefix.c [2020-10-22T00:53:06.245Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:06.245Z] -o objs/addon/src/ngx_http_lua_headerfilterby.o \ [2020-10-22T00:53:06.245Z] ../ngx_lua-0.10.15/src/ngx_http_lua_headerfilterby.c [2020-10-22T00:53:06.246Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:06.246Z] -o objs/addon/src/ngx_http_lua_shdict.o \ [2020-10-22T00:53:06.246Z] ../ngx_lua-0.10.15/src/ngx_http_lua_shdict.c [2020-10-22T00:53:06.246Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:06.246Z] -o objs/addon/src/ngx_http_lua_socket_tcp.o \ [2020-10-22T00:53:06.246Z] ../ngx_lua-0.10.15/src/ngx_http_lua_socket_tcp.c [2020-10-22T00:53:06.246Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:06.246Z] -o objs/addon/src/ngx_http_lua_api.o \ [2020-10-22T00:53:06.246Z] ../ngx_lua-0.10.15/src/ngx_http_lua_api.c [2020-10-22T00:53:06.246Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:06.246Z] -o objs/addon/src/ngx_http_lua_logby.o \ [2020-10-22T00:53:06.246Z] ../ngx_lua-0.10.15/src/ngx_http_lua_logby.c [2020-10-22T00:53:06.246Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:06.246Z] -o objs/addon/src/ngx_http_lua_sleep.o \ [2020-10-22T00:53:06.246Z] ../ngx_lua-0.10.15/src/ngx_http_lua_sleep.c [2020-10-22T00:53:06.512Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:06.512Z] -o objs/addon/src/ngx_http_lua_semaphore.o \ [2020-10-22T00:53:06.512Z] ../ngx_lua-0.10.15/src/ngx_http_lua_semaphore.c [2020-10-22T00:53:06.512Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:06.512Z] -o objs/addon/src/ngx_http_lua_coroutine.o \ [2020-10-22T00:53:06.512Z] ../ngx_lua-0.10.15/src/ngx_http_lua_coroutine.c [2020-10-22T00:53:06.512Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:06.512Z] -o objs/addon/src/ngx_http_lua_bodyfilterby.o \ [2020-10-22T00:53:06.512Z] ../ngx_lua-0.10.15/src/ngx_http_lua_bodyfilterby.c [2020-10-22T00:53:06.512Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:06.512Z] -o objs/addon/src/ngx_http_lua_initby.o \ [2020-10-22T00:53:06.512Z] ../ngx_lua-0.10.15/src/ngx_http_lua_initby.c [2020-10-22T00:53:06.512Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:06.512Z] -o objs/addon/src/ngx_http_lua_initworkerby.o \ [2020-10-22T00:53:06.512Z] ../ngx_lua-0.10.15/src/ngx_http_lua_initworkerby.c [2020-10-22T00:53:06.512Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:06.512Z] -o objs/addon/src/ngx_http_lua_socket_udp.o \ [2020-10-22T00:53:06.512Z] ../ngx_lua-0.10.15/src/ngx_http_lua_socket_udp.c [2020-10-22T00:53:06.786Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:06.786Z] -o objs/addon/src/ngx_http_lua_req_method.o \ [2020-10-22T00:53:06.786Z] ../ngx_lua-0.10.15/src/ngx_http_lua_req_method.c [2020-10-22T00:53:06.786Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:06.786Z] -o objs/addon/src/ngx_http_lua_phase.o \ [2020-10-22T00:53:06.786Z] ../ngx_lua-0.10.15/src/ngx_http_lua_phase.c [2020-10-22T00:53:06.786Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:06.786Z] -o objs/addon/src/ngx_http_lua_uthread.o \ [2020-10-22T00:53:06.786Z] ../ngx_lua-0.10.15/src/ngx_http_lua_uthread.c [2020-10-22T00:53:06.786Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:06.786Z] -o objs/addon/src/ngx_http_lua_timer.o \ [2020-10-22T00:53:06.786Z] ../ngx_lua-0.10.15/src/ngx_http_lua_timer.c [2020-10-22T00:53:06.786Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:06.786Z] -o objs/addon/src/ngx_http_lua_config.o \ [2020-10-22T00:53:06.786Z] ../ngx_lua-0.10.15/src/ngx_http_lua_config.c [2020-10-22T00:53:07.054Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:07.054Z] -o objs/addon/src/ngx_http_lua_worker.o \ [2020-10-22T00:53:07.054Z] ../ngx_lua-0.10.15/src/ngx_http_lua_worker.c [2020-10-22T00:53:07.054Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:07.054Z] -o objs/addon/src/ngx_http_lua_ssl_certby.o \ [2020-10-22T00:53:07.054Z] ../ngx_lua-0.10.15/src/ngx_http_lua_ssl_certby.c [2020-10-22T00:53:07.054Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:07.054Z] -o objs/addon/src/ngx_http_lua_ssl_ocsp.o \ [2020-10-22T00:53:07.054Z] ../ngx_lua-0.10.15/src/ngx_http_lua_ssl_ocsp.c [2020-10-22T00:53:07.054Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:07.054Z] -o objs/addon/src/ngx_http_lua_lex.o \ [2020-10-22T00:53:07.054Z] ../ngx_lua-0.10.15/src/ngx_http_lua_lex.c [2020-10-22T00:53:07.054Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:07.054Z] -o objs/addon/src/ngx_http_lua_balancer.o \ [2020-10-22T00:53:07.054Z] ../ngx_lua-0.10.15/src/ngx_http_lua_balancer.c [2020-10-22T00:53:07.054Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:07.054Z] -o objs/addon/src/ngx_http_lua_ssl_session_storeby.o \ [2020-10-22T00:53:07.054Z] ../ngx_lua-0.10.15/src/ngx_http_lua_ssl_session_storeby.c [2020-10-22T00:53:07.309Z] ---> e2d8eb4676d6 [2020-10-22T00:53:07.309Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-22T00:53:07.322Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:07.323Z] -o objs/addon/src/ngx_http_lua_ssl_session_fetchby.o \ [2020-10-22T00:53:07.323Z] ../ngx_lua-0.10.15/src/ngx_http_lua_ssl_session_fetchby.c [2020-10-22T00:53:07.323Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:07.323Z] -o objs/addon/src/ngx_http_lua_ssl.o \ [2020-10-22T00:53:07.323Z] ../ngx_lua-0.10.15/src/ngx_http_lua_ssl.c [2020-10-22T00:53:07.323Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:07.323Z] -o objs/addon/src/ngx_http_lua_log_ringbuf.o \ [2020-10-22T00:53:07.323Z] ../ngx_lua-0.10.15/src/ngx_http_lua_log_ringbuf.c [2020-10-22T00:53:07.323Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:07.323Z] -o objs/addon/src/ngx_http_lua_input_filters.o \ [2020-10-22T00:53:07.323Z] ../ngx_lua-0.10.15/src/ngx_http_lua_input_filters.c [2020-10-22T00:53:07.323Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:07.323Z] -o objs/addon/src/ngx_http_lua_pipe.o \ [2020-10-22T00:53:07.323Z] ../ngx_lua-0.10.15/src/ngx_http_lua_pipe.c [2020-10-22T00:53:07.323Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:07.323Z] -o objs/addon/src/ngx_http_lua_upstream_module.o \ [2020-10-22T00:53:07.323Z] ../ngx_lua_upstream-0.07/src/ngx_http_lua_upstream_module.c [2020-10-22T00:53:07.323Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:07.323Z] -o objs/addon/src/ngx_http_headers_more_filter_module.o \ [2020-10-22T00:53:07.323Z] ../headers-more-nginx-module-0.33/src/ngx_http_headers_more_filter_module.c [2020-10-22T00:53:07.591Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:07.591Z] -o objs/addon/src/ngx_http_headers_more_headers_out.o \ [2020-10-22T00:53:07.591Z] ../headers-more-nginx-module-0.33/src/ngx_http_headers_more_headers_out.c [2020-10-22T00:53:07.591Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:07.591Z] -o objs/addon/src/ngx_http_headers_more_headers_in.o \ [2020-10-22T00:53:07.591Z] ../headers-more-nginx-module-0.33/src/ngx_http_headers_more_headers_in.c [2020-10-22T00:53:07.591Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:07.591Z] -o objs/addon/src/ngx_http_headers_more_util.o \ [2020-10-22T00:53:07.591Z] ../headers-more-nginx-module-0.33/src/ngx_http_headers_more_util.c [2020-10-22T00:53:07.591Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:07.591Z] -o objs/addon/src/ngx_http_array_var_module.o \ [2020-10-22T00:53:07.591Z] ../array-var-nginx-module-0.05/src/ngx_http_array_var_module.c [2020-10-22T00:53:07.859Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:07.859Z] -o objs/addon/src/ngx_http_array_var_util.o \ [2020-10-22T00:53:07.859Z] ../array-var-nginx-module-0.05/src/ngx_http_array_var_util.c [2020-10-22T00:53:07.859Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:07.859Z] -o objs/addon/src/ngx_http_memc_module.o \ [2020-10-22T00:53:07.859Z] ../memc-nginx-module-0.19/src/ngx_http_memc_module.c [2020-10-22T00:53:07.859Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:07.859Z] -o objs/addon/src/ngx_http_memc_request.o \ [2020-10-22T00:53:07.859Z] ../memc-nginx-module-0.19/src/ngx_http_memc_request.c [2020-10-22T00:53:07.859Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:07.859Z] -o objs/addon/src/ngx_http_memc_response.o \ [2020-10-22T00:53:07.859Z] ../memc-nginx-module-0.19/src/ngx_http_memc_response.c [2020-10-22T00:53:07.859Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:07.859Z] -o objs/addon/src/ngx_http_memc_util.o \ [2020-10-22T00:53:07.859Z] ../memc-nginx-module-0.19/src/ngx_http_memc_util.c [2020-10-22T00:53:07.859Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:07.859Z] -o objs/addon/src/ngx_http_memc_handler.o \ [2020-10-22T00:53:07.859Z] ../memc-nginx-module-0.19/src/ngx_http_memc_handler.c [2020-10-22T00:53:07.859Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:07.859Z] -o objs/addon/src/ngx_http_redis2_module.o \ [2020-10-22T00:53:07.859Z] ../redis2-nginx-module-0.15/src/ngx_http_redis2_module.c [2020-10-22T00:53:07.924Z] ---> 48d6e2825fdc [2020-10-22T00:53:07.925Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-22T00:53:08.128Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:08.128Z] -o objs/addon/src/ngx_http_redis2_handler.o \ [2020-10-22T00:53:08.128Z] ../redis2-nginx-module-0.15/src/ngx_http_redis2_handler.c [2020-10-22T00:53:08.128Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:08.128Z] -o objs/addon/src/ngx_http_redis2_reply.o \ [2020-10-22T00:53:08.128Z] ../redis2-nginx-module-0.15/src/ngx_http_redis2_reply.c [2020-10-22T00:53:08.128Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:08.128Z] -o objs/addon/src/ngx_http_redis2_util.o \ [2020-10-22T00:53:08.128Z] ../redis2-nginx-module-0.15/src/ngx_http_redis2_util.c [2020-10-22T00:53:08.128Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:08.128Z] -o objs/addon/redis-nginx-module-0.3.7/ngx_http_redis_module.o \ [2020-10-22T00:53:08.128Z] ../redis-nginx-module-0.3.7/ngx_http_redis_module.c [2020-10-22T00:53:08.128Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:08.128Z] -o objs/addon/src/ngx_http_rds_json_filter_module.o \ [2020-10-22T00:53:08.128Z] ../rds-json-nginx-module-0.15/src/ngx_http_rds_json_filter_module.c [2020-10-22T00:53:08.128Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:08.128Z] -o objs/addon/src/ngx_http_rds_json_processor.o \ [2020-10-22T00:53:08.128Z] ../rds-json-nginx-module-0.15/src/ngx_http_rds_json_processor.c [2020-10-22T00:53:08.398Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:08.398Z] -o objs/addon/src/ngx_http_rds_json_util.o \ [2020-10-22T00:53:08.398Z] ../rds-json-nginx-module-0.15/src/ngx_http_rds_json_util.c [2020-10-22T00:53:08.398Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:08.398Z] -o objs/addon/src/ngx_http_rds_json_output.o \ [2020-10-22T00:53:08.398Z] ../rds-json-nginx-module-0.15/src/ngx_http_rds_json_output.c [2020-10-22T00:53:08.398Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:08.398Z] -o objs/addon/src/ngx_http_rds_json_handler.o \ [2020-10-22T00:53:08.398Z] ../rds-json-nginx-module-0.15/src/ngx_http_rds_json_handler.c [2020-10-22T00:53:08.398Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:08.398Z] -o objs/addon/src/ngx_http_rds_csv_filter_module.o \ [2020-10-22T00:53:08.398Z] ../rds-csv-nginx-module-0.09/src/ngx_http_rds_csv_filter_module.c [2020-10-22T00:53:08.399Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:08.399Z] -o objs/addon/src/ngx_http_rds_csv_processor.o \ [2020-10-22T00:53:08.399Z] ../rds-csv-nginx-module-0.09/src/ngx_http_rds_csv_processor.c [2020-10-22T00:53:08.399Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:08.399Z] -o objs/addon/src/ngx_http_rds_csv_util.o \ [2020-10-22T00:53:08.399Z] ../rds-csv-nginx-module-0.09/src/ngx_http_rds_csv_util.c [2020-10-22T00:53:08.399Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:08.399Z] -o objs/addon/src/ngx_http_rds_csv_output.o \ [2020-10-22T00:53:08.399Z] ../rds-csv-nginx-module-0.09/src/ngx_http_rds_csv_output.c [2020-10-22T00:53:08.399Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:08.399Z] -o objs/addon/src/ngx_stream_lua_api.o \ [2020-10-22T00:53:08.399Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_api.c [2020-10-22T00:53:08.671Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:08.671Z] -o objs/addon/src/ngx_stream_lua_request.o \ [2020-10-22T00:53:08.671Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_request.c [2020-10-22T00:53:08.671Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:08.671Z] -o objs/addon/src/ngx_stream_lua_module.o \ [2020-10-22T00:53:08.671Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_module.c [2020-10-22T00:53:08.671Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:08.671Z] -o objs/addon/src/ngx_stream_lua_directive.o \ [2020-10-22T00:53:08.671Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_directive.c [2020-10-22T00:53:08.671Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:08.671Z] -o objs/addon/src/ngx_stream_lua_lex.o \ [2020-10-22T00:53:08.671Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_lex.c [2020-10-22T00:53:08.671Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:08.671Z] -o objs/addon/src/ngx_stream_lua_contentby.o \ [2020-10-22T00:53:08.671Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_contentby.c [2020-10-22T00:53:08.671Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:08.671Z] -o objs/addon/src/ngx_stream_lua_util.o \ [2020-10-22T00:53:08.671Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_util.c [2020-10-22T00:53:08.671Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:08.671Z] -o objs/addon/src/ngx_stream_lua_cache.o \ [2020-10-22T00:53:08.671Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_cache.c [2020-10-22T00:53:08.671Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:08.671Z] -o objs/addon/src/ngx_stream_lua_clfactory.o \ [2020-10-22T00:53:08.671Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_clfactory.c [2020-10-22T00:53:08.671Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:08.671Z] -o objs/addon/src/ngx_stream_lua_exception.o \ [2020-10-22T00:53:08.671Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_exception.c [2020-10-22T00:53:08.953Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:08.953Z] -o objs/addon/src/ngx_stream_lua_pcrefix.o \ [2020-10-22T00:53:08.953Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_pcrefix.c [2020-10-22T00:53:08.953Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:08.953Z] -o objs/addon/src/ngx_stream_lua_uthread.o \ [2020-10-22T00:53:08.953Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_uthread.c [2020-10-22T00:53:08.953Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:08.953Z] -o objs/addon/src/ngx_stream_lua_coroutine.o \ [2020-10-22T00:53:08.953Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_coroutine.c [2020-10-22T00:53:08.954Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:08.954Z] -o objs/addon/src/ngx_stream_lua_output.o \ [2020-10-22T00:53:08.954Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_output.c [2020-10-22T00:53:08.954Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:08.954Z] -o objs/addon/src/ngx_stream_lua_consts.o \ [2020-10-22T00:53:08.954Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_consts.c [2020-10-22T00:53:08.954Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:08.954Z] -o objs/addon/src/ngx_stream_lua_log.o \ [2020-10-22T00:53:08.954Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_log.c [2020-10-22T00:53:08.954Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:08.954Z] -o objs/addon/src/ngx_stream_lua_time.o \ [2020-10-22T00:53:08.954Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_time.c [2020-10-22T00:53:09.225Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:09.225Z] -o objs/addon/src/ngx_stream_lua_string.o \ [2020-10-22T00:53:09.225Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_string.c [2020-10-22T00:53:09.225Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:09.225Z] -o objs/addon/src/ngx_stream_lua_control.o \ [2020-10-22T00:53:09.225Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_control.c [2020-10-22T00:53:09.226Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:09.226Z] -o objs/addon/src/ngx_stream_lua_sleep.o \ [2020-10-22T00:53:09.226Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_sleep.c [2020-10-22T00:53:09.226Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:09.226Z] -o objs/addon/src/ngx_stream_lua_phase.o \ [2020-10-22T00:53:09.226Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_phase.c [2020-10-22T00:53:09.377Z] ---> 0eea2fc8b393 [2020-10-22T00:53:09.377Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-22T00:53:09.377Z] ---> Running in 88a6dcad47de [2020-10-22T00:53:09.506Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:09.506Z] -o objs/addon/src/ngx_stream_lua_ctx.o \ [2020-10-22T00:53:09.506Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_ctx.c [2020-10-22T00:53:09.506Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:09.506Z] -o objs/addon/src/ngx_stream_lua_regex.o \ [2020-10-22T00:53:09.506Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_regex.c [2020-10-22T00:53:09.506Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:09.506Z] -o objs/addon/src/ngx_stream_lua_script.o \ [2020-10-22T00:53:09.506Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_script.c [2020-10-22T00:53:09.506Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:09.506Z] -o objs/addon/src/ngx_stream_lua_shdict.o \ [2020-10-22T00:53:09.506Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_shdict.c [2020-10-22T00:53:09.506Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:09.506Z] -o objs/addon/src/ngx_stream_lua_variable.o \ [2020-10-22T00:53:09.506Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_variable.c [2020-10-22T00:53:09.506Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:09.506Z] -o objs/addon/src/ngx_stream_lua_timer.o \ [2020-10-22T00:53:09.506Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_timer.c [2020-10-22T00:53:09.507Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:09.507Z] -o objs/addon/src/ngx_stream_lua_config.o \ [2020-10-22T00:53:09.507Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_config.c [2020-10-22T00:53:09.507Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:09.507Z] -o objs/addon/src/ngx_stream_lua_worker.o \ [2020-10-22T00:53:09.507Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_worker.c [2020-10-22T00:53:09.777Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:09.778Z] -o objs/addon/src/ngx_stream_lua_misc.o \ [2020-10-22T00:53:09.778Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_misc.c [2020-10-22T00:53:09.778Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:09.778Z] -o objs/addon/src/ngx_stream_lua_initby.o \ [2020-10-22T00:53:09.778Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_initby.c [2020-10-22T00:53:09.778Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:09.778Z] -o objs/addon/src/ngx_stream_lua_initworkerby.o \ [2020-10-22T00:53:09.778Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_initworkerby.c [2020-10-22T00:53:09.778Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:09.778Z] -o objs/addon/src/ngx_stream_lua_socket_tcp.o \ [2020-10-22T00:53:09.778Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_socket_tcp.c [2020-10-22T00:53:09.778Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:09.778Z] -o objs/addon/src/ngx_stream_lua_socket_udp.o \ [2020-10-22T00:53:09.778Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_socket_udp.c [2020-10-22T00:53:09.778Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:09.778Z] -o objs/addon/src/ngx_stream_lua_args.o \ [2020-10-22T00:53:09.778Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_args.c [2020-10-22T00:53:09.778Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:09.778Z] -o objs/addon/src/ngx_stream_lua_ssl.o \ [2020-10-22T00:53:09.778Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_ssl.c [2020-10-22T00:53:10.052Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:10.052Z] -o objs/addon/src/ngx_stream_lua_balancer.o \ [2020-10-22T00:53:10.052Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_balancer.c [2020-10-22T00:53:10.052Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:10.052Z] -o objs/addon/src/ngx_stream_lua_logby.o \ [2020-10-22T00:53:10.052Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_logby.c [2020-10-22T00:53:10.052Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:10.052Z] -o objs/addon/src/ngx_stream_lua_prereadby.o \ [2020-10-22T00:53:10.052Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_prereadby.c [2020-10-22T00:53:10.052Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:10.052Z] -o objs/addon/src/ngx_stream_lua_semaphore.o \ [2020-10-22T00:53:10.052Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_semaphore.c [2020-10-22T00:53:10.052Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:10.052Z] -o objs/addon/src/ngx_stream_lua_ssl_certby.o \ [2020-10-22T00:53:10.052Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_ssl_certby.c [2020-10-22T00:53:10.313Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:10.313Z] -o objs/addon/src/ngx_stream_lua_log_ringbuf.o \ [2020-10-22T00:53:10.313Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_log_ringbuf.c [2020-10-22T00:53:10.313Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:53:10.313Z] -o objs/addon/src/ngx_http_lua_kong_module.o \ [2020-10-22T00:53:10.313Z] /build/stage/lua-kong-nginx-module/src/ngx_http_lua_kong_module.c [2020-10-22T00:53:10.313Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:53:10.313Z] -o objs/ngx_modules.o \ [2020-10-22T00:53:10.313Z] objs/ngx_modules.c [2020-10-22T00:53:10.313Z] sed -e "s|%%PREFIX%%|/build/parts/openresty/install/nginx|" \ [2020-10-22T00:53:10.313Z] -e "s|%%PID_PATH%%|/build/parts/openresty/install/nginx/logs/nginx.pid|" \ [2020-10-22T00:53:10.314Z] -e "s|%%CONF_PATH%%|/build/parts/openresty/install/nginx/conf/nginx.conf|" \ [2020-10-22T00:53:10.314Z] -e "s|%%ERROR_LOG_PATH%%|/build/parts/openresty/install/nginx/logs/error.log|" \ [2020-10-22T00:53:10.314Z] < docs/man/nginx.8 > objs/nginx.8 [2020-10-22T00:53:10.885Z] cc -o objs/nginx \ [2020-10-22T00:53:10.885Z] objs/src/core/nginx.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_log.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_palloc.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_array.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_list.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_hash.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_buf.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_queue.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_output_chain.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_string.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_parse.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_parse_time.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_inet.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_file.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_crc32.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_murmurhash.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_md5.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_sha1.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_rbtree.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_radix_tree.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_slab.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_times.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_shmtx.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_connection.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_cycle.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_spinlock.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_rwlock.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_cpuinfo.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_conf_file.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_module.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_resolver.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_open_file_cache.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_crypt.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_proxy_protocol.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_syslog.o \ [2020-10-22T00:53:10.885Z] objs/src/event/ngx_event.o \ [2020-10-22T00:53:10.885Z] objs/src/event/ngx_event_timer.o \ [2020-10-22T00:53:10.885Z] objs/src/event/ngx_event_posted.o \ [2020-10-22T00:53:10.885Z] objs/src/event/ngx_event_accept.o \ [2020-10-22T00:53:10.885Z] objs/src/event/ngx_event_udp.o \ [2020-10-22T00:53:10.885Z] objs/src/event/ngx_event_connect.o \ [2020-10-22T00:53:10.885Z] objs/src/event/ngx_event_pipe.o \ [2020-10-22T00:53:10.885Z] objs/src/os/unix/ngx_time.o \ [2020-10-22T00:53:10.885Z] objs/src/os/unix/ngx_errno.o \ [2020-10-22T00:53:10.885Z] objs/src/os/unix/ngx_alloc.o \ [2020-10-22T00:53:10.885Z] objs/src/os/unix/ngx_files.o \ [2020-10-22T00:53:10.885Z] objs/src/os/unix/ngx_socket.o \ [2020-10-22T00:53:10.885Z] objs/src/os/unix/ngx_recv.o \ [2020-10-22T00:53:10.885Z] objs/src/os/unix/ngx_readv_chain.o \ [2020-10-22T00:53:10.885Z] objs/src/os/unix/ngx_udp_recv.o \ [2020-10-22T00:53:10.885Z] objs/src/os/unix/ngx_send.o \ [2020-10-22T00:53:10.885Z] objs/src/os/unix/ngx_writev_chain.o \ [2020-10-22T00:53:10.885Z] objs/src/os/unix/ngx_udp_send.o \ [2020-10-22T00:53:10.885Z] objs/src/os/unix/ngx_udp_sendmsg_chain.o \ [2020-10-22T00:53:10.885Z] objs/src/os/unix/ngx_channel.o \ [2020-10-22T00:53:10.885Z] objs/src/os/unix/ngx_shmem.o \ [2020-10-22T00:53:10.885Z] objs/src/os/unix/ngx_process.o \ [2020-10-22T00:53:10.885Z] objs/src/os/unix/ngx_daemon.o \ [2020-10-22T00:53:10.885Z] objs/src/os/unix/ngx_setaffinity.o \ [2020-10-22T00:53:10.885Z] objs/src/os/unix/ngx_setproctitle.o \ [2020-10-22T00:53:10.885Z] objs/src/os/unix/ngx_posix_init.o \ [2020-10-22T00:53:10.885Z] objs/src/os/unix/ngx_user.o \ [2020-10-22T00:53:10.885Z] objs/src/os/unix/ngx_dlopen.o \ [2020-10-22T00:53:10.885Z] objs/src/os/unix/ngx_process_cycle.o \ [2020-10-22T00:53:10.885Z] objs/src/os/unix/ngx_linux_init.o \ [2020-10-22T00:53:10.885Z] objs/src/event/modules/ngx_epoll_module.o \ [2020-10-22T00:53:10.885Z] objs/src/os/unix/ngx_linux_sendfile_chain.o \ [2020-10-22T00:53:10.885Z] objs/src/event/ngx_event_openssl.o \ [2020-10-22T00:53:10.885Z] objs/src/event/ngx_event_openssl_stapling.o \ [2020-10-22T00:53:10.885Z] objs/src/core/ngx_regex.o \ [2020-10-22T00:53:10.885Z] objs/src/http/ngx_http.o \ [2020-10-22T00:53:10.885Z] objs/src/http/ngx_http_core_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/ngx_http_special_response.o \ [2020-10-22T00:53:10.885Z] objs/src/http/ngx_http_request.o \ [2020-10-22T00:53:10.885Z] objs/src/http/ngx_http_parse.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_log_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/ngx_http_request_body.o \ [2020-10-22T00:53:10.885Z] objs/src/http/ngx_http_variables.o \ [2020-10-22T00:53:10.885Z] objs/src/http/ngx_http_script.o \ [2020-10-22T00:53:10.885Z] objs/src/http/ngx_http_upstream.o \ [2020-10-22T00:53:10.885Z] objs/src/http/ngx_http_upstream_round_robin.o \ [2020-10-22T00:53:10.885Z] objs/src/http/ngx_http_file_cache.o \ [2020-10-22T00:53:10.885Z] objs/src/http/ngx_http_write_filter_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/ngx_http_header_filter_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_chunked_filter_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/v2/ngx_http_v2_filter_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_range_filter_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_gzip_filter_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/ngx_http_postpone_filter_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_ssi_filter_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_charset_filter_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_userid_filter_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_headers_filter_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/ngx_http_copy_filter_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_not_modified_filter_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/v2/ngx_http_v2.o \ [2020-10-22T00:53:10.885Z] objs/src/http/v2/ngx_http_v2_table.o \ [2020-10-22T00:53:10.885Z] objs/src/http/v2/ngx_http_v2_encode.o \ [2020-10-22T00:53:10.885Z] objs/src/http/v2/ngx_http_v2_huff_decode.o \ [2020-10-22T00:53:10.885Z] objs/src/http/v2/ngx_http_v2_huff_encode.o \ [2020-10-22T00:53:10.885Z] objs/src/http/v2/ngx_http_v2_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_static_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_autoindex_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_index_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_mirror_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_try_files_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_auth_basic_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_access_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_limit_conn_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_limit_req_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_realip_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_geo_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_map_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_split_clients_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_referer_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_rewrite_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_ssl_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_proxy_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_fastcgi_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_uwsgi_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_scgi_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_grpc_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_memcached_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_empty_gif_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_browser_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_upstream_hash_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_upstream_least_conn_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_upstream_random_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_upstream_keepalive_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_upstream_zone_module.o \ [2020-10-22T00:53:10.885Z] objs/src/http/modules/ngx_http_stub_status_module.o \ [2020-10-22T00:53:10.885Z] objs/src/stream/ngx_stream.o \ [2020-10-22T00:53:10.885Z] objs/src/stream/ngx_stream_variables.o \ [2020-10-22T00:53:10.885Z] objs/src/stream/ngx_stream_script.o \ [2020-10-22T00:53:10.885Z] objs/src/stream/ngx_stream_handler.o \ [2020-10-22T00:53:10.885Z] objs/src/stream/ngx_stream_core_module.o \ [2020-10-22T00:53:10.885Z] objs/src/stream/ngx_stream_log_module.o \ [2020-10-22T00:53:10.885Z] objs/src/stream/ngx_stream_proxy_module.o \ [2020-10-22T00:53:10.885Z] objs/src/stream/ngx_stream_upstream.o \ [2020-10-22T00:53:10.885Z] objs/src/stream/ngx_stream_upstream_round_robin.o \ [2020-10-22T00:53:10.885Z] objs/src/stream/ngx_stream_write_filter_module.o \ [2020-10-22T00:53:10.885Z] objs/src/stream/ngx_stream_ssl_module.o \ [2020-10-22T00:53:10.885Z] objs/src/stream/ngx_stream_limit_conn_module.o \ [2020-10-22T00:53:10.885Z] objs/src/stream/ngx_stream_access_module.o \ [2020-10-22T00:53:10.885Z] objs/src/stream/ngx_stream_geo_module.o \ [2020-10-22T00:53:10.885Z] objs/src/stream/ngx_stream_map_module.o \ [2020-10-22T00:53:10.885Z] objs/src/stream/ngx_stream_split_clients_module.o \ [2020-10-22T00:53:10.886Z] objs/src/stream/ngx_stream_return_module.o \ [2020-10-22T00:53:10.886Z] objs/src/stream/ngx_stream_upstream_hash_module.o \ [2020-10-22T00:53:10.886Z] objs/src/stream/ngx_stream_upstream_least_conn_module.o \ [2020-10-22T00:53:10.886Z] objs/src/stream/ngx_stream_upstream_random_module.o \ [2020-10-22T00:53:10.886Z] objs/src/stream/ngx_stream_upstream_zone_module.o \ [2020-10-22T00:53:10.886Z] objs/src/stream/ngx_stream_ssl_preread_module.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ndk.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_echo_module.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_echo_util.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_echo_timer.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_echo_var.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_echo_handler.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_echo_filter.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_echo_sleep.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_echo_location.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_echo_echo.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_echo_request_info.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_echo_subrequest.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_echo_foreach.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_xss_filter_module.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_xss_util.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_coolkit_handlers.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_coolkit_module.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_coolkit_variables.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_set_base32.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_set_default_value.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_set_hashed_upstream.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_set_quote_sql.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_set_quote_json.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_set_unescape_uri.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_set_misc_module.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_set_escape_uri.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_set_hash.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_set_local_today.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_set_hex.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_set_base64.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_set_random.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_set_secure_random.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_set_rotate.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_set_hmac.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_form_input_module.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_encrypted_session_module.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_encrypted_session_cipher.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_srcache_filter_module.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_srcache_util.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_srcache_var.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_srcache_store.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_srcache_fetch.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_srcache_headers.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_script.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_log.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_subrequest.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_ndk.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_control.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_time.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_misc.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_variable.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_string.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_output.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_headers.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_req_body.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_uri.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_args.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_ctx.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_regex.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_module.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_headers_out.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_headers_in.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_directive.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_consts.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_exception.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_util.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_cache.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_contentby.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_rewriteby.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_accessby.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_setby.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_capturefilter.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_clfactory.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_pcrefix.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_headerfilterby.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_shdict.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_socket_tcp.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_api.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_logby.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_sleep.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_semaphore.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_coroutine.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_bodyfilterby.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_initby.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_initworkerby.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_socket_udp.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_req_method.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_phase.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_uthread.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_timer.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_config.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_worker.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_ssl_certby.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_ssl_ocsp.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_lex.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_balancer.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_ssl_session_storeby.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_ssl_session_fetchby.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_ssl.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_log_ringbuf.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_input_filters.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_pipe.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_upstream_module.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_headers_more_filter_module.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_headers_more_headers_out.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_headers_more_headers_in.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_headers_more_util.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_array_var_module.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_array_var_util.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_memc_module.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_memc_request.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_memc_response.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_memc_util.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_memc_handler.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_redis2_module.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_redis2_handler.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_redis2_reply.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_redis2_util.o \ [2020-10-22T00:53:10.886Z] objs/addon/redis-nginx-module-0.3.7/ngx_http_redis_module.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_rds_json_filter_module.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_rds_json_processor.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_rds_json_util.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_rds_json_output.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_rds_json_handler.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_rds_csv_filter_module.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_rds_csv_processor.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_rds_csv_util.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_rds_csv_output.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_api.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_request.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_module.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_directive.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_lex.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_contentby.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_util.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_cache.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_clfactory.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_exception.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_pcrefix.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_uthread.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_coroutine.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_output.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_consts.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_log.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_time.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_string.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_control.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_sleep.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_phase.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_ctx.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_regex.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_script.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_shdict.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_variable.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_timer.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_config.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_worker.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_misc.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_initby.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_initworkerby.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_socket_tcp.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_socket_udp.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_args.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_ssl.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_balancer.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_logby.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_prereadby.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_semaphore.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_ssl_certby.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_stream_lua_log_ringbuf.o \ [2020-10-22T00:53:10.886Z] objs/addon/src/ngx_http_lua_kong_module.o \ [2020-10-22T00:53:10.886Z] objs/ngx_modules.o \ [2020-10-22T00:53:10.886Z] -L/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/lib -L/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/lib -Wl,-rpath,/build/parts/openresty/install/luajit/lib -Wl,-E -Wl,-E -ldl -lpthread -lcrypt -L/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/lib -lluajit-5.1 -lm -ldl -L/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/lib -lluajit-5.1 -lm -ldl -lpcre -lssl -lcrypto -ldl -lpthread -lz \ [2020-10-22T00:53:10.886Z] -Wl,-E [2020-10-22T00:53:11.373Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:53:11.373Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:53:11.456Z] make[2]: Leaving directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-22T00:53:11.456Z] make[1]: Leaving directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-22T00:53:11.456Z] make install [2020-10-22T00:53:11.456Z] cd /build/parts/openresty/build/build/LuaJIT-2.1-20190507 && make TARGET_STRIP=@: CCDEBUG=-g XCFLAGS='-DLUAJIT_ENABLE_LUA52COMPAT -DLUAJIT_ENABLE_GC64 -msse4.2' CC=cc PREFIX=/build/parts/openresty/install/luajit [2020-10-22T00:53:11.456Z] make[1]: Entering directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507' [2020-10-22T00:53:11.456Z] ==== Building LuaJIT 2.1.0-beta3 ==== [2020-10-22T00:53:11.456Z] make -C src [2020-10-22T00:53:11.456Z] make[2]: Entering directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507/src' [2020-10-22T00:53:11.456Z] make[2]: Nothing to be done for 'default'. [2020-10-22T00:53:11.456Z] make[2]: Leaving directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507/src' [2020-10-22T00:53:11.457Z] ==== Successfully built LuaJIT 2.1.0-beta3 ==== [2020-10-22T00:53:11.457Z] make[1]: Leaving directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507' [2020-10-22T00:53:11.457Z] cd /build/parts/openresty/build/build/lua-cjson-2.1.0.7 && make DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/build/parts/openresty/install/lualib LUA_MODULE_DIR=/build/parts/openresty/install/lualib CJSON_CFLAGS="-g -fpic" CC=cc [2020-10-22T00:53:11.457Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-cjson-2.1.0.7' [2020-10-22T00:53:11.457Z] make[1]: Nothing to be done for 'all'. [2020-10-22T00:53:11.457Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-cjson-2.1.0.7' [2020-10-22T00:53:11.457Z] cd /build/parts/openresty/build/build/lua-resty-signal-0.02 && make DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc [2020-10-22T00:53:11.457Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-signal-0.02' [2020-10-22T00:53:11.457Z] make[1]: Nothing to be done for 'all'. [2020-10-22T00:53:11.457Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-signal-0.02' [2020-10-22T00:53:11.457Z] cd /build/parts/openresty/build/build/lua-redis-parser-0.13 && make DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc [2020-10-22T00:53:11.457Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-redis-parser-0.13' [2020-10-22T00:53:11.457Z] make[1]: Nothing to be done for 'all'. [2020-10-22T00:53:11.457Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-redis-parser-0.13' [2020-10-22T00:53:11.457Z] cd /build/parts/openresty/build/build/lua-rds-parser-0.06 && make DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc [2020-10-22T00:53:11.457Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-rds-parser-0.06' [2020-10-22T00:53:11.457Z] make[1]: Nothing to be done for 'all'. [2020-10-22T00:53:11.457Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-rds-parser-0.06' [2020-10-22T00:53:11.457Z] cd /build/parts/openresty/build/build/nginx-1.15.8 && make [2020-10-22T00:53:11.457Z] make[1]: Entering directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-22T00:53:11.457Z] make -f objs/Makefile [2020-10-22T00:53:11.457Z] make[2]: Entering directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-22T00:53:11.457Z] make[2]: Nothing to be done for 'build'. [2020-10-22T00:53:11.457Z] make[2]: Leaving directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-22T00:53:11.457Z] make[1]: Leaving directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-22T00:53:11.457Z] mkdir -p /build/parts/openresty/install/ [2020-10-22T00:53:11.457Z] cp /build/parts/openresty/build/COPYRIGHT /build/parts/openresty/install/ [2020-10-22T00:53:11.457Z] cd /build/parts/openresty/build/build/LuaJIT-2.1-20190507 && make install TARGET_STRIP=@: CCDEBUG=-g XCFLAGS='-DLUAJIT_ENABLE_LUA52COMPAT -DLUAJIT_ENABLE_GC64 -msse4.2' CC=cc PREFIX=/build/parts/openresty/install/luajit DESTDIR= [2020-10-22T00:53:11.457Z] make[1]: Entering directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507' [2020-10-22T00:53:11.457Z] ==== Installing LuaJIT 2.1.0-beta3 to /build/parts/openresty/install/luajit ==== [2020-10-22T00:53:11.457Z] mkdir -p /build/parts/openresty/install/luajit/bin /build/parts/openresty/install/luajit/lib /build/parts/openresty/install/luajit/include/luajit-2.1 /build/parts/openresty/install/luajit/share/man/man1 /build/parts/openresty/install/luajit/lib/pkgconfig /build/parts/openresty/install/luajit/share/luajit-2.1.0-beta3/jit /build/parts/openresty/install/luajit/share/lua/5.1 /build/parts/openresty/install/luajit/lib/lua/5.1 [2020-10-22T00:53:11.457Z] cd src && install -m 0755 luajit /build/parts/openresty/install/luajit/bin/luajit-2.1.0-beta3 [2020-10-22T00:53:11.457Z] cd src && test -f libluajit.a && install -m 0644 libluajit.a /build/parts/openresty/install/luajit/lib/libluajit-5.1.a || : [2020-10-22T00:53:11.717Z] rm -f /build/parts/openresty/install/luajit/lib/libluajit-5.1.so.2.1.0 /build/parts/openresty/install/luajit/lib/libluajit-5.1.so /build/parts/openresty/install/luajit/lib/libluajit-5.1.so.2 [2020-10-22T00:53:11.717Z] cd src && test -f libluajit.so && \ [2020-10-22T00:53:11.717Z] install -m 0755 libluajit.so /build/parts/openresty/install/luajit/lib/libluajit-5.1.so.2.1.0 && \ [2020-10-22T00:53:11.718Z] ldconfig -n /build/parts/openresty/install/luajit/lib && \ [2020-10-22T00:53:11.718Z] ln -sf libluajit-5.1.so.2.1.0 /build/parts/openresty/install/luajit/lib/libluajit-5.1.so && \ [2020-10-22T00:53:11.718Z] ln -sf libluajit-5.1.so.2.1.0 /build/parts/openresty/install/luajit/lib/libluajit-5.1.so.2 || : [2020-10-22T00:53:11.718Z] cd etc && install -m 0644 luajit.1 /build/parts/openresty/install/luajit/share/man/man1 [2020-10-22T00:53:11.718Z] cd etc && sed -e "s|^prefix=.*|prefix=/build/parts/openresty/install/luajit|" -e "s|^multilib=.*|multilib=lib|" luajit.pc > luajit.pc.tmp && \ [2020-10-22T00:53:11.718Z] install -m 0644 luajit.pc.tmp /build/parts/openresty/install/luajit/lib/pkgconfig/luajit.pc && \ [2020-10-22T00:53:11.718Z] rm -f luajit.pc.tmp [2020-10-22T00:53:11.718Z] cd src && install -m 0644 lua.h lualib.h lauxlib.h luaconf.h lua.hpp luajit.h /build/parts/openresty/install/luajit/include/luajit-2.1 [2020-10-22T00:53:11.718Z] cd src/jit && install -m 0644 bc.lua bcsave.lua dump.lua p.lua v.lua zone.lua dis_x86.lua dis_x64.lua dis_arm.lua dis_arm64.lua dis_arm64be.lua dis_ppc.lua dis_mips.lua dis_mipsel.lua dis_mips64.lua dis_mips64el.lua vmdef.lua /build/parts/openresty/install/luajit/share/luajit-2.1.0-beta3/jit [2020-10-22T00:53:11.718Z] ln -sf luajit-2.1.0-beta3 /build/parts/openresty/install/luajit/bin/luajit [2020-10-22T00:53:11.718Z] ==== Successfully installed LuaJIT 2.1.0-beta3 to /build/parts/openresty/install/luajit ==== [2020-10-22T00:53:11.718Z] make[1]: Leaving directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507' [2020-10-22T00:53:11.718Z] cd /build/parts/openresty/build/build/lua-cjson-2.1.0.7 && make install DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/build/parts/openresty/install/lualib LUA_MODULE_DIR=/build/parts/openresty/install/lualib CJSON_CFLAGS="-g -fpic" CC=cc [2020-10-22T00:53:11.718Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-cjson-2.1.0.7' [2020-10-22T00:53:11.718Z] mkdir -p /build/parts/openresty/install/lualib [2020-10-22T00:53:11.718Z] rm -f /build/parts/openresty/install/lualib/cjson.so [2020-10-22T00:53:11.718Z] cp cjson.so /build/parts/openresty/install/lualib [2020-10-22T00:53:11.718Z] chmod 755 /build/parts/openresty/install/lualib/cjson.so [2020-10-22T00:53:11.718Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-cjson-2.1.0.7' [2020-10-22T00:53:11.718Z] cd /build/parts/openresty/build/build/lua-resty-signal-0.02 && make install DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc [2020-10-22T00:53:11.718Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-signal-0.02' [2020-10-22T00:53:11.718Z] install -d /build/parts/openresty/install/lualib/resty [2020-10-22T00:53:11.718Z] install lib/resty/*.lua /build/parts/openresty/install/lualib/resty [2020-10-22T00:53:11.718Z] install librestysignal.so /build/parts/openresty/install/lualib/ [2020-10-22T00:53:11.718Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-signal-0.02' [2020-10-22T00:53:11.718Z] cd /build/parts/openresty/build/build/lua-redis-parser-0.13 && make install DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc [2020-10-22T00:53:11.718Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-redis-parser-0.13' [2020-10-22T00:53:11.718Z] install -d /build/parts/openresty/install/lualib/redis [2020-10-22T00:53:11.718Z] install parser.so /build/parts/openresty/install/lualib/redis [2020-10-22T00:53:11.718Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-redis-parser-0.13' [2020-10-22T00:53:11.718Z] cd /build/parts/openresty/build/build/lua-rds-parser-0.06 && make install DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc [2020-10-22T00:53:11.718Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-rds-parser-0.06' [2020-10-22T00:53:11.718Z] install -d /build/parts/openresty/install/lualib/rds [2020-10-22T00:53:11.718Z] install parser.so /build/parts/openresty/install/lualib/rds [2020-10-22T00:53:11.718Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-rds-parser-0.06' [2020-10-22T00:53:11.718Z] cd /build/parts/openresty/build/build/lua-resty-dns-0.21 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-22T00:53:11.718Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-dns-0.21' [2020-10-22T00:53:11.718Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty/dns [2020-10-22T00:53:11.718Z] /build/parts/openresty/build/build/install lib/resty/dns/*.lua /build/parts/openresty/install/lualib/resty/dns/ [2020-10-22T00:53:11.718Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-dns-0.21' [2020-10-22T00:53:11.718Z] cd /build/parts/openresty/build/build/lua-resty-memcached-0.14 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-22T00:53:11.718Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-memcached-0.14' [2020-10-22T00:53:11.718Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty [2020-10-22T00:53:11.718Z] /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty [2020-10-22T00:53:11.718Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-memcached-0.14' [2020-10-22T00:53:11.718Z] cd /build/parts/openresty/build/build/lua-resty-redis-0.27 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-22T00:53:11.718Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-redis-0.27' [2020-10-22T00:53:11.718Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty [2020-10-22T00:53:11.718Z] /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty [2020-10-22T00:53:11.718Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-redis-0.27' [2020-10-22T00:53:11.718Z] cd /build/parts/openresty/build/build/lua-resty-mysql-0.21 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-22T00:53:11.718Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-mysql-0.21' [2020-10-22T00:53:11.718Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty [2020-10-22T00:53:11.718Z] /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty [2020-10-22T00:53:11.718Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-mysql-0.21' [2020-10-22T00:53:11.718Z] cd /build/parts/openresty/build/build/lua-resty-string-0.11 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-22T00:53:11.718Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-string-0.11' [2020-10-22T00:53:11.718Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty [2020-10-22T00:53:11.718Z] /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty [2020-10-22T00:53:11.718Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-string-0.11' [2020-10-22T00:53:11.718Z] cd /build/parts/openresty/build/build/lua-resty-upload-0.10 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-22T00:53:11.718Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-upload-0.10' [2020-10-22T00:53:11.718Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty [2020-10-22T00:53:11.718Z] /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty [2020-10-22T00:53:11.718Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-upload-0.10' [2020-10-22T00:53:11.718Z] cd /build/parts/openresty/build/build/lua-resty-websocket-0.07 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-22T00:53:11.718Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-websocket-0.07' [2020-10-22T00:53:11.718Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty/websocket [2020-10-22T00:53:11.718Z] /build/parts/openresty/build/build/install lib/resty/websocket/*.lua /build/parts/openresty/install/lualib/resty/websocket/ [2020-10-22T00:53:11.718Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-websocket-0.07' [2020-10-22T00:53:11.718Z] cd /build/parts/openresty/build/build/lua-resty-lock-0.08 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-22T00:53:11.718Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-lock-0.08' [2020-10-22T00:53:11.718Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty/ [2020-10-22T00:53:11.718Z] /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty/ [2020-10-22T00:53:11.718Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-lock-0.08' [2020-10-22T00:53:11.718Z] cd /build/parts/openresty/build/build/lua-resty-lrucache-0.09 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-22T00:53:11.977Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-22T00:53:11.977Z] (2/33) Installing expat (2.2.9-r1) [2020-10-22T00:53:11.977Z] (3/33) Installing libffi (3.3-r2) [2020-10-22T00:53:11.977Z] (4/33) Installing gdbm (1.13-r1) [2020-10-22T00:53:11.985Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-lrucache-0.09' [2020-10-22T00:53:11.985Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty/lrucache [2020-10-22T00:53:11.985Z] /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty/ [2020-10-22T00:53:11.985Z] /build/parts/openresty/build/build/install lib/resty/lrucache/*.lua /build/parts/openresty/install/lualib/resty/lrucache/ [2020-10-22T00:53:11.985Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-lrucache-0.09' [2020-10-22T00:53:11.985Z] cd /build/parts/openresty/build/build/lua-resty-core-0.1.17 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-22T00:53:11.985Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-core-0.1.17' [2020-10-22T00:53:11.985Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty/core/ [2020-10-22T00:53:11.985Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/ngx/ [2020-10-22T00:53:11.985Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/ngx/ssl [2020-10-22T00:53:11.985Z] /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty/ [2020-10-22T00:53:11.985Z] /build/parts/openresty/build/build/install lib/resty/core/*.lua /build/parts/openresty/install/lualib/resty/core/ [2020-10-22T00:53:11.985Z] /build/parts/openresty/build/build/install lib/ngx/*.lua /build/parts/openresty/install/lualib/ngx/ [2020-10-22T00:53:11.985Z] /build/parts/openresty/build/build/install lib/ngx/ssl/*.lua /build/parts/openresty/install/lualib/ngx/ssl/ [2020-10-22T00:53:11.985Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-core-0.1.17' [2020-10-22T00:53:11.985Z] cd /build/parts/openresty/build/build/lua-resty-upstream-healthcheck-0.06 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-22T00:53:11.985Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-upstream-healthcheck-0.06' [2020-10-22T00:53:11.985Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty/upstream/ [2020-10-22T00:53:11.985Z] /build/parts/openresty/build/build/install lib/resty/upstream/*.lua /build/parts/openresty/install/lualib/resty/upstream/ [2020-10-22T00:53:11.985Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-upstream-healthcheck-0.06' [2020-10-22T00:53:11.985Z] cd /build/parts/openresty/build/build/lua-resty-limit-traffic-0.06 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-22T00:53:11.985Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-limit-traffic-0.06' [2020-10-22T00:53:11.985Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty/limit/ [2020-10-22T00:53:11.985Z] /build/parts/openresty/build/build/install lib/resty/limit/*.lua /build/parts/openresty/install/lualib/resty/limit/ [2020-10-22T00:53:11.985Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-limit-traffic-0.06' [2020-10-22T00:53:11.985Z] cd /build/parts/openresty/build/build/lua-resty-shell-0.02 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-22T00:53:11.985Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-shell-0.02' [2020-10-22T00:53:11.985Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty/ [2020-10-22T00:53:11.985Z] /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty/ [2020-10-22T00:53:11.985Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-shell-0.02' [2020-10-22T00:53:11.985Z] cd /build/parts/openresty/build/build/lua-tablepool-0.01 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-22T00:53:11.985Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-tablepool-0.01' [2020-10-22T00:53:11.985Z] /build/parts/openresty/build/build/install lib/*.lua /build/parts/openresty/install/lualib/ [2020-10-22T00:53:11.985Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-tablepool-0.01' [2020-10-22T00:53:11.985Z] cd /build/parts/openresty/build/build/opm-0.0.5 && /build/parts/openresty/build/build/install bin/* /build/parts/openresty/install/bin/ [2020-10-22T00:53:11.985Z] cd /build/parts/openresty/build/build/resty-cli-0.24 && /build/parts/openresty/build/build/install bin/* /build/parts/openresty/install/bin/ [2020-10-22T00:53:11.985Z] cp /build/parts/openresty/build/build/resty.index /build/parts/openresty/install/ [2020-10-22T00:53:11.985Z] cp -r /build/parts/openresty/build/build/pod /build/parts/openresty/install/ [2020-10-22T00:53:11.985Z] cd /build/parts/openresty/build/build/nginx-1.15.8 && make install DESTDIR= [2020-10-22T00:53:11.985Z] make[1]: Entering directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-22T00:53:11.986Z] make -f objs/Makefile install [2020-10-22T00:53:12.246Z] make[2]: Entering directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-22T00:53:12.246Z] test -d '/build/parts/openresty/install/nginx' || mkdir -p '/build/parts/openresty/install/nginx' [2020-10-22T00:53:12.246Z] test -d '/build/parts/openresty/install/nginx/sbin' \ [2020-10-22T00:53:12.246Z] || mkdir -p '/build/parts/openresty/install/nginx/sbin' [2020-10-22T00:53:12.246Z] test ! -f '/build/parts/openresty/install/nginx/sbin/nginx' \ [2020-10-22T00:53:12.246Z] || mv '/build/parts/openresty/install/nginx/sbin/nginx' \ [2020-10-22T00:53:12.246Z] '/build/parts/openresty/install/nginx/sbin/nginx.old' [2020-10-22T00:53:12.246Z] cp objs/nginx '/build/parts/openresty/install/nginx/sbin/nginx' [2020-10-22T00:53:12.246Z] test -d '/build/parts/openresty/install/nginx/conf' \ [2020-10-22T00:53:12.246Z] || mkdir -p '/build/parts/openresty/install/nginx/conf' [2020-10-22T00:53:12.246Z] cp conf/koi-win '/build/parts/openresty/install/nginx/conf' [2020-10-22T00:53:12.246Z] cp conf/koi-utf '/build/parts/openresty/install/nginx/conf' [2020-10-22T00:53:12.246Z] cp conf/win-utf '/build/parts/openresty/install/nginx/conf' [2020-10-22T00:53:12.246Z] test -f '/build/parts/openresty/install/nginx/conf/mime.types' \ [2020-10-22T00:53:12.246Z] || cp conf/mime.types '/build/parts/openresty/install/nginx/conf' [2020-10-22T00:53:12.246Z] cp conf/mime.types '/build/parts/openresty/install/nginx/conf/mime.types.default' [2020-10-22T00:53:12.246Z] test -f '/build/parts/openresty/install/nginx/conf/fastcgi_params' \ [2020-10-22T00:53:12.246Z] || cp conf/fastcgi_params '/build/parts/openresty/install/nginx/conf' [2020-10-22T00:53:12.246Z] cp conf/fastcgi_params \ [2020-10-22T00:53:12.246Z] '/build/parts/openresty/install/nginx/conf/fastcgi_params.default' [2020-10-22T00:53:12.246Z] test -f '/build/parts/openresty/install/nginx/conf/fastcgi.conf' \ [2020-10-22T00:53:12.246Z] || cp conf/fastcgi.conf '/build/parts/openresty/install/nginx/conf' [2020-10-22T00:53:12.246Z] cp conf/fastcgi.conf '/build/parts/openresty/install/nginx/conf/fastcgi.conf.default' [2020-10-22T00:53:12.246Z] test -f '/build/parts/openresty/install/nginx/conf/uwsgi_params' \ [2020-10-22T00:53:12.246Z] || cp conf/uwsgi_params '/build/parts/openresty/install/nginx/conf' [2020-10-22T00:53:12.246Z] cp conf/uwsgi_params \ [2020-10-22T00:53:12.246Z] '/build/parts/openresty/install/nginx/conf/uwsgi_params.default' [2020-10-22T00:53:12.246Z] test -f '/build/parts/openresty/install/nginx/conf/scgi_params' \ [2020-10-22T00:53:12.246Z] || cp conf/scgi_params '/build/parts/openresty/install/nginx/conf' [2020-10-22T00:53:12.246Z] cp conf/scgi_params \ [2020-10-22T00:53:12.246Z] '/build/parts/openresty/install/nginx/conf/scgi_params.default' [2020-10-22T00:53:12.246Z] test -f '/build/parts/openresty/install/nginx/conf/nginx.conf' \ [2020-10-22T00:53:12.246Z] || cp conf/nginx.conf '/build/parts/openresty/install/nginx/conf/nginx.conf' [2020-10-22T00:53:12.246Z] cp conf/nginx.conf '/build/parts/openresty/install/nginx/conf/nginx.conf.default' [2020-10-22T00:53:12.246Z] test -d '/build/parts/openresty/install/nginx/logs' \ [2020-10-22T00:53:12.246Z] || mkdir -p '/build/parts/openresty/install/nginx/logs' [2020-10-22T00:53:12.246Z] test -d '/build/parts/openresty/install/nginx/logs' \ [2020-10-22T00:53:12.246Z] || mkdir -p '/build/parts/openresty/install/nginx/logs' [2020-10-22T00:53:12.246Z] test -d '/build/parts/openresty/install/nginx/html' \ [2020-10-22T00:53:12.246Z] || cp -R docs/html '/build/parts/openresty/install/nginx' [2020-10-22T00:53:12.246Z] test -d '/build/parts/openresty/install/nginx/logs' \ [2020-10-22T00:53:12.246Z] || mkdir -p '/build/parts/openresty/install/nginx/logs' [2020-10-22T00:53:12.246Z] make[2]: Leaving directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-22T00:53:12.246Z] make[1]: Leaving directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-22T00:53:12.246Z] mkdir -p /build/parts/openresty/install/site/lualib /build/parts/openresty/install/site/pod /build/parts/openresty/install/site/manifest [2020-10-22T00:53:12.246Z] ln -sf /build/parts/openresty/install/nginx/sbin/nginx /build/parts/openresty/install/bin/openresty [2020-10-22T00:53:12.256Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-22T00:53:12.256Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-22T00:53:12.256Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-22T00:53:14.246Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-22T00:53:14.246Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-22T00:53:14.246Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-22T00:53:14.246Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-22T00:53:14.246Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-22T00:53:14.523Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-22T00:53:14.523Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-22T00:53:14.523Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-22T00:53:14.523Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-22T00:53:14.523Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-22T00:53:14.798Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-22T00:53:14.798Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-22T00:53:14.798Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-22T00:53:14.798Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-22T00:53:14.798Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-22T00:53:14.798Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-22T00:53:14.798Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-22T00:53:14.798Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-22T00:53:14.798Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-22T00:53:15.080Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-22T00:53:15.080Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-22T00:53:15.080Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-22T00:53:15.080Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-22T00:53:15.080Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-22T00:53:15.080Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-22T00:53:15.080Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-22T00:53:15.359Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:53:15.359Z] OK: 71 MiB in 55 packages [2020-10-22T00:53:15.559Z] Staging openresty  [2020-10-22T00:53:17.531Z] Pulling lua  [2020-10-22T00:53:18.750Z] Downloading 'lua-5.1.5.tar.gz'[] 0% Downloading 'lua-5.1.5.tar.gz'[] 1% Downloading 'lua-5.1.5.tar.gz'[] 2% Downloading 'lua-5.1.5.tar.gz'[] 4% Downloading 'lua-5.1.5.tar.gz'[] 5% Downloading 'lua-5.1.5.tar.gz'[] 6% Downloading 'lua-5.1.5.tar.gz'[] 8% Downloading 'lua-5.1.5.tar.gz'[] 9% Downloading 'lua-5.1.5.tar.gz'[] 11% Downloading 'lua-5.1.5.tar.gz'[] 12% Downloading 'lua-5.1.5.tar.gz'[] 13% Downloading 'lua-5.1.5.tar.gz'[] 15% Downloading 'lua-5.1.5.tar.gz'[] 16% Downloading 'lua-5.1.5.tar.gz'[] 18% Downloading 'lua-5.1.5.tar.gz'[] 19% Downloading 'lua-5.1.5.tar.gz'[] 20% Downloading 'lua-5.1.5.tar.gz'[] 22% Downloading 'lua-5.1.5.tar.gz'[] 23% Downloading 'lua-5.1.5.tar.gz'[] 24% Downloading 'lua-5.1.5.tar.gz'[] 26% Downloading 'lua-5.1.5.tar.gz'[] 27% Downloading 'lua-5.1.5.tar.gz'[] 29% Downloading 'lua-5.1.5.tar.gz'[] 30% Downloading 'lua-5.1.5.tar.gz'[] 31% Downloading 'lua-5.1.5.tar.gz'[] 33% Downloading 'lua-5.1.5.tar.gz'[] 34% Downloading 'lua-5.1.5.tar.gz'[] 36% Downloading 'lua-5.1.5.tar.gz'[] 37% Downloading 'lua-5.1.5.tar.gz'[] 38% Downloading 'lua-5.1.5.tar.gz'[] 40% Downloading 'lua-5.1.5.tar.gz'[] 41% Downloading 'lua-5.1.5.tar.gz'[] 43% Downloading 'lua-5.1.5.tar.gz'[] 44% Downloading 'lua-5.1.5.tar.gz'[] 45% Downloading 'lua-5.1.5.tar.gz'[] 47% Downloading 'lua-5.1.5.tar.gz'[] 48% Downloading 'lua-5.1.5.tar.gz'[] 49% Downloading 'lua-5.1.5.tar.gz'[] 51% Downloading 'lua-5.1.5.tar.gz'[] 52% Downloading 'lua-5.1.5.tar.gz'[] 54% Downloading 'lua-5.1.5.tar.gz'[] 55% Downloading 'lua-5.1.5.tar.gz'[] 56% Downloading 'lua-5.1.5.tar.gz'[] 58% Downloading 'lua-5.1.5.tar.gz'[] 59% Downloading 'lua-5.1.5.tar.gz'[] 61% Downloading 'lua-5.1.5.tar.gz'[] 62% Downloading 'lua-5.1.5.tar.gz'[] 63% Downloading 'lua-5.1.5.tar.gz'[] 65% Downloading 'lua-5.1.5.tar.gz'[] 66% Downloading 'lua-5.1.5.tar.gz'[] 68% Downloading 'lua-5.1.5.tar.gz'[] 69% Downloading 'lua-5.1.5.tar.gz'[] 70% Downloading 'lua-5.1.5.tar.gz'[] 72% Downloading 'lua-5.1.5.tar.gz'[] 73% Downloading 'lua-5.1.5.tar.gz'[] 74% Downloading 'lua-5.1.5.tar.gz'[] 76% Downloading 'lua-5.1.5.tar.gz'[] 77% Downloading 'lua-5.1.5.tar.gz'[] 79% Downloading 'lua-5.1.5.tar.gz'[] 80% Downloading 'lua-5.1.5.tar.gz'[] 81% Downloading 'lua-5.1.5.tar.gz'[] 83% Downloading 'lua-5.1.5.tar.gz'[] 84% Downloading 'lua-5.1.5.tar.gz'[] 86% Downloading 'lua-5.1.5.tar.gz'[] 87% Downloading 'lua-5.1.5.tar.gz'[] 88% Downloading 'lua-5.1.5.tar.gz'[] 90% Downloading 'lua-5.1.5.tar.gz'[] 91% Downloading 'lua-5.1.5.tar.gz'[] 93% Downloading 'lua-5.1.5.tar.gz'[] 94% Downloading 'lua-5.1.5.tar.gz'[] 95% Downloading 'lua-5.1.5.tar.gz'[] 97% Downloading 'lua-5.1.5.tar.gz'[] 98% Downloading 'lua-5.1.5.tar.gz'[] 99% Downloading 'lua-5.1.5.tar.gz'[] 100% [2020-10-22T00:53:19.030Z] 'luarocks' has dependencies that need to be staged: lua [2020-10-22T00:53:19.030Z] Skipping pull lua (already ran) [2020-10-22T00:53:19.030Z] Building lua  [2020-10-22T00:53:19.629Z] make linux -j8 [2020-10-22T00:53:19.629Z] cd src && make linux [2020-10-22T00:53:19.629Z] make[1]: Entering directory '/build/parts/lua/build/src' [2020-10-22T00:53:19.629Z] make all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl -lreadline -lhistory -lncurses" [2020-10-22T00:53:19.629Z] make[2]: Entering directory '/build/parts/lua/build/src' [2020-10-22T00:53:19.629Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lapi.o lapi.c [2020-10-22T00:53:19.629Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lcode.o lcode.c [2020-10-22T00:53:19.629Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o ldebug.o ldebug.c [2020-10-22T00:53:19.629Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o ldo.o ldo.c [2020-10-22T00:53:19.629Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o ldump.o ldump.c [2020-10-22T00:53:19.629Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lfunc.o lfunc.c [2020-10-22T00:53:19.629Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lgc.o lgc.c [2020-10-22T00:53:19.629Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o llex.o llex.c [2020-10-22T00:53:19.905Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lmem.o lmem.c [2020-10-22T00:53:19.905Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lobject.o lobject.c [2020-10-22T00:53:19.905Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lopcodes.o lopcodes.c [2020-10-22T00:53:19.905Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lparser.o lparser.c [2020-10-22T00:53:19.905Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lstate.o lstate.c [2020-10-22T00:53:19.905Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lstring.o lstring.c [2020-10-22T00:53:19.905Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o ltable.o ltable.c [2020-10-22T00:53:19.905Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o ltm.o ltm.c [2020-10-22T00:53:19.905Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lundump.o lundump.c [2020-10-22T00:53:19.905Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lvm.o lvm.c [2020-10-22T00:53:19.905Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lzio.o lzio.c [2020-10-22T00:53:19.905Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lauxlib.o lauxlib.c [2020-10-22T00:53:19.905Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lbaselib.o lbaselib.c [2020-10-22T00:53:19.905Z] lauxlib.c: In function ‘luaL_loadfile’: [2020-10-22T00:53:19.905Z] lauxlib.c:577:4: warning: this ‘while’ clause does not guard... [-Wmisleading-indentation] [2020-10-22T00:53:19.905Z] while ((c = getc(lf.f)) != EOF && c != LUA_SIGNATURE[0]) ; [2020-10-22T00:53:19.905Z] ^~~~~ [2020-10-22T00:53:19.905Z] lauxlib.c:578:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘while’ [2020-10-22T00:53:19.905Z] lf.extraline = 0; [2020-10-22T00:53:19.905Z] ^~ [2020-10-22T00:53:19.905Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o ldblib.o ldblib.c [2020-10-22T00:53:19.905Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o liolib.o liolib.c [2020-10-22T00:53:20.173Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lmathlib.o lmathlib.c [2020-10-22T00:53:20.173Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o loslib.o loslib.c [2020-10-22T00:53:20.173Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o ltablib.o ltablib.c [2020-10-22T00:53:20.173Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lstrlib.o lstrlib.c [2020-10-22T00:53:20.173Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o loadlib.o loadlib.c [2020-10-22T00:53:20.173Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o linit.o linit.c [2020-10-22T00:53:20.173Z] ltablib.c: In function ‘addfield’: [2020-10-22T00:53:20.173Z] ltablib.c:137:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] [2020-10-22T00:53:20.173Z] if (!lua_isstring(L, -1)) [2020-10-22T00:53:20.173Z] ^~ [2020-10-22T00:53:20.173Z] ltablib.c:140:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ [2020-10-22T00:53:20.173Z] luaL_addvalue(b); [2020-10-22T00:53:20.173Z] ^~~~~~~~~~~~~ [2020-10-22T00:53:20.173Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lua.o lua.c [2020-10-22T00:53:20.173Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o luac.o luac.c [2020-10-22T00:53:20.173Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o print.o print.c [2020-10-22T00:53:20.443Z] ar rcu liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o loadlib.o linit.o # DLL needs all object files [2020-10-22T00:53:20.443Z] ar: `u' modifier ignored since `D' is the default (see `U') [2020-10-22T00:53:20.443Z] ranlib liblua.a [2020-10-22T00:53:20.443Z] gcc -o lua lua.o liblua.a -lm -Wl,-E -ldl -lreadline -lhistory -lncurses [2020-10-22T00:53:20.443Z] gcc -o luac luac.o print.o liblua.a -lm -Wl,-E -ldl -lreadline -lhistory -lncurses [2020-10-22T00:53:20.443Z] make[2]: Leaving directory '/build/parts/lua/build/src' [2020-10-22T00:53:20.443Z] make[1]: Leaving directory '/build/parts/lua/build/src' [2020-10-22T00:53:20.443Z] make linux install DESTDIR=/build/parts/lua/install [2020-10-22T00:53:20.443Z] cd src && make linux [2020-10-22T00:53:20.443Z] make[1]: Entering directory '/build/parts/lua/build/src' [2020-10-22T00:53:20.443Z] make all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl -lreadline -lhistory -lncurses" [2020-10-22T00:53:20.726Z] make[2]: Entering directory '/build/parts/lua/build/src' [2020-10-22T00:53:20.726Z] make[2]: Nothing to be done for 'all'. [2020-10-22T00:53:20.726Z] make[2]: Leaving directory '/build/parts/lua/build/src' [2020-10-22T00:53:20.726Z] make[1]: Leaving directory '/build/parts/lua/build/src' [2020-10-22T00:53:20.726Z] cd src && mkdir -p /build/stage/bin /build/stage/include /build/stage/lib /build/stage/man/man1 /build/stage/share/lua/5.1 /build/stage/lib/lua/5.1 [2020-10-22T00:53:20.726Z] cd src && install -p -m 0755 lua luac /build/stage/bin [2020-10-22T00:53:20.726Z] cd src && install -p -m 0644 lua.h luaconf.h lualib.h lauxlib.h ../etc/lua.hpp /build/stage/include [2020-10-22T00:53:20.726Z] cd src && install -p -m 0644 liblua.a /build/stage/lib [2020-10-22T00:53:20.726Z] cd doc && install -p -m 0644 lua.1 luac.1 /build/stage/man/man1 [2020-10-22T00:53:23.854Z] Removing intermediate container 88a6dcad47de [2020-10-22T00:53:23.854Z] ---> 13ad2f2f6cf9 [2020-10-22T00:53:23.854Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-22T00:53:23.854Z] ---> Running in a6be3a8947da [2020-10-22T00:53:24.101Z] Staging lua  [2020-10-22T00:53:24.684Z] Pulling luarocks  [2020-10-22T00:53:25.283Z] Cloning into '/build/parts/luarocks/src'... [2020-10-22T00:53:25.557Z] remote: Enumerating objects: 312, done. [2020-10-22T00:53:25.835Z] remote: Counting objects: 0% (1/312) remote: Counting objects: 1% (4/312) remote: Counting objects: 2% (7/312) remote: Counting objects: 3% (10/312) remote: Counting objects: 4% (13/312) remote: Counting objects: 5% (16/312) remote: Counting objects: 6% (19/312) remote: Counting objects: 7% (22/312) remote: Counting objects: 8% (25/312) remote: Counting objects: 9% (29/312) remote: Counting objects: 10% (32/312) remote: Counting objects: 11% (35/312) remote: Counting objects: 12% (38/312) remote: Counting objects: 13% (41/312) remote: Counting objects: 14% (44/312) remote: Counting objects: 15% (47/312) remote: Counting objects: 16% (50/312) remote: Counting objects: 17% (54/312) remote: Counting objects: 18% (57/312) remote: Counting objects: 19% (60/312) remote: Counting objects: 20% (63/312) remote: Counting objects: 21% (66/312) remote: Counting objects: 22% (69/312) remote: Counting objects: 23% (72/312) remote: Counting objects: 24% (75/312) remote: Counting objects: 25% (78/312) remote: Counting objects: 26% (82/312) remote: Counting objects: 27% (85/312) remote: Counting objects: 28% (88/312) remote: Counting objects: 29% (91/312) remote: Counting objects: 30% (94/312) remote: Counting objects: 31% (97/312) remote: Counting objects: 32% (100/312) remote: Counting objects: 33% (103/312) remote: Counting objects: 34% (107/312) remote: Counting objects: 35% (110/312) remote: Counting objects: 36% (113/312) remote: Counting objects: 37% (116/312) remote: Counting objects: 38% (119/312) remote: Counting objects: 39% (122/312) remote: Counting objects: 40% (125/312) remote: Counting objects: 41% (128/312) remote: Counting objects: 42% (132/312) remote: Counting objects: 43% (135/312) remote: Counting objects: 44% (138/312) remote: Counting objects: 45% (141/312) remote: Counting objects: 46% (144/312) remote: Counting objects: 47% (147/312) remote: Counting objects: 48% (150/312) remote: Counting objects: 49% (153/312) remote: Counting objects: 50% (156/312) remote: Counting objects: 51% (160/312) remote: Counting objects: 52% (163/312) remote: Counting objects: 53% (166/312) remote: Counting objects: 54% (169/312) remote: Counting objects: 55% (172/312) remote: Counting objects: 56% (175/312) remote: Counting objects: 57% (178/312) remote: Counting objects: 58% (181/312) remote: Counting objects: 59% (185/312) remote: Counting objects: 60% (188/312) remote: Counting objects: 61% (191/312) remote: Counting objects: 62% (194/312) remote: Counting objects: 63% (197/312) remote: Counting objects: 64% (200/312) remote: Counting objects: 65% (203/312) remote: Counting objects: 66% (206/312) remote: Counting objects: 67% (210/312) remote: Counting objects: 68% (213/312) remote: Counting objects: 69% (216/312) remote: Counting objects: 70% (219/312) remote: Counting objects: 71% (222/312) remote: Counting objects: 72% (225/312) remote: Counting objects: 73% (228/312) remote: Counting objects: 74% (231/312) remote: Counting objects: 75% (234/312) remote: Counting objects: 76% (238/312) remote: Counting objects: 77% (241/312) remote: Counting objects: 78% (244/312) remote: Counting objects: 79% (247/312) remote: Counting objects: 80% (250/312) remote: Counting objects: 81% (253/312) remote: Counting objects: 82% (256/312) remote: Counting objects: 83% (259/312) remote: Counting objects: 84% (263/312) remote: Counting objects: 85% (266/312) remote: Counting objects: 86% (269/312) remote: Counting objects: 87% (272/312) remote: Counting objects: 88% (275/312) remote: Counting objects: 89% (278/312) remote: Counting objects: 90% (281/312) remote: Counting objects: 91% (284/312) remote: Counting objects: 92% (288/312) remote: Counting objects: 93% (291/312) remote: Counting objects: 94% (294/312) remote: Counting objects: 95% (297/312) remote: Counting objects: 96% (300/312) remote: Counting objects: 97% (303/312) remote: Counting objects: 98% (306/312) remote: Counting objects: 99% (309/312) remote: Counting objects: 100% (312/312) remote: Counting objects: 100% (312/312), done. [2020-10-22T00:53:25.835Z] remote: Compressing objects: 0% (1/271) remote: Compressing objects: 1% (3/271) remote: Compressing objects: 2% (6/271) remote: Compressing objects: 3% (9/271) remote: Compressing objects: 4% (11/271) remote: Compressing objects: 5% (14/271) remote: Compressing objects: 6% (17/271) remote: Compressing objects: 7% (19/271) remote: Compressing objects: 8% (22/271) remote: Compressing objects: 9% (25/271) remote: Compressing objects: 10% (28/271) remote: Compressing objects: 11% (30/271) remote: Compressing objects: 12% (33/271) remote: Compressing objects: 13% (36/271) remote: Compressing objects: 14% (38/271) remote: Compressing objects: 15% (41/271) remote: Compressing objects: 16% (44/271) remote: Compressing objects: 17% (47/271) remote: Compressing objects: 18% (49/271) remote: Compressing objects: 19% (52/271) remote: Compressing objects: 20% (55/271) remote: Compressing objects: 21% (57/271) remote: Compressing objects: 22% (60/271) remote: Compressing objects: 23% (63/271) remote: Compressing objects: 24% (66/271) remote: Compressing objects: 25% (68/271) remote: Compressing objects: 26% (71/271) remote: Compressing objects: 27% (74/271) remote: Compressing objects: 28% (76/271) remote: Compressing objects: 29% (79/271) remote: Compressing objects: 30% (82/271) remote: Compressing objects: 31% (85/271) remote: Compressing objects: 32% (87/271) remote: Compressing objects: 33% (90/271) remote: Compressing objects: 34% (93/271) remote: Compressing objects: 35% (95/271) remote: Compressing objects: 36% (98/271) remote: Compressing objects: 37% (101/271) remote: Compressing objects: 38% (103/271) remote: Compressing objects: 39% (106/271) remote: Compressing objects: 40% (109/271) remote: Compressing objects: 41% (112/271) remote: Compressing objects: 42% (114/271) remote: Compressing objects: 43% (117/271) remote: Compressing objects: 44% (120/271) remote: Compressing objects: 45% (122/271) remote: Compressing objects: 46% (125/271) remote: Compressing objects: 47% (128/271) remote: Compressing objects: 48% (131/271) remote: Compressing objects: 49% (133/271) remote: Compressing objects: 50% (136/271) remote: Compressing objects: 51% (139/271) remote: Compressing objects: 52% (141/271) remote: Compressing objects: 53% (144/271) remote: Compressing objects: 54% (147/271) remote: Compressing objects: 55% (150/271) remote: Compressing objects: 56% (152/271) remote: Compressing objects: 57% (155/271) remote: Compressing objects: 58% (158/271) remote: Compressing objects: 59% (160/271) remote: Compressing objects: 60% (163/271) remote: Compressing objects: 61% (166/271) remote: Compressing objects: 62% (169/271) remote: Compressing objects: 63% (171/271) remote: Compressing objects: 64% (174/271) remote: Compressing objects: 65% (177/271) remote: Compressing objects: 66% (179/271) remote: Compressing objects: 67% (182/271) remote: Compressing objects: 68% (185/271) remote: Compressing objects: 69% (187/271) remote: Compressing objects: 70% (190/271) remote: Compressing objects: 71% (193/271) remote: Compressing objects: 72% (196/271) remote: Compressing objects: 73% (198/271) remote: Compressing objects: 74% (201/271) remote: Compressing objects: 75% (204/271) remote: Compressing objects: 76% (206/271) remote: Compressing objects: 77% (209/271) remote: Compressing objects: 78% (212/271) remote: Compressing objects: 79% (215/271) remote: Compressing objects: 80% (217/271) remote: Compressing objects: 81% (220/271) remote: Compressing objects: 82% (223/271) remote: Compressing objects: 83% (225/271) remote: Compressing objects: 84% (228/271) remote: Compressing objects: 85% (231/271) remote: Compressing objects: 86% (234/271) remote: Compressing objects: 87% (236/271) remote: Compressing objects: 88% (239/271) remote: Compressing objects: 89% (242/271) remote: Compressing objects: 90% (244/271) remote: Compressing objects: 91% (247/271) remote: Compressing objects: 92% (250/271) remote: Compressing objects: 93% (253/271) remote: Compressing objects: 94% (255/271) remote: Compressing objects: 95% (258/271) remote: Compressing objects: 96% (261/271) remote: Compressing objects: 97% (263/271) remote: Compressing objects: 98% (266/271) remote: Compressing objects: 99% (269/271) remote: Compressing objects: 100% (271/271) remote: Compressing objects: 100% (271/271), done. [2020-10-22T00:53:26.382Z] Receiving objects: 0% (1/312) Receiving objects: 1% (4/312) Receiving objects: 2% (7/312) Receiving objects: 3% (10/312) Receiving objects: 4% (13/312) Receiving objects: 5% (16/312) Receiving objects: 6% (19/312) Receiving objects: 7% (22/312) Receiving objects: 8% (25/312) Receiving objects: 9% (29/312) Receiving objects: 10% (32/312) Receiving objects: 11% (35/312) Receiving objects: 12% (38/312) Receiving objects: 13% (41/312) Receiving objects: 14% (44/312) Receiving objects: 15% (47/312) Receiving objects: 16% (50/312) Receiving objects: 17% (54/312) Receiving objects: 18% (57/312) Receiving objects: 19% (60/312) Receiving objects: 20% (63/312) Receiving objects: 21% (66/312) Receiving objects: 22% (69/312) Receiving objects: 23% (72/312) Receiving objects: 24% (75/312) Receiving objects: 25% (78/312) Receiving objects: 26% (82/312) Receiving objects: 27% (85/312) Receiving objects: 28% (88/312) Receiving objects: 29% (91/312) Receiving objects: 30% (94/312) Receiving objects: 31% (97/312) Receiving objects: 32% (100/312) Receiving objects: 33% (103/312) Receiving objects: 34% (107/312) Receiving objects: 35% (110/312) Receiving objects: 36% (113/312) Receiving objects: 37% (116/312) Receiving objects: 38% (119/312) Receiving objects: 39% (122/312) Receiving objects: 40% (125/312) Receiving objects: 41% (128/312) Receiving objects: 42% (132/312) Receiving objects: 43% (135/312) Receiving objects: 44% (138/312) Receiving objects: 45% (141/312) Receiving objects: 46% (144/312) Receiving objects: 47% (147/312) Receiving objects: 48% (150/312) Receiving objects: 49% (153/312) Receiving objects: 50% (156/312) Receiving objects: 51% (160/312) Receiving objects: 52% (163/312) Receiving objects: 53% (166/312) Receiving objects: 54% (169/312) Receiving objects: 55% (172/312) Receiving objects: 56% (175/312) Receiving objects: 57% (178/312) Receiving objects: 58% (181/312) Receiving objects: 59% (185/312) Receiving objects: 60% (188/312) Receiving objects: 61% (191/312) Receiving objects: 62% (194/312) Receiving objects: 63% (197/312) Receiving objects: 64% (200/312) Receiving objects: 65% (203/312) Receiving objects: 66% (206/312) Receiving objects: 67% (210/312) Receiving objects: 68% (213/312) Receiving objects: 69% (216/312) Receiving objects: 70% (219/312) Receiving objects: 71% (222/312) Receiving objects: 72% (225/312) Receiving objects: 73% (228/312) Receiving objects: 74% (231/312) Receiving objects: 75% (234/312) Receiving objects: 76% (238/312) Receiving objects: 77% (241/312) Receiving objects: 78% (244/312) Receiving objects: 79% (247/312) Receiving objects: 80% (250/312) Receiving objects: 81% (253/312) Receiving objects: 82% (256/312) Receiving objects: 83% (259/312) Receiving objects: 84% (263/312) Receiving objects: 85% (266/312) Receiving objects: 86% (269/312) Receiving objects: 87% (272/312) Receiving objects: 88% (275/312) Receiving objects: 89% (278/312) Receiving objects: 90% (281/312) Receiving objects: 91% (284/312) Receiving objects: 92% (288/312) Receiving objects: 93% (291/312) Receiving objects: 94% (294/312) Receiving objects: 95% (297/312) Receiving objects: 96% (300/312) Receiving objects: 97% (303/312) Receiving objects: 98% (306/312) Receiving objects: 99% (309/312) remote: Total 312 (delta 46), reused 151 (delta 24), pack-reused 0 [2020-10-22T00:53:26.382Z] Receiving objects: 100% (312/312) Receiving objects: 100% (312/312), 5.09 MiB | 11.94 MiB/s, done. [2020-10-22T00:53:26.382Z] Resolving deltas: 0% (0/46) Resolving deltas: 2% (1/46) Resolving deltas: 6% (3/46) Resolving deltas: 13% (6/46) Resolving deltas: 21% (10/46) Resolving deltas: 23% (11/46) Resolving deltas: 30% (14/46) Resolving deltas: 32% (15/46) Resolving deltas: 34% (16/46) Resolving deltas: 36% (17/46) Resolving deltas: 47% (22/46) Resolving deltas: 50% (23/46) Resolving deltas: 54% (25/46) Resolving deltas: 56% (26/46) Resolving deltas: 58% (27/46) Resolving deltas: 60% (28/46) Resolving deltas: 63% (29/46) Resolving deltas: 65% (30/46) Resolving deltas: 67% (31/46) Resolving deltas: 69% (32/46) Resolving deltas: 71% (33/46) Resolving deltas: 84% (39/46) Resolving deltas: 86% (40/46) Resolving deltas: 89% (41/46) Resolving deltas: 91% (42/46) Resolving deltas: 93% (43/46) Resolving deltas: 100% (46/46) Resolving deltas: 100% (46/46), done. [2020-10-22T00:53:26.382Z] Note: checking out '62e705b9f7374dd12dadc993c6b2b2cacd855ac8'. [2020-10-22T00:53:26.382Z] [2020-10-22T00:53:26.382Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-10-22T00:53:26.383Z] changes and commit them, and you can discard any commits you make in this [2020-10-22T00:53:26.383Z] state without impacting any branches by performing another checkout. [2020-10-22T00:53:26.383Z] [2020-10-22T00:53:26.383Z] If you want to create a new branch to retain commits you create, you may [2020-10-22T00:53:26.383Z] do so (now or later) by using -b with the checkout command again. Example: [2020-10-22T00:53:26.383Z] [2020-10-22T00:53:26.383Z] git checkout -b [2020-10-22T00:53:26.383Z] [2020-10-22T00:53:26.651Z] 'kong' has dependencies that need to be staged: luarocks [2020-10-22T00:53:26.651Z] Skipping pull luarocks (already ran) [2020-10-22T00:53:26.651Z] Building luarocks  [2020-10-22T00:53:26.921Z] [2020-10-22T00:53:26.921Z] Configuring LuaRocks version 3.2.1... [2020-10-22T00:53:26.921Z] [2020-10-22T00:53:26.921Z] Lua interpreter found: /build/stage/bin/lua [2020-10-22T00:53:26.921Z] Checking if /build/stage/bin/lua is Lua version 5.1... yes [2020-10-22T00:53:26.921Z] lua.h found: /build/stage/luajit/include/luajit-2.1/lua.h [2020-10-22T00:53:26.921Z] unzip found in PATH: /usr/bin [2020-10-22T00:53:26.921Z] [2020-10-22T00:53:26.921Z] Done configuring. [2020-10-22T00:53:26.921Z] [2020-10-22T00:53:26.921Z] LuaRocks will be installed at......: /build/stage [2020-10-22T00:53:26.921Z] LuaRocks will install rocks at.....: /build/stage [2020-10-22T00:53:26.921Z] LuaRocks configuration directory...: /build/stage/etc/luarocks [2020-10-22T00:53:26.921Z] Using Lua from.....................: /build/stage [2020-10-22T00:53:26.921Z] Lua include directory..............: /build/stage/luajit/include/luajit-2.1 [2020-10-22T00:53:26.922Z] [2020-10-22T00:53:26.922Z] * Type make and make install: [2020-10-22T00:53:26.922Z] to install to /build/stage as usual. [2020-10-22T00:53:26.922Z] * Type make bootstrap: [2020-10-22T00:53:26.922Z] to install LuaRocks into /build/stage as a rock. [2020-10-22T00:53:26.922Z] [2020-10-22T00:53:26.922Z] mkdir -p "build" [2020-10-22T00:53:26.922Z] mkdir -p .luarocks [2020-10-22T00:53:26.922Z] cp ./build/config-5.1.lua .luarocks/config-5.1.lua [2020-10-22T00:53:26.922Z] rm -f src/luarocks/core/hardcoded.lua [2020-10-22T00:53:26.922Z] echo "#!/bin/sh" > luarocks [2020-10-22T00:53:26.922Z] echo "unset LUA_PATH LUA_PATH_5_2 LUA_PATH_5_3 LUA_PATH_5_4 LUA_CPATH LUA_CPATH_5_2 LUA_CPATH_5_3 LUA_CPATH_5_4" >> luarocks [2020-10-22T00:53:26.922Z] echo 'LUAROCKS_SYSCONFDIR="/build/stage/etc/luarocks" LUA_PATH="/build/parts/luarocks/build/src/?.lua;;" exec "/build/stage/bin/lua" "/build/parts/luarocks/build/src/bin/luarocks" --project-tree="/build/parts/luarocks/build/lua_modules" "$@"' >> luarocks [2020-10-22T00:53:26.922Z] chmod +rx ./luarocks [2020-10-22T00:53:26.922Z] ./luarocks init [2020-10-22T00:53:26.922Z] [2020-10-22T00:53:26.922Z] Initializing project 'build' for Lua 5.1 ... [2020-10-22T00:53:26.922Z] -------------------------------------------- [2020-10-22T00:53:26.922Z] [2020-10-22T00:53:26.922Z] Checking your Lua installation ... [2020-10-22T00:53:26.922Z] Adding entries to .gitignore ... [2020-10-22T00:53:26.922Z] Preparing ./.luarocks/ ... [2020-10-22T00:53:26.922Z] Wrote .luarocks/config-5.1.lua [2020-10-22T00:53:26.922Z] Preparing ./lua_modules/ ... [2020-10-22T00:53:26.922Z] ./luarocks already exists. Not overwriting it! [2020-10-22T00:53:26.922Z] Preparing ./lua for version 5.1... [2020-10-22T00:53:26.922Z] rm -f src/luarocks/core/hardcoded.lua [2020-10-22T00:53:26.922Z] echo "#!/bin/sh" > luarocks-admin [2020-10-22T00:53:26.922Z] echo "unset LUA_PATH LUA_PATH_5_2 LUA_PATH_5_3 LUA_PATH_5_4 LUA_CPATH LUA_CPATH_5_2 LUA_CPATH_5_3 LUA_CPATH_5_4" >> luarocks-admin [2020-10-22T00:53:26.922Z] echo 'LUAROCKS_SYSCONFDIR="/build/stage/etc/luarocks" LUA_PATH="/build/parts/luarocks/build/src/?.lua;;" exec "/build/stage/bin/lua" "/build/parts/luarocks/build/src/bin/luarocks-admin" --project-tree="/build/parts/luarocks/build/lua_modules" "$@"' >> luarocks-admin [2020-10-22T00:53:26.922Z] chmod +rx ./luarocks-admin [2020-10-22T00:53:26.922Z] mkdir -p "build" [2020-10-22T00:53:26.922Z] (printf '#!/build/stage/bin/lua\n'\ [2020-10-22T00:53:26.922Z] 'package.loaded["luarocks.core.hardcoded"] = { '\ [2020-10-22T00:53:26.922Z] "$([ -n "" ] && printf 'FORCE_CONFIG = true, ')"\ [2020-10-22T00:53:26.922Z] 'SYSCONFDIR = [[/build/stage/etc/luarocks]] }\n'\ [2020-10-22T00:53:26.922Z] 'package.path=[[/build/stage/share/lua/5.1/?.lua;]] .. package.path\n'\ [2020-10-22T00:53:26.922Z] 'local list = package.searchers or package.loaders; table.insert(list, 1, function(name) if name:match("^luarocks%%.") then return loadfile([[/build/stage/share/lua/5.1/]] .. name:gsub([[%%.]], [[/]]) .. [[.lua]]) end end)\n'; \ [2020-10-22T00:53:26.922Z] tail -n +2 src/bin/luarocks \ [2020-10-22T00:53:26.922Z] )> "build/luarocks" [2020-10-22T00:53:26.922Z] mkdir -p "build" [2020-10-22T00:53:26.922Z] (printf '#!/build/stage/bin/lua\n'\ [2020-10-22T00:53:26.922Z] 'package.loaded["luarocks.core.hardcoded"] = { '\ [2020-10-22T00:53:26.922Z] "$([ -n "" ] && printf 'FORCE_CONFIG = true, ')"\ [2020-10-22T00:53:26.922Z] 'SYSCONFDIR = [[/build/stage/etc/luarocks]] }\n'\ [2020-10-22T00:53:26.922Z] 'package.path=[[/build/stage/share/lua/5.1/?.lua;]] .. package.path\n'\ [2020-10-22T00:53:26.922Z] 'local list = package.searchers or package.loaders; table.insert(list, 1, function(name) if name:match("^luarocks%%.") then return loadfile([[/build/stage/share/lua/5.1/]] .. name:gsub([[%%.]], [[/]]) .. [[.lua]]) end end)\n'; \ [2020-10-22T00:53:26.922Z] tail -n +2 src/bin/luarocks-admin \ [2020-10-22T00:53:26.922Z] )> "build/luarocks-admin" [2020-10-22T00:53:26.922Z] mkdir -p "/build/stage/bin" [2020-10-22T00:53:26.922Z] install "build/luarocks" "/build/stage/bin/luarocks" [2020-10-22T00:53:26.922Z] mkdir -p "/build/stage/bin" [2020-10-22T00:53:26.922Z] install "build/luarocks-admin" "/build/stage/bin/luarocks-admin" [2020-10-22T00:53:26.922Z] mkdir -p "/build/stage/etc/luarocks" [2020-10-22T00:53:26.922Z] install -m 644 "build/config-5.1.lua" "/build/stage/etc/luarocks/config-5.1.lua" [2020-10-22T00:53:26.922Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/admin" [2020-10-22T00:53:26.922Z] install -m 644 "src/luarocks/admin/cache.lua" "/build/stage/share/lua/5.1/luarocks/admin/cache.lua" [2020-10-22T00:53:26.922Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/admin/cmd" [2020-10-22T00:53:26.922Z] install -m 644 "src/luarocks/admin/cmd/add.lua" "/build/stage/share/lua/5.1/luarocks/admin/cmd/add.lua" [2020-10-22T00:53:26.922Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/admin/cmd" [2020-10-22T00:53:26.922Z] install -m 644 "src/luarocks/admin/cmd/make_manifest.lua" "/build/stage/share/lua/5.1/luarocks/admin/cmd/make_manifest.lua" [2020-10-22T00:53:26.922Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/admin/cmd" [2020-10-22T00:53:26.922Z] install -m 644 "src/luarocks/admin/cmd/refresh_cache.lua" "/build/stage/share/lua/5.1/luarocks/admin/cmd/refresh_cache.lua" [2020-10-22T00:53:26.922Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/admin/cmd" [2020-10-22T00:53:26.922Z] install -m 644 "src/luarocks/admin/cmd/remove.lua" "/build/stage/share/lua/5.1/luarocks/admin/cmd/remove.lua" [2020-10-22T00:53:26.922Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/admin" [2020-10-22T00:53:26.922Z] install -m 644 "src/luarocks/admin/index.lua" "/build/stage/share/lua/5.1/luarocks/admin/index.lua" [2020-10-22T00:53:26.922Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:53:26.922Z] install -m 644 "src/luarocks/argparse.lua" "/build/stage/share/lua/5.1/luarocks/argparse.lua" [2020-10-22T00:53:26.922Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:53:26.922Z] install -m 644 "src/luarocks/build.lua" "/build/stage/share/lua/5.1/luarocks/build.lua" [2020-10-22T00:53:26.922Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/build" [2020-10-22T00:53:26.922Z] install -m 644 "src/luarocks/build/builtin.lua" "/build/stage/share/lua/5.1/luarocks/build/builtin.lua" [2020-10-22T00:53:26.922Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/build" [2020-10-22T00:53:26.922Z] install -m 644 "src/luarocks/build/cmake.lua" "/build/stage/share/lua/5.1/luarocks/build/cmake.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/build" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/build/command.lua" "/build/stage/share/lua/5.1/luarocks/build/command.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/build" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/build/make.lua" "/build/stage/share/lua/5.1/luarocks/build/make.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/cmd.lua" "/build/stage/share/lua/5.1/luarocks/cmd.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/cmd/build.lua" "/build/stage/share/lua/5.1/luarocks/cmd/build.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/cmd/config.lua" "/build/stage/share/lua/5.1/luarocks/cmd/config.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/cmd/doc.lua" "/build/stage/share/lua/5.1/luarocks/cmd/doc.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/cmd/download.lua" "/build/stage/share/lua/5.1/luarocks/cmd/download.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/cmd/init.lua" "/build/stage/share/lua/5.1/luarocks/cmd/init.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/cmd/install.lua" "/build/stage/share/lua/5.1/luarocks/cmd/install.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/cmd/lint.lua" "/build/stage/share/lua/5.1/luarocks/cmd/lint.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/cmd/list.lua" "/build/stage/share/lua/5.1/luarocks/cmd/list.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/cmd/make.lua" "/build/stage/share/lua/5.1/luarocks/cmd/make.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/cmd/new_version.lua" "/build/stage/share/lua/5.1/luarocks/cmd/new_version.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/cmd/pack.lua" "/build/stage/share/lua/5.1/luarocks/cmd/pack.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/cmd/path.lua" "/build/stage/share/lua/5.1/luarocks/cmd/path.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/cmd/purge.lua" "/build/stage/share/lua/5.1/luarocks/cmd/purge.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/cmd/remove.lua" "/build/stage/share/lua/5.1/luarocks/cmd/remove.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/cmd/search.lua" "/build/stage/share/lua/5.1/luarocks/cmd/search.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/cmd/show.lua" "/build/stage/share/lua/5.1/luarocks/cmd/show.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/cmd/test.lua" "/build/stage/share/lua/5.1/luarocks/cmd/test.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/cmd/unpack.lua" "/build/stage/share/lua/5.1/luarocks/cmd/unpack.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/cmd/upload.lua" "/build/stage/share/lua/5.1/luarocks/cmd/upload.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/cmd/which.lua" "/build/stage/share/lua/5.1/luarocks/cmd/which.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/cmd/write_rockspec.lua" "/build/stage/share/lua/5.1/luarocks/cmd/write_rockspec.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/core" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/core/cfg.lua" "/build/stage/share/lua/5.1/luarocks/core/cfg.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/core" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/core/dir.lua" "/build/stage/share/lua/5.1/luarocks/core/dir.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/core" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/core/manif.lua" "/build/stage/share/lua/5.1/luarocks/core/manif.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/core" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/core/path.lua" "/build/stage/share/lua/5.1/luarocks/core/path.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/core" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/core/persist.lua" "/build/stage/share/lua/5.1/luarocks/core/persist.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/core" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/core/sysdetect.lua" "/build/stage/share/lua/5.1/luarocks/core/sysdetect.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/core" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/core/util.lua" "/build/stage/share/lua/5.1/luarocks/core/util.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/core" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/core/vers.lua" "/build/stage/share/lua/5.1/luarocks/core/vers.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/deps.lua" "/build/stage/share/lua/5.1/luarocks/deps.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/dir.lua" "/build/stage/share/lua/5.1/luarocks/dir.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/download.lua" "/build/stage/share/lua/5.1/luarocks/download.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/fetch.lua" "/build/stage/share/lua/5.1/luarocks/fetch.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/fetch/cvs.lua" "/build/stage/share/lua/5.1/luarocks/fetch/cvs.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/fetch/git.lua" "/build/stage/share/lua/5.1/luarocks/fetch/git.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/fetch/git_file.lua" "/build/stage/share/lua/5.1/luarocks/fetch/git_file.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/fetch/git_http.lua" "/build/stage/share/lua/5.1/luarocks/fetch/git_http.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/fetch/git_https.lua" "/build/stage/share/lua/5.1/luarocks/fetch/git_https.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/fetch/git_ssh.lua" "/build/stage/share/lua/5.1/luarocks/fetch/git_ssh.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/fetch/hg.lua" "/build/stage/share/lua/5.1/luarocks/fetch/hg.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/fetch/hg_http.lua" "/build/stage/share/lua/5.1/luarocks/fetch/hg_http.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/fetch/hg_https.lua" "/build/stage/share/lua/5.1/luarocks/fetch/hg_https.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/fetch/hg_ssh.lua" "/build/stage/share/lua/5.1/luarocks/fetch/hg_ssh.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/fetch/sscm.lua" "/build/stage/share/lua/5.1/luarocks/fetch/sscm.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/fetch/svn.lua" "/build/stage/share/lua/5.1/luarocks/fetch/svn.lua" [2020-10-22T00:53:27.195Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:53:27.195Z] install -m 644 "src/luarocks/fs.lua" "/build/stage/share/lua/5.1/luarocks/fs.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fs" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/fs/freebsd.lua" "/build/stage/share/lua/5.1/luarocks/fs/freebsd.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fs" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/fs/linux.lua" "/build/stage/share/lua/5.1/luarocks/fs/linux.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fs" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/fs/lua.lua" "/build/stage/share/lua/5.1/luarocks/fs/lua.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fs" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/fs/macosx.lua" "/build/stage/share/lua/5.1/luarocks/fs/macosx.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fs" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/fs/tools.lua" "/build/stage/share/lua/5.1/luarocks/fs/tools.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fs" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/fs/unix.lua" "/build/stage/share/lua/5.1/luarocks/fs/unix.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fs/unix" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/fs/unix/tools.lua" "/build/stage/share/lua/5.1/luarocks/fs/unix/tools.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fs" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/fs/win32.lua" "/build/stage/share/lua/5.1/luarocks/fs/win32.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fs/win32" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/fs/win32/tools.lua" "/build/stage/share/lua/5.1/luarocks/fs/win32/tools.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/fun.lua" "/build/stage/share/lua/5.1/luarocks/fun.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/loader.lua" "/build/stage/share/lua/5.1/luarocks/loader.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/manif.lua" "/build/stage/share/lua/5.1/luarocks/manif.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/manif" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/manif/writer.lua" "/build/stage/share/lua/5.1/luarocks/manif/writer.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/pack.lua" "/build/stage/share/lua/5.1/luarocks/pack.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/path.lua" "/build/stage/share/lua/5.1/luarocks/path.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/persist.lua" "/build/stage/share/lua/5.1/luarocks/persist.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/queries.lua" "/build/stage/share/lua/5.1/luarocks/queries.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/remove.lua" "/build/stage/share/lua/5.1/luarocks/remove.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/repos.lua" "/build/stage/share/lua/5.1/luarocks/repos.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/require.lua" "/build/stage/share/lua/5.1/luarocks/require.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/results.lua" "/build/stage/share/lua/5.1/luarocks/results.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/rockspecs.lua" "/build/stage/share/lua/5.1/luarocks/rockspecs.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/search.lua" "/build/stage/share/lua/5.1/luarocks/search.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/signing.lua" "/build/stage/share/lua/5.1/luarocks/signing.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/test.lua" "/build/stage/share/lua/5.1/luarocks/test.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/test" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/test/busted.lua" "/build/stage/share/lua/5.1/luarocks/test/busted.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/test" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/test/command.lua" "/build/stage/share/lua/5.1/luarocks/test/command.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/tools" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/tools/patch.lua" "/build/stage/share/lua/5.1/luarocks/tools/patch.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/tools" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/tools/tar.lua" "/build/stage/share/lua/5.1/luarocks/tools/tar.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/tools" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/tools/zip.lua" "/build/stage/share/lua/5.1/luarocks/tools/zip.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/type" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/type/manifest.lua" "/build/stage/share/lua/5.1/luarocks/type/manifest.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/type" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/type/rockspec.lua" "/build/stage/share/lua/5.1/luarocks/type/rockspec.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/type_check.lua" "/build/stage/share/lua/5.1/luarocks/type_check.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/upload" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/upload/api.lua" "/build/stage/share/lua/5.1/luarocks/upload/api.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/upload" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/upload/multipart.lua" "/build/stage/share/lua/5.1/luarocks/upload/multipart.lua" [2020-10-22T00:53:27.464Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:53:27.464Z] install -m 644 "src/luarocks/util.lua" "/build/stage/share/lua/5.1/luarocks/util.lua" [2020-10-22T00:53:31.162Z] Staging luarocks  [2020-10-22T00:53:32.341Z] Collecting docker-compose==1.23.2 [2020-10-22T00:53:32.341Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-22T00:53:32.341Z] Collecting cached-property<2,>=1.2.0 [2020-10-22T00:53:32.341Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-22T00:53:33.360Z] Collecting jsonschema<3,>=2.5.1 [2020-10-22T00:53:33.360Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-22T00:53:33.388Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-22T00:53:33.388Z] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-10-22T00:53:33.388Z] 0% [Working] 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-10-22T00:53:33.656Z] 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-10-22T00:53:33.917Z] 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-22T00:53:34.000Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-22T00:53:34.000Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-22T00:53:37.265Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 linux-libc-dev_4.15.0-122.124_amd64.deb [998 kB] [2020-10-22T00:53:37.835Z] 1% 64% 100% [Working] Fetched 998 kB in 0s (0 B/s) [2020-10-22T00:53:38.094Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc6-dev_2.27-3ubuntu1.2_amd64.deb [2585 kB] [2020-10-22T00:53:38.429Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-22T00:53:38.429Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-22T00:53:38.663Z] 0% 29% 100% [Working] Fetched 2585 kB in 0s (0 B/s) [2020-10-22T00:53:39.185Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 lua5.1_5.1.5-8.1build2_amd64.deb [93.2 kB] [2020-10-22T00:53:39.425Z] Collecting PyYAML<4,>=3.10 [2020-10-22T00:53:39.425Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-22T00:53:39.445Z] 13% 100% [Working] Fetched 93.2 kB in 0s (0 B/s) [2020-10-22T00:53:39.445Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-10-22T00:53:39.704Z] 30% 100% [Working] Fetched 41.8 kB in 0s (0 B/s) [2020-10-22T00:53:39.968Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb [2763 kB] [2020-10-22T00:53:39.968Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-22T00:53:40.229Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libperl5.26_5.26.1-6ubuntu0.3_amd64.deb [3527 kB] [2020-10-22T00:53:40.229Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-22T00:53:40.229Z] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm5_1.14.1-6_amd64.deb [26.0 kB] [2020-10-22T00:53:40.229Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-22T00:53:40.489Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 lua-any_24_all.deb [4718 B] [2020-10-22T00:53:40.489Z] 100% [Working] Fetched 4718 B in 0s (0 B/s) [2020-10-22T00:53:41.014Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 liblua5.1-0_5.1.5-8.1build2_amd64.deb [100 kB] [2020-10-22T00:53:41.279Z] 12% 100% [Working] Fetched 100 kB in 0s (0 B/s) [2020-10-22T00:53:41.279Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libtinfo-dev_6.1-1ubuntu1.18.04_amd64.deb [81.3 kB] [2020-10-22T00:53:41.559Z] 15% 100% [Working] Fetched 81.3 kB in 0s (0 B/s) [2020-10-22T00:53:41.838Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libreadline7_7.0-3_amd64.deb [124 kB] [2020-10-22T00:53:42.150Z] 10% 100% [Working] Fetched 124 kB in 0s (0 B/s) [2020-10-22T00:53:42.467Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 unzip_6.0-21ubuntu1_amd64.deb [167 kB] [2020-10-22T00:53:42.797Z] 4% 100% [Working] Fetched 167 kB in 0s (0 B/s) [2020-10-22T00:53:42.797Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 zip_3.0-11build1_amd64.deb [167 kB] [2020-10-22T00:53:43.101Z] 7% 100% [Working] Fetched 167 kB in 0s (0 B/s) [2020-10-22T00:53:43.515Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc-dev-bin_2.27-3ubuntu1.2_amd64.deb [71.8 kB] [2020-10-22T00:53:43.515Z] 17% 100% [Working] Fetched 71.8 kB in 0s (0 B/s) [2020-10-22T00:53:43.908Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl_5.26.1-6ubuntu0.3_amd64.deb [201 kB] [2020-10-22T00:53:43.908Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-22T00:53:44.206Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-10-22T00:53:44.627Z] 3% 100% [Working] Fetched 368 kB in 0s (0 B/s) [2020-10-22T00:53:44.963Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 wget_1.19.4-1ubuntu2.2_amd64.deb [316 kB] [2020-10-22T00:53:45.194Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-22T00:53:45.409Z] 3% 100% [Working] Fetched 316 kB in 0s (0 B/s) [2020-10-22T00:53:45.989Z] Collecting docker<4.0,>=3.6.0 [2020-10-22T00:53:45.989Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-22T00:53:46.523Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb [1301 kB] [2020-10-22T00:53:46.523Z] 0% 10% 100% [Working] Fetched 1301 kB in 0s (0 B/s) [2020-10-22T00:53:46.796Z] Collecting docopt<0.7,>=0.6.1 [2020-10-22T00:53:46.796Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-22T00:53:47.662Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 luarocks_2.4.2+dfsg-1_all.deb [97.6 kB] [2020-10-22T00:53:47.662Z] 12% 100% [Working] Fetched 97.6 kB in 0s (0 B/s) [2020-10-22T00:53:48.261Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libreadline-dev_7.0-3_amd64.deb [133 kB] [2020-10-22T00:53:48.261Z] 9% 100% [Working] Fetched 133 kB in 0s (0 B/s) [2020-10-22T00:53:48.773Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libyaml-0-2_0.1.7-2ubuntu3_amd64.deb [47.2 kB] [2020-10-22T00:53:48.773Z] 26% 100% [Working] Fetched 47.2 kB in 0s (0 B/s) [2020-10-22T00:53:48.773Z] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm-compat4_1.14.1-6_amd64.deb [6084 B] [2020-10-22T00:53:48.773Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-22T00:53:49.395Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 liblua5.1-0-dev_5.1.5-8.1build2_amd64.deb [119 kB] [2020-10-22T00:53:49.738Z] 10% 100% [Working] Fetched 119 kB in 0s (0 B/s) [2020-10-22T00:53:50.050Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-10-22T00:53:50.050Z] 25% 100% [Working] Fetched 48.7 kB in 0s (0 B/s) [2020-10-22T00:53:52.436Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-22T00:53:52.437Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-22T00:53:52.716Z] Collecting texttable<0.10,>=0.9.0 [2020-10-22T00:53:52.716Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-22T00:53:54.334Z] Copying needed target link from the system /lib/x86_64-linux-gnu/libtinfo.so.5.9 [2020-10-22T00:53:54.948Z] Pulling kong  [2020-10-22T00:53:55.564Z] Cloning into '/build/parts/kong/src'... [2020-10-22T00:53:55.852Z] remote: Enumerating objects: 834, done. [2020-10-22T00:53:55.852Z] remote: Counting objects: 0% (1/834) remote: Counting objects: 1% (9/834) remote: Counting objects: 2% (17/834) remote: Counting objects: 3% (26/834) remote: Counting objects: 4% (34/834) remote: Counting objects: 5% (42/834) remote: Counting objects: 6% (51/834) remote: Counting objects: 7% (59/834) remote: Counting objects: 8% (67/834) remote: Counting objects: 9% (76/834) remote: Counting objects: 10% (84/834) remote: Counting objects: 11% (92/834) remote: Counting objects: 12% (101/834) remote: Counting objects: 13% (109/834) remote: Counting objects: 14% (117/834) remote: Counting objects: 15% (126/834) remote: Counting objects: 16% (134/834) remote: Counting objects: 17% (142/834) remote: Counting objects: 18% (151/834) remote: Counting objects: 19% (159/834) remote: Counting objects: 20% (167/834) remote: Counting objects: 21% (176/834) remote: Counting objects: 22% (184/834) remote: Counting objects: 23% (192/834) remote: Counting objects: 24% (201/834) remote: Counting objects: 25% (209/834) remote: Counting objects: 26% (217/834) remote: Counting objects: 27% (226/834) remote: Counting objects: 28% (234/834) remote: Counting objects: 29% (242/834) remote: Counting objects: 30% (251/834) remote: Counting objects: 31% (259/834) remote: Counting objects: 32% (267/834) remote: Counting objects: 33% (276/834) remote: Counting objects: 34% (284/834) remote: Counting objects: 35% (292/834) remote: Counting objects: 36% (301/834) remote: Counting objects: 37% (309/834) remote: Counting objects: 38% (317/834) remote: Counting objects: 39% (326/834) remote: Counting objects: 40% (334/834) remote: Counting objects: 41% (342/834) remote: Counting objects: 42% (351/834) remote: Counting objects: 43% (359/834) remote: Counting objects: 44% (367/834) remote: Counting objects: 45% (376/834) remote: Counting objects: 46% (384/834) remote: Counting objects: 47% (392/834) remote: Counting objects: 48% (401/834) remote: Counting objects: 49% (409/834) remote: Counting objects: 50% (417/834) remote: Counting objects: 51% (426/834) remote: Counting objects: 52% (434/834) remote: Counting objects: 53% (443/834) remote: Counting objects: 54% (451/834) remote: Counting objects: 55% (459/834) remote: Counting objects: 56% (468/834) remote: Counting objects: 57% (476/834) remote: Counting objects: 58% (484/834) remote: Counting objects: 59% (493/834) remote: Counting objects: 60% (501/834) remote: Counting objects: 61% (509/834) remote: Counting objects: 62% (518/834) remote: Counting objects: 63% (526/834) remote: Counting objects: 64% (534/834) remote: Counting objects: 65% (543/834) remote: Counting objects: 66% (551/834) remote: Counting objects: 67% (559/834) remote: Counting objects: 68% (568/834) remote: Counting objects: 69% (576/834) remote: Counting objects: 70% (584/834) remote: Counting objects: 71% (593/834) remote: Counting objects: 72% (601/834) remote: Counting objects: 73% (609/834) remote: Counting objects: 74% (618/834) remote: Counting objects: 75% (626/834) remote: Counting objects: 76% (634/834) remote: Counting objects: 77% (643/834) remote: Counting objects: 78% (651/834) remote: Counting objects: 79% (659/834) remote: Counting objects: 80% (668/834) remote: Counting objects: 81% (676/834) remote: Counting objects: 82% (684/834) remote: Counting objects: 83% (693/834) remote: Counting objects: 84% (701/834) remote: Counting objects: 85% (709/834) remote: Counting objects: 86% (718/834) remote: Counting objects: 87% (726/834) remote: Counting objects: 88% (734/834) remote: Counting objects: 89% (743/834) remote: Counting objects: 90% (751/834) remote: Counting objects: 91% (759/834) remote: Counting objects: 92% (768/834) remote: Counting objects: 93% (776/834) remote: Counting objects: 94% (784/834) remote: Counting objects: 95% (793/834) remote: Counting objects: 96% (801/834) remote: Counting objects: 97% (809/834) remote: Counting objects: 98% (818/834) remote: Counting objects: 99% (826/834) remote: Counting objects: 100% (834/834) remote: Counting objects: 100% (834/834), done. [2020-10-22T00:53:56.126Z] remote: Compressing objects: 0% (1/736) remote: Compressing objects: 1% (8/736) remote: Compressing objects: 2% (15/736) remote: Compressing objects: 3% (23/736) remote: Compressing objects: 4% (30/736) remote: Compressing objects: 5% (37/736) remote: Compressing objects: 6% (45/736) remote: Compressing objects: 7% (52/736) remote: Compressing objects: 8% (59/736) remote: Compressing objects: 9% (67/736) remote: Compressing objects: 10% (74/736) remote: Compressing objects: 11% (81/736) remote: Compressing objects: 12% (89/736) remote: Compressing objects: 13% (96/736) remote: Compressing objects: 14% (104/736) remote: Compressing objects: 15% (111/736) remote: Compressing objects: 16% (118/736) remote: Compressing objects: 17% (126/736) remote: Compressing objects: 18% (133/736) remote: Compressing objects: 19% (140/736) remote: Compressing objects: 20% (148/736) remote: Compressing objects: 21% (155/736) remote: Compressing objects: 22% (162/736) remote: Compressing objects: 23% (170/736) remote: Compressing objects: 24% (177/736) remote: Compressing objects: 25% (184/736) remote: Compressing objects: 26% (192/736) remote: Compressing objects: 27% (199/736) remote: Compressing objects: 28% (207/736) remote: Compressing objects: 29% (214/736) remote: Compressing objects: 30% (221/736) remote: Compressing objects: 31% (229/736) remote: Compressing objects: 32% (236/736) remote: Compressing objects: 33% (243/736) remote: Compressing objects: 34% (251/736) remote: Compressing objects: 35% (258/736) remote: Compressing objects: 36% (265/736) remote: Compressing objects: 37% (273/736) remote: Compressing objects: 38% (280/736) remote: Compressing objects: 39% (288/736) remote: Compressing objects: 40% (295/736) remote: Compressing objects: 41% (302/736) remote: Compressing objects: 42% (310/736) remote: Compressing objects: 43% (317/736) remote: Compressing objects: 44% (324/736) remote: Compressing objects: 45% (332/736) remote: Compressing objects: 46% (339/736) remote: Compressing objects: 47% (346/736) remote: Compressing objects: 48% (354/736) remote: Compressing objects: 49% (361/736) remote: Compressing objects: 50% (368/736) remote: Compressing objects: 51% (376/736) remote: Compressing objects: 52% (383/736) remote: Compressing objects: 53% (391/736) remote: Compressing objects: 54% (398/736) remote: Compressing objects: 55% (405/736) remote: Compressing objects: 56% (413/736) remote: Compressing objects: 57% (420/736) remote: Compressing objects: 58% (427/736) remote: Compressing objects: 59% (435/736) remote: Compressing objects: 60% (442/736) remote: Compressing objects: 61% (449/736) remote: Compressing objects: 62% (457/736) remote: Compressing objects: 63% (464/736) remote: Compressing objects: 64% (472/736) remote: Compressing objects: 65% (479/736) remote: Compressing objects: 66% (486/736) remote: Compressing objects: 67% (494/736) remote: Compressing objects: 68% (501/736) remote: Compressing objects: 69% (508/736) remote: Compressing objects: 70% (516/736) remote: Compressing objects: 71% (523/736) remote: Compressing objects: 72% (530/736) remote: Compressing objects: 73% (538/736) remote: Compressing objects: 74% (545/736) remote: Compressing objects: 75% (552/736) remote: Compressing objects: 76% (560/736) remote: Compressing objects: 77% (567/736) remote: Compressing objects: 78% (575/736) remote: Compressing objects: 79% (582/736) remote: Compressing objects: 80% (589/736) remote: Compressing objects: 81% (597/736) remote: Compressing objects: 82% (604/736) remote: Compressing objects: 83% (611/736) remote: Compressing objects: 84% (619/736) remote: Compressing objects: 85% (626/736) remote: Compressing objects: 86% (633/736) remote: Compressing objects: 87% (641/736) remote: Compressing objects: 88% (648/736) remote: Compressing objects: 89% (656/736) remote: Compressing objects: 90% (663/736) remote: Compressing objects: 91% (670/736) remote: Compressing objects: 92% (678/736) remote: Compressing objects: 93% (685/736) remote: Compressing objects: 94% (692/736) remote: Compressing objects: 95% (700/736) remote: Compressing objects: 96% (707/736) remote: Compressing objects: 97% (714/736) remote: Compressing objects: 98% (722/736) remote: Compressing objects: 99% (729/736) remote: Compressing objects: 100% (736/736) remote: Compressing objects: 100% (736/736), done. [2020-10-22T00:53:56.264Z] Collecting docker-pycreds>=0.4.0 [2020-10-22T00:53:56.264Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-22T00:53:56.264Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-10-22T00:53:56.392Z] Receiving objects: 0% (1/834) Receiving objects: 1% (9/834) Receiving objects: 2% (17/834) Receiving objects: 3% (26/834) Receiving objects: 4% (34/834) Receiving objects: 5% (42/834) Receiving objects: 6% (51/834) Receiving objects: 7% (59/834) Receiving objects: 8% (67/834) Receiving objects: 9% (76/834) Receiving objects: 10% (84/834) Receiving objects: 11% (92/834) Receiving objects: 12% (101/834) Receiving objects: 13% (109/834) Receiving objects: 14% (117/834) Receiving objects: 15% (126/834) Receiving objects: 16% (134/834) Receiving objects: 17% (142/834) Receiving objects: 18% (151/834) Receiving objects: 19% (159/834) Receiving objects: 20% (167/834) Receiving objects: 21% (176/834) Receiving objects: 22% (184/834) Receiving objects: 23% (192/834) Receiving objects: 24% (201/834) Receiving objects: 25% (209/834) Receiving objects: 26% (217/834) Receiving objects: 27% (226/834) Receiving objects: 28% (234/834) Receiving objects: 29% (242/834) Receiving objects: 30% (251/834) Receiving objects: 31% (259/834) Receiving objects: 32% (267/834) Receiving objects: 33% (276/834) Receiving objects: 34% (284/834) Receiving objects: 35% (292/834) Receiving objects: 36% (301/834) Receiving objects: 37% (309/834) Receiving objects: 38% (317/834) Receiving objects: 39% (326/834) Receiving objects: 40% (334/834) Receiving objects: 41% (342/834) Receiving objects: 42% (351/834) Receiving objects: 43% (359/834) Receiving objects: 44% (367/834) Receiving objects: 45% (376/834) Receiving objects: 46% (384/834) Receiving objects: 47% (392/834) Receiving objects: 48% (401/834) Receiving objects: 49% (409/834) Receiving objects: 50% (417/834) Receiving objects: 51% (426/834) Receiving objects: 52% (434/834) Receiving objects: 53% (443/834) Receiving objects: 54% (451/834) Receiving objects: 55% (459/834) Receiving objects: 56% (468/834) Receiving objects: 57% (476/834) Receiving objects: 58% (484/834) Receiving objects: 59% (493/834) Receiving objects: 60% (501/834) Receiving objects: 61% (509/834) Receiving objects: 62% (518/834) Receiving objects: 63% (526/834) Receiving objects: 64% (534/834) Receiving objects: 65% (543/834) Receiving objects: 66% (551/834) Receiving objects: 67% (559/834) Receiving objects: 68% (568/834) Receiving objects: 69% (576/834) Receiving objects: 70% (584/834) Receiving objects: 71% (593/834) Receiving objects: 72% (601/834) Receiving objects: 73% (609/834) Receiving objects: 74% (618/834) Receiving objects: 75% (626/834) Receiving objects: 76% (634/834) Receiving objects: 77% (643/834) Receiving objects: 78% (651/834) Receiving objects: 79% (659/834) Receiving objects: 80% (668/834) Receiving objects: 81% (676/834) Receiving objects: 82% (684/834) Receiving objects: 83% (693/834) Receiving objects: 84% (701/834) Receiving objects: 85% (709/834) Receiving objects: 86% (718/834) Receiving objects: 87% (726/834) Receiving objects: 88% (734/834) Receiving objects: 89% (743/834) Receiving objects: 90% (751/834) Receiving objects: 91% (759/834) Receiving objects: 92% (768/834) Receiving objects: 93% (776/834) Receiving objects: 94% (784/834) Receiving objects: 95% (793/834) Receiving objects: 96% (801/834) Receiving objects: 97% (809/834) Receiving objects: 98% (818/834) remote: Total 834 (delta 143), reused 346 (delta 57), pack-reused 0 [2020-10-22T00:53:56.392Z] Receiving objects: 99% (826/834) Receiving objects: 100% (834/834) Receiving objects: 100% (834/834), 1.02 MiB | 8.60 MiB/s, done. [2020-10-22T00:53:56.392Z] Resolving deltas: 0% (0/143) Resolving deltas: 1% (2/143) Resolving deltas: 2% (3/143) Resolving deltas: 4% (6/143) Resolving deltas: 5% (8/143) Resolving deltas: 9% (14/143) Resolving deltas: 11% (16/143) Resolving deltas: 12% (18/143) Resolving deltas: 13% (19/143) Resolving deltas: 18% (26/143) Resolving deltas: 19% (28/143) Resolving deltas: 20% (30/143) Resolving deltas: 21% (31/143) Resolving deltas: 22% (32/143) Resolving deltas: 23% (33/143) Resolving deltas: 24% (35/143) Resolving deltas: 25% (36/143) Resolving deltas: 26% (38/143) Resolving deltas: 29% (42/143) Resolving deltas: 31% (45/143) Resolving deltas: 32% (47/143) Resolving deltas: 33% (48/143) Resolving deltas: 34% (49/143) Resolving deltas: 35% (51/143) Resolving deltas: 36% (52/143) Resolving deltas: 37% (53/143) Resolving deltas: 41% (60/143) Resolving deltas: 48% (70/143) Resolving deltas: 50% (72/143) Resolving deltas: 51% (73/143) Resolving deltas: 52% (75/143) Resolving deltas: 53% (76/143) Resolving deltas: 54% (78/143) Resolving deltas: 55% (79/143) Resolving deltas: 58% (83/143) Resolving deltas: 59% (85/143) Resolving deltas: 60% (87/143) Resolving deltas: 64% (92/143) Resolving deltas: 65% (93/143) Resolving deltas: 76% (110/143) Resolving deltas: 77% (111/143) Resolving deltas: 88% (127/143) Resolving deltas: 100% (143/143) Resolving deltas: 100% (143/143), done. [2020-10-22T00:53:56.392Z] Note: checking out '8906d9415e5c117a1b92a33360fc896e0cbb4eda'. [2020-10-22T00:53:56.392Z] [2020-10-22T00:53:56.392Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-10-22T00:53:56.392Z] changes and commit them, and you can discard any commits you make in this [2020-10-22T00:53:56.392Z] state without impacting any branches by performing another checkout. [2020-10-22T00:53:56.392Z] [2020-10-22T00:53:56.392Z] If you want to create a new branch to retain commits you create, you may [2020-10-22T00:53:56.392Z] do so (now or later) by using -b with the checkout command again. Example: [2020-10-22T00:53:56.392Z] [2020-10-22T00:53:56.392Z] git checkout -b [2020-10-22T00:53:56.392Z] [2020-10-22T00:53:56.392Z] patching file kong-2.0.4-0.rockspec [2020-10-22T00:53:56.659Z] 'go115' has dependencies that need to be staged: go-build-helper kong [2020-10-22T00:53:56.659Z] Skipping pull go-build-helper (already ran) [2020-10-22T00:53:56.659Z] Skipping pull kong (already ran) [2020-10-22T00:53:56.659Z] Building go-build-helper  [2020-10-22T00:53:56.901Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-22T00:53:56.901Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-22T00:53:57.550Z] Collecting idna<2.8,>=2.5 [2020-10-22T00:53:57.550Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-22T00:53:57.925Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-10-22T00:53:57.925Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-22T00:53:57.925Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-22T00:53:57.925Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-22T00:53:57.925Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-22T00:53:59.467Z] Installing collected packages: cached-property, jsonschema, dockerpty, websocket-client, PyYAML, docker-pycreds, urllib3, idna, requests, docker, docopt, texttable, docker-compose [2020-10-22T00:53:59.767Z] Running setup.py install for dockerpty: started [2020-10-22T00:54:03.199Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-22T00:54:03.804Z] Running setup.py install for PyYAML: started [2020-10-22T00:54:04.850Z] Building kong  [2020-10-22T00:54:05.112Z] Missing dependencies for kong 2.0.4-0: [2020-10-22T00:54:05.112Z] inspect 3.1.1 (not installed) [2020-10-22T00:54:05.112Z] luasec 0.9 (not installed) [2020-10-22T00:54:05.112Z] luasocket 3.0-rc1 (not installed) [2020-10-22T00:54:05.112Z] penlight 1.7.0 (not installed) [2020-10-22T00:54:05.112Z] lua-resty-http 0.15 (not installed) [2020-10-22T00:54:05.112Z] lua-resty-jit-uuid 0.0.7 (not installed) [2020-10-22T00:54:05.112Z] multipart 0.5.6 (not installed) [2020-10-22T00:54:05.112Z] version 1.0.1 (not installed) [2020-10-22T00:54:05.112Z] kong-lapis 1.7.0.1 (not installed) [2020-10-22T00:54:05.112Z] lua-cassandra 1.5.0 (not installed) [2020-10-22T00:54:05.112Z] pgmoon 1.10.0 (not installed) [2020-10-22T00:54:05.112Z] luatz 0.4 (not installed) [2020-10-22T00:54:05.112Z] lua_system_constants 0.1.4 (not installed) [2020-10-22T00:54:05.112Z] lyaml 6.2.4 (not installed) [2020-10-22T00:54:05.112Z] lua-resty-iputils 0.3.0 (not installed) [2020-10-22T00:54:05.112Z] luasyslog 1.0.0 (not installed) [2020-10-22T00:54:05.112Z] lua_pack 1.0.5 (not installed) [2020-10-22T00:54:05.112Z] lua-resty-dns-client 4.1.3 (not installed) [2020-10-22T00:54:05.112Z] lua-resty-worker-events 1.0.0 (not installed) [2020-10-22T00:54:05.112Z] lua-resty-mediador 0.1.2 (not installed) [2020-10-22T00:54:05.112Z] lua-resty-healthcheck 1.2.0 (not installed) [2020-10-22T00:54:05.112Z] lua-resty-cookie 0.1.0 (not installed) [2020-10-22T00:54:05.112Z] lua-resty-mlcache 2.4.1 (not installed) [2020-10-22T00:54:05.112Z] lua-messagepack 0.5.2 (not installed) [2020-10-22T00:54:05.112Z] lua-resty-openssl 0.6.3 (not installed) [2020-10-22T00:54:05.112Z] lua-resty-counter 0.2.0 (not installed) [2020-10-22T00:54:05.112Z] kong-plugin-azure-functions ~> 0.4 (not installed) [2020-10-22T00:54:05.112Z] kong-plugin-zipkin ~> 0.2 (not installed) [2020-10-22T00:54:05.112Z] kong-plugin-serverless-functions ~> 0.3 (not installed) [2020-10-22T00:54:05.112Z] kong-prometheus-plugin ~> 0.7 (not installed) [2020-10-22T00:54:05.112Z] kong-proxy-cache-plugin ~> 1.3 (not installed) [2020-10-22T00:54:05.112Z] kong-plugin-request-transformer ~> 1.2 (not installed) [2020-10-22T00:54:05.112Z] kong-plugin-session ~> 2.2 (not installed) [2020-10-22T00:54:05.112Z] kong-plugin-aws-lambda ~> 3.1 (not installed) [2020-10-22T00:54:05.112Z] kong-plugin-acme ~> 0.2 (not installed) [2020-10-22T00:54:05.112Z] [2020-10-22T00:54:05.112Z] kong 2.0.4-0 depends on inspect 3.1.1 (not installed) [2020-10-22T00:54:06.057Z] Installing https://luarocks.org/inspect-3.1.1-0.src.rock [2020-10-22T00:54:06.321Z] [2020-10-22T00:54:06.321Z] No existing manifest. Attempting to rebuild... [2020-10-22T00:54:06.321Z] inspect 3.1.1-0 is now installed in /build/parts/kong/install (license: MIT ) [2020-10-22T00:54:06.321Z] [2020-10-22T00:54:06.321Z] kong 2.0.4-0 depends on luasec 0.9 (not installed) [2020-10-22T00:54:06.582Z] Installing https://luarocks.org/luasec-0.9-1.src.rock [2020-10-22T00:54:08.153Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-22T00:54:08.153Z] Attempting uninstall: urllib3 [2020-10-22T00:54:08.153Z] Found existing installation: urllib3 1.25.9 [2020-10-22T00:54:08.153Z] Uninstalling urllib3-1.25.9: [2020-10-22T00:54:08.153Z] Successfully uninstalled urllib3-1.25.9 [2020-10-22T00:54:08.755Z] Attempting uninstall: idna [2020-10-22T00:54:08.755Z] Found existing installation: idna 2.9 [2020-10-22T00:54:08.755Z] Uninstalling idna-2.9: [2020-10-22T00:54:09.034Z] Successfully uninstalled idna-2.9 [2020-10-22T00:54:10.022Z] Attempting uninstall: requests [2020-10-22T00:54:10.022Z] Found existing installation: requests 2.23.0 [2020-10-22T00:54:10.022Z] Uninstalling requests-2.23.0: [2020-10-22T00:54:10.022Z] Successfully uninstalled requests-2.23.0 [2020-10-22T00:54:11.468Z] Running setup.py install for docopt: started [2020-10-22T00:54:14.103Z] Running setup.py install for docopt: finished with status 'done' [2020-10-22T00:54:14.103Z] Running setup.py install for texttable: started [2020-10-22T00:54:16.747Z] Running setup.py install for texttable: finished with status 'done' [2020-10-22T00:54:18.187Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-10-22T00:54:23.624Z] Removing intermediate container a6be3a8947da [2020-10-22T00:54:23.624Z] ---> 4ca50a90bb3f [2020-10-22T00:54:23.624Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-22T00:54:23.624Z] ---> Running in ac3c0c33f386 [2020-10-22T00:54:24.606Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:54:24.881Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:54:25.478Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T00:54:25.478Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-22T00:54:25.478Z] (3/3) Installing curl (7.69.1-r1) [2020-10-22T00:54:25.478Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:54:25.478Z] OK: 71 MiB in 58 packages [2020-10-22T00:54:26.921Z] Removing intermediate container ac3c0c33f386 [2020-10-22T00:54:26.921Z] ---> b637ef0f4ceb [2020-10-22T00:54:26.921Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-22T00:54:26.921Z] ---> Running in 005d6b511353 [2020-10-22T00:54:27.524Z] Removing intermediate container 005d6b511353 [2020-10-22T00:54:27.524Z] ---> 0157c92aec82 [2020-10-22T00:54:27.524Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:54:27.524Z] ---> Running in 43086b43f2c0 [2020-10-22T00:54:28.122Z] Removing intermediate container 43086b43f2c0 [2020-10-22T00:54:28.122Z] ---> 0de53e816f78 [2020-10-22T00:54:28.122Z] Step 25/27 : LABEL arch=arm64 [2020-10-22T00:54:28.122Z] ---> Running in 0a32a617f308 [2020-10-22T00:54:28.727Z] Removing intermediate container 0a32a617f308 [2020-10-22T00:54:28.727Z] ---> 9a889ba3bdf5 [2020-10-22T00:54:28.727Z] Step 26/27 : LABEL git_sha=d9915a167933df7903c1854864e0ef3285f3b8b8 [2020-10-22T00:54:28.727Z] ---> Running in 7f62c561f4c2 [2020-10-22T00:54:29.326Z] Removing intermediate container 7f62c561f4c2 [2020-10-22T00:54:29.326Z] ---> ea4501b8024d [2020-10-22T00:54:29.326Z] Step 27/27 : LABEL version=0.0.0 [2020-10-22T00:54:29.604Z] ---> Running in 6329b493a3c9 [2020-10-22T00:54:29.879Z] Removing intermediate container 6329b493a3c9 [2020-10-22T00:54:29.879Z] ---> 9b2af42cd4f7 [2020-10-22T00:54:29.879Z] [2020-10-22T00:54:30.481Z] Successfully built 9b2af42cd4f7 [2020-10-22T00:54:30.481Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-22T00:54:31.108Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-22T00:54:31.159Z] $ docker stop --time=1 b075498fb44276880562c74df809d3899488454c804a72fc44792a38a91412ac [2020-10-22T00:54:33.149Z] $ docker rm -f b075498fb44276880562c74df809d3899488454c804a72fc44792a38a91412ac [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T00:54:33.823Z] + docker images [2020-10-22T00:54:33.823Z] + grep docker [2020-10-22T00:54:34.096Z] docker-sys-mgmt-agent-go-arm64 latest 9b2af42cd4f7 5 seconds ago 270MB [2020-10-22T00:54:34.096Z] docker-support-notifications-go-arm64 latest 4d7fe2669cd8 About a minute ago 12.9MB [2020-10-22T00:54:34.096Z] docker-core-command-go-arm64 latest 80bb9e63c72c About a minute ago 11.4MB [2020-10-22T00:54:34.096Z] docker-support-logging-go-arm64 latest 3121e8f9d042 About a minute ago 10.6MB [2020-10-22T00:54:34.096Z] docker-support-scheduler-go-arm64 latest 6e7a4cde514f 2 minutes ago 11.5MB [2020-10-22T00:54:34.096Z] docker-core-data-go-arm64 latest cfcbd8718f25 4 minutes ago 22.2MB [2020-10-22T00:54:34.096Z] docker-core-metadata-go-arm64 latest 974768274ef9 4 minutes ago 13.5MB [2020-10-22T00:54:34.096Z] docker-security-secretstore-setup-go-arm64 latest 21f2da3558f6 5 minutes ago 30.8MB [2020-10-22T00:54:34.096Z] docker-security-secrets-setup-go-arm64 latest 80179653e9dc 5 minutes ago 22.7MB [2020-10-22T00:54:34.096Z] docker-security-proxy-setup-go-arm64 latest 192ebe3ec38e 6 minutes ago 15.1MB [2020-10-22T00:54:34.096Z] docker latest 79b81ba6d94d 29 hours ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-22T00:54:38.688Z] [2020-10-22T00:54:38.688Z] Error: Failed installing dependency: https://luarocks.org/luasec-0.9-1.src.rock - Could not fetch rock file: Error fetching file: Failed downloading https://luarocks.org/luasec-0.9-1.src.rock - luasec-0.9-1.src.rock [2020-10-22T00:54:38.688Z] Failed to run 'override-build': Exit code was 1. [Pipeline] } [2020-10-22T00:54:38.701Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-22T00:54:39.774Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-22T00:54:42.098Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T00:54:42.998Z] ---> package-listing.sh [2020-10-22T00:54:42.998Z] ++ facter osfamily [2020-10-22T00:54:42.998Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-22T00:54:42.998Z] + OS_FAMILY=redhat [2020-10-22T00:54:42.998Z] + workspace=/w/workspace/edgex-go/3 [2020-10-22T00:54:42.998Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-22T00:54:42.998Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-22T00:54:42.998Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-22T00:54:42.998Z] + PACKAGES=/tmp/packages_start.txt [2020-10-22T00:54:42.998Z] + '[' /w/workspace/edgex-go/3 ']' [2020-10-22T00:54:42.998Z] + PACKAGES=/tmp/packages_end.txt [2020-10-22T00:54:42.998Z] + case "${OS_FAMILY}" in [2020-10-22T00:54:42.998Z] + rpm -qa [2020-10-22T00:54:42.998Z] + sort [2020-10-22T00:54:47.274Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-22T00:54:47.274Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-22T00:54:47.274Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-22T00:54:47.274Z] + '[' /w/workspace/edgex-go/3 ']' [2020-10-22T00:54:47.274Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2020-10-22T00:54:47.274Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2020-10-22T00:54:47.289Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-22T00:54:47.660Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:54:48.013Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T00:54:48.013Z] [2020-10-22T00:54:48.013Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:54:48.417Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T00:54:48.417Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-22T00:54:48.417Z] df20fa9351a1: Already exists [2020-10-22T00:54:48.417Z] 36b3adc4ff6f: Pulling fs layer [2020-10-22T00:54:48.417Z] 8ad3a11d3b57: Pulling fs layer [2020-10-22T00:54:48.417Z] 46f8f816bc3b: Pulling fs layer [2020-10-22T00:54:48.417Z] 93b61091891f: Pulling fs layer [2020-10-22T00:54:48.417Z] 93b9cdb0e59b: Pulling fs layer [2020-10-22T00:54:48.417Z] 5e14af77c1be: Pulling fs layer [2020-10-22T00:54:48.417Z] 01666e4c0597: Pulling fs layer [2020-10-22T00:54:48.417Z] aa168da1d23b: Pulling fs layer [2020-10-22T00:54:48.417Z] 93b9cdb0e59b: Waiting [2020-10-22T00:54:48.417Z] 01666e4c0597: Waiting [2020-10-22T00:54:48.417Z] 5e14af77c1be: Waiting [2020-10-22T00:54:48.417Z] aa168da1d23b: Waiting [2020-10-22T00:54:48.417Z] 93b61091891f: Waiting [2020-10-22T00:54:48.417Z] 46f8f816bc3b: Verifying Checksum [2020-10-22T00:54:48.417Z] 46f8f816bc3b: Download complete [2020-10-22T00:54:48.417Z] 36b3adc4ff6f: Download complete [2020-10-22T00:54:48.417Z] 93b9cdb0e59b: Download complete [2020-10-22T00:54:48.417Z] 5e14af77c1be: Download complete [2020-10-22T00:54:48.417Z] 01666e4c0597: Verifying Checksum [2020-10-22T00:54:48.417Z] 01666e4c0597: Download complete [2020-10-22T00:54:48.774Z] 93b61091891f: Verifying Checksum [2020-10-22T00:54:48.774Z] 93b61091891f: Download complete [2020-10-22T00:54:48.774Z] 36b3adc4ff6f: Pull complete [2020-10-22T00:54:49.432Z] 8ad3a11d3b57: Download complete [2020-10-22T00:54:50.117Z] 8ad3a11d3b57: Pull complete [2020-10-22T00:54:50.117Z] 46f8f816bc3b: Pull complete [2020-10-22T00:54:50.703Z] 93b61091891f: Pull complete [2020-10-22T00:54:51.284Z] aa168da1d23b: Download complete [2020-10-22T00:54:53.207Z] 93b9cdb0e59b: Pull complete [2020-10-22T00:54:53.207Z] 5e14af77c1be: Pull complete [2020-10-22T00:54:53.471Z] 01666e4c0597: Pull complete [2020-10-22T00:55:08.874Z] aa168da1d23b: Pull complete [2020-10-22T00:55:08.874Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-22T00:55:08.874Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T00:55:08.874Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-22T00:55:09.096Z] prd-centos7-docker-4c-2g-7626 does not seem to be running inside a container [2020-10-22T00:55:09.160Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-22T00:55:11.953Z] $ docker top 4cdbc64d45ad07ad45d33e9c4e50e801feb8aa96783830918c1f9b26d7117097 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T00:55:12.494Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-22T00:55:12.798Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-22T00:55:13.098Z] + ls /var/log/sa-host [2020-10-22T00:55:13.098Z] + sadf -c /var/log/sa-host/sa05 [2020-10-22T00:55:13.098Z] file_magic: OK [2020-10-22T00:55:13.098Z] HZ: Using current value: 100 [2020-10-22T00:55:13.098Z] file_header: OK [2020-10-22T00:55:13.098Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-22T00:55:13.098Z] Statistics: [2020-10-22T00:55:13.098Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-22T00:55:13.098Z] File successfully converted to sysstat format version 12.2.1 [2020-10-22T00:55:13.098Z] + sadf -c /var/log/sa-host/sa22 [2020-10-22T00:55:13.098Z] file_magic: OK [2020-10-22T00:55:13.098Z] HZ: Using current value: 100 [2020-10-22T00:55:13.098Z] file_header: OK [2020-10-22T00:55:13.098Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-22T00:55:13.098Z] Statistics: [2020-10-22T00:55:13.098Z] 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... [2020-10-22T00:55:13.098Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-22T00:55:13.382Z] provisioning config files... [2020-10-22T00:55:13.416Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config1261014358601453004tmp [Pipeline] { [Pipeline] echo [2020-10-22T00:55:13.537Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T00:55:13.841Z] ---> create-netrc.sh [Pipeline] } [2020-10-22T00:55:13.860Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-22T00:55:13.980Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T00:55:14.337Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-22T00:55:14.351Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T00:55:14.654Z] ---> sudo-logs.sh [2020-10-22T00:55:14.654Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-22T00:55:14.666Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T00:55:14.965Z] ---> job-cost.sh [2020-10-22T00:55:14.965Z] lf-activate-venv: SKIPPING [2020-10-22T00:55:14.965Z] INFO: No Stack... [2020-10-22T00:55:16.358Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-22T00:55:16.622Z] INFO: Archiving Costs [Pipeline] echo [2020-10-22T00:55:16.636Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T00:55:16.934Z] ---> logs-deploy.sh [2020-10-22T00:55:16.935Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2822/3 [2020-10-22T00:55:16.935Z] INFO: archiving workspace using pattern(s): [2020-10-22T00:55:18.323Z] Archives upload complete. [2020-10-22T00:55:18.323Z] INFO: archiving logs to Nexus