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

Support S3 Express One Zone #2220

Open
Fraccaman opened this issue Jul 11, 2024 · 4 comments · Fixed by #2221
Open

Support S3 Express One Zone #2220

Fraccaman opened this issue Jul 11, 2024 · 4 comments · Fixed by #2221

Comments

@Fraccaman
Copy link

Fraccaman commented Jul 11, 2024

Is S3 Express One Zone supported? I'm not sure if I am during something wrong but

Compile requests                    963
Compile requests executed           654
Cache hits                            0
Cache misses                        654
Cache misses (Rust)                 654
Cache timeouts                        0
Cache read errors                     0
Forced recaches                       0
Cache write errors                  654
Compilation failures                  0
Cache errors                          0
Non-cacheable compilations            0
Non-cacheable calls                 [30](https://github.com/Fraccaman/namada/actions/runs/9898192480/job/27344414279#step:11:31)9
Non-compilation calls                 0
Unsupported compiler calls            0
Average cache write               0.000 s
Average compiler                  0.465 s
Average cache read hit            0.000 s
Failed distributed compilations       0

using the followings sccache configuration

env:
  RUSTC_WRAPPER: sccache
  SCCACHE_S3_USE_SSL: false
  CARGO_INCREMENTAL: 0
  RUST_BACKTRACE: full
  SCCACHE_BUCKET: $NAME--usw2-az1--x-s3
  AWS_REGION: $REGION
@AJIOB
Copy link
Contributor

AJIOB commented Jul 14, 2024

I have the similar output with the JFrog Artifactory (by WebDAV driver) on version 0.8.1.

@Xuanwo, is it possible to be the bug of OpenDAL & sccache integration? As I know, OpenDAL checks lots of backends, and the Artifactory is a part of them.

@AJIOB
Copy link
Contributor

AJIOB commented Jul 14, 2024

Looks like it may be relative to the apache/opendal#4816, that's the part of the opendal 0.47.2. Now sccache uses 0.47.0 & this bug may still exist.

AJIOB added a commit to AJIOB/sccache that referenced this issue Jul 14, 2024
sylvestre pushed a commit that referenced this issue Jul 14, 2024
@Fraccaman
Copy link
Author

I dont think upgrading opendal would resolve the problem, see this issue apache/opendal#3681

@Xuanwo
Copy link
Collaborator

Xuanwo commented Jul 15, 2024

express One Zone should already supported, we need to add support for enable_virtual_host_style. Would you like to implement it?

@Xuanwo Xuanwo reopened this Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants