microsoft / Oryx

Build your repo automatically.
Other
748 stars 171 forks source link

Oryx has failed to build the solution: free(): invalid size Aborted (core dumped) #2344

Closed markjamesm closed 7 months ago

markjamesm commented 7 months ago

Bug Report

Describe the bug

I made a few text changes to a page on my static website yesterday, and each build since that one fails at the following section (see screenshot below for additional context):

 generating optimized images 
free(): invalid size
Aborted (core dumped)

---End of Oryx build logs---
Oryx has failed to build the solution.

The website is running on the Astro Web Framework and had built successfully during my previous commit last month.

Expected behavior The site builds.

Screenshots failedbuild

The Astro build runs successfully locally with no errors:

npm run build

> @onwidget/astrowind@1.0.0-beta.7 build
> astro build

Re-optimizing dependencies because lockfile has changed
23:01:52 [vite] Re-optimizing dependencies because vite config has changed
23:01:52 Types generated 203ms
23:01:52 [build] output: "static"
23:01:52 [build] directory: /home/markjames/Git-Pulls/markjamesdev/dist/
23:01:52 [build] Collecting build info...
23:01:52 [build] ✓ Completed in 249ms.
23:01:52 [build] Building static entrypoints...
23:01:59 [build] ✓ Completed in 7.50s.

 generating static routes 
23:01:59 ▶ src/pages/[...blog]/[category]/[...page].astro
23:02:00   ├─ /category/blog/index.html (+25ms)
23:02:00   ├─ /category/blog/2/index.html (+5ms)
23:02:00   ├─ /category/tutorials/index.html (+7ms)
23:02:00   ├─ /category/tutorials/2/index.html (+12ms)
23:02:00   ├─ /category/tutorials/3/index.html (+7ms)
23:02:00   └─ /category/tutorials/4/index.html (+7ms)
23:02:00 ▶ src/pages/[...blog]/[tag]/[...page].astro
23:02:00   ├─ /tag/blog/index.html (+7ms)
23:02:00   ├─ /tag/guides/index.html (+5ms)
23:02:00   ├─ /tag/guides/2/index.html (+6ms)
23:02:00   ├─ /tag/asp-net/index.html (+3ms)
23:02:00   ├─ /tag/csharp/index.html (+8ms)
23:02:00   ├─ /tag/csharp/2/index.html (+3ms)
23:02:00   ├─ /tag/wikijs/index.html (+2ms)
23:02:00   ├─ /tag/docker/index.html (+3ms)
23:02:00   ├─ /tag/pardot/index.html (+3ms)
23:02:00   ├─ /tag/salesforce/index.html (+2ms)
23:02:00   ├─ /tag/programming-projects/index.html (+4ms)
23:02:00   ├─ /tag/programming-projects/2/index.html (+6ms)
23:02:00   ├─ /tag/react/index.html (+2ms)
23:02:00   ├─ /tag/typescript/index.html (+2ms)
23:02:00   ├─ /tag/dotnet/index.html (+2ms)
23:02:00   ├─ /tag/python/index.html (+2ms)
23:02:00   ├─ /tag/fsharp/index.html (+5ms)
23:02:00   ├─ /tag/fsharp/2/index.html (+3ms)
23:02:00   ├─ /tag/swift/index.html (+3ms)
23:02:00   └─ /tag/programming/index.html (+2ms)
23:02:00 ▶ src/pages/[...blog]/index.astro
23:02:00   ├─ /blog/2024-goals-and-objectives/index.html (+6ms)
23:02:00   ├─ /blog/jwt-authorization-asp-net-core/index.html (+32ms)
23:02:00   ├─ /blog/dynamically-importing-images-astro/index.html (+6ms)
23:02:00   ├─ /blog/setting-up-wikijs-nginx-docker-ubuntu/index.html (+4ms)
23:02:00   ├─ /blog/embed-pardot-form-responsive/index.html (+4ms)
23:02:00   ├─ /blog/building-telegram-bot-csharp/index.html (+11ms)
23:02:00   ├─ /blog/writing-a-music-synthesizer-react/index.html (+17ms)
23:02:00   ├─ /blog/computing-fundamentals-csharp/index.html (+5ms)
23:02:00   ├─ /blog/simple-slot-machine-functional-programming-with-python/index.html (+4ms)
23:02:00   ├─ /blog/drawing-racetrack-from-csv-csharp/index.html (+8ms)
23:02:00   ├─ /blog/learning-fsharp-first-month/index.html (+7ms)
23:02:00   ├─ /blog/iracing-telemetry-fsharp/index.html (+10ms)
23:02:00   ├─ /blog/plotting-csv-files-fsharp/index.html (+7ms)
23:02:00   ├─ /blog/2020-year-in-review/index.html (+5ms)
23:02:00   ├─ /blog/handling-errors-fsharp-with-option-types/index.html (+7ms)
23:02:00   ├─ /blog/transitioning-from-csharp-to-fsharp-rethinking-state/index.html (+11ms)
23:02:00   ├─ /blog/writing-an-iracing-sdk-implementation-fsharp/index.html (+9ms)
23:02:00   ├─ /blog/why-learning-fsharp-2021/index.html (+7ms)
23:02:00   ├─ /blog/developing-tui-music-player-csharp-part-four/index.html (+18ms)
23:02:00   ├─ /blog/developing-tui-music-player-csharp-part-three/index.html (+13ms)
23:02:00   ├─ /blog/developing-tui-music-player-csharp-part-two/index.html (+12ms)
23:02:00   ├─ /blog/developing-a-cli-music-player-csharp/index.html (+31ms)
23:02:00   ├─ /blog/late-summer-updates/index.html (+7ms)
23:02:00   ├─ /blog/making-a-roguelike-in-csharp-with-gorogue-sadconsole-part-two/index.html (+12ms)
23:02:00   ├─ /blog/making-a-roguelike-in-csharp-with-gorogue-sadconsole-part-one/index.html (+6ms)
23:02:00   ├─ /blog/importance-of-a-good-monitor/index.html (+2ms)
23:02:00   ├─ /blog/writing-a-midi-controller-app-part-two/index.html (+3ms)
23:02:00   ├─ /blog/writing-a-midi-controller-app-part-one/index.html (+9ms)
23:02:00   ├─ /blog/bookmark-dead-link-checker-swift/index.html (+5ms)
23:02:00   ├─ /blog/making-best-of-physical-distancing/index.html (+2ms)
23:02:00   └─ /blog/new-website/index.html (+2ms)
23:02:00 ▶ src/pages/[...blog]/[...page].astro
23:02:00   ├─ /blog/index.html (+3ms)
23:02:00   ├─ /blog/2/index.html (+3ms)
23:02:00   ├─ /blog/3/index.html (+6ms)
23:02:00   ├─ /blog/4/index.html (+4ms)
23:02:00   ├─ /blog/5/index.html (+3ms)
23:02:00   └─ /blog/6/index.html (+2ms)
23:02:00 λ src/pages/rss.xml.ts
23:02:00   └─ /rss.xml (+4ms)
23:02:00 ▶ src/pages/index.astro
23:02:00   └─ /index.html (+6ms)
23:02:00 ▶ src/pages/404.astro
23:02:00   └─ /404.html (+1ms)
23:02:00 ▶ src/pages/contact.astro
23:02:00   └─ /contact/index.html (+4ms)
23:02:00 ▶ src/pages/resume.astro
23:02:00   └─ /resume/index.html (+4ms)
23:02:00 ✓ Completed in 607ms.

 generating optimized images 
23:02:00   ▶ /_astro/default.iMBlk75o_Z1MHJOX.webp (before: 272kB, after: 33kB) (+82ms) (1/53)
23:02:00   ▶ /_astro/asp-net-jwt-authentication-flows.C16042Tu_Z13aLGG.webp (before: 156kB, after: 45kB) (+192ms) (2/53)
23:02:00   ▶ /_astro/swagger-jwt.xU6xTLto_Z2aOwQg.webp (before: 65kB, after: 14kB) (+84ms) (3/53)
23:02:01   ▶ /_astro/asp-net-swagger-api.RcSofUdp_Cp0em.webp (before: 213kB, after: 51kB) (+332ms) (4/53)
23:02:01   ▶ /_astro/decoded-jwt-token.OUMuE8YC_Z1vncsw.webp (before: 677kB, after: 289kB) (+492ms) (5/53)
23:02:01   ▶ /_astro/dynamic-image-import-LocalImagesUsedWrongly.Rkenc1tq_Z2t9yM2.webp (before: 76kB, after: 30kB) (+81ms) (6/53)
23:02:02   ▶ /_astro/dynamic-image-import-working.PZrtD1GT_1yLfD5.webp (before: 1459kB, after: 199kB) (+122ms) (7/53)
23:02:02   ▶ /_astro/cloudflare-ssl.wV6KRZv__1gYPCo.webp (before: 119kB, after: 62kB) (+107ms) (8/53)
23:02:02   ▶ /_astro/pardot-iframe-scrollbar.4QWs61aG_2pY4NU.webp (before: 27kB, after: 14kB) (+31ms) (9/53)
23:02:02   ▶ /_astro/csharp_telegram_bot_random_image.y91DnE6e_Z1mXPTb.webp (before: 74kB, after: 32kB) (+33ms) (10/53)
23:02:02   ▶ /_astro/csharp_telegram_bot_search.MzjNquGm_Z1W9AR.webp (before: 154kB, after: 23kB) (+40ms) (11/53)
23:02:02   ▶ /_astro/zoltan-ui.u0vK4s8Z_Z1CNjY5.webp (before: 66kB, after: 24kB) (+58ms) (12/53)
23:02:02   ▶ /_astro/microbrute.PyAM2xO4_Zo1rdV.webp (before: 193kB, after: 93kB) (+225ms) (13/53)
23:02:02   ▶ /_astro/zoltan-ui-mockup.1b2wQx7k_Z2j7ALF.webp (before: 31kB, after: 10kB) (+16ms) (14/53)
23:02:02   ▶ /_astro/memory-addresses.wSDZBje7_1De79t.webp (before: 5kB, after: 3kB) (+9ms) (15/53)
23:02:02   ▶ /_astro/cpumem.KNHVLTNY_Z26bHEj.webp (before: 3kB, after: 1kB) (+6ms) (16/53)
23:02:02   ▶ /_astro/cpuregister.k7mUPBjz_ZJFNd7.webp (before: 10kB, after: 5kB) (+16ms) (17/53)
23:02:02   ▶ /_astro/program-memory.36ilPBak_1kyTsy.webp (before: 5kB, after: 2kB) (+12ms) (18/53)
23:02:02   ▶ /_astro/cpustack.Z5AUOpke_Zk3qtk.webp (before: 25kB, after: 18kB) (+22ms) (19/53)
23:02:02   ▶ /_astro/cpu-and-stack.vQOGzpTm_Z2nYlsw.webp (before: 17kB, after: 10kB) (+18ms) (20/53)
23:02:02   ▶ /_astro/heappointer.b1XmFY5M_Z2oLX3A.webp (before: 10kB, after: 5kB) (+15ms) (21/53)
23:02:02   ▶ /_astro/null-ptr.7UYkk2E4_ZFIrSK.webp (before: 5kB, after: 3kB) (+13ms) (22/53)
23:02:02   ▶ /_astro/delete-array.MtZZaBTs_1Mkudz.webp (before: 4kB, after: 2kB) (+11ms) (23/53)
23:02:02   ▶ /_astro/heap-values.IsipY5l1_ZJDPPz.webp (before: 8kB, after: 6kB) (+7ms) (24/53)
23:02:02   ▶ /_astro/gilles-villeneuve-trackmap-crop.AycDH-DO_Z1iQEan.webp (before: 34kB, after: 9kB) (+70ms) (25/53)
23:02:02   ▶ /_astro/racing-rig.MCld9bBO_ZRrJE8.webp (before: 60kB, after: 35kB) (+89ms) (26/53)
23:02:03   ▶ /_astro/iracing-win.z8iDgjxK_1OjrlX.webp (before: 1835kB, after: 220kB) (+766ms) (27/53)
23:02:03   ▶ /_astro/MusicSharp-tui.P4RGGCl5_1lUmaa.webp (before: 29kB, after: 28kB) (+87ms) (28/53)
23:02:03   ▶ /_astro/MusicSharp-open-stream.w0OwsFRu_ZOh11h.webp (before: 25kB, after: 18kB) (+83ms) (29/53)
23:02:03   ▶ /_astro/musicsharp-volume.kiQi2hA4_19Hv9x.webp (before: 18kB, after: 15kB) (+61ms) (30/53)
23:02:03   ▶ /_astro/MusicSharp-open-dialog.SQvSBIz5_ZBDIYo.webp (before: 20kB, after: 14kB) (+71ms) (31/53)
23:02:03   ▶ /_astro/MusicSharp-playback-ctrls.t0dcDvnv_Z1fH7XX.webp (before: 12kB, after: 8kB) (+76ms) (32/53)
23:02:03   ▶ /_astro/MusicSharp-ui-mockup.1W_cQiuQ_ZCQckc.webp (before: 4kB, after: 3kB) (+8ms) (33/53)
23:02:04   ▶ /_astro/MusicSharp-first-build.-HcMZAxG_ZDsOVb.webp (before: 8kB, after: 6kB) (+40ms) (34/53)
23:02:04   ▶ /_astro/MusicSharp-menu.DTopDDwO_1yOJNO.webp (before: 16kB, after: 11kB) (+43ms) (35/53)
23:02:04   ▶ /_astro/MusicSharp-about-dialog.H1N8x2BY_ZiVyyP.webp (before: 22kB, after: 17kB) (+44ms) (36/53)
23:02:04   ▶ /_astro/MusicSharp-macOS-Catalina.azcwJZbB_Z2rp0jk.webp (before: 143kB, after: 17kB) (+54ms) (37/53)
23:02:04   ▶ /_astro/2019-kona-dew.zINcjcsX_ZqHavD.webp (before: 1483kB, after: 164kB) (+90ms) (38/53)
23:02:04   ▶ /_astro/runic-quest-ui-manager.Ohgnip6G_Z1eMjti.webp (before: 50kB, after: 14kB) (+23ms) (39/53)
23:02:04   ▶ /_astro/runic-quest-message-log-window.bVPd6ELi_1fn2Cz.webp (before: 40kB, after: 14kB) (+52ms) (40/53)
23:02:04   ▶ /_astro/runic-quest-scrollbar.Zb7pBF3Q_12EiVG.webp (before: 28kB, after: 8kB) (+29ms) (41/53)
23:02:04   ▶ /_astro/runic-quest-build-one.k3lMIayM_1cQO6n.webp (before: 69kB, after: 25kB) (+64ms) (42/53)
23:02:04   ▶ /_astro/gorogue-template-build.96J83dtz_12Iy25.webp (before: 32kB, after: 10kB) (+32ms) (43/53)
23:02:04   ▶ /_astro/runic-quest-center-map.JhkAMABr_VoOgP.webp (before: 44kB, after: 15kB) (+56ms) (44/53)
23:02:04   ▶ /_astro/new-setup.Vh6WBPCE_ZN7Y6N.webp (before: 255kB, after: 156kB) (+270ms) (45/53)
23:02:04   ▶ /_astro/linnstrument-helper-pressed.geNsmq7G_1NuGgW.webp (before: 17kB, after: 5kB) (+21ms) (46/53)
23:02:04   ▶ /_astro/linnstrument-helper-gui.E0UQ23Pa_ysRdp.webp (before: 173kB, after: 60kB) (+189ms) (47/53)
23:02:05   ▶ /_astro/linnstrument-helper-notenumber.MDec-ZVb_1AETwL.webp (before: 84kB, after: 5kB) (+70ms) (48/53)
23:02:05   ▶ /_astro/linnstrument-helper-grids.ynwX8mbK_1yCSLt.webp (before: 151kB, after: 49kB) (+181ms) (49/53)
23:02:05   ▶ /_astro/link-checker-output.0bLnL6ho_2hcIz4.webp (before: 22kB, after: 4kB) (+33ms) (50/53)
23:02:05   ▶ /_astro/cu-libraries-top.ervCxjYq_L5Y7J.webp (before: 14kB, after: 3kB) (+14ms) (51/53)
23:02:05   ▶ /_astro/mj.kUB9YOyx_1z7PAf.webp (before: 257kB, after: 22kB) (+48ms) (52/53)
23:02:05   ▶ /_astro/mj.kUB9YOyx_Z8OQC6.webp (before: 257kB, after: 57kB) (+141ms) (53/53)
23:02:05 ✓ Completed in 4.84s.

