===== bootstrap-pr-report-check-pr183-44s7h-archive-artifacts-pod.log ===== [pod/bootstrap-pr-report-check-pr183-44s7h-archive-artifacts-pod/prepare] 2026-07-09T23:01:45.012152321-05:00 2026/07/10 04:01:45 Entrypoint initialization [pod/bootstrap-pr-report-check-pr183-44s7h-archive-artifacts-pod/place-scripts] 2026-07-09T23:01:45.506159745-05:00 2026/07/10 04:01:45 Decoded script /tekton/scripts/script-0-v5pzr [pod/bootstrap-pr-report-check-pr183-44s7h-archive-artifacts-pod/step-upload-artifacts] 2026-07-09T23:01:49.684961469-05:00 ==> uploading /workspace/shared/artifacts/ -> s3://tekton-logs/storeminder-ai/bootstrap/pr-183/bootstrap-pr-report-check-pr183-44s7h/artifacts/ (endpoint http://10.10.0.10:9000) ===== bootstrap-pr-report-check-pr183-44s7h-archive-logs-pod.log ===== [pod/bootstrap-pr-report-check-pr183-44s7h-archive-logs-pod/prepare] 2026-07-09T23:01:44.874255869-05:00 2026/07/10 04:01:44 Entrypoint initialization [pod/bootstrap-pr-report-check-pr183-44s7h-archive-logs-pod/place-scripts] 2026-07-09T23:01:45.494744556-05:00 2026/07/10 04:01:45 Decoded script /tekton/scripts/script-0-w2s72 [pod/bootstrap-pr-report-check-pr183-44s7h-archive-logs-pod/place-scripts] 2026-07-09T23:01:45.514876967-05:00 2026/07/10 04:01:45 Decoded script /tekton/scripts/script-1-988p9 [pod/bootstrap-pr-report-check-pr183-44s7h-archive-logs-pod/step-collect-logs] 2026-07-09T23:01:49.755129136-05:00 ==> collecting pod logs for PipelineRun=bootstrap-pr-report-check-pr183-44s7h ===== bootstrap-pr-report-check-pr183-44s7h-clone-pod.log ===== [pod/bootstrap-pr-report-check-pr183-44s7h-clone-pod/prepare] 2026-07-09T22:53:48.319494615-05:00 2026/07/10 03:53:48 Entrypoint initialization [pod/bootstrap-pr-report-check-pr183-44s7h-clone-pod/place-scripts] 2026-07-09T22:53:48.920058971-05:00 2026/07/10 03:53:48 Decoded script /tekton/scripts/script-0-c6xk9 [pod/bootstrap-pr-report-check-pr183-44s7h-clone-pod/step-clone] 2026-07-09T22:53:52.970067034-05:00 From https://github.com/storeminder-ai/bootstrap [pod/bootstrap-pr-report-check-pr183-44s7h-clone-pod/step-clone] 2026-07-09T22:53:52.970099244-05:00 * branch bbb549b8ed1a296cc8e77304d16a7f1ec54730ef -> FETCH_HEAD [pod/bootstrap-pr-report-check-pr183-44s7h-clone-pod/step-clone] 2026-07-09T22:53:52.987044195-05:00 Cloned bbb549b8ed1a296cc8e77304d16a7f1ec54730ef ===== bootstrap-pr-report-check-pr183-44s7h-live-build-pod.log ===== [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/prepare] 2026-07-09T22:54:11.262738758-05:00 2026/07/10 03:54:11 Entrypoint initialization [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/place-scripts] 2026-07-09T22:54:12.009612971-05:00 2026/07/10 03:54:12 Decoded script /tekton/scripts/script-0-jpmb7 [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/place-scripts] 2026-07-09T22:54:12.029128423-05:00 2026/07/10 03:54:12 Decoded script /tekton/scripts/script-2-d4ddw [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-prepare-dockerfile] 2026-07-09T22:54:16.443068528-05:00 Wrote Dockerfile.reportcheck: [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-prepare-dockerfile] 2026-07-09T22:54:16.443998246-05:00 # Throwaway PR image for the D2 live report build. Layers the PR checkout [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-prepare-dockerfile] 2026-07-09T22:54:16.444010816-05:00 # (src + tests + fixtures + notebooks) over the prod runtime so the D1 [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-prepare-dockerfile] 2026-07-09T22:54:16.444015526-05:00 # trait suite can run with real deps + real secrets (mounted by the Job). [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-prepare-dockerfile] 2026-07-09T22:54:16.444019356-05:00 FROM registry.storeminder.ai/images/storeminder:latest [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-prepare-dockerfile] 2026-07-09T22:54:16.444022886-05:00 COPY . /prsrc [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-prepare-dockerfile] 2026-07-09T22:54:16.444027255-05:00 WORKDIR /prsrc [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-prepare-dockerfile] 2026-07-09T22:54:16.444031955-05:00 # Overlay the PR package over the baked one (deps already resolved in the [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-prepare-dockerfile] 2026-07-09T22:54:16.444035605-05:00 # base), then add the test runner. Prefer the [test] extra (D1/#90 adds [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-prepare-dockerfile] 2026-07-09T22:54:16.444039145-05:00 # papermill/nbclient/scrapbook there); fall back to bare pytest pre-D1. [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-prepare-dockerfile] 2026-07-09T22:54:16.444042905-05:00 RUN pip install --no-cache-dir --no-deps -e /prsrc && (pip install --no-cache-dir -e ".[test]" || pip install --no-cache-dir pytest) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:16.742855471-05:00 INFO[0000] Retrieving image manifest registry.storeminder.ai/images/storeminder:latest [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:16.742882461-05:00 INFO[0000] Retrieving image registry.storeminder.ai/images/storeminder:latest from registry registry.storeminder.ai [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:16.835047657-05:00 INFO[0000] Retrieving image manifest registry.storeminder.ai/images/storeminder:latest [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:16.835062587-05:00 INFO[0000] Returning cached image manifest [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:16.867744747-05:00 INFO[0000] Built cross stage deps: map[] [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:16.867770077-05:00 INFO[0000] Retrieving image manifest registry.storeminder.ai/images/storeminder:latest [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:16.867775346-05:00 INFO[0000] Returning cached image manifest [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:16.867783476-05:00 INFO[0000] Retrieving image manifest registry.storeminder.ai/images/storeminder:latest [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:16.867786816-05:00 INFO[0000] Returning cached image manifest [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:16.867960854-05:00 INFO[0000] Executing 0 build triggers [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:16.868256680-05:00 INFO[0000] Building stage 'registry.storeminder.ai/images/storeminder:latest' [idx: '0', base-idx: '-1'] [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:16.880731226-05:00 INFO[0000] Checking for cached layer registry.storeminder.ai/images/cache:83f517f71ad39a8c5ba6b46e0a8dde18139c1321683ef2b7042308119a1fd2ae... [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:16.938759072-05:00 INFO[0000] No cached layer found for cmd RUN pip install --no-cache-dir --no-deps -e /prsrc && (pip install --no-cache-dir -e ".[test]" || pip install --no-cache-dir pytest) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:16.938814811-05:00 INFO[0000] Unpacking rootfs as cmd COPY . /prsrc requires it. [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:26.254990400-05:00 INFO[0009] COPY . /prsrc [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:26.289183524-05:00 INFO[0009] Taking snapshot of files... [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:26.361901157-05:00 INFO[0009] WORKDIR /prsrc [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:26.362014176-05:00 INFO[0009] Cmd: workdir [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:26.362023556-05:00 INFO[0009] Changed working directory to /prsrc [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:26.362153654-05:00 INFO[0009] No files changed in this command, skipping snapshotting. [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:26.362161644-05:00 INFO[0009] RUN pip install --no-cache-dir --no-deps -e /prsrc && (pip install --no-cache-dir -e ".[test]" || pip install --no-cache-dir pytest) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:26.362167254-05:00 INFO[0009] Initializing snapshotter ... [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:26.362172094-05:00 INFO[0009] Taking snapshot of full filesystem... [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:32.321531692-05:00 INFO[0015] Cmd: /bin/sh [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:32.321643160-05:00 INFO[0015] Args: [-c pip install --no-cache-dir --no-deps -e /prsrc && (pip install --no-cache-dir -e ".[test]" || pip install --no-cache-dir pytest)] [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:32.321657630-05:00 INFO[0015] Running: [/bin/sh -c pip install --no-cache-dir --no-deps -e /prsrc && (pip install --no-cache-dir -e ".[test]" || pip install --no-cache-dir pytest)] [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:32.640731741-05:00 Obtaining file:///prsrc [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:32.642582927-05:00 Installing build dependencies: started [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:34.452756338-05:00 Installing build dependencies: finished with status 'done' [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:34.453674076-05:00 Checking if build backend supports build_editable: started [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:34.571867170-05:00 Checking if build backend supports build_editable: finished with status 'done' [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:34.572958926-05:00 Getting requirements to build editable: started [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:34.728360909-05:00 Getting requirements to build editable: finished with status 'done' [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:34.729603243-05:00 Preparing editable metadata (pyproject.toml): started [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:34.888787547-05:00 Preparing editable metadata (pyproject.toml): finished with status 'done' [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:34.931971680-05:00 Building wheels for collected packages: storeminder [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:34.932892708-05:00 Building editable for storeminder (pyproject.toml): started [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:35.118402994-05:00 Building editable for storeminder (pyproject.toml): finished with status 'done' [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:35.119035055-05:00 Created wheel for storeminder: filename=storeminder-0.1.0-0.editable-py3-none-any.whl size=1873 sha256=37289944635fdbd51956610616af1aa7113cfc1f20b12be2c0a1a69151ab51da [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:35.119154044-05:00 Stored in directory: /tmp/pip-ephem-wheel-cache-loi7vggd/wheels/12/13/ba/810e66e2be1a8a55fa7c56f5f12815f8d07be3aad27f734654 [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:35.121484174-05:00 Successfully built storeminder [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:35.121677521-05:00 Installing collected packages: storeminder [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:35.121814660-05:00 Attempting uninstall: storeminder [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:35.161180202-05:00 Found existing installation: storeminder 0.1.0 [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:35.165846432-05:00 Uninstalling storeminder-0.1.0: [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:35.167452421-05:00 Successfully uninstalled storeminder-0.1.0 [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:35.226817865-05:00 Successfully installed storeminder-0.1.0 [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:35.227035592-05:00 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:35.374044176-05:00 [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:35.375010943-05:00 [notice] A new release of pip is available: 24.0 -> 26.1.2 [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:35.375167101-05:00 [notice] To update, run: pip install --upgrade pip [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:35.817202069-05:00 Obtaining file:///prsrc [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:35.819324282-05:00 Installing build dependencies: started [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:37.870732307-05:00 Installing build dependencies: finished with status 'done' [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:37.871592186-05:00 Checking if build backend supports build_editable: started [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:37.983786502-05:00 Checking if build backend supports build_editable: finished with status 'done' [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:37.984768389-05:00 Getting requirements to build editable: started [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.142237464-05:00 Getting requirements to build editable: finished with status 'done' [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.143519908-05:00 Preparing editable metadata (pyproject.toml): started [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.298362737-05:00 Preparing editable metadata (pyproject.toml): finished with status 'done' [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.374279740-05:00 Requirement already satisfied: pandas>=1.5.0 in /usr/local/lib/python3.11/site-packages (from storeminder==0.1.0) (3.0.3) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.375273178-05:00 Requirement already satisfied: numpy>=1.23.0 in /usr/local/lib/python3.11/site-packages (from storeminder==0.1.0) (2.4.6) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.376062578-05:00 Requirement already satisfied: requests>=2.28.0 in /usr/local/lib/python3.11/site-packages (from storeminder==0.1.0) (2.34.2) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.376892777-05:00 Requirement already satisfied: openpyxl>=3.0.0 in /usr/local/lib/python3.11/site-packages (from storeminder==0.1.0) (3.1.5) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.377731126-05:00 Requirement already satisfied: anthropic>=0.25.0 in /usr/local/lib/python3.11/site-packages (from storeminder==0.1.0) (0.116.0) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.378727873-05:00 Requirement already satisfied: psycopg>=3.1 in /usr/local/lib/python3.11/site-packages (from psycopg[binary,pool]>=3.1->storeminder==0.1.0) (3.3.4) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.380155005-05:00 Requirement already satisfied: boto3>=1.34 in /usr/local/lib/python3.11/site-packages (from storeminder==0.1.0) (1.43.45) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.380843406-05:00 Requirement already satisfied: PyYAML>=6.0 in /usr/local/lib/python3.11/site-packages (from storeminder==0.1.0) (6.0.3) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.560267479-05:00 Collecting pytest>=7 (from storeminder==0.1.0) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.662730362-05:00 Downloading pytest-9.1.1-py3-none-any.whl.metadata (7.6 kB) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.674769497-05:00 Requirement already satisfied: anyio<5,>=3.5.0 in /usr/local/lib/python3.11/site-packages (from anthropic>=0.25.0->storeminder==0.1.0) (4.14.1) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.675751704-05:00 Requirement already satisfied: distro<2,>=1.7.0 in /usr/local/lib/python3.11/site-packages (from anthropic>=0.25.0->storeminder==0.1.0) (1.9.0) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.676535434-05:00 Requirement already satisfied: docstring-parser<1,>=0.15 in /usr/local/lib/python3.11/site-packages (from anthropic>=0.25.0->storeminder==0.1.0) (0.18.0) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.677451742-05:00 Requirement already satisfied: httpx<1,>=0.25.0 in /usr/local/lib/python3.11/site-packages (from anthropic>=0.25.0->storeminder==0.1.0) (0.28.1) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.678310461-05:00 Requirement already satisfied: jiter<1,>=0.4.0 in /usr/local/lib/python3.11/site-packages (from anthropic>=0.25.0->storeminder==0.1.0) (0.16.0) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.680535653-05:00 Requirement already satisfied: pydantic<3,>=1.9.0 in /usr/local/lib/python3.11/site-packages (from anthropic>=0.25.0->storeminder==0.1.0) (2.13.4) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.681086995-05:00 Requirement already satisfied: sniffio in /usr/local/lib/python3.11/site-packages (from anthropic>=0.25.0->storeminder==0.1.0) (1.3.1) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.681818496-05:00 Requirement already satisfied: typing-extensions<5,>=4.14 in /usr/local/lib/python3.11/site-packages (from anthropic>=0.25.0->storeminder==0.1.0) (4.16.0) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.685652787-05:00 Requirement already satisfied: botocore<1.44.0,>=1.43.45 in /usr/local/lib/python3.11/site-packages (from boto3>=1.34->storeminder==0.1.0) (1.43.45) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.686580705-05:00 Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /usr/local/lib/python3.11/site-packages (from boto3>=1.34->storeminder==0.1.0) (1.1.0) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.687258886-05:00 Requirement already satisfied: s3transfer<0.20.0,>=0.19.0 in /usr/local/lib/python3.11/site-packages (from boto3>=1.34->storeminder==0.1.0) (0.19.0) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.690032210-05:00 Requirement already satisfied: et-xmlfile in /usr/local/lib/python3.11/site-packages (from openpyxl>=3.0.0->storeminder==0.1.0) (2.0.0) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.735112681-05:00 Requirement already satisfied: python-dateutil>=2.8.2 in /usr/local/lib/python3.11/site-packages (from pandas>=1.5.0->storeminder==0.1.0) (2.9.0.post0) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.772840046-05:00 Requirement already satisfied: psycopg-binary==3.3.4 in /usr/local/lib/python3.11/site-packages (from psycopg[binary,pool]>=3.1->storeminder==0.1.0) (3.3.4) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.773960041-05:00 Requirement already satisfied: psycopg-pool in /usr/local/lib/python3.11/site-packages (from psycopg[binary,pool]>=3.1->storeminder==0.1.0) (3.3.1) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.812263259-05:00 Collecting iniconfig>=1.0.1 (from pytest>=7->storeminder==0.1.0) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.832352600-05:00 Downloading iniconfig-2.3.0-py3-none-any.whl.metadata (2.5 kB) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.834553202-05:00 Requirement already satisfied: packaging>=22 in /usr/local/lib/python3.11/site-packages (from pytest>=7->storeminder==0.1.0) (26.2) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.884581389-05:00 Collecting pluggy<2,>=1.5 (from pytest>=7->storeminder==0.1.0) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.929888026-05:00 Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.932442073-05:00 Requirement already satisfied: pygments>=2.7.2 in /usr/local/lib/python3.11/site-packages (from pytest>=7->storeminder==0.1.0) (2.20.0) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.939334995-05:00 Requirement already satisfied: charset_normalizer<4,>=2 in /usr/local/lib/python3.11/site-packages (from requests>=2.28.0->storeminder==0.1.0) (3.4.9) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.940192774-05:00 Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.11/site-packages (from requests>=2.28.0->storeminder==0.1.0) (3.18) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.940944804-05:00 Requirement already satisfied: urllib3<3,>=1.26 in /usr/local/lib/python3.11/site-packages (from requests>=2.28.0->storeminder==0.1.0) (2.7.0) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.941594906-05:00 Requirement already satisfied: certifi>=2023.5.7 in /usr/local/lib/python3.11/site-packages (from requests>=2.28.0->storeminder==0.1.0) (2026.6.17) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.968624768-05:00 Requirement already satisfied: httpcore==1.* in /usr/local/lib/python3.11/site-packages (from httpx<1,>=0.25.0->anthropic>=0.25.0->storeminder==0.1.0) (1.0.9) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.974900307-05:00 Requirement already satisfied: h11>=0.16 in /usr/local/lib/python3.11/site-packages (from httpcore==1.*->httpx<1,>=0.25.0->anthropic>=0.25.0->storeminder==0.1.0) (0.16.0) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:38.999397682-05:00 Requirement already satisfied: annotated-types>=0.6.0 in /usr/local/lib/python3.11/site-packages (from pydantic<3,>=1.9.0->anthropic>=0.25.0->storeminder==0.1.0) (0.7.0) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:39.000251571-05:00 Requirement already satisfied: pydantic-core==2.46.4 in /usr/local/lib/python3.11/site-packages (from pydantic<3,>=1.9.0->anthropic>=0.25.0->storeminder==0.1.0) (2.46.4) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:39.001279868-05:00 Requirement already satisfied: typing-inspection>=0.4.2 in /usr/local/lib/python3.11/site-packages (from pydantic<3,>=1.9.0->anthropic>=0.25.0->storeminder==0.1.0) (0.4.2) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:39.011239930-05:00 Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.11/site-packages (from python-dateutil>=2.8.2->pandas>=1.5.0->storeminder==0.1.0) (1.17.0) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:39.074773904-05:00 Downloading pytest-9.1.1-py3-none-any.whl (386 kB) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:39.449665359-05:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 386.5/386.5 kB 1.1 MB/s eta 0:00:00 [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:39.473713630-05:00 Downloading iniconfig-2.3.0-py3-none-any.whl (7.5 kB) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:39.497099980-05:00 Downloading pluggy-1.6.0-py3-none-any.whl (20 kB) [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:39.510012754-05:00 Checking if build backend supports build_editable: started [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:39.625047446-05:00 Checking if build backend supports build_editable: finished with status 'done' [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:39.625580929-05:00 Building wheels for collected packages: storeminder [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:39.626547137-05:00 Building editable for storeminder (pyproject.toml): started [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:39.795354999-05:00 Building editable for storeminder (pyproject.toml): finished with status 'done' [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:39.795986190-05:00 Created wheel for storeminder: filename=storeminder-0.1.0-0.editable-py3-none-any.whl size=1873 sha256=b657b0101d11a385f4457c702e6a8ff04a5e39717203aa437431d6a8174e92cd [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:39.796128699-05:00 Stored in directory: /tmp/pip-ephem-wheel-cache-tdq3chas/wheels/12/13/ba/810e66e2be1a8a55fa7c56f5f12815f8d07be3aad27f734654 [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:39.797820877-05:00 Successfully built storeminder [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:40.513149885-05:00 Installing collected packages: pluggy, iniconfig, pytest, storeminder [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:40.705789864-05:00 Attempting uninstall: storeminder [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:40.743746287-05:00 Found existing installation: storeminder 0.1.0 [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:40.745217178-05:00 Uninstalling storeminder-0.1.0: [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:40.894317605-05:00 Successfully uninstalled storeminder-0.1.0 [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:41.051637237-05:00 Successfully installed iniconfig-2.3.0 pluggy-1.6.0 pytest-9.1.1 storeminder-0.1.0 [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:41.051808925-05:00 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:41.207851015-05:00 [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:41.207872004-05:00 [notice] A new release of pip is available: 24.0 -> 26.1.2 [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:41.207877474-05:00 [notice] To update, run: pip install --upgrade pip [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:41.310968453-05:00 INFO[0024] Taking snapshot of full filesystem... [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:43.043660469-05:00 INFO[0026] Pushing layer registry.storeminder.ai/images/cache:83f517f71ad39a8c5ba6b46e0a8dde18139c1321683ef2b7042308119a1fd2ae to cache now [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:43.052227509-05:00 INFO[0026] Pushing image to registry.storeminder.ai/images/cache:83f517f71ad39a8c5ba6b46e0a8dde18139c1321683ef2b7042308119a1fd2ae [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:43.887317778-05:00 INFO[0027] Pushed registry.storeminder.ai/images/cache@sha256:c92bf15e64a7472a0015ec927645356a711aea3b2963df13828324be7437dd70 [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:43.888201907-05:00 INFO[0027] Pushing image to registry.storeminder.ai/images/storeminder-report-check:pr183-bbb549b8ed1a296cc8e77304d16a7f1ec54730ef [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-build-pr-image] 2026-07-09T22:54:44.823425866-05:00 INFO[0028] Pushed registry.storeminder.ai/images/storeminder-report-check@sha256:ec06b030b0aa64d9a48091b478fbf3c3ead591eb9e6259ed7a6f06f47442477e [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-run-live] 2026-07-09T22:54:45.922842681-05:00 /tekton/scripts/script-2-d4ddw: line 25: steps.build-pr-image.exitCode.path: command not found [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-run-live] 2026-07-09T22:54:46.016101461-05:00 job.batch/report-live-pr183-bbb549b created [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-run-live] 2026-07-09T23:01:42.887370809-05:00 ----- live Job logs (report-live-pr183-bbb549b) ----- [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-run-live] 2026-07-09T23:01:42.963159463-05:00 Running live report trait suite (real Vertex + DB, DRY_RUN): tests/test_report_traits_live.py [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-run-live] 2026-07-09T23:01:42.963185843-05:00 ============================= test session starts ============================== [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-run-live] 2026-07-09T23:01:42.963193643-05:00 platform linux -- Python 3.11.15, pytest-9.1.1, pluggy-1.6.0 -- /usr/local/bin/python [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-run-live] 2026-07-09T23:01:42.963199103-05:00 cachedir: .pytest_cache [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-run-live] 2026-07-09T23:01:42.963203733-05:00 rootdir: /prsrc [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-run-live] 2026-07-09T23:01:42.963208503-05:00 configfile: pyproject.toml [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-run-live] 2026-07-09T23:01:42.963212973-05:00 plugins: anyio-4.14.1 [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-run-live] 2026-07-09T23:01:42.963217743-05:00 collecting ... collected 10 items [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-run-live] 2026-07-09T23:01:42.963222213-05:00 [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-run-live] 2026-07-09T23:01:42.963226863-05:00 tests/test_report_traits_live.py::test_daily_builds_and_renders PASSED [ 10%] [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-run-live] 2026-07-09T23:01:42.963232123-05:00 tests/test_report_traits_live.py::test_daily_is_sendable_and_no_weekly_leak PASSED [ 20%] [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-run-live] 2026-07-09T23:01:42.963236623-05:00 tests/test_report_traits_live.py::test_daily_headline_labeled_total_sales PASSED [ 30%] [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-run-live] 2026-07-09T23:01:42.963241173-05:00 tests/test_report_traits_live.py::test_daily_sms_not_truncated PASSED [ 40%] [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-run-live] 2026-07-09T23:01:42.963245613-05:00 tests/test_report_traits_live.py::test_daily_artifact_bundle_written PASSED [ 50%] [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-run-live] 2026-07-09T23:01:42.963250032-05:00 tests/test_report_traits_live.py::test_weekly_builds_and_renders PASSED [ 60%] [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-run-live] 2026-07-09T23:01:42.963254452-05:00 tests/test_report_traits_live.py::test_weekly_is_sendable PASSED [ 70%] [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-run-live] 2026-07-09T23:01:42.963258962-05:00 tests/test_report_traits_live.py::test_weekly_headline_labeled_total_sales PASSED [ 80%] [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-run-live] 2026-07-09T23:01:42.963263402-05:00 tests/test_report_traits_live.py::test_weekly_sms_not_truncated PASSED [ 90%] [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-run-live] 2026-07-09T23:01:42.963267862-05:00 tests/test_report_traits_live.py::test_weekly_artifact_bundle_written PASSED [100%] [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-run-live] 2026-07-09T23:01:42.963272232-05:00 [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-run-live] 2026-07-09T23:01:42.963276732-05:00 --------------------- generated xml file: /tmp/traits.xml ---------------------- [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-run-live] 2026-07-09T23:01:42.963281192-05:00 ======================== 10 passed in 409.84s (0:06:49) ======================== [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-run-live] 2026-07-09T23:01:42.963285712-05:00 ===JUNIT_BEGIN=== [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-run-live] 2026-07-09T23:01:42.963293052-05:00 ===JUNIT_END=== [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-run-live] 2026-07-09T23:01:42.963315032-05:00 ----- end live Job logs ----- [pod/bootstrap-pr-report-check-pr183-44s7h-live-build-pod/step-run-live] 2026-07-09T23:01:42.965271415-05:00 ==> live build: status=Succeeded conclusion=success ===== bootstrap-pr-report-check-pr183-44s7h-post-check-live-pod.log ===== [pod/bootstrap-pr-report-check-pr183-44s7h-post-check-live-pod/prepare] 2026-07-09T23:01:47.856890521-05:00 2026/07/10 04:01:47 Entrypoint initialization [pod/bootstrap-pr-report-check-pr183-44s7h-post-check-live-pod/place-scripts] 2026-07-09T23:01:48.884198477-05:00 2026/07/10 04:01:48 Decoded script /tekton/scripts/script-0-2bj2l Error from server (BadRequest): container "step-post-check" in pod "bootstrap-pr-report-check-pr183-44s7h-post-check-live-pod" is waiting to start: PodInitializing ===== bootstrap-pr-report-check-pr183-44s7h-post-check-pod.log ===== [pod/bootstrap-pr-report-check-pr183-44s7h-post-check-pod/prepare] 2026-07-09T23:01:46.908818438-05:00 2026/07/10 04:01:46 Entrypoint initialization [pod/bootstrap-pr-report-check-pr183-44s7h-post-check-pod/place-scripts] 2026-07-09T23:01:47.673636310-05:00 2026/07/10 04:01:47 Decoded script /tekton/scripts/script-0-hmlnb ===== bootstrap-pr-report-check-pr183-44s7h-post-check-traits-pod.log ===== [pod/bootstrap-pr-report-check-pr183-44s7h-post-check-traits-pod/prepare] 2026-07-09T23:01:47.163349595-05:00 2026/07/10 04:01:47 Entrypoint initialization [pod/bootstrap-pr-report-check-pr183-44s7h-post-check-traits-pod/place-scripts] 2026-07-09T23:01:47.676441995-05:00 2026/07/10 04:01:47 Decoded script /tekton/scripts/script-0-bcdxw ===== bootstrap-pr-report-check-pr183-44s7h-post-status-live-pod.log ===== [pod/bootstrap-pr-report-check-pr183-44s7h-post-status-live-pod/prepare] 2026-07-09T23:01:48.155650017-05:00 2026/07/10 04:01:48 Entrypoint initialization [pod/bootstrap-pr-report-check-pr183-44s7h-post-status-live-pod/place-scripts] 2026-07-09T23:01:48.887177460-05:00 2026/07/10 04:01:48 Decoded script /tekton/scripts/script-0-f8485 Error from server (BadRequest): container "step-post-status" in pod "bootstrap-pr-report-check-pr183-44s7h-post-status-live-pod" is waiting to start: PodInitializing ===== bootstrap-pr-report-check-pr183-44s7h-post-status-pod.log ===== [pod/bootstrap-pr-report-check-pr183-44s7h-post-status-pod/prepare] 2026-07-09T23:01:46.272232199-05:00 2026/07/10 04:01:46 Entrypoint initialization [pod/bootstrap-pr-report-check-pr183-44s7h-post-status-pod/place-scripts] 2026-07-09T23:01:46.587781053-05:00 2026/07/10 04:01:46 Decoded script /tekton/scripts/script-0-vw22b ===== bootstrap-pr-report-check-pr183-44s7h-post-status-traits-pod.log ===== [pod/bootstrap-pr-report-check-pr183-44s7h-post-status-traits-pod/prepare] 2026-07-09T23:01:47.465466340-05:00 2026/07/10 04:01:47 Entrypoint initialization [pod/bootstrap-pr-report-check-pr183-44s7h-post-status-traits-pod/place-scripts] 2026-07-09T23:01:47.679135911-05:00 2026/07/10 04:01:47 Decoded script /tekton/scripts/script-0-b5r6d ===== bootstrap-pr-report-check-pr183-44s7h-reclaim-workspace-pod.log ===== [pod/bootstrap-pr-report-check-pr183-44s7h-reclaim-workspace-pod/prepare] 2026-07-09T23:01:48.446717022-05:00 2026/07/10 04:01:48 Entrypoint initialization [pod/bootstrap-pr-report-check-pr183-44s7h-reclaim-workspace-pod/place-scripts] 2026-07-09T23:01:48.835156112-05:00 2026/07/10 04:01:48 Decoded script /tekton/scripts/script-0-f4lvn Error from server (BadRequest): container "step-delete-run-pvcs" in pod "bootstrap-pr-report-check-pr183-44s7h-reclaim-workspace-pod" is waiting to start: PodInitializing ===== bootstrap-pr-report-check-pr183-44s7h-sendable-pod.log ===== [pod/bootstrap-pr-report-check-pr183-44s7h-sendable-pod/step-pytest] 2026-07-09T22:54:01.902850528-05:00 Installing pytest… [pod/bootstrap-pr-report-check-pr183-44s7h-sendable-pod/step-pytest] 2026-07-09T22:54:06.232128572-05:00 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [pod/bootstrap-pr-report-check-pr183-44s7h-sendable-pod/step-pytest] 2026-07-09T22:54:06.334966833-05:00 Neutralizing eager agent imports in src/storeminder/agents/__init__.py (hermetic checkout)… [pod/bootstrap-pr-report-check-pr183-44s7h-sendable-pod/step-pytest] 2026-07-09T22:54:06.336484593-05:00 Running report sendability guard: tests/test_report_validator_cadence.py [pod/bootstrap-pr-report-check-pr183-44s7h-sendable-pod/step-pytest] 2026-07-09T22:54:06.658557116-05:00 ============================= test session starts ============================== [pod/bootstrap-pr-report-check-pr183-44s7h-sendable-pod/step-pytest] 2026-07-09T22:54:06.658674854-05:00 platform linux -- Python 3.13.14, pytest-9.1.1, pluggy-1.6.0 -- /usr/local/bin/python [pod/bootstrap-pr-report-check-pr183-44s7h-sendable-pod/step-pytest] 2026-07-09T22:54:06.658681464-05:00 cachedir: .pytest_cache [pod/bootstrap-pr-report-check-pr183-44s7h-sendable-pod/step-pytest] 2026-07-09T22:54:06.658685644-05:00 rootdir: /workspace/source/source [pod/bootstrap-pr-report-check-pr183-44s7h-sendable-pod/step-pytest] 2026-07-09T22:54:06.658689384-05:00 configfile: pyproject.toml [pod/bootstrap-pr-report-check-pr183-44s7h-sendable-pod/step-pytest] 2026-07-09T22:54:06.658692494-05:00 plugins: cov-7.1.0 [pod/bootstrap-pr-report-check-pr183-44s7h-sendable-pod/step-pytest] 2026-07-09T22:54:06.712074904-05:00 collecting ... collected 6 items [pod/bootstrap-pr-report-check-pr183-44s7h-sendable-pod/step-pytest] 2026-07-09T22:54:06.712197452-05:00 [pod/bootstrap-pr-report-check-pr183-44s7h-sendable-pod/step-pytest] 2026-07-09T22:54:06.726496672-05:00 tests/test_report_validator_cadence.py::test_leaky_daily_is_not_sendable PASSED [ 16%] [pod/bootstrap-pr-report-check-pr183-44s7h-sendable-pod/step-pytest] 2026-07-09T22:54:06.728308348-05:00 tests/test_report_validator_cadence.py::test_clean_daily_passes_without_false_positives PASSED [ 33%] [pod/bootstrap-pr-report-check-pr183-44s7h-sendable-pod/step-pytest] 2026-07-09T22:54:06.729591291-05:00 tests/test_report_validator_cadence.py::test_four_week_benchmark_phrasing_is_allowed PASSED [ 50%] [pod/bootstrap-pr-report-check-pr183-44s7h-sendable-pod/step-pytest] 2026-07-09T22:54:06.731102530-05:00 tests/test_report_validator_cadence.py::test_weekly_report_is_not_guarded PASSED [ 66%] [pod/bootstrap-pr-report-check-pr183-44s7h-sendable-pod/step-pytest] 2026-07-09T22:54:06.732339984-05:00 tests/test_report_validator_cadence.py::test_dow_mismatch_in_headline PASSED [ 83%] [pod/bootstrap-pr-report-check-pr183-44s7h-sendable-pod/step-pytest] 2026-07-09T22:54:07.664546366-05:00 tests/test_report_validator_cadence.py::test_json_path_guard_scans_narrative_values_only PASSED [100%] [pod/bootstrap-pr-report-check-pr183-44s7h-sendable-pod/step-pytest] 2026-07-09T22:54:07.664574715-05:00 [pod/bootstrap-pr-report-check-pr183-44s7h-sendable-pod/step-pytest] 2026-07-09T22:54:07.664580625-05:00 ------ generated xml file: /workspace/source/artifacts/junit-sendable.xml ------ [pod/bootstrap-pr-report-check-pr183-44s7h-sendable-pod/step-pytest] 2026-07-09T22:54:07.664585065-05:00 ================================ tests coverage ================================ [pod/bootstrap-pr-report-check-pr183-44s7h-sendable-pod/step-pytest] 2026-07-09T22:54:07.664589275-05:00 _______________ coverage: platform linux, python 3.13.14-final-0 _______________ [pod/bootstrap-pr-report-check-pr183-44s7h-sendable-pod/step-pytest] 2026-07-09T22:54:07.664593485-05:00 [pod/bootstrap-pr-report-check-pr183-44s7h-sendable-pod/step-pytest] 2026-07-09T22:54:07.664598585-05:00 Coverage XML written to file /workspace/source/artifacts/coverage-sendable.xml [pod/bootstrap-pr-report-check-pr183-44s7h-sendable-pod/step-pytest] 2026-07-09T22:54:07.664602885-05:00 ============================== 6 passed in 0.99s =============================== [pod/bootstrap-pr-report-check-pr183-44s7h-sendable-pod/prepare] 2026-07-09T22:53:55.460214301-05:00 2026/07/10 03:53:55 Entrypoint initialization [pod/bootstrap-pr-report-check-pr183-44s7h-sendable-pod/place-scripts] 2026-07-09T22:53:56.672354581-05:00 2026/07/10 03:53:56 Decoded script /tekton/scripts/script-0-qq2nb ===== bootstrap-pr-report-check-pr183-44s7h-traits-pod.log ===== [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/prepare] 2026-07-09T22:53:55.612976463-05:00 2026/07/10 03:53:55 Entrypoint initialization [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/place-scripts] 2026-07-09T22:53:56.693016703-05:00 2026/07/10 03:53:56 Decoded script /tekton/scripts/script-0-q4lhv [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:02.058944870-05:00 Installing pytest… [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.017146138-05:00 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.168401762-05:00 Running deterministic report-trait catalog: tests/test_report_traits.py [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.618073951-05:00 ============================= test session starts ============================== [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.626647196-05:00 platform linux -- Python 3.11.15, pytest-9.1.1, pluggy-1.6.0 -- /usr/local/bin/python [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.626660376-05:00 cachedir: .pytest_cache [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.626665976-05:00 rootdir: /workspace/source/source [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.626670656-05:00 configfile: pyproject.toml [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.626674746-05:00 plugins: cov-7.1.0, anyio-4.14.1 [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.870369189-05:00 collecting ... collected 25 items [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.870472077-05:00 [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.884072316-05:00 tests/test_report_traits.py::test_pennycheck_inside_kpi_matches_journal PASSED [ 4%] [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.885182691-05:00 tests/test_report_traits.py::test_pennycheck_total_sales_cross_foots_fuel_plus_inside PASSED [ 8%] [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.886281727-05:00 tests/test_report_traits.py::test_pennycheck_fuel_gallons_kpi_matches_journal PASSED [ 12%] [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.887322943-05:00 tests/test_report_traits.py::test_pennycheck_scan_row_count_is_the_penny_day PASSED [ 16%] [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.893866876-05:00 tests/test_report_traits.py::test_daily_is_sendable_with_zero_weekly_markers PASSED [ 20%] [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.895515434-05:00 tests/test_report_traits.py::test_daily_rendered_markdown_has_no_weekly_structure PASSED [ 24%] [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.899485811-05:00 tests/test_report_traits.py::test_deliberately_leaked_daily_is_flagged_not_sendable PASSED [ 28%] [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.901005740-05:00 tests/test_report_traits.py::test_category_totals_reconcile_to_inside_sales[report_daily_fastime.json-Inside Sales] PASSED [ 32%] [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.902410492-05:00 tests/test_report_traits.py::test_category_totals_reconcile_to_inside_sales[report_weekly_fastime.json-Inside Sales] PASSED [ 36%] [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.903848993-05:00 tests/test_report_traits.py::test_unclassified_share_is_a_small_residual[report_daily_fastime.json] PASSED [ 40%] [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.905156375-05:00 tests/test_report_traits.py::test_unclassified_share_is_a_small_residual[report_weekly_fastime.json] PASSED [ 44%] [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.906457028-05:00 tests/test_report_traits.py::test_rendered_daily_categories_use_mj_taxonomy PASSED [ 48%] [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.907961268-05:00 tests/test_report_traits.py::test_rank_table_labels_its_comparison_basis PASSED [ 52%] [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.909245121-05:00 tests/test_report_traits.py::test_rank_deltas_are_bounded_for_staples PASSED [ 56%] [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.910979038-05:00 tests/test_report_traits.py::test_rank_arrows_reproduce_from_the_journal PASSED [ 60%] [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.912080123-05:00 tests/test_report_traits.py::test_daily_header_spells_out_correct_weekday PASSED [ 64%] [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.914408202-05:00 tests/test_report_traits.py::test_weekly_conversion_rows_carry_correct_weekday PASSED [ 68%] [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.916093269-05:00 tests/test_report_traits.py::test_all_weekday_date_pairs_are_internally_consistent PASSED [ 72%] [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.917559460-05:00 tests/test_report_traits.py::test_headline_reads_total_sales_on_every_surface[daily_md-$14,417.11] PASSED [ 76%] [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.918981281-05:00 tests/test_report_traits.py::test_headline_reads_total_sales_on_every_surface[weekly_md-$99,489.00] PASSED [ 80%] [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.921070303-05:00 tests/test_report_traits.py::test_sms_blocks_within_limits_and_never_trimmed[daily_md-daily] PASSED [ 84%] [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.922678722-05:00 tests/test_report_traits.py::test_sms_blocks_within_limits_and_never_trimmed[weekly_md-weekly] PASSED [ 88%] [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.924277000-05:00 tests/test_report_traits.py::test_sms_actions_block_keeps_whole_items_and_reply_prompt PASSED [ 92%] [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:05.934969948-05:00 tests/test_report_traits.py::test_store_events_are_configured_with_install_date PASSED [ 96%] [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.622352268-05:00 /usr/local/lib/python3.11/site-packages/coverage/report_core.py:113: CoverageWarning: Couldn't parse '/workspace/source/source/src/storeminder/agents/synthesis_agent.py': Couldn't use data file '/workspace/source/source/.coverage': no such table: line_bits (couldnt-parse); see https://coverage.readthedocs.io/en/7.15.0/messages.html#warning-couldnt-parse [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.630910694-05:00 coverage._warn(msg, slug="couldnt-parse") [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.630957713-05:00 /usr/local/lib/python3.11/site-packages/coverage/report_core.py:113: CoverageWarning: Couldn't parse '/workspace/source/source/src/storeminder/artifacts.py': Couldn't use data file '/workspace/source/source/.coverage': no such table: tracer (couldnt-parse); see https://coverage.readthedocs.io/en/7.15.0/messages.html#warning-couldnt-parse [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.630990223-05:00 coverage._warn(msg, slug="couldnt-parse") [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631004083-05:00 /usr/local/lib/python3.11/site-packages/coverage/report_core.py:113: CoverageWarning: Couldn't parse '/workspace/source/source/src/storeminder/batch.py': Couldn't use data file '/workspace/source/source/.coverage': no such table: tracer (couldnt-parse); see https://coverage.readthedocs.io/en/7.15.0/messages.html#warning-couldnt-parse [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631008513-05:00 coverage._warn(msg, slug="couldnt-parse") [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631012623-05:00 /usr/local/lib/python3.11/site-packages/coverage/report_core.py:113: CoverageWarning: Couldn't parse '/workspace/source/source/src/storeminder/chat_core.py': Couldn't use data file '/workspace/source/source/.coverage': no such table: tracer (couldnt-parse); see https://coverage.readthedocs.io/en/7.15.0/messages.html#warning-couldnt-parse [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631016623-05:00 coverage._warn(msg, slug="couldnt-parse") [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631020532-05:00 /usr/local/lib/python3.11/site-packages/coverage/report_core.py:113: CoverageWarning: Couldn't parse '/workspace/source/source/src/storeminder/config.py': Couldn't use data file '/workspace/source/source/.coverage': no such table: tracer (couldnt-parse); see https://coverage.readthedocs.io/en/7.15.0/messages.html#warning-couldnt-parse [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631024602-05:00 coverage._warn(msg, slug="couldnt-parse") [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631028642-05:00 /usr/local/lib/python3.11/site-packages/coverage/report_core.py:113: CoverageWarning: Couldn't parse '/workspace/source/source/src/storeminder/crew.py': Couldn't use data file '/workspace/source/source/.coverage': no such table: tracer (couldnt-parse); see https://coverage.readthedocs.io/en/7.15.0/messages.html#warning-couldnt-parse [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631032772-05:00 coverage._warn(msg, slug="couldnt-parse") [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631036662-05:00 /usr/local/lib/python3.11/site-packages/coverage/report_core.py:113: CoverageWarning: Couldn't parse '/workspace/source/source/src/storeminder/data/__init__.py': Couldn't use data file '/workspace/source/source/.coverage': no such table: tracer (couldnt-parse); see https://coverage.readthedocs.io/en/7.15.0/messages.html#warning-couldnt-parse [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631040752-05:00 coverage._warn(msg, slug="couldnt-parse") [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631045912-05:00 /usr/local/lib/python3.11/site-packages/coverage/report_core.py:113: CoverageWarning: Couldn't parse '/workspace/source/source/src/storeminder/data/conversation_store.py': Couldn't use data file '/workspace/source/source/.coverage': no such table: tracer (couldnt-parse); see https://coverage.readthedocs.io/en/7.15.0/messages.html#warning-couldnt-parse [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631062902-05:00 coverage._warn(msg, slug="couldnt-parse") [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631065772-05:00 /usr/local/lib/python3.11/site-packages/coverage/report_core.py:113: CoverageWarning: Couldn't parse '/workspace/source/source/src/storeminder/data/history_store.py': Couldn't use data file '/workspace/source/source/.coverage': no such table: tracer (couldnt-parse); see https://coverage.readthedocs.io/en/7.15.0/messages.html#warning-couldnt-parse [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631068472-05:00 coverage._warn(msg, slug="couldnt-parse") [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631071112-05:00 /usr/local/lib/python3.11/site-packages/coverage/report_core.py:113: CoverageWarning: Couldn't parse '/workspace/source/source/src/storeminder/data/ingestion.py': Couldn't use data file '/workspace/source/source/.coverage': no such table: tracer (couldnt-parse); see https://coverage.readthedocs.io/en/7.15.0/messages.html#warning-couldnt-parse [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631073782-05:00 coverage._warn(msg, slug="couldnt-parse") [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631076512-05:00 /usr/local/lib/python3.11/site-packages/coverage/report_core.py:113: CoverageWarning: Couldn't parse '/workspace/source/source/src/storeminder/data/loaders.py': Couldn't use data file '/workspace/source/source/.coverage': no such table: tracer (couldnt-parse); see https://coverage.readthedocs.io/en/7.15.0/messages.html#warning-couldnt-parse [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631079152-05:00 coverage._warn(msg, slug="couldnt-parse") [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631082032-05:00 /usr/local/lib/python3.11/site-packages/coverage/report_core.py:113: CoverageWarning: Couldn't parse '/workspace/source/source/src/storeminder/data/preprocessor.py': Couldn't use data file '/workspace/source/source/.coverage': no such table: tracer (couldnt-parse); see https://coverage.readthedocs.io/en/7.15.0/messages.html#warning-couldnt-parse [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631084712-05:00 coverage._warn(msg, slug="couldnt-parse") [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631090762-05:00 /usr/local/lib/python3.11/site-packages/coverage/report_core.py:113: CoverageWarning: Couldn't parse '/workspace/source/source/src/storeminder/data/xml_parser.py': Couldn't use data file '/workspace/source/source/.coverage': no such table: tracer (couldnt-parse); see https://coverage.readthedocs.io/en/7.15.0/messages.html#warning-couldnt-parse [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631093542-05:00 coverage._warn(msg, slug="couldnt-parse") [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631096321-05:00 /usr/local/lib/python3.11/site-packages/coverage/report_core.py:113: CoverageWarning: Couldn't parse '/workspace/source/source/src/storeminder/db.py': Couldn't use data file '/workspace/source/source/.coverage': no such table: tracer (couldnt-parse); see https://coverage.readthedocs.io/en/7.15.0/messages.html#warning-couldnt-parse [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631099041-05:00 coverage._warn(msg, slug="couldnt-parse") [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631101701-05:00 /usr/local/lib/python3.11/site-packages/coverage/report_core.py:113: CoverageWarning: Couldn't parse '/workspace/source/source/src/storeminder/manage_api.py': Couldn't use data file '/workspace/source/source/.coverage': no such table: tracer (couldnt-parse); see https://coverage.readthedocs.io/en/7.15.0/messages.html#warning-couldnt-parse [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631104321-05:00 coverage._warn(msg, slug="couldnt-parse") [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631106921-05:00 /usr/local/lib/python3.11/site-packages/coverage/report_core.py:113: CoverageWarning: Couldn't parse '/workspace/source/source/src/storeminder/mcp_app.py': Couldn't use data file '/workspace/source/source/.coverage': no such table: tracer (couldnt-parse); see https://coverage.readthedocs.io/en/7.15.0/messages.html#warning-couldnt-parse [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631110041-05:00 coverage._warn(msg, slug="couldnt-parse") [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631112651-05:00 /usr/local/lib/python3.11/site-packages/coverage/report_core.py:113: CoverageWarning: Couldn't parse '/workspace/source/source/src/storeminder/params.py': Couldn't use data file '/workspace/source/source/.coverage': no such table: tracer (couldnt-parse); see https://coverage.readthedocs.io/en/7.15.0/messages.html#warning-couldnt-parse [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631120511-05:00 coverage._warn(msg, slug="couldnt-parse") [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631123211-05:00 /usr/local/lib/python3.11/site-packages/coverage/report_core.py:113: CoverageWarning: Couldn't parse '/workspace/source/source/src/storeminder/report_manager.py': Couldn't use data file '/workspace/source/source/.coverage': no such table: tracer (couldnt-parse); see https://coverage.readthedocs.io/en/7.15.0/messages.html#warning-couldnt-parse [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631125851-05:00 coverage._warn(msg, slug="couldnt-parse") [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631128511-05:00 /usr/local/lib/python3.11/site-packages/coverage/report_core.py:113: CoverageWarning: Couldn't parse '/workspace/source/source/src/storeminder/run.py': Couldn't use data file '/workspace/source/source/.coverage': no such table: tracer (couldnt-parse); see https://coverage.readthedocs.io/en/7.15.0/messages.html#warning-couldnt-parse [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631131121-05:00 coverage._warn(msg, slug="couldnt-parse") [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631133781-05:00 /usr/local/lib/python3.11/site-packages/coverage/report_core.py:113: CoverageWarning: Couldn't parse '/workspace/source/source/src/storeminder/runner.py': Couldn't use data file '/workspace/source/source/.coverage': no such table: tracer (couldnt-parse); see https://coverage.readthedocs.io/en/7.15.0/messages.html#warning-couldnt-parse [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631136461-05:00 coverage._warn(msg, slug="couldnt-parse") [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631139091-05:00 /usr/local/lib/python3.11/site-packages/coverage/report_core.py:113: CoverageWarning: Couldn't parse '/workspace/source/source/src/storeminder/s3sync.py': Couldn't use data file '/workspace/source/source/.coverage': no such table: tracer (couldnt-parse); see https://coverage.readthedocs.io/en/7.15.0/messages.html#warning-couldnt-parse [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631141701-05:00 coverage._warn(msg, slug="couldnt-parse") [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631144481-05:00 /usr/local/lib/python3.11/site-packages/coverage/report_core.py:113: CoverageWarning: Couldn't parse '/workspace/source/source/src/storeminder/slack.py': Couldn't use data file '/workspace/source/source/.coverage': no such table: tracer (couldnt-parse); see https://coverage.readthedocs.io/en/7.15.0/messages.html#warning-couldnt-parse [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631147081-05:00 coverage._warn(msg, slug="couldnt-parse") [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631158851-05:00 /usr/local/lib/python3.11/site-packages/coverage/report_core.py:113: CoverageWarning: Couldn't parse '/workspace/source/source/src/storeminder/sms.py': Couldn't use data file '/workspace/source/source/.coverage': no such table: tracer (couldnt-parse); see https://coverage.readthedocs.io/en/7.15.0/messages.html#warning-couldnt-parse [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631161701-05:00 coverage._warn(msg, slug="couldnt-parse") [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631164411-05:00 /usr/local/lib/python3.11/site-packages/coverage/report_core.py:113: CoverageWarning: Couldn't parse '/workspace/source/source/src/storeminder/twilio_app.py': Couldn't use data file '/workspace/source/source/.coverage': no such table: tracer (couldnt-parse); see https://coverage.readthedocs.io/en/7.15.0/messages.html#warning-couldnt-parse [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631167141-05:00 coverage._warn(msg, slug="couldnt-parse") [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631171110-05:00 /usr/local/lib/python3.11/site-packages/coverage/report_core.py:113: CoverageWarning: Couldn't parse '/workspace/source/source/src/storeminder/whatsapp.py': Couldn't use data file '/workspace/source/source/.coverage': no such table: tracer (couldnt-parse); see https://coverage.readthedocs.io/en/7.15.0/messages.html#warning-couldnt-parse [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.631178320-05:00 coverage._warn(msg, slug="couldnt-parse") [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.667547106-05:00 tests/test_report_traits.py::test_store_events_reach_the_synthesis_prompt PASSED [100%] [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.667635825-05:00 [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.667642755-05:00 ------- generated xml file: /workspace/source/artifacts/junit-traits.xml ------- [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.667647175-05:00 ================================ tests coverage ================================ [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.667651205-05:00 _______________ coverage: platform linux, python 3.11.15-final-0 _______________ [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.667655795-05:00 [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.667659885-05:00 Coverage XML written to file /workspace/source/artifacts/coverage-traits.xml [pod/bootstrap-pr-report-check-pr183-44s7h-traits-pod/step-pytest] 2026-07-09T22:54:06.667664545-05:00 ============================== 25 passed in 1.02s ==============================