Conversation
skr4n
force-pushed
the
ci
branch
2 times, most recently
from
August 13, 2026 10:25
197e2f8 to
b23f5cf
Compare
skr4n
force-pushed
the
ci
branch
2 times, most recently
from
August 13, 2026 11:05
8b7c917 to
38df243
Compare
Contributor
|
For what it is worth, I tried this branch on MSYS2 and FreeBSD, and the compile problems I was having are now gone. For MSYS2 Running gave me a UDF test failure: $ cargo test -- --include-ignored
...
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running tests\iso-info.rs (target\debug\deps\iso_info-83a2970b562b84ca.exe)
running 7 tests
test joliet_metadata ... ok
test rock_metadata ... ok
test xa_metadata ... ok
test rock_contents ... ok
test joliet_contents ... ok
test udf ... FAILED
test xa_contents ... ok
failures:
---- udf stdout ----
thread 'udf' (7484) panicked at libcdio-cli\tests\iso-info.rs:157:10:
Unexpected stdout, failed diff original var
├── original: /:
│ dr-xr-xr-x 4294967295 4294967295 1 100 Feb 20 2014 01:26:20 .
│ -r-xr-xr-x 4294967295 4294967295 1 10 Feb 20 2014 01:25:12 FéжΘvrier
│
├── diff:
│ --- orig
│ +++ var
│ @@ -2,2 +2,2 @@
│ - dr-xr-xr-x 4294967295 4294967295 1 100 Feb 20 2014 01:26:20 .
│ - -r-xr-xr-x 4294967295 4294967295 1 10 Feb 20 2014 01:25:12 FéжΘvrier
│ + dr-xr-xr-x 4294967295 4294967295 1 100 Feb 19 2014 21:26:20 .
│ + -r-xr-xr-x 4294967295 4294967295 1 10 Feb 19 2014 21:25:12 FéжΘvrier
└── var as str: /:
dr-xr-xr-x 4294967295 4294967295 1 100 Feb 19 2014 21:26:20 .
-r-xr-xr-x 4294967295 4294967295 1 10 Feb 19 2014 21:25:12 FéжΘvrier
command=`"C:\\msys64\\tmp`\libcdio\\cdio-rust\\target\\debug\\iso-info-rs.exe" "-U" "../test-data/udf.iso"`
code=0
stdout=```
/:
dr-xr-xr-x 4294967295 4294967295 1 100 Feb 19 2014 21:26:20 .
-r-xr-xr-x 4294967295 4294967295 1 10 Feb 19 2014 21:25:12 FéжΘvrier
stderr=""
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
failures:
udf
test result: FAILED. 6 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
error: test failed, to rerun pass `-p libcdio-cli --test iso-info` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upstream is yet to add vendoring support for libcdio-sys.
This therefore fetches it from a fork.
Do not merge.