23:02:05 [@astrojs/sitemap] `sitemap-index.xml` created at `dist`
Successfully compressed a total of 1 CSS file for 527 Bytes.
23:02:08 [build] Waiting for integration "astro-compress", hook "astro:build:done"...
Successfully compressed a total of 68 HTML files for 216.93 KB.
23:02:09 [build] 67 page(s) built in 17.23s
23:02:09 [build] Complete!

My build.yml file:

name: Azure Static Web Apps CI/CD

on:
  push:
    branches:
      - main
  pull_request:
    types: [opened, synchronize, reopened, closed]
    branches:
      - main

jobs:
  build_and_deploy_job:
    if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
    runs-on: ubuntu-latest
    name: Build and Deploy Job
    steps:
      - uses: actions/checkout@v3
        with:
          submodules: true
          lfs: false
      - name: Build And Deploy
        id: builddeploy
        uses: Azure/static-web-apps-deploy@v1
        with:
          azure_static_web_apps_api_token: ______
          repo_token: _____ # Used for Github integrations (i.e. PR comments)
          action: "upload"
          ###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
          # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
          app_location: "/" # App source code path
          api_location: "" # Api source code path - optional
          output_location: "/dist" # Built app content directory - optional
          ###### End of Repository/Build Configurations ######

  close_pull_request_job:
    if: github.event_name == 'pull_request' && github.event.action == 'closed'
    runs-on: ubuntu-latest
    name: Close Pull Request Job
    steps:
      - name: Close Pull Request
        id: closepullrequest
        uses: Azure/static-web-apps-deploy@v1
        with:
          azure_static_web_apps_api_token: _______
          action: "close"

Any idea what might be going wrong here?

markjamesm commented 7 months ago

The full Build and Deploy output:

Run Azure/static-web-apps-deploy@v1
/usr/bin/docker run --name dd2b156e2ede8692d2449bb1a9e81128655b9e_b2f466 --label dd2b15 --workdir /github/workspace --rm -e "INPUT_AZURE_STATIC_WEB_APPS_API_TOKEN" -e "INPUT_REPO_TOKEN" -e "INPUT_ACTION" -e "INPUT_APP_LOCATION" -e "INPUT_API_LOCATION" -e "INPUT_OUTPUT_LOCATION" -e "INPUT_API_BUILD_COMMAND" -e "INPUT_APP_ARTIFACT_LOCATION" -e "INPUT_APP_BUILD_COMMAND" -e "INPUT_ROUTES_LOCATION" -e "INPUT_SKIP_APP_BUILD" -e "INPUT_CONFIG_FILE_LOCATION" -e "INPUT_SKIP_API_BUILD" -e "INPUT_PRODUCTION_BRANCH" -e "INPUT_DEPLOYMENT_ENVIRONMENT" -e "INPUT_IS_STATIC_EXPORT" -e "INPUT_DATA_API_LOCATION" -e "HOME" -e "GITHUB_JOB" -e "GITHUB_REF" -e "GITHUB_SHA" -e "GITHUB_REPOSITORY" -e "GITHUB_REPOSITORY_OWNER" -e "GITHUB_REPOSITORY_OWNER_ID" -e "GITHUB_RUN_ID" -e "GITHUB_RUN_NUMBER" -e "GITHUB_RETENTION_DAYS" -e "GITHUB_RUN_ATTEMPT" -e "GITHUB_REPOSITORY_ID" -e "GITHUB_ACTOR_ID" -e "GITHUB_ACTOR" -e "GITHUB_TRIGGERING_ACTOR" -e "GITHUB_WORKFLOW" -e "GITHUB_HEAD_REF" -e "GITHUB_BASE_REF" -e "GITHUB_EVENT_NAME" -e "GITHUB_SERVER_URL" -e "GITHUB_API_URL" -e "GITHUB_GRAPHQL_URL" -e "GITHUB_REF_NAME" -e "GITHUB_REF_PROTECTED" -e "GITHUB_REF_TYPE" -e "GITHUB_WORKFLOW_REF" -e "GITHUB_WORKFLOW_SHA" -e "GITHUB_WORKSPACE" -e "GITHUB_ACTION" -e "GITHUB_EVENT_PATH" -e "GITHUB_ACTION_REPOSITORY" -e "GITHUB_ACTION_REF" -e "GITHUB_PATH" -e "GITHUB_ENV" -e "GITHUB_STEP_SUMMARY" -e "GITHUB_STATE" -e "GITHUB_OUTPUT" -e "RUNNER_OS" -e "RUNNER_ARCH" -e "RUNNER_NAME" -e "RUNNER_ENVIRONMENT" -e "RUNNER_TOOL_CACHE" -e "RUNNER_TEMP" -e "RUNNER_WORKSPACE" -e "ACTIONS_RUNTIME_URL" -e "ACTIONS_RUNTIME_TOKEN" -e "ACTIONS_CACHE_URL" -e "ACTIONS_RESULTS_URL" -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/_temp/_runner_file_commands":"/github/file_commands" -v "/home/runner/work/markjamesdev/markjamesdev":"/github/workspace" dd2b15:6e2ede8692d2449bb1a9e81128655b9e
DeploymentId: 042e165b-a85c-41b5-90df-372c5b977820

Try to validate location at: '/github/workspace'.
App Directory Location: '/' was found.
Try to validate location at: '/github/workspace/swa-db-connections'.
Looking for event info
Starting to build app with Oryx
Azure Static Web Apps utilizes Oryx to build both static applications and Azure Functions. You can find more details on Oryx here: https://github.com/microsoft/Oryx
---Oryx build logs---

Operation performed by Microsoft Oryx, https://github.com/Microsoft/Oryx
You can report issues at https://github.com/Microsoft/Oryx/issues

Oryx Version: 0.2.20231128.3, Commit: 0b76566110f0db32097b869761e056fd9b01848d, ReleaseTagName: 20231128.3

Build Operation ID: 3c7042030d7a9912
OS Type           : bullseye
Image Type        : jamstack

Detecting platforms...
Detected following platforms:
  nodejs: 20.9.0
Version '20.9.0' of platform 'nodejs' is not installed. Generating script to install it...
Detected the following frameworks: Typescript,Astro

Source directory     : /github/workspace
Destination directory: /bin/staticsites/042e165b-a85c-41b5-90df-372c5b977820-swa-oryx/app

Installing common platform dependencies...
Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8062 kB]
Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [265 kB]
Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [18.8 kB]
Fetched 8554 kB in 1s (6041 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages will be upgraded:
  curl libcurl3-gnutls libcurl4 libnghttp2-14 linux-libc-dev tzdata
6 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 3015 kB of archives.
After this operation, 26.6 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bullseye-updates/main amd64 tzdata all 2021a-1+deb11u11 [287 kB]
Get:2 http://deb.debian.org/debian-security bullseye-security/main amd64 libnghttp2-14 amd64 1.43.0-1+deb11u1 [77.2 kB]
Get:3 http://deb.debian.org/debian-security bullseye-security/main amd64 curl amd64 7.74.0-1.3+deb11u11 [271 kB]
Get:4 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u11 [347 kB]
Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl3-gnutls amd64 7.74.0-1.3+deb11u11 [344 kB]
Get:6 http://deb.debian.org/debian-security bullseye-security/main amd64 linux-libc-dev amd64 5.10.205-2 [1690 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 3015 kB in 0s (13.6 MB/s)
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20486 files and directories currently installed.)
Preparing to unpack .../0-tzdata_2021a-1+deb11u11_all.deb ...
Unpacking tzdata (2021a-1+deb11u11) over (2021a-1+deb11u10) ...
Preparing to unpack .../1-libnghttp2-14_1.43.0-1+deb11u1_amd64.deb ...
Unpacking libnghttp2-14:amd64 (1.43.0-1+deb11u1) over (1.43.0-1) ...
Preparing to unpack .../2-curl_7.74.0-1.3+deb11u11_amd64.deb ...
Unpacking curl (7.74.0-1.3+deb11u11) over (7.74.0-1.3+deb11u10) ...
Preparing to unpack .../3-libcurl4_7.74.0-1.3+deb11u11_amd64.deb ...
Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u11) over (7.74.0-1.3+deb11u10) ...
Preparing to unpack .../4-libcurl3-gnutls_7.74.0-1.3+deb11u11_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.74.0-1.3+deb11u11) over (7.74.0-1.3+deb11u10) ...
Preparing to unpack .../5-linux-libc-dev_5.10.205-2_amd64.deb ...
Unpacking linux-libc-dev:amd64 (5.10.205-2) over (5.10.197-1) ...
Setting up libnghttp2-14:amd64 (1.43.0-1+deb11u1) ...
Setting up linux-libc-dev:amd64 (5.10.205-2) ...
Setting up libcurl3-gnutls:amd64 (7.74.0-1.3+deb11u11) ...
Setting up tzdata (2021a-1+deb11u11) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline

Current default time zone: 'Etc/UTC'
Local time is now:      Mon Jan 22 00:55:14 UTC 2024.
Universal Time is now:  Mon Jan 22 00:55:14 UTC 2024.
Run 'dpkg-reconfigure tzdata' if you wish to change it.

Setting up libcurl4:amd64 (7.74.0-1.3+deb11u11) ...
Setting up curl (7.74.0-1.3+deb11u11) ...
Processing triggers for libc-bin (2.31-13+deb11u7) ...
Reading package lists...
Building dependency tree...
Reading state information...
git is already the newest version (1:2.30.2-1+deb11u2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Downloading and extracting 'nodejs' version '20.9.0' to '/opt/nodejs/20.9.0'...
Detected image debian flavor: bullseye.
Downloaded in 1 sec(s).
Verifying checksum...
Extracting contents...
performing sha512 checksum for: nodejs...
Done in 3 sec(s).

Removing existing manifest file
Creating directory for command manifest file if it does not exist
Creating a manifest file...
Node Build Command Manifest file created.

Using Node version:
v20.9.0

Using Npm version:
10.1.0

Running 'npm install'...

added 917 packages, and audited 918 packages in 34s

358 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

Running 'npm run build'...

> @onwidget/astrowind@1.0.0-beta.7 build
> astro build

12:55:54 AM [content] Types generated 533ms
12:55:54 AM [build] output target: static
12:55:54 AM [build] Collecting build info...
12:55:54 AM [build] Completed in 589ms.
12:55:55 AM [build] Building static entrypoints...
12:56:08 AM [astro-icon] Loaded icons from flat-color-icons, tabler
12:56:09 AM [build] Completed in 14.62s.

 generating static routes 
▶ src/pages/index.astro
  └─ /index.html (+213ms)
▶ src/pages/contact.astro
  └─ /contact/index.html (+12ms)
λ src/pages/rss.xml.ts
  └─ /rss.xml (+18ms)
▶ src/pages/resume.astro
  └─ /resume/index.html (+28ms)
▶ src/pages/404.astro
  └─ /404.html (+8ms)
▶ src/pages/[...blog]/[category]/[...page].astro
  ├─ /category/tutorials/index.html (+23ms)
  ├─ /category/tutorials/2/index.html (+28ms)
  ├─ /category/tutorials/3/index.html (+31ms)
  ├─ /category/tutorials/4/index.html (+13ms)
  ├─ /category/blog/index.html (+13ms)
  └─ /category/blog/2/index.html (+15ms)
▶ src/pages/[...blog]/[tag]/[...page].astro
  ├─ /tag/guides/index.html (+23ms)
  ├─ /tag/guides/2/index.html (+16ms)
  ├─ /tag/asp-net/index.html (+5ms)
  ├─ /tag/csharp/index.html (+15ms)
  ├─ /tag/csharp/2/index.html (+5ms)
  ├─ /tag/wikijs/index.html (+5ms)
  ├─ /tag/docker/index.html (+11ms)
  ├─ /tag/pardot/index.html (+4ms)
  ├─ /tag/salesforce/index.html (+5ms)
  ├─ /tag/programming-projects/index.html (+8ms)
  ├─ /tag/programming-projects/2/index.html (+16ms)
  ├─ /tag/react/index.html (+4ms)
  ├─ /tag/typescript/index.html (+13ms)
  ├─ /tag/dotnet/index.html (+5ms)
  ├─ /tag/python/index.html (+4ms)
  ├─ /tag/fsharp/index.html (+10ms)
  ├─ /tag/fsharp/2/index.html (+4ms)
  ├─ /tag/blog/index.html (+7ms)
  ├─ /tag/swift/index.html (+11ms)
  └─ /tag/programming/index.html (+4ms)
▶ src/pages/[...blog]/[...page].astro
  ├─ /blog/index.html (+6ms)
  ├─ /blog/2/index.html (+5ms)
  ├─ /blog/3/index.html (+10ms)
  ├─ /blog/4/index.html (+17ms)
  └─ /blog/5/index.html (+20ms)
▶ src/pages/[...blog]/index.astro
  ├─ /blog/jwt-authorization-asp-net-core/index.html (+70ms)
  ├─ /blog/dynamically-importing-images-astro/index.html (+12ms)
  ├─ /blog/setting-up-wikijs-nginx-docker-ubuntu/index.html (+16ms)
  ├─ /blog/embed-pardot-form-responsive/index.html (+8ms)
  ├─ /blog/building-telegram-bot-csharp/index.html (+26ms)
  ├─ /blog/writing-a-music-synthesizer-react/index.html (+38ms)
  ├─ /blog/computing-fundamentals-csharp/index.html (+16ms)
  ├─ /blog/simple-slot-machine-functional-programming-with-python/index.html (+9ms)
  ├─ /blog/drawing-racetrack-from-csv-csharp/index.html (+10ms)
  ├─ /blog/learning-fsharp-first-month/index.html (+8ms)
  ├─ /blog/iracing-telemetry-fsharp/index.html (+8ms)
  ├─ /blog/plotting-csv-files-fsharp/index.html (+6ms)
  ├─ /blog/2020-year-in-review/index.html (+4ms)
  ├─ /blog/handling-errors-fsharp-with-option-types/index.html (+6ms)
  ├─ /blog/transitioning-from-csharp-to-fsharp-rethinking-state/index.html (+10ms)
  ├─ /blog/writing-an-iracing-sdk-implementation-fsharp/index.html (+10ms)
  ├─ /blog/why-learning-fsharp-2021/index.html (+6ms)
  ├─ /blog/developing-tui-music-player-csharp-part-four/index.html (+17ms)
  ├─ /blog/developing-tui-music-player-csharp-part-three/index.html (+17ms)
  ├─ /blog/developing-tui-music-player-csharp-part-two/index.html (+28ms)
  ├─ /blog/developing-a-cli-music-player-csharp/index.html (+9ms)
  ├─ /blog/late-summer-updates/index.html (+5ms)
  ├─ /blog/making-a-roguelike-in-csharp-with-gorogue-sadconsole-part-two/index.html (+16ms)
  ├─ /blog/making-a-roguelike-in-csharp-with-gorogue-sadconsole-part-one/index.html (+7ms)
  ├─ /blog/importance-of-a-good-monitor/index.html (+4ms)
  ├─ /blog/writing-a-midi-controller-app-part-two/index.html (+6ms)
  ├─ /blog/writing-a-midi-controller-app-part-one/index.html (+17ms)
  ├─ /blog/bookmark-dead-link-checker-swift/index.html (+14ms)
  ├─ /blog/making-best-of-physical-distancing/index.html (+5ms)
  └─ /blog/new-website/index.html (+4ms)
Completed in 1.07s.

 generating optimized images 
free(): invalid size
Aborted (core dumped)

---End of Oryx build logs---
Oryx has failed to build the solution.

For further information, please visit the Azure Static Web Apps documentation at https://docs.microsoft.com/en-us/azure/static-web-apps/
If you believe this behavior is unexpected, please raise a GitHub issue at https://github.com/azure/static-web-apps/issues/
Exiting
markjamesm commented 7 months ago

I can repro this on my local machine now, so closing this as it isn't related to Oryx.