Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency prometheus-community/postgres_exporter to v0.17.0 #864

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pccibot
Copy link
Collaborator

@pccibot pccibot commented Feb 21, 2025

This PR contains the following updates:

Package Update Change
prometheus-community/postgres_exporter minor 0.5.1 -> 0.17.0

Release Notes

prometheus-community/postgres_exporter (prometheus-community/postgres_exporter)

v0.17.0: 0.17.0 / 2025-02-16

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus-community/postgres_exporter@v0.16.0...v0.17.0

v0.16.0: 0.16.0 / 2024-11-10

Compare Source

BREAKING CHANGES:

The logging system has been replaced with log/slog from the stdlib. This change is being made across the prometheus ecosystem. The logging output has changed, but the messages and levels remain the same. The ts label for the timestamp has bewen replaced with time, the accuracy is less, and the timezone is not forced to UTC. The caller field has been replaced by the source field, which now includes the full path to the source file. The level field now exposes the log level in capital letters.

  • [CHANGE] Replace logging system #​1073
  • [ENHANCEMENT] Add save_wal_size and wal_status to replication_slot collector #​1027
  • [ENHANCEMENT] Add roles collector and connection limit metrics to database collector #​997
  • [ENHANCEMENT] Excluded databases log messgae is now info level #​1003
  • [ENHANCEMENT] Add active_time to stat_database collector #​961
  • [ENHANCEMENT] Add slot_type label to replication_slot collector #​960
  • [BUGFIX] Fix walreceiver collectore when no repmgr #​1086
  • [BUGFIX] Remove logging errors on replicas #​1048
  • [BUGFIX] Fix active_time query on postgres>=14 #​1045

v0.15.0: 0.15.0 / 2023-10-27

Compare Source

  • [ENHANCEMENT] Add 1kB and 2kB units #​915
  • [BUGFIX] Add error log when probe collector creation fails #​918
  • [BUGFIX] Fix test build failures on 32-bit arch #​919
  • [BUGFIX] Adjust collector to use separate connection per scrape #​936

v0.14.0: 0.14.0 / 2023-09-11

Compare Source

  • [CHANGE] Add state label to pg_process_idle_seconds #​862
  • [CHANGE] Change database connections to one per scrape #​882 #​902
  • [ENHANCEMENT] Add wal collector #​858
  • [ENHANCEMENT] Add database_wraparound collector #​834
  • [ENHANCEMENT] Add stat_activity_autovacuum collector #​840
  • [ENHANCEMENT] Add stat_wal_receiver collector #​844
  • [ENHANCEMENT] Add xlog_location collector #​849
  • [ENHANCEMENT] Add statio_user_indexes collector #​845
  • [ENHANCEMENT] Add long_running_transactions collector #​836
  • [ENHANCEMENT] Add pg_stat_user_tables_size_bytes metric #​904
  • [BUGFIX] Fix tests on 32-bit systems #​857
  • [BUGFIX] Fix pg_stat_statements metrics on Postgres 13+ #​874 #​876
  • [BUGFIX] Fix pg_stat_database metrics for NULL stats_reset #​877
  • [BUGFIX] Fix pg_replication_lag_seconds on Postgres 10+ when master is idle #​895

v0.13.2: 0.13.2 / 2023-07-21

Compare Source

  • [BUGFIX] Fix type issues on pg_postmaster metrics #​828
  • [BUGFIX] Fix pg_replication collector instantiation #​854
  • [BUGFIX] Fix pg_process_idle metrics #​855

v0.13.1: 0.13.1 / 2023-06-27

Compare Source

  • [BUGFIX] Make collectors not fail on null values #​823

v0.13.0: 0.13.0 / 2023-06-21

Compare Source

BREAKING CHANGES:

Please note, the following features are deprecated and may be removed in a future release:

  • auto-discover-databases
  • extend.query-path
  • constantLabels
  • exclude-databases
  • include-databases

This exporter is meant to monitor PostgresSQL servers, not the user data/databases. If
you need a generic SQL report exporter https://github.com/burningalchemist/sql_exporter
is recommended.

  • [CHANGE] Adjust log level for collector startup #​784
  • [CHANGE] Move queries from queries.yaml to collectors #​801
  • [CHANGE] Deprecate extend queries feature #​811
  • [CHANGE] Deprecate additional database features #​815
  • [CHANGE] Convert pg_stat_database to new collector #​685
  • [ENHANCEMENT] Supports alternate postgres:// prefix in URLs #​787
  • [BUGFIX] Fix pg_setting different help values #​771
  • [BUGFIX] Fix column type for pg_replication_slots #​777
  • [BUGFIX] Fix pg_stat_database collector #​809

v0.12.1: 0.12.1 / 2023-06-12

Compare Source

  • [BUGFIX] Fix column type for pg_replication_slots #​777

v0.12.0: 0.12.0 / 2023-03-21

Compare Source

BREAKING CHANGES:

This release changes support for multiple postgres servers to use the
multi-target exporter pattern. This makes it much easier to monitor multiple
PostgreSQL servers from a single exporter by passing the target via URL
params. See the Multi-Target Support section of the README.

  • [CHANGE] Add multi-target support #​618
  • [CHANGE] Add usename and application_name to pg_stat_activity metrics #​673
  • [FEATURE] Add replication metrics from pg_replication_slots #​747
  • [BUGFIX] Add dsn type for handling datasources #​678
  • [BUGFIX] Add 64kB unit for postgres 15 #​740
  • [BUGFIX] Add 4kB unit for postgres compiled with small blocks #​699

v0.11.1: 0.11.1 / 2022-08-01

Compare Source

  • [BUGFIX] Fix checkpoint_write_time value type #​666
  • [BUGFIX] Fix checkpoint_sync_time value type #​667

v0.11.0: 0.11.0 / 2022-07-28

Compare Source

NOTE: pg_stat_bgwriter counter metrics had the _total suffix added #​556

  • [CHANGE] refactor pg_stat_bgwriter metrics into standalone collector #​556
  • [FEATURE] Add pg_database collector #​613
  • [ENHANCEMENT] Add pg_database_size_bytes metric #​613
  • [BUGFIX] Avoid parsing error from bogus Azure Flexible Server custom GUC #​587
  • [BUGFIX] Fix pg_stat_archiver error in 9.4 and earlier. #​599
  • [BUGFIX] Sanitize setting values because of Aurora irregularity #​620

v0.10.1: 0.10.1 / 2022-01-14

Compare Source

  • [BUGFIX] Fix broken log-level for values other than debug. #​560

v0.10.0: 0.10.0 / 2021-07-08

Compare Source

  • [ENHANCEMENT] Add ability to set included databases when autoDiscoverDatabases is enabled #​499
  • [BUGFIX] fix pg_replication_slots on postgresql versions 9.4 <> 10.0 #​537

v0.9.0: 0.9.0 / 2021-03-01

Compare Source

First release under the Prometheus Community organisation.

  • [CHANGE] Update build to use standard Prometheus promu/Dockerfile
  • [ENHANCEMENT] Remove duplicate column in queries.yml #​433
  • [ENHANCEMENT] Add query for 'pg_replication_slots' #​465
  • [ENHANCEMENT] Allow a custom prefix for metric namespace #​387
  • [ENHANCEMENT] Improve PostgreSQL replication lag detection #​395
  • [ENHANCEMENT] Support connstring syntax when discovering databases #​473
  • [ENHANCEMENT] Detect SIReadLock locks in the pg_locks metric #​421
  • [BUGFIX] Fix pg_database_size_bytes metric in queries.yaml #​357
  • [BUGFIX] Don't ignore errors in parseUserQueries #​362
  • [BUGFIX] Fix queries.yaml for AWS RDS #​370
  • [BUGFIX] Recover when connection cannot be established at startup #​415
  • [BUGFIX] Don't retry if an error occurs #​426
  • [BUGFIX] Do not panic on incorrect env #​457

v0.8.0

Compare Source

v0.7.0

Compare Source

v0.6.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@pccibot pccibot added the enhancement New feature or request label Feb 21, 2025
@pccibot
Copy link
Collaborator Author

