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

Unable to upgrade flutter packages #1560

Open
Sander0542 opened this issue Feb 18, 2025 · 4 comments
Open

Unable to upgrade flutter packages #1560

Sander0542 opened this issue Feb 18, 2025 · 4 comments
Labels
question Further information is requested

Comments

@Sander0542
Copy link
Contributor

When calling the command flutter pub upgrade <package> with this container, the user does not have enough permissions in the .dart_tool folder.

Should the prepare-tool flutter command be called in the Dockerfile too? I don't see this for any other frameworks.

According to the Flutter prepare tool the exact directory gets created.
https://github.com/containerbase/base/blob/main/src/cli/tools/flutter.ts#L24-L45
https://github.com/containerbase/base/blob/main/src/cli/tools/dart/utils.ts#L6-L28

If this is not the fix. What else can we try to get Renovate working with Flutter (and Dart)?

### ⚠️ Artifact update problem

Renovate failed to update an artifact 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: pubspec.lock

Command failed: flutter pub upgrade events_emitter
Building flutter tool...
Cannot open file, path = '.dart_tool/package_config.json' (OS Error: Permission denied, errno = 13)
Error: Unable to 'pub upgrade' flutter tool. Retrying in five seconds... (9 tries left)
Cannot open file, path = '.dart_tool/package_config.json' (OS Error: Permission denied, errno = 13)
Error: Unable to 'pub upgrade' flutter tool. Retrying in five seconds... (8 tries left)
Cannot open file, path = '.dart_tool/package_config.json' (OS Error: Permission denied, errno = 13)
Error: Unable to 'pub upgrade' flutter tool. Retrying in five seconds... (7 tries left)
Cannot open file, path = '.dart_tool/package_config.json' (OS Error: Permission denied, errno = 13)
Error: Unable to 'pub upgrade' flutter tool. Retrying in five seconds... (6 tries left)
Cannot open file, path = '.dart_tool/package_config.json' (OS Error: Permission denied, errno = 13)
Error: Unable to 'pub upgrade' flutter tool. Retrying in five seconds... (5 tries left)
Cannot open file, path = '.dart_tool/package_config.json' (OS Error: Permission denied, errno = 13)
Error: Unable to 'pub upgrade' flutter tool. Retrying in five seconds... (4 tries left)
Cannot open file, path = '.dart_tool/package_config.json' (OS Error: Permission denied, errno = 13)
Error: Unable to 'pub upgrade' flutter tool. Retrying in five seconds... (3 tries left)
Cannot open file, path = '.dart_tool/package_config.json' (OS Error: Permission denied, errno = 13)
Error: Unable to 'pub upgrade' flutter tool. Retrying in five seconds... (2 tries left)
Cannot open file, path = '.dart_tool/package_config.json' (OS Error: Permission denied, errno = 13)
Error: Unable to 'pub upgrade' flutter tool. Retrying in five seconds... (1 tries left)
Command 'pub upgrade' still failed after 10 tries, giving up.


Flutter (and Dart) support was added in PR #1448

@viceice
Copy link
Member

viceice commented Feb 18, 2025

how are you running this image?

those folders should be generated automatically. so you probably override /tmp folder and or entry point in a wrong way.

@viceice viceice added the question Further information is requested label Feb 18, 2025
@Sander0542
Copy link
Contributor Author

I am running Mend renovate without any special configuration. These are my configuration files

values.yaml

mend-renovate-ce:
  renovate:
    mendRnvAcceptTos: y
    mendRnvPlatform: github
    logLevel: debug

    existingSecret: renovate

    config: |
      module.exports = {
        globalExtends: ['github>Sander0542/renovate-config'],
      }

  ingress:
    enabled: true
    hosts:
      - renovate.domain.com

  postgresql:
    enabled: true
    host: renovate-postgresql
    port: 5432
    database: renovate
    user: renovate

postgresql:
  global:
    postgresql:
      auth:
        username: renovate
        database: renovate
        existingSecret: renovate-postgresql
  primary:
    networkPolicy:
      enabled: false

Chart.yaml

apiVersion: v2
name: renovate
description: Renovate
type: application
version: 1.0.0

dependencies:
  - name: mend-renovate-ce
    version: 9.4.0
    repository: https://mend.github.io/renovate-ce-ee
  - name: postgresql
    version: 16.3.5
    repository: https://charts.bitnami.com/bitnami

default.json

{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
    "config:recommended",
    ":dependencyDashboard"
  ],
  "prHourlyLimit": 0
}

@viceice
Copy link
Member

viceice commented Feb 22, 2025

@Sander0542
Copy link
Contributor Author

I don't think this is related, because it is still happening with Flutter version 3.27.4.

I see a newer version has been upgraded recently, but this error seems more as a problem with file permissions within the image.

#1546

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants