You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ju...@apache.org on 2022/07/15 14:54:53 UTC

[buildstream] branch juerg/ci-userchroot updated (289e76b0f -> 9a4d59752)

This is an automated email from the ASF dual-hosted git repository.

juergbi pushed a change to branch juerg/ci-userchroot
in repository https://gitbox.apache.org/repos/asf/buildstream.git


 discard 289e76b0f debug
     new 9a4d59752 debug

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (289e76b0f)
            \
             N -- N -- N   refs/heads/juerg/ci-userchroot (9a4d59752)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/run-userchroot-test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[buildstream] 01/01: debug

Posted by ju...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

juergbi pushed a commit to branch juerg/ci-userchroot
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 9a4d59752078ec34616d90bed00574d368c1a738
Author: Jürg Billeter <j...@bitron.ch>
AuthorDate: Fri Jul 15 16:44:54 2022 +0200

    debug
---
 .github/run-userchroot-test.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/run-userchroot-test.sh b/.github/run-userchroot-test.sh
index fdcc3bcd4..f0e6041b9 100755
--- a/.github/run-userchroot-test.sh
+++ b/.github/run-userchroot-test.sh
@@ -22,3 +22,7 @@ echo buildbox-casd:${BST_CAS_STAGING_ROOT} > /etc/userchroot.conf
 # Run as regular user after setting up the environment.
 # Use umask as created files must be writable by the group (i.e. both bst and buildbox-casd)
 su testuser -c "umask 002 && tox -vvvvv -- --color=yes --integration -x"
+
+cat .tox/*/tmp/*/cache/logs/_casd/*
+
+exit 1