user@host:~/autotools$ bst build hello.bst

[--:--:--][        ][    main:core activity                 ] START   Build
[--:--:--][        ][    main:core activity                 ] START   Loading elements
[00:00:00][        ][    main:core activity                 ] SUCCESS Loading elements
[--:--:--][        ][    main:core activity                 ] START   Resolving elements
[00:00:00][        ][    main:core activity                 ] SUCCESS Resolving elements
[--:--:--][        ][    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

BuildStream Version 2.2.0.dev3+2.g25f40bc4f.dirty
    Session Start: Wednesday, 17-04-2024 at 16:22:38
    Project:       autotools (/home/user/Projects/SIF/buildstream/doc/examples/autotools)
    Targets:       hello.bst

User Configuration
    Configuration File:      /home/user/Projects/SIF/buildstream/doc/run-bst-e0i4zx2u/buildstream.conf
    Cache Directory:         /home/user/Projects/SIF/buildstream/doc/run-bst-e0i4zx2u
    Log Files:               /home/user/Projects/SIF/buildstream/doc/run-bst-e0i4zx2u/logs
    Source Mirrors:          /home/user/.cache/buildstream/sources
    Build Area:              /home/user/Projects/SIF/buildstream/doc/run-bst-e0i4zx2u/build
    Strict Build Plan:       Yes
    Maximum Fetch Tasks:     10
    Maximum Build Tasks:     4
    Maximum Push Tasks:      4
    Maximum Network Retries: 2

Project: autotools

    Element Plugins
        autotools: python package 'buildstream-plugins 1.91.0' at: /home/user/Projects/SIF/buildstream/.tox/docs/lib/python3.11/site-packages
        stack:     core plugin
        import:    core plugin

    Source Plugins
        tar: core plugin

Pipeline
   buildable 6a78c03097648e558c803c20d8d20f61d3e87e3e616f3a45923704cfe95019af base/alpine.bst 
     waiting 644e964abe673c8a8723cf5a3fceeeda44a7bea364f55604fc8132af44a4fb59 base.bst 
     waiting d48c9fed868ebfb1e8f1a30c082e624d54bd81b79e935a08e70378c284d245b5 hello.bst 
===============================================================================
[--:--:--][6a78c030][   fetch:base/alpine.bst               ] START   autotools/base-alpine/6a78c030-fetch.20240417-162238.log
[--:--:--][644e964a][   fetch:base.bst                      ] START   autotools/base/644e964a-fetch.20240417-162238.log
[00:00:00][644e964a][   fetch:base.bst                      ] SUCCESS autotools/base/644e964a-fetch.20240417-162238.log
[00:00:04][6a78c030][   fetch:base/alpine.bst               ] SUCCESS autotools/base-alpine/6a78c030-fetch.20240417-162238.log
[--:--:--][6a78c030][   build:base/alpine.bst               ] START   autotools/base-alpine/6a78c030-build.20240417-162243.log
[--:--:--][6a78c030][   build:base/alpine.bst               ] START   Staging sources
[00:00:00][6a78c030][   build:base/alpine.bst               ] SUCCESS Staging sources
[--:--:--][6a78c030][   build:base/alpine.bst               ] START   Caching artifact
[00:00:00][6a78c030][   build:base/alpine.bst               ] SUCCESS Caching artifact
[00:00:00][6a78c030][   build:base/alpine.bst               ] SUCCESS autotools/base-alpine/6a78c030-build.20240417-162243.log
[--:--:--][644e964a][   build:base.bst                      ] START   autotools/base/644e964a-build.20240417-162243.log
[--:--:--][644e964a][   build:base.bst                      ] START   Caching artifact
[00:00:00][644e964a][   build:base.bst                      ] SUCCESS Caching artifact
[00:00:00][644e964a][   build:base.bst                      ] SUCCESS autotools/base/644e964a-build.20240417-162243.log
[--:--:--][d48c9fed][   build:hello.bst                     ] START   autotools/hello/d48c9fed-build.20240417-162243.log
[--:--:--][d48c9fed][   build:hello.bst                     ] START   Staging dependencies at: /
[00:00:00][d48c9fed][   build:hello.bst                     ] SUCCESS Staging dependencies at: /
[--:--:--][d48c9fed][   build:hello.bst                     ] START   Integrating sandbox
[00:00:00][d48c9fed][   build:hello.bst                     ] SUCCESS Integrating sandbox
[--:--:--][d48c9fed][   build:hello.bst                     ] START   Staging sources
[00:00:00][d48c9fed][   build:hello.bst                     ] SUCCESS Staging sources
[--:--:--][d48c9fed][   build:hello.bst                     ] START   Running commands

    export NOCONFIGURE=1;
    
    if [ -x ./configure ]; then true;
    elif [ -x ./autogen ]; then ./autogen;
    elif [ -x ./autogen.sh ]; then ./autogen.sh;
    elif [ -x ./bootstrap ]; then ./bootstrap;
    elif [ -x ./bootstrap.sh ]; then ./bootstrap.sh;
    else autoreconf -ivf .;
    fi
    ./configure --prefix=/usr \
    --exec-prefix=/usr \
    --bindir=/usr/bin \
    --sbindir=/usr/sbin \
    --sysconfdir=/etc \
    --datadir=/usr/share \
    --includedir=/usr/include \
    --libdir=/usr/lib \
    --libexecdir=/usr/libexec \
    --localstatedir=/var \
    --sharedstatedir=/usr/com \
    Message contains 23 additional lines

[00:00:03][d48c9fed][   build:hello.bst                     ] SUCCESS Running commands
[--:--:--][d48c9fed][   build:hello.bst                     ] START   Caching artifact
[00:00:00][d48c9fed][   build:hello.bst                     ] SUCCESS Caching artifact
[00:00:03][d48c9fed][   build:hello.bst                     ] SUCCESS autotools/hello/d48c9fed-build.20240417-162243.log
[00:00:07][        ][    main:core activity                 ] SUCCESS Build

Pipeline Summary
    Total:       3
    Session:     3
    Fetch Queue: processed 2, skipped 1, failed 0 
    Build Queue: processed 3, skipped 0, failed 0