build error

Job failed with exit code: 1. Reason: cache miss: [stage-1 3/11] WORKDIR /app cache miss: [stage-1 2/11] RUN apt-get update && apt-get install -y libstdc++6 curl && rm -rf /var/lib/apt/lists/* cache miss: [stage-1 10/11] RUN mkdir -p logs data/places data/questions cache miss: [stage-1 4/11] RUN mkdir -p /app/lib cache miss: [cpp-builder 6/6] RUN mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j$(nproc) && echo "=== Build Complete ===" && echo "Listing build artifacts:" && ls -la && echo "=== Searching for libraries ===" && find . -name "*.so" -o -name "*.a" | while read f; do echo "Found: $f"; done cache miss: [stage-1 7/11] COPY requirements.txt . cache miss: [stage-1 6/11] COPY --from=cpp-builder /build/algorithms/cpp/build/*.a /app/lib/ || true cache miss: [stage-1 8/11] RUN pip install --no-cache-dir -r requirements.txt cache miss: [stage-1 9/11] COPY . . cache miss: [stage-1 11/11] RUN echo "=== Verifying libraries ===" && ls -la /app/lib/ && if [ -f /app/lib/libdecision_engine.so ]; then echo "✓ C++ library found and ready"; else echo "⚠ Warning: C++ library not found"; fi {"total":21,"completed":16,"user_total":16,"user_cached":6,"user_completed":11,"user_cacheable":15,"from":1,"miss":10,"client_duration_ms":11073}

Build logs:

Fetching error logs...