=== tofu smoketest === step 0: build tofu binary... PASS step 1: create temp workspace and hello binary... PASS step 2: create hello.recipe... PASS step 3: create package.lua... PASS step 4: create fake zeta-makepkg and zeta... PASS step 5: create mock ZUUR layout... PASS step 6: start mock ZUUR http server... PASS ZUUR_URL=http://127.0.0.1:27644 CACHE_DIR=/tmp/tmp.707gC0rrPK/cache step 7: tofu -Ss hello (search)... PASS step 8: tofu -S hello --noconfirm (install)...  . fetching index http://127.0.0.1:27644/index.lua  ok index loaded: 1 packages ==> fetching recipe hello  . downloading hello.recipe  . downloading package.lua  . downloading build.sh - no build.sh for hello (optional build script)  ok recipe hello downloaded ==> generating build plan - + hello (recipe)  ok build plan: 1 packages - will build 1 package(s): hello ==> ──── building hello (1/1) ────  ok hello installing hello-1.0 ok installed hello with 0 dependencies  ok installed 1 package(s) installed.json check... PASS binary in root check... PASS step 9: tofu -Syu --noconfirm (upgrade — nothing to do)... PASS step 10: tofu -Si hello (info)... PASS step 11: tofu -R hello --noconfirm (remove)... removing hello ok removed hello binary removed check... PASS installed.json cleared check... PASS step 12: tofu -S nonexistent --noconfirm (expect exit 2)...  . fetching index http://127.0.0.1:27644/index.lua  ok index loaded: 1 packages PASS step 13: cleanup... PASS === smoketest complete === PASS: 16 checks passed All checks passed.