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

[--:--:--][][] START   Build
[--:--:--][][] START   Loading pipeline
[00:00:00][][] SUCCESS Loading pipeline
[--:--:--][][] START   Resolving pipeline
[00:00:00][][] SUCCESS Resolving pipeline
[--:--:--][][] START   Resolving cached state
[00:00:00][][] SUCCESS Resolving cached state
[--:--:--][][] START   Checking sources
[00:00:00][][] SUCCESS Checking sources

BuildStream Version 1.1.3+168.g6e5dac0f.dirty
  Session Start: Wednesday, 27-06-2018 at 10:07:42
  Project:       running-commands (/home/usr/buildstream/doc/examples/developing)
  Targets:       hello.bst

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

Pipeline
      cached a352c93edfc55a41868b4f482758ad3ea1c21571532373542cd20b9135f0718d base/alpine.bst 
      cached a8eeb045115a4a71c18d09fe14b7b4fc3f3e838414a7d23d7c6d4c3027f28743 base.bst 
   buildable ???????????????????????????????????????????????????????????????? hello.bst Workspace: ~/developing/workspace_hello
===============================================================================
[--:--:--][????????][build:hello.bst                     ] START   developing/hello/????????-build.5860.log
[--:--:--][????????][build:hello.bst                     ] START   Staging dependencies
[00:00:00][????????][build:hello.bst                     ] SUCCESS Staging dependencies
[--:--:--][????????][build:hello.bst                     ] START   Integrating sandbox
[00:00:00][????????][build:hello.bst                     ] SUCCESS Integrating sandbox
[--:--:--][????????][build:hello.bst                     ] START   Staging sources
[00:00:00][????????][build:hello.bst                     ] SUCCESS Staging sources
[--:--:--][????????][build:hello.bst                     ] START   Running build-commands
[--:--:--][????????][build:hello.bst                     ] START   Running build-commands
[--:--:--][????????][build:hello.bst                     ] STATUS  Running build-commands

    make PREFIX="/usr"

[00:00:00][????????][build:hello.bst                     ] SUCCESS Running build-commands
[00:00:00][????????][build:hello.bst                     ] SUCCESS Running build-commands
[--:--:--][????????][build:hello.bst                     ] START   Running install-commands
[--:--:--][????????][build:hello.bst                     ] START   Running install-commands
[--:--:--][????????][build:hello.bst                     ] STATUS  Running install-commands

    make -j1 PREFIX="/usr" DESTDIR="/buildstream-install" install

[00:00:00][????????][build:hello.bst                     ] SUCCESS Running install-commands
[00:00:00][????????][build:hello.bst                     ] SUCCESS Running install-commands
[--:--:--][????????][build:hello.bst                     ] START   Running strip-commands
[--:--:--][????????][build:hello.bst                     ] START   Running strip-commands
[--:--:--][????????][build:hello.bst                     ] STATUS  Running strip-commands

    find "/buildstream-install" -type f \
      '(' -perm -111 -o -name '*.so*' \
          -o -name '*.cmxs' -o -name '*.node' ')' \
      -exec sh -ec \
      'read -n4 hdr <"$1" # check for elf header
       if [ "$hdr" != "$(printf \\x7fELF)" ]; then
           exit 0
       fi
       debugfile="/buildstream-install/usr/lib/debug/$(basename "$1")"
       mkdir -p "$(dirname "$debugfile")"
       objcopy --only-keep-debug --compress-debug-sections "$1" "$debugfile"
       chmod 644 "$debugfile"
       strip --remove-section=.comment --remove-section=.note --strip-unneeded "$1"
       objcopy --add-gnu-debuglink "$debugfile" "$1"' - {} ';'

[00:00:00][????????][build:hello.bst                     ] SUCCESS Running strip-commands
[00:00:00][????????][build:hello.bst                     ] SUCCESS Running strip-commands
[--:--:--][????????][build:hello.bst                     ] START   Caching artifact
[00:00:01][????????][build:hello.bst                     ] SUCCESS Caching artifact
[00:00:02][????????][build:hello.bst                     ] SUCCESS developing/hello/????????-build.5860.log
[00:00:03][][] SUCCESS Build

Resolved key Summary
      cached b8bfc093164a29ca0e3b3c6013d97270ed18c094325f140397e123397d798044 hello.bst Workspace: ~/developing/workspace_hello

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