Skip to content

perf: Parse HogQL with C++ for a huge speedup #19687

perf: Parse HogQL with C++ for a huge speedup

perf: Parse HogQL with C++ for a huge speedup #19687

Triggered via pull request October 4, 2023 07:49
@TwixesTwixes
synchronize #17659
turbo-parser
Status Failure
Total duration 7m 0s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

container-images-ci.yml

on: pull_request
Build Docker image
6m 46s
Build Docker image
Lint changed Dockerfiles
47s
Lint changed Dockerfiles
Deploy preview environment  /  Deploy preview environment
Deploy preview environment / Deploy preview environment
Fit to window
Zoom out
Zoom in

Annotations

1 error, 6 warnings, and 1 notice
Build Docker image
failed with: Error: failed to solve: process "/bin/bash -o pipefail -c apt-get update && apt-get install -y --no-install-recommends \"build-essential\" \"git\" \"libpq-dev\" \"libxmlsec1\" \"libxmlsec1-dev\" \"libffi-dev\" \"pkg-config\" && rm -rf /var/lib/apt/lists/* && pip install -r requirements.txt --compile --no-cache-dir --target=/python-runtime" did not complete successfully: exit code: 1
Lint changed Dockerfiles: production.Dockerfile#L50
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Lint changed Dockerfiles: production.Dockerfile#L91
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Lint changed Dockerfiles: production.Dockerfile#L96
Use WORKDIR to switch to a directory
Lint changed Dockerfiles: production.Dockerfile#L132
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Lint changed Dockerfiles: production.Dockerfile#L154
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Lint changed Dockerfiles: production.Dockerfile#L164
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Lint changed Dockerfiles: production.Dockerfile#L154
Delete the apt-get lists after installing something