You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by GitBox <gi...@apache.org> on 2021/11/28 17:44:12 UTC

[GitHub] [buildstream] devcurmudgeon commented on issue #1540: "Error instantiating artifact cache: Size '' parsed from '/home/fedora/.cache/buildstream/artifacts/cache_size' was not an integer"

devcurmudgeon commented on issue #1540:
URL: https://github.com/apache/buildstream/issues/1540#issuecomment-981124125


   on deleting the file '/home/fedora/.cache/buildstream/artifacts/cache_size' restarting the build failed in a way which suggests both that the cache is corrupted, and bst does not know what to do about it. Neither of these situations should be possible imo (i.e cache objects should be guaranteed correct if they exist, and bst should be able to reconstruct any cache artifact in the event of a problem)
   
   ```
   [--:--:--][7dd2aff9][build:components/nasm.bst           ] STATUS  Running integration command
   
       set -e
       
       [ -f "/etc/xml/catalog" ] || xmlcatalog --noout --create "/etc/xml/catalog"
       add_main() {
         xmlcatalog --noout --add "$1" "$2" "file:///usr/share/xml/docbook/xml/xsl-stylesheets" "/etc/xml/catalog"
       }
       
       add_main rewriteSystem "http://docbook.sourceforge.net/release/xsl/1.79.2"
       add_main rewriteURI "http://docbook.souceforge.net/release/xsl/1.79.2"
       add_main rewriteSystem "http://docbook.sourceforge.net/release/xsl/current"
       add_main rewriteURI "http://docbook.sourceforge.net/release/xsl/current"
   
   [00:00:00][7dd2aff9][build:components/nasm.bst           ] FAILURE Integrating sandbox
   [00:00:03][7dd2aff9][build:components/nasm.bst           ] FAILURE Could not find file at /home/fedora/.cache/buildstream/artifacts/extract/freedesktop-sdk/components-asciidoc/35c899591f013697752eea1aa856cac2aa688073f4f129fc7a7a56f44aa3790d/meta/public.yaml
   
       Sandbox directory: /home/fedora/.cache/buildstream/build/components-nasm-3ajpse39
   
       Printing the last 20 lines from log file:
       /home/fedora/.cache/buildstream/logs/freedesktop-sdk/components-nasm/7dd2aff9-build.1915.log
       ======================================================================
       
           add_main delegatePublic "-//OASIS//ENTITIES DocBook XML"
           add_main delegatePublic "-//OASIS//DTD DocBook XML"
           add_main delegateSystem "http://www.oasis-open.org/docbook/"
           add_main delegateSystem "http://docbook.org/xml/"
       [--:--:--] STATUS  components/docbook-xsl.bst: Running integration command
   
           set -e
       
           [ -f "/etc/xml/catalog" ] || xmlcatalog --noout --create "/etc/xml/catalog"
           add_main() {
             xmlcatalog --noout --add "$1" "$2" "file:///usr/share/xml/docbook/xml/xsl-stylesheets" "/etc/xml/catalog"
           }
       
           add_main rewriteSystem "http://docbook.sourceforge.net/release/xsl/1.79.2"
           add_main rewriteURI "http://docbook.souceforge.net/release/xsl/1.79.2"
           add_main rewriteSystem "http://docbook.sourceforge.net/release/xsl/current"
           add_main rewriteURI "http://docbook.sourceforge.net/release/xsl/current"
       [00:00:00] FAILURE components/nasm.bst: Integrating sandbox
       [00:00:03] FAILURE components/nasm.bst: Could not find file at /home/fedora/.cache/buildstream/artifacts/extract/freedesktop-sdk/components-asciidoc/35c899591f013697752eea1aa856cac2aa688073f4f129fc7a7a56f44aa3790d/meta/public.yaml
       ======================================================================
   
   [--:--:--][8886a381][ main:components/itstool.bst        ] STATUS  Build suspending
   [--:--:--][01c1279d][ main:components/kmod.bst           ] STATUS  Build suspending
   [--:--:--][f5db1b4f][ main:components/json-c.bst         ] STATUS  Build suspending
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@buildstream.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org