[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#917712: marked as done (Yarn fails to parse markdown code blocks properly)



Your message dated Fri, 18 Jan 2019 09:04:05 +0000
with message-id <E1gkQ4L-0004dY-Mh@fasolo.debian.org>
and subject line Bug#917712: fixed in cmdtest 0.32-3
has caused the Debian Bug report #917712,
regarding Yarn fails to parse markdown code blocks properly
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
917712: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917712
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: gitano
Version: 1.1.1-1
Severity: serious
Justification: FTBFS on amd64
Tags: buster sid
Usertags: ftbfs-20181229 ftbfs-buster

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> NOTE: Coverage gathering is not enabled
> /usr/bin/luac5.1 -p plugins/rsync.lua plugins/archive.lua plugins/git-annex.lua plugins/testing-hooks.lua plugins/demo.lua plugins/git-multimail.lua
> for PLUGIN in plugins/rsync.lua plugins/archive.lua plugins/git-annex.lua plugins/testing-hooks.lua plugins/demo.lua; do \
> 	env LUA_PATH="/<<PKGBUILDDIR>>/lib/?.lua;;" /usr/bin/lua5.1 $PLUGIN; \
> done
> Running full yarns in 'ssh' mode
> Parsing scenario file testing/library.yarn
> Parsing scenario file testing/01-basics.yarn
> Parsing scenario file testing/01-hooks.yarn
> Parsing scenario file testing/02-commands-as.yarn
> Parsing scenario file testing/02-commands-config.yarn
> Parsing scenario file testing/02-commands-copy.yarn
> Parsing scenario file testing/02-commands-count-objects.yarn
> Parsing scenario file testing/02-commands-create.yarn
> Parsing scenario file testing/02-commands-destroy.yarn
> Parsing scenario file testing/02-commands-fsck.yarn
> Parsing scenario file testing/02-commands-gc.yarn
> Parsing scenario file testing/02-commands-graveyard.yarn
> Parsing scenario file testing/02-commands-git-upload-archive.yarn
> Parsing scenario file testing/02-commands-group.yarn
> Parsing scenario file testing/02-commands-help.yarn
> Parsing scenario file testing/02-commands-keyring.yarn
> Parsing scenario file testing/02-commands-ls.yarn
> Parsing scenario file testing/02-commands-rename.yarn
> Parsing scenario file testing/02-commands-rsync.yarn
> Parsing scenario file testing/02-commands-sshkey.yarn
> Parsing scenario file testing/02-commands-user.yarn
> Parsing scenario file testing/02-commands-whoami.yarn
> Parsing scenario file testing/03-cgit-support.yarn
> Parsing scenario file testing/03-shallow-push.yarn
> Parsing scenario file testing/03-treedelta-rules.yarn
> Parsing scenario file testing/03-force-pushing.yarn
> Parsing scenario file testing/03-dangling-HEAD.yarn
> Parsing scenario file testing/03-config-user-whitelist.yarn
> No shell libraries defined
> Found 66 scenarios
> Running scenario Verification of basic behaviour
>     DATADIR is /tmp/tmpSdYDTe/Verification_of_basic_behaviour/datadir
>     HOME for tests is /tmp/tmpSdYDTe/Verification_of_basic_behaviour/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "Verification of basic behaviour"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpmJlbny: 8: /tmp/tmpmJlbny: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario whoami shows the gitano-admin group
>     DATADIR is /tmp/tmpxu9J3I/whoami_shows_the_gitano-admin_group/datadir
>     HOME for tests is /tmp/tmpxu9J3I/whoami_shows_the_gitano-admin_group/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "whoami shows the gitano-admin group"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpA4oTIe: 8: /tmp/tmpA4oTIe: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario ls will not show repositories you have no access to
>     DATADIR is /tmp/tmpuXsvtF/ls_will_not_show_repositories_you_have_no_access_to/datadir
>     HOME for tests is /tmp/tmpuXsvtF/ls_will_not_show_repositories_you_have_no_access_to/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "ls will not show repositories you have no access to"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmp7mF0XZ: 8: /tmp/tmp7mF0XZ: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario delegated repository creation works
>     DATADIR is /tmp/tmpLEq0L_/delegated_repository_creation_works/datadir
>     HOME for tests is /tmp/tmpLEq0L_/delegated_repository_creation_works/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "delegated repository creation works"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpNTkCXn: 8: /tmp/tmpNTkCXn: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario handling empty commands
>     DATADIR is /tmp/tmpKd2fg6/handling_empty_commands/datadir
>     HOME for tests is /tmp/tmpKd2fg6/handling_empty_commands/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "handling empty commands"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpKY1VdZ: 8: /tmp/tmpKY1VdZ: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario using bypass warns loudly
>     DATADIR is /tmp/tmpCHPaje/using_bypass_warns_loudly/datadir
>     HOME for tests is /tmp/tmpCHPaje/using_bypass_warns_loudly/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "using bypass warns loudly"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpT6BSs9: 8: /tmp/tmpT6BSs9: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario preauth_cmdline can be manipulated
>     DATADIR is /tmp/tmpc7CXe1/preauth_cmdline_can_be_manipulated/datadir
>     HOME for tests is /tmp/tmpc7CXe1/preauth_cmdline_can_be_manipulated/datadir/HOME
>     Running step "ASSUMING gitano is being accessed over ssh"
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "preauth_cmdline can be manipulated"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpmNZlxV: 8: /tmp/tmpmNZlxV: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario supple isn't even considered when post_receive hooks "stop"
>     DATADIR is /tmp/tmpYeVurG/supple_isn_t_even_considered_when_post_receive_hooks_stop_/datadir
>     HOME for tests is /tmp/tmpYeVurG/supple_isn_t_even_considered_when_post_receive_hooks_stop_/datadir/HOME
>     Running step "ASSUMING gitano is being accessed over ssh"
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "supple isn't even considered when post_receive hooks "stop""
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpSjAoEJ: 8: /tmp/tmpSjAoEJ: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario Default case for as
>     DATADIR is /tmp/tmpbXn3I4/Default_case_for_as/datadir
>     HOME for tests is /tmp/tmpbXn3I4/Default_case_for_as/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "Default case for as"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpdWlJTA: 8: /tmp/tmpdWlJTA: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario Ensuring 'as' does not leak user presence
>     DATADIR is /tmp/tmphWhdUg/Ensuring_as_does_not_leak_user_presence/datadir
>     HOME for tests is /tmp/tmphWhdUg/Ensuring_as_does_not_leak_user_presence/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "Ensuring 'as' does not leak user presence"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmps6G2Ez: 8: /tmp/tmps6G2Ez: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario Ensuring 'as' does not thwart auditability
>     DATADIR is /tmp/tmpqVLGCg/Ensuring_as_does_not_thwart_auditability/datadir
>     HOME for tests is /tmp/tmpqVLGCg/Ensuring_as_does_not_thwart_auditability/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "Ensuring 'as' does not thwart auditability"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmp9bHfwB: 8: /tmp/tmp9bHfwB: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario Viewing initial `config` for a repo
>     DATADIR is /tmp/tmpAJyB1S/Viewing_initial_config_for_a_repo/datadir
>     HOME for tests is /tmp/tmpAJyB1S/Viewing_initial_config_for_a_repo/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "Viewing initial `config` for a repo"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpeuQPDx: 8: /tmp/tmpeuQPDx: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario Configuration changes stick
>     DATADIR is /tmp/tmp4JnIYg/Configuration_changes_stick/datadir
>     HOME for tests is /tmp/tmp4JnIYg/Configuration_changes_stick/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "Configuration changes stick"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmp1xqXXj: 8: /tmp/tmp1xqXXj: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario Changes to `HEAD` and description hit the filesystem
>     DATADIR is /tmp/tmpssfdc6/Changes_to_HEAD_and_description_hit_the_filesystem/datadir
>     HOME for tests is /tmp/tmpssfdc6/Changes_to_HEAD_and_description_hit_the_filesystem/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "Changes to `HEAD` and description hit the filesystem"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmp27w0Zp: 8: /tmp/tmp27w0Zp: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario Manipulating list values is possible
>     DATADIR is /tmp/tmpEs03rb/Manipulating_list_values_is_possible/datadir
>     HOME for tests is /tmp/tmpEs03rb/Manipulating_list_values_is_possible/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "Manipulating list values is possible"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpTnov4w: 8: /tmp/tmpTnov4w: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario server-side clone
>     DATADIR is /tmp/tmp4HN7St/server-side_clone/datadir
>     HOME for tests is /tmp/tmp4HN7St/server-side_clone/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "server-side clone"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpDaIfUS: 8: /tmp/tmpDaIfUS: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario server-side clone failure modes
>     DATADIR is /tmp/tmpvY6qW0/server-side_clone_failure_modes/datadir
>     HOME for tests is /tmp/tmpvY6qW0/server-side_clone_failure_modes/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "server-side clone failure modes"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpgJnH5K: 8: /tmp/tmpgJnH5K: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario counting objects
>     DATADIR is /tmp/tmpbAEG9O/counting_objects/datadir
>     HOME for tests is /tmp/tmpbAEG9O/counting_objects/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "counting objects"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpdLPVKy: 8: /tmp/tmpdLPVKy: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario user-created repositories
>     DATADIR is /tmp/tmpjstBFm/user-created_repositories/datadir
>     HOME for tests is /tmp/tmpjstBFm/user-created_repositories/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "user-created repositories"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpzwlNuJ: 8: /tmp/tmpzwlNuJ: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario created repositories have server info
>     DATADIR is /tmp/tmpZYzTtS/created_repositories_have_server_info/datadir
>     HOME for tests is /tmp/tmpZYzTtS/created_repositories_have_server_info/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "created repositories have server info"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpsJqtiT: 8: /tmp/tmpsJqtiT: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario repository destruction failure modes
>     DATADIR is /tmp/tmpbqyS4j/repository_destruction_failure_modes/datadir
>     HOME for tests is /tmp/tmpbqyS4j/repository_destruction_failure_modes/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "repository destruction failure modes"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmprsCmQL: 8: /tmp/tmprsCmQL: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario repository destruction
>     DATADIR is /tmp/tmpwXN6_Z/repository_destruction/datadir
>     HOME for tests is /tmp/tmpwXN6_Z/repository_destruction/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "repository destruction"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpdV1Kcg: 8: /tmp/tmpdV1Kcg: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario Simple `fsck` cases
>     DATADIR is /tmp/tmp7H1hKK/Simple_fsck_cases/datadir
>     HOME for tests is /tmp/tmp7H1hKK/Simple_fsck_cases/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "Simple `fsck` cases"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpQ7CjDp: 8: /tmp/tmpQ7CjDp: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario lowly accolyte fails to fsck
>     DATADIR is /tmp/tmpseKKWU/lowly_accolyte_fails_to_fsck/datadir
>     HOME for tests is /tmp/tmpseKKWU/lowly_accolyte_fails_to_fsck/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "lowly accolyte fails to fsck"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpe2aJsp: 8: /tmp/tmpe2aJsp: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario passing arguments to `fsck`
>     DATADIR is /tmp/tmp77apX5/passing_arguments_to_fsck_/datadir
>     HOME for tests is /tmp/tmp77apX5/passing_arguments_to_fsck_/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "passing arguments to `fsck`"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpnDYuIk: 8: /tmp/tmpnDYuIk: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario Simple case `gc` usage
>     DATADIR is /tmp/tmpONIfdr/Simple_case_gc_usage/datadir
>     HOME for tests is /tmp/tmpONIfdr/Simple_case_gc_usage/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "Simple case `gc` usage"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmp2DuxLR: 8: /tmp/tmp2DuxLR: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario Simple failure case `gc` usage
>     DATADIR is /tmp/tmpFt3Lrl/Simple_failure_case_gc_usage/datadir
>     HOME for tests is /tmp/tmpFt3Lrl/Simple_failure_case_gc_usage/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "Simple failure case `gc` usage"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmp9lMN2Q: 8: /tmp/tmp9lMN2Q: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario Write access checks for `gc` usage
>     DATADIR is /tmp/tmphKD7A6/Write_access_checks_for_gc_usage/datadir
>     HOME for tests is /tmp/tmphKD7A6/Write_access_checks_for_gc_usage/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "Write access checks for `gc` usage"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmp8Vp2up: 8: /tmp/tmp8Vp2up: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario Passing arguments through to `git gc`
>     DATADIR is /tmp/tmpHDd941/Passing_arguments_through_to_git_gc_/datadir
>     HOME for tests is /tmp/tmpHDd941/Passing_arguments_through_to_git_gc_/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "Passing arguments through to `git gc`"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpB_Krw2: 8: /tmp/tmpB_Krw2: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario graveyard
>     DATADIR is /tmp/tmpqAUmo5/graveyard/datadir
>     HOME for tests is /tmp/tmpqAUmo5/graveyard/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "graveyard"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmp0Ayd0L: 8: /tmp/tmp0Ayd0L: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario Performing git-archive operations
>     DATADIR is /tmp/tmpjekKWD/Performing_git-archive_operations/datadir
>     HOME for tests is /tmp/tmpjekKWD/Performing_git-archive_operations/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "Performing git-archive operations"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpNWEogP: 8: /tmp/tmpNWEogP: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario basic group operation
>     DATADIR is /tmp/tmps6uyT6/basic_group_operation/datadir
>     HOME for tests is /tmp/tmps6uyT6/basic_group_operation/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "basic group operation"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpeEwseE: 8: /tmp/tmpeEwseE: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario group description
>     DATADIR is /tmp/tmpVf13UG/group_description/datadir
>     HOME for tests is /tmp/tmpVf13UG/group_description/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "group description"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpmXSRyh: 8: /tmp/tmpmXSRyh: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario group renaming
>     DATADIR is /tmp/tmpODiaFR/group_renaming/datadir
>     HOME for tests is /tmp/tmpODiaFR/group_renaming/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "group renaming"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmp3_vHSt: 8: /tmp/tmp3_vHSt: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario group membership
>     DATADIR is /tmp/tmpYTvxos/group_membership/datadir
>     HOME for tests is /tmp/tmpYTvxos/group_membership/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "group membership"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpjNMY3V: 8: /tmp/tmpjNMY3V: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario group and user rename continuity
>     DATADIR is /tmp/tmpsFyPI3/group_and_user_rename_continuity/datadir
>     HOME for tests is /tmp/tmpsFyPI3/group_and_user_rename_continuity/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "group and user rename continuity"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpHXUQNO: 8: /tmp/tmpHXUQNO: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario group add with slashes causes error
>     DATADIR is /tmp/tmpPhLL9A/group_add_with_slashes_causes_error/datadir
>     HOME for tests is /tmp/tmpPhLL9A/group_add_with_slashes_causes_error/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "group add with slashes causes error"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmp5_81uR: 8: /tmp/tmp5_81uR: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario help is given
>     DATADIR is /tmp/tmpgAAoSu/help_is_given/datadir
>     HOME for tests is /tmp/tmpgAAoSu/help_is_given/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "help is given"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmp98XXMZ: 8: /tmp/tmp98XXMZ: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario Verify empty keyring set
>     DATADIR is /tmp/tmprGE2D5/Verify_empty_keyring_set/datadir
>     HOME for tests is /tmp/tmprGE2D5/Verify_empty_keyring_set/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "Verify empty keyring set"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpYZV7oo: 8: /tmp/tmpYZV7oo: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario Verify keyrings come and go
>     DATADIR is /tmp/tmpwNmuPZ/Verify_keyrings_come_and_go/datadir
>     HOME for tests is /tmp/tmpwNmuPZ/Verify_keyrings_come_and_go/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "Verify keyrings come and go"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpRBitsQ: 8: /tmp/tmpRBitsQ: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario Keyrings can gain and lose keys
>     DATADIR is /tmp/tmpKc556V/Keyrings_can_gain_and_lose_keys/datadir
>     HOME for tests is /tmp/tmpKc556V/Keyrings_can_gain_and_lose_keys/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "Keyrings can gain and lose keys"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpM_NINb: 8: /tmp/tmpM_NINb: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario Basic operation of ls
>     DATADIR is /tmp/tmpbb2iCO/Basic_operation_of_ls/datadir
>     HOME for tests is /tmp/tmpbb2iCO/Basic_operation_of_ls/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "Basic operation of ls"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpN3_Lks: 8: /tmp/tmpN3_Lks: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario No access means no show in ls
>     DATADIR is /tmp/tmprmrjkZ/No_access_means_no_show_in_ls/datadir
>     HOME for tests is /tmp/tmprmrjkZ/No_access_means_no_show_in_ls/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "No access means no show in ls"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmptdTzjO: 8: /tmp/tmptdTzjO: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario Archived repositories do not show in ls
>     DATADIR is /tmp/tmpy0khol/Archived_repositories_do_not_show_in_ls/datadir
>     HOME for tests is /tmp/tmpy0khol/Archived_repositories_do_not_show_in_ls/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "Archived repositories do not show in ls"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpnhUrRI: 8: /tmp/tmpnhUrRI: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario rename repository
>     DATADIR is /tmp/tmpN3JoJO/rename_repository/datadir
>     HOME for tests is /tmp/tmpN3JoJO/rename_repository/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "rename repository"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpglH6MY: 8: /tmp/tmpglH6MY: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario rename permissions
>     DATADIR is /tmp/tmpQgv7Xc/rename_permissions/datadir
>     HOME for tests is /tmp/tmpQgv7Xc/rename_permissions/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "rename permissions"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpwBGeVZ: 8: /tmp/tmpwBGeVZ: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario rsync
>     DATADIR is /tmp/tmpTnTFQU/rsync/datadir
>     HOME for tests is /tmp/tmpTnTFQU/rsync/datadir/HOME
>     Running step "ASSUMING rsync is possible"
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "rsync"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpS2BY0T: 8: /tmp/tmpS2BY0T: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario ssh key basics
>     DATADIR is /tmp/tmpuSjPxj/ssh_key_basics/datadir
>     HOME for tests is /tmp/tmpuSjPxj/ssh_key_basics/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "ssh key basics"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpMIcLhH: 8: /tmp/tmpMIcLhH: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario gitano key awareness
>     DATADIR is /tmp/tmpCSwIPR/gitano_key_awareness/datadir
>     HOME for tests is /tmp/tmpCSwIPR/gitano_key_awareness/datadir/HOME
>     Running step "ASSUMING gitano is being accessed over ssh"
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "gitano key awareness"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpkIG2zb: 8: /tmp/tmpkIG2zb: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario sshkey underscores and dashes
>     DATADIR is /tmp/tmpAJrUs7/sshkey_underscores_and_dashes/datadir
>     HOME for tests is /tmp/tmpAJrUs7/sshkey_underscores_and_dashes/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "sshkey underscores and dashes"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpSoLXmd: 8: /tmp/tmpSoLXmd: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario user creation
>     DATADIR is /tmp/tmpe0TiFp/user_creation/datadir
>     HOME for tests is /tmp/tmpe0TiFp/user_creation/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "user creation"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpOyD5oz: 8: /tmp/tmpOyD5oz: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario user manipulation
>     DATADIR is /tmp/tmpVr2JHU/user_manipulation/datadir
>     HOME for tests is /tmp/tmpVr2JHU/user_manipulation/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "user manipulation"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpTD5SQn: 8: /tmp/tmpTD5SQn: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario rename user
>     DATADIR is /tmp/tmp5b8hsw/rename_user/datadir
>     HOME for tests is /tmp/tmp5b8hsw/rename_user/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "rename user"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpsLA_L9: 8: /tmp/tmpsLA_L9: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario delete user
>     DATADIR is /tmp/tmpudFODg/delete_user/datadir
>     HOME for tests is /tmp/tmpudFODg/delete_user/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "delete user"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpdYuQhv: 8: /tmp/tmpdYuQhv: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario user add with slashes causes error
>     DATADIR is /tmp/tmppqyLTF/user_add_with_slashes_causes_error/datadir
>     HOME for tests is /tmp/tmppqyLTF/user_add_with_slashes_causes_error/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "user add with slashes causes error"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpL7rbOJ: 8: /tmp/tmpL7rbOJ: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario user introspection
>     DATADIR is /tmp/tmp0ASC1L/user_introspection/datadir
>     HOME for tests is /tmp/tmp0ASC1L/user_introspection/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "user introspection"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmp35S14Q: 8: /tmp/tmp35S14Q: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario whoami marks ssh key
>     DATADIR is /tmp/tmpTDdQ6k/whoami_marks_ssh_key/datadir
>     HOME for tests is /tmp/tmpTDdQ6k/whoami_marks_ssh_key/datadir/HOME
>     Running step "ASSUMING gitano is being accessed over ssh"
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "whoami marks ssh key"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmp7iUqjI: 8: /tmp/tmp7iUqjI: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario Gitano configures CGit to hide archived repositories
>     DATADIR is /tmp/tmpQGfXB4/Gitano_configures_CGit_to_hide_archived_repositories/datadir
>     HOME for tests is /tmp/tmpQGfXB4/Gitano_configures_CGit_to_hide_archived_repositories/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "Gitano configures CGit to hide archived repositories"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpGa4a8i: 8: /tmp/tmpGa4a8i: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario Pushing shallow history
>     DATADIR is /tmp/tmpvS7NzC/Pushing_shallow_history/datadir
>     HOME for tests is /tmp/tmpvS7NzC/Pushing_shallow_history/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "Pushing shallow history"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpGqmAiF: 8: /tmp/tmpGqmAiF: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario may not create files called FOO
>     DATADIR is /tmp/tmp8F1i7L/may_not_create_files_called_FOO/datadir
>     HOME for tests is /tmp/tmp8F1i7L/may_not_create_files_called_FOO/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "may not create files called FOO"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpPUMh_p: 8: /tmp/tmpPUMh_p: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario source must have a FOO
>     DATADIR is /tmp/tmpTURVfr/source_must_have_a_FOO/datadir
>     HOME for tests is /tmp/tmpTURVfr/source_must_have_a_FOO/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "source must have a FOO"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpXk1tOW: 8: /tmp/tmpXk1tOW: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario any change must affect FOO
>     DATADIR is /tmp/tmphnQy4L/any_change_must_affect_FOO/datadir
>     HOME for tests is /tmp/tmphnQy4L/any_change_must_affect_FOO/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "any change must affect FOO"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpHneEqT: 8: /tmp/tmpHneEqT: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario any change must affect FOO with specificity
>     DATADIR is /tmp/tmp5f3u7w/any_change_must_affect_FOO_with_specificity/datadir
>     HOME for tests is /tmp/tmp5f3u7w/any_change_must_affect_FOO_with_specificity/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "any change must affect FOO with specificity"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpcx_iJa: 8: /tmp/tmpcx_iJa: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario alice cannot force-push by default
>     DATADIR is /tmp/tmp0ez_fQ/alice_cannot_force-push_by_default/datadir
>     HOME for tests is /tmp/tmp0ez_fQ/alice_cannot_force-push_by_default/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "alice cannot force-push by default"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpGFX185: 8: /tmp/tmpGFX185: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario Pushes resulting in a dangling HEAD are warned about
>     DATADIR is /tmp/tmpVdR_i5/Pushes_resulting_in_a_dangling_HEAD_are_warned_about/datadir
>     HOME for tests is /tmp/tmpVdR_i5/Pushes_resulting_in_a_dangling_HEAD_are_warned_about/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "Pushes resulting in a dangling HEAD are warned about"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmpf2QUlv: 8: /tmp/tmpf2QUlv: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Running scenario Access controlled by configuration keys
>     DATADIR is /tmp/tmpv_Wo1r/Access_controlled_by_configuration_keys/datadir
>     HOME for tests is /tmp/tmpv_Wo1r/Access_controlled_by_configuration_keys/datadir/HOME
>     Running step "GIVEN a standard instance"
> ERROR: In scenario "Access controlled by configuration keys"
> step "GIVEN a standard instance" failed,
> with exit code 2:
> Standard output from shell command:
> 
> Standard error from shell command:
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createunixuser testinstance
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance adminkey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool createsshkey testinstance bypasskey
>     + /<<PKGBUILDDIR>>/testing/gitano-test-tool setupstandard testinstance adminkey bypasskey
>     [gitano-setup] Welcome to the Gitano setup process
>     [gitano-setup] Performing system checks
>     [gitano-setup] ... Checking supple sandboxing
>     [gitano-setup] System checks out
>     [gitano-setup] Step 1: Determine everything
>     [gitano-setup] Step 2: Gather required content
>     [gitano-setup] Step 3: Write out paths and gitano-admin.git
>     [gitano-setup] <gitano-admin> Set project.description to <Instance administration repository>
>     [gitano-setup] <gitano-admin> Set project.owner to <admin>
>     [gitano-setup] SSH authorised key file updated
>     /tmp/tmp_ZzKdl: 8: /tmp/tmp_ZzKdl: Syntax error: "&" unexpected
> 
>     Running step "FINALLY the instance is torn down"
> Failed scenarios:
>     - Verification of basic behaviour
>     - whoami shows the gitano-admin group
>     - ls will not show repositories you have no access to
>     - delegated repository creation works
>     - handling empty commands
>     - using bypass warns loudly
>     - preauth_cmdline can be manipulated
>     - supple isn't even considered when post_receive hooks "stop"
>     - Default case for as
>     - Ensuring 'as' does not leak user presence
>     - Ensuring 'as' does not thwart auditability
>     - Viewing initial `config` for a repo
>     - Configuration changes stick
>     - Changes to `HEAD` and description hit the filesystem
>     - Manipulating list values is possible
>     - server-side clone
>     - server-side clone failure modes
>     - counting objects
>     - user-created repositories
>     - created repositories have server info
>     - repository destruction failure modes
>     - repository destruction
>     - Simple `fsck` cases
>     - lowly accolyte fails to fsck
>     - passing arguments to `fsck`
>     - Simple case `gc` usage
>     - Simple failure case `gc` usage
>     - Write access checks for `gc` usage
>     - Passing arguments through to `git gc`
>     - graveyard
>     - Performing git-archive operations
>     - basic group operation
>     - group description
>     - group renaming
>     - group membership
>     - group and user rename continuity
>     - group add with slashes causes error
>     - help is given
>     - Verify empty keyring set
>     - Verify keyrings come and go
>     - Keyrings can gain and lose keys
>     - Basic operation of ls
>     - No access means no show in ls
>     - Archived repositories do not show in ls
>     - rename repository
>     - rename permissions
>     - rsync
>     - ssh key basics
>     - gitano key awareness
>     - sshkey underscores and dashes
>     - user creation
>     - user manipulation
>     - rename user
>     - delete user
>     - user add with slashes causes error
>     - user introspection
>     - whoami marks ssh key
>     - Gitano configures CGit to hide archived repositories
>     - Pushing shallow history
>     - may not create files called FOO
>     - source must have a FOO
>     - any change must affect FOO
>     - any change must affect FOO with specificity
>     - alice cannot force-push by default
>     - Pushes resulting in a dangling HEAD are warned about
>     - Access controlled by configuration keys
> ERROR: Test suite FAILED in 66 scenarios
> make[1]: *** [Makefile:311: sshtests] Error 1
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test: make -j1 test returned exit code 2

The full build log is available from:
   http://aws-logs.debian.net/2018/12/29/gitano_1.1.1-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: cmdtest
Source-Version: 0.32-3

We believe that the bug you reported is fixed in the latest version of
cmdtest, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 917712@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Silverstone <dsilvers@digital-scurf.org> (supplier of updated cmdtest package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 17 Jan 2019 23:38:24 +0000
Source: cmdtest
Binary: cmdtest
Architecture: source all
Version: 0.32-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Daniel Silverstone <dsilvers@digital-scurf.org>
Description:
 cmdtest    - blackbox testing of Unix command line programs
Closes: 917712
Changes:
 cmdtest (0.32-3) unstable; urgency=medium
 .
   * QA upload.
   * Import commit c14195a0a2e6f9b234cdc247507c2609943498c5 from
     upstream git to resolve issue with HTML escaping in new
     Python markdown library. Closes: #917712
Checksums-Sha1:
 24f4d2a68c68653513639b88fab246174329c53e 1447 cmdtest_0.32-3.dsc
 231fe74b21896c235cfdb8b09f95c12cab2f09d0 3724 cmdtest_0.32-3.debian.tar.xz
 ed559535bd7f299f87d2a993105c680dd9e4bd03 21860 cmdtest_0.32-3_all.deb
 94e426eeb14dee872012159cb0c89408a764751b 5558 cmdtest_0.32-3_amd64.buildinfo
Checksums-Sha256:
 b57c5e2506ccdc4f1b6f22bb7ecff50ad88675caa2e8c0a8195c40194cc5875c 1447 cmdtest_0.32-3.dsc
 b45e15e8a582ca0e8669928ae08b18e34b8372a7c2db958d051695b134715d38 3724 cmdtest_0.32-3.debian.tar.xz
 46b9739b7504dcb87b48b948d43351a33c4ccdbee9bca5ad4be764774305f5d5 21860 cmdtest_0.32-3_all.deb
 507c4adbc0e81881fdba5ae45f63846afe6f698a7be8408a49fb60f5be661714 5558 cmdtest_0.32-3_amd64.buildinfo
Files:
 e2ffda5155d40e13b36609096af99576 1447 devel optional cmdtest_0.32-3.dsc
 d1f4247e9f984735b0ae5fb793b9cf26 3724 devel optional cmdtest_0.32-3.debian.tar.xz
 bbb3c4788d054b7b00506ada8273d38c 21860 devel optional cmdtest_0.32-3_all.deb
 05396b34ea9fca05d05a39cab7aa4bb4 5558 devel optional cmdtest_0.32-3_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQFPBAEBCAA5FiEEbMzlsXMGvNwXnPlUww30OfKYfXQFAlxBktQbHGRzaWx2ZXJz
QGRpZ2l0YWwtc2N1cmYub3JnAAoJEMMN9DnymH107csH/3FPv5eDGDIlGWxG8l8L
2mwcVNBljFHtFf/7T/X/XTDSxuzh5dPItNYZIA/RbzlxLvU22NLSg7gD8bMCfJ5S
0w2lclrvrlvhgHnOsUSL54Jz8lQjX0uoshKMPEPKZuSfoiE9gRWoG/1fgzNx49gl
nHMt8hAViA7PJnWXHDnBBu0YVhV/mwiezaZUeX6sBmOLSvHLfF/Rwg4MQMFXvOlb
YHxdSS2AelWzll1UAkAJieb6+j2/rm887gTcOLiZSY20ireOFx3dSF5lGq32u8Q0
R5Vm8TfZqvE59nyqyTBOVh3eLxlwZ26oF8bpW3FVufxIRqH1/pstwvcpsACL6sbu
Prk=
=k8MX
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: