Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #18392

Closed (moved)
Open
Opened Feb 25, 2016 by weasel (Peter Palfrader)@weasel

windows build failures

So, nick pointed out that the windows builds have been failing on master. Apparently something to do with temp directoryes:

make  check-TESTS
make[1]: Entering directory `/c/cygwin/home/jenkins/weasel-temp/build-tree'
rm -f micro-revision.tmp; \
        if test -d "../tor/.git" && \
                        test -x "`which git 2>&1;true`"; then \
                HASH="`cd "../tor" && git rev-parse --short=16 HEAD`"; \
                echo \"$HASH\" > micro-revision.tmp; \
        fi; \
        if test ! -f micro-revision.tmp; then \
                if test ! -f micro-revision.i; then \
                        echo '""' > micro-revision.i; \
                fi; \
        elif test ! -f micro-revision.i || \
                        test x"`cat micro-revision.tmp`" != x"`cat micro-revision.i`"; then \
                mv micro-revision.tmp micro-revision.i; \
        fi; \
        rm -f micro-revision.tmp; \
        true
Failed to set initial options: Couldn't access/create private data directory "C:\cygwin\tmp\tor_test_1920_kq7xphqj"
FAIL: src/test/test.exe
Failed to set initial options: Couldn't access/create private data directory "C:\cygwin\tmp\tor_test_3208_bbamnh5w"
FAIL: src/test/test-slow.exe
It appears that memset is good enough on this platform. Good.
OKAY: memwipe seems to work.
PASS: src/test/test-memwipe.exe
OK
...
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
Tor: 0.2.8.x-final
Milestone
Tor: 0.2.8.x-final
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#18392