mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #875] PowerPC build fails #509
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#509
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gaul on GitHub (Dec 16, 2018).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/875
It is unclear to me whether this ever worked or regressed. @Basavaraju013 can you investigate this? References #866.
@gaul commented on GitHub (Dec 17, 2018):
Failure:
From https://travis-ci.org/s3fs-fuse/s3fs-fuse/jobs/468559312#L495 .
@Basavaraju-G commented on GitHub (Dec 17, 2018):
it worked earlier, Here is my travis passed build.
https://travis-ci.org/Basavaraju013/s3fs-fuse/jobs/460721270
Even it is passed, When i Raised PR for s3fs-fuse
https://travis-ci.org/s3fs-fuse/s3fs-fuse/builds/460730544
its failed because travis-ci updated PowerPC CPP image recently.
Build is passing in this OS version.
In your Build i.e failed Build OS information:
@gaul commented on GitHub (Dec 17, 2018):
Should we revert the change or can you investigate this?
@Basavaraju-G commented on GitHub (Dec 17, 2018):
would you change this line from trusty to xenial.
https://github.com/s3fs-fuse/s3fs-fuse/blob/master/.travis.yml#L48
@gaul commented on GitHub (Dec 17, 2018):
Can you submit a PR for this?
@Basavaraju-G commented on GitHub (Dec 17, 2018):
Sure.
@Basavaraju-G commented on GitHub (Dec 17, 2018):
it issue with travis-ci.org. both amd64 and ppc64le jobs are running on amd64 machine only.
https://travis-ci.org/s3fs-fuse/s3fs-fuse/jobs/468559312#L495
Actually amd64 job need to run on amd64 and PowerPC job need to run on ppc64le VM.
This
but in now both jobs are running on x86 only. Checking with travis-ci support team on this issue.
Here the documentation support of ppc64le machine on travis-ci.org
https://travis-ci.community/t/linux-multiarch-testing-tips/862
@Basavaraju-G commented on GitHub (Dec 21, 2018):
@gaul Travis-ci.org has fixed the RabitMQ authentication details now.
Below is response from travis-ci support team.
and also builds are passing now (https://travis-ci.org/s3fs-fuse/s3fs-fuse/builds/470752015)
can we close this issue now.
@gaul commented on GitHub (Dec 21, 2018):
This appears fixed (#874 will fix macOS failure):
https://travis-ci.org/s3fs-fuse/s3fs-fuse/builds/470774703