Ticket #449 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years ago

arch_pfs_fs_connect: failed to get the dir for .../vc-dir/http:/localhost:51731/Baz-Repository

Reported by: lambda Owned by:
Priority: minor Milestone: 0.8.+
Version: 0.7.10 Keywords:
Cc:

Description

When running the unit test for Bazaar (baz, the deprecated one based on Arch), I get the following error:

    testCheckoutHTTP ... 

Build did not succeed: 2 ['failed', 'arch']
--- START step arch / log stdio ---
starting arch operation
rm -rf /Users/lambda/src/buildbot/_trial_temp/slavebase/vc-dir/build
 in dir /Users/lambda/src/buildbot/_trial_temp/slavebase/vc-dir (timeout 200 secs)
 watching logfiles {}
 argv: ['rm', '-rf', '/Users/lambda/src/buildbot/_trial_temp/slavebase/vc-dir/build']
 environment:
   <<<snipped>>>
 closing stdin
 using PTY: False
elapsedTime=0.020808
rm -rf /Users/lambda/src/buildbot/_trial_temp/slavebase/vc-dir/build
 in dir /Users/lambda/src/buildbot/_trial_temp/slavebase/vc-dir (timeout 200 secs)
 watching logfiles {}
 argv: ['rm', '-rf', '/Users/lambda/src/buildbot/_trial_temp/slavebase/vc-dir/build']
 environment:
   <<<snipped>>>
 closing stdin
 using PTY: False
elapsedTime=0.018277
/opt/local/bin/baz register-archive --force http://localhost:51731/Baz-Repository
 in dir /Users/lambda/src/buildbot/_trial_temp/slavebase/vc-dir (timeout 200 secs)
 watching logfiles {}
 argv: ['/opt/local/bin/baz', 'register-archive', '--force', 'http://localhost:51731/Baz-Repository']
 environment:
   <<<snipped>>>
 closing stdin
 using PTY: False
arch_pfs_fs_connect: failed to get the dir for /Users/lambda/src/buildbot/_trial_temp/slavebase/vc-dir/http:/localhost:51731/Baz-Repository
elapsedTime=0.022652
program finished with exit code 1

Given that baz is no longer maintained, and as far as I know no one still uses it, the best solution would probably just be to drob baz support.

Change History

comment:1 Changed 4 years ago by dustin

  • Milestone changed from undecided to 0.7.+

Sounds good to me. Should we also remove Arch?

comment:2 Changed 3 years ago by dustin

  • Status changed from new to closed
  • Resolution set to fixed

#860 covers removing these VC's.

The bum tests will disappear shortly.

Note: See TracTickets for help on using tickets.