user@host:~/junction-includes$ bst --option funky True 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:23:42
    Project:       project (/home/user/Projects/SIF/buildstream/doc/examples/junction-includes)
    Targets:       hello.bst

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

Project: project

    Project Options
        funky: 1

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

    Source Plugins
        local: core plugin
        tar:   core plugin

Project: subproject
    Junction path: subproject-junction.bst
    Loaded by:     hello.bst [line 11 column 7]

    Project Options
        color: blue

    Element Plugins
        stack:  core plugin
        import: core plugin

    Source Plugins
        tar: core plugin

Pipeline
      cached 2130295a58bedd83aaf3998edb121ccd5942cd749f14b87c19a4be330c90d54f subproject-junction.bst:base/alpine.bst 
      cached c93bc58b2fe8afba05ea49c1a941775a15442a56ea826dee5c017641de7c469c subproject-junction.bst:base.bst 
   buildable 8b7e1a9bfa0c4dea2b86d47589ff140f154cf08cc02c8d3544ccbd6f5c0f3c4c hello.bst 
===============================================================================
[--:--:--][8b7e1a9b][   build:hello.bst                     ] START   project/hello/8b7e1a9b-build.20240417-162342.log
[--:--:--][8b7e1a9b][   build:hello.bst                     ] START   Staging dependencies at: /
[00:00:00][8b7e1a9b][   build:hello.bst                     ] SUCCESS Staging dependencies at: /
[--:--:--][8b7e1a9b][   build:hello.bst                     ] START   Integrating sandbox
[00:00:00][8b7e1a9b][   build:hello.bst                     ] SUCCESS Integrating sandbox
[--:--:--][8b7e1a9b][   build:hello.bst                     ] START   Staging sources
[00:00:00][8b7e1a9b][   build:hello.bst                     ] SUCCESS Staging sources
[--:--:--][8b7e1a9b][   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=/opt \
    --exec-prefix=/opt \
    --bindir=/opt/bin \
    --sbindir=/opt/sbin \
    --sysconfdir=/etc \
    --datadir=/opt/share \
    --includedir=/opt/include \
    --libdir=/opt/lib \
    --libexecdir=/opt/libexec \
    --localstatedir=/var \
    --sharedstatedir=/opt/com \
    Message contains 23 additional lines

[00:00:03][8b7e1a9b][   build:hello.bst                     ] SUCCESS Running commands
[--:--:--][8b7e1a9b][   build:hello.bst                     ] START   Caching artifact
[00:00:00][8b7e1a9b][   build:hello.bst                     ] SUCCESS Caching artifact
[00:00:03][8b7e1a9b][   build:hello.bst                     ] SUCCESS project/hello/8b7e1a9b-build.20240417-162342.log
[00:00:03][        ][    main:core activity                 ] SUCCESS Build

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