Release failure: indev Docker image publish #18

Closed
opened 2026-07-08 18:41:57 -05:00 by reinitialized · 0 comments

The release workflow failed before publishing the Bleu Docker images.

Run

Failure

  • Failed stage: Build and push Docker images
  • Failed job state: failure

Intended Image Tags

  • git.ds.reinitialized.net/bleupigs.club/bleu/cmmc:indev
  • git.ds.reinitialized.net/bleupigs.club/bleu/cmmc:sha-c6f768d9a758
  • git.ds.reinitialized.net/bleupigs.club/bleu/bleubridge:indev
  • git.ds.reinitialized.net/bleupigs.club/bleu/bleubridge:sha-c6f768d9a758
  • git.ds.reinitialized.net/bleupigs.club/bleu/bleusocial:indev
  • git.ds.reinitialized.net/bleupigs.club/bleu/bleusocial:sha-c6f768d9a758
  • git.ds.reinitialized.net/bleupigs.club/bleu/bleuclient:indev
  • git.ds.reinitialized.net/bleupigs.club/bleu/bleuclient:sha-c6f768d9a758
  • git.ds.reinitialized.net/bleupigs.club/bleu/bleuagent:indev
  • git.ds.reinitialized.net/bleupigs.club/bleu/bleuagent:sha-c6f768d9a758

Last Failure Log Excerpt

[truncated to last 4000 characters]
ces.list.d/docker.list &&       apt-get update &&       apt-get install -y --no-install-recommends docker-ce-cli docker-compose-plugin &&       rm -rf /var/lib/apt/lists/*;     fi
#8 ...

#19 [build 13/17] COPY packages/ui/package.json packages/ui/package.json
#19 DONE 3.7s

#8 [runtime 3/5] RUN if [ "bleuagent" = "bleuagent" ] || [ "bleuagent" = "cmmc" ]; then       apt-get update &&       apt-get install -y --no-install-recommends ca-certificates curl &&       install -m 0755 -d /etc/apt/keyrings &&       curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc &&       echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian $(. /etc/os-release && echo "${VERSION_CODENAME}") stable"         > /etc/apt/sources.list.d/docker.list &&       apt-get update &&       apt-get install -y --no-install-recommends docker-ce-cli docker-compose-plugin &&       rm -rf /var/lib/apt/lists/*;     fi
#8 52.31 Selecting previously unselected package ca-certificates.
#8 52.32 Preparing to unpack .../01-ca-certificates_20250419_all.deb ...
#8 52.71 Unpacking ca-certificates (20250419) ...
#8 56.49 Selecting previously unselected package libbrotli1:amd64.
#8 56.50 Preparing to unpack .../02-libbrotli1_1.1.0-2+b7_amd64.deb ...
#8 56.90 Unpacking libbrotli1:amd64 (1.1.0-2+b7) ...
#8 ...

#20 [build 14/17] RUN bun install --frozen-lockfile --production
#20 3.833 bun install v1.3.14 (0d9b296a)
#20 4.210 warn: Slow filesystem detected. If /root/.bun/install/cache is a network drive, consider setting $BUN_INSTALL_CACHE_DIR to a local folder.
#20 4.210 Resolving dependencies
#20 4.261 Resolved, downloaded and extracted [2]
#20 4.261 error: Workspace dependency "@bleu/social-web" not found
#20 4.261 
#20 4.261 Searched in "./*"
#20 4.261 
#20 4.261 Workspace documentation: https://bun.com/docs/install/workspaces
#20 4.261 
#20 4.261 
#20 4.261 error: Workspace dependency "@bleu/social-web" not found
#20 4.261 
#20 4.261 Searched in "./*"
#20 4.261 
#20 4.261 Workspace documentation: https://bun.com/docs/install/workspaces
#20 4.261 
#20 4.261 
#20 4.261 error: Workspace dependency "@bleu/social-web" not found
#20 4.261 
#20 4.261 Searched in "./*"
#20 4.261 
#20 4.261 Workspace documentation: https://bun.com/docs/install/workspaces
#20 4.261 
#20 4.261 error: @bleu/social-web@workspace:* failed to resolve
#20 4.261 error: @bleu/social-web@workspace:* failed to resolve
#20 4.261 error: @bleu/social-web@workspace:* failed to resolve
#20 ERROR: process "/bin/sh -c bun install --frozen-lockfile --production" did not complete successfully: exit code: 1

#8 [runtime 3/5] RUN if [ "bleuagent" = "bleuagent" ] || [ "bleuagent" = "cmmc" ]; then       apt-get update &&       apt-get install -y --no-install-recommends ca-certificates curl &&       install -m 0755 -d /etc/apt/keyrings &&       curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc &&       echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian $(. /etc/os-release && echo "${VERSION_CODENAME}") stable"         > /etc/apt/sources.list.d/docker.list &&       apt-get update &&       apt-get install -y --no-install-recommends docker-ce-cli docker-compose-plugin &&       rm -rf /var/lib/apt/lists/*;     fi
#8 CANCELED
------
 > [build 14/17] RUN bun install --frozen-lockfile --production:
4.261 
4.261 error: Workspace dependency "@bleu/social-web" not found
4.261 
4.261 Searched in "./*"
4.261 
4.261 Workspace documentation: https://bun.com/docs/install/workspaces
4.261 
4.261 error: @bleu/social-web@workspace:* failed to resolve
4.261 error: @bleu/social-web@workspace:* failed to resolve
4.261 error: @bleu/social-web@workspace:* failed to resolve
------
ERROR: failed to build: failed to solve: process "/bin/sh -c bun install --frozen-lockfile --production" did not complete successfully: exit code: 1

Registry Secret Guidance

Configure CMMC_RELEASE_USER and CMMC_RELEASE_TOKEN with package publish access, or provide REGISTRY_USERNAME and REGISTRY_TOKEN.

The release workflow failed before publishing the Bleu Docker images. ### Run - Public run: https://git.ds.reinitialized.net/bleupigs.club/bleu/actions/runs/231 - Workflow: `Release Bleu Docker Images` - Run number: `231` - Internal run ID: `665` - Attempt: `1` - Branch: `indev` - Commit URL: https://git.ds.reinitialized.net/bleupigs.club/bleu/commit/c6f768d9a7581e5acf4c10fc3832635d5b7b973a - Commit SHA: `c6f768d9a7581e5acf4c10fc3832635d5b7b973a` ### Failure - Failed stage: `Build and push Docker images` - Failed job state: `failure` ### Intended Image Tags - `git.ds.reinitialized.net/bleupigs.club/bleu/cmmc:indev` - `git.ds.reinitialized.net/bleupigs.club/bleu/cmmc:sha-c6f768d9a758` - `git.ds.reinitialized.net/bleupigs.club/bleu/bleubridge:indev` - `git.ds.reinitialized.net/bleupigs.club/bleu/bleubridge:sha-c6f768d9a758` - `git.ds.reinitialized.net/bleupigs.club/bleu/bleusocial:indev` - `git.ds.reinitialized.net/bleupigs.club/bleu/bleusocial:sha-c6f768d9a758` - `git.ds.reinitialized.net/bleupigs.club/bleu/bleuclient:indev` - `git.ds.reinitialized.net/bleupigs.club/bleu/bleuclient:sha-c6f768d9a758` - `git.ds.reinitialized.net/bleupigs.club/bleu/bleuagent:indev` - `git.ds.reinitialized.net/bleupigs.club/bleu/bleuagent:sha-c6f768d9a758` ### Last Failure Log Excerpt ````text [truncated to last 4000 characters] ces.list.d/docker.list && apt-get update && apt-get install -y --no-install-recommends docker-ce-cli docker-compose-plugin && rm -rf /var/lib/apt/lists/*; fi #8 ... #19 [build 13/17] COPY packages/ui/package.json packages/ui/package.json #19 DONE 3.7s #8 [runtime 3/5] RUN if [ "bleuagent" = "bleuagent" ] || [ "bleuagent" = "cmmc" ]; then apt-get update && apt-get install -y --no-install-recommends ca-certificates curl && install -m 0755 -d /etc/apt/keyrings && curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc && echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian $(. /etc/os-release && echo "${VERSION_CODENAME}") stable" > /etc/apt/sources.list.d/docker.list && apt-get update && apt-get install -y --no-install-recommends docker-ce-cli docker-compose-plugin && rm -rf /var/lib/apt/lists/*; fi #8 52.31 Selecting previously unselected package ca-certificates. #8 52.32 Preparing to unpack .../01-ca-certificates_20250419_all.deb ... #8 52.71 Unpacking ca-certificates (20250419) ... #8 56.49 Selecting previously unselected package libbrotli1:amd64. #8 56.50 Preparing to unpack .../02-libbrotli1_1.1.0-2+b7_amd64.deb ... #8 56.90 Unpacking libbrotli1:amd64 (1.1.0-2+b7) ... #8 ... #20 [build 14/17] RUN bun install --frozen-lockfile --production #20 3.833 bun install v1.3.14 (0d9b296a) #20 4.210 warn: Slow filesystem detected. If /root/.bun/install/cache is a network drive, consider setting $BUN_INSTALL_CACHE_DIR to a local folder. #20 4.210 Resolving dependencies #20 4.261 Resolved, downloaded and extracted [2] #20 4.261 error: Workspace dependency "@bleu/social-web" not found #20 4.261 #20 4.261 Searched in "./*" #20 4.261 #20 4.261 Workspace documentation: https://bun.com/docs/install/workspaces #20 4.261 #20 4.261 #20 4.261 error: Workspace dependency "@bleu/social-web" not found #20 4.261 #20 4.261 Searched in "./*" #20 4.261 #20 4.261 Workspace documentation: https://bun.com/docs/install/workspaces #20 4.261 #20 4.261 #20 4.261 error: Workspace dependency "@bleu/social-web" not found #20 4.261 #20 4.261 Searched in "./*" #20 4.261 #20 4.261 Workspace documentation: https://bun.com/docs/install/workspaces #20 4.261 #20 4.261 error: @bleu/social-web@workspace:* failed to resolve #20 4.261 error: @bleu/social-web@workspace:* failed to resolve #20 4.261 error: @bleu/social-web@workspace:* failed to resolve #20 ERROR: process "/bin/sh -c bun install --frozen-lockfile --production" did not complete successfully: exit code: 1 #8 [runtime 3/5] RUN if [ "bleuagent" = "bleuagent" ] || [ "bleuagent" = "cmmc" ]; then apt-get update && apt-get install -y --no-install-recommends ca-certificates curl && install -m 0755 -d /etc/apt/keyrings && curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc && echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian $(. /etc/os-release && echo "${VERSION_CODENAME}") stable" > /etc/apt/sources.list.d/docker.list && apt-get update && apt-get install -y --no-install-recommends docker-ce-cli docker-compose-plugin && rm -rf /var/lib/apt/lists/*; fi #8 CANCELED ------ > [build 14/17] RUN bun install --frozen-lockfile --production: 4.261 4.261 error: Workspace dependency "@bleu/social-web" not found 4.261 4.261 Searched in "./*" 4.261 4.261 Workspace documentation: https://bun.com/docs/install/workspaces 4.261 4.261 error: @bleu/social-web@workspace:* failed to resolve 4.261 error: @bleu/social-web@workspace:* failed to resolve 4.261 error: @bleu/social-web@workspace:* failed to resolve ------ ERROR: failed to build: failed to solve: process "/bin/sh -c bun install --frozen-lockfile --production" did not complete successfully: exit code: 1 ```` ### Registry Secret Guidance Configure `CMMC_RELEASE_USER` and `CMMC_RELEASE_TOKEN` with package publish access, or provide `REGISTRY_USERNAME` and `REGISTRY_TOKEN`.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
bleupigs.club/bleu#18
No description provided.