Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
GHC
GHC
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 4,393
    • Issues 4,393
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 381
    • Merge Requests 381
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Glasgow Haskell Compiler
  • GHCGHC
  • Issues
  • #17452

Closed
Open
Opened Nov 07, 2019 by Ben Gamari@bgamari🐢Maintainer

More Windows build flakiness (MAX_PATH again?)

While trying to finally clean up Windows CI in !2097 (closed) I noticed the following failure (and a few others like it):

Wrong exit code for T16219()(expected 0 , actual 2 )
Stderr ( T16219 ):
C:\GitLabRunner\builds\e963ee11\0\ghc\ghc\inplace\lib\../mingw/bin\ar.exe: unable to rename 'dist\build\backpack-issue-0.1.0.0-HN0t7ITpU7L2qli1Mpfla0-library-a+ICdFvwE3xMv67KXoly0PU0\objs-5376\libHSbackpack-issue-0.1.0.0-HN0t7ITpU7L2qli1Mpfla0-library-a+ICdFvwE3xMv67KXoly0PU0.a'; reason: No such file or directory
make[2]: *** [Makefile:12: T16219] Error 1

This path is nearly 200 bytes long. Could this be another recurrence of our MAX_PATH woes? I was under the impression we had killed these issues off for good in !1684 (merged). @Phyx, any idea what might be going on here?

Assignee
Assign to
8.10.2
Milestone
8.10.2 (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: ghc/ghc#17452