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 2022/08/10 09:20:31 UTC

[GitHub] [buildstream] gtristan opened a new issue, #1716: Incorrect cached state in bst show

gtristan opened a new issue, #1716:
URL: https://github.com/apache/buildstream/issues/1716

   I encountered this error under the following conditions.
   
   Prepare and track all elements in [buildbox-integration](https://gitlab.com/BuildGrid/buildbox/buildbox-integration)
   
   Start building
   
   Delete the ref for `base.bst` in the `project.refs` file
   
   While still building in a separate terminal... type `bst show buildbox.bst`
   
   This shows us a very suspicious state, where cache keys cannot be determined, but for some reason we are printing `cached`:
   
   ```
   tristan@pony:~/work/buildbox/buildbox-integration$ bst show buildbox.bst 
   [--:--:--][        ][    main:core activity                 ] START   Loading elements
   [00:00:00][        ][    main:core activity                 ] SUCCESS Loading elements
   [--:--:--][        ][    main:core activity                 ] START   Resolving elements
   [--:--:--][        ][    main:base.bst                      ] WARNING [unaliased-url]: tar source at base.bst [line 4 column 2]: Use of unaliased source download URL: file:///home/tristan/work/buildbox/buildbox-integration/tarball/debian.tar
   [00:00:19][        ][    main:core activity                 ] SUCCESS Resolving elements
   
       12 of 12 subtasks processed
   
   [--:--:--][        ][    main:core activity                 ] START   Initializing remote caches
   [00:00:00][        ][    main:core activity                 ] SUCCESS Initializing remote caches
   [--:--:--][        ][    main:core activity                 ] START   Query cache
   [00:00:00][        ][    main:core activity                 ] SUCCESS Query cache
   no reference ???????????????????????????????????????????????????????????????? base.bst 
         cached 379e18732502e5a282fefc76b2f37250b6d2b9c8ecb3432183fe41683d6ea951 cmake.bst 
         cached ???????????????????????????????????????????????????????????????? glog.bst 
         cached ???????????????????????????????????????????????????????????????? protobuf.bst 
         cached ???????????????????????????????????????????????????????????????? grpc.bst 
         cached ???????????????????????????????????????????????????????????????? util-linux.bst 
         cached ???????????????????????????????????????????????????????????????? buildbox-common.bst 
         cached ???????????????????????????????????????????????????????????????? buildbox-casd.bst 
         cached ???????????????????????????????????????????????????????????????? fuse3.bst 
         cached ???????????????????????????????????????????????????????????????? buildbox-fuse.bst 
         cached ???????????????????????????????????????????????????????????????? buildbox-run-bubblewrap.bst 
         cached ???????????????????????????????????????????????????????????????? buildbox.bst 
   ```


-- 
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.apache.org

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