Skip to content

chore(deps): update rust crate filetime to v0.2.28#12201

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/filetime-0.x-lockfile
Open

chore(deps): update rust crate filetime to v0.2.28#12201
renovate[bot] wants to merge 1 commit intomainfrom
renovate/filetime-0.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 9, 2026

This PR contains the following updates:

Package Type Update Change
filetime workspace.dependencies patch 0.2.270.2.28

Release Notes

alexcrichton/filetime (filetime)

v0.2.28

Compare Source


Configuration

📅 Schedule: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 9, 2026

GNU testsuite comparison:

GNU test failed: tests/cp/preserve-mode. tests/cp/preserve-mode is passing on 'main'. Maybe you have to rebase?
GNU test failed: tests/misc/selinux. tests/misc/selinux is passing on 'main'. Maybe you have to rebase?
GNU test failed: tests/misc/tty-eof. tests/misc/tty-eof is passing on 'main'. Maybe you have to rebase?
GNU test failed: tests/touch/empty-file. tests/touch/empty-file is passing on 'main'. Maybe you have to rebase?
GNU test failed: tests/touch/fifo. tests/touch/fifo is passing on 'main'. Maybe you have to rebase?
GNU test failed: tests/touch/no-rights. tests/touch/no-rights is passing on 'main'. Maybe you have to rebase?
Skip an intermittent issue tests/date/resolution (fails in this run but passes in the 'main' branch)
Skip an intermittent issue tests/tail/retry (fails in this run but passes in the 'main' branch)
Skip an intermittent issue tests/tail/symlink (fails in this run but passes in the 'main' branch)
Note: The gnu test tests/cut/cut-huge-range is now being skipped but was previously passing.
Note: The gnu test tests/dd/no-allocate is now being skipped but was previously passing.
Note: The gnu test tests/seq/seq-epipe is now being skipped but was previously passing.

@xtqqczze
Copy link
Copy Markdown
Contributor

xtqqczze commented May 9, 2026

@alexcrichton Breaking change in filetime v0.2.28?

  stderr ───

    thread 'test_touch::test_touch_changes_time_of_file_in_stdout' (70404) panicked at tests/by-util/test_touch.rs:844:10:
    Command was expected to succeed. code: 1
    stdout = 
     stderr = touch: setting times of '/dev/stdout': Permission denied

@alexcrichton
Copy link
Copy Markdown

That looks like it, yeah. Would you be able to reduce this down to a test case?

@xtqqczze
Copy link
Copy Markdown
Contributor

It seems we do something like this:

fn test_touch_changes_time_of_file_in_stdout() {
// command like: `touch - 1< ./c`
// should change the timestamp of c

touch has this highly confusing GNU/coreutils compatibility behavior:

A FILE argument string of - is handled specially and causes touch to change the times of the file associated with standard output.

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 this pull request may close these issues.

2 participants