pccibot commented Feb 21, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: undefined
Command failed: bundle install
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/rake-13.2.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/rake-13.2.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/rake-13.2.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/base64-0.2.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/benchmark-0.4.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/bigdecimal-3.1.9.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/concurrent-ruby-1.3.5.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/base64-0.2.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/benchmark-0.4.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/bigdecimal-3.1.9.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/concurrent-ruby-1.3.5.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/base64-0.2.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/benchmark-0.4.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/bigdecimal-3.1.9.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/concurrent-ruby-1.3.5.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/connection_pool-2.5.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/drb-2.2.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/logger-1.6.6.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/minitest-5.25.4.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/connection_pool-2.5.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/drb-2.2.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/logger-1.6.6.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/minitest-5.25.4.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/connection_pool-2.5.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/drb-2.2.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/logger-1.6.6.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/minitest-5.25.4.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/securerandom-0.4.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/uri-1.0.3.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/public_suffix-6.0.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/ansi-1.5.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/securerandom-0.4.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/uri-1.0.3.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/public_suffix-6.0.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/ansi-1.5.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/securerandom-0.4.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/uri-1.0.3.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/public_suffix-6.0.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/ansi-1.5.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/ast-2.4.2.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/fiber-annotation-0.2.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/fiber-storage-1.0.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/json-2.10.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/ast-2.4.2.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/fiber-annotation-0.2.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/fiber-storage-1.0.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/json-2.10.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/ast-2.4.2.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/fiber-annotation-0.2.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/fiber-storage-1.0.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/json-2.10.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/io-event-1.9.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/metrics-0.12.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/traces-0.15.2.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/io-endpoint-0.15.2.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/io-event-1.9.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/metrics-0.12.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/traces-0.15.2.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/io-endpoint-0.15.2.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/io-event-1.9.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/metrics-0.12.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/traces-0.15.2.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/io-endpoint-0.15.2.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/io-stream-0.6.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/protocol-http-0.49.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/protocol-hpack-1.5.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/bcrypt_pbkdf-1.1.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/io-stream-0.6.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/protocol-http-0.49.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/protocol-hpack-1.5.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/bcrypt_pbkdf-1.1.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/io-stream-0.6.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/protocol-http-0.49.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/protocol-hpack-1.5.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/bcrypt_pbkdf-1.1.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/deep_merge-1.2.2.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/ed25519-1.3.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/hocon-1.4.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/in-parallel-1.0.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/deep_merge-1.2.2.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/ed25519-1.3.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/hocon-1.4.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/in-parallel-1.0.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/deep_merge-1.2.2.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/ed25519-1.3.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/hocon-1.4.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/in-parallel-1.0.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/inifile-3.0.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/minitar-0.12.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/net-ssh-7.3.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/rexml-3.4.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/inifile-3.0.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/minitar-0.12.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/net-ssh-7.3.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/rexml-3.4.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/inifile-3.0.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/minitar-0.12.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/net-ssh-7.3.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/rexml-3.4.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/rsync-1.0.9.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/stringify-hash-0.0.2.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/thor-1.2.2.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/multi_json-1.15.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/rsync-1.0.9.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/stringify-hash-0.0.2.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/thor-1.2.2.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/multi_json-1.15.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/rsync-1.0.9.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/stringify-hash-0.0.2.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/thor-1.2.2.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/multi_json-1.15.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/rspec-support-3.13.2.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/diff-lcs-1.6.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/net-telnet-0.2.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/sfl-2.3.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/rspec-support-3.13.2.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/diff-lcs-1.6.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/net-telnet-0.2.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/sfl-2.3.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/rspec-support-3.13.2.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/diff-lcs-1.6.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/net-telnet-0.2.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/sfl-2.3.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/pathspec-2.1.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/builder-3.3.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/coderay-1.1.3.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/docile-1.4.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/pathspec-2.1.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/builder-3.3.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/coderay-1.1.3.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/docile-1.4.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/pathspec-2.1.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/builder-3.3.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/coderay-1.1.3.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/docile-1.4.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/simplecov-html-0.10.2.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/sync-0.5.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/domain_name-0.6.20240107.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/erubi-1.13.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/simplecov-html-0.10.2.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/sync-0.5.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/domain_name-0.6.20240107.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/erubi-1.13.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/simplecov-html-0.10.2.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/sync-0.5.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/domain_name-0.6.20240107.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/erubi-1.13.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/jgrep-1.5.4.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/forwardable-1.3.3.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/singleton-0.3.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/ffi-1.17.1-x86_64-linux-gnu.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/jgrep-1.5.4.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/forwardable-1.3.3.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/singleton-0.3.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/ffi-1.17.1-x86_64-linux-gnu.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/jgrep-1.5.4.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/forwardable-1.3.3.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/singleton-0.3.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/ffi-1.17.1-x86_64-linux-gnu.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/formatador-1.1.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/getoptlong-0.2.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/rainbow-3.1.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/rb-fsevent-0.11.2.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/formatador-1.1.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/getoptlong-0.2.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/rainbow-3.1.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/rb-fsevent-0.11.2.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/formatador-1.1.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/getoptlong-0.2.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/rainbow-3.1.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/rb-fsevent-0.11.2.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/lumberjack-1.2.10.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/nenv-0.3.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/shellany-0.0.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/ostruct-0.6.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/lumberjack-1.2.10.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/nenv-0.3.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/shellany-0.0.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/ostruct-0.6.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/lumberjack-1.2.10.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/nenv-0.3.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/shellany-0.0.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/ostruct-0.6.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/method_source-1.1.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/http-accept-1.7.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/mutex_m-0.3.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/iniparse-1.5.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/method_source-1.1.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/http-accept-1.7.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/mutex_m-0.3.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/iniparse-1.5.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/method_source-1.1.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/http-accept-1.7.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/mutex_m-0.3.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/iniparse-1.5.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/little-plugger-1.1.4.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/locale-2.1.4.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/semantic_puppet-1.1.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/spdx-licenses-1.3.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/little-plugger-1.1.4.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/locale-2.1.4.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/semantic_puppet-1.1.1.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (3/4): Bundler::PermissionError There was an error while trying to write to `/opt/containerbase/tools/ruby/3.3.5/lib/ruby/gems/3.3.0/cache/spdx-licenses-1.3.0.gem`. It is likely that you need to grant write permissions for that path.
Retrying download gem from https://rubygems.org/ due to error (4/4): Bundler::PermissionError There was an error while trying to write to `/opt/container

@pccibot pccibot force-pushed the renovate/prometheus-community-postgres_exporter-0.x branch from a376753 to cef40ec Compare February 28, 2025 14:38
@pccibot pccibot changed the title chore(deps): update dependency prometheus-community/postgres_exporter to v0.16.0 chore(deps): update dependency prometheus-community/postgres_exporter to v0.17.0 Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants