CI run for subplot-web

Radicle repository id rad:z2M6WnwXyFcdQNj6M5pav3BnyTBfz

Table of Contents

Run log

[2025-08-10T06:17:18Z INFO  ambient] ambient starts
[=3h[=3hBdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00005 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
Welcome to GRUB!


INFO: Block devices
NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINTS
vda    254:0    0  100G  0 disk 
├─vda1 254:1    0  953M  0 part 
└─vda2 254:2    0 99.1G  0 part /
vdb    254:16   0  2.9M  1 disk 
vdc    254:32   0  1.7M  1 disk 
vdd    254:48   0  9.3G  0 disk 
vde    254:64   0 46.6G  0 disk 
vdf    254:80   0   10K  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad         0 2025-08-10 06:17 ./
-rw-r--r-- _rad/_rad      1417 2025-08-10 06:17 ./plan.yaml
-rwxr-xr-x _rad/_rad   2998936 2025-08-10 06:17 ./run-ci
INFO: Extracted files:
  1477809      4 drwxr-xr-x   2 1001     1001         4096 Aug 10 06:17 .
  1477810      4 -rw-r--r--   1 1001     1001         1417 Aug 10 06:17 ./plan.yaml
  1477881   2932 -rwxr-xr-x   1 1001     1001      2998936 Aug 10 06:17 ./run-ci
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-08-10T06:17:14Z TRACE ambient_execute_plan] ambient-execute-plan starts
[2025-08-10T06:17:14Z DEBUG ambient_execute_plan] ambient-execute-plan starts
[2025-08-10T06:17:14Z INFO  ambient_execute_plan] ambient-execute-plan starts
[2025-08-10T06:17:14Z WARN  ambient_execute_plan] ambient-execute-plan starts
[2025-08-10T06:17:14Z ERROR ambient_execute_plan] ambient-execute-plan starts
RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
  pathname: /workspace
- action: mkdir
  pathname: /workspace/artifacts
- action: tar_extract
  archive: /dev/vdc
  directory: /workspace/src
- action: tar_extract
  archive: /dev/vdf
  directory: /workspace/deps
- action: tar_extract
  archive: /dev/vde
  directory: /workspace/cache
- action: spawn
  argv:
  - find
  - /workspace
  - '-maxdepth'
  - '2'
  - '-ls'
- action: shell
  shell: |
    export HOME=/root

    sed -i 's#^srcdir:.*#srcdir: /workspace/src#' ikiwiki.setup
    sed -i 's#^destdir:.*#destdir: /workspace/artifacts#' ikiwiki.setup
    rm -rf .ikiwiki

    set -x
    git whatchanged --pretty=format:%ad --date=unix |
            awk '/^[0-9]/ { time=$1 } /^:/ { print time, $NF }' |
            while read -r time filename; do
                    if [ -e "$filename" ]; then
                            touch --date "@$time" "$filename"
                    fi
            done

    ikiwiki --setup ikiwiki.setup --libdir /workspace/deps --gettime --rebuild --verbose
- action: tar_create
  archive: /dev/vde
  directory: /workspace/cache
- action: tar_create
  archive: /dev/vdd
  directory: /workspace/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /workspace
source_dir: /workspace/src
deps_dir: /workspace/deps
cache_dir: /workspace/cache
artifacts_dir: /workspace/artifacts


RUN: Action Mkdir {
    pathname: "/workspace",
}
[2025-08-10T06:17:14Z DEBUG ambient_ci::action] Plan::execute: Mkdir {
        pathname: "/workspace",
    }
RUN: Action finished OK
RUN: Action Mkdir {
    pathname: "/workspace/artifacts",
}
[2025-08-10T06:17:14Z DEBUG ambient_ci::action] Plan::execute: Mkdir {
        pathname: "/workspace/artifacts",
    }
RUN: Action finished OK
RUN: Action TarExtract {
    archive: "/dev/vdc",
    directory: "/workspace/src",
}
[2025-08-10T06:17:14Z DEBUG ambient_ci::action] Plan::execute: TarExtract {
        archive: "/dev/vdc",
        directory: "/workspace/src",
    }
[2025-08-10T06:17:14Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-08-10T06:17:14Z TRACE ambient_ci::vdrive] extraction OK
RUN: Action finished OK
RUN: Action TarExtract {
    archive: "/dev/vdf",
    directory: "/workspace/deps",
}
[2025-08-10T06:17:14Z DEBUG ambient_ci::action] Plan::execute: TarExtract {
        archive: "/dev/vdf",
        directory: "/workspace/deps",
    }
[2025-08-10T06:17:14Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-08-10T06:17:14Z TRACE ambient_ci::vdrive] extraction OK
RUN: Action finished OK
RUN: Action TarExtract {
    archive: "/dev/vde",
    directory: "/workspace/cache",
}
[2025-08-10T06:17:14Z DEBUG ambient_ci::action] Plan::execute: TarExtract {
        archive: "/dev/vde",
        directory: "/workspace/cache",
    }
[2025-08-10T06:17:14Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-08-10T06:17:14Z TRACE ambient_ci::vdrive] extraction OK
RUN: Action finished OK
RUN: Action Spawn {
    argv: [
        "find",
        "/workspace",
        "-maxdepth",
        "2",
        "-ls",
    ],
}
[2025-08-10T06:17:14Z DEBUG ambient_ci::action] Plan::execute: Spawn {
        argv: [
            "find",
            "/workspace",
            "-maxdepth",
            "2",
            "-ls",
        ],
    }
SPAWN: argv=["find", "/workspace", "-maxdepth", "2", "-ls"]
       cwd=/workspace/src (exists? true)
       extra_env=[]
  3932161      4 drwxr-xr-x   6 root     root         4096 Aug 10 06:17 /workspace
  3932162      4 drwxr-xr-x   2 root     root         4096 Aug 10 06:17 /workspace/artifacts
  3933143      4 drwxr-xr-x   2 root     root         4096 Jun 10 07:14 /workspace/deps
  3932163      4 drwxr-xr-x   8 root     root         4096 Aug 10 06:17 /workspace/src
  3933142      4 -rwxr-xr-x   1 root     root          304 Aug 10 06:17 /workspace/src/git-mtime.sh
  3932165      4 drwxr-xr-x   2 root     root         4096 Aug 10 06:17 /workspace/src/.radicle
  3932424      4 -rw-r--r--   1 root     root         1230 Aug 10 06:17 /workspace/src/shortcuts.mdwn
  3932436      4 -rw-r--r--   1 root     root         3257 Aug 10 06:17 /workspace/src/conduct.mdwn
  3932437      4 -rw-r--r--   1 root     root         1580 Aug 10 06:17 /workspace/src/faq.mdwn
  3932427      4 -rw-r--r--   1 root     root         2372 Aug 10 06:17 /workspace/src/download.mdwn
  3932167      4 -rw-r--r--   1 root     root          110 Aug 10 06:17 /workspace/src/admin.mdwn
  3932432      8 -rw-r--r--   1 root     root         6667 Aug 10 06:17 /workspace/src/subplot.svg
  3932428      4 -rw-r--r--   1 root     root          292 Aug 10 06:17 /workspace/src/docs.mdwn
  3932164      8 -rw-r--r--   1 root     root         4658 Aug 10 06:17 /workspace/src/meetings.mdwn
  3932169      4 drwxr-xr-x   3 root     root         4096 Aug 10 06:17 /workspace/src/ikiwiki
  3932435      4 -rw-r--r--   1 root     root         1642 Aug 10 06:17 /workspace/src/index.mdwn
  3932433      4 -rw-r--r--   1 root     root           18 Aug 10 06:17 /workspace/src/.gitignore
  3932426      4 -rw-r--r--   1 root     root          323 Aug 10 06:17 /workspace/src/governance.mdwn
  3932430     24 -rw-r--r--   1 root     root        21658 Aug 10 06:17 /workspace/src/architecture.mdwn
  3932422      4 -rw-r--r--   1 root     root         1385 Aug 10 06:17 /workspace/src/license.mdwn
  3932438      4 drwxr-xr-x   8 root     root         4096 Aug 10 06:17 /workspace/src/.git
  3932168      4 -rw-r--r--   1 root     root         1438 Aug 10 06:17 /workspace/src/contributing.mdwn
  3932174      4 -rw-r--r--   1 root     root          544 Aug 10 06:17 /workspace/src/contact.mdwn
  3932173      4 -rw-r--r--   1 root     root          497 Aug 10 06:17 /workspace/src/ikiwiki.setup
  3932431      4 -rw-r--r--   1 root     root          292 Aug 10 06:17 /workspace/src/blog.mdwn
  3932412      4 drwxr-xr-x   2 root     root         4096 Aug 10 06:17 /workspace/src/templates
  3932429     68 -rw-r--r--   1 root     root        66487 Aug 10 06:17 /workspace/src/kitten.jpg
  3932423      4 -rw-r--r--   1 root     root         2273 Aug 10 06:17 /workspace/src/style.css
  3932175      4 drwxr-xr-x   9 root     root         4096 Aug 10 06:17 /workspace/src/blog
  3933136      4 -rw-r--r--   1 root     root         2056 Aug 10 06:17 /workspace/src/local.css
  3933140      4 -rwxr-xr-x   1 root     root          693 Aug 10 06:17 /workspace/src/build.sh
  3933141      4 -rw-r--r--   1 root     root          693 Aug 10 06:17 /workspace/src/arch.dot
  3933137      4 drwxr-xr-x   2 root     root         4096 Aug 10 06:17 /workspace/src/tag
  3932425      4 -rw-r--r--   1 root     root         1231 Aug 10 06:17 /workspace/src/success.mdwn
  3932434      8 -rw-r--r--   1 root     root         7874 Aug 10 06:17 /workspace/src/tutorial.mdwn
  3933144      4 drwxr-xr-x   2 root     root         4096 Aug  6 14:44 /workspace/cache
  3933145      0 -rw-r--r--   1 root     root            0 Aug  6 14:44 /workspace/cache/lockfile
  3933146     68 -rw-r--r--   1 root     root        68805 Aug  6 14:44 /workspace/cache/indexdb
RUN: Action finished OK
RUN: Action Shell {
    shell: "export HOME=/root\n\nsed -i 's#^srcdir:.*#srcdir: /workspace/src#' ikiwiki.setup\nsed -i 's#^destdir:.*#destdir: /workspace/artifacts#' ikiwiki.setup\nrm -rf .ikiwiki\n\nset -x\ngit whatchanged --pretty=format:%ad --date=unix |\n        awk '/^[0-9]/ { time=$1 } /^:/ { print time, $NF }' |\n        while read -r time filename; do\n                if [ -e \"$filename\" ]; then\n                        touch --date \"@$time\" \"$filename\"\n                fi\n        done\n\nikiwiki --setup ikiwiki.setup --libdir /workspace/deps --gettime --rebuild --verbose\n",
}
[2025-08-10T06:17:14Z DEBUG ambient_ci::action] Plan::execute: Shell {
        shell: "export HOME=/root\n\nsed -i 's#^srcdir:.*#srcdir: /workspace/src#' ikiwiki.setup\nsed -i 's#^destdir:.*#destdir: /workspace/artifacts#' ikiwiki.setup\nrm -rf .ikiwiki\n\nset -x\ngit whatchanged --pretty=format:%ad --date=unix |\n        awk '/^[0-9]/ { time=$1 } /^:/ { print time, $NF }' |\n        while read -r time filename; do\n                if [ -e \"$filename\" ]; then\n                        touch --date \"@$time\" \"$filename\"\n                fi\n        done\n\nikiwiki --setup ikiwiki.setup --libdir /workspace/deps --gettime --rebuild --verbose\n",
    }
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nexport HOME=/root\n\nsed -i 's#^srcdir:.*#srcdir: /workspace/src#' ikiwiki.setup\nsed -i 's#^destdir:.*#destdir: /workspace/artifacts#' ikiwiki.setup\nrm -rf .ikiwiki\n\nset -x\ngit whatchanged --pretty=format:%ad --date=unix |\n        awk '/^[0-9]/ { time=$1 } /^:/ { print time, $NF }' |\n        while read -r time filename; do\n                if [ -e \"$filename\" ]; then\n                        touch --date \"@$time\" \"$filename\"\n                fi\n        done\n\nikiwiki --setup ikiwiki.setup --libdir /workspace/deps --gettime --rebuild --verbose\n\n"]
       cwd=/workspace/src (exists? true)
       extra_env=[]
+ export HOME=/root
+ HOME=/root
+ sed -i 's#^srcdir:.*#srcdir: /workspace/src#' ikiwiki.setup
+ sed -i 's#^destdir:.*#destdir: /workspace/artifacts#' ikiwiki.setup
+ rm -rf .ikiwiki
+ set -x
+ git whatchanged --pretty=format:%ad --date=unix
+ read -r time filename
+ awk '/^[0-9]/ { time=$1 } /^:/ { print time, $NF }'
+ '[' -e .radicle/ambient.yaml ']'
+ touch --date @1754491591 .radicle/ambient.yaml
+ read -r time filename
+ '[' -e blog/2025/0.13.0.mdwn ']'
+ touch --date @1754490484 blog/2025/0.13.0.mdwn
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1750570271 index.mdwn
+ read -r time filename
+ '[' -e docs.mdwn ']'
+ touch --date @1750570070 docs.mdwn
+ read -r time filename
+ '[' -e tutorial.mdwn ']'
+ touch --date @1750569430 tutorial.mdwn
+ read -r time filename
+ '[' -e tutorial.mdwn ']'
+ touch --date @1750569262 tutorial.mdwn
+ read -r time filename
+ '[' -e tutorial.mdwn ']'
+ touch --date @1750567988 tutorial.mdwn
+ read -r time filename
+ '[' -e tutorial.mdwn ']'
+ touch --date @1750566544 tutorial.mdwn
+ read -r time filename
+ '[' -e .radicle/ambient.yaml ']'
+ touch --date @1749535501 .radicle/ambient.yaml
+ read -r time filename
+ '[' -e .gitignore ']'
+ touch --date @1749535423 .gitignore
+ read -r time filename
+ '[' -e arch.dot ']'
+ touch --date @1749535423 arch.dot
+ read -r time filename
+ '[' -e ikiwiki.setup ']'
+ touch --date @1749535423 ikiwiki.setup
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1749535423 index.mdwn
+ read -r time filename
+ '[' -e download.mdwn ']'
+ touch --date @1744799971 download.mdwn
+ read -r time filename
+ '[' -e download.mdwn ']'
+ touch --date @1744799953 download.mdwn
+ read -r time filename
+ '[' -e download.mdwn ']'
+ touch --date @1744348855 download.mdwn
+ read -r time filename
+ '[' -e blog/2024/0.12.0.mdwn ']'
+ touch --date @1735066911 blog/2024/0.12.0.mdwn
+ read -r time filename
+ '[' -e blog/2022/01/01/planning.mdwn ']'
+ touch --date @1733467436 blog/2022/01/01/planning.mdwn
+ read -r time filename
+ '[' -e blog/2024/0.11.0.mdwn ']'
+ touch --date @1724158440 blog/2024/0.11.0.mdwn
+ read -r time filename
+ '[' -e blog/2020/02/08/iteration_planning_notes_february_8.mdwn ']'
+ touch --date @1720355965 blog/2020/02/08/iteration_planning_notes_february_8.mdwn
+ read -r time filename
+ '[' -e contributing.mdwn ']'
+ touch --date @1720355965 contributing.mdwn
+ read -r time filename
+ '[' -e blog/2024/0.10.0.mdwn ']'
+ touch --date @1718467388 blog/2024/0.10.0.mdwn
+ read -r time filename
+ '[' -e blog/2024/0.10.0.mdwn ']'
+ touch --date @1718466981 blog/2024/0.10.0.mdwn
+ read -r time filename
+ '[' -e blog/2024/0.10.0.mdwn ']'
+ touch --date @1718466057 blog/2024/0.10.0.mdwn
+ read -r time filename
+ '[' -e download.mdwn ']'
+ touch --date @1717743888 download.mdwn
+ read -r time filename
+ '[' -e blog/2022/11/05/iteration.mdwn ']'
+ touch --date @1707204779 blog/2022/11/05/iteration.mdwn
+ read -r time filename
+ '[' -e blog/2022/11/05/iteration.mdwn ']'
+ touch --date @1707204701 blog/2022/11/05/iteration.mdwn
+ read -r time filename
+ '[' -e blog/2022/11/05/iteration.mdwn ']'
+ touch --date @1707204593 blog/2022/11/05/iteration.mdwn
+ read -r time filename
+ '[' -e blog/2023/08/30/planning.mdwn ']'
+ touch --date @1704554997 blog/2023/08/30/planning.mdwn
+ read -r time filename
+ '[' -e blog/2023/11/18/plannaing.mdwn ']'
+ touch --date @1701002954 blog/2023/11/18/plannaing.mdwn
+ read -r time filename
+ '[' -e blog/2023/11/18/plannaing.mdwn ']'
+ touch --date @1701002756 blog/2023/11/18/plannaing.mdwn
+ read -r time filename
+ '[' -e blog/2023/11/18/plannaing.mdwn ']'
+ touch --date @1701002615 blog/2023/11/18/plannaing.mdwn
+ read -r time filename
+ '[' -e blog/2023/11/18/plannaing.mdwn ']'
+ touch --date @1700313645 blog/2023/11/18/plannaing.mdwn
+ read -r time filename
+ '[' -e blog/2023/10/07/planning.mdwn ']'
+ touch --date @1700311576 blog/2023/10/07/planning.mdwn
+ read -r time filename
+ '[' -e blog/2023/10/07/planning.mdwn ']'
+ touch --date @1696684441 blog/2023/10/07/planning.mdwn
+ read -r time filename
+ '[' -e subplot.svg ']'
+ touch --date @1696740797 subplot.svg
+ read -r time filename
+ '[' -e blog/2023/08/30/planning.mdwn ']'
+ touch --date @1693409713 blog/2023/08/30/planning.mdwn
+ read -r time filename
+ '[' -e blog/2023/0.9.0.mdwn ']'
+ touch --date @1693408496 blog/2023/0.9.0.mdwn
+ read -r time filename
+ '[' -e blog/2023/08/planning-2023-08-12.mdwn ']'
+ touch --date @1691845412 blog/2023/08/planning-2023-08-12.mdwn
+ read -r time filename
+ '[' -e blog/2021/07/17/meeting.mdwn ']'
+ touch --date @1691313192 blog/2021/07/17/meeting.mdwn
+ read -r time filename
+ '[' -e blog/2023/07/planning.mdwn ']'
+ touch --date @1688210828 blog/2023/07/planning.mdwn
+ read -r time filename
+ '[' -e faq.mdwn ']'
+ touch --date @1688207866 faq.mdwn
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1685806982 index.mdwn
+ read -r time filename
+ '[' -e blog/2023/06/03/planning.mdwn ']'
+ touch --date @1685799225 blog/2023/06/03/planning.mdwn
+ read -r time filename
+ '[' -e blog/2023/05/20/planning.mdwn ']'
+ touch --date @1684563640 blog/2023/05/20/planning.mdwn
+ read -r time filename
+ '[' -e blog/2023/04/22/planning.mdwn ']'
+ touch --date @1682160824 blog/2023/04/22/planning.mdwn
+ read -r time filename
+ '[' -e blog/2023/02/24/planning.mdwn ']'
+ touch --date @1678551672 blog/2023/02/24/planning.mdwn
+ read -r time filename
+ '[' -e blog/2023/03/11/planning.mdwn ']'
+ touch --date @1678551672 blog/2023/03/11/planning.mdwn
+ read -r time filename
+ '[' -e blog/2023/03/11/planning.mdwn ']'
+ touch --date @1678551261 blog/2023/03/11/planning.mdwn
+ read -r time filename
+ '[' -e blog/2023/02/24/planning.mdwn ']'
+ touch --date @1677402769 blog/2023/02/24/planning.mdwn
+ read -r time filename
+ '[' -e blog/2023/02/11/planning.mdwn ']'
+ touch --date @1676129559 blog/2023/02/11/planning.mdwn
+ read -r time filename
+ '[' -e blog/2023/01/28/meeting.mdwn ']'
+ touch --date @1674919954 blog/2023/01/28/meeting.mdwn
+ read -r time filename
+ '[' -e blog/2023/01/14/planning.md ']'
+ touch --date @1673715172 blog/2023/01/14/planning.md
+ read -r time filename
+ '[' -e blog/2022/12/03/planning.mdwn ']'
+ touch --date @1670681182 blog/2022/12/03/planning.mdwn
+ read -r time filename
+ '[' -e blog/2022/12/03/planning.mdwn ']'
+ touch --date @1670680793 blog/2022/12/03/planning.mdwn
+ read -r time filename
+ '[' -e blog/2022/12/03/planning.mdwn ']'
+ touch --date @1669878359 blog/2022/12/03/planning.mdwn
+ read -r time filename
+ '[' -e blog/2022/11/19/planning.mdwn ']'
+ touch --date @1668859258 blog/2022/11/19/planning.mdwn
+ read -r time filename
+ '[' -e blog/2022/11/05/iteration.mdwn ']'
+ touch --date @1668858673 blog/2022/11/05/iteration.mdwn
+ read -r time filename
+ '[' -e blog/2022/11/05/iteration.mdwn ']'
+ touch --date @1667662156 blog/2022/11/05/iteration.mdwn
+ read -r time filename
+ '[' -e blog/2022/10/22/iteration.mdwn ']'
+ touch --date @1666440765 blog/2022/10/22/iteration.mdwn
+ read -r time filename
+ '[' -e tutorial.mdwn ']'
+ touch --date @1665122811 tutorial.mdwn
+ read -r time filename
+ '[' -e tutorial.mdwn ']'
+ touch --date @1665122737 tutorial.mdwn
+ read -r time filename
+ '[' -e tutorial.mdwn ']'
+ touch --date @1665122678 tutorial.mdwn
+ read -r time filename
+ '[' -e tutorial.mdwn ']'
+ touch --date @1665122158 tutorial.mdwn
+ read -r time filename
+ '[' -e tutorial.mdwn ']'
+ touch --date @1665121946 tutorial.mdwn
+ read -r time filename
+ '[' -e tutorial.mdwn ']'
+ touch --date @1665121686 tutorial.mdwn
+ read -r time filename
+ '[' -e tutorial.mdwn ']'
+ touch --date @1665121474 tutorial.mdwn
+ read -r time filename
+ '[' -e tutorial.mdwn ']'
+ touch --date @1665121459 tutorial.mdwn
+ read -r time filename
+ '[' -e tutorial.mdwn ']'
+ touch --date @1665121307 tutorial.mdwn
+ read -r time filename
+ '[' -e tutorial.mdwn ']'
+ touch --date @1665121288 tutorial.mdwn
+ read -r time filename
+ '[' -e tutorial.mdwn ']'
+ touch --date @1665121266 tutorial.mdwn
+ read -r time filename
+ '[' -e tutorial.mdwn ']'
+ touch --date @1665121212 tutorial.mdwn
+ read -r time filename
+ '[' -e tutorial.mdwn ']'
+ touch --date @1665121197 tutorial.mdwn
+ read -r time filename
+ '[' -e blog/2022/10/27/iteration.mdwn ']'
+ touch --date @1664258934 blog/2022/10/27/iteration.mdwn
+ read -r time filename
+ '[' -e blog/2022/09/10/planning.mdwn ']'
+ touch --date @1662449802 blog/2022/09/10/planning.mdwn
+ read -r time filename
+ '[' -e architecture.mdwn ']'
+ touch --date @1662136289 architecture.mdwn
+ read -r time filename
+ '[' -e blog/2019/09/22/subplot_and_requirement_tracking.mdwn ']'
+ touch --date @1662136289 blog/2019/09/22/subplot_and_requirement_tracking.mdwn
+ read -r time filename
+ '[' -e blog/2021/01/02/_iteration_planning_meeting_january_2nd.mdwn ']'
+ touch --date @1662136289 blog/2021/01/02/_iteration_planning_meeting_january_2nd.mdwn
+ read -r time filename
+ '[' -e blog/2021/07/30/meeting.mdwn ']'
+ touch --date @1662136289 blog/2021/07/30/meeting.mdwn
+ read -r time filename
+ '[' -e blog/2022/06/18/planning.mdwn ']'
+ touch --date @1662136289 blog/2022/06/18/planning.mdwn
+ read -r time filename
+ '[' -e blog/2022/08/27/iteration.mdwn ']'
+ touch --date @1661607142 blog/2022/08/27/iteration.mdwn
+ read -r time filename
+ '[' -e ikiwiki.setup ']'
+ touch --date @1660976355 ikiwiki.setup
+ read -r time filename
+ '[' -e blog/2022/08/12/iteration.mdwn ']'
+ touch --date @1660336382 blog/2022/08/12/iteration.mdwn
+ read -r time filename
+ '[' -e blog/2022/07/31/planning.mdwn ']'
+ touch --date @1659188752 blog/2022/07/31/planning.mdwn
+ read -r time filename
+ '[' -e blog/2022/07/16/planning.mdwn ']'
+ touch --date @1657966857 blog/2022/07/16/planning.mdwn
+ read -r time filename
+ '[' -e contributing.mdwn ']'
+ touch --date @1657963322 contributing.mdwn
+ read -r time filename
+ '[' -e meetings.mdwn ']'
+ touch --date @1657963322 meetings.mdwn
+ read -r time filename
+ '[' -e blog/2022/06/18/planning.mdwn ']'
+ touch --date @1655560051 blog/2022/06/18/planning.mdwn
+ read -r time filename
+ '[' -e blog/2022/05/07/planning.mdwn ']'
+ touch --date @1651990098 blog/2022/05/07/planning.mdwn
+ read -r time filename
+ '[' -e shortcuts.mdwn ']'
+ touch --date @1651988554 shortcuts.mdwn
+ read -r time filename
+ '[' -e blog/2022/04/23/planning.mdwn ']'
+ touch --date @1650724005 blog/2022/04/23/planning.mdwn
+ read -r time filename
+ '[' -e blog/2022/04/11/planning.mdwn ']'
+ touch --date @1649658039 blog/2022/04/11/planning.mdwn
+ read -r time filename
+ '[' -e blog/2022/03/26/planning.mdwn ']'
+ touch --date @1648275409 blog/2022/03/26/planning.mdwn
+ read -r time filename
+ '[' -e blog/2022/03/12/planning.mdwn ']'
+ touch --date @1647094811 blog/2022/03/12/planning.mdwn
+ read -r time filename
+ '[' -e contact.mdwn ']'
+ touch --date @1646234163 contact.mdwn
+ read -r time filename
+ '[' -e blog/2022/02/28/news.mdwn ']'
+ touch --date @1646048590 blog/2022/02/28/news.mdwn
+ read -r time filename
+ '[' -e blog/2022/02/26/planning.mdwn ']'
+ touch --date @1645891111 blog/2022/02/26/planning.mdwn
+ read -r time filename
+ '[' -e docs.mdwn ']'
+ touch --date @1645630712 docs.mdwn
+ read -r time filename
+ '[' -e ikiwiki.setup ']'
+ touch --date @1645630712 ikiwiki.setup
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1645630712 index.mdwn
+ read -r time filename
+ '[' -e blog/2022/02/12/planning.mdwn ']'
+ touch --date @1644677697 blog/2022/02/12/planning.mdwn
+ read -r time filename
+ '[' -e blog/2022/01/15/planning.mdwn ']'
+ touch --date @1642249163 blog/2022/01/15/planning.mdwn
+ read -r time filename
+ '[' -e blog/2022/01/01/planning.mdwn ']'
+ touch --date @1641050244 blog/2022/01/01/planning.mdwn
+ read -r time filename
+ '[' -e blog/2021/12/04/planning.mdwn ']'
+ touch --date @1638634085 blog/2021/12/04/planning.mdwn
+ read -r time filename
+ '[' -e blog/2021/11/20/planning.mdwn ']'
+ touch --date @1637407918 blog/2021/11/20/planning.mdwn
+ read -r time filename
+ '[' -e blog/2021/11/20/planning.mdwn ']'
+ touch --date @1637406803 blog/2021/11/20/planning.mdwn
+ read -r time filename
+ '[' -e license.mdwn ']'
+ touch --date @1636555780 license.mdwn
+ read -r time filename
+ '[' -e blog/2021/11/06/planning.mdwn ']'
+ touch --date @1636188447 blog/2021/11/06/planning.mdwn
+ read -r time filename
+ '[' -e blog/2021/08/14/meeting.mdwn ']'
+ touch --date @1636183743 blog/2021/08/14/meeting.mdwn
+ read -r time filename
+ '[' -e blog/2021/10/23/meeting.mdwn ']'
+ touch --date @1635004596 blog/2021/10/23/meeting.mdwn
+ read -r time filename
+ '[' -e blog/2021/10/09/meeting.mdwn ']'
+ touch --date @1633798140 blog/2021/10/09/meeting.mdwn
+ read -r time filename
+ '[' -e blog/2021/09/11/meeting.mdwn ']'
+ touch --date @1633502671 blog/2021/09/11/meeting.mdwn
+ read -r time filename
+ '[' -e blog/2021/09/25/meeting.mdwn ']'
+ touch --date @1632565876 blog/2021/09/25/meeting.mdwn
+ read -r time filename
+ '[' -e blog/2020/01/04/iteration_planning_notes_january_4.mdwn ']'
+ touch --date @1632466481 blog/2020/01/04/iteration_planning_notes_january_4.mdwn
+ read -r time filename
+ '[' -e blog/2020/01/18/iteration_planning_notes_january_18.mdwn ']'
+ touch --date @1632466481 blog/2020/01/18/iteration_planning_notes_january_18.mdwn
+ read -r time filename
+ '[' -e blog/2020/04/11/iteration_planning_note_april_11.mdwn ']'
+ touch --date @1632466481 blog/2020/04/11/iteration_planning_note_april_11.mdwn
+ read -r time filename
+ '[' -e blog/2021/09/11/meeting.mdwn ']'
+ touch --date @1631350552 blog/2021/09/11/meeting.mdwn
+ read -r time filename
+ '[' -e blog/2021/08/14/meeting.mdwn ']'
+ touch --date @1628948752 blog/2021/08/14/meeting.mdwn
+ read -r time filename
+ '[' -e style.css ']'
+ touch --date @1628184553 style.css
+ read -r time filename
+ '[' -e templates/archivepage.tmpl ']'
+ touch --date @1628184533 templates/archivepage.tmpl
+ read -r time filename
+ '[' -e templates/atomitem.tmpl ']'
+ touch --date @1628184533 templates/atomitem.tmpl
+ read -r time filename
+ '[' -e templates/atompage.tmpl ']'
+ touch --date @1628184533 templates/atompage.tmpl
+ read -r time filename
+ '[' -e templates/feedlink.tmpl ']'
+ touch --date @1628184533 templates/feedlink.tmpl
+ read -r time filename
+ '[' -e templates/inlinepage.tmpl ']'
+ touch --date @1628184533 templates/inlinepage.tmpl
+ read -r time filename
+ '[' -e templates/page.tmpl ']'
+ touch --date @1628184533 templates/page.tmpl
+ read -r time filename
+ '[' -e templates/rssitem.tmpl ']'
+ touch --date @1628184533 templates/rssitem.tmpl
+ read -r time filename
+ '[' -e templates/rsspage.tmpl ']'
+ touch --date @1628184533 templates/rsspage.tmpl
+ read -r time filename
+ '[' -e templates/titlepage.tmpl ']'
+ touch --date @1628184533 templates/titlepage.tmpl
+ read -r time filename
+ '[' -e blog/2021/08/07/0.2.2.mdwn ']'
+ touch --date @1628352011 blog/2021/08/07/0.2.2.mdwn
+ read -r time filename
+ '[' -e blog/2021/07/30/meeting.mdwn ']'
+ touch --date @1627726235 blog/2021/07/30/meeting.mdwn
+ read -r time filename
+ '[' -e blog/2021/07/17/meeting.mdwn ']'
+ touch --date @1626530615 blog/2021/07/17/meeting.mdwn
+ read -r time filename
+ '[' -e docs.mdwn ']'
+ touch --date @1626245566 docs.mdwn
+ read -r time filename
+ '[' -e faq.mdwn ']'
+ touch --date @1626245566 faq.mdwn
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1626245566 index.mdwn
+ read -r time filename
+ '[' -e download.mdwn ']'
+ touch --date @1626118744 download.mdwn
+ read -r time filename
+ '[' -e download.mdwn ']'
+ touch --date @1626117961 download.mdwn
+ read -r time filename
+ '[' -e contributing.mdwn ']'
+ touch --date @1626117210 contributing.mdwn
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1626117029 index.mdwn
+ read -r time filename
+ '[' -e tutorial.mdwn ']'
+ touch --date @1626167102 tutorial.mdwn
+ read -r time filename
+ '[' -e blog/2021/07/11/announcement.mdwn ']'
+ touch --date @1626018816 blog/2021/07/11/announcement.mdwn
+ read -r time filename
+ '[' -e docs.mdwn ']'
+ touch --date @1625998276 docs.mdwn
+ read -r time filename
+ '[' -e download.mdwn ']'
+ touch --date @1625997103 download.mdwn
+ read -r time filename
+ '[' -e blog/2021/07/03/meeting.mdwn ']'
+ touch --date @1625308953 blog/2021/07/03/meeting.mdwn
+ read -r time filename
+ '[' -e blog/2021/06/19/meeting.md ']'
+ touch --date @1624166021 blog/2021/06/19/meeting.md
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1623211654 index.mdwn
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1623211497 index.mdwn
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1623211414 index.mdwn
+ read -r time filename
+ '[' -e local.css ']'
+ touch --date @1623211414 local.css
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1623211208 index.mdwn
+ read -r time filename
+ '[' -e blog/2021/06/05/meeting.mdwn ']'
+ touch --date @1622910568 blog/2021/06/05/meeting.mdwn
+ read -r time filename
+ '[' -e blog/2021/05/22/meeting.mdwn ']'
+ touch --date @1621692902 blog/2021/05/22/meeting.mdwn
+ read -r time filename
+ '[' -e blog/2021/05/08/meeting.mdwn ']'
+ touch --date @1620488118 blog/2021/05/08/meeting.mdwn
+ read -r time filename
+ '[' -e blog/2019/10/22/iteration_planning_notes.mdwn ']'
+ touch --date @1619680186 blog/2019/10/22/iteration_planning_notes.mdwn
+ read -r time filename
+ '[' -e blog/2020/01/04/iteration_planning_notes_january_4.mdwn ']'
+ touch --date @1619680186 blog/2020/01/04/iteration_planning_notes_january_4.mdwn
+ read -r time filename
+ '[' -e blog/2020/01/18/iteration_planning_notes_january_18.mdwn ']'
+ touch --date @1619680186 blog/2020/01/18/iteration_planning_notes_january_18.mdwn
+ read -r time filename
+ '[' -e blog/2020/02/08/iteration_planning_notes_february_8.mdwn ']'
+ touch --date @1619680186 blog/2020/02/08/iteration_planning_notes_february_8.mdwn
+ read -r time filename
+ '[' -e blog/2020/03/14/iteration_planning_notes_march_14.mdwn ']'
+ touch --date @1619680186 blog/2020/03/14/iteration_planning_notes_march_14.mdwn
+ read -r time filename
+ '[' -e blog/2020/03/29/iteration_planing_notes_march_29.mdwn ']'
+ touch --date @1619680186 blog/2020/03/29/iteration_planing_notes_march_29.mdwn
+ read -r time filename
+ '[' -e blog/2020/04/11/iteration_planning_note_april_11.mdwn ']'
+ touch --date @1619680186 blog/2020/04/11/iteration_planning_note_april_11.mdwn
+ read -r time filename
+ '[' -e blog/2020/04/25/iteration_planning_note_april_25.mdwn ']'
+ touch --date @1619680186 blog/2020/04/25/iteration_planning_note_april_25.mdwn
+ read -r time filename
+ '[' -e contributing.mdwn ']'
+ touch --date @1619680186 contributing.mdwn
+ read -r time filename
+ '[' -e download.mdwn ']'
+ touch --date @1619680186 download.mdwn
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1619680186 index.mdwn
+ read -r time filename
+ '[' -e shortcuts.mdwn ']'
+ touch --date @1619680186 shortcuts.mdwn
+ read -r time filename
+ '[' -e ikiwiki.setup ']'
+ touch --date @1620366799 ikiwiki.setup
+ read -r time filename
+ '[' -e blog/2021/04/24/meeting.mdwn ']'
+ touch --date @1619284830 blog/2021/04/24/meeting.mdwn
+ read -r time filename
+ '[' -e blog/2021/04/10/meeting.mdwn ']'
+ touch --date @1618069379 blog/2021/04/10/meeting.mdwn
+ read -r time filename
+ '[' -e blog/2021/03/27/iteration.mdwn ']'
+ touch --date @1616857210 blog/2021/03/27/iteration.mdwn
+ read -r time filename
+ '[' -e blog/2021/02/27/iteration.mdwn ']'
+ touch --date @1614441291 blog/2021/02/27/iteration.mdwn
+ read -r time filename
+ '[' -e blog/2021/02/13/iteration_planning_february_13th.mdwn ']'
+ touch --date @1613229891 blog/2021/02/13/iteration_planning_february_13th.mdwn
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1612164436 index.mdwn
+ read -r time filename
+ '[' -e roadmap-new.mdwn ']'
+ read -r time filename
+ '[' -e roadmap.mdwn ']'
+ read -r time filename
+ '[' -e blog/2021/01/31/iteration_planning_january_31sh.mdwn ']'
+ touch --date @1612084873 blog/2021/01/31/iteration_planning_january_31sh.mdwn
+ read -r time filename
+ '[' -e blog/2021/01/31/iteration_planning_january_31sh.mdwn ']'
+ touch --date @1612082026 blog/2021/01/31/iteration_planning_january_31sh.mdwn
+ read -r time filename
+ '[' -e change.md ']'
+ read -r time filename
+ '[' -e change.md ']'
+ read -r time filename
+ '[' -e blog/2021/01/16/iteration_planning_meeting_january_16th.mdwn ']'
+ touch --date @1610808240 blog/2021/01/16/iteration_planning_meeting_january_16th.mdwn
+ read -r time filename
+ '[' -e blog/2021/01/02/_iteration_planning_meeting_january_2nd.mdwn ']'
+ touch --date @1609603175 blog/2021/01/02/_iteration_planning_meeting_january_2nd.mdwn
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1607700043 index.mdwn
+ read -r time filename
+ '[' -e subplot.svg ']'
+ touch --date @1607700043 subplot.svg
+ read -r time filename
+ '[' -e blog/2020/12/05/iteration.mdwn ']'
+ touch --date @1607181715 blog/2020/12/05/iteration.mdwn
+ read -r time filename
+ '[' -e blog/2020/12/05/iteration.mdwn ']'
+ touch --date @1607181554 blog/2020/12/05/iteration.mdwn
+ read -r time filename
+ '[' -e blog/2020/11/21/iteration.mdwn ']'
+ touch --date @1605976614 blog/2020/11/21/iteration.mdwn
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1605088019 index.mdwn
+ read -r time filename
+ '[' -e download.mdwn ']'
+ touch --date @1605027264 download.mdwn
+ read -r time filename
+ '[' -e blog/2020/11/07/iteration_planning_meeting_november_7th.mdwn ']'
+ touch --date @1604769413 blog/2020/11/07/iteration_planning_meeting_november_7th.mdwn
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1604730761 index.mdwn
+ read -r time filename
+ '[' -e git-mtime.sh ']'
+ touch --date @1604652229 git-mtime.sh
+ read -r time filename
+ '[' -e blog/2020/10/24/iteration_planning_note_october_24.mdwn ']'
+ touch --date @1603549363 blog/2020/10/24/iteration_planning_note_october_24.mdwn
+ read -r time filename
+ '[' -e blog/2020/10/24/iteration_planning_note_october_23.mdwn ']'
+ read -r time filename
+ '[' -e download.mdwn ']'
+ touch --date @1603529128 download.mdwn
+ read -r time filename
+ '[' -e download.mdwn ']'
+ touch --date @1603259191 download.mdwn
+ read -r time filename
+ '[' -e blog/2020/09/26/iteration_planning_note_september_26.mdwn ']'
+ touch --date @1601138706 blog/2020/09/26/iteration_planning_note_september_26.mdwn
+ read -r time filename
+ '[' -e blog/2020/09/12/iteration_planning_note_september_12.mdwn ']'
+ touch --date @1600068326 blog/2020/09/12/iteration_planning_note_september_12.mdwn
+ read -r time filename
+ '[' -e blog/2020/09/12/iteration_planning_note_september_12.mdwn ']'
+ touch --date @1599927862 blog/2020/09/12/iteration_planning_note_september_12.mdwn
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1599666438 index.mdwn
+ read -r time filename
+ '[' -e tutorial.mdwn ']'
+ touch --date @1599030751 tutorial.mdwn
+ read -r time filename
+ '[' -e docs.mdwn ']'
+ touch --date @1598959782 docs.mdwn
+ read -r time filename
+ '[' -e tutorial.mdwn ']'
+ touch --date @1598959782 tutorial.mdwn
+ read -r time filename
+ '[' -e blog/2020/08/30/iteration_planning_note_august_29.mdwn ']'
+ touch --date @1598780674 blog/2020/08/30/iteration_planning_note_august_29.mdwn
+ read -r time filename
+ '[' -e blog/2020/08/01/iteration_planning_note_august_1.mdwn ']'
+ touch --date @1596300172 blog/2020/08/01/iteration_planning_note_august_1.mdwn
+ read -r time filename
+ '[' -e blog/2020/07/18/iteration_planning_note_july_18.mdwn ']'
+ touch --date @1595089341 blog/2020/07/18/iteration_planning_note_july_18.mdwn
+ read -r time filename
+ '[' -e blog/2020/06/20/iteration_planning_note_june_20.mdwn ']'
+ touch --date @1595089332 blog/2020/06/20/iteration_planning_note_june_20.mdwn
+ read -r time filename
+ '[' -e blog/2020/06/06/iteration_planning_note_june_20.mdwn ']'
+ read -r time filename
+ '[' -e shortcuts.mdwn ']'
+ touch --date @1592668796 shortcuts.mdwn
+ read -r time filename
+ '[' -e blog/2020/06/06/iteration_planning_note_june_6.mdwn ']'
+ touch --date @1591466921 blog/2020/06/06/iteration_planning_note_june_6.mdwn
+ read -r time filename
+ '[' -e blog/2020/05/23/iteration_planning_note_may_23.mdwn ']'
+ touch --date @1590252729 blog/2020/05/23/iteration_planning_note_may_23.mdwn
+ read -r time filename
+ '[' -e blog/2020/05/09/iteration_planning_note_may_9.mdwn ']'
+ touch --date @1589040444 blog/2020/05/09/iteration_planning_note_may_9.mdwn
+ read -r time filename
+ '[' -e blog/2020/04/25/iteration_planning_note_april_25.mdwn ']'
+ touch --date @1587835394 blog/2020/04/25/iteration_planning_note_april_25.mdwn
+ read -r time filename
+ '[' -e blog/2020/04/11/iteration_planning_note_april_11.mdwn ']'
+ touch --date @1586624446 blog/2020/04/11/iteration_planning_note_april_11.mdwn
+ read -r time filename
+ '[' -e blog/2020/03/29/iteration_planing_notes_march_29.mdwn ']'
+ touch --date @1585500869 blog/2020/03/29/iteration_planing_notes_march_29.mdwn
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1585412248 index.mdwn
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1585412180 index.mdwn
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1585411898 index.mdwn
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1585411746 index.mdwn
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1585411580 index.mdwn
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1585411237 index.mdwn
+ read -r time filename
+ '[' -e architecture.mdwn ']'
+ touch --date @1584682899 architecture.mdwn
+ read -r time filename
+ '[' -e architecture.mdwn ']'
+ touch --date @1584682837 architecture.mdwn
+ read -r time filename
+ '[' -e blog/2020/03/14/iteration_planning_notes_march_14.mdwn ']'
+ touch --date @1584211255 blog/2020/03/14/iteration_planning_notes_march_14.mdwn
+ read -r time filename
+ '[' -e style.css ']'
+ touch --date @1584170122 style.css
+ read -r time filename
+ '[' -e blog/2020/03/13/simple_subplot_stress_testing.mdwn ']'
+ touch --date @1584170114 blog/2020/03/13/simple_subplot_stress_testing.mdwn
+ read -r time filename
+ '[' -e blog/2020/03/13/simple_subplot_stress_testing.mdwn ']'
+ touch --date @1584168045 blog/2020/03/13/simple_subplot_stress_testing.mdwn
+ read -r time filename
+ '[' -e blog/2020/03/13/simple_subplot_stress_testing.mdwn ']'
+ touch --date @1584100339 blog/2020/03/13/simple_subplot_stress_testing.mdwn
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1583914370 index.mdwn
+ read -r time filename
+ '[' -e success.mdwn ']'
+ touch --date @1583913211 success.mdwn
+ read -r time filename
+ '[' -e blog/2020/02/29/iteration_planning_notes_february_29.mdwn ']'
+ touch --date @1582994257 blog/2020/02/29/iteration_planning_notes_february_29.mdwn
+ read -r time filename
+ '[' -e blog/2020/02/29/iteration_planning_notes_february_29.mdwn ']'
+ touch --date @1582991149 blog/2020/02/29/iteration_planning_notes_february_29.mdwn
+ read -r time filename
+ '[' -e blog/2020/02/15/iteration_planning_notes_february_15.mdwn ']'
+ touch --date @1581785129 blog/2020/02/15/iteration_planning_notes_february_15.mdwn
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1581412625 index.mdwn
+ read -r time filename
+ '[' -e tag/meeting.mdwn ']'
+ read -r time filename
+ '[' -e tag/pondering.mdwn ']'
+ read -r time filename
+ '[' -e tag/meeting.mdwn ']'
+ read -r time filename
+ '[' -e tag/pondering.mdwn ']'
+ read -r time filename
+ '[' -e local.css ']'
+ touch --date @1581411966 local.css
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1581411769 index.mdwn
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1581411646 index.mdwn
+ read -r time filename
+ '[' -e kitten.jpg ']'
+ touch --date @1581411646 kitten.jpg
+ read -r time filename
+ '[' -e download.mdwn ']'
+ touch --date @1581410936 download.mdwn
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1581410577 index.mdwn
+ read -r time filename
+ '[' -e download.mdwn ']'
+ touch --date @1581410405 download.mdwn
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1581410405 index.mdwn
+ read -r time filename
+ '[' -e source.mdwn ']'
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1581407591 index.mdwn
+ read -r time filename
+ '[' -e news.mdwn ']'
+ read -r time filename
+ '[' -e project.mdwn ']'
+ read -r time filename
+ '[' -e contact.mdwn ']'
+ touch --date @1581407184 contact.mdwn
+ read -r time filename
+ '[' -e news.mdwn ']'
+ read -r time filename
+ '[' -e blog/2020/02/08/iteration_planning_notes_february_8.mdwn ']'
+ touch --date @1581188301 blog/2020/02/08/iteration_planning_notes_february_8.mdwn
+ read -r time filename
+ '[' -e roadmap.mdwn ']'
+ read -r time filename
+ '[' -e contributing.mdwn ']'
+ touch --date @1581175232 contributing.mdwn
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1581175232 index.mdwn
+ read -r time filename
+ '[' -e project.mdwn ']'
+ read -r time filename
+ '[' -e source.mdwn ']'
+ read -r time filename
+ '[' -e roadmap-new.mdwn ']'
+ read -r time filename
+ '[' -e roadmap-new.mdwn ']'
+ read -r time filename
+ '[' -e roadmap-new.mdwn ']'
+ read -r time filename
+ '[' -e blog/2020/01/18/iteration_planning_notes_january_18.mdwn ']'
+ touch --date @1579377515 blog/2020/01/18/iteration_planning_notes_january_18.mdwn
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1578685368 index.mdwn
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1578685218 index.mdwn
+ read -r time filename
+ '[' -e roadmap.mdwn ']'
+ read -r time filename
+ '[' -e blog/2020/01/05/data_files_for_tests.mdwn ']'
+ touch --date @1578232251 blog/2020/01/05/data_files_for_tests.mdwn
+ read -r time filename
+ '[' -e blog/2020/01/05/data_files_for_tests.mdwn ']'
+ touch --date @1578232060 blog/2020/01/05/data_files_for_tests.mdwn
+ read -r time filename
+ '[' -e blog/2020/01/05/data_files_for_tests.mdwn ']'
+ touch --date @1578231718 blog/2020/01/05/data_files_for_tests.mdwn
+ read -r time filename
+ '[' -e blog/2020/01/04/iteration_planning_notes_january_4.mdwn ']'
+ touch --date @1578162762 blog/2020/01/04/iteration_planning_notes_january_4.mdwn
+ read -r time filename
+ '[' -e roadmap-new.mdwn ']'
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1576331369 index.mdwn
+ read -r time filename
+ '[' -e roadmap.mdwn ']'
+ read -r time filename
+ '[' -e blog/2019/12/08/iteration_planning_notes_december_7.mdwn ']'
+ touch --date @1575799656 blog/2019/12/08/iteration_planning_notes_december_7.mdwn
+ read -r time filename
+ '[' -e blog/2019/11/30/typesetting_scenario_steps_based_on_matched_bindings.mdwn ']'
+ touch --date @1575116958 blog/2019/11/30/typesetting_scenario_steps_based_on_matched_bindings.mdwn
+ read -r time filename
+ '[' -e contributing.mdwn ']'
+ touch --date @1572678449 contributing.mdwn
+ read -r time filename
+ '[' -e blog/2019/10/22/iteration_planning_notes.mdwn ']'
+ touch --date @1571735235 blog/2019/10/22/iteration_planning_notes.mdwn
+ read -r time filename
+ '[' -e blog/2019/10/22/iteration_planning_notes.mdwn ']'
+ touch --date @1571734248 blog/2019/10/22/iteration_planning_notes.mdwn
+ read -r time filename
+ '[' -e roadmap.mdwn ']'
+ read -r time filename
+ '[' -e pandoc-filter ']'
+ read -r time filename
+ '[' -e projgraph ']'
+ read -r time filename
+ '[' -e roadmap-to-svg ']'
+ read -r time filename
+ '[' -e tag/planning.mdwn ']'
+ touch --date @1570867430 tag/planning.mdwn
+ read -r time filename
+ '[' -e ikiwiki.setup ']'
+ touch --date @1570867394 ikiwiki.setup
+ read -r time filename
+ '[' -e roadmap.mdwn ']'
+ read -r time filename
+ '[' -e roadmap.mdwn ']'
+ read -r time filename
+ '[' -e roadmap.mdwn ']'
+ read -r time filename
+ '[' -e roadmap.mdwn ']'
+ read -r time filename
+ '[' -e roadmap2.mdwn ']'
+ read -r time filename
+ '[' -e blog/2019/09/22/subplot_and_requirement_tracking.mdwn ']'
+ touch --date @1569169738 blog/2019/09/22/subplot_and_requirement_tracking.mdwn
+ read -r time filename
+ '[' -e roadmap2.mdwn ']'
+ read -r time filename
+ '[' -e ikiwiki.setup ']'
+ touch --date @1569058226 ikiwiki.setup
+ read -r time filename
+ '[' -e local.css ']'
+ touch --date @1569058205 local.css
+ read -r time filename
+ '[' -e docs.mdwn ']'
+ touch --date @1568565690 docs.mdwn
+ read -r time filename
+ '[' -e tutorial.mdwn ']'
+ touch --date @1568479670 tutorial.mdwn
+ read -r time filename
+ '[' -e tutorial.mdwn ']'
+ touch --date @1568478402 tutorial.mdwn
+ read -r time filename
+ '[' -e project.mdwn ']'
+ read -r time filename
+ '[' -e architecture.mdwn ']'
+ touch --date @1568361504 architecture.mdwn
+ read -r time filename
+ '[' -e architecture.mdwn ']'
+ touch --date @1568360424 architecture.mdwn
+ read -r time filename
+ '[' -e project.mdwn ']'
+ read -r time filename
+ '[' -e conduct.mdwn ']'
+ touch --date @1568360055 conduct.mdwn
+ read -r time filename
+ '[' -e project.mdwn ']'
+ read -r time filename
+ '[' -e governance.mdwn ']'
+ touch --date @1568359882 governance.mdwn
+ read -r time filename
+ '[' -e project.mdwn ']'
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1568357567 index.mdwn
+ read -r time filename
+ '[' -e download.mdwn ']'
+ touch --date @1568357203 download.mdwn
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1568357203 index.mdwn
+ read -r time filename
+ '[' -e install.mdwn ']'
+ read -r time filename
+ '[' -e contact.mdwn ']'
+ touch --date @1568357571 contact.mdwn
+ read -r time filename
+ '[' -e blog.mdwn ']'
+ touch --date @1568279981 blog.mdwn
+ read -r time filename
+ '[' -e blog/2019/09/08/reboot.mdwn ']'
+ touch --date @1568279981 blog/2019/09/08/reboot.mdwn
+ read -r time filename
+ '[' -e contact.mdwn ']'
+ touch --date @1568279981 contact.mdwn
+ read -r time filename
+ '[' -e install.mdwn ']'
+ read -r time filename
+ '[' -e license.mdwn ']'
+ touch --date @1568279981 license.mdwn
+ read -r time filename
+ '[' -e roadmap.mdwn ']'
+ read -r time filename
+ '[' -e pandoc-filter ']'
+ read -r time filename
+ '[' -e project.mdwn ']'
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1568279080 index.mdwn
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1568278923 index.mdwn
+ read -r time filename
+ '[' -e projgraph ']'
+ read -r time filename
+ '[' -e roadmap-to-svg ']'
+ read -r time filename
+ '[' -e license.mdwn ']'
+ touch --date @1568021131 license.mdwn
+ read -r time filename
+ '[' -e contributing.mdwn ']'
+ touch --date @1568020816 contributing.mdwn
+ read -r time filename
+ '[' -e contact.mdwn ']'
+ touch --date @1568020367 contact.mdwn
+ read -r time filename
+ '[' -e roadmap.mdwn ']'
+ read -r time filename
+ '[' -e ikiwiki/IkiWiki/Plugin/pandoc.pm ']'
+ touch --date @1568018884 ikiwiki/IkiWiki/Plugin/pandoc.pm
+ read -r time filename
+ '[' -e roadmap.mdwn ']'
+ read -r time filename
+ '[' -e ikiwiki.setup ']'
+ touch --date @1568018812 ikiwiki.setup
+ read -r time filename
+ '[' -e tag/news.mdwn ']'
+ touch --date @1568018798 tag/news.mdwn
+ read -r time filename
+ '[' -e pandoc-filter ']'
+ read -r time filename
+ '[' -e build.sh ']'
+ touch --date @1568018631 build.sh
+ read -r time filename
+ '[' -e build.sh ']'
+ touch --date @1567955350 build.sh
+ read -r time filename
+ '[' -e local.css ']'
+ touch --date @1567955018 local.css
+ read -r time filename
+ '[' -e build.sh ']'
+ touch --date @1567952250 build.sh
+ read -r time filename
+ '[' -e ikiwiki.setup ']'
+ touch --date @1567952234 ikiwiki.setup
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1567950855 index.mdwn
+ read -r time filename
+ '[' -e blog/2019/09/08/reboot.mdwn ']'
+ touch --date @1567950840 blog/2019/09/08/reboot.mdwn
+ read -r time filename
+ '[' -e project.mdwn ']'
+ read -r time filename
+ '[' -e news.mdwn ']'
+ read -r time filename
+ '[' -e docs.mdwn ']'
+ touch --date @1567950254 docs.mdwn
+ read -r time filename
+ '[' -e contact.mdwn ']'
+ touch --date @1567950216 contact.mdwn
+ read -r time filename
+ '[' -e contributing.mdwn ']'
+ touch --date @1567950170 contributing.mdwn
+ read -r time filename
+ '[' -e roadmap.mdwn ']'
+ read -r time filename
+ '[' -e local.css ']'
+ touch --date @1567949932 local.css
+ read -r time filename
+ '[' -e style.css ']'
+ touch --date @1567949932 style.css
+ read -r time filename
+ '[' -e license.mdwn ']'
+ touch --date @1567949919 license.mdwn
+ read -r time filename
+ '[' -e install.mdwn ']'
+ read -r time filename
+ '[' -e blog.mdwn ']'
+ touch --date @1567949777 blog.mdwn
+ read -r time filename
+ '[' -e .gitignore ']'
+ touch --date @1567949674 .gitignore
+ read -r time filename
+ '[' -e admin.mdwn ']'
+ touch --date @1567949625 admin.mdwn
+ read -r time filename
+ '[' -e ikiwiki.setup ']'
+ touch --date @1567949546 ikiwiki.setup
+ read -r time filename
+ '[' -e index.mdwn ']'
+ touch --date @1567949314 index.mdwn
+ read -r time filename
+ ikiwiki --setup ikiwiki.setup --libdir /workspace/deps --gettime --rebuild --verbose
rebuilding wiki..
scanning git-mtime.sh
scanning shortcuts.mdwn
scanning conduct.mdwn
scanning faq.mdwn
scanning download.mdwn
scanning admin.mdwn
scanning subplot.svg
scanning docs.mdwn
scanning meetings.mdwn
scanning index.mdwn
scanning governance.mdwn
scanning architecture.mdwn
scanning license.mdwn
scanning contributing.mdwn
scanning contact.mdwn
scanning ikiwiki.setup
scanning blog.mdwn
scanning kitten.jpg
scanning style.css
scanning local.css
scanning build.sh
scanning arch.dot
scanning success.mdwn
scanning tutorial.mdwn
scanning ikiwiki/IkiWiki/Plugin/pandoc.pm
scanning templates/feedlink.tmpl
scanning templates/inlinepage.tmpl
scanning templates/rssitem.tmpl
scanning templates/titlepage.tmpl
scanning templates/archivepage.tmpl
scanning templates/atompage.tmpl
scanning templates/page.tmpl
scanning templates/rsspage.tmpl
scanning templates/atomitem.tmpl
scanning blog/2019/09/22/subplot_and_requirement_tracking.mdwn
scanning blog/2019/09/08/reboot.mdwn
scanning blog/2019/12/08/iteration_planning_notes_december_7.mdwn
scanning blog/2019/10/22/iteration_planning_notes.mdwn
scanning blog/2019/11/30/typesetting_scenario_steps_based_on_matched_bindings.mdwn
scanning blog/2022/05/07/planning.mdwn
scanning blog/2022/03/26/planning.mdwn
scanning blog/2022/03/12/planning.mdwn
scanning blog/2022/09/10/planning.mdwn
scanning blog/2022/01/01/planning.mdwn
scanning blog/2022/01/15/planning.mdwn
scanning blog/2022/04/11/planning.mdwn
scanning blog/2022/04/23/planning.mdwn
scanning blog/2022/12/03/planning.mdwn
scanning blog/2022/10/22/iteration.mdwn
scanning blog/2022/10/27/iteration.mdwn
scanning blog/2022/02/28/news.mdwn
scanning blog/2022/02/26/planning.mdwn
scanning blog/2022/02/12/planning.mdwn
scanning blog/2022/11/05/iteration.mdwn
scanning blog/2022/11/19/planning.mdwn
scanning blog/2022/08/12/iteration.mdwn
scanning blog/2022/08/27/iteration.mdwn
scanning blog/2022/07/31/planning.mdwn
scanning blog/2022/07/16/planning.mdwn
scanning blog/2022/06/18/planning.mdwn
scanning blog/2021/05/22/meeting.mdwn
scanning blog/2021/05/08/meeting.mdwn
scanning blog/2021/03/27/iteration.mdwn
scanning blog/2021/09/25/meeting.mdwn
scanning blog/2021/09/11/meeting.mdwn
scanning blog/2021/01/31/iteration_planning_january_31sh.mdwn
scanning blog/2021/01/02/_iteration_planning_meeting_january_2nd.mdwn
scanning blog/2021/01/16/iteration_planning_meeting_january_16th.mdwn
scanning blog/2021/04/24/meeting.mdwn
scanning blog/2021/04/10/meeting.mdwn
scanning blog/2021/12/04/planning.mdwn
scanning blog/2021/10/09/meeting.mdwn
scanning blog/2021/10/23/meeting.mdwn
scanning blog/2021/02/13/iteration_planning_february_13th.mdwn
scanning blog/2021/02/27/iteration.mdwn
scanning blog/2021/11/20/planning.mdwn
scanning blog/2021/11/06/planning.mdwn
scanning blog/2021/08/14/meeting.mdwn
scanning blog/2021/08/07/0.2.2.mdwn
scanning blog/2021/07/17/meeting.mdwn
scanning blog/2021/07/03/meeting.mdwn
scanning blog/2021/07/11/announcement.mdwn
scanning blog/2021/07/30/meeting.mdwn
scanning blog/2021/06/05/meeting.mdwn
scanning blog/2021/06/19/meeting.md
scanning blog/2020/05/09/iteration_planning_note_may_9.mdwn
scanning blog/2020/05/23/iteration_planning_note_may_23.mdwn
scanning blog/2020/03/14/iteration_planning_notes_march_14.mdwn
scanning blog/2020/03/29/iteration_planing_notes_march_29.mdwn
scanning blog/2020/03/13/simple_subplot_stress_testing.mdwn
scanning blog/2020/09/26/iteration_planning_note_september_26.mdwn
scanning blog/2020/09/12/iteration_planning_note_september_12.mdwn
scanning blog/2020/01/05/data_files_for_tests.mdwn
scanning blog/2020/01/04/iteration_planning_notes_january_4.mdwn
scanning blog/2020/01/18/iteration_planning_notes_january_18.mdwn
scanning blog/2020/04/25/iteration_planning_note_april_25.mdwn
scanning blog/2020/04/11/iteration_planning_note_april_11.mdwn
scanning blog/2020/12/05/iteration.mdwn
scanning blog/2020/10/24/iteration_planning_note_october_24.mdwn
scanning blog/2020/02/15/iteration_planning_notes_february_15.mdwn
scanning blog/2020/02/29/iteration_planning_notes_february_29.mdwn
scanning blog/2020/02/08/iteration_planning_notes_february_8.mdwn
scanning blog/2020/11/21/iteration.mdwn
scanning blog/2020/11/07/iteration_planning_meeting_november_7th.mdwn
scanning blog/2020/08/01/iteration_planning_note_august_1.mdwn
scanning blog/2020/08/30/iteration_planning_note_august_29.mdwn
scanning blog/2020/07/18/iteration_planning_note_july_18.mdwn
scanning blog/2020/06/20/iteration_planning_note_june_20.mdwn
scanning blog/2020/06/06/iteration_planning_note_june_6.mdwn
scanning blog/2025/0.13.0.mdwn
scanning blog/2024/0.12.0.mdwn
scanning blog/2024/0.11.0.mdwn
scanning blog/2024/0.10.0.mdwn
scanning blog/2023/0.9.0.mdwn
scanning blog/2023/05/20/planning.mdwn
scanning blog/2023/03/11/planning.mdwn
scanning blog/2023/01/14/planning.md
scanning blog/2023/01/28/meeting.mdwn
scanning blog/2023/04/22/planning.mdwn
scanning blog/2023/10/07/planning.mdwn
scanning blog/2023/02/24/planning.mdwn
scanning blog/2023/02/11/planning.mdwn
scanning blog/2023/11/18/plannaing.mdwn
scanning blog/2023/08/planning-2023-08-12.mdwn
scanning blog/2023/08/30/planning.mdwn
scanning blog/2023/07/planning.mdwn
scanning blog/2023/06/03/planning.mdwn
scanning tag/news.mdwn
scanning tag/planning.mdwn
scanning ikiwiki/jquery.min.js
scanning ikiwiki/login-selector/login-selector.js
scanning sandbox.mdwn
scanning recentchanges.mdwn
scanning templates.mdwn
scanning ikiwiki.mdwn
scanning ikiwiki/formatting.mdwn
scanning ikiwiki/pagespec.mdwn
scanning ikiwiki/openid.mdwn
scanning ikiwiki/markdown.mdwn
scanning ikiwiki/searching.mdwn
scanning ikiwiki/directive.mdwn
scanning ikiwiki/subpage.mdwn
scanning ikiwiki/wikilink.mdwn
scanning ikiwiki/subpage/linkingrules.mdwn
scanning ikiwiki/pagespec/sorting.mdwn
scanning ikiwiki/pagespec/po.mdwn
scanning ikiwiki/pagespec/attachment.mdwn
scanning wikiicons/diff.png
scanning wikiicons/revert.png
scanning wikiicons/email.png
scanning wikiicons/openidlogin-bg.gif
scanning wikiicons/search-bg.gif
scanning templates/popup.mdwn
scanning templates/note.mdwn
creating tag page tag/announcement
scanning tag/announcement.mdwn
creating tag page tag/pondering
scanning tag/pondering.mdwn
creating tag page tag/meeting
scanning tag/meeting.mdwn
building git-mtime.sh
building shortcuts.mdwn
building conduct.mdwn
building faq.mdwn
building download.mdwn
building admin.mdwn
building subplot.svg
building docs.mdwn
building meetings.mdwn
building index.mdwn
building governance.mdwn
building architecture.mdwn
building license.mdwn
building contributing.mdwn
building contact.mdwn
building ikiwiki.setup
building blog.mdwn
building kitten.jpg
building style.css
building local.css
building build.sh
building arch.dot
building success.mdwn
building tutorial.mdwn
building ikiwiki/IkiWiki/Plugin/pandoc.pm
building templates/feedlink.tmpl
building templates/inlinepage.tmpl
building templates/rssitem.tmpl
building templates/titlepage.tmpl
building templates/archivepage.tmpl
building templates/atompage.tmpl
building templates/page.tmpl
building templates/rsspage.tmpl
building templates/atomitem.tmpl
building blog/2019/09/22/subplot_and_requirement_tracking.mdwn
building blog/2019/09/08/reboot.mdwn
building blog/2019/12/08/iteration_planning_notes_december_7.mdwn
building blog/2019/10/22/iteration_planning_notes.mdwn
building blog/2019/11/30/typesetting_scenario_steps_based_on_matched_bindings.mdwn
building blog/2022/05/07/planning.mdwn
building blog/2022/03/26/planning.mdwn
building blog/2022/03/12/planning.mdwn
building blog/2022/09/10/planning.mdwn
building blog/2022/01/01/planning.mdwn
building blog/2022/01/15/planning.mdwn
building blog/2022/04/11/planning.mdwn
building blog/2022/04/23/planning.mdwn
building blog/2022/12/03/planning.mdwn
building blog/2022/10/22/iteration.mdwn
building blog/2022/10/27/iteration.mdwn
building blog/2022/02/28/news.mdwn
building blog/2022/02/26/planning.mdwn
building blog/2022/02/12/planning.mdwn
building blog/2022/11/05/iteration.mdwn
building blog/2022/11/19/planning.mdwn
building blog/2022/08/12/iteration.mdwn
building blog/2022/08/27/iteration.mdwn
building blog/2022/07/31/planning.mdwn
building blog/2022/07/16/planning.mdwn
building blog/2022/06/18/planning.mdwn
building blog/2021/05/22/meeting.mdwn
building blog/2021/05/08/meeting.mdwn
building blog/2021/03/27/iteration.mdwn
building blog/2021/09/25/meeting.mdwn
building blog/2021/09/11/meeting.mdwn
building blog/2021/01/31/iteration_planning_january_31sh.mdwn
building blog/2021/01/02/_iteration_planning_meeting_january_2nd.mdwn
building blog/2021/01/16/iteration_planning_meeting_january_16th.mdwn
building blog/2021/04/24/meeting.mdwn
building blog/2021/04/10/meeting.mdwn
building blog/2021/12/04/planning.mdwn
building blog/2021/10/09/meeting.mdwn
building blog/2021/10/23/meeting.mdwn
building blog/2021/02/13/iteration_planning_february_13th.mdwn
building blog/2021/02/27/iteration.mdwn
building blog/2021/11/20/planning.mdwn
building blog/2021/11/06/planning.mdwn
building blog/2021/08/14/meeting.mdwn
building blog/2021/08/07/0.2.2.mdwn
building blog/2021/07/17/meeting.mdwn
building blog/2021/07/03/meeting.mdwn
building blog/2021/07/11/announcement.mdwn
building blog/2021/07/30/meeting.mdwn
building blog/2021/06/05/meeting.mdwn
building blog/2021/06/19/meeting.md
building blog/2020/05/09/iteration_planning_note_may_9.mdwn
building blog/2020/05/23/iteration_planning_note_may_23.mdwn
building blog/2020/03/14/iteration_planning_notes_march_14.mdwn
building blog/2020/03/29/iteration_planing_notes_march_29.mdwn
building blog/2020/03/13/simple_subplot_stress_testing.mdwn
building blog/2020/09/26/iteration_planning_note_september_26.mdwn
building blog/2020/09/12/iteration_planning_note_september_12.mdwn
building blog/2020/01/05/data_files_for_tests.mdwn
building blog/2020/01/04/iteration_planning_notes_january_4.mdwn
building blog/2020/01/18/iteration_planning_notes_january_18.mdwn
building blog/2020/04/25/iteration_planning_note_april_25.mdwn
building blog/2020/04/11/iteration_planning_note_april_11.mdwn
building blog/2020/12/05/iteration.mdwn
building blog/2020/10/24/iteration_planning_note_october_24.mdwn
building blog/2020/02/15/iteration_planning_notes_february_15.mdwn
building blog/2020/02/29/iteration_planning_notes_february_29.mdwn
building blog/2020/02/08/iteration_planning_notes_february_8.mdwn
building blog/2020/11/21/iteration.mdwn
building blog/2020/11/07/iteration_planning_meeting_november_7th.mdwn
building blog/2020/08/01/iteration_planning_note_august_1.mdwn
building blog/2020/08/30/iteration_planning_note_august_29.mdwn
building blog/2020/07/18/iteration_planning_note_july_18.mdwn
building blog/2020/06/20/iteration_planning_note_june_20.mdwn
building blog/2020/06/06/iteration_planning_note_june_6.mdwn
building blog/2025/0.13.0.mdwn
building blog/2024/0.12.0.mdwn
building blog/2024/0.11.0.mdwn
building blog/2024/0.10.0.mdwn
building blog/2023/0.9.0.mdwn
building blog/2023/05/20/planning.mdwn
building blog/2023/03/11/planning.mdwn
building blog/2023/01/14/planning.md
building blog/2023/01/28/meeting.mdwn
building blog/2023/04/22/planning.mdwn
building blog/2023/10/07/planning.mdwn
building blog/2023/02/24/planning.mdwn
building blog/2023/02/11/planning.mdwn
building blog/2023/11/18/plannaing.mdwn
building blog/2023/08/planning-2023-08-12.mdwn
building blog/2023/08/30/planning.mdwn
building blog/2023/07/planning.mdwn
building blog/2023/06/03/planning.mdwn
building tag/news.mdwn
building tag/planning.mdwn
building ikiwiki/jquery.min.js
building ikiwiki/login-selector/login-selector.js
building sandbox.mdwn
building recentchanges.mdwn
building templates.mdwn
building ikiwiki.mdwn
building ikiwiki/formatting.mdwn
building ikiwiki/pagespec.mdwn
building ikiwiki/openid.mdwn
building ikiwiki/markdown.mdwn
building ikiwiki/searching.mdwn
building ikiwiki/directive.mdwn
building ikiwiki/subpage.mdwn
building ikiwiki/wikilink.mdwn
building ikiwiki/subpage/linkingrules.mdwn
building ikiwiki/pagespec/sorting.mdwn
building ikiwiki/pagespec/po.mdwn
building ikiwiki/pagespec/attachment.mdwn
building wikiicons/diff.png
building wikiicons/revert.png
building wikiicons/email.png
building wikiicons/openidlogin-bg.gif
building wikiicons/search-bg.gif
building templates/popup.mdwn
building templates/note.mdwn
building tag/announcement.mdwn
building tag/pondering.mdwn
building tag/meeting.mdwn
done
RUN: Action finished OK
RUN: Action TarCreate {
    archive: "/dev/vde",
    directory: "/workspace/cache",
}
[2025-08-10T06:17:16Z DEBUG ambient_ci::action] Plan::execute: TarCreate {
        archive: "/dev/vde",
        directory: "/workspace/cache",
    }
[2025-08-10T06:17:16Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vde",
        ),
        root: Some(
            "/workspace/cache",
        ),
        size: None,
    }
[2025-08-10T06:17:16Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-08-10T06:17:16Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-08-10T06:17:16Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-08-10T06:17:16Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-08-10T06:17:16Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
RUN: Action finished OK
RUN: Action TarCreate {
    archive: "/dev/vdd",
    directory: "/workspace/artifacts",
}
[2025-08-10T06:17:16Z DEBUG ambient_ci::action] Plan::execute: TarCreate {
        archive: "/dev/vdd",
        directory: "/workspace/artifacts",
    }
[2025-08-10T06:17:16Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vdd",
        ),
        root: Some(
            "/workspace/artifacts",
        ),
        size: None,
    }
[2025-08-10T06:17:16Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-08-10T06:17:16Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-08-10T06:17:16Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-08-10T06:17:16Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-08-10T06:17:16Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
RUN: Action finished OK
ambient-execute-plan ends
EXIT CODE: 0
[2025-08-10T06:17:18Z INFO  ambient] ambient ends successfully

Trigger message

{
  "request": "trigger",
  "version": 1,
  "event_type": "push",
  "repository": {
    "id": "rad:z2M6WnwXyFcdQNj6M5pav3BnyTBfz",
    "name": "subplot-web",
    "description": "Website for Subplot",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
    ]
  },
  "pusher": {
    "id": "did:key:z6MkkYez6QAFWvmdudjrfMXySu1NTpSrraJotCJFwGgkmgx8",
    "alias": "ci0"
  },
  "before": "a5f2ec1d39dc2d766d808b720245a0f38b5502c5",
  "after": "a5f2ec1d39dc2d766d808b720245a0f38b5502c5",
  "branch": "main",
  "commits": [
    "a5f2ec1d39dc2d766d808b720245a0f38b5502c5"
  ]
}

Ambient stdout

[2025-08-10T06:17:06Z INFO  ambient] ambient starts
[2025-08-10T06:17:06Z DEBUG ambient] load default configuration file /home/_rad/.config/ambient/config.yaml if it exists
[2025-08-10T06:17:06Z DEBUG ambient] load files named with --config: /tmp/.tmpghVXfz/ambient_extra_values.yaml
[2025-08-10T06:17:06Z DEBUG ambient] complete configuration: Config {
        tmpdir: "/srv/tmp",
        image_store: "/home/_rad/.local/state/ambient-ci/images",
        projects: "/home/_rad/ambient-projects.yaml",
        state: "/srv/ambient-state",
        rsync_target: Some(
            "ci@http.liw.fi:/srv/http/subplot.tech",
        ),
        rsync_target_base: None,
        rsync_target_map: None,
        dput_target: Some(
            "apt.liw.fi",
        ),
        executor: Some(
            "/usr/bin/ambient-execute-plan",
        ),
        artifacts_max_size: Byte(
            10000000000,
        ),
        cache_max_size: Byte(
            50000000000,
        ),
        qemu: QemuConfig {
            cpus: 4,
            memory: Byte(
                8000000000,
            ),
            kvm_binary: "/usr/bin/kvm",
            ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
            ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
        },
    }
[2025-08-10T06:17:06Z DEBUG ambient] configuration: Config {
        tmpdir: "/srv/tmp",
        image_store: "/home/_rad/.local/state/ambient-ci/images",
        projects: "/home/_rad/ambient-projects.yaml",
        state: "/srv/ambient-state",
        rsync_target: Some(
            "ci@http.liw.fi:/srv/http/subplot.tech",
        ),
        rsync_target_base: None,
        rsync_target_map: None,
        dput_target: Some(
            "apt.liw.fi",
        ),
        executor: Some(
            "/usr/bin/ambient-execute-plan",
        ),
        artifacts_max_size: Byte(
            10000000000,
        ),
        cache_max_size: Byte(
            50000000000,
        ),
        qemu: QemuConfig {
            cpus: 4,
            memory: Byte(
                8000000000,
            ),
            kvm_binary: "/usr/bin/kvm",
            ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
            ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
        },
    }
[2025-08-10T06:17:06Z DEBUG ambient_ci::project] load project state from /srv/ambient-state/subplot-web/meta.yaml
[2025-08-10T06:17:06Z DEBUG ambient_ci::run] latest commit: "a5f2ec1d39dc2d766d808b720245a0f38b5502c5"
[2025-08-10T06:17:06Z DEBUG ambient_ci::run] is a git repository
[2025-08-10T06:17:06Z DEBUG ambient_ci::run] git repository is clean
[2025-08-10T06:17:06Z DEBUG ambient_ci::run] current (HEAD) commit: a5f2ec1d39dc2d766d808b720245a0f38b5502c5
[2025-08-10T06:17:06Z DEBUG ambient_ci::run] no dry run requested
[2025-08-10T06:17:06Z DEBUG ambient_ci::run] forced run requested
[2025-08-10T06:17:06Z DEBUG ambient_ci::run] run? true
[2025-08-10T06:17:06Z INFO  ambient_ci::run] project subplot-web: running CI
[2025-08-10T06:17:06Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-08-10T06:17:06Z DEBUG ambient_ci::run] create virtual drive /srv/tmp/.tmpezdIZR/src.tar
[2025-08-10T06:17:06Z DEBUG ambient_ci::run] create virtual drive /srv/tmp/.tmpezdIZR/deps.tar
[2025-08-10T06:17:06Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-08-10T06:17:06Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
        steps: [
            Mkdir {
                pathname: "/workspace",
            },
            Mkdir {
                pathname: "/workspace/artifacts",
            },
            TarExtract {
                archive: "/dev/vdc",
                directory: "/workspace/src",
            },
            TarExtract {
                archive: "/dev/vdf",
                directory: "/workspace/deps",
            },
            TarExtract {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
            Spawn {
                argv: [
                    "find",
                    "/workspace",
                    "-maxdepth",
                    "2",
                    "-ls",
                ],
            },
            Shell {
                shell: "export HOME=/root\n\nsed -i 's#^srcdir:.*#srcdir: /workspace/src#' ikiwiki.setup\nsed -i 's#^destdir:.*#destdir: /workspace/artifacts#' ikiwiki.setup\nrm -rf .ikiwiki\n\nset -x\ngit whatchanged --pretty=format:%ad --date=unix |\n        awk '/^[0-9]/ { time=$1 } /^:/ { print time, $NF }' |\n        while read -r time filename; do\n                if [ -e \"$filename\" ]; then\n                        touch --date \"@$time\" \"$filename\"\n                fi\n        done\n\nikiwiki --setup ikiwiki.setup --libdir /workspace/deps --gettime --rebuild --verbose\n",
            },
            TarCreate {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
            TarCreate {
                archive: "/dev/vdd",
                directory: "/workspace/artifacts",
            },
        ],
        executor_drive: Some(
            "/dev/vdb",
        ),
        source_drive: Some(
            "/dev/vdc",
        ),
        artifact_drive: Some(
            "/dev/vdd",
        ),
        cache_drive: Some(
            "/dev/vde",
        ),
        deps_drive: Some(
            "/dev/vdf",
        ),
        workspace_dir: Some(
            "/workspace",
        ),
        source_dir: Some(
            "/workspace/src",
        ),
        deps_dir: Some(
            "/workspace/deps",
        ),
        cache_dir: Some(
            "/workspace/cache",
        ),
        artifacts_dir: Some(
            "/workspace/artifacts",
        ),
    }
[2025-08-10T06:17:06Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-08-10T06:17:06Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /srv/tmp/.tmpezdIZR/ambient-execute-plan/run-ci
[2025-08-10T06:17:06Z DEBUG ambient_ci::run] copy OK: true
[2025-08-10T06:17:06Z DEBUG ambient_ci::run] create virtual drive /srv/tmp/.tmpezdIZR/executor.tar
[2025-08-10T06:17:06Z DEBUG ambient_ci::project] removing run log file /srv/ambient-state/subplot-web/run.log
[2025-08-10T06:17:06Z DEBUG ambient_ci::project] statedir is /srv/ambient-state/subplot-web, exists? true
[2025-08-10T06:17:06Z DEBUG ambient_ci::project] creating run log file /srv/ambient-state/subplot-web/run.log
[2025-08-10T06:17:06Z DEBUG ambient_ci::project] created run log file /srv/ambient-state/subplot-web/run.log OK
[2025-08-10T06:17:06Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-08-10T06:17:06Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-08-10T06:17:06Z DEBUG ambient_ci::cloud_init] with_runcmd called: "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n"
[2025-08-10T06:17:06Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-08-10T06:17:06Z DEBUG ambient_ci::cloud_init] LocalDataStoreBuilder: LocalDataStoreBuilder {
        hostname: Some(
            "ambient",
        ),
        network: false,
        bootcmd: [],
        runcmd: [
            "echo xyzzy > /dev/ttyS1",
            "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
            "poweroff",
        ],
    }
[2025-08-10T06:17:06Z DEBUG ambient_ci::qemu] run QEMU
[2025-08-10T06:17:06Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-08-10T06:17:06Z DEBUG ambient_ci::qemu_utils] qemu-img create /srv/tmp/.tmpKleStL/.tmpatC4ND/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-08-10T06:17:06Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-08-10T06:17:06Z DEBUG ambient_ci::cloud_init] LocalDataStore: LocalDataStore {
        hostname: "ambient",
        network: false,
        bootcmd: [],
        runcmd: [
            "echo xyzzy > /dev/ttyS1",
            "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
            "poweroff",
        ],
    }
[2025-08-10T06:17:06Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpmYbVQb/meta-data
[2025-08-10T06:17:06Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpmYbVQb/user-data
[2025-08-10T06:17:06Z DEBUG ambient_ci::qemu] set console log file to /srv/tmp/.tmpKleStL/.tmpatC4ND/console.log
[2025-08-10T06:17:06Z DEBUG ambient_ci::util] create file /srv/tmp/.tmpKleStL/.tmpatC4ND/console.log
[2025-08-10T06:17:06Z DEBUG ambient_ci::qemu] set run file to /srv/ambient-state/subplot-web/run.log
[2025-08-10T06:17:06Z DEBUG ambient_ci::util] create file /srv/ambient-state/subplot-web/run.log
[2025-08-10T06:17:06Z DEBUG ambient_ci::qemu] run QEMU: QemuArgs {
        args: [
            "-m",
            "7629",
            "-smp",
            "cpus=4",
            "-cpu",
            "kvm64",
            "-machine",
            "type=q35,accel=kvm,usb=off",
            "-uuid",
            "a85c9de7-edc0-4e54-bead-112e5733582c",
            "-boot",
            "strict=on",
            "-name",
            "ambient-ci-vm",
            "-rtc",
            "base=utc,driftfix=slew",
            "-display",
            "none",
            "-device",
            "virtio-rng-pci",
            "-serial",
            "file:/srv/tmp/.tmpKleStL/.tmpatC4ND/console.log",
            "-serial",
            "file:/srv/ambient-state/subplot-web/run.log",
            "-drive",
            "if=pflash,format=raw,unit=0,file=/usr/share/ovmf/OVMF.fd,readonly=on",
            "-drive",
            "if=pflash,format=raw,unit=1,file=/srv/tmp/.tmpKleStL/.tmpatC4ND/vars.fd",
            "-drive",
            "format=qcow2,if=virtio,file=/srv/tmp/.tmpKleStL/.tmpatC4ND/vm.qcow2",
            "-drive",
            "format=raw,if=virtio,file=/srv/tmp/.tmpezdIZR/executor.tar,readonly=on",
            "-cdrom",
            "/srv/tmp/.tmpKleStL/.tmpatC4ND/cloud_init.iso",
            "-drive",
            "format=raw,if=virtio,file=/srv/tmp/.tmpezdIZR/src.tar,readonly=on",
            "-drive",
            "format=raw,if=virtio,file=/srv/tmp/.tmpezdIZR/artifacts.tar",
            "-drive",
            "format=raw,if=virtio,file=/srv/tmp/.tmpezdIZR/cache.tar",
            "-drive",
            "format=raw,if=virtio,file=/srv/tmp/.tmpezdIZR/deps.tar,readonly=on",
            "-nodefaults",
            "-no-user-config",
        ],
    }
[2025-08-10T06:17:17Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-08-10T06:17:17Z DEBUG ambient_ci::qemu] run log:
    --------------------==========
    [2025-08-10T06:17:14Z TRACE ambient_execute_plan] ambient-execute-plan starts
    [2025-08-10T06:17:14Z DEBUG ambient_execute_plan] ambient-execute-plan starts
    [2025-08-10T06:17:14Z INFO  ambient_execute_plan] ambient-execute-plan starts
    [2025-08-10T06:17:14Z WARN  ambient_execute_plan] ambient-execute-plan starts
    [2025-08-10T06:17:14Z ERROR ambient_execute_plan] ambient-execute-plan starts
    RunnablePlan::from_file: filename=plan.yaml
    steps:
    - action: mkdir
      pathname: /workspace
    - action: mkdir
      pathname: /workspace/artifacts
    - action: tar_extract
      archive: /dev/vdc
      directory: /workspace/src
    - action: tar_extract
      archive: /dev/vdf
      directory: /workspace/deps
    - action: tar_extract
      archive: /dev/vde
      directory: /workspace/cache
    - action: spawn
      argv:
      - find
      - /workspace
      - '-maxdepth'
      - '2'
      - '-ls'
    - action: shell
      shell: |
        export HOME=/root
    
        sed -i 's#^srcdir:.*#srcdir: /workspace/src#' ikiwiki.setup
        sed -i 's#^destdir:.*#destdir: /workspace/artifacts#' ikiwiki.setup
        rm -rf .ikiwiki
    
        set -x
        git whatchanged --pretty=format:%ad --date=unix |
                awk '/^[0-9]/ { time=$1 } /^:/ { print time, $NF }' |
                while read -r time filename; do
                        if [ -e "$filename" ]; then
                                touch --date "@$time" "$filename"
                        fi
                done
    
        ikiwiki --setup ikiwiki.setup --libdir /workspace/deps --gettime --rebuild --verbose
    - action: tar_create
      archive: /dev/vde
      directory: /workspace/cache
    - action: tar_create
      archive: /dev/vdd
      directory: /workspace/artifacts
    executor_drive: /dev/vdb
    source_drive: /dev/vdc
    artifact_drive: /dev/vdd
    cache_drive: /dev/vde
    deps_drive: /dev/vdf
    workspace_dir: /workspace
    source_dir: /workspace/src
    deps_dir: /workspace/deps
    cache_dir: /workspace/cache
    artifacts_dir: /workspace/artifacts
    
    
    RUN: Action Mkdir {
        pathname: "/workspace",
    }
    [2025-08-10T06:17:14Z DEBUG ambient_ci::action] Plan::execute: Mkdir {
            pathname: "/workspace",
        }
    RUN: Action finished OK
    RUN: Action Mkdir {
        pathname: "/workspace/artifacts",
    }
    [2025-08-10T06:17:14Z DEBUG ambient_ci::action] Plan::execute: Mkdir {
            pathname: "/workspace/artifacts",
        }
    RUN: Action finished OK
    RUN: Action TarExtract {
        archive: "/dev/vdc",
        directory: "/workspace/src",
    }
    [2025-08-10T06:17:14Z DEBUG ambient_ci::action] Plan::execute: TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        }
    [2025-08-10T06:17:14Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
    [2025-08-10T06:17:14Z TRACE ambient_ci::vdrive] extraction OK
    RUN: Action finished OK
    RUN: Action TarExtract {
        archive: "/dev/vdf",
        directory: "/workspace/deps",
    }
    [2025-08-10T06:17:14Z DEBUG ambient_ci::action] Plan::execute: TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        }
    [2025-08-10T06:17:14Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
    [2025-08-10T06:17:14Z TRACE ambient_ci::vdrive] extraction OK
    RUN: Action finished OK
    RUN: Action TarExtract {
        archive: "/dev/vde",
        directory: "/workspace/cache",
    }
    [2025-08-10T06:17:14Z DEBUG ambient_ci::action] Plan::execute: TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        }
    [2025-08-10T06:17:14Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
    [2025-08-10T06:17:14Z TRACE ambient_ci::vdrive] extraction OK
    RUN: Action finished OK
    RUN: Action Spawn {
        argv: [
            "find",
            "/workspace",
            "-maxdepth",
            "2",
            "-ls",
        ],
    }
    [2025-08-10T06:17:14Z DEBUG ambient_ci::action] Plan::execute: Spawn {
            argv: [
                "find",
                "/workspace",
                "-maxdepth",
                "2",
                "-ls",
            ],
        }
    SPAWN: argv=["find", "/workspace", "-maxdepth", "2", "-ls"]
           cwd=/workspace/src (exists? true)
           extra_env=[]
      3932161      4 drwxr-xr-x   6 root     root         4096 Aug 10 06:17 /workspace
      3932162      4 drwxr-xr-x   2 root     root         4096 Aug 10 06:17 /workspace/artifacts
      3933143      4 drwxr-xr-x   2 root     root         4096 Jun 10 07:14 /workspace/deps
      3932163      4 drwxr-xr-x   8 root     root         4096 Aug 10 06:17 /workspace/src
      3933142      4 -rwxr-xr-x   1 root     root          304 Aug 10 06:17 /workspace/src/git-mtime.sh
      3932165      4 drwxr-xr-x   2 root     root         4096 Aug 10 06:17 /workspace/src/.radicle
      3932424      4 -rw-r--r--   1 root     root         1230 Aug 10 06:17 /workspace/src/shortcuts.mdwn
      3932436      4 -rw-r--r--   1 root     root         3257 Aug 10 06:17 /workspace/src/conduct.mdwn
      3932437      4 -rw-r--r--   1 root     root         1580 Aug 10 06:17 /workspace/src/faq.mdwn
      3932427      4 -rw-r--r--   1 root     root         2372 Aug 10 06:17 /workspace/src/download.mdwn
      3932167      4 -rw-r--r--   1 root     root          110 Aug 10 06:17 /workspace/src/admin.mdwn
      3932432      8 -rw-r--r--   1 root     root         6667 Aug 10 06:17 /workspace/src/subplot.svg
      3932428      4 -rw-r--r--   1 root     root          292 Aug 10 06:17 /workspace/src/docs.mdwn
      3932164      8 -rw-r--r--   1 root     root         4658 Aug 10 06:17 /workspace/src/meetings.mdwn
      3932169      4 drwxr-xr-x   3 root     root         4096 Aug 10 06:17 /workspace/src/ikiwiki
      3932435      4 -rw-r--r--   1 root     root         1642 Aug 10 06:17 /workspace/src/index.mdwn
      3932433      4 -rw-r--r--   1 root     root           18 Aug 10 06:17 /workspace/src/.gitignore
      3932426      4 -rw-r--r--   1 root     root          323 Aug 10 06:17 /workspace/src/governance.mdwn
      3932430     24 -rw-r--r--   1 root     root        21658 Aug 10 06:17 /workspace/src/architecture.mdwn
      3932422      4 -rw-r--r--   1 root     root         1385 Aug 10 06:17 /workspace/src/license.mdwn
      3932438      4 drwxr-xr-x   8 root     root         4096 Aug 10 06:17 /workspace/src/.git
      3932168      4 -rw-r--r--   1 root     root         1438 Aug 10 06:17 /workspace/src/contributing.mdwn
      3932174      4 -rw-r--r--   1 root     root          544 Aug 10 06:17 /workspace/src/contact.mdwn
      3932173      4 -rw-r--r--   1 root     root          497 Aug 10 06:17 /workspace/src/ikiwiki.setup
      3932431      4 -rw-r--r--   1 root     root          292 Aug 10 06:17 /workspace/src/blog.mdwn
      3932412      4 drwxr-xr-x   2 root     root         4096 Aug 10 06:17 /workspace/src/templates
      3932429     68 -rw-r--r--   1 root     root        66487 Aug 10 06:17 /workspace/src/kitten.jpg
      3932423      4 -rw-r--r--   1 root     root         2273 Aug 10 06:17 /workspace/src/style.css
      3932175      4 drwxr-xr-x   9 root     root         4096 Aug 10 06:17 /workspace/src/blog
      3933136      4 -rw-r--r--   1 root     root         2056 Aug 10 06:17 /workspace/src/local.css
      3933140      4 -rwxr-xr-x   1 root     root          693 Aug 10 06:17 /workspace/src/build.sh
      3933141      4 -rw-r--r--   1 root     root          693 Aug 10 06:17 /workspace/src/arch.dot
      3933137      4 drwxr-xr-x   2 root     root         4096 Aug 10 06:17 /workspace/src/tag
      3932425      4 -rw-r--r--   1 root     root         1231 Aug 10 06:17 /workspace/src/success.mdwn
      3932434      8 -rw-r--r--   1 root     root         7874 Aug 10 06:17 /workspace/src/tutorial.mdwn
      3933144      4 drwxr-xr-x   2 root     root         4096 Aug  6 14:44 /workspace/cache
      3933145      0 -rw-r--r--   1 root     root            0 Aug  6 14:44 /workspace/cache/lockfile
      3933146     68 -rw-r--r--   1 root     root        68805 Aug  6 14:44 /workspace/cache/indexdb
    RUN: Action finished OK
    RUN: Action Shell {
        shell: "export HOME=/root\n\nsed -i 's#^srcdir:.*#srcdir: /workspace/src#' ikiwiki.setup\nsed -i 's#^destdir:.*#destdir: /workspace/artifacts#' ikiwiki.setup\nrm -rf .ikiwiki\n\nset -x\ngit whatchanged --pretty=format:%ad --date=unix |\n        awk '/^[0-9]/ { time=$1 } /^:/ { print time, $NF }' |\n        while read -r time filename; do\n                if [ -e \"$filename\" ]; then\n                        touch --date \"@$time\" \"$filename\"\n                fi\n        done\n\nikiwiki --setup ikiwiki.setup --libdir /workspace/deps --gettime --rebuild --verbose\n",
    }
    [2025-08-10T06:17:14Z DEBUG ambient_ci::action] Plan::execute: Shell {
            shell: "export HOME=/root\n\nsed -i 's#^srcdir:.*#srcdir: /workspace/src#' ikiwiki.setup\nsed -i 's#^destdir:.*#destdir: /workspace/artifacts#' ikiwiki.setup\nrm -rf .ikiwiki\n\nset -x\ngit whatchanged --pretty=format:%ad --date=unix |\n        awk '/^[0-9]/ { time=$1 } /^:/ { print time, $NF }' |\n        while read -r time filename; do\n                if [ -e \"$filename\" ]; then\n                        touch --date \"@$time\" \"$filename\"\n                fi\n        done\n\nikiwiki --setup ikiwiki.setup --libdir /workspace/deps --gettime --rebuild --verbose\n",
        }
    SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nexport HOME=/root\n\nsed -i 's#^srcdir:.*#srcdir: /workspace/src#' ikiwiki.setup\nsed -i 's#^destdir:.*#destdir: /workspace/artifacts#' ikiwiki.setup\nrm -rf .ikiwiki\n\nset -x\ngit whatchanged --pretty=format:%ad --date=unix |\n        awk '/^[0-9]/ { time=$1 } /^:/ { print time, $NF }' |\n        while read -r time filename; do\n                if [ -e \"$filename\" ]; then\n                        touch --date \"@$time\" \"$filename\"\n                fi\n        done\n\nikiwiki --setup ikiwiki.setup --libdir /workspace/deps --gettime --rebuild --verbose\n\n"]
           cwd=/workspace/src (exists? true)
           extra_env=[]
    + export HOME=/root
    + HOME=/root
    + sed -i 's#^srcdir:.*#srcdir: /workspace/src#' ikiwiki.setup
    + sed -i 's#^destdir:.*#destdir: /workspace/artifacts#' ikiwiki.setup
    + rm -rf .ikiwiki
    + set -x
    + git whatchanged --pretty=format:%ad --date=unix
    + read -r time filename
    + awk '/^[0-9]/ { time=$1 } /^:/ { print time, $NF }'
    + '[' -e .radicle/ambient.yaml ']'
    + touch --date @1754491591 .radicle/ambient.yaml
    + read -r time filename
    + '[' -e blog/2025/0.13.0.mdwn ']'
    + touch --date @1754490484 blog/2025/0.13.0.mdwn
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1750570271 index.mdwn
    + read -r time filename
    + '[' -e docs.mdwn ']'
    + touch --date @1750570070 docs.mdwn
    + read -r time filename
    + '[' -e tutorial.mdwn ']'
    + touch --date @1750569430 tutorial.mdwn
    + read -r time filename
    + '[' -e tutorial.mdwn ']'
    + touch --date @1750569262 tutorial.mdwn
    + read -r time filename
    + '[' -e tutorial.mdwn ']'
    + touch --date @1750567988 tutorial.mdwn
    + read -r time filename
    + '[' -e tutorial.mdwn ']'
    + touch --date @1750566544 tutorial.mdwn
    + read -r time filename
    + '[' -e .radicle/ambient.yaml ']'
    + touch --date @1749535501 .radicle/ambient.yaml
    + read -r time filename
    + '[' -e .gitignore ']'
    + touch --date @1749535423 .gitignore
    + read -r time filename
    + '[' -e arch.dot ']'
    + touch --date @1749535423 arch.dot
    + read -r time filename
    + '[' -e ikiwiki.setup ']'
    + touch --date @1749535423 ikiwiki.setup
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1749535423 index.mdwn
    + read -r time filename
    + '[' -e download.mdwn ']'
    + touch --date @1744799971 download.mdwn
    + read -r time filename
    + '[' -e download.mdwn ']'
    + touch --date @1744799953 download.mdwn
    + read -r time filename
    + '[' -e download.mdwn ']'
    + touch --date @1744348855 download.mdwn
    + read -r time filename
    + '[' -e blog/2024/0.12.0.mdwn ']'
    + touch --date @1735066911 blog/2024/0.12.0.mdwn
    + read -r time filename
    + '[' -e blog/2022/01/01/planning.mdwn ']'
    + touch --date @1733467436 blog/2022/01/01/planning.mdwn
    + read -r time filename
    + '[' -e blog/2024/0.11.0.mdwn ']'
    + touch --date @1724158440 blog/2024/0.11.0.mdwn
    + read -r time filename
    + '[' -e blog/2020/02/08/iteration_planning_notes_february_8.mdwn ']'
    + touch --date @1720355965 blog/2020/02/08/iteration_planning_notes_february_8.mdwn
    + read -r time filename
    + '[' -e contributing.mdwn ']'
    + touch --date @1720355965 contributing.mdwn
    + read -r time filename
    + '[' -e blog/2024/0.10.0.mdwn ']'
    + touch --date @1718467388 blog/2024/0.10.0.mdwn
    + read -r time filename
    + '[' -e blog/2024/0.10.0.mdwn ']'
    + touch --date @1718466981 blog/2024/0.10.0.mdwn
    + read -r time filename
    + '[' -e blog/2024/0.10.0.mdwn ']'
    + touch --date @1718466057 blog/2024/0.10.0.mdwn
    + read -r time filename
    + '[' -e download.mdwn ']'
    + touch --date @1717743888 download.mdwn
    + read -r time filename
    + '[' -e blog/2022/11/05/iteration.mdwn ']'
    + touch --date @1707204779 blog/2022/11/05/iteration.mdwn
    + read -r time filename
    + '[' -e blog/2022/11/05/iteration.mdwn ']'
    + touch --date @1707204701 blog/2022/11/05/iteration.mdwn
    + read -r time filename
    + '[' -e blog/2022/11/05/iteration.mdwn ']'
    + touch --date @1707204593 blog/2022/11/05/iteration.mdwn
    + read -r time filename
    + '[' -e blog/2023/08/30/planning.mdwn ']'
    + touch --date @1704554997 blog/2023/08/30/planning.mdwn
    + read -r time filename
    + '[' -e blog/2023/11/18/plannaing.mdwn ']'
    + touch --date @1701002954 blog/2023/11/18/plannaing.mdwn
    + read -r time filename
    + '[' -e blog/2023/11/18/plannaing.mdwn ']'
    + touch --date @1701002756 blog/2023/11/18/plannaing.mdwn
    + read -r time filename
    + '[' -e blog/2023/11/18/plannaing.mdwn ']'
    + touch --date @1701002615 blog/2023/11/18/plannaing.mdwn
    + read -r time filename
    + '[' -e blog/2023/11/18/plannaing.mdwn ']'
    + touch --date @1700313645 blog/2023/11/18/plannaing.mdwn
    + read -r time filename
    + '[' -e blog/2023/10/07/planning.mdwn ']'
    + touch --date @1700311576 blog/2023/10/07/planning.mdwn
    + read -r time filename
    + '[' -e blog/2023/10/07/planning.mdwn ']'
    + touch --date @1696684441 blog/2023/10/07/planning.mdwn
    + read -r time filename
    + '[' -e subplot.svg ']'
    + touch --date @1696740797 subplot.svg
    + read -r time filename
    + '[' -e blog/2023/08/30/planning.mdwn ']'
    + touch --date @1693409713 blog/2023/08/30/planning.mdwn
    + read -r time filename
    + '[' -e blog/2023/0.9.0.mdwn ']'
    + touch --date @1693408496 blog/2023/0.9.0.mdwn
    + read -r time filename
    + '[' -e blog/2023/08/planning-2023-08-12.mdwn ']'
    + touch --date @1691845412 blog/2023/08/planning-2023-08-12.mdwn
    + read -r time filename
    + '[' -e blog/2021/07/17/meeting.mdwn ']'
    + touch --date @1691313192 blog/2021/07/17/meeting.mdwn
    + read -r time filename
    + '[' -e blog/2023/07/planning.mdwn ']'
    + touch --date @1688210828 blog/2023/07/planning.mdwn
    + read -r time filename
    + '[' -e faq.mdwn ']'
    + touch --date @1688207866 faq.mdwn
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1685806982 index.mdwn
    + read -r time filename
    + '[' -e blog/2023/06/03/planning.mdwn ']'
    + touch --date @1685799225 blog/2023/06/03/planning.mdwn
    + read -r time filename
    + '[' -e blog/2023/05/20/planning.mdwn ']'
    + touch --date @1684563640 blog/2023/05/20/planning.mdwn
    + read -r time filename
    + '[' -e blog/2023/04/22/planning.mdwn ']'
    + touch --date @1682160824 blog/2023/04/22/planning.mdwn
    + read -r time filename
    + '[' -e blog/2023/02/24/planning.mdwn ']'
    + touch --date @1678551672 blog/2023/02/24/planning.mdwn
    + read -r time filename
    + '[' -e blog/2023/03/11/planning.mdwn ']'
    + touch --date @1678551672 blog/2023/03/11/planning.mdwn
    + read -r time filename
    + '[' -e blog/2023/03/11/planning.mdwn ']'
    + touch --date @1678551261 blog/2023/03/11/planning.mdwn
    + read -r time filename
    + '[' -e blog/2023/02/24/planning.mdwn ']'
    + touch --date @1677402769 blog/2023/02/24/planning.mdwn
    + read -r time filename
    + '[' -e blog/2023/02/11/planning.mdwn ']'
    + touch --date @1676129559 blog/2023/02/11/planning.mdwn
    + read -r time filename
    + '[' -e blog/2023/01/28/meeting.mdwn ']'
    + touch --date @1674919954 blog/2023/01/28/meeting.mdwn
    + read -r time filename
    + '[' -e blog/2023/01/14/planning.md ']'
    + touch --date @1673715172 blog/2023/01/14/planning.md
    + read -r time filename
    + '[' -e blog/2022/12/03/planning.mdwn ']'
    + touch --date @1670681182 blog/2022/12/03/planning.mdwn
    + read -r time filename
    + '[' -e blog/2022/12/03/planning.mdwn ']'
    + touch --date @1670680793 blog/2022/12/03/planning.mdwn
    + read -r time filename
    + '[' -e blog/2022/12/03/planning.mdwn ']'
    + touch --date @1669878359 blog/2022/12/03/planning.mdwn
    + read -r time filename
    + '[' -e blog/2022/11/19/planning.mdwn ']'
    + touch --date @1668859258 blog/2022/11/19/planning.mdwn
    + read -r time filename
    + '[' -e blog/2022/11/05/iteration.mdwn ']'
    + touch --date @1668858673 blog/2022/11/05/iteration.mdwn
    + read -r time filename
    + '[' -e blog/2022/11/05/iteration.mdwn ']'
    + touch --date @1667662156 blog/2022/11/05/iteration.mdwn
    + read -r time filename
    + '[' -e blog/2022/10/22/iteration.mdwn ']'
    + touch --date @1666440765 blog/2022/10/22/iteration.mdwn
    + read -r time filename
    + '[' -e tutorial.mdwn ']'
    + touch --date @1665122811 tutorial.mdwn
    + read -r time filename
    + '[' -e tutorial.mdwn ']'
    + touch --date @1665122737 tutorial.mdwn
    + read -r time filename
    + '[' -e tutorial.mdwn ']'
    + touch --date @1665122678 tutorial.mdwn
    + read -r time filename
    + '[' -e tutorial.mdwn ']'
    + touch --date @1665122158 tutorial.mdwn
    + read -r time filename
    + '[' -e tutorial.mdwn ']'
    + touch --date @1665121946 tutorial.mdwn
    + read -r time filename
    + '[' -e tutorial.mdwn ']'
    + touch --date @1665121686 tutorial.mdwn
    + read -r time filename
    + '[' -e tutorial.mdwn ']'
    + touch --date @1665121474 tutorial.mdwn
    + read -r time filename
    + '[' -e tutorial.mdwn ']'
    + touch --date @1665121459 tutorial.mdwn
    + read -r time filename
    + '[' -e tutorial.mdwn ']'
    + touch --date @1665121307 tutorial.mdwn
    + read -r time filename
    + '[' -e tutorial.mdwn ']'
    + touch --date @1665121288 tutorial.mdwn
    + read -r time filename
    + '[' -e tutorial.mdwn ']'
    + touch --date @1665121266 tutorial.mdwn
    + read -r time filename
    + '[' -e tutorial.mdwn ']'
    + touch --date @1665121212 tutorial.mdwn
    + read -r time filename
    + '[' -e tutorial.mdwn ']'
    + touch --date @1665121197 tutorial.mdwn
    + read -r time filename
    + '[' -e blog/2022/10/27/iteration.mdwn ']'
    + touch --date @1664258934 blog/2022/10/27/iteration.mdwn
    + read -r time filename
    + '[' -e blog/2022/09/10/planning.mdwn ']'
    + touch --date @1662449802 blog/2022/09/10/planning.mdwn
    + read -r time filename
    + '[' -e architecture.mdwn ']'
    + touch --date @1662136289 architecture.mdwn
    + read -r time filename
    + '[' -e blog/2019/09/22/subplot_and_requirement_tracking.mdwn ']'
    + touch --date @1662136289 blog/2019/09/22/subplot_and_requirement_tracking.mdwn
    + read -r time filename
    + '[' -e blog/2021/01/02/_iteration_planning_meeting_january_2nd.mdwn ']'
    + touch --date @1662136289 blog/2021/01/02/_iteration_planning_meeting_january_2nd.mdwn
    + read -r time filename
    + '[' -e blog/2021/07/30/meeting.mdwn ']'
    + touch --date @1662136289 blog/2021/07/30/meeting.mdwn
    + read -r time filename
    + '[' -e blog/2022/06/18/planning.mdwn ']'
    + touch --date @1662136289 blog/2022/06/18/planning.mdwn
    + read -r time filename
    + '[' -e blog/2022/08/27/iteration.mdwn ']'
    + touch --date @1661607142 blog/2022/08/27/iteration.mdwn
    + read -r time filename
    + '[' -e ikiwiki.setup ']'
    + touch --date @1660976355 ikiwiki.setup
    + read -r time filename
    + '[' -e blog/2022/08/12/iteration.mdwn ']'
    + touch --date @1660336382 blog/2022/08/12/iteration.mdwn
    + read -r time filename
    + '[' -e blog/2022/07/31/planning.mdwn ']'
    + touch --date @1659188752 blog/2022/07/31/planning.mdwn
    + read -r time filename
    + '[' -e blog/2022/07/16/planning.mdwn ']'
    + touch --date @1657966857 blog/2022/07/16/planning.mdwn
    + read -r time filename
    + '[' -e contributing.mdwn ']'
    + touch --date @1657963322 contributing.mdwn
    + read -r time filename
    + '[' -e meetings.mdwn ']'
    + touch --date @1657963322 meetings.mdwn
    + read -r time filename
    + '[' -e blog/2022/06/18/planning.mdwn ']'
    + touch --date @1655560051 blog/2022/06/18/planning.mdwn
    + read -r time filename
    + '[' -e blog/2022/05/07/planning.mdwn ']'
    + touch --date @1651990098 blog/2022/05/07/planning.mdwn
    + read -r time filename
    + '[' -e shortcuts.mdwn ']'
    + touch --date @1651988554 shortcuts.mdwn
    + read -r time filename
    + '[' -e blog/2022/04/23/planning.mdwn ']'
    + touch --date @1650724005 blog/2022/04/23/planning.mdwn
    + read -r time filename
    + '[' -e blog/2022/04/11/planning.mdwn ']'
    + touch --date @1649658039 blog/2022/04/11/planning.mdwn
    + read -r time filename
    + '[' -e blog/2022/03/26/planning.mdwn ']'
    + touch --date @1648275409 blog/2022/03/26/planning.mdwn
    + read -r time filename
    + '[' -e blog/2022/03/12/planning.mdwn ']'
    + touch --date @1647094811 blog/2022/03/12/planning.mdwn
    + read -r time filename
    + '[' -e contact.mdwn ']'
    + touch --date @1646234163 contact.mdwn
    + read -r time filename
    + '[' -e blog/2022/02/28/news.mdwn ']'
    + touch --date @1646048590 blog/2022/02/28/news.mdwn
    + read -r time filename
    + '[' -e blog/2022/02/26/planning.mdwn ']'
    + touch --date @1645891111 blog/2022/02/26/planning.mdwn
    + read -r time filename
    + '[' -e docs.mdwn ']'
    + touch --date @1645630712 docs.mdwn
    + read -r time filename
    + '[' -e ikiwiki.setup ']'
    + touch --date @1645630712 ikiwiki.setup
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1645630712 index.mdwn
    + read -r time filename
    + '[' -e blog/2022/02/12/planning.mdwn ']'
    + touch --date @1644677697 blog/2022/02/12/planning.mdwn
    + read -r time filename
    + '[' -e blog/2022/01/15/planning.mdwn ']'
    + touch --date @1642249163 blog/2022/01/15/planning.mdwn
    + read -r time filename
    + '[' -e blog/2022/01/01/planning.mdwn ']'
    + touch --date @1641050244 blog/2022/01/01/planning.mdwn
    + read -r time filename
    + '[' -e blog/2021/12/04/planning.mdwn ']'
    + touch --date @1638634085 blog/2021/12/04/planning.mdwn
    + read -r time filename
    + '[' -e blog/2021/11/20/planning.mdwn ']'
    + touch --date @1637407918 blog/2021/11/20/planning.mdwn
    + read -r time filename
    + '[' -e blog/2021/11/20/planning.mdwn ']'
    + touch --date @1637406803 blog/2021/11/20/planning.mdwn
    + read -r time filename
    + '[' -e license.mdwn ']'
    + touch --date @1636555780 license.mdwn
    + read -r time filename
    + '[' -e blog/2021/11/06/planning.mdwn ']'
    + touch --date @1636188447 blog/2021/11/06/planning.mdwn
    + read -r time filename
    + '[' -e blog/2021/08/14/meeting.mdwn ']'
    + touch --date @1636183743 blog/2021/08/14/meeting.mdwn
    + read -r time filename
    + '[' -e blog/2021/10/23/meeting.mdwn ']'
    + touch --date @1635004596 blog/2021/10/23/meeting.mdwn
    + read -r time filename
    + '[' -e blog/2021/10/09/meeting.mdwn ']'
    + touch --date @1633798140 blog/2021/10/09/meeting.mdwn
    + read -r time filename
    + '[' -e blog/2021/09/11/meeting.mdwn ']'
    + touch --date @1633502671 blog/2021/09/11/meeting.mdwn
    + read -r time filename
    + '[' -e blog/2021/09/25/meeting.mdwn ']'
    + touch --date @1632565876 blog/2021/09/25/meeting.mdwn
    + read -r time filename
    + '[' -e blog/2020/01/04/iteration_planning_notes_january_4.mdwn ']'
    + touch --date @1632466481 blog/2020/01/04/iteration_planning_notes_january_4.mdwn
    + read -r time filename
    + '[' -e blog/2020/01/18/iteration_planning_notes_january_18.mdwn ']'
    + touch --date @1632466481 blog/2020/01/18/iteration_planning_notes_january_18.mdwn
    + read -r time filename
    + '[' -e blog/2020/04/11/iteration_planning_note_april_11.mdwn ']'
    + touch --date @1632466481 blog/2020/04/11/iteration_planning_note_april_11.mdwn
    + read -r time filename
    + '[' -e blog/2021/09/11/meeting.mdwn ']'
    + touch --date @1631350552 blog/2021/09/11/meeting.mdwn
    + read -r time filename
    + '[' -e blog/2021/08/14/meeting.mdwn ']'
    + touch --date @1628948752 blog/2021/08/14/meeting.mdwn
    + read -r time filename
    + '[' -e style.css ']'
    + touch --date @1628184553 style.css
    + read -r time filename
    + '[' -e templates/archivepage.tmpl ']'
    + touch --date @1628184533 templates/archivepage.tmpl
    + read -r time filename
    + '[' -e templates/atomitem.tmpl ']'
    + touch --date @1628184533 templates/atomitem.tmpl
    + read -r time filename
    + '[' -e templates/atompage.tmpl ']'
    + touch --date @1628184533 templates/atompage.tmpl
    + read -r time filename
    + '[' -e templates/feedlink.tmpl ']'
    + touch --date @1628184533 templates/feedlink.tmpl
    + read -r time filename
    + '[' -e templates/inlinepage.tmpl ']'
    + touch --date @1628184533 templates/inlinepage.tmpl
    + read -r time filename
    + '[' -e templates/page.tmpl ']'
    + touch --date @1628184533 templates/page.tmpl
    + read -r time filename
    + '[' -e templates/rssitem.tmpl ']'
    + touch --date @1628184533 templates/rssitem.tmpl
    + read -r time filename
    + '[' -e templates/rsspage.tmpl ']'
    + touch --date @1628184533 templates/rsspage.tmpl
    + read -r time filename
    + '[' -e templates/titlepage.tmpl ']'
    + touch --date @1628184533 templates/titlepage.tmpl
    + read -r time filename
    + '[' -e blog/2021/08/07/0.2.2.mdwn ']'
    + touch --date @1628352011 blog/2021/08/07/0.2.2.mdwn
    + read -r time filename
    + '[' -e blog/2021/07/30/meeting.mdwn ']'
    + touch --date @1627726235 blog/2021/07/30/meeting.mdwn
    + read -r time filename
    + '[' -e blog/2021/07/17/meeting.mdwn ']'
    + touch --date @1626530615 blog/2021/07/17/meeting.mdwn
    + read -r time filename
    + '[' -e docs.mdwn ']'
    + touch --date @1626245566 docs.mdwn
    + read -r time filename
    + '[' -e faq.mdwn ']'
    + touch --date @1626245566 faq.mdwn
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1626245566 index.mdwn
    + read -r time filename
    + '[' -e download.mdwn ']'
    + touch --date @1626118744 download.mdwn
    + read -r time filename
    + '[' -e download.mdwn ']'
    + touch --date @1626117961 download.mdwn
    + read -r time filename
    + '[' -e contributing.mdwn ']'
    + touch --date @1626117210 contributing.mdwn
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1626117029 index.mdwn
    + read -r time filename
    + '[' -e tutorial.mdwn ']'
    + touch --date @1626167102 tutorial.mdwn
    + read -r time filename
    + '[' -e blog/2021/07/11/announcement.mdwn ']'
    + touch --date @1626018816 blog/2021/07/11/announcement.mdwn
    + read -r time filename
    + '[' -e docs.mdwn ']'
    + touch --date @1625998276 docs.mdwn
    + read -r time filename
    + '[' -e download.mdwn ']'
    + touch --date @1625997103 download.mdwn
    + read -r time filename
    + '[' -e blog/2021/07/03/meeting.mdwn ']'
    + touch --date @1625308953 blog/2021/07/03/meeting.mdwn
    + read -r time filename
    + '[' -e blog/2021/06/19/meeting.md ']'
    + touch --date @1624166021 blog/2021/06/19/meeting.md
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1623211654 index.mdwn
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1623211497 index.mdwn
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1623211414 index.mdwn
    + read -r time filename
    + '[' -e local.css ']'
    + touch --date @1623211414 local.css
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1623211208 index.mdwn
    + read -r time filename
    + '[' -e blog/2021/06/05/meeting.mdwn ']'
    + touch --date @1622910568 blog/2021/06/05/meeting.mdwn
    + read -r time filename
    + '[' -e blog/2021/05/22/meeting.mdwn ']'
    + touch --date @1621692902 blog/2021/05/22/meeting.mdwn
    + read -r time filename
    + '[' -e blog/2021/05/08/meeting.mdwn ']'
    + touch --date @1620488118 blog/2021/05/08/meeting.mdwn
    + read -r time filename
    + '[' -e blog/2019/10/22/iteration_planning_notes.mdwn ']'
    + touch --date @1619680186 blog/2019/10/22/iteration_planning_notes.mdwn
    + read -r time filename
    + '[' -e blog/2020/01/04/iteration_planning_notes_january_4.mdwn ']'
    + touch --date @1619680186 blog/2020/01/04/iteration_planning_notes_january_4.mdwn
    + read -r time filename
    + '[' -e blog/2020/01/18/iteration_planning_notes_january_18.mdwn ']'
    + touch --date @1619680186 blog/2020/01/18/iteration_planning_notes_january_18.mdwn
    + read -r time filename
    + '[' -e blog/2020/02/08/iteration_planning_notes_february_8.mdwn ']'
    + touch --date @1619680186 blog/2020/02/08/iteration_planning_notes_february_8.mdwn
    + read -r time filename
    + '[' -e blog/2020/03/14/iteration_planning_notes_march_14.mdwn ']'
    + touch --date @1619680186 blog/2020/03/14/iteration_planning_notes_march_14.mdwn
    + read -r time filename
    + '[' -e blog/2020/03/29/iteration_planing_notes_march_29.mdwn ']'
    + touch --date @1619680186 blog/2020/03/29/iteration_planing_notes_march_29.mdwn
    + read -r time filename
    + '[' -e blog/2020/04/11/iteration_planning_note_april_11.mdwn ']'
    + touch --date @1619680186 blog/2020/04/11/iteration_planning_note_april_11.mdwn
    + read -r time filename
    + '[' -e blog/2020/04/25/iteration_planning_note_april_25.mdwn ']'
    + touch --date @1619680186 blog/2020/04/25/iteration_planning_note_april_25.mdwn
    + read -r time filename
    + '[' -e contributing.mdwn ']'
    + touch --date @1619680186 contributing.mdwn
    + read -r time filename
    + '[' -e download.mdwn ']'
    + touch --date @1619680186 download.mdwn
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1619680186 index.mdwn
    + read -r time filename
    + '[' -e shortcuts.mdwn ']'
    + touch --date @1619680186 shortcuts.mdwn
    + read -r time filename
    + '[' -e ikiwiki.setup ']'
    + touch --date @1620366799 ikiwiki.setup
    + read -r time filename
    + '[' -e blog/2021/04/24/meeting.mdwn ']'
    + touch --date @1619284830 blog/2021/04/24/meeting.mdwn
    + read -r time filename
    + '[' -e blog/2021/04/10/meeting.mdwn ']'
    + touch --date @1618069379 blog/2021/04/10/meeting.mdwn
    + read -r time filename
    + '[' -e blog/2021/03/27/iteration.mdwn ']'
    + touch --date @1616857210 blog/2021/03/27/iteration.mdwn
    + read -r time filename
    + '[' -e blog/2021/02/27/iteration.mdwn ']'
    + touch --date @1614441291 blog/2021/02/27/iteration.mdwn
    + read -r time filename
    + '[' -e blog/2021/02/13/iteration_planning_february_13th.mdwn ']'
    + touch --date @1613229891 blog/2021/02/13/iteration_planning_february_13th.mdwn
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1612164436 index.mdwn
    + read -r time filename
    + '[' -e roadmap-new.mdwn ']'
    + read -r time filename
    + '[' -e roadmap.mdwn ']'
    + read -r time filename
    + '[' -e blog/2021/01/31/iteration_planning_january_31sh.mdwn ']'
    + touch --date @1612084873 blog/2021/01/31/iteration_planning_january_31sh.mdwn
    + read -r time filename
    + '[' -e blog/2021/01/31/iteration_planning_january_31sh.mdwn ']'
    + touch --date @1612082026 blog/2021/01/31/iteration_planning_january_31sh.mdwn
    + read -r time filename
    + '[' -e change.md ']'
    + read -r time filename
    + '[' -e change.md ']'
    + read -r time filename
    + '[' -e blog/2021/01/16/iteration_planning_meeting_january_16th.mdwn ']'
    + touch --date @1610808240 blog/2021/01/16/iteration_planning_meeting_january_16th.mdwn
    + read -r time filename
    + '[' -e blog/2021/01/02/_iteration_planning_meeting_january_2nd.mdwn ']'
    + touch --date @1609603175 blog/2021/01/02/_iteration_planning_meeting_january_2nd.mdwn
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1607700043 index.mdwn
    + read -r time filename
    + '[' -e subplot.svg ']'
    + touch --date @1607700043 subplot.svg
    + read -r time filename
    + '[' -e blog/2020/12/05/iteration.mdwn ']'
    + touch --date @1607181715 blog/2020/12/05/iteration.mdwn
    + read -r time filename
    + '[' -e blog/2020/12/05/iteration.mdwn ']'
    + touch --date @1607181554 blog/2020/12/05/iteration.mdwn
    + read -r time filename
    + '[' -e blog/2020/11/21/iteration.mdwn ']'
    + touch --date @1605976614 blog/2020/11/21/iteration.mdwn
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1605088019 index.mdwn
    + read -r time filename
    + '[' -e download.mdwn ']'
    + touch --date @1605027264 download.mdwn
    + read -r time filename
    + '[' -e blog/2020/11/07/iteration_planning_meeting_november_7th.mdwn ']'
    + touch --date @1604769413 blog/2020/11/07/iteration_planning_meeting_november_7th.mdwn
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1604730761 index.mdwn
    + read -r time filename
    + '[' -e git-mtime.sh ']'
    + touch --date @1604652229 git-mtime.sh
    + read -r time filename
    + '[' -e blog/2020/10/24/iteration_planning_note_october_24.mdwn ']'
    + touch --date @1603549363 blog/2020/10/24/iteration_planning_note_october_24.mdwn
    + read -r time filename
    + '[' -e blog/2020/10/24/iteration_planning_note_october_23.mdwn ']'
    + read -r time filename
    + '[' -e download.mdwn ']'
    + touch --date @1603529128 download.mdwn
    + read -r time filename
    + '[' -e download.mdwn ']'
    + touch --date @1603259191 download.mdwn
    + read -r time filename
    + '[' -e blog/2020/09/26/iteration_planning_note_september_26.mdwn ']'
    + touch --date @1601138706 blog/2020/09/26/iteration_planning_note_september_26.mdwn
    + read -r time filename
    + '[' -e blog/2020/09/12/iteration_planning_note_september_12.mdwn ']'
    + touch --date @1600068326 blog/2020/09/12/iteration_planning_note_september_12.mdwn
    + read -r time filename
    + '[' -e blog/2020/09/12/iteration_planning_note_september_12.mdwn ']'
    + touch --date @1599927862 blog/2020/09/12/iteration_planning_note_september_12.mdwn
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1599666438 index.mdwn
    + read -r time filename
    + '[' -e tutorial.mdwn ']'
    + touch --date @1599030751 tutorial.mdwn
    + read -r time filename
    + '[' -e docs.mdwn ']'
    + touch --date @1598959782 docs.mdwn
    + read -r time filename
    + '[' -e tutorial.mdwn ']'
    + touch --date @1598959782 tutorial.mdwn
    + read -r time filename
    + '[' -e blog/2020/08/30/iteration_planning_note_august_29.mdwn ']'
    + touch --date @1598780674 blog/2020/08/30/iteration_planning_note_august_29.mdwn
    + read -r time filename
    + '[' -e blog/2020/08/01/iteration_planning_note_august_1.mdwn ']'
    + touch --date @1596300172 blog/2020/08/01/iteration_planning_note_august_1.mdwn
    + read -r time filename
    + '[' -e blog/2020/07/18/iteration_planning_note_july_18.mdwn ']'
    + touch --date @1595089341 blog/2020/07/18/iteration_planning_note_july_18.mdwn
    + read -r time filename
    + '[' -e blog/2020/06/20/iteration_planning_note_june_20.mdwn ']'
    + touch --date @1595089332 blog/2020/06/20/iteration_planning_note_june_20.mdwn
    + read -r time filename
    + '[' -e blog/2020/06/06/iteration_planning_note_june_20.mdwn ']'
    + read -r time filename
    + '[' -e shortcuts.mdwn ']'
    + touch --date @1592668796 shortcuts.mdwn
    + read -r time filename
    + '[' -e blog/2020/06/06/iteration_planning_note_june_6.mdwn ']'
    + touch --date @1591466921 blog/2020/06/06/iteration_planning_note_june_6.mdwn
    + read -r time filename
    + '[' -e blog/2020/05/23/iteration_planning_note_may_23.mdwn ']'
    + touch --date @1590252729 blog/2020/05/23/iteration_planning_note_may_23.mdwn
    + read -r time filename
    + '[' -e blog/2020/05/09/iteration_planning_note_may_9.mdwn ']'
    + touch --date @1589040444 blog/2020/05/09/iteration_planning_note_may_9.mdwn
    + read -r time filename
    + '[' -e blog/2020/04/25/iteration_planning_note_april_25.mdwn ']'
    + touch --date @1587835394 blog/2020/04/25/iteration_planning_note_april_25.mdwn
    + read -r time filename
    + '[' -e blog/2020/04/11/iteration_planning_note_april_11.mdwn ']'
    + touch --date @1586624446 blog/2020/04/11/iteration_planning_note_april_11.mdwn
    + read -r time filename
    + '[' -e blog/2020/03/29/iteration_planing_notes_march_29.mdwn ']'
    + touch --date @1585500869 blog/2020/03/29/iteration_planing_notes_march_29.mdwn
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1585412248 index.mdwn
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1585412180 index.mdwn
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1585411898 index.mdwn
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1585411746 index.mdwn
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1585411580 index.mdwn
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1585411237 index.mdwn
    + read -r time filename
    + '[' -e architecture.mdwn ']'
    + touch --date @1584682899 architecture.mdwn
    + read -r time filename
    + '[' -e architecture.mdwn ']'
    + touch --date @1584682837 architecture.mdwn
    + read -r time filename
    + '[' -e blog/2020/03/14/iteration_planning_notes_march_14.mdwn ']'
    + touch --date @1584211255 blog/2020/03/14/iteration_planning_notes_march_14.mdwn
    + read -r time filename
    + '[' -e style.css ']'
    + touch --date @1584170122 style.css
    + read -r time filename
    + '[' -e blog/2020/03/13/simple_subplot_stress_testing.mdwn ']'
    + touch --date @1584170114 blog/2020/03/13/simple_subplot_stress_testing.mdwn
    + read -r time filename
    + '[' -e blog/2020/03/13/simple_subplot_stress_testing.mdwn ']'
    + touch --date @1584168045 blog/2020/03/13/simple_subplot_stress_testing.mdwn
    + read -r time filename
    + '[' -e blog/2020/03/13/simple_subplot_stress_testing.mdwn ']'
    + touch --date @1584100339 blog/2020/03/13/simple_subplot_stress_testing.mdwn
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1583914370 index.mdwn
    + read -r time filename
    + '[' -e success.mdwn ']'
    + touch --date @1583913211 success.mdwn
    + read -r time filename
    + '[' -e blog/2020/02/29/iteration_planning_notes_february_29.mdwn ']'
    + touch --date @1582994257 blog/2020/02/29/iteration_planning_notes_february_29.mdwn
    + read -r time filename
    + '[' -e blog/2020/02/29/iteration_planning_notes_february_29.mdwn ']'
    + touch --date @1582991149 blog/2020/02/29/iteration_planning_notes_february_29.mdwn
    + read -r time filename
    + '[' -e blog/2020/02/15/iteration_planning_notes_february_15.mdwn ']'
    + touch --date @1581785129 blog/2020/02/15/iteration_planning_notes_february_15.mdwn
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1581412625 index.mdwn
    + read -r time filename
    + '[' -e tag/meeting.mdwn ']'
    + read -r time filename
    + '[' -e tag/pondering.mdwn ']'
    + read -r time filename
    + '[' -e tag/meeting.mdwn ']'
    + read -r time filename
    + '[' -e tag/pondering.mdwn ']'
    + read -r time filename
    + '[' -e local.css ']'
    + touch --date @1581411966 local.css
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1581411769 index.mdwn
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1581411646 index.mdwn
    + read -r time filename
    + '[' -e kitten.jpg ']'
    + touch --date @1581411646 kitten.jpg
    + read -r time filename
    + '[' -e download.mdwn ']'
    + touch --date @1581410936 download.mdwn
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1581410577 index.mdwn
    + read -r time filename
    + '[' -e download.mdwn ']'
    + touch --date @1581410405 download.mdwn
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1581410405 index.mdwn
    + read -r time filename
    + '[' -e source.mdwn ']'
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1581407591 index.mdwn
    + read -r time filename
    + '[' -e news.mdwn ']'
    + read -r time filename
    + '[' -e project.mdwn ']'
    + read -r time filename
    + '[' -e contact.mdwn ']'
    + touch --date @1581407184 contact.mdwn
    + read -r time filename
    + '[' -e news.mdwn ']'
    + read -r time filename
    + '[' -e blog/2020/02/08/iteration_planning_notes_february_8.mdwn ']'
    + touch --date @1581188301 blog/2020/02/08/iteration_planning_notes_february_8.mdwn
    + read -r time filename
    + '[' -e roadmap.mdwn ']'
    + read -r time filename
    + '[' -e contributing.mdwn ']'
    + touch --date @1581175232 contributing.mdwn
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1581175232 index.mdwn
    + read -r time filename
    + '[' -e project.mdwn ']'
    + read -r time filename
    + '[' -e source.mdwn ']'
    + read -r time filename
    + '[' -e roadmap-new.mdwn ']'
    + read -r time filename
    + '[' -e roadmap-new.mdwn ']'
    + read -r time filename
    + '[' -e roadmap-new.mdwn ']'
    + read -r time filename
    + '[' -e blog/2020/01/18/iteration_planning_notes_january_18.mdwn ']'
    + touch --date @1579377515 blog/2020/01/18/iteration_planning_notes_january_18.mdwn
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1578685368 index.mdwn
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1578685218 index.mdwn
    + read -r time filename
    + '[' -e roadmap.mdwn ']'
    + read -r time filename
    + '[' -e blog/2020/01/05/data_files_for_tests.mdwn ']'
    + touch --date @1578232251 blog/2020/01/05/data_files_for_tests.mdwn
    + read -r time filename
    + '[' -e blog/2020/01/05/data_files_for_tests.mdwn ']'
    + touch --date @1578232060 blog/2020/01/05/data_files_for_tests.mdwn
    + read -r time filename
    + '[' -e blog/2020/01/05/data_files_for_tests.mdwn ']'
    + touch --date @1578231718 blog/2020/01/05/data_files_for_tests.mdwn
    + read -r time filename
    + '[' -e blog/2020/01/04/iteration_planning_notes_january_4.mdwn ']'
    + touch --date @1578162762 blog/2020/01/04/iteration_planning_notes_january_4.mdwn
    + read -r time filename
    + '[' -e roadmap-new.mdwn ']'
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1576331369 index.mdwn
    + read -r time filename
    + '[' -e roadmap.mdwn ']'
    + read -r time filename
    + '[' -e blog/2019/12/08/iteration_planning_notes_december_7.mdwn ']'
    + touch --date @1575799656 blog/2019/12/08/iteration_planning_notes_december_7.mdwn
    + read -r time filename
    + '[' -e blog/2019/11/30/typesetting_scenario_steps_based_on_matched_bindings.mdwn ']'
    + touch --date @1575116958 blog/2019/11/30/typesetting_scenario_steps_based_on_matched_bindings.mdwn
    + read -r time filename
    + '[' -e contributing.mdwn ']'
    + touch --date @1572678449 contributing.mdwn
    + read -r time filename
    + '[' -e blog/2019/10/22/iteration_planning_notes.mdwn ']'
    + touch --date @1571735235 blog/2019/10/22/iteration_planning_notes.mdwn
    + read -r time filename
    + '[' -e blog/2019/10/22/iteration_planning_notes.mdwn ']'
    + touch --date @1571734248 blog/2019/10/22/iteration_planning_notes.mdwn
    + read -r time filename
    + '[' -e roadmap.mdwn ']'
    + read -r time filename
    + '[' -e pandoc-filter ']'
    + read -r time filename
    + '[' -e projgraph ']'
    + read -r time filename
    + '[' -e roadmap-to-svg ']'
    + read -r time filename
    + '[' -e tag/planning.mdwn ']'
    + touch --date @1570867430 tag/planning.mdwn
    + read -r time filename
    + '[' -e ikiwiki.setup ']'
    + touch --date @1570867394 ikiwiki.setup
    + read -r time filename
    + '[' -e roadmap.mdwn ']'
    + read -r time filename
    + '[' -e roadmap.mdwn ']'
    + read -r time filename
    + '[' -e roadmap.mdwn ']'
    + read -r time filename
    + '[' -e roadmap.mdwn ']'
    + read -r time filename
    + '[' -e roadmap2.mdwn ']'
    + read -r time filename
    + '[' -e blog/2019/09/22/subplot_and_requirement_tracking.mdwn ']'
    + touch --date @1569169738 blog/2019/09/22/subplot_and_requirement_tracking.mdwn
    + read -r time filename
    + '[' -e roadmap2.mdwn ']'
    + read -r time filename
    + '[' -e ikiwiki.setup ']'
    + touch --date @1569058226 ikiwiki.setup
    + read -r time filename
    + '[' -e local.css ']'
    + touch --date @1569058205 local.css
    + read -r time filename
    + '[' -e docs.mdwn ']'
    + touch --date @1568565690 docs.mdwn
    + read -r time filename
    + '[' -e tutorial.mdwn ']'
    + touch --date @1568479670 tutorial.mdwn
    + read -r time filename
    + '[' -e tutorial.mdwn ']'
    + touch --date @1568478402 tutorial.mdwn
    + read -r time filename
    + '[' -e project.mdwn ']'
    + read -r time filename
    + '[' -e architecture.mdwn ']'
    + touch --date @1568361504 architecture.mdwn
    + read -r time filename
    + '[' -e architecture.mdwn ']'
    + touch --date @1568360424 architecture.mdwn
    + read -r time filename
    + '[' -e project.mdwn ']'
    + read -r time filename
    + '[' -e conduct.mdwn ']'
    + touch --date @1568360055 conduct.mdwn
    + read -r time filename
    + '[' -e project.mdwn ']'
    + read -r time filename
    + '[' -e governance.mdwn ']'
    + touch --date @1568359882 governance.mdwn
    + read -r time filename
    + '[' -e project.mdwn ']'
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1568357567 index.mdwn
    + read -r time filename
    + '[' -e download.mdwn ']'
    + touch --date @1568357203 download.mdwn
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1568357203 index.mdwn
    + read -r time filename
    + '[' -e install.mdwn ']'
    + read -r time filename
    + '[' -e contact.mdwn ']'
    + touch --date @1568357571 contact.mdwn
    + read -r time filename
    + '[' -e blog.mdwn ']'
    + touch --date @1568279981 blog.mdwn
    + read -r time filename
    + '[' -e blog/2019/09/08/reboot.mdwn ']'
    + touch --date @1568279981 blog/2019/09/08/reboot.mdwn
    + read -r time filename
    + '[' -e contact.mdwn ']'
    + touch --date @1568279981 contact.mdwn
    + read -r time filename
    + '[' -e install.mdwn ']'
    + read -r time filename
    + '[' -e license.mdwn ']'
    + touch --date @1568279981 license.mdwn
    + read -r time filename
    + '[' -e roadmap.mdwn ']'
    + read -r time filename
    + '[' -e pandoc-filter ']'
    + read -r time filename
    + '[' -e project.mdwn ']'
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1568279080 index.mdwn
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1568278923 index.mdwn
    + read -r time filename
    + '[' -e projgraph ']'
    + read -r time filename
    + '[' -e roadmap-to-svg ']'
    + read -r time filename
    + '[' -e license.mdwn ']'
    + touch --date @1568021131 license.mdwn
    + read -r time filename
    + '[' -e contributing.mdwn ']'
    + touch --date @1568020816 contributing.mdwn
    + read -r time filename
    + '[' -e contact.mdwn ']'
    + touch --date @1568020367 contact.mdwn
    + read -r time filename
    + '[' -e roadmap.mdwn ']'
    + read -r time filename
    + '[' -e ikiwiki/IkiWiki/Plugin/pandoc.pm ']'
    + touch --date @1568018884 ikiwiki/IkiWiki/Plugin/pandoc.pm
    + read -r time filename
    + '[' -e roadmap.mdwn ']'
    + read -r time filename
    + '[' -e ikiwiki.setup ']'
    + touch --date @1568018812 ikiwiki.setup
    + read -r time filename
    + '[' -e tag/news.mdwn ']'
    + touch --date @1568018798 tag/news.mdwn
    + read -r time filename
    + '[' -e pandoc-filter ']'
    + read -r time filename
    + '[' -e build.sh ']'
    + touch --date @1568018631 build.sh
    + read -r time filename
    + '[' -e build.sh ']'
    + touch --date @1567955350 build.sh
    + read -r time filename
    + '[' -e local.css ']'
    + touch --date @1567955018 local.css
    + read -r time filename
    + '[' -e build.sh ']'
    + touch --date @1567952250 build.sh
    + read -r time filename
    + '[' -e ikiwiki.setup ']'
    + touch --date @1567952234 ikiwiki.setup
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1567950855 index.mdwn
    + read -r time filename
    + '[' -e blog/2019/09/08/reboot.mdwn ']'
    + touch --date @1567950840 blog/2019/09/08/reboot.mdwn
    + read -r time filename
    + '[' -e project.mdwn ']'
    + read -r time filename
    + '[' -e news.mdwn ']'
    + read -r time filename
    + '[' -e docs.mdwn ']'
    + touch --date @1567950254 docs.mdwn
    + read -r time filename
    + '[' -e contact.mdwn ']'
    + touch --date @1567950216 contact.mdwn
    + read -r time filename
    + '[' -e contributing.mdwn ']'
    + touch --date @1567950170 contributing.mdwn
    + read -r time filename
    + '[' -e roadmap.mdwn ']'
    + read -r time filename
    + '[' -e local.css ']'
    + touch --date @1567949932 local.css
    + read -r time filename
    + '[' -e style.css ']'
    + touch --date @1567949932 style.css
    + read -r time filename
    + '[' -e license.mdwn ']'
    + touch --date @1567949919 license.mdwn
    + read -r time filename
    + '[' -e install.mdwn ']'
    + read -r time filename
    + '[' -e blog.mdwn ']'
    + touch --date @1567949777 blog.mdwn
    + read -r time filename
    + '[' -e .gitignore ']'
    + touch --date @1567949674 .gitignore
    + read -r time filename
    + '[' -e admin.mdwn ']'
    + touch --date @1567949625 admin.mdwn
    + read -r time filename
    + '[' -e ikiwiki.setup ']'
    + touch --date @1567949546 ikiwiki.setup
    + read -r time filename
    + '[' -e index.mdwn ']'
    + touch --date @1567949314 index.mdwn
    + read -r time filename
    + ikiwiki --setup ikiwiki.setup --libdir /workspace/deps --gettime --rebuild --verbose
    rebuilding wiki..
    scanning git-mtime.sh
    scanning shortcuts.mdwn
    scanning conduct.mdwn
    scanning faq.mdwn
    scanning download.mdwn
    scanning admin.mdwn
    scanning subplot.svg
    scanning docs.mdwn
    scanning meetings.mdwn
    scanning index.mdwn
    scanning governance.mdwn
    scanning architecture.mdwn
    scanning license.mdwn
    scanning contributing.mdwn
    scanning contact.mdwn
    scanning ikiwiki.setup
    scanning blog.mdwn
    scanning kitten.jpg
    scanning style.css
    scanning local.css
    scanning build.sh
    scanning arch.dot
    scanning success.mdwn
    scanning tutorial.mdwn
    scanning ikiwiki/IkiWiki/Plugin/pandoc.pm
    scanning templates/feedlink.tmpl
    scanning templates/inlinepage.tmpl
    scanning templates/rssitem.tmpl
    scanning templates/titlepage.tmpl
    scanning templates/archivepage.tmpl
    scanning templates/atompage.tmpl
    scanning templates/page.tmpl
    scanning templates/rsspage.tmpl
    scanning templates/atomitem.tmpl
    scanning blog/2019/09/22/subplot_and_requirement_tracking.mdwn
    scanning blog/2019/09/08/reboot.mdwn
    scanning blog/2019/12/08/iteration_planning_notes_december_7.mdwn
    scanning blog/2019/10/22/iteration_planning_notes.mdwn
    scanning blog/2019/11/30/typesetting_scenario_steps_based_on_matched_bindings.mdwn
    scanning blog/2022/05/07/planning.mdwn
    scanning blog/2022/03/26/planning.mdwn
    scanning blog/2022/03/12/planning.mdwn
    scanning blog/2022/09/10/planning.mdwn
    scanning blog/2022/01/01/planning.mdwn
    scanning blog/2022/01/15/planning.mdwn
    scanning blog/2022/04/11/planning.mdwn
    scanning blog/2022/04/23/planning.mdwn
    scanning blog/2022/12/03/planning.mdwn
    scanning blog/2022/10/22/iteration.mdwn
    scanning blog/2022/10/27/iteration.mdwn
    scanning blog/2022/02/28/news.mdwn
    scanning blog/2022/02/26/planning.mdwn
    scanning blog/2022/02/12/planning.mdwn
    scanning blog/2022/11/05/iteration.mdwn
    scanning blog/2022/11/19/planning.mdwn
    scanning blog/2022/08/12/iteration.mdwn
    scanning blog/2022/08/27/iteration.mdwn
    scanning blog/2022/07/31/planning.mdwn
    scanning blog/2022/07/16/planning.mdwn
    scanning blog/2022/06/18/planning.mdwn
    scanning blog/2021/05/22/meeting.mdwn
    scanning blog/2021/05/08/meeting.mdwn
    scanning blog/2021/03/27/iteration.mdwn
    scanning blog/2021/09/25/meeting.mdwn
    scanning blog/2021/09/11/meeting.mdwn
    scanning blog/2021/01/31/iteration_planning_january_31sh.mdwn
    scanning blog/2021/01/02/_iteration_planning_meeting_january_2nd.mdwn
    scanning blog/2021/01/16/iteration_planning_meeting_january_16th.mdwn
    scanning blog/2021/04/24/meeting.mdwn
    scanning blog/2021/04/10/meeting.mdwn
    scanning blog/2021/12/04/planning.mdwn
    scanning blog/2021/10/09/meeting.mdwn
    scanning blog/2021/10/23/meeting.mdwn
    scanning blog/2021/02/13/iteration_planning_february_13th.mdwn
    scanning blog/2021/02/27/iteration.mdwn
    scanning blog/2021/11/20/planning.mdwn
    scanning blog/2021/11/06/planning.mdwn
    scanning blog/2021/08/14/meeting.mdwn
    scanning blog/2021/08/07/0.2.2.mdwn
    scanning blog/2021/07/17/meeting.mdwn
    scanning blog/2021/07/03/meeting.mdwn
    scanning blog/2021/07/11/announcement.mdwn
    scanning blog/2021/07/30/meeting.mdwn
    scanning blog/2021/06/05/meeting.mdwn
    scanning blog/2021/06/19/meeting.md
    scanning blog/2020/05/09/iteration_planning_note_may_9.mdwn
    scanning blog/2020/05/23/iteration_planning_note_may_23.mdwn
    scanning blog/2020/03/14/iteration_planning_notes_march_14.mdwn
    scanning blog/2020/03/29/iteration_planing_notes_march_29.mdwn
    scanning blog/2020/03/13/simple_subplot_stress_testing.mdwn
    scanning blog/2020/09/26/iteration_planning_note_september_26.mdwn
    scanning blog/2020/09/12/iteration_planning_note_september_12.mdwn
    scanning blog/2020/01/05/data_files_for_tests.mdwn
    scanning blog/2020/01/04/iteration_planning_notes_january_4.mdwn
    scanning blog/2020/01/18/iteration_planning_notes_january_18.mdwn
    scanning blog/2020/04/25/iteration_planning_note_april_25.mdwn
    scanning blog/2020/04/11/iteration_planning_note_april_11.mdwn
    scanning blog/2020/12/05/iteration.mdwn
    scanning blog/2020/10/24/iteration_planning_note_october_24.mdwn
    scanning blog/2020/02/15/iteration_planning_notes_february_15.mdwn
    scanning blog/2020/02/29/iteration_planning_notes_february_29.mdwn
    scanning blog/2020/02/08/iteration_planning_notes_february_8.mdwn
    scanning blog/2020/11/21/iteration.mdwn
    scanning blog/2020/11/07/iteration_planning_meeting_november_7th.mdwn
    scanning blog/2020/08/01/iteration_planning_note_august_1.mdwn
    scanning blog/2020/08/30/iteration_planning_note_august_29.mdwn
    scanning blog/2020/07/18/iteration_planning_note_july_18.mdwn
    scanning blog/2020/06/20/iteration_planning_note_june_20.mdwn
    scanning blog/2020/06/06/iteration_planning_note_june_6.mdwn
    scanning blog/2025/0.13.0.mdwn
    scanning blog/2024/0.12.0.mdwn
    scanning blog/2024/0.11.0.mdwn
    scanning blog/2024/0.10.0.mdwn
    scanning blog/2023/0.9.0.mdwn
    scanning blog/2023/05/20/planning.mdwn
    scanning blog/2023/03/11/planning.mdwn
    scanning blog/2023/01/14/planning.md
    scanning blog/2023/01/28/meeting.mdwn
    scanning blog/2023/04/22/planning.mdwn
    scanning blog/2023/10/07/planning.mdwn
    scanning blog/2023/02/24/planning.mdwn
    scanning blog/2023/02/11/planning.mdwn
    scanning blog/2023/11/18/plannaing.mdwn
    scanning blog/2023/08/planning-2023-08-12.mdwn
    scanning blog/2023/08/30/planning.mdwn
    scanning blog/2023/07/planning.mdwn
    scanning blog/2023/06/03/planning.mdwn
    scanning tag/news.mdwn
    scanning tag/planning.mdwn
    scanning ikiwiki/jquery.min.js
    scanning ikiwiki/login-selector/login-selector.js
    scanning sandbox.mdwn
    scanning recentchanges.mdwn
    scanning templates.mdwn
    scanning ikiwiki.mdwn
    scanning ikiwiki/formatting.mdwn
    scanning ikiwiki/pagespec.mdwn
    scanning ikiwiki/openid.mdwn
    scanning ikiwiki/markdown.mdwn
    scanning ikiwiki/searching.mdwn
    scanning ikiwiki/directive.mdwn
    scanning ikiwiki/subpage.mdwn
    scanning ikiwiki/wikilink.mdwn
    scanning ikiwiki/subpage/linkingrules.mdwn
    scanning ikiwiki/pagespec/sorting.mdwn
    scanning ikiwiki/pagespec/po.mdwn
    scanning ikiwiki/pagespec/attachment.mdwn
    scanning wikiicons/diff.png
    scanning wikiicons/revert.png
    scanning wikiicons/email.png
    scanning wikiicons/openidlogin-bg.gif
    scanning wikiicons/search-bg.gif
    scanning templates/popup.mdwn
    scanning templates/note.mdwn
    creating tag page tag/announcement
    scanning tag/announcement.mdwn
    creating tag page tag/pondering
    scanning tag/pondering.mdwn
    creating tag page tag/meeting
    scanning tag/meeting.mdwn
    building git-mtime.sh
    building shortcuts.mdwn
    building conduct.mdwn
    building faq.mdwn
    building download.mdwn
    building admin.mdwn
    building subplot.svg
    building docs.mdwn
    building meetings.mdwn
    building index.mdwn
    building governance.mdwn
    building architecture.mdwn
    building license.mdwn
    building contributing.mdwn
    building contact.mdwn
    building ikiwiki.setup
    building blog.mdwn
    building kitten.jpg
    building style.css
    building local.css
    building build.sh
    building arch.dot
    building success.mdwn
    building tutorial.mdwn
    building ikiwiki/IkiWiki/Plugin/pandoc.pm
    building templates/feedlink.tmpl
    building templates/inlinepage.tmpl
    building templates/rssitem.tmpl
    building templates/titlepage.tmpl
    building templates/archivepage.tmpl
    building templates/atompage.tmpl
    building templates/page.tmpl
    building templates/rsspage.tmpl
    building templates/atomitem.tmpl
    building blog/2019/09/22/subplot_and_requirement_tracking.mdwn
    building blog/2019/09/08/reboot.mdwn
    building blog/2019/12/08/iteration_planning_notes_december_7.mdwn
    building blog/2019/10/22/iteration_planning_notes.mdwn
    building blog/2019/11/30/typesetting_scenario_steps_based_on_matched_bindings.mdwn
    building blog/2022/05/07/planning.mdwn
    building blog/2022/03/26/planning.mdwn
    building blog/2022/03/12/planning.mdwn
    building blog/2022/09/10/planning.mdwn
    building blog/2022/01/01/planning.mdwn
    building blog/2022/01/15/planning.mdwn
    building blog/2022/04/11/planning.mdwn
    building blog/2022/04/23/planning.mdwn
    building blog/2022/12/03/planning.mdwn
    building blog/2022/10/22/iteration.mdwn
    building blog/2022/10/27/iteration.mdwn
    building blog/2022/02/28/news.mdwn
    building blog/2022/02/26/planning.mdwn
    building blog/2022/02/12/planning.mdwn
    building blog/2022/11/05/iteration.mdwn
    building blog/2022/11/19/planning.mdwn
    building blog/2022/08/12/iteration.mdwn
    building blog/2022/08/27/iteration.mdwn
    building blog/2022/07/31/planning.mdwn
    building blog/2022/07/16/planning.mdwn
    building blog/2022/06/18/planning.mdwn
    building blog/2021/05/22/meeting.mdwn
    building blog/2021/05/08/meeting.mdwn
    building blog/2021/03/27/iteration.mdwn
    building blog/2021/09/25/meeting.mdwn
    building blog/2021/09/11/meeting.mdwn
    building blog/2021/01/31/iteration_planning_january_31sh.mdwn
    building blog/2021/01/02/_iteration_planning_meeting_january_2nd.mdwn
    building blog/2021/01/16/iteration_planning_meeting_january_16th.mdwn
    building blog/2021/04/24/meeting.mdwn
    building blog/2021/04/10/meeting.mdwn
    building blog/2021/12/04/planning.mdwn
    building blog/2021/10/09/meeting.mdwn
    building blog/2021/10/23/meeting.mdwn
    building blog/2021/02/13/iteration_planning_february_13th.mdwn
    building blog/2021/02/27/iteration.mdwn
    building blog/2021/11/20/planning.mdwn
    building blog/2021/11/06/planning.mdwn
    building blog/2021/08/14/meeting.mdwn
    building blog/2021/08/07/0.2.2.mdwn
    building blog/2021/07/17/meeting.mdwn
    building blog/2021/07/03/meeting.mdwn
    building blog/2021/07/11/announcement.mdwn
    building blog/2021/07/30/meeting.mdwn
    building blog/2021/06/05/meeting.mdwn
    building blog/2021/06/19/meeting.md
    building blog/2020/05/09/iteration_planning_note_may_9.mdwn
    building blog/2020/05/23/iteration_planning_note_may_23.mdwn
    building blog/2020/03/14/iteration_planning_notes_march_14.mdwn
    building blog/2020/03/29/iteration_planing_notes_march_29.mdwn
    building blog/2020/03/13/simple_subplot_stress_testing.mdwn
    building blog/2020/09/26/iteration_planning_note_september_26.mdwn
    building blog/2020/09/12/iteration_planning_note_september_12.mdwn
    building blog/2020/01/05/data_files_for_tests.mdwn
    building blog/2020/01/04/iteration_planning_notes_january_4.mdwn
    building blog/2020/01/18/iteration_planning_notes_january_18.mdwn
    building blog/2020/04/25/iteration_planning_note_april_25.mdwn
    building blog/2020/04/11/iteration_planning_note_april_11.mdwn
    building blog/2020/12/05/iteration.mdwn
    building blog/2020/10/24/iteration_planning_note_october_24.mdwn
    building blog/2020/02/15/iteration_planning_notes_february_15.mdwn
    building blog/2020/02/29/iteration_planning_notes_february_29.mdwn
    building blog/2020/02/08/iteration_planning_notes_february_8.mdwn
    building blog/2020/11/21/iteration.mdwn
    building blog/2020/11/07/iteration_planning_meeting_november_7th.mdwn
    building blog/2020/08/01/iteration_planning_note_august_1.mdwn
    building blog/2020/08/30/iteration_planning_note_august_29.mdwn
    building blog/2020/07/18/iteration_planning_note_july_18.mdwn
    building blog/2020/06/20/iteration_planning_note_june_20.mdwn
    building blog/2020/06/06/iteration_planning_note_june_6.mdwn
    building blog/2025/0.13.0.mdwn
    building blog/2024/0.12.0.mdwn
    building blog/2024/0.11.0.mdwn
    building blog/2024/0.10.0.mdwn
    building blog/2023/0.9.0.mdwn
    building blog/2023/05/20/planning.mdwn
    building blog/2023/03/11/planning.mdwn
    building blog/2023/01/14/planning.md
    building blog/2023/01/28/meeting.mdwn
    building blog/2023/04/22/planning.mdwn
    building blog/2023/10/07/planning.mdwn
    building blog/2023/02/24/planning.mdwn
    building blog/2023/02/11/planning.mdwn
    building blog/2023/11/18/plannaing.mdwn
    building blog/2023/08/planning-2023-08-12.mdwn
    building blog/2023/08/30/planning.mdwn
    building blog/2023/07/planning.mdwn
    building blog/2023/06/03/planning.mdwn
    building tag/news.mdwn
    building tag/planning.mdwn
    building ikiwiki/jquery.min.js
    building ikiwiki/login-selector/login-selector.js
    building sandbox.mdwn
    building recentchanges.mdwn
    building templates.mdwn
    building ikiwiki.mdwn
    building ikiwiki/formatting.mdwn
    building ikiwiki/pagespec.mdwn
    building ikiwiki/openid.mdwn
    building ikiwiki/markdown.mdwn
    building ikiwiki/searching.mdwn
    building ikiwiki/directive.mdwn
    building ikiwiki/subpage.mdwn
    building ikiwiki/wikilink.mdwn
    building ikiwiki/subpage/linkingrules.mdwn
    building ikiwiki/pagespec/sorting.mdwn
    building ikiwiki/pagespec/po.mdwn
    building ikiwiki/pagespec/attachment.mdwn
    building wikiicons/diff.png
    building wikiicons/revert.png
    building wikiicons/email.png
    building wikiicons/openidlogin-bg.gif
    building wikiicons/search-bg.gif
    building templates/popup.mdwn
    building templates/note.mdwn
    building tag/announcement.mdwn
    building tag/pondering.mdwn
    building tag/meeting.mdwn
    done
    RUN: Action finished OK
    RUN: Action TarCreate {
        archive: "/dev/vde",
        directory: "/workspace/cache",
    }
    [2025-08-10T06:17:16Z DEBUG ambient_ci::action] Plan::execute: TarCreate {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        }
    [2025-08-10T06:17:16Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vde",
            ),
            root: Some(
                "/workspace/cache",
            ),
            size: None,
        }
    [2025-08-10T06:17:16Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
    [2025-08-10T06:17:16Z TRACE ambient_ci::vdrive] create archive file /dev/vde
    [2025-08-10T06:17:16Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
    [2025-08-10T06:17:16Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
    [2025-08-10T06:17:16Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
    RUN: Action finished OK
    RUN: Action TarCreate {
        archive: "/dev/vdd",
        directory: "/workspace/artifacts",
    }
    [2025-08-10T06:17:16Z DEBUG ambient_ci::action] Plan::execute: TarCreate {
            archive: "/dev/vdd",
            directory: "/workspace/artifacts",
        }
    [2025-08-10T06:17:16Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vdd",
            ),
            root: Some(
                "/workspace/artifacts",
            ),
            size: None,
        }
    [2025-08-10T06:17:16Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
    [2025-08-10T06:17:16Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
    [2025-08-10T06:17:16Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
    [2025-08-10T06:17:16Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
    [2025-08-10T06:17:16Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
    RUN: Action finished OK
    ambient-execute-plan ends
    EXIT CODE: 0
    
    ====================
[2025-08-10T06:17:17Z DEBUG ambient_ci::qemu] QEMU exit code 0
[2025-08-10T06:17:17Z DEBUG ambient_ci::run] remove old cache
[2025-08-10T06:17:17Z DEBUG ambient_ci::run] extract cache
[2025-08-10T06:17:17Z DEBUG ambient_ci::run] Executing post-plan steps
[2025-08-10T06:17:17Z DEBUG ambient_ci::action] Plan::execute: Rsync {
        artifactsdir: "/srv/ambient-state/subplot-web/artifacts",
        rsync_target: Some(
            "ci@http.liw.fi:/srv/http/subplot.tech",
        ),
    }
[2025-08-10T06:17:17Z INFO  ambient_ci::util] rsync /srv/ambient-state/subplot-web/artifacts/. -> ci@http.liw.fi:/srv/http/subplot.tech/.
[2025-08-10T06:17:18Z DEBUG ambient_ci::project] write project state to /srv/ambient-state/subplot-web/meta.yaml
[2025-08-10T06:17:18Z INFO  ambient] ambient ends successfully

Ambient stderr

<empty log>