I have a service in App Engine with standard environment that needs to be migrated to a flexible environment. Even with --verbosity=debug this is the only log referencing the error
ERROR: (gcloud.app.deploy) Error Response: [13] An internal error occurred.
To discard any problem with my app I tried following the Quickstart guide and this is the output
DEBUG: No bucket specified, retrieving default bucket.
DEBUG: Using bucket [gs://staging.hello-world-app.appspot.com].
DEBUG: Service [appengineflex.googleapis.com] is already enabled for project [hello-world-app]
Beginning deployment of service [test]...
DEBUG: Skipping upload of [app.yaml]
INFO: Incremental upload skipped 100.0% of data
DEBUG: Skipping upload of [main.py]
INFO: Incremental upload skipped 100.0% of data
DEBUG: Skipping upload of [main_test.py]
INFO: Incremental upload skipped 100.0% of data
DEBUG: Skipping upload of [noxfile_config.py]
INFO: Incremental upload skipped 100.0% of data
DEBUG: Skipping upload of [requirements-test.txt]
INFO: Incremental upload skipped 100.0% of data
DEBUG: Skipping upload of [requirements.txt]
INFO: Incremental upload skipped 100.0% of data
DEBUG: Skipping upload of [source-context.json]
INFO: Incremental upload skipped 100.0% of data
DEBUG: Uploading 0 files to Google Cloud Storage
DEBUG: Using [16] threads
╔════════════════════════════════════════════════════════════╗
╠═ Uploading 0 files to Google Cloud Storage ═╣
╚════════════════════════════════════════════════════════════╝
File upload done.
INFO: Manifest: [{'app.yaml': {'sourceUrl': 'https://storage.googleapis.com/staging.hello-world-app.appspot.com/880a7b6238b063668f3671ceee5fd3ee5aca9130', 'sha1Sum': '880a7b6238b063668f3671ceee5fd3ee5aca9130'}, 'main.py': {'sourceUrl': 'https://storage.googleapis.com/staging.hello-world-app.appspot.com/94e64d1ac36fbb74e785652bee63146c04cccec8', 'sha1Sum': '94e64d1ac36fbb74e785652bee63146c04cccec8'}, 'main_test.py': {'sourceUrl': 'https://storage.googleapis.com/staging.hello-world-app.appspot.com/cc7161e887f0d4b6f333e0b02d9e93fb5ead9d3f', 'sha1Sum': 'cc7161e887f0d4b6f333e0b02d9e93fb5ead9d3f'}, 'noxfile_config.py': {'sourceUrl': 'https://storage.googleapis.com/staging.hello-world-app.appspot.com/f343918fbb5ed41c0ae0496edb2f8bf6b775fb12', 'sha1Sum': 'f343918fbb5ed41c0ae0496edb2f8bf6b775fb12'}, 'requirements-test.txt': {'sourceUrl': 'https://storage.googleapis.com/staging.hello-world-app.appspot.com/c8c5216165141ce36e922c368e117da7cb7d5ef9', 'sha1Sum': 'c8c5216165141ce36e922c368e117da7cb7d5ef9'}, 'requirements.txt': {'sourceUrl': 'https://storage.googleapis.com/staging.hello-world-app.appspot.com/de22c85fa0b21fbbf933bb4a9548acade797964b', 'sha1Sum': 'de22c85fa0b21fbbf933bb4a9548acade797964b'}, 'source-context.json': {'sourceUrl': 'https://storage.googleapis.com/staging.hello-world-app.appspot.com/b41fb242fbd7afa782f5bc730011d08f191093a2', 'sha1Sum': 'b41fb242fbd7afa782f5bc730011d08f191093a2'}}]
DEBUG: Converted YAML to JSON: "{
"betaSettings": {
"module_yaml_path": "app.yaml",
"vm_runtime": "python"
},
"entrypoint": {
"shell": "gunicorn -b :$PORT main:app"
},
"env": "flex",
"flexibleRuntimeSettings": {
"operatingSystem": "ubuntu22"
},
"handlers": [
{
"script": {
"scriptPath": "PLACEHOLDER"
},
"urlRegex": ".*"
}
],
"manualScaling": {
"instances": 1
},
"resources": {
"cpu": 1.0,
"diskGb": 10,
"memoryGb": 0.5
},
"runtime": "vm"
}"
DEBUG: Operation [apps/hello-world-app/operations/f7e89454-9d15-4b83-a93e-3540a41b90b6] not complete. Waiting to retry.
Updating service [test] (this may take several minutes)...⠧DEBUG: Operation [apps/hello-world-app/operations/f7e89454-9d15-4b83-a93e-3540a41b90b6] not complete. Waiting to retry.
Updating service [test] (this may take several minutes)...done.
DEBUG: GCS logfile url is https://storage.googleapis.com/staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 416 164
DEBUG: Reading GCS logfile: 416 (no new content; keep polling)
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 206 204
DEBUG: Reading GCS logfile: 206 (read 204 bytes)
---------------------------------------------------- REMOTE BUILD OUTPUT ----------------------------------------------------
starting build "8765677e-47a9-4dda-9203-e884067cc939"
FETCHSOURCE
BUILD
Starting Step #0 - "fetch"
Step #0 - "fetch": Pulling image: eu.gcr.io/gae-runtimes/utilities/gcs-fetcher:base_20230730_18_04_RC00
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 206 405
DEBUG: Reading GCS logfile: 206 (read 405 bytes)
Step #0 - "fetch": base_20230730_18_04_RC00: Pulling from gae-runtimes/utilities/gcs-fetcher
Step #0 - "fetch": Digest: sha256:70f8eebb5465cd191937323e2494f770e7196296c707993902f9efbe4b5b6349
Step #0 - "fetch": Status: Downloaded newer image for eu.gcr.io/gae-runtimes/utilities/gcs-fetcher:base_20230730_18_04_RC00
Step #0 - "fetch": eu.gcr.io/gae-runtimes/utilities/gcs-fetcher:base_20230730_18_04_RC00
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 206 130
DEBUG: Reading GCS logfile: 206 (read 130 bytes)
Step #0 - "fetch": Fetching manifest gs://staging.hello-world-app.appspot.com/ae/f7e89454-9d15-4b83-a93e-3540a41b90b6/manifest.json.
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 206 1436
DEBUG: Reading GCS logfile: 206 (read 1436 bytes)
Step #0 - "fetch": Processing 7 files.
Step #0 - "fetch": ******************************************************
Step #0 - "fetch": Status: SUCCESS
Step #0 - "fetch": Started: 2023-09-06T16:17:17Z
Step #0 - "fetch": Completed: 2023-09-06T16:17:19Z
Step #0 - "fetch": Requested workers: 200
Step #0 - "fetch": Actual workers: 7
Step #0 - "fetch": Total files: 7
Step #0 - "fetch": Total retries: 0
Step #0 - "fetch": GCS timeouts: 0
Step #0 - "fetch": MiB downloaded: 0.00 MiB
Step #0 - "fetch": MiB/s throughput: 0.01 MiB/s
Step #0 - "fetch": Time for manifest: 668.49 ms
Step #0 - "fetch": Total time: 1.36 s
Step #0 - "fetch": ******************************************************
Finished Step #0 - "fetch"
Starting Step #1 - "pre-buildpack"
Step #1 - "pre-buildpack": Pulling image: eu.gcr.io/gae-runtimes/utilities/buildpack-shim:base_20230730_18_04_RC00
Step #1 - "pre-buildpack": base_20230730_18_04_RC00: Pulling from gae-runtimes/utilities/buildpack-shim
Step #1 - "pre-buildpack": Digest: sha256:8e46302c63d5ba28a947bdd490b5d65b5f2634966215b226ee2feb8e66901f99
Step #1 - "pre-buildpack": Status: Downloaded newer image for eu.gcr.io/gae-runtimes/utilities/buildpack-shim:base_20230730_18_04_RC00
Step #1 - "pre-buildpack": eu.gcr.io/gae-runtimes/utilities/buildpack-shim:base_20230730_18_04_RC00
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 206 1260
DEBUG: Reading GCS logfile: 206 (read 1260 bytes)
Step #1 - "pre-buildpack": Preparing directory /layers
Step #1 - "pre-buildpack": Preparing directory /workspace
Step #1 - "pre-buildpack": Preparing directory /builder/home
Step #1 - "pre-buildpack": Preparing directory /builder/outputs
Step #1 - "pre-buildpack": Preparing directory /platform/env
Step #1 - "pre-buildpack": Passing build environment variable BUILDER_OUTPUT to buildpacks
Step #1 - "pre-buildpack": Passing build environment variable GOOGLE_DEBUG to buildpacks
Step #1 - "pre-buildpack": Passing build environment variable GOOGLE_RUNTIME to buildpacks
Step #1 - "pre-buildpack": Passing build environment variable GOOGLE_LABEL_BUILDER_VERSION to buildpacks
Step #1 - "pre-buildpack": Passing build environment variable GOOGLE_LABEL_BUILDER_IMAGE to buildpacks
Step #1 - "pre-buildpack": Passing build environment variable GOOGLE_LABEL_RUN_IMAGE to buildpacks
Step #1 - "pre-buildpack": Passing build environment variable GAE_APPLICATION_YAML_PATH to buildpacks
Step #1 - "pre-buildpack": Passing build environment variable X_GOOGLE_TARGET_PLATFORM to buildpacks
Finished Step #1 - "pre-buildpack"
Starting Step #2 - "build"
Step #2 - "build": Pulling image: eu.gcr.io/gae-runtimes/buildpacks/google-gae-22/python/builder:python_20230807_RC00
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 206 1998
DEBUG: Reading GCS logfile: 206 (read 1998 bytes)
Step #2 - "build": python_20230807_RC00: Pulling from gae-runtimes/buildpacks/google-gae-22/python/builder
Step #2 - "build": 9d19ee268e0d: Already exists
Step #2 - "build": 44edad6f9120: Already exists
Step #2 - "build": e8637ab834d9: Already exists
Step #2 - "build": bd1fc66895d4: Pulling fs layer
Step #2 - "build": 2740d1696f2b: Pulling fs layer
Step #2 - "build": dfdb685f5ad7: Pulling fs layer
Step #2 - "build": fb1f5d181114: Pulling fs layer
Step #2 - "build": 06f428a8446f: Pulling fs layer
Step #2 - "build": 7226e0a144b2: Pulling fs layer
Step #2 - "build": f763243f0577: Pulling fs layer
Step #2 - "build": ef063d1da609: Pulling fs layer
Step #2 - "build": cacbe4814471: Pulling fs layer
Step #2 - "build": e472f5cbba9a: Pulling fs layer
Step #2 - "build": 5d38277a0a06: Pulling fs layer
Step #2 - "build": a1fcbbe6ee11: Pulling fs layer
Step #2 - "build": 904ea9b19fa5: Pulling fs layer
Step #2 - "build": 90b838c89033: Pulling fs layer
Step #2 - "build": a73e94ee0799: Pulling fs layer
Step #2 - "build": 82b43d6bc9c1: Pulling fs layer
Step #2 - "build": 08851627c784: Pulling fs layer
Step #2 - "build": a081025bea68: Pulling fs layer
Step #2 - "build": 9da0c55b4d56: Pulling fs layer
Step #2 - "build": 34ce8ba30961: Pulling fs layer
Step #2 - "build": 4f4fb700ef54: Pulling fs layer
Step #2 - "build": a1fcbbe6ee11: Waiting
Step #2 - "build": fb1f5d181114: Waiting
Step #2 - "build": 06f428a8446f: Waiting
Step #2 - "build": 7226e0a144b2: Waiting
Step #2 - "build": f763243f0577: Waiting
Step #2 - "build": ef063d1da609: Waiting
Step #2 - "build": cacbe4814471: Waiting
Step #2 - "build": e472f5cbba9a: Waiting
Step #2 - "build": 5d38277a0a06: Waiting
Step #2 - "build": 904ea9b19fa5: Waiting
Step #2 - "build": 90b838c89033: Waiting
Step #2 - "build": a73e94ee0799: Waiting
Step #2 - "build": 82b43d6bc9c1: Waiting
Step #2 - "build": 08851627c784: Waiting
Step #2 - "build": 9da0c55b4d56: Waiting
Step #2 - "build": 34ce8ba30961: Waiting
Step #2 - "build": 4f4fb700ef54: Waiting
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 206 103
DEBUG: Reading GCS logfile: 206 (read 103 bytes)
Step #2 - "build": bd1fc66895d4: Download complete
Step #2 - "build": 2740d1696f2b: Verifying Checksum
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 206 98
DEBUG: Reading GCS logfile: 206 (read 98 bytes)
Step #2 - "build": 2740d1696f2b: Download complete
Step #2 - "build": bd1fc66895d4: Pull complete
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 206 946
DEBUG: Reading GCS logfile: 206 (read 946 bytes)
Step #2 - "build": 2740d1696f2b: Pull complete
Step #2 - "build": dfdb685f5ad7: Download complete
Step #2 - "build": dfdb685f5ad7: Pull complete
Step #2 - "build": fb1f5d181114: Verifying Checksum
Step #2 - "build": fb1f5d181114: Download complete
Step #2 - "build": 06f428a8446f: Verifying Checksum
Step #2 - "build": 06f428a8446f: Download complete
Step #2 - "build": fb1f5d181114: Pull complete
Step #2 - "build": 06f428a8446f: Pull complete
Step #2 - "build": 7226e0a144b2: Download complete
Step #2 - "build": f763243f0577: Verifying Checksum
Step #2 - "build": f763243f0577: Download complete
Step #2 - "build": ef063d1da609: Verifying Checksum
Step #2 - "build": ef063d1da609: Download complete
Step #2 - "build": 7226e0a144b2: Pull complete
Step #2 - "build": f763243f0577: Pull complete
Step #2 - "build": ef063d1da609: Pull complete
Step #2 - "build": cacbe4814471: Verifying Checksum
Step #2 - "build": cacbe4814471: Download complete
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 206 295
DEBUG: Reading GCS logfile: 206 (read 295 bytes)
Step #2 - "build": e472f5cbba9a: Verifying Checksum
Step #2 - "build": e472f5cbba9a: Download complete
Step #2 - "build": 5d38277a0a06: Download complete
Step #2 - "build": cacbe4814471: Pull complete
Step #2 - "build": e472f5cbba9a: Pull complete
Step #2 - "build": 5d38277a0a06: Pull complete
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 206 450
DEBUG: Reading GCS logfile: 206 (read 450 bytes)
Step #2 - "build": a1fcbbe6ee11: Verifying Checksum
Step #2 - "build": a1fcbbe6ee11: Download complete
Step #2 - "build": 90b838c89033: Verifying Checksum
Step #2 - "build": 90b838c89033: Download complete
Step #2 - "build": 904ea9b19fa5: Verifying Checksum
Step #2 - "build": 904ea9b19fa5: Download complete
Step #2 - "build": a1fcbbe6ee11: Pull complete
Step #2 - "build": 904ea9b19fa5: Pull complete
Step #2 - "build": 90b838c89033: Pull complete
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 206 51
DEBUG: Reading GCS logfile: 206 (read 51 bytes)
Step #2 - "build": 08851627c784: Download complete
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 206 553
DEBUG: Reading GCS logfile: 206 (read 553 bytes)
Step #2 - "build": 82b43d6bc9c1: Verifying Checksum
Step #2 - "build": 82b43d6bc9c1: Download complete
Step #2 - "build": a73e94ee0799: Verifying Checksum
Step #2 - "build": a73e94ee0799: Download complete
Step #2 - "build": a73e94ee0799: Pull complete
Step #2 - "build": 82b43d6bc9c1: Pull complete
Step #2 - "build": 08851627c784: Pull complete
Step #2 - "build": 9da0c55b4d56: Verifying Checksum
Step #2 - "build": 9da0c55b4d56: Download complete
Step #2 - "build": 34ce8ba30961: Verifying Checksum
Step #2 - "build": 34ce8ba30961: Download complete
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 206 52
DEBUG: Reading GCS logfile: 206 (read 52 bytes)
Step #2 - "build": 4f4fb700ef54: Verifying Checksum
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 206 741
DEBUG: Reading GCS logfile: 206 (read 741 bytes)
Step #2 - "build": 4f4fb700ef54: Download complete
Step #2 - "build": a081025bea68: Download complete
Step #2 - "build": a081025bea68: Pull complete
Step #2 - "build": 9da0c55b4d56: Pull complete
Step #2 - "build": 34ce8ba30961: Pull complete
Step #2 - "build": 4f4fb700ef54: Pull complete
Step #2 - "build": Digest: sha256:30e02c1919f595e0ec3bff68cd9cd940c25d37baec33ba46d8611628bfc0dc70
Step #2 - "build": Status: Downloaded newer image for eu.gcr.io/gae-runtimes/buildpacks/google-gae-22/python/builder:python_20230807_RC00
Step #2 - "build": eu.gcr.io/gae-runtimes/buildpacks/google-gae-22/python/builder:python_20230807_RC00
Step #2 - "build": Warning: No cached data will be used, no cache specified.
Step #2 - "build": ===> ANALYZING
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 416 167
DEBUG: Reading GCS logfile: 416 (no new content; keep polling)
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 206 138
DEBUG: Reading GCS logfile: 206 (read 138 bytes)
Step #2 - "build": Image with name "eu.gcr.io/hello-world-app/appengine/test.20230906t181553:f7e89454-9d15-4b83-a93e-3540a41b90b6" not found
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 206 1031
DEBUG: Reading GCS logfile: 206 (read 1031 bytes)
Step #2 - "build": ===> DETECTING
Step #2 - "build": 5 of 6 buildpacks participating
Step #2 - "build": google.config.flex 0.9.1
Step #2 - "build": google.python.runtime 0.9.1
Step #2 - "build": google.python.pip 0.9.2
Step #2 - "build": google.config.entrypoint 0.9.0
Step #2 - "build": google.utils.label-image 0.0.2
Step #2 - "build": ===> RESTORING
Step #2 - "build": Skipping buildpack layer analysis
Step #2 - "build": ===> BUILDING
Step #2 - "build": === Config - Flex (google.config.flex@0.9.1) ===
Step #2 - "build": === Python - Runtime (google.python.runtime@0.9.1) ===
Step #2 - "build": layers path: /layers/google.python.runtime/python
Step #2 - "build": Python version not specified, using the latest available version.
Step #2 - "build": 2023/09/06 16:17:35 [DEBUG] GET https://dl.google.com/runtimes/ubuntu2204/python/version.json
Step #2 - "build": Installing Python v3.11.5.
Step #2 - "build": 2023/09/06 16:17:35 [DEBUG] GET https://dl.google.com/runtimes/ubuntu2204/python/python-3.11.5.tar.gz
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 416 167
DEBUG: Reading GCS logfile: 416 (no new content; keep polling)
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 416 167
DEBUG: Reading GCS logfile: 416 (no new content; keep polling)
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 416 167
DEBUG: Reading GCS logfile: 416 (no new content; keep polling)
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 416 167
DEBUG: Reading GCS logfile: 416 (no new content; keep polling)
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 206 58501
DEBUG: Reading GCS logfile: 206 (read 58501 bytes)
Step #2 - "build": --------------------------------------------------------------------------------
Step #2 - "build": Running "/layers/google.python.runtime/python/bin/python3 -m sysconfig"
Step #2 - "build": Platform: "linux-x86_64"
Step #2 - "build": Python version: "3.11"
Step #2 - "build": Current installation scheme: "posix_prefix"
Step #2 - "build":
Step #2 - "build": Paths:
Step #2 - "build": data = "/layers/google.python.runtime/python"
Step #2 - "build": include = "/layers/google.python.runtime/python/include/python3.11"
Step #2 - "build": platinclude = "/layers/google.python.runtime/python/include/python3.11"
Step #2 - "build": platlib = "/layers/google.python.runtime/python/lib/python3.11/site-packages"
Step #2 - "build": platstdlib = "/layers/google.python.runtime/python/lib/python3.11"
Step #2 - "build": purelib = "/layers/google.python.runtime/python/lib/python3.11/site-packages"
Step #2 - "build": scripts = "/layers/google.python.runtime/python/bin"
Step #2 - "build": stdlib = "/layers/google.python.runtime/python/lib/python3.11"
Step #2 - "build":
Step #2 - "build": Variables:
Step #2 - "build": ABIFLAGS = ""
Step #2 - "build": AC_APPLE_UNIVERSAL_BUILD = "0"
Step #2 - "build": AIX_BUILDDATE = "0"
Step #2 - "build": AIX_GENUINE_CPLUSPLUS = "0"
Step #2 - "build": ALIGNOF_LONG = "8"
Step #2 - "build": ALIGNOF_SIZE_T = "8"
Step #2 - "build": ALT_SOABI = "0"
Step #2 - "build": ANDROID_API_LEVEL = "0"
Step #2 - "build": AR = "x86_64-linux-gnu-gcc-ar"
Step #2 - "build": ARFLAGS = "rcs"
Step #2 - "build": BASECFLAGS = ""
Step #2 - "build": BASECPPFLAGS = ""
Step #2 - "build": BASEMODLIBS = ""
Step #2 - "build": BINDIR = "/opt/python3.11/bin"
Step #2 - "build": BINLIBDEST = "/opt/python3.11/lib/python3.11"
Step #2 - "build": BLDLIBRARY = "libpython3.11.a"
Step #2 - "build": BLDSHARED = "x86_64-linux-gnu-gcc -shared -Wl,-z,relro"
Step #2 - "build": BOOTSTRAP_HEADERS = "\"
Step #2 - "build": BUILDEXE = ""
Step #2 - "build": BUILDPYTHON = "python"
Step #2 - "build": BUILD_GNU_TYPE = "x86_64-pc-linux-gnu"
Step #2 - "build": BYTESTR_DEPS = "\"
Step #2 - "build": CC = "x86_64-linux-gnu-gcc"
Step #2 - "build": CCSHARED = "-fPIC"
Step #2 - "build": CFLAGS = "-DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -g -Wformat -Werror=format-security"
Step #2 - "build": CFLAGSFORSHARED = ""
Step #2 - "build": CFLAGS_ALIASING = ""
Step #2 - "build": CONFIGFILES = "configure configure.ac acconfig.h pyconfig.h.in Makefile.pre.in"
Step #2 - "build": CONFIGURE_CFLAGS = "-fstack-protector-strong -g -Wformat -Werror=format-security"
Step #2 - "build": CONFIGURE_CFLAGS_NODIST = "-fno-semantic-interposition -std=c11 -Werror=implicit-function-declaration -fvisibility=hidden"
Step #2 - "build": CONFIGURE_CPPFLAGS = "-D_FORTIFY_SOURCE=2 -Wdate-time"
Step #2 - "build": CONFIGURE_LDFLAGS = "-Wl,-z,relro"
Step #2 - "build": CONFIGURE_LDFLAGS_NODIST = "-fno-semantic-interposition"
Step #2 - "build": CONFIGURE_LDFLAGS_NOLTO = ""
Step #2 - "build": CONFIG_ARGS = "'--enable-ipv6' '--enable-loadable-sqlite-extensions' '--enable-optimizations' '--prefix=/opt/python3.11' '--with-dbmliborder=bdb:gdbm' '--with-computed-gotos' '--with-system-expat' '--with-system-ffi' '--with-system-libmpdec' 'AR=x86_64-linux-gnu-gcc-ar' 'CC=x86_64-linux-gnu-gcc' 'CFLAGS=-fstack-protector-strong -g -Wformat -Werror=format-security' 'CPPFLAGS=-D_FORTIFY_SOURCE=2 -Wdate-time' 'CXX=x86_64-linux-gnu-g++' 'LDFLAGS=-Wl,-z,relro' 'RANLIB=x86_64-linux-gnu-gcc-ranlib'"
Step #2 - "build": CONFINCLUDEDIR = "/opt/python3.11/include"
Step #2 - "build": CONFINCLUDEPY = "/opt/python3.11/include/python3.11"
Step #2 - "build": COREPYTHONPATH = ""
Step #2 - "build": COVERAGE_INFO = "/tmp/python1211562697/Python-3.11.5/coverage.info"
Step #2 - "build": COVERAGE_LCOV_OPTIONS = "--rc lcov_branch_coverage=1"
Step #2 - "build": COVERAGE_REPORT = "/tmp/python1211562697/Python-3.11.5/lcov-report"
Step #2 - "build": COVERAGE_REPORT_OPTIONS = "--rc lcov_branch_coverage=1 --branch-coverage --title "CPython 3.11 LCOV report [commit $(shell )]""
Step #2 - "build": CPPFLAGS = "-I. -I./Include -D_FORTIFY_SOURCE=2 -Wdate-time"
Step #2 - "build": CXX = "x86_64-linux-gnu-g++"
Step #2 - "build": DECIMAL_CFLAGS = "-DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1"
Step #2 - "build": DECIMAL_LDFLAGS = "-lmpdec"
Step #2 - "build": DEEPFREEZE_DEPS = "./Tools/scripts/deepfreeze.py _bootstrap_python ./Programs/_freeze_module.py \"
Step #2 - "build": DEEPFREEZE_OBJS = "Python/deepfreeze/deepfreeze.o"
Step #2 - "build": DESTDIRS = "/opt/python3.11 /opt/python3.11/lib /opt/python3.11/lib/python3.11 /opt/python3.11/lib/python3.11/lib-dynload"
Step #2 - "build": DESTLIB = "/opt/python3.11/lib/python3.11"
Step #2 - "build": DESTPATH = ""
Step #2 - "build": DESTSHARED = "/opt/python3.11/lib/python3.11/lib-dynload"
Step #2 - "build": DFLAGS = ""
Step #2 - "build": DIRMODE = "755"
Step #2 - "build": DIST = "README.rst ChangeLog configure configure.ac acconfig.h pyconfig.h.in Makefile.pre.in Include Lib Misc Ext-dummy"
Step #2 - "build": DISTDIRS = "Include Lib Misc Ext-dummy"
Step #2 - "build": DISTFILES = "README.rst ChangeLog configure configure.ac acconfig.h pyconfig.h.in Makefile.pre.in"
Step #2 - "build": DLINCLDIR = "."
Step #2 - "build": DLLLIBRARY = ""
Step #2 - "build": DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754 = "0"
Step #2 - "build": DOUBLE_IS_BIG_ENDIAN_IEEE754 = "0"
Step #2 - "build": DOUBLE_IS_LITTLE_ENDIAN_IEEE754 = "1"
Step #2 - "build": DTRACE = ""
Step #2 - "build": DTRACE_DEPS = "\"
Step #2 - "build": DTRACE_HEADERS = ""
Step #2 - "build": DTRACE_OBJS = ""
Step #2 - "build": DYNLOADFILE = "dynload_shlib.o"
Step #2 - "build": ENABLE_IPV6 = "1"
Step #2 - "build": ENSUREPIP = "upgrade"
Step #2 - "build": EXE = ""
Step #2 - "build": EXEMODE = "755"
Step #2 - "build": EXPAT_CFLAGS = ""
Step #2 - "build": EXPAT_LDFLAGS = "-lexpat"
Step #2 - "build": EXPORTSFROM = ""
Step #2 - "build": EXPORTSYMS = ""
Step #2 - "build": EXTRATESTOPTS = ""
Step #2 - "build": EXTRA_CFLAGS = ""
Step #2 - "build": EXT_SUFFIX = ".cpython-311-x86_64-linux-gnu.so"
Step #2 - "build": FILEMODE = "644"
Step #2 - "build": FLOAT_WORDS_BIGENDIAN = "0"
Step #2 - "build": FREEZE_MODULE = "./_bootstrap_python ./Programs/_freeze_module.py"
Step #2 - "build": FREEZE_MODULE_BOOTSTRAP = "./Programs/_freeze_module"
Step #2 - "build": FREEZE_MODULE_BOOTSTRAP_DEPS = "Programs/_freeze_module"
Step #2 - "build": FREEZE_MODULE_DEPS = "_bootstrap_python ./Programs/_freeze_module.py"
Step #2 - "build": FROZEN_FILES_IN = "\"
Step #2 - "build": FROZEN_FILES_OUT = "\"
Step #2 - "build": GETPGRP_HAVE_ARG = "0"
Step #2 - "build": GITBRANCH = ""
Step #2 - "build": GITTAG = ""
Step #2 - "build": GITVERSION = ""
Step #2 - "build": GNULD = "yes"
Step #2 - "build": HAVE_ACCEPT = "1"
Step #2 - "build": HAVE_ACCEPT4 = "1"
Step #2 - "build": HAVE_ACOSH = "1"
Step #2 - "build": HAVE_ADDRINFO = "1"
Step #2 - "build": HAVE_ALARM = "1"
Step #2 - "build": HAVE_ALIGNED_REQUIRED = "0"
Step #2 - "build": HAVE_ALLOCA_H = "1"
Step #2 - "build": HAVE_ALTZONE = "0"
Step #2 - "build": HAVE_ASINH = "1"
Step #2 - "build": HAVE_ASM_TYPES_H = "1"
Step #2 - "build": HAVE_ATANH = "1"
Step #2 - "build": HAVE_BIND = "1"
Step #2 - "build": HAVE_BIND_TEXTDOMAIN_CODESET = "1"
Step #2 - "build": HAVE_BLUETOOTH_BLUETOOTH_H = "0"
Step #2 - "build": HAVE_BLUETOOTH_H = "0"
Step #2 - "build": HAVE_BROKEN_MBSTOWCS = "0"
Step #2 - "build": HAVE_BROKEN_NICE = "0"
Step #2 - "build": HAVE_BROKEN_PIPE_BUF = "0"
Step #2 - "build": HAVE_BROKEN_POLL = "0"
Step #2 - "build": HAVE_BROKEN_POSIX_SEMAPHORES = "0"
Step #2 - "build": HAVE_BROKEN_PTHREAD_SIGMASK = "0"
Step #2 - "build": HAVE_BROKEN_SEM_GETVALUE = "0"
Step #2 - "build": HAVE_BROKEN_UNSETENV = "0"
Step #2 - "build": HAVE_BUILTIN_ATOMIC = "1"
Step #2 - "build": HAVE_BZLIB_H = "1"
Step #2 - "build": HAVE_CHFLAGS = "0"
Step #2 - "build": HAVE_CHMOD = "1"
Step #2 - "build": HAVE_CHOWN = "1"
Step #2 - "build": HAVE_CHROOT = "1"
Step #2 - "build": HAVE_CLOCK = "1"
Step #2 - "build": HAVE_CLOCK_GETRES = "1"
Step #2 - "build": HAVE_CLOCK_GETTIME = "1"
Step #2 - "build": HAVE_CLOCK_NANOSLEEP = "1"
Step #2 - "build": HAVE_CLOCK_SETTIME = "1"
Step #2 - "build": HAVE_CLOSE_RANGE = "1"
Step #2 - "build": HAVE_COMPUTED_GOTOS = "1"
Step #2 - "build": HAVE_CONFSTR = "1"
Step #2 - "build": HAVE_CONIO_H = "0"
Step #2 - "build": HAVE_CONNECT = "1"
Step #2 - "build": HAVE_COPY_FILE_RANGE = "1"
Step #2 - "build": HAVE_CRYPT_H = "1"
Step #2 - "build": HAVE_CRYPT_R = "1"
Step #2 - "build": HAVE_CTERMID = "1"
Step #2 - "build": HAVE_CTERMID_R = "0"
Step #2 - "build": HAVE_CURSES_FILTER = "1"
Step #2 - "build": HAVE_CURSES_H = "1"
Step #2 - "build": HAVE_CURSES_HAS_KEY = "1"
Step #2 - "build": HAVE_CURSES_IMMEDOK = "1"
Step #2 - "build": HAVE_CURSES_IS_PAD = "1"
Step #2 - "build": HAVE_CURSES_IS_TERM_RESIZED = "1"
Step #2 - "build": HAVE_CURSES_RESIZETERM = "1"
Step #2 - "build": HAVE_CURSES_RESIZE_TERM = "1"
Step #2 - "build": HAVE_CURSES_SYNCOK = "1"
Step #2 - "build": HAVE_CURSES_TYPEAHEAD = "1"
Step #2 - "build": HAVE_CURSES_USE_ENV = "1"
Step #2 - "build": HAVE_CURSES_WCHGAT = "1"
Step #2 - "build": HAVE_DB_H = "1"
Step #2 - "build": HAVE_DECL_RTLD_DEEPBIND = "1"
Step #2 - "build": HAVE_DECL_RTLD_GLOBAL = "1"
Step #2 - "build": HAVE_DECL_RTLD_LAZY = "1"
Step #2 - "build": HAVE_DECL_RTLD_LOCAL = "1"
Step #2 - "build": HAVE_DECL_RTLD_MEMBER = "0"
Step #2 - "build": HAVE_DECL_RTLD_NODELETE = "1"
Step #2 - "build": HAVE_DECL_RTLD_NOLOAD = "1"
Step #2 - "build": HAVE_DECL_RTLD_NOW = "1"
Step #2 - "build": HAVE_DECL_TZNAME = "0"
Step #2 - "build": HAVE_DEVICE_MACROS = "1"
Step #2 - "build": HAVE_DEV_PTC = "0"
Step #2 - "build": HAVE_DEV_PTMX = "1"
Step #2 - "build": HAVE_DIRECT_H = "0"
Step #2 - "build": HAVE_DIRENT_D_TYPE = "1"
Step #2 - "build": HAVE_DIRENT_H = "1"
Step #2 - "build": HAVE_DIRFD = "1"
Step #2 - "build": HAVE_DLFCN_H = "1"
Step #2 - "build": HAVE_DLOPEN = "1"
Step #2 - "build": HAVE_DUP = "1"
Step #2 - "build": HAVE_DUP2 = "1"
Step #2 - "build": HAVE_DUP3 = "1"
Step #2 - "build": HAVE_DYLD_SHARED_CACHE_CONTAINS_PATH = "0"
Step #2 - "build": HAVE_DYNAMIC_LOADING = "1"
Step #2 - "build": HAVE_ENDIAN_H = "1"
Step #2 - "build": HAVE_EPOLL = "1"
Step #2 - "build": HAVE_EPOLL_CREATE1 = "1"
Step #2 - "build": HAVE_ERF = "1"
Step #2 - "build": HAVE_ERFC = "1"
Step #2 - "build": HAVE_ERRNO_H = "1"
Step #2 - "build": HAVE_EVENTFD = "1"
Step #2 - "build": HAVE_EXECV = "1"
Step #2 - "build": HAVE_EXPLICIT_BZERO = "1"
Step #2 - "build": HAVE_EXPLICIT_MEMSET = "0"
Step #2 - "build": HAVE_EXPM1 = "1"
Step #2 - "build": HAVE_FACCESSAT = "1"
Step #2 - "build": HAVE_FCHDIR = "1"
Step #2 - "build": HAVE_FCHMOD = "1"
Step #2 - "build": HAVE_FCHMODAT = "1"
Step #2 - "build": HAVE_FCHOWN = "1"
Step #2 - "build": HAVE_FCHOWNAT = "1"
Step #2 - "build": HAVE_FCNTL_H = "1"
Step #2 - "build": HAVE_FDATASYNC = "1"
Step #2 - "build": HAVE_FDOPENDIR = "1"
Step #2 - "build": HAVE_FDWALK = "0"
Step #2 - "build": HAVE_FEXECVE = "1"
Step #2 - "build": HAVE_FLOCK = "1"
Step #2 - "build": HAVE_FORK = "1"
Step #2 - "build": HAVE_FORK1 = "0"
Step #2 - "build": HAVE_FORKPTY = "1"
Step #2 - "build": HAVE_FPATHCONF = "1"
Step #2 - "build": HAVE_FSEEK64 = "0"
Step #2 - "build": HAVE_FSEEKO = "1"
Step #2 - "build": HAVE_FSTATAT = "1"
Step #2 - "build": HAVE_FSTATVFS = "1"
Step #2 - "build": HAVE_FSYNC = "1"
Step #2 - "build": HAVE_FTELL64 = "0"
Step #2 - "build": HAVE_FTELLO = "1"
Step #2 - "build": HAVE_FTIME = "1"
Step #2 - "build": HAVE_FTRUNCATE = "1"
Step #2 - "build": HAVE_FUTIMENS = "1"
Step #2 - "build": HAVE_FUTIMES = "1"
Step #2 - "build": HAVE_FUTIMESAT = "1"
Step #2 - "build": HAVE_GAI_STRERROR = "1"
Step #2 - "build": HAVE_GCC_ASM_FOR_MC68881 = "0"
Step #2 - "build": HAVE_GCC_ASM_FOR_X64 = "1"
Step #2 - "build": HAVE_GCC_ASM_FOR_X87 = "1"
Step #2 - "build": HAVE_GCC_UINT128_T = "1"
Step #2 - "build": HAVE_GDBM_DASH_NDBM_H = "0"
Step #2 - "build": HAVE_GDBM_H = "1"
Step #2 - "build": HAVE_GDBM_NDBM_H = "0"
Step #2 - "build": HAVE_GETADDRINFO = "1"
Step #2 - "build": HAVE_GETC_UNLOCKED = "1"
Step #2 - "build": HAVE_GETEGID = "1"
Step #2 - "build": HAVE_GETENTROPY = "1"
Step #2 - "build": HAVE_GETEUID = "1"
Step #2 - "build": HAVE_GETGID = "1"
Step #2 - "build": HAVE_GETGRGID = "1"
Step #2 - "build": HAVE_GETGRGID_R = "1"
Step #2 - "build": HAVE_GETGRNAM_R = "1"
Step #2 - "build": HAVE_GETGROUPLIST = "1"
Step #2 - "build": HAVE_GETGROUPS = "1"
Step #2 - "build": HAVE_GETHOSTBYADDR = "1"
Step #2 - "build": HAVE_GETHOSTBYNAME = "1"
Step #2 - "build": HAVE_GETHOSTBYNAME_R = "1"
Step #2 - "build": HAVE_GETHOSTBYNAME_R_3_ARG = "0"
Step #2 - "build": HAVE_GETHOSTBYNAME_R_5_ARG = "0"
Step #2 - "build": HAVE_GETHOSTBYNAME_R_6_ARG = "1"
Step #2 - "build": HAVE_GETHOSTNAME = "1"
Step #2 - "build": HAVE_GETITIMER = "1"
Step #2 - "build": HAVE_GETLOADAVG = "1"
Step #2 - "build": HAVE_GETLOGIN = "1"
Step #2 - "build": HAVE_GETNAMEINFO = "1"
Step #2 - "build": HAVE_GETPAGESIZE = "1"
Step #2 - "build": HAVE_GETPEERNAME = "1"
Step #2 - "build": HAVE_GETPGID = "1"
Step #2 - "build": HAVE_GETPGRP = "1"
Step #2 - "build": HAVE_GETPID = "1"
Step #2 - "build": HAVE_GETPPID = "1"
Step #2 - "build": HAVE_GETPRIORITY = "1"
Step #2 - "build": HAVE_GETPROTOBYNAME = "1"
Step #2 - "build": HAVE_GETPWENT = "1"
Step #2 - "build": HAVE_GETPWNAM_R = "1"
Step #2 - "build": HAVE_GETPWUID = "1"
Step #2 - "build": HAVE_GETPWUID_R = "1"
Step #2 - "build": HAVE_GETRANDOM = "1"
Step #2 - "build": HAVE_GETRANDOM_SYSCALL = "1"
Step #2 - "build": HAVE_GETRESGID = "1"
Step #2 - "build": HAVE_GETRESUID = "1"
Step #2 - "build": HAVE_GETRUSAGE = "1"
Step #2 - "build": HAVE_GETSERVBYNAME = "1"
Step #2 - "build": HAVE_GETSERVBYPORT = "1"
Step #2 - "build": HAVE_GETSID = "1"
Step #2 - "build": HAVE_GETSOCKNAME = "1"
Step #2 - "build": HAVE_GETSPENT = "1"
Step #2 - "build": HAVE_GETSPNAM = "1"
Step #2 - "build": HAVE_GETUID = "1"
Step #2 - "build": HAVE_GETWD = "1"
Step #2 - "build": HAVE_GLIBC_MEMMOVE_BUG = "0"
Step #2 - "build": HAVE_GRP_H = "1"
Step #2 - "build": HAVE_HSTRERROR = "1"
Step #2 - "build": HAVE_HTOLE64 = "1"
Step #2 - "build": HAVE_IEEEFP_H = "0"
Step #2 - "build": HAVE_IF_NAMEINDEX = "1"
Step #2 - "build": HAVE_INET_ATON = "1"
Step #2 - "build": HAVE_INET_NTOA = "1"
Step #2 - "build": HAVE_INET_PTON = "1"
Step #2 - "build": HAVE_INITGROUPS = "1"
Step #2 - "build": HAVE_INTTYPES_H = "1"
Step #2 - "build": HAVE_IO_H = "0"
Step #2 - "build": HAVE_IPA_PURE_CONST_BUG = "0"
Step #2 - "build": HAVE_KILL = "1"
Step #2 - "build": HAVE_KILLPG = "1"
Step #2 - "build": HAVE_KQUEUE = "0"
Step #2 - "build": HAVE_LANGINFO_H = "1"
Step #2 - "build": HAVE_LARGEFILE_SUPPORT = "0"
Step #2 - "build": HAVE_LCHFLAGS = "0"
Step #2 - "build": HAVE_LCHMOD = "0"
Step #2 - "build": HAVE_LCHOWN = "1"
Step #2 - "build": HAVE_LIBB2 = "0"
Step #2 - "build": HAVE_LIBDB = "1"
Step #2 - "build": HAVE_LIBDL = "1"
Step #2 - "build": HAVE_LIBDLD = "0"
Step #2 - "build": HAVE_LIBGDBM_COMPAT = "0"
Step #2 - "build": HAVE_LIBIEEE = "0"
Step #2 - "build": HAVE_LIBINTL_H = "1"
Step #2 - "build": HAVE_LIBNDBM = "0"
Step #2 - "build": HAVE_LIBREADLINE = "1"
Step #2 - "build": HAVE_LIBRESOLV = "0"
Step #2 - "build": HAVE_LIBSENDFILE = "0"
Step #2 - "build": HAVE_LIBSQLITE3 = "1"
Step #2 - "build": HAVE_LIBUTIL_H = "0"
Step #2 - "build": HAVE_LINK = "1"
Step #2 - "build": HAVE_LINKAT = "1"
Step #2 - "build": HAVE_LINUX_AUXVEC_H = "1"
Step #2 - "build": HAVE_LINUX_CAN_BCM_H = "1"
Step #2 - "build": HAVE_LINUX_CAN_H = "1"
Step #2 - "build": HAVE_LINUX_CAN_J1939_H = "1"
Step #2 - "build": HAVE_LINUX_CAN_RAW_FD_FRAMES = "1"
Step #2 - "build": HAVE_LINUX_CAN_RAW_H = "1"
Step #2 - "build": HAVE_LINUX_CAN_RAW_JOIN_FILTERS = "1"
Step #2 - "build": HAVE_LINUX_LIMITS_H = "1"
Step #2 - "build": HAVE_LINUX_MEMFD_H = "1"
Step #2 - "build": HAVE_LINUX_NETLINK_H = "1"
Step #2 - "build": HAVE_LINUX_QRTR_H = "1"
Step #2 - "build": HAVE_LINUX_RANDOM_H = "1"
Step #2 - "build": HAVE_LINUX_SOUNDCARD_H = "1"
Step #2 - "build": HAVE_LINUX_TIPC_H = "1"
Step #2 - "build": HAVE_LINUX_VM_SOCKETS_H = "1"
Step #2 - "build": HAVE_LINUX_WAIT_H = "1"
Step #2 - "build": HAVE_LISTEN = "1"
Step #2 - "build": HAVE_LOCKF = "1"
Step #2 - "build": HAVE_LOG1P = "1"
Step #2 - "build": HAVE_LOG2 = "1"
Step #2 - "build": HAVE_LOGIN_TTY = "1"
Step #2 - "build": HAVE_LONG_DOUBLE = "1"
Step #2 - "build": HAVE_LSTAT = "1"
Step #2 - "build": HAVE_LUTIMES = "1"
Step #2 - "build": HAVE_LZMA_H = "0"
Step #2 - "build": HAVE_MADVISE = "1"
Step #2 - "build": HAVE_MAKEDEV = "1"
Step #2 - "build": HAVE_MBRTOWC = "1"
Step #2 - "build": HAVE_MEMFD_CREATE = "1"
Step #2 - "build": HAVE_MEMORY_H = "1"
Step #2 - "build": HAVE_MEMRCHR = "1"
Step #2 - "build": HAVE_MKDIRAT = "1"
Step #2 - "build": HAVE_MKFIFO = "1"
Step #2 - "build": HAVE_MKFIFOAT = "1"
Step #2 - "build": HAVE_MKNOD = "1"
Step #2 - "build": HAVE_MKNODAT = "1"
Step #2 - "build": HAVE_MKTIME = "1"
Step #2 - "build": HAVE_MMAP = "1"
Step #2 - "build": HAVE_MREMAP = "1"
Step #2 - "build": HAVE_NANOSLEEP = "1"
Step #2 - "build": HAVE_NCURSES_H = "1"
Step #2 - "build": HAVE_NDBM_H = "0"
Step #2 - "build": HAVE_NDIR_H = "0"
Step #2 - "build": HAVE_NETCAN_CAN_H = "0"
Step #2 - "build": HAVE_NETDB_H = "1"
Step #2 - "build": HAVE_NETINET_IN_H = "1"
Step #2 - "build": HAVE_NETPACKET_PACKET_H = "1"
Step #2 - "build": HAVE_NET_IF_H = "1"
Step #2 - "build": HAVE_NICE = "1"
Step #2 - "build": HAVE_NON_UNICODE_WCHAR_T_REPRESENTATION = "0"
Step #2 - "build": HAVE_OPENAT = "1"
Step #2 - "build": HAVE_OPENDIR = "1"
Step #2 - "build": HAVE_OPENPTY = "1"
Step #2 - "build": HAVE_PATHCONF = "1"
Step #2 - "build": HAVE_PAUSE = "1"
Step #2 - "build": HAVE_PIPE = "1"
Step #2 - "build": HAVE_PIPE2 = "1"
Step #2 - "build": HAVE_PLOCK = "0"
Step #2 - "build": HAVE_POLL = "1"
Step #2 - "build": HAVE_POLL_H = "1"
Step #2 - "build": HAVE_POSIX_FADVISE = "1"
Step #2 - "build": HAVE_POSIX_FALLOCATE = "1"
Step #2 - "build": HAVE_POSIX_SPAWN = "1"
Step #2 - "build": HAVE_POSIX_SPAWNP = "1"
Step #2 - "build": HAVE_PREAD = "1"
Step #2 - "build": HAVE_PREADV = "1"
Step #2 - "build": HAVE_PREADV2 = "1"
Step #2 - "build": HAVE_PRLIMIT = "1"
Step #2 - "build": HAVE_PROCESS_H = "0"
Step #2 - "build": HAVE_PROTOTYPES = "1"
Step #2 - "build": HAVE_PTHREAD_CONDATTR_SETCLOCK = "1"
Step #2 - "build": HAVE_PTHREAD_DESTRUCTOR = "0"
Step #2 - "build": HAVE_PTHREAD_GETCPUCLOCKID = "1"
Step #2 - "build": HAVE_PTHREAD_H = "1"
Step #2 - "build": HAVE_PTHREAD_INIT = "0"
Step #2 - "build": HAVE_PTHREAD_KILL = "1"
Step #2 - "build": HAVE_PTHREAD_SIGMASK = "1"
Step #2 - "build": HAVE_PTHREAD_STUBS = "0"
Step #2 - "build": HAVE_PTY_H = "1"
Step #2 - "build": HAVE_PWRITE = "1"
Step #2 - "build": HAVE_PWRITEV = "1"
Step #2 - "build": HAVE_PWRITEV2 = "1"
Step #2 - "build": HAVE_READLINK = "1"
Step #2 - "build": HAVE_READLINKAT = "1"
Step #2 - "build": HAVE_READV = "1"
Step #2 - "build": HAVE_REALPATH = "1"
Step #2 - "build": HAVE_RECVFROM = "1"
Step #2 - "build": HAVE_RENAMEAT = "1"
Step #2 - "build": HAVE_RL_APPEND_HISTORY = "1"
Step #2 - "build": HAVE_RL_CATCH_SIGNAL = "1"
Step #2 - "build": HAVE_RL_COMPLETION_APPEND_CHARACTER = "1"
Step #2 - "build": HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK = "1"
Step #2 - "build": HAVE_RL_COMPLETION_MATCHES = "1"
Step #2 - "build": HAVE_RL_COMPLETION_SUPPRESS_APPEND = "1"
Step #2 - "build": HAVE_RL_PRE_INPUT_HOOK = "1"
Step #2 - "build": HAVE_RL_RESIZE_TERMINAL = "1"
Step #2 - "build": HAVE_RPC_RPC_H = "1"
Step #2 - "build": HAVE_RTPSPAWN = "0"
Step #2 - "build": HAVE_SCHED_GET_PRIORITY_MAX = "1"
Step #2 - "build": HAVE_SCHED_H = "1"
Step #2 - "build": HAVE_SCHED_RR_GET_INTERVAL = "1"
Step #2 - "build": HAVE_SCHED_SETAFFINITY = "1"
Step #2 - "build": HAVE_SCHED_SETPARAM = "1"
Step #2 - "build": HAVE_SCHED_SETSCHEDULER = "1"
Step #2 - "build": HAVE_SEM_CLOCKWAIT = "1"
Step #2 - "build": HAVE_SEM_GETVALUE = "1"
Step #2 - "build": HAVE_SEM_OPEN = "1"
Step #2 - "build": HAVE_SEM_TIMEDWAIT = "1"
Step #2 - "build": HAVE_SEM_UNLINK = "1"
Step #2 - "build": HAVE_SENDFILE = "1"
Step #2 - "build": HAVE_SENDTO = "1"
Step #2 - "build": HAVE_SETEGID = "1"
Step #2 - "build": HAVE_SETEUID = "1"
Step #2 - "build": HAVE_SETGID = "1"
Step #2 - "build": HAVE_SETGROUPS = "1"
Step #2 - "build": HAVE_SETHOSTNAME = "1"
Step #2 - "build": HAVE_SETITIMER = "1"
Step #2 - "build": HAVE_SETJMP_H = "1"
Step #2 - "build": HAVE_SETLOCALE = "1"
Step #2 - "build": HAVE_SETPGID = "1"
Step #2 - "build": HAVE_SETPGRP = "1"
Step #2 - "build": HAVE_SETPRIORITY = "1"
Step #2 - "build": HAVE_SETREGID = "1"
Step #2 - "build": HAVE_SETRESGID = "1"
Step #2 - "build": HAVE_SETRESUID = "1"
Step #2 - "build": HAVE_SETREUID = "1"
Step #2 - "build": HAVE_SETSID = "1"
Step #2 - "build": HAVE_SETSOCKOPT = "1"
Step #2 - "build": HAVE_SETUID = "1"
Step #2 - "build": HAVE_SETVBUF = "1"
Step #2 - "build": HAVE_SHADOW_H = "1"
Step #2 - "build": HAVE_SHM_OPEN = "1"
Step #2 - "build": HAVE_SHM_UNLINK = "1"
Step #2 - "build": HAVE_SHUTDOWN = "1"
Step #2 - "build": HAVE_SIGACTION = "1"
Step #2 - "build": HAVE_SIGALTSTACK = "1"
Step #2 - "build": HAVE_SIGFILLSET = "1"
Step #2 - "build": HAVE_SIGINFO_T_SI_BAND = "1"
Step #2 - "build": HAVE_SIGINTERRUPT = "1"
Step #2 - "build": HAVE_SIGNAL_H = "1"
Step #2 - "build": HAVE_SIGPENDING = "1"
Step #2 - "build": HAVE_SIGRELSE = "1"
Step #2 - "build": HAVE_SIGTIMEDWAIT = "1"
Step #2 - "build": HAVE_SIGWAIT = "1"
Step #2 - "build": HAVE_SIGWAITINFO = "1"
Step #2 - "build": HAVE_SNPRINTF = "1"
Step #2 - "build": HAVE_SOCKADDR_ALG = "1"
Step #2 - "build": HAVE_SOCKADDR_SA_LEN = "0"
Step #2 - "build": HAVE_SOCKADDR_STORAGE = "1"
Step #2 - "build": HAVE_SOCKET = "1"
Step #2 - "build": HAVE_SOCKETPAIR = "1"
Step #2 - "build": HAVE_SPAWN_H = "1"
Step #2 - "build": HAVE_SPLICE = "1"
Step #2 - "build": HAVE_SSIZE_T = "1"
Step #2 - "build": HAVE_STATVFS = "1"
Step #2 - "build": HAVE_STAT_TV_NSEC = "1"
Step #2 - "build": HAVE_STAT_TV_NSEC2 = "0"
Step #2 - "build": HAVE_STDARG_PROTOTYPES = "1"
Step #2 - "build": HAVE_STDINT_H = "1"
Step #2 - "build": HAVE_STDLIB_H = "1"
Step #2 - "build": HAVE_STD_ATOMIC = "1"
Step #2 - "build": HAVE_STRFTIME = "1"
Step #2 - "build": HAVE_STRINGS_H = "1"
Step #2 - "build": HAVE_STRING_H = "1"
Step #2 - "build": HAVE_STRLCPY = "0"
Step #2 - "build": HAVE_STROPTS_H = "0"
Step #2 - "build": HAVE_STRSIGNAL = "1"
Step #2 - "build": HAVE_STRUCT_PASSWD_PW_GECOS = "1"
Step #2 - "build": HAVE_STRUCT_PASSWD_PW_PASSWD = "1"
Step #2 - "build": HAVE_STRUCT_STAT_ST_BIRTHTIME = "0"
Step #2 - "build": HAVE_STRUCT_STAT_ST_BLKSIZE = "1"
Step #2 - "build": HAVE_STRUCT_STAT_ST_BLOCKS = "1"
Step #2 - "build": HAVE_STRUCT_STAT_ST_FLAGS = "0"
Step #2 - "build": HAVE_STRUCT_STAT_ST_GEN = "0"
Step #2 - "build": HAVE_STRUCT_STAT_ST_RDEV = "1"
Step #2 - "build": HAVE_STRUCT_TM_TM_ZONE = "1"
Step #2 - "build": HAVE_SYMLINK = "1"
Step #2 - "build": HAVE_SYMLINKAT = "1"
Step #2 - "build": HAVE_SYNC = "1"
Step #2 - "build": HAVE_SYSCONF = "1"
Step #2 - "build": HAVE_SYSEXITS_H = "1"
Step #2 - "build": HAVE_SYSLOG_H = "1"
Step #2 - "build": HAVE_SYSTEM = "1"
Step #2 - "build": HAVE_SYS_AUDIOIO_H = "0"
Step #2 - "build": HAVE_SYS_AUXV_H = "1"
Step #2 - "build": HAVE_SYS_BSDTTY_H = "0"
Step #2 - "build": HAVE_SYS_DEVPOLL_H = "0"
Step #2 - "build": HAVE_SYS_DIR_H = "0"
Step #2 - "build": HAVE_SYS_ENDIAN_H = "0"
Step #2 - "build": HAVE_SYS_EPOLL_H = "1"
Step #2 - "build": HAVE_SYS_EVENTFD_H = "1"
Step #2 - "build": HAVE_SYS_EVENT_H = "0"
Step #2 - "build": HAVE_SYS_FILE_H = "1"
Step #2 - "build": HAVE_SYS_IOCTL_H = "1"
Step #2 - "build": HAVE_SYS_KERN_CONTROL_H = "0"
Step #2 - "build": HAVE_SYS_LOADAVG_H = "0"
Step #2 - "build": HAVE_SYS_LOCK_H = "0"
Step #2 - "build": HAVE_SYS_MEMFD_H = "0"
Step #2 - "build": HAVE_SYS_MKDEV_H = "0"
Step #2 - "build": HAVE_SYS_MMAN_H = "1"
Step #2 - "build": HAVE_SYS_MODEM_H = "0"
Step #2 - "build": HAVE_SYS_NDIR_H = "0"
Step #2 - "build": HAVE_SYS_PARAM_H = "1"
Step #2 - "build": HAVE_SYS_POLL_H = "1"
Step #2 - "build": HAVE_SYS_RANDOM_H = "1"
Step #2 - "build": HAVE_SYS_RESOURCE_H = "1"
Step #2 - "build": HAVE_SYS_SELECT_H = "1"
Step #2 - "build": HAVE_SYS_SENDFILE_H = "1"
Step #2 - "build": HAVE_SYS_SOCKET_H = "1"
Step #2 - "build": HAVE_SYS_SOUNDCARD_H = "1"
Step #2 - "build": HAVE_SYS_STATVFS_H = "1"
Step #2 - "build": HAVE_SYS_STAT_H = "1"
Step #2 - "build": HAVE_SYS_SYSCALL_H = "1"
Step #2 - "build": HAVE_SYS_SYSMACROS_H = "1"
Step #2 - "build": HAVE_SYS_SYS_DOMAIN_H = "0"
Step #2 - "build": HAVE_SYS_TERMIO_H = "0"
Step #2 - "build": HAVE_SYS_TIMES_H = "1"
Step #2 - "build": HAVE_SYS_TIME_H = "1"
Step #2 - "build": HAVE_SYS_TYPES_H = "1"
Step #2 - "build": HAVE_SYS_UIO_H = "1"
Step #2 - "build": HAVE_SYS_UN_H = "1"
Step #2 - "build": HAVE_SYS_UTSNAME_H = "1"
Step #2 - "build": HAVE_SYS_WAIT_H = "1"
Step #2 - "build": HAVE_SYS_XATTR_H = "1"
Step #2 - "build": HAVE_TCGETPGRP = "1"
Step #2 - "build": HAVE_TCSETPGRP = "1"
Step #2 - "build": HAVE_TEMPNAM = "1"
Step #2 - "build": HAVE_TERMIOS_H = "1"
Step #2 - "build": HAVE_TERM_H = "1"
Step #2 - "build": HAVE_TIMEGM = "1"
Step #2 - "build": HAVE_TIMES = "1"
Step #2 - "build": HAVE_TMPFILE = "1"
Step #2 - "build": HAVE_TMPNAM = "1"
Step #2 - "build": HAVE_TMPNAM_R = "1"
Step #2 - "build": HAVE_TM_ZONE = "1"
Step #2 - "build": HAVE_TRUNCATE = "1"
Step #2 - "build": HAVE_TTYNAME = "1"
Step #2 - "build": HAVE_TZNAME = "0"
Step #2 - "build": HAVE_UMASK = "1"
Step #2 - "build": HAVE_UNAME = "1"
Step #2 - "build": HAVE_UNISTD_H = "1"
Step #2 - "build": HAVE_UNLINKAT = "1"
Step #2 - "build": HAVE_USABLE_WCHAR_T = "0"
Step #2 - "build": HAVE_UTIL_H = "0"
Step #2 - "build": HAVE_UTIMENSAT = "1"
Step #2 - "build": HAVE_UTIMES = "1"
Step #2 - "build": HAVE_UTIME_H = "1"
Step #2 - "build": HAVE_UTMP_H = "1"
Step #2 - "build": HAVE_UUID_CREATE = "0"
Step #2 - "build": HAVE_UUID_ENC_BE = "0"
Step #2 - "build": HAVE_UUID_GENERATE_TIME_SAFE = "1"
Step #2 - "build": HAVE_UUID_H = "1"
Step #2 - "build": HAVE_UUID_UUID_H = "0"
Step #2 - "build": HAVE_VFORK = "1"
Step #2 - "build": HAVE_WAIT = "1"
Step #2 - "build": HAVE_WAIT3 = "1"
Step #2 - "build": HAVE_WAIT4 = "1"
Step #2 - "build": HAVE_WAITID = "1"
Step #2 - "build": HAVE_WAITPID = "1"
Step #2 - "build": HAVE_WCHAR_H = "1"
Step #2 - "build": HAVE_WCSCOLL = "1"
Step #2 - "build": HAVE_WCSFTIME = "1"
Step #2 - "build": HAVE_WCSXFRM = "1"
Step #2 - "build": HAVE_WMEMCMP = "1"
Step #2 - "build": HAVE_WORKING_TZSET = "1"
Step #2 - "build": HAVE_WRITEV = "1"
Step #2 - "build": HAVE_ZLIB_COPY = "1"
Step #2 - "build": HAVE_ZLIB_H = "0"
Step #2 - "build": HAVE__GETPTY = "0"
Step #2 - "build": HOSTRUNNER = ""
Step #2 - "build": HOST_GNU_TYPE = "x86_64-pc-linux-gnu"
Step #2 - "build": INCLDIRSTOMAKE = "/opt/python3.11/include /opt/python3.11/include /opt/python3.11/include/python3.11 /opt/python3.11/include/python3.11"
Step #2 - "build": INCLUDEDIR = "/opt/python3.11/include"
Step #2 - "build": INCLUDEPY = "/opt/python3.11/include/python3.11"
Step #2 - "build": INSTALL = "/usr/bin/install -c"
Step #2 - "build": INSTALL_DATA = "/usr/bin/install -c -m 644"
Step #2 - "build": INSTALL_PROGRAM = "/usr/bin/install -c"
Step #2 - "build": INSTALL_SCRIPT = "/usr/bin/install -c"
Step #2 - "build": INSTALL_SHARED = "/usr/bin/install -c -m 755"
Step #2 - "build": INSTSONAME = "libpython3.11.a"
Step #2 - "build": IO_H = "Modules/_io/_iomodule.h"
Step #2 - "build": IO_OBJS = "\"
Step #2 - "build": LDCXXSHARED = "x86_64-linux-gnu-g++ -shared"
Step #2 - "build": LDFLAGS = "-Wl,-z,relro"
Step #2 - "build": LDLIBRARY = "libpython3.11.a"
Step #2 - "build": LDLIBRARYDIR = ""
Step #2 - "build": LDSHARED = "x86_64-linux-gnu-gcc -shared -Wl,-z,relro"
Step #2 - "build": LDVERSION = "3.11"
Step #2 - "build": LIBC = ""
Step #2 - "build": LIBDEST = "/opt/python3.11/lib/python3.11"
Step #2 - "build": LIBDIR = "/opt/python3.11/lib"
Step #2 - "build": LIBEXPAT_A = "Modules/expat/libexpat.a"
Step #2 - "build": LIBEXPAT_CFLAGS = "-DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -g -Wformat -Werror=format-security -fno-semantic-interposition -std=c11 -Werror=implicit-function-declaration -fvisibility=hidden -fprofile-use -fprofile-correction -I./Include/internal -I. -I./Include -D_FORTIFY_SOURCE=2 -Wdate-time -fPIC"
Step #2 - "build": LIBEXPAT_HEADERS = "\"
Step #2 - "build": LIBEXPAT_OBJS = "\"
Step #2 - "build": LIBFFI_INCLUDEDIR = ""
Step #2 - "build": LIBM = "-lm"
Step #2 - "build": LIBMPDEC_A = "Modules/_decimal/libmpdec/libmpdec.a"
Step #2 - "build": LIBMPDEC_CFLAGS = "-DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -g -Wformat -Werror=format-security -fno-semantic-interposition -std=c11 -Werror=implicit-function-declaration -fvisibility=hidden -fprofile-use -fprofile-correction -I./Include/internal -I. -I./Include -D_FORTIFY_SOURCE=2 -Wdate-time -fPIC"
Step #2 - "build": LIBMPDEC_HEADERS = "\"
Step #2 - "build": LIBMPDEC_OBJS = "\"
Step #2 - "build": LIBOBJDIR = "Python/"
Step #2 - "build": LIBOBJS = ""
Step #2 - "build": LIBPC = "/opt/python3.11/lib/pkgconfig"
Step #2 - "build": LIBPL = "/opt/python3.11/lib/python3.11/config-3.11-x86_64-linux-gnu"
Step #2 - "build": LIBPYTHON = ""
Step #2 - "build": LIBRARY = "libpython3.11.a"
Step #2 - "build": LIBRARY_DEPS = "libpython3.11.a"
Step #2 - "build": LIBRARY_OBJS = "\"
Step #2 - "build": LIBRARY_OBJS_OMIT_FROZEN = "\"
Step #2 - "build": LIBS = "-ldl"
Step #2 - "build": LIBSUBDIRS = "asyncio \"
Step #2 - "build": LINKCC = "x86_64-linux-gnu-gcc"
Step #2 - "build": LINKFORSHARED = "-Xlinker -export-dynamic"
Step #2 - "build": LINK_PYTHON_DEPS = "libpython3.11.a"
Step #2 - "build": LINK_PYTHON_OBJS = "\"
Step #2 - "build": LIPO_32BIT_FLAGS = ""
Step #2 - "build": LIPO_INTEL64_FLAGS = ""
Step #2 - "build": LLVM_PROF_ERR = "no"
Step #2 - "build": LLVM_PROF_FILE = ""
Step #2 - "build": LLVM_PROF_MERGER = "true"
Step #2 - "build": LN = "ln"
Step #2 - "build": LOCALMODLIBS = ""
Step #2 - "build": MACHDEP = "linux"
Step #2 - "build": MACHDEP_OBJS = ""
Step #2 - "build": MACHDESTLIB = "/opt/python3.11/lib/python3.11"
Step #2 - "build": MACOSX_DEPLOYMENT_TARGET = ""
Step #2 - "build": MAINCC = "x86_64-linux-gnu-gcc"
Step #2 - "build": MAJOR_IN_MKDEV = "0"
Step #2 - "build": MAJOR_IN_SYSMACROS = "1"
Step #2 - "build": MAKESETUP = "./Modules/makesetup"
Step #2 - "build": MANDIR = "/opt/python3.11/share/man"
Step #2 - "build": MKDIR_P = "/usr/bin/mkdir -p"
Step #2 - "build": MODBUILT_NAMES = "atexit faulthandler posix _signal _tracemalloc _codecs _collections errno _io itertools _sre _thread time _weakref _abc _functools _locale _operator _stat _symtable pwd xxsubtype"
Step #2 - "build": MODDISABLED_NAMES = ""
Step #2 - "build": MODLIBS = ""
Step #2 - "build": MODOBJS = "Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o Modules/xxsubtype.o"
Step #2 - "build": MODSHARED_NAMES = ""
Step #2 - "build": MODULE_ARRAY_STATE = "yes"
Step #2 - "build": MODULE_ATEXIT_LDFLAGS = ""
Step #2 - "build": MODULE_AUDIOOP_LDFLAGS = "-lm"
Step #2 - "build": MODULE_AUDIOOP_STATE = "yes"
Step #2 - "build": MODULE_BINASCII_CFLAGS = "-DUSE_ZLIB_CRC32"
Step #2 - "build": MODULE_BINASCII_LDFLAGS = "-lz"
Step #2 - "build": MODULE_BINASCII_STATE = "yes"
Step #2 - "build": MODULE_CMATH_DEPS = "./Modules/_math.h"
Step #2 - "build": MODULE_CMATH_LDFLAGS = "-lm"
Step #2 - "build": MODULE_CMATH_STATE = "yes"
Step #2 - "build": MODULE_ERRNO_LDFLAGS = ""
Step #2 - "build": MODULE_FAULTHANDLER_LDFLAGS = ""
Step #2 - "build": MODULE_FCNTL_LDFLAGS = ""
Step #2 - "build": MODULE_FCNTL_STATE = "yes"
Step #2 - "build": MODULE_GRP_STATE = "yes"
Step #2 - "build": MODULE_ITERTOOLS_LDFLAGS = ""
Step #2 - "build": MODULE_MATH_DEPS = "./Modules/_math.h"
Step #2 - "build": MODULE_MATH_LDFLAGS = "-lm"
Step #2 - "build": MODULE_MATH_STATE = "yes"
Step #2 - "build": MODULE_MMAP_STATE = "yes"
Step #2 - "build": MODULE_NIS_CFLAGS = "-I/usr/include/tirpc"
Step #2 - "build": MODULE_NIS_LDFLAGS = "-lnsl -ltirpc"
Step #2 - "build": MODULE_NIS_STATE = "yes"
Step #2 - "build": MODULE_OBJS = "\"
Step #2 - "build": MODULE_OSSAUDIODEV_LDFLAGS = ""
Step #2 - "build": MODULE_OSSAUDIODEV_STATE = "yes"
Step #2 - "build": MODULE_POSIX_LDFLAGS = ""
Step #2 - "build": MODULE_PWD_LDFLAGS = ""
Step #2 - "build": MODULE_PWD_STATE = "yes"
Step #2 - "build": MODULE_PYEXPAT_CFLAGS = ""
Step #2 - "build": MODULE_PYEXPAT_DEPS = ""
Step #2 - "build": MODULE_PYEXPAT_LDFLAGS = "-lexpat"
Step #2 - "build": MODULE_PYEXPAT_STATE = "yes"
Step #2 - "build": MODULE_RESOURCE_STATE = "yes"
Step #2 - "build": MODULE_SELECT_STATE = "yes"
Step #2 - "build": MODULE_SPWD_STATE = "yes"
Step #2 - "build": MODULE_SYSLOG_STATE = "yes"
Step #2 - "build": MODULE_TERMIOS_STATE = "yes"
Step #2 - "build": MODULE_TIME_LDFLAGS = ""
Step #2 - "build": MODULE_TIME_STATE = "yes"
Step #2 - "build": MODULE_UNICODEDATA_DEPS = "./Modules/unicodedata_db.h ./Modules/unicodename_db.h"
Step #2 - "build": MODULE_UNICODEDATA_STATE = "yes"
Step #2 - "build": MODULE_XXLIMITED_35_STATE = "yes"
Step #2 - "build": MODULE_XXLIMITED_STATE = "yes"
Step #2 - "build": MODULE_XXSUBTYPE_LDFLAGS = ""
Step #2 - "build": MODULE_ZLIB_CFLAGS = ""
Step #2 - "build": MODULE_ZLIB_LDFLAGS = "-lz"
Step #2 - "build": MODULE_ZLIB_STATE = "yes"
Step #2 - "build": MODULE__ABC_LDFLAGS = ""
Step #2 - "build": MODULE__ASYNCIO_STATE = "yes"
Step #2 - "build": MODULE__BISECT_STATE = "yes"
Step #2 - "build": MODULE__BLAKE2_CFLAGS = ""
Step #2 - "build": MODULE__BLAKE2_DEPS = "./Modules/_blake2/impl/blake2-config.h ./Modules/_blake2/impl/blake2-impl.h ./Modules/_blake2/impl/blake2.h ./Modules/_blake2/impl/blake2b-load-sse2.h ./Modules/_blake2/impl/blake2b-load-sse41.h ./Modules/_blake2/impl/blake2b-ref.c ./Modules/_blake2/impl/blake2b-round.h ./Modules/_blake2/impl/blake2b.c ./Modules/_blake2/impl/blake2s-load-sse2.h ./Modules/_blake2/impl/blake2s-load-sse41.h ./Modules/_blake2/impl/blake2s-load-xop.h ./Modules/_blake2/impl/blake2s-ref.c ./Modules/_blake2/impl/blake2s-round.h ./Modules/_blake2/impl/blake2s.c ./Modules/_blake2/blake2module.h ./Modules/hashlib.h"
Step #2 - "build": MODULE__BLAKE2_LDFLAGS = ""
Step #2 - "build": MODULE__BLAKE2_STATE = "yes"
Step #2 - "build": MODULE__BZ2_CFLAGS = ""
Step #2 - "build": MODULE__BZ2_LDFLAGS = "-lbz2"
Step #2 - "build": MODULE__BZ2_STATE = "yes"
Step #2 - "build": MODULE__CODECS_CN_STATE = "yes"
Step #2 - "build": MODULE__CODECS_HK_STATE = "yes"
Step #2 - "build": MODULE__CODECS_ISO2022_STATE = "yes"
Step #2 - "build": MODULE__CODECS_JP_STATE = "yes"
Step #2 - "build": MODULE__CODECS_KR_STATE = "yes"
Step #2 - "build": MODULE__CODECS_LDFLAGS = ""
Step #2 - "build": MODULE__CODECS_TW_STATE = "yes"
Step #2 - "build": MODULE__COLLECTIONS_LDFLAGS = ""
Step #2 - "build": MODULE__CONTEXTVARS_STATE = "yes"
Step #2 - "build": MODULE__CRYPT_CFLAGS = ""
Step #2 - "build": MODULE__CRYPT_LDFLAGS = "-lcrypt"
Step #2 - "build": MODULE__CRYPT_STATE = "yes"
Step #2 - "build": MODULE__CSV_STATE = "yes"
Step #2 - "build": MODULE__CTYPES_DEPS = "./Modules/_ctypes/ctypes.h"
Step #2 - "build": MODULE__CTYPES_TEST_LDFLAGS = "-lm"
Step #2 - "build": MODULE__CTYPES_TEST_STATE = "yes"
Step #2 - "build": MODULE__DATETIME_LDFLAGS = "-lm"
Step #2 - "build": MODULE__DATETIME_STATE = "yes"
Step #2 - "build": MODULE__DECIMAL_CFLAGS = "-DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1"
Step #2 - "build": MODULE__DECIMAL_DEPS = "./Modules/_decimal/docstrings.h"
Step #2 - "build": MODULE__DECIMAL_LDFLAGS = "-lmpdec"
Step #2 - "build": MODULE__DECIMAL_STATE = "yes"
Step #2 - "build": MODULE__ELEMENTTREE_CFLAGS = ""
Step #2 - "build": MODULE__ELEMENTTREE_DEPS = "./Modules/pyexpat.c"
Step #2 - "build": MODULE__ELEMENTTREE_STATE = "yes"
Step #2 - "build": MODULE__FUNCTOOLS_LDFLAGS = ""
Step #2 - "build": MODULE__GDBM_CFLAGS = ""
Step #2 - "build": MODULE__GDBM_LDFLAGS = "-lgdbm"
Step #2 - "build": MODULE__GDBM_STATE = "yes"
Step #2 - "build": MODULE__HASHLIB_CFLAGS = ""
Step #2 - "build": MODULE__HASHLIB_DEPS = "./Modules/hashlib.h"
Step #2 - "build": MODULE__HASHLIB_LDFLAGS = "-lcrypto"
Step #2 - "build": MODULE__HASHLIB_STATE = "yes"
Step #2 - "build": MODULE__HEAPQ_STATE = "yes"
Step #2 - "build": MODULE__IO_CFLAGS = "-I./Modules/_io"
Step #2 - "build": MODULE__IO_DEPS = "./Modules/_io/_iomodule.h"
Step #2 - "build": MODULE__IO_LDFLAGS = ""
Step #2 - "build": MODULE__IO_STATE = "yes"
Step #2 - "build": MODULE__JSON_STATE = "yes"
Step #2 - "build": MODULE__LOCALE_LDFLAGS = ""
Step #2 - "build": MODULE__LSPROF_STATE = "yes"
Step #2 - "build": MODULE__LZMA_CFLAGS = ""
Step #2 - "build": MODULE__LZMA_LDFLAGS = "-llzma"
Step #2 - "build": MODULE__LZMA_STATE = "yes"
Step #2 - "build": MODULE__MD5_DEPS = "./Modules/hashlib.h"
Step #2 - "build": MODULE__MD5_STATE = "yes"
Step #2 - "build": MODULE__MULTIBYTECODEC_STATE = "yes"
Step #2 - "build": MODULE__MULTIPROCESSING_CFLAGS = "-I./Modules/_multiprocessing"
Step #2 - "build": MODULE__MULTIPROCESSING_STATE = "yes"
Step #2 - "build": MODULE__OPCODE_STATE = "yes"
Step #2 - "build": MODULE__OPERATOR_LDFLAGS = ""
Step #2 - "build": MODULE__PICKLE_STATE = "yes"
Step #2 - "build": MODULE__POSIXSHMEM_CFLAGS = "-I./Modules/_multiprocessing"
Step #2 - "build": MODULE__POSIXSHMEM_LDFLAGS = ""
Step #2 - "build": MODULE__POSIXSHMEM_STATE = "yes"
Step #2 - "build": MODULE__POSIXSUBPROCESS_STATE = "yes"
Step #2 - "build": MODULE__QUEUE_STATE = "yes"
Step #2 - "build": MODULE__RANDOM_STATE = "yes"
Step #2 - "build": MODULE__SCPROXY_STATE = "n/a"
Step #2 - "build": MODULE__SHA1_DEPS = "./Modules/hashlib.h"
Step #2 - "build": MODULE__SHA1_STATE = "yes"
Step #2 - "build": MODULE__SHA256_DEPS = "./Modules/hashlib.h"
Step #2 - "build": MODULE__SHA256_STATE = "yes"
Step #2 - "build": MODULE__SHA3_DEPS = "./Modules/_sha3/sha3.c ./Modules/_sha3/sha3.h ./Modules/hashlib.h"
Step #2 - "build": MODULE__SHA3_STATE = "yes"
Step #2 - "build": MODULE__SHA512_DEPS = "./Modules/hashlib.h"
Step #2 - "build": MODULE__SHA512_STATE = "yes"
Step #2 - "build": MODULE__SIGNAL_LDFLAGS = ""
Step #2 - "build": MODULE__SOCKET_DEPS = "./Modules/socketmodule.h ./Modules/addrinfo.h ./Modules/getaddrinfo.c ./Modules/getnameinfo.c"
Step #2 - "build": MODULE__SOCKET_STATE = "yes"
Step #2 - "build": MODULE__SQLITE3_CFLAGS = "-I./Modules/_sqlite"
Step #2 - "build": MODULE__SQLITE3_DEPS = "./Modules/_sqlite/connection.h ./Modules/_sqlite/cursor.h ./Modules/_sqlite/microprotocols.h ./Modules/_sqlite/module.h ./Modules/_sqlite/prepare_protocol.h ./Modules/_sqlite/row.h ./Modules/_sqlite/util.h"
Step #2 - "build": MODULE__SQLITE3_LDFLAGS = "-lsqlite3"
Step #2 - "build": MODULE__SQLITE3_STATE = "yes"
Step #2 - "build": MODULE__SRE_LDFLAGS = ""
Step #2 - "build": MODULE__SSL_CFLAGS = ""
Step #2 - "build": MODULE__SSL_DEPS = "./Modules/_ssl.h ./Modules/_ssl/cert.c ./Modules/_ssl/debughelpers.c ./Modules/_ssl/misc.c ./Modules/_ssl_data.h ./Modules/_ssl_data_111.h ./Modules/_ssl_data_300.h ./Modules/socketmodule.h"
Step #2 - "build": MODULE__SSL_LDFLAGS = "-lssl -lcrypto"
Step #2 - "build": MODULE__SSL_STATE = "yes"
Step #2 - "build": MODULE__STATISTICS_LDFLAGS = "-lm"
Step #2 - "build": MODULE__STATISTICS_STATE = "yes"
Step #2 - "build": MODULE__STAT_LDFLAGS = ""
Step #2 - "build": MODULE__STRUCT_STATE = "yes"
Step #2 - "build": MODULE__SYMTABLE_LDFLAGS = ""
Step #2 - "build": MODULE__TESTBUFFER_STATE = "yes"
Step #2 - "build": MODULE__TESTCAPI_DEPS = "./Modules/testcapi_long.h"
Step #2 - "build": MODULE__TESTCAPI_STATE = "yes"
Step #2 - "build": MODULE__TESTCLINIC_STATE = "yes"
Step #2 - "build": MODULE__TESTIMPORTMULTIPLE_STATE = "yes"
Step #2 - "build": MODULE__TESTINTERNALCAPI_STATE = "yes"
Step #2 - "build": MODULE__TESTMULTIPHASE_STATE = "yes"
Step #2 - "build": MODULE__THREAD_LDFLAGS = ""
Step #2 - "build": MODULE__TKINTER_STATE = "missing"
Step #2 - "build": MODULE__TRACEMALLOC_LDFLAGS = ""
Step #2 - "build": MODULE__TYPING_STATE = "yes"
Step #2 - "build": MODULE__UUID_CFLAGS = "-I/usr/include/uuid"
Step #2 - "build": MODULE__UUID_LDFLAGS = "-luuid"
Step #2 - "build": MODULE__UUID_STATE = "yes"
Step #2 - "build": MODULE__WEAKREF_LDFLAGS = ""
Step #2 - "build": MODULE__XXSUBINTERPRETERS_STATE = "yes"
Step #2 - "build": MODULE__XXTESTFUZZ_STATE = "yes"
Step #2 - "build": MODULE__ZONEINFO_STATE = "yes"
Step #2 - "build": MULTIARCH = "x86_64-linux-gnu"
Step #2 - "build": MULTIARCH_CPPFLAGS = "-DMULTIARCH=\"x86_64-linux-gnu\""
Step #2 - "build": MVWDELCH_IS_EXPRESSION = "1"
Step #2 - "build": NO_AS_NEEDED = "-Wl,--no-as-needed"
Step #2 - "build": OBJECT_OBJS = "\"
Step #2 - "build": OPENSSL_INCLUDES = ""
Step #2 - "build": OPENSSL_LDFLAGS = ""
Step #2 - "build": OPENSSL_LIBS = "-lssl -lcrypto"
Step #2 - "build": OPENSSL_RPATH = ""
Step #2 - "build": OPT = "-DNDEBUG -g -fwrapv -O3 -Wall"
Step #2 - "build": OTHER_LIBTOOL_OPT = ""
Step #2 - "build": PACKAGE_BUGREPORT = "0"
Step #2 - "build": PACKAGE_NAME = "0"
Step #2 - "build": PACKAGE_STRING = "0"
Step #2 - "build": PACKAGE_TARNAME = "0"
Step #2 - "build": PACKAGE_URL = "0"
Step #2 - "build": PACKAGE_VERSION = "0"
Step #2 - "build": PARSER_HEADERS = "\"
Step #2 - "build": PARSER_OBJS = "\ \ Parser/myreadline.o Parser/tokenizer.o"
Step #2 - "build": PEGEN_HEADERS = "\"
Step #2 - "build": PEGEN_OBJS = "\"
Step #2 - "build": PGO_PROF_GEN_FLAG = "-fprofile-generate"
Step #2 - "build": PGO_PROF_USE_FLAG = "-fprofile-use -fprofile-correction"
Step #2 - "build": PLATLIBDIR = "lib"
Step #2 - "build": POBJS = "\"
Step #2 - "build": POSIX_SEMAPHORES_NOT_ENABLED = "0"
Step #2 - "build": PROFILE_TASK = "-m test --pgo --timeout=1200"
Step #2 - "build": PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT = "1"
Step #2 - "build": PTHREAD_SYSTEM_SCHED_SUPPORTED = "1"
Step #2 - "build": PURIFY = ""
Step #2 - "build": PY3LIBRARY = ""
Step #2 - "build": PYLONG_BITS_IN_DIGIT = "0"
Step #2 - "build": PYTHON = "python"
Step #2 - "build": PYTHONFRAMEWORK = ""
Step #2 - "build": PYTHONFRAMEWORKDIR = "no-framework"
Step #2 - "build": PYTHONFRAMEWORKINSTALLDIR = ""
Step #2 - "build": PYTHONFRAMEWORKPREFIX = ""
Step #2 - "build": PYTHONPATH = ""
Step #2 - "build": PYTHON_FOR_BUILD = "./python -E"
Step #2 - "build": PYTHON_FOR_BUILD_DEPS = "python"
Step #2 - "build": PYTHON_FOR_FREEZE = "./_bootstrap_python"
Step #2 - "build": PYTHON_FOR_REGEN = ""
Step #2 - "build": PYTHON_HEADERS = "\"
Step #2 - "build": PYTHON_OBJS = "\"
Step #2 - "build": PY_BUILTIN_HASHLIB_HASHES = ""md5,sha1,sha256,sha512,sha3,blake2""
Step #2 - "build": PY_BUILTIN_MODULE_CFLAGS = "-DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -g -Wformat -Werror=format-security -fno-semantic-interposition -std=c11 -Werror=implicit-function-declaration -fvisibility=hidden -fprofile-use -fprofile-correction -I./Include/internal -I. -I./Include -D_FORTIFY_SOURCE=2 -Wdate-time -DPy_BUILD_CORE_BUILTIN"
Step #2 - "build": PY_CFLAGS = "-DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -g -Wformat -Werror=format-security"
Step #2 - "build": PY_CFLAGS_NODIST = "-fno-semantic-interposition -std=c11 -Werror=implicit-function-declaration -fvisibility=hidden -fprofile-use -fprofile-correction -I./Include/internal"
Step #2 - "build": PY_COERCE_C_LOCALE = "1"
Step #2 - "build": PY_CORE_CFLAGS = "-DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -g -Wformat -Werror=format-security -fno-semantic-interposition -std=c11 -Werror=implicit-function-declaration -fvisibility=hidden -fprofile-use -fprofile-correction -I./Include/internal -I. -I./Include -D_FORTIFY_SOURCE=2 -Wdate-time -DPy_BUILD_CORE"
Step #2 - "build": PY_CORE_LDFLAGS = "-Wl,-z,relro -fno-semantic-interposition"
Step #2 - "build": PY_CPPFLAGS = "-I. -I./Include -D_FORTIFY_SOURCE=2 -Wdate-time"
Step #2 - "build": PY_ENABLE_SHARED = "0"
Step #2 - "build": PY_FORMAT_SIZE_T = ""z""
Step #2 - "build": PY_LDFLAGS = "-Wl,-z,relro"
Step #2 - "build": PY_LDFLAGS_NODIST = "-fno-semantic-interposition"
Step #2 - "build": PY_LDFLAGS_NOLTO = "-Wl,-z,relro"
Step #2 - "build": PY_SQLITE_ENABLE_LOAD_EXTENSION = "1"
Step #2 - "build": PY_SQLITE_HAVE_SERIALIZE = "1"
Step #2 - "build": PY_SSL_DEFAULT_CIPHERS = "1"
Step #2 - "build": PY_SSL_DEFAULT_CIPHER_STRING = "0"
Step #2 - "build": PY_STDMODULE_CFLAGS = "-DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -g -Wformat -Werror=format-security -fno-semantic-interposition -std=c11 -Werror=implicit-function-declaration -fvisibility=hidden -fprofile-use -fprofile-correction -I./Include/internal -I. -I./Include -D_FORTIFY_SOURCE=2 -Wdate-time"
Step #2 - "build": PY_SUPPORT_TIER = "1"
Step #2 - "build": Py_DEBUG = "0"
Step #2 - "build": Py_ENABLE_SHARED = "0"
Step #2 - "build": Py_HASH_ALGORITHM = "0"
Step #2 - "build": Py_STATS = "0"
Step #2 - "build": Py_TRACE_REFS = "0"
Step #2 - "build": QUICKTESTOPTS = "-x test_subprocess test_io test_lib2to3 \"
Step #2 - "build": READELF = "readelf"
Step #2 - "build": RESSRCDIR = "Mac/Resources/framework"
Step #2 - "build": RETSIGTYPE = "void"
Step #2 - "build": RUNSHARED = ""
Step #2 - "build": SCRIPTDIR = "/opt/python3.11/lib"
Step #2 - "build": SETPGRP_HAVE_ARG = "0"
Step #2 - "build": SHELL = "/bin/sh"
Step #2 - "build": SHLIBS = "-ldl"
Step #2 - "build": SHLIB_SUFFIX = ".so"
Step #2 - "build": SIGNED_RIGHT_SHIFT_ZERO_FILLS = "0"
Step #2 - "build": SITEPATH = ""
Step #2 - "build": SIZEOF_DOUBLE = "8"
Step #2 - "build": SIZEOF_FLOAT = "4"
Step #2 - "build": SIZEOF_FPOS_T = "16"
Step #2 - "build": SIZEOF_INT = "4"
Step #2 - "build": SIZEOF_LONG = "8"
Step #2 - "build": SIZEOF_LONG_DOUBLE = "16"
Step #2 - "build": SIZEOF_LONG_LONG = "8"
Step #2 - "build": SIZEOF_OFF_T = "8"
Step #2 - "build": SIZEOF_PID_T = "4"
Step #2 - "build": SIZEOF_PTHREAD_KEY_T = "4"
Step #2 - "build": SIZEOF_PTHREAD_T = "8"
Step #2 - "build": SIZEOF_SHORT = "2"
Step #2 - "build": SIZEOF_SIZE_T = "8"
Step #2 - "build": SIZEOF_TIME_T = "8"
Step #2 - "build": SIZEOF_UINTPTR_T = "8"
Step #2 - "build": SIZEOF_VOID_P = "8"
Step #2 - "build": SIZEOF_WCHAR_T = "4"
Step #2 - "build": SIZEOF__BOOL = "1"
Step #2 - "build": SOABI = "cpython-311-x86_64-linux-gnu"
Step #2 - "build": SRCDIRS = "Modules Modules/_blake2 Modules/_ctypes Modules/_decimal Modules/_decimal/libmpdec Modules/_io Modules/_multiprocessing Modules/_sha3 Modules/_sqlite Modules/_sre Modules/_xxtestfuzz Modules/cjkcodecs Modules/expat Objects Parser Programs Python Python/frozen_modules Python/deepfreeze"
Step #2 - "build": SRC_GDB_HOOKS = "./Tools/gdb/libpython.py"
Step #2 - "build": STATIC_LIBPYTHON = "1"
Step #2 - "build": STDC_HEADERS = "1"
Step #2 - "build": STRICT_SYSV_CURSES = "/* Don't use ncurses extensions */"
Step #2 - "build": STRIPFLAG = "-s"
Step #2 - "build": SUBDIRS = ""
Step #2 - "build": SUBDIRSTOO = "Include Lib Misc"
Step #2 - "build": SYSLIBS = "-lm"
Step #2 - "build": SYS_SELECT_WITH_SYS_TIME = "1"
Step #2 - "build": TESTOPTS = ""
Step #2 - "build": TESTPATH = ""
Step #2 - "build": TESTPYTHON = "./python -E"
Step #2 - "build": TESTPYTHONOPTS = ""
Step #2 - "build": TESTRUNNER = "./python -E ./Tools/scripts/run_tests.py"
Step #2 - "build": TESTSUBDIRS = "ctypes/test \"
Step #2 - "build": TESTTIMEOUT = "1200"
Step #2 - "build": TEST_MODULES = "yes"
Step #2 - "build": THREAD_STACK_SIZE = "0"
Step #2 - "build": TIMEMODULE_LIB = "0"
Step #2 - "build": TIME_WITH_SYS_TIME = "1"
Step #2 - "build": TM_IN_SYS_TIME = "0"
Step #2 - "build": TZPATH = "/usr/share/zoneinfo:/usr/lib/zoneinfo:/usr/share/lib/zoneinfo:/etc/zoneinfo"
Step #2 - "build": UNICODE_DEPS = "\"
Step #2 - "build": UNIVERSALSDK = ""
Step #2 - "build": UPDATE_FILE = "./Tools/scripts/update_file.py"
Step #2 - "build": USE_COMPUTED_GOTOS = "1"
Step #2 - "build": VERSION = "3.11"
Step #2 - "build": WASM_ASSETS_DIR = "./opt/python3.11"
Step #2 - "build": WASM_STDLIB = "./opt/python3.11/lib/python3.11/os.py"
Step #2 - "build": WHEEL_PKG_DIR = ""
Step #2 - "build": WINDOW_HAS_FLAGS = "1"
Step #2 - "build": WITH_DECIMAL_CONTEXTVAR = "1"
Step #2 - "build": WITH_DOC_STRINGS = "1"
Step #2 - "build": WITH_DTRACE = "0"
Step #2 - "build": WITH_DYLD = "0"
Step #2 - "build": WITH_EDITLINE = "0"
Step #2 - "build": WITH_FREELISTS = "1"
Step #2 - "build": WITH_LIBINTL = "0"
Step #2 - "build": WITH_NEXT_FRAMEWORK = "0"
Step #2 - "build": WITH_PYMALLOC = "1"
Step #2 - "build": WITH_VALGRIND = "0"
Step #2 - "build": X87_DOUBLE_ROUNDING = "0"
Step #2 - "build": XMLLIBSUBDIRS = "xml xml/dom xml/etree xml/parsers xml/sax"
Step #2 - "build": abiflags = ""
Step #2 - "build": abs_builddir = "/tmp/python1211562697/Python-3.11.5"
Step #2 - "build": abs_srcdir = "/tmp/python1211562697/Python-3.11.5"
Step #2 - "build": base = "/layers/google.python.runtime/python"
Step #2 - "build": datarootdir = "/opt/python3.11/share"
Step #2 - "build": exec_prefix = "/opt/python3.11"
Step #2 - "build": installed_base = "/layers/google.python.runtime/python"
Step #2 - "build": installed_platbase = "/layers/google.python.runtime/python"
Step #2 - "build": platbase = "/layers/google.python.runtime/python"
Step #2 - "build": platlibdir = "lib"
Step #2 - "build": prefix = "/opt/python3.11"
Step #2 - "build": projectbase = "/layers/google.python.runtime/python/bin"
Step #2 - "build": py_version = "3.11.5"
Step #2 - "build": py_version_nodot = "311"
Step #2 - "build": py_version_nodot_plat = ""
Step #2 - "build": py_version_short = "3.11"
Step #2 - "build": srcdir = "/layers/google.python.runtime/python/lib/python3.11/config-3.11-x86_64-linux-gnu"
Step #2 - "build": userbase = "/www-data-home/.local"
Step #2 - "build": Done "/layers/google.python.runtime/python/bin/python3 -m sysconfi..." (131.830567ms)
Step #2 - "build": --------------------------------------------------------------------------------
Step #2 - "build": Running "grep -rlI /opt/python3.11 /layers/google.python.runtime/python"
Step #2 - "build": /layers/google.python.runtime/python/bin/wheel
Step #2 - "build": /layers/google.python.runtime/python/bin/pydoc3.11
Step #2 - "build": /layers/google.python.runtime/python/bin/idle3.11
Step #2 - "build": /layers/google.python.runtime/python/bin/python3.11-config
Step #2 - "build": /layers/google.python.runtime/python/bin/pip3
Step #2 - "build": /layers/google.python.runtime/python/bin/pip3.11
Step #2 - "build": /layers/google.python.runtime/python/bin/2to3-3.11
Step #2 - "build": /layers/google.python.runtime/python/lib/pkgconfig/python-3.11-embed.pc
Step #2 - "build": /layers/google.python.runtime/python/lib/pkgconfig/python-3.11.pc
Step #2 - "build": /layers/google.python.runtime/python/lib/python3.11/_sysconfigdata__linux_x86_64-linux-gnu.py
Step #2 - "build": /layers/google.python.runtime/python/lib/python3.11/config-3.11-x86_64-linux-gnu/python-config.py
Step #2 - "build": /layers/google.python.runtime/python/lib/python3.11/config-3.11-x86_64-linux-gnu/Makefile
Step #2 - "build": Done "grep -rlI /opt/python3.11 /layers/google.python.runtime/pyth..." (146.051314ms)
Step #2 - "build": --------------------------------------------------------------------------------
Step #2 - "build": Running "sed -i s|/opt/python3.11|/layers/google.python.runtime/python|g /layers/google.python.runtime/python/bin/wheel"
Step #2 - "build": Done "sed -i s|/opt/python3.11|/layers/google.python.runtime/pytho..." (19.008563ms)
Step #2 - "build": --------------------------------------------------------------------------------
Step #2 - "build": Running "sed -i s|/opt/python3.11|/layers/google.python.runtime/python|g /layers/google.python.runtime/python/bin/pydoc3.11"
Step #2 - "build": Done "sed -i s|/opt/python3.11|/layers/google.python.runtime/pytho..." (2.725257ms)
Step #2 - "build": --------------------------------------------------------------------------------
Step #2 - "build": Running "sed -i s|/opt/python3.11|/layers/google.python.runtime/python|g /layers/google.python.runtime/python/bin/idle3.11"
Step #2 - "build": Done "sed -i s|/opt/python3.11|/layers/google.python.runtime/pytho..." (2.539906ms)
Step #2 - "build": --------------------------------------------------------------------------------
Step #2 - "build": Running "sed -i s|/opt/python3.11|/layers/google.python.runtime/python|g /layers/google.python.runtime/python/bin/python3.11-config"
Step #2 - "build": Done "sed -i s|/opt/python3.11|/layers/google.python.runtime/pytho..." (2.873955ms)
Step #2 - "build": --------------------------------------------------------------------------------
Step #2 - "build": Running "sed -i s|/opt/python3.11|/layers/google.python.runtime/python|g /layers/google.python.runtime/python/bin/pip3"
Step #2 - "build": Done "sed -i s|/opt/python3.11|/layers/google.python.runtime/pytho..." (2.396261ms)
Step #2 - "build": --------------------------------------------------------------------------------
Step #2 - "build": Running "sed -i s|/opt/python3.11|/layers/google.python.runtime/python|g /layers/google.python.runtime/python/bin/pip3.11"
Step #2 - "build": Done "sed -i s|/opt/python3.11|/layers/google.python.runtime/pytho..." (2.333751ms)
Step #2 - "build": --------------------------------------------------------------------------------
Step #2 - "build": Running "sed -i s|/opt/python3.11|/layers/google.python.runtime/python|g /layers/google.python.runtime/python/bin/2to3-3.11"
Step #2 - "build": Done "sed -i s|/opt/python3.11|/layers/google.python.runtime/pytho..." (2.417642ms)
Step #2 - "build": --------------------------------------------------------------------------------
Step #2 - "build": Running "sed -i s|/opt/python3.11|/layers/google.python.runtime/python|g /layers/google.python.runtime/python/lib/pkgconfig/python-3.11-embed.pc"
Step #2 - "build": Done "sed -i s|/opt/python3.11|/layers/google.python.runtime/pytho..." (1.868839ms)
Step #2 - "build": --------------------------------------------------------------------------------
Step #2 - "build": Running "sed -i s|/opt/python3.11|/layers/google.python.runtime/python|g /layers/google.python.runtime/python/lib/pkgconfig/python-3.11.pc"
Step #2 - "build": Done "sed -i s|/opt/python3.11|/layers/google.python.runtime/pytho..." (1.884362ms)
Step #2 - "build": --------------------------------------------------------------------------------
Step #2 - "build": Running "sed -i s|/opt/python3.11|/layers/google.python.runtime/python|g /layers/google.python.runtime/python/lib/python3.11/_sysconfigdata__linux_x86_64-linux-gnu.py"
Step #2 - "build": Done "sed -i s|/opt/python3.11|/layers/google.python.runtime/pytho..." (2.104176ms)
Step #2 - "build": --------------------------------------------------------------------------------
Step #2 - "build": Running "sed -i s|/opt/python3.11|/layers/google.python.runtime/python|g /layers/google.python.runtime/python/lib/python3.11/config-3.11-x86_64-linux-gnu/python-config.py"
Step #2 - "build": Done "sed -i s|/opt/python3.11|/layers/google.python.runtime/pytho..." (1.85882ms)
Step #2 - "build": --------------------------------------------------------------------------------
Step #2 - "build": Running "sed -i s|/opt/python3.11|/layers/google.python.runtime/python|g /layers/google.python.runtime/python/lib/python3.11/config-3.11-x86_64-linux-gnu/Makefile"
Step #2 - "build": Done "sed -i s|/opt/python3.11|/layers/google.python.runtime/pytho..." (2.504099ms)
Step #2 - "build": Warning: BOM table is deprecated in this buildpack api version, though it remains supported for backwards compatibility. Buildpack authors should write BOM information to <layer>.sbom.<ext>, launch.sbom.<ext>, or build.sbom.<ext>.
Step #2 - "build": Warning: BOM table is deprecated in this buildpack api version, though it remains supported for backwards compatibility. Buildpack authors should write BOM information to <layer>.sbom.<ext>, launch.sbom.<ext>, or build.sbom.<ext>.
Step #2 - "build": Warning: BOM table is deprecated in this buildpack api version, though it remains supported for backwards compatibility. Buildpack authors should write BOM information to <layer>.sbom.<ext>, launch.sbom.<ext>, or build.sbom.<ext>.
Step #2 - "build": === Python - Pip (google.python.pip@0.9.2) ===
Step #2 - "build": DEBUG: Found requirements.txt files provided by other buildpacks: []
Step #2 - "build": --------------------------------------------------------------------------------
Step #2 - "build": Running "python3 --version"
Step #2 - "build": Python 3.11.5
Step #2 - "build": Done "python3 --version" (3.828162ms)
Step #2 - "build": DEBUG: Current dependency hash: "6b68570f77f514c52e231254384f5ac2cda085f7d67252f2452092010441faa4"
Step #2 - "build": DEBUG: Cache dependency hash: ""
Step #2 - "build": DEBUG: No metadata found from a previous build, skipping cache.
Step #2 - "build": Installing application dependencies.
Step #2 - "build": DEBUG: ***** CACHE MISS: "pip"
Step #2 - "build": DEBUG: Setting environment variable PYTHONUSERBASE=/layers/google.python.pip/pip
Step #2 - "build": --------------------------------------------------------------------------------
Step #2 - "build": Running "python3 -m pip install --requirement requirements.txt --upgrade --upgrade-strategy only-if-needed --no-warn-script-location --no-warn-conflicts --force-reinstall --no-compile --disable-pip-version-check --no-cache-dir --user"
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 416 168
DEBUG: Reading GCS logfile: 416 (no new content; keep polling)
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 206 1973
DEBUG: Reading GCS logfile: 206 (read 1973 bytes)
Step #2 - "build": Collecting Flask==2.1.1 (from -r requirements.txt (line 1))
Step #2 - "build": Downloading Flask-2.1.1-py3-none-any.whl (95 kB)
Step #2 - "build": ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.2/95.2 kB 2.4 MB/s eta 0:00:00
Step #2 - "build": Collecting gunicorn==20.1.0 (from -r requirements.txt (line 2))
Step #2 - "build": Downloading gunicorn-20.1.0-py3-none-any.whl (79 kB)
Step #2 - "build": ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.5/79.5 kB 6.5 MB/s eta 0:00:00
Step #2 - "build": Collecting Werkzeug>=2.0 (from Flask==2.1.1->-r requirements.txt (line 1))
Step #2 - "build": Obtaining dependency information for Werkzeug>=2.0 from https://files.pythonhosted.org/packages/9b/59/a7c32e3d8d0e546a206e0552a2c04444544f15c1da4a01df8938d20c6ffc/werkzeug-2.3.7-py3-none-any.whl.metadata
Step #2 - "build": Downloading werkzeug-2.3.7-py3-none-any.whl.metadata (4.1 kB)
Step #2 - "build": Collecting Jinja2>=3.0 (from Flask==2.1.1->-r requirements.txt (line 1))
Step #2 - "build": Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
Step #2 - "build": ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 9.3 MB/s eta 0:00:00
Step #2 - "build": Collecting itsdangerous>=2.0 (from Flask==2.1.1->-r requirements.txt (line 1))
Step #2 - "build": Downloading itsdangerous-2.1.2-py3-none-any.whl (15 kB)
Step #2 - "build": Collecting click>=8.0 (from Flask==2.1.1->-r requirements.txt (line 1))
Step #2 - "build": Obtaining dependency information for click>=8.0 from https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl.metadata
Step #2 - "build": Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 206 2082
DEBUG: Reading GCS logfile: 206 (read 2082 bytes)
Step #2 - "build": Collecting setuptools>=3.0 (from gunicorn==20.1.0->-r requirements.txt (line 2))
Step #2 - "build": Obtaining dependency information for setuptools>=3.0 from https://files.pythonhosted.org/packages/4f/ab/0bcfebdfc3bfa8554b2b2c97a555569c4c1ebc74ea288741ea8326c51906/setuptools-68.1.2-py3-none-any.whl.metadata
Step #2 - "build": Downloading setuptools-68.1.2-py3-none-any.whl.metadata (6.2 kB)
Step #2 - "build": Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->Flask==2.1.1->-r requirements.txt (line 1))
Step #2 - "build": Obtaining dependency information for MarkupSafe>=2.0 from https://files.pythonhosted.org/packages/fe/21/2eff1de472ca6c99ec3993eab11308787b9879af9ca8bbceb4868cf4f2ca/MarkupSafe-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
Step #2 - "build": Downloading MarkupSafe-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB)
Step #2 - "build": Downloading click-8.1.7-py3-none-any.whl (97 kB)
Step #2 - "build": ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 8.8 MB/s eta 0:00:00
Step #2 - "build": Downloading setuptools-68.1.2-py3-none-any.whl (805 kB)
Step #2 - "build": ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 805.1/805.1 kB 9.8 MB/s eta 0:00:00
Step #2 - "build": Downloading werkzeug-2.3.7-py3-none-any.whl (242 kB)
Step #2 - "build": ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 242.2/242.2 kB 14.2 MB/s eta 0:00:00
Step #2 - "build": Downloading MarkupSafe-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28 kB)
Step #2 - "build": Installing collected packages: setuptools, MarkupSafe, itsdangerous, click, Werkzeug, Jinja2, gunicorn, Flask
Step #2 - "build": Successfully installed Flask-2.1.1 Jinja2-3.1.2 MarkupSafe-2.1.3 Werkzeug-2.3.7 click-8.1.7 gunicorn-20.1.0 itsdangerous-2.1.2 setuptools-68.1.2
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 206 324
DEBUG: Reading GCS logfile: 206 (read 324 bytes)
Step #2 - "build": Done "python3 -m pip install --requirement requirements.txt --upgr..." (4.75405852s)
Step #2 - "build": --------------------------------------------------------------------------------
Step #2 - "build": Running "python3 -m compileall --invalidation-mode unchecked-hash -qq /layers/google.python.pip/pip"
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 416 168
DEBUG: Reading GCS logfile: 416 (no new content; keep polling)
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 206 1033
DEBUG: Reading GCS logfile: 206 (read 1033 bytes)
Step #2 - "build": Done "python3 -m compileall --invalidation-mode unchecked-hash -qq..." (1.011135193s)
Step #2 - "build": Checking for incompatible dependencies.
Step #2 - "build": --------------------------------------------------------------------------------
Step #2 - "build": Running "python3 -m pip check"
Step #2 - "build": No broken requirements found.
Step #2 - "build": Done "python3 -m pip check" (555.360243ms)
Step #2 - "build": === Config - Entrypoint (google.config.entrypoint@0.9.0) ===
Step #2 - "build": Using entrypoint from app.yaml.
Step #2 - "build": === Utils - Label Image (google.utils.label-image@0.0.2) ===
Step #2 - "build": Adding image label google.builder-image: eu.gcr.io/gae-runtimes/buildpacks/google-gae-22/python/builder:python_20230807_RC00
Step #2 - "build": Adding image label google.builder-version: python_20230807_RC00
Step #2 - "build": Adding image label google.run-image: eu.gcr.io/gae-runtimes/buildpacks/google-gae-22/python/run:python_20230807_RC00
Step #2 - "build": ===> EXPORTING
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 416 168
DEBUG: Reading GCS logfile: 416 (no new content; keep polling)
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 206 63
DEBUG: Reading GCS logfile: 206 (read 63 bytes)
Step #2 - "build": Adding layer 'google.python.runtime:python'
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 416 168
DEBUG: Reading GCS logfile: 416 (no new content; keep polling)
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 416 168
DEBUG: Reading GCS logfile: 416 (no new content; keep polling)
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 416 168
DEBUG: Reading GCS logfile: 416 (no new content; keep polling)
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 416 168
DEBUG: Reading GCS logfile: 416 (no new content; keep polling)
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 206 901
DEBUG: Reading GCS logfile: 206 (read 901 bytes)
Step #2 - "build": Adding layer 'google.python.pip:pip'
Step #2 - "build": Adding layer 'buildpacksio/lifecycle:launch.sbom'
Step #2 - "build": Adding 1/1 app layer(s)
Step #2 - "build": Adding layer 'buildpacksio/lifecycle:launcher'
Step #2 - "build": Adding layer 'buildpacksio/lifecycle:config'
Step #2 - "build": Adding layer 'buildpacksio/lifecycle:process-types'
Step #2 - "build": Adding label 'io.buildpacks.lifecycle.metadata'
Step #2 - "build": Adding label 'io.buildpacks.build.metadata'
Step #2 - "build": Adding label 'io.buildpacks.project.metadata'
Step #2 - "build": Adding label 'google.builder-image'
Step #2 - "build": Adding label 'google.builder-version'
Step #2 - "build": Adding label 'google.run-image'
Step #2 - "build": Setting default process type 'web'
Step #2 - "build": Saving eu.gcr.io/hello-world-app/appengine/test.20230906t181553:f7e89454-9d15-4b83-a93e-3540a41b90b6...
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 416 168
DEBUG: Reading GCS logfile: 416 (no new content; keep polling)
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 416 168
DEBUG: Reading GCS logfile: 416 (no new content; keep polling)
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 416 168
DEBUG: Reading GCS logfile: 416 (no new content; keep polling)
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 416 168
DEBUG: Reading GCS logfile: 416 (no new content; keep polling)
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 416 168
DEBUG: Reading GCS logfile: 416 (no new content; keep polling)
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 416 168
DEBUG: Reading GCS logfile: 416 (no new content; keep polling)
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 416 168
DEBUG: Reading GCS logfile: 416 (no new content; keep polling)
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 416 168
DEBUG: Reading GCS logfile: 416 (no new content; keep polling)
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 416 168
DEBUG: Reading GCS logfile: 416 (no new content; keep polling)
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 416 168
DEBUG: Reading GCS logfile: 416 (no new content; keep polling)
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 416 168
DEBUG: Reading GCS logfile: 416 (no new content; keep polling)
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 416 168
DEBUG: Reading GCS logfile: 416 (no new content; keep polling)
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 206 307
DEBUG: Reading GCS logfile: 206 (read 307 bytes)
Step #2 - "build": *** Images (sha256:4ec114143acad1f9e4b0b2f770fb0bcab56d7c72e9417b74029d3110f8d89f1a):
Step #2 - "build": eu.gcr.io/hello-world-app/appengine/test.20230906t181553:f7e89454-9d15-4b83-a93e-3540a41b90b6
Step #2 - "build": eu.gcr.io/hello-world-app/appengine/test.20230906t181553:latest
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 206 198
DEBUG: Reading GCS logfile: 206 (read 198 bytes)
Finished Step #2 - "build"
Starting Step #3 - "post-buildpack"
Step #3 - "post-buildpack": Already have image (with digest): eu.gcr.io/gae-runtimes/utilities/buildpack-shim:base_20230730_18_04_RC00
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 206 46
DEBUG: Reading GCS logfile: 206 (read 46 bytes)
Finished Step #3 - "post-buildpack"
PUSH
DONE
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 416 168
DEBUG: Reading GCS logfile: 416 (no new content; keep polling)
DEBUG: Starting new HTTPS connection (1): storage.googleapis.com:443
DEBUG: https://storage.googleapis.com:443 "GET /staging.hello-world-app.appspot.com/log-8765677e-47a9-4dda-9203-e884067cc939.txt HTTP/1.1" 416 168
DEBUG: Reading GCS logfile: 416 (no new content; keep polling)
-----------------------------------------------------------------------------------------------------------------------------
DEBUG: Operation [apps/hello-world-app/operations/f7e89454-9d15-4b83-a93e-3540a41b90b6] not complete. Waiting to retry.
Updating service [test] (this may take several minutes)...⠧DEBUG: Operation [apps/hello-world-app/operations/f7e89454-9d15-4b83-a93e-3540a41b90b6] not complete. Waiting to retry.
Updating service [test] (this may take several minutes)...⠹DEBUG: Operation [apps/hello-world-app/operations/f7e89454-9d15-4b83-a93e-3540a41b90b6] complete. Result: {
"done": true,
"error": {
"code": 13,
"message": "An internal error occurred."
},
"metadata": {
"@type": "type.googleapis.com/google.appengine.v1.OperationMetadataV1",
"createVersionMetadata": {
"cloudBuildId": "8765677e-47a9-4dda-9203-e884067cc939"
},
"insertTime": "2023-09-06T16:17:08.700Z",
"method": "google.appengine.v1.Versions.CreateVersion",
"target": "apps/hello-world-app/services/test/versions/20230906t181553",
"user": "admin@hello-world.com"
},
"name": "apps/hello-world-app/operations/f7e89454-9d15-4b83-a93e-3540a41b90b6"
}
Updating service [test] (this may take several minutes)...failed.
DEBUG: (gcloud.app.deploy) Error Response: [13] An internal error occurred.
Traceback (most recent call last):
File "/Users/user/google-cloud-sdk/lib/googlecloudsdk/calliope/cli.py", line 987, in Execute
resources = calliope_command.Run(cli=self, args=args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/user/google-cloud-sdk/lib/googlecloudsdk/calliope/backend.py", line 807, in Run
resources = command_instance.Run(args)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/user/google-cloud-sdk/lib/surface/app/deploy.py", line 127, in Run
return deploy_util.RunDeploy(
^^^^^^^^^^^^^^^^^^^^^^
File "/Users/user/google-cloud-sdk/lib/googlecloudsdk/command_lib/app/deploy_util.py", line 692, in RunDeploy
deployer.Deploy(
File "/Users/user/google-cloud-sdk/lib/googlecloudsdk/command_lib/app/deploy_util.py", line 471, in Deploy
self.api_client.DeployService(new_version.service, new_version.id,
File "/Users/user/google-cloud-sdk/lib/googlecloudsdk/api_lib/app/appengine_api_client.py", line 230, in DeployService
return operations_util.WaitForOperation(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/user/google-cloud-sdk/lib/googlecloudsdk/api_lib/app/operations_util.py", line 307, in WaitForOperation
completed_operation = waiter.WaitFor(
^^^^^^^^^^^^^^^
File "/Users/user/google-cloud-sdk/lib/googlecloudsdk/api_lib/util/waiter.py", line 261, in WaitFor
operation = PollUntilDone(
^^^^^^^^^^^^^^
File "/Users/user/google-cloud-sdk/lib/googlecloudsdk/api_lib/util/waiter.py", line 322, in PollUntilDone
operation = retryer.RetryOnResult(
^^^^^^^^^^^^^^^^^^^^^^
File "/Users/user/google-cloud-sdk/lib/googlecloudsdk/core/util/retry.py", line 249, in RetryOnResult
if not should_retry(result, state):
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/user/google-cloud-sdk/lib/googlecloudsdk/api_lib/util/waiter.py", line 320, in _IsNotDone
return not poller.IsDone(operation)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/user/google-cloud-sdk/lib/googlecloudsdk/api_lib/app/operations_util.py", line 182, in IsDone
raise OperationError(requests.ExtractErrorMessage(
googlecloudsdk.api_lib.app.operations_util.OperationError: Error Response: [13] An internal error occurred.
ERROR: (gcloud.app.deploy) Error Response: [13] An internal error occurred.
Some additional information:
Google Cloud SDK 444.0.0
Just to clarify, I don't have any problem deploying to a standard environment. I have 3 services in different engines all working fine.
Is there any way to have additional information about the error?
My guess is that it is related to a permissions problem but I didn't find the necessary list of roles specific to flexible environments and the fact that I am able to deploy and run services in standard environments makes me think it might not be the cause.
Solved! Go to Solution.
Solved.
The problem was that my project did not have an app-level default service account.
View your configured service accounts
Update the app-level default service account for your app
Still, I don't understand how I was able to deploy standard instances without that set up.
Solved.
The problem was that my project did not have an app-level default service account.
View your configured service accounts
Update the app-level default service account for your app
Still, I don't understand how I was able to deploy standard instances without that set up.