Radicle repository id rad:z2aq8B4ui77q8msEtUaGYXeSwNYuc
[2025-09-20T12:20:06Z INFO ambient] ambient starts
[2J[01;01H[=3h[2J[01;01H[2J[01;01H[=3h[2J[01;01HBdsDxe: 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)
[0m[30m[47mWelcome to GRUB!
[0m[37m[40m[0m[30m[40m[2J[01;01H[0m[37m[40mINFO: 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 6.1M 1 disk
vdc 254:32 0 2.6M 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-09-20 12:19 ./
-rw-r--r-- _rad/_rad 835 2025-09-20 12:19 ./plan.yaml
-rwxr-xr-x _rad/_rad 6410400 2025-09-20 12:19 ./run-ci
INFO: Extracted files:
4587526 4 drwxr-xr-x 2 1001 1001 4096 Sep 20 12:19 .
4587527 4 -rw-r--r-- 1 1001 1001 835 Sep 20 12:19 ./plan.yaml
4587530 6264 -rwxr-xr-x 1 1001 1001 6410400 Sep 20 12:19 ./run-ci
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-09-20T12:20:01Z TRACE ambient_execute_plan] ambient-execute-plan version 0.6.0@6a70056 starts
[2025-09-20T12:20:01Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.6.0@6a70056 starts
[2025-09-20T12:20:01Z INFO ambient_execute_plan] ambient-execute-plan version 0.6.0@6a70056 starts
[2025-09-20T12:20:01Z WARN ambient_execute_plan] ambient-execute-plan version 0.6.0@6a70056 starts
[2025-09-20T12:20:01Z ERROR ambient_execute_plan] ambient-execute-plan version 0.6.0@6a70056 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: custom
name: ikiwiki
args: {}
- 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
[2025-09-20T12:20:01Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
pathname: "/workspace",
}
[2025-09-20T12:20:01Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
pathname: "/workspace",
}
[2025-09-20T12:20:01Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/workspace/src",
}
[2025-09-20T12:20:01Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-20T12:20:01Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
pathname: "/workspace/artifacts",
}
[2025-09-20T12:20:01Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
pathname: "/workspace/artifacts",
}
[2025-09-20T12:20:01Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/workspace/src",
}
[2025-09-20T12:20:01Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-20T12:20:01Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
}
[2025-09-20T12:20:01Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
}
[2025-09-20T12:20:01Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/workspace/src",
}
[2025-09-20T12:20:01Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-09-20T12:20:01Z TRACE ambient_ci::vdrive] extraction OK
[2025-09-20T12:20:01Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-20T12:20:01Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
}
[2025-09-20T12:20:01Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
}
[2025-09-20T12:20:01Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/workspace/src",
}
[2025-09-20T12:20:01Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-09-20T12:20:01Z TRACE ambient_ci::vdrive] extraction OK
[2025-09-20T12:20:01Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-20T12:20:01Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-09-20T12:20:01Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-09-20T12:20:01Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/workspace/src",
}
[2025-09-20T12:20:01Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-09-20T12:20:01Z TRACE ambient_ci::vdrive] extraction OK
[2025-09-20T12:20:01Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-20T12:20:01Z DEBUG ambient_ci::plan] RUN: Action Spawn {
argv: [
"find",
"/workspace",
"-maxdepth",
"2",
"-ls",
],
}
[2025-09-20T12:20:01Z DEBUG ambient_ci::action] Plan::execute: plan=Spawn {
argv: [
"find",
"/workspace",
"-maxdepth",
"2",
"-ls",
],
}
[2025-09-20T12:20:01Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/workspace/src",
}
SPAWN: argv=["find", "/workspace", "-maxdepth", "2", "-ls"]
cwd=/workspace/src (exists? true)
2621441 4 drwxr-xr-x 6 root root 4096 Sep 20 12:20 /workspace
2622295 4 drwxr-xr-x 2 root root 4096 Sep 20 05:57 /workspace/deps
2621443 4 drwxr-xr-x 8 root root 4096 Sep 20 12:19 /workspace/src
2621591 4 -rw-r--r-- 1 root root 1871 Sep 20 12:19 /workspace/src/index.mdwn
2621589 4 -rwxr-xr-x 1 root root 420 Sep 20 12:19 /workspace/src/mirror.sh
2621450 4 -rw-r--r-- 1 root root 507 Sep 20 12:19 /workspace/src/ikiwiki.setup
2621584 4 -rw-r--r-- 1 root root 2273 Sep 20 12:19 /workspace/src/style.css
2621573 4 drwxr-xr-x 2 root root 4096 Sep 20 12:19 /workspace/src/templates
2622294 4 -rwxr-xr-x 1 root root 304 Sep 20 12:19 /workspace/src/git-mtime.sh
2621583 4 -rw-r--r-- 1 root root 216 Sep 20 12:19 /workspace/src/license.mdwn
2621448 8 -rw-r--r-- 1 root root 6056 Sep 20 12:19 /workspace/src/contributing.mdwn
2621592 4 drwxr-xr-x 8 root root 4096 Sep 20 12:19 /workspace/src/.git
2621451 4 -rw-r--r-- 1 root root 397 Sep 20 12:19 /workspace/src/contact.mdwn
2621446 4 drwxr-xr-x 2 root root 4096 Sep 20 12:19 /workspace/src/.ambient
2622289 16 -rw-r--r-- 1 root root 14889 Sep 20 12:19 /workspace/src/1.0.mdwn
2621444 4 drwxr-xr-x 2 root root 4096 Sep 20 12:19 /workspace/src/.radicle
2621586 52 -rw-r--r-- 1 root root 52724 Sep 20 12:19 /workspace/src/kitten.jpg
2622290 4 drwxr-xr-x 2 root root 4096 Sep 20 12:19 /workspace/src/tag
2621588 4 -rw-r--r-- 1 root root 10 Sep 20 12:19 /workspace/src/.gitignore
2621585 4 -rw-r--r-- 1 root root 535 Sep 20 12:19 /workspace/src/shortcuts.mdwn
2621590 12 -rw-r--r-- 1 root root 12002 Sep 20 12:19 /workspace/src/obnam.svg
2621452 4 drwxr-xr-x 6 root root 4096 Sep 20 12:19 /workspace/src/blog
2621449 4 -rw-r--r-- 1 root root 1138 Sep 20 12:19 /workspace/src/benchmarks.mdwn
2621587 4 -rw-r--r-- 1 root root 288 Sep 20 12:19 /workspace/src/blog.mdwn
2621442 4 drwxr-xr-x 2 root root 4096 Sep 20 12:20 /workspace/artifacts
2622296 4 drwxr-xr-x 2 root root 4096 Sep 20 05:57 /workspace/cache
[2025-09-20T12:20:01Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-20T12:20:01Z DEBUG ambient_ci::plan] RUN: Action Custom(
Custom {
name: "ikiwiki",
args: {},
},
)
[2025-09-20T12:20:01Z DEBUG ambient_ci::action] Plan::execute: plan=Custom(
Custom {
name: "ikiwiki",
args: {},
},
)
[2025-09-20T12:20:01Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/workspace/src",
}
custom: source=/workspace/src
custom: exe=".ambient/ikiwiki" exists=false
touch: cannot touch 'bugs/Ability_to_mix_compressed__47__uncompressed__44___encrypted__47__unencrypted_data_in_repository.mdwn': No such file or directory
touch: cannot touch 'bugs/Add_a_method_for_forgetting_checkpoint_generations.mdwn': No such file or directory
touch: cannot touch 'bugs/Add_more_content_browsing_possibilities.mdwn': No such file or directory
touch: cannot touch 'bugs/CLI_status_line_for_obnam_forget_isn__39__t_updated.mdwn': No such file or directory
touch: cannot touch 'bugs/Can__39__t_set_multiple_roots_in_configfile.mdwn': No such file or directory
touch: cannot touch 'bugs/ERROR:_Cannot_back_up___47__path__47__to__47__file:___40__61__44_____39__No_data_available__39____44_____39____47__path__47__to__47__file__39____41__.mdwn': No such file or directory
touch: cannot touch 'bugs/Excessive_Memory_usage.mdwn': No such file or directory
touch: cannot touch 'bugs/Flexibilize_path_handling_when_doing_backups.mdwn': No such file or directory
touch: cannot touch 'bugs/FreeBSD_support.mdwn': No such file or directory
touch: cannot touch 'bugs/Ignores_invalid_command.mdwn': No such file or directory
touch: cannot touch 'bugs/Inaccurate_speed__47__bytes-transferred_when_resuming.mdwn': No such file or directory
touch: cannot touch 'bugs/Local_cache_of_remote_repo_metadata.mdwn': No such file or directory
touch: cannot touch 'bugs/Log_performance_results_to_logfile.mdwn': No such file or directory
touch: cannot touch 'bugs/Missing___34__e__34___in_commandline_output.mdwn': No such file or directory
touch: cannot touch 'bugs/Mutiple_bugs..mdwn': No such file or directory
touch: cannot touch 'bugs/Obnam_cannot_backup_with_failed_assertion_in_larch_forest.py_at_open__95__forest.py.mdwn': No such file or directory
touch: cannot touch 'bugs/Operation_not_permitted.mdwn': No such file or directory
touch: cannot touch 'bugs/Other_compression_methods__63__.mdwn': No such file or directory
touch: cannot touch 'bugs/Performance_impact_of_backup_generations__63__.mdwn': No such file or directory
touch: cannot touch 'bugs/SSH_connections_left_open.mdwn': No such file or directory
touch: cannot touch 'bugs/Support_SSH_host_aliases___40__and_.ssh__47__config_in_general__41__.mdwn': No such file or directory
touch: cannot touch 'bugs/Support_encrypting_to_a_GPG_public_key_without_having_the_private_key.mdwn': No such file or directory
touch: cannot touch 'bugs/Unhelpful_error_for_missing_key.mdwn': No such file or directory
touch: cannot touch 'bugs/ValueError:_need_more_than_1_value_to_unpack.mdwn': No such file or directory
touch: cannot touch 'bugs/Warn___40__and_optionally_skip__41___backing_up_large_files.mdwn': No such file or directory
touch: cannot touch 'bugs/__34__No_such_file_or_directory__34___when_trying_to_backup.mdwn': No such file or directory
touch: cannot touch 'bugs/abort-if-sftp-breaks.mdwn': No such file or directory
touch: cannot touch 'bugs/acl-xattr.mdwn': No such file or directory
touch: cannot touch 'bugs/all-filesystem-types.mdwn': No such file or directory
touch: cannot touch 'bugs/arch-diagram.mdwn': No such file or directory
touch: cannot touch 'bugs/avoid-hash-collisions.mdwn': No such file or directory
touch: cannot touch 'bugs/avoid-stat-for-unchanged-directory.mdwn': No such file or directory
touch: cannot touch 'bugs/backs-parent-of-root-if-relative.mdwn': No such file or directory
touch: cannot touch 'bugs/backup-downloads-too-much-data.mdwn': No such file or directory
touch: cannot touch 'bugs/backup-plugin-reporting.mdwn': No such file or directory
touch: cannot touch 'bugs/backup-pretend-should-list-filenames-to-stdout.mdwn': No such file or directory
touch: cannot touch 'bugs/backup-progress-unchanged-chunks.mdwn': No such file or directory
touch: cannot touch 'bugs/bad-error-message-with-bad-larch-or-repo-version.mdwn': No such file or directory
touch: cannot touch 'bugs/bad-message-for-regexp-syntax-error.mdwn': No such file or directory
touch: cannot touch 'bugs/baserock.mdwn': No such file or directory
touch: cannot touch 'bugs/benchmark-fsck.mdwn': No such file or directory
touch: cannot touch 'bugs/benchmarks-make-restore-elapsed-be-zeroes.mdwn': No such file or directory
touch: cannot touch 'bugs/better-way-to-upgrade-format-versions.mdwn': No such file or directory
touch: cannot touch 'bugs/bgproc.mdwn': No such file or directory
touch: cannot touch 'bugs/block-device-backup.mdwn': No such file or directory
touch: cannot touch 'bugs/c-lstat.mdwn': No such file or directory
touch: cannot touch 'bugs/chunk-size-based-on-data-type-and-size.mdwn': No such file or directory
touch: cannot touch 'bugs/chunks-dir-init-has-no-lock.mdwn': No such file or directory
touch: cannot touch 'bugs/clients-list-should-include-ids.mdwn': No such file or directory
touch: cannot touch 'bugs/clients-subcommand-for-non-clients.mdwn': No such file or directory
touch: cannot touch 'bugs/commit-progress-reporting.mdwn': No such file or directory
touch: cannot touch 'bugs/committing-changes-takes-long-without-feedback.mdwn': No such file or directory
touch: cannot touch 'bugs/compression-and-encryption-together-fails.mdwn': No such file or directory
touch: cannot touch 'bugs/compression-methods.mdwn': No such file or directory
touch: cannot touch 'bugs/crash_when_started_without_--log_option.mdwn': No such file or directory
touch: cannot touch 'bugs/crashing-early-leads-to-assertion-error.mdwn': No such file or directory
touch: cannot touch 'bugs/ctime.mdwn': No such file or directory
touch: cannot touch 'bugs/deduplication-stats.mdwn': No such file or directory
touch: cannot touch 'bugs/default-exclusions.mdwn': No such file or directory
touch: cannot touch 'bugs/delete-files-from-generations.mdwn': No such file or directory
touch: cannot touch 'bugs/disable-paramiko-logging.mdwn': No such file or directory
touch: cannot touch 'bugs/disk-full.mdwn': No such file or directory
touch: cannot touch 'bugs/do-not-cross-bind-mounts.mdwn': No such file or directory
touch: cannot touch 'bugs/document-black-box-testing.mdwn': No such file or directory
touch: cannot touch 'bugs/document-how-to-check-encryption-is-being-used.mdwn': No such file or directory
touch: cannot touch 'bugs/document-repo-upgrade.mdwn': No such file or directory
touch: cannot touch 'bugs/does-not-pass-test-suite-on-fedora17.mdwn': No such file or directory
touch: cannot touch 'bugs/does-not-unlock-when-failing-when-live-data-goes-away.mdwn': No such file or directory
touch: cannot touch 'bugs/done.mdwn': No such file or directory
touch: cannot touch 'bugs/done/FTBFS:___34__FAIL:_root-is-symlink:_got_exit_code_1__44___expected_0__34__.mdwn': No such file or directory
touch: cannot touch 'bugs/encrypt-fails-gpg-batchmode.mdwn': No such file or directory
touch: cannot touch 'bugs/encryption-improvement-suggestion.mdwn': No such file or directory
touch: cannot touch 'bugs/errors-during-backup-should-cause-exit-1.mdwn': No such file or directory
touch: cannot touch 'bugs/estimate-backup-time.mdwn': No such file or directory
touch: cannot touch 'bugs/estimate-to-be-freed-space.mdwn': No such file or directory
touch: cannot touch 'bugs/exclude-after-readlink.mdwn': No such file or directory
touch: cannot touch 'bugs/exclude-based-on-mime-type.mdwn': No such file or directory
touch: cannot touch 'bugs/exclude-based-on-size.mdwn': No such file or directory
touch: cannot touch 'bugs/exclude_already_existing_files_in_backup__44___does_not_remove_them.mdwn': No such file or directory
touch: cannot touch 'bugs/fd-leak.mdwn': No such file or directory
touch: cannot touch 'bugs/file-id-and-client-id-collision-corruption.mdwn': No such file or directory
touch: cannot touch 'bugs/filename-hash-collisions.mdwn': No such file or directory
touch: cannot touch 'bugs/force-lock_currently_doesn__39__t_work.mdwn': No such file or directory
touch: cannot touch 'bugs/forget-is-too-slow.mdwn': No such file or directory
touch: cannot touch 'bugs/forget-progress-reporting.mdwn': No such file or directory
touch: cannot touch 'bugs/forget_progress_reporting_broken.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck-does-not-lock.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck-rechecks-same-chunks.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck-should-fix-refcount-errors.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck-should-not-require-user-to-be-known-client.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck-should-reconstruct-chunk-btrees.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck-should-remove-extra-files.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck-workitem-unification.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck_gives_warnings_for_simple_cases.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck_needs_too_much_memory.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck_progress_counts_wrong.mdwn': No such file or directory
touch: cannot touch 'bugs/fstype-include-exclude-mdwn': No such file or directory
touch: cannot touch 'bugs/fuse-hardlinks.mdwn': No such file or directory
touch: cannot touch 'bugs/fuse-without-generations.mdwn': No such file or directory
touch: cannot touch 'bugs/fuse.mdwn': No such file or directory
touch: cannot touch 'bugs/generation-descriptions.mdwn': No such file or directory
touch: cannot touch 'bugs/generation-locking.mdwn': No such file or directory
touch: cannot touch 'bugs/generation-time-stamps-wrong.mdwn': No such file or directory
touch: cannot touch 'bugs/glob-exclusion.mdwn': No such file or directory
touch: cannot touch 'bugs/gpg-options.mdwn': No such file or directory
touch: cannot touch 'bugs/gpg-passphrase.mdwn': No such file or directory
touch: cannot touch 'bugs/help-output-groups.mdwn': No such file or directory
touch: cannot touch 'bugs/helper-script-for-bug-report-data-gathering.mdwn': No such file or directory
touch: cannot touch 'bugs/inefficient-metadata.mdwn': No such file or directory
touch: cannot touch 'bugs/insufficient-locking.mdwn': No such file or directory
touch: cannot touch 'bugs/integer-too-big.mdwn': No such file or directory
touch: cannot touch 'bugs/keep-bugs-in-ikiwiki.mdwn': No such file or directory
touch: cannot touch 'bugs/keep-chunk-dirs-locked-less.mdwn': No such file or directory
touch: cannot touch 'bugs/keep-hours-buggy.mdwn': No such file or directory
touch: cannot touch 'bugs/keep-per-client-lock-across-snapshots.mdwn': No such file or directory
touch: cannot touch 'bugs/keeps-dev-urandom-open.mdwn': No such file or directory
touch: cannot touch 'bugs/key-managements.mdwn': No such file or directory
touch: cannot touch 'bugs/lacks-compression-plugin.mdwn': No such file or directory
touch: cannot touch 'bugs/larch-journal-processing-progress-reporting.mdwn': No such file or directory
touch: cannot touch 'bugs/live-data-backup-restore-benchmark-failure.mdwn': No such file or directory
touch: cannot touch 'bugs/llistxattr-fail-fatal.mdwn': No such file or directory
touch: cannot touch 'bugs/local-temp-cache.mdwn': No such file or directory
touch: cannot touch 'bugs/lock-key-in-ram.mdwn': No such file or directory
touch: cannot touch 'bugs/lock-notification.mdwn': No such file or directory
touch: cannot touch 'bugs/lock-timeout-error-does-not-identify-lock.mdwn': No such file or directory
touch: cannot touch 'bugs/log_files_that_have_been_backed_up_with_log_level_INFO.mdwn': No such file or directory
touch: cannot touch 'bugs/ls-output-formats.mdnw': No such file or directory
touch: cannot touch 'bugs/memory-profiling-everywhere.mdwn': No such file or directory
touch: cannot touch 'bugs/missing-progress-reporting.mdwn': No such file or directory
touch: cannot touch 'bugs/missing-v6-restore-test.mdwn': No such file or directory
touch: cannot touch 'bugs/more-details-dedup.mdwn': No such file or directory
touch: cannot touch 'bugs/more-rsync-like.mdwn': No such file or directory
touch: cannot touch 'bugs/multiple-checksums.mdwn': No such file or directory
touch: cannot touch 'bugs/multiple___34__exclude__34___in_configuration_fails.mdwn': No such file or directory
touch: cannot touch 'bugs/multirepository.mdwn': No such file or directory
touch: cannot touch 'bugs/needs-porting-to-rhel-sl-centos.mdwn': No such file or directory
touch: cannot touch 'bugs/no-can-two-files-as-roots.mdwn': No such file or directory
touch: cannot touch 'bugs/no-chattr-support.mdwn': No such file or directory
touch: cannot touch 'bugs/non-linux-file-types.mdwn': No such file or directory
touch: cannot touch 'bugs/non-wishlist.mdwn': No such file or directory
touch: cannot touch 'bugs/obnam-benchmark-seivot-branch.mdwn': No such file or directory
touch: cannot touch 'bugs/obnam.org-does-not-have-git-clone-and-patching-instructions.mdwn': No such file or directory
touch: cannot touch 'bugs/obnam_force-lock_does_not_remove_all_locks.mdwn': No such file or directory
touch: cannot touch 'bugs/obnam_fsck_should_do_something_about_unused_chunks.mdwn': No such file or directory
touch: cannot touch 'bugs/obnam_should_handle_user_abort___40__ctrl-c__41___and_SIGTERM_gracefully.mdwn': No such file or directory
touch: cannot touch 'bugs/obnam_squeeze_package_dependencies.mdwn': No such file or directory
touch: cannot touch 'bugs/obnammodule-malloc.mdwn': No such file or directory
touch: cannot touch 'bugs/option_to_not_use_paramiko__63__.mdwn': No such file or directory
touch: cannot touch 'bugs/oserror-stino.mdwn': No such file or directory
touch: cannot touch 'bugs/performance-only.mdwn': No such file or directory
touch: cannot touch 'bugs/performance-with-many-hardlinks.mdwn': No such file or directory
touch: cannot touch 'bugs/precise-checkpoints.mdwn': No such file or directory
touch: cannot touch 'bugs/pretend-does-not-work-on-empty-repo.mdwn': No such file or directory
touch: cannot touch 'bugs/refactor-repository-class.mdwn': No such file or directory
touch: cannot touch 'bugs/regression_on_debian_squeeze_python_dependancy.mdwn': No such file or directory
touch: cannot touch 'bugs/remove-checkpoint-generations.mdwn': No such file or directory
touch: cannot touch 'bugs/remove-client-not-in-manpage.mdwn': No such file or directory
touch: cannot touch 'bugs/remove-clients.mdwn': No such file or directory
touch: cannot touch 'bugs/rename-client.mdwn': No such file or directory
touch: cannot touch 'bugs/rename-clients.mdwn': No such file or directory
touch: cannot touch 'bugs/repo-checksum-use-digest-not-hexdigest.mdwn': No such file or directory
touch: cannot touch 'bugs/repo-upgrades-missing.mdwn': No such file or directory
touch: cannot touch 'bugs/report-actual-transferred-bytes.mdwn': No such file or directory
touch: cannot touch 'bugs/restartable-restore.mdwn': No such file or directory
touch: cannot touch 'bugs/restore-exclude-option.mdwn': No such file or directory
touch: cannot touch 'bugs/restore-gid-when-possible.mdwn': No such file or directory
touch: cannot touch 'bugs/restore-overwrites.mdwn': No such file or directory
touch: cannot touch 'bugs/restore-skip-files.mdwn': No such file or directory
touch: cannot touch 'bugs/restore-timestamp-trouble.mdwn': No such file or directory
touch: cannot touch 'bugs/restore_from_gzip__39__d_repo_gives_confusing_error_message.mdwn': No such file or directory
touch: cannot touch 'bugs/ro-ops-while-rw-runs-crash.mdwn': No such file or directory
touch: cannot touch 'bugs/rolling-checksum-patches-need-review.mdwn': No such file or directory
touch: cannot touch 'bugs/root-is-file-not-dir-error-message.mdwn': No such file or directory
touch: cannot touch 'bugs/rsync_as_transport__63__.mdwn': No such file or directory
touch: cannot touch 'bugs/salsa-tins.mdwn': No such file or directory
touch: cannot touch 'bugs/seek-over-holes.mdwn': No such file or directory
touch: cannot touch 'bugs/set-uid-git-mode-in-new-repo-files.mdwn': No such file or directory
touch: cannot touch 'bugs/setup-too-long-without-feedback.mdwn': No such file or directory
touch: cannot touch 'bugs/sftp-access-to-live-data-crashes.mdwn': No such file or directory
touch: cannot touch 'bugs/sftp-errors.mdwn': No such file or directory
touch: cannot touch 'bugs/sftp-get-put-for-transfer-for-speed.mdwn': No such file or directory
touch: cannot touch 'bugs/sftp-round-trip-optimisation-results-in-scary-log-messages.mdwn': No such file or directory
touch: cannot touch 'bugs/sftp-too-limited.mdwn': No such file or directory
touch: cannot touch 'bugs/should-detect-encryption-automatically-for-read-operations.mdwn': No such file or directory
touch: cannot touch 'bugs/should-not-ignore-whole-directory-when-lstat-on-one-file-fails.mdwn': No such file or directory
touch: cannot touch 'bugs/small-chunks-in-btree.mdwn': No such file or directory
touch: cannot touch 'bugs/small-chunks-in-separate-btree.mdwn': No such file or directory
touch: cannot touch 'bugs/specify-ssh-key-to-use.mdwn': No such file or directory
touch: cannot touch 'bugs/specify-ssh-key.mdwn': No such file or directory
touch: cannot touch 'bugs/struct_calcsize_vs_len_struct_pack.mdwn': No such file or directory
touch: cannot touch 'bugs/symlink-as-backup-root.mdwn': No such file or directory
touch: cannot touch 'bugs/symlink-as-parent-of-backup-root.mdwn': No such file or directory
touch: cannot touch 'bugs/symlink-as-root.mdwn': No such file or directory
touch: cannot touch 'bugs/tarball-with-everything.mdwn': No such file or directory
touch: cannot touch 'bugs/test-against-old-format-versions.mdwn': No such file or directory
touch: cannot touch 'bugs/test-for-full-filesystem.mdwn': No such file or directory
touch: cannot touch 'bugs/test-suite-leave-temp-files.mdwn': No such file or directory
touch: cannot touch 'bugs/time_based_checkpoint_generations.mdwn': No such file or directory
touch: cannot touch 'bugs/too-slow.mdwn': No such file or directory
touch: cannot touch 'bugs/too_much_test_coverage_exclusion.mdwn': No such file or directory
touch: cannot touch 'bugs/tput:_No_value_for___36__TERM_and_no_-T_specified.mdwn': No such file or directory
touch: cannot touch 'bugs/transient-problems-warning.mdwn': No such file or directory
touch: cannot touch 'bugs/turn_--exclude-caches_into_--exclude-tagfile__61__OBNAM__95__NOBACKUP.mdwn': No such file or directory
touch: cannot touch 'bugs/ugly-enoent-error-message.mdwn': No such file or directory
touch: cannot touch 'bugs/ugly-sshexception-error-message.mdwn': No such file or directory
touch: cannot touch 'bugs/use-cliapp-setup_logging-overrides.mdwn': No such file or directory
touch: cannot touch 'bugs/use-cliapps-plugin-manager.mdwn': No such file or directory
touch: cannot touch 'bugs/use-existing-node-size.mdwn': No such file or directory
touch: cannot touch 'bugs/use-fsync.mdwn': No such file or directory
touch: cannot touch 'bugs/username-groupname-over-sftp-wrong.mdwn': No such file or directory
touch: cannot touch 'bugs/utimensat-undefined-symbol.mdwn': No such file or directory
touch: cannot touch 'bugs/verify-pick-randomly.mdwn': No such file or directory
touch: cannot touch 'bugs/verify-progress-should-be-bytes.mdwn': No such file or directory
touch: cannot touch 'bugs/verify-should-continue-past-error.mdwn': No such file or directory
touch: cannot touch 'bugs/verify-stricter.mdwn': No such file or directory
touch: cannot touch 'bugs/vfs-split-for-live-data-repo-access.mdwn': No such file or directory
touch: cannot touch 'bugs/warn-about-common-client-names.mdwn': No such file or directory
touch: cannot touch 'bugs/whitelist-backups.mdwn': No such file or directory
touch: cannot touch 'bugs/whole-file-checksums.mdwn': No such file or directory
touch: cannot touch 'bugs/wishlist-only.mdwn': No such file or directory
touch: cannot touch 'bugs/wishlist:_how_does_memory_and_cpu_usage_of_obnam_depend_on_the_number_of_files_and_their_sizes__63__.mdwn': No such file or directory
touch: cannot touch 'bugs/xattr-changes-do-not-trigger-backup.mdwn': No such file or directory
touch: cannot touch 'faq/checksum-safety.mdwn': No such file or directory
touch: cannot touch 'faq/compared-to.mdwn': No such file or directory
touch: cannot touch 'faq/dedup.mdwn': No such file or directory
touch: cannot touch 'faq/forget-missing-chunk.mdwn': No such file or directory
touch: cannot touch 'faq/is-encrypted.mdwn': No such file or directory
touch: cannot touch 'faq/list-archive-mess.mdwn': No such file or directory
touch: cannot touch 'faq/missing-node.mdwn': No such file or directory
touch: cannot touch 'faq/name.mdwn': No such file or directory
touch: cannot touch 'faq/private-key-for-backup.mdwn': No such file or directory
touch: cannot touch 'faq/profiling.mdwn': No such file or directory
touch: cannot touch 'faq/restore-on-other-client.mdwn': No such file or directory
touch: cannot touch 'faq/safe-repo-sharing.mdwn': No such file or directory
touch: cannot touch 'faq/tuning.mdwn': No such file or directory
touch: cannot touch 'faq/website-changes.mdwn': No such file or directory
touch: cannot touch 'faq/why-nonstd-format.mdwn': No such file or directory
touch: cannot touch 'faq/why-not-on-github.mdwn': No such file or directory
touch: cannot touch 'faq/private-key-for-backup.mdwn': No such file or directory
touch: cannot touch 'faq/dedup.mdwn': No such file or directory
touch: cannot touch 'bugs/sftp-get-put-for-transfer-for-speed.mdwn': No such file or directory
touch: cannot touch 'bugs/non-linux-file-types.mdwn': No such file or directory
touch: cannot touch 'bugs/encryption-improvement-suggestion.mdwn': No such file or directory
touch: cannot touch 'bugs/avoid-stat-for-unchanged-directory.mdwn': No such file or directory
touch: cannot touch 'bugs/commit-progress-reporting.mdwn': No such file or directory
touch: cannot touch 'bugs/backs-parent-of-root-if-relative.mdwn': No such file or directory
touch: cannot touch 'faq/compared-to.mdwn': No such file or directory
touch: cannot touch 'faq/is-encrypted.mdwn': No such file or directory
touch: cannot touch 'faq/forget-missing-chunk.mdwn': No such file or directory
touch: cannot touch 'bugs/backs-parent-of-root-if-relative.mdwn': No such file or directory
touch: cannot touch 'bugs/sftp-errors.mdwn': No such file or directory
touch: cannot touch 'bugs/fuse-hardlinks.mdwn': No such file or directory
touch: cannot touch 'faq/website-changes.mdwn': No such file or directory
touch: cannot touch 'bugs/inefficient-metadata.mdwn': No such file or directory
touch: cannot touch 'bugs/inefficient-metadata.mdwn': No such file or directory
touch: cannot touch 'bugs/obnam.org-does-not-have-git-clone-and-patching-instructions.mdwn': No such file or directory
touch: cannot touch 'bugs/backup-downloads-too-much-data.mdwn': No such file or directory
touch: cannot touch 'bugs/salsa-tins.mdwn': No such file or directory
touch: cannot touch 'bugs/lock-key-in-ram.mdwn': No such file or directory
touch: cannot touch 'bugs/Flexibilize_path_handling_when_doing_backups.mdwn': No such file or directory
touch: cannot touch 'bugs/fd-leak.mdwn': No such file or directory
touch: cannot touch 'bugs/file-id-and-client-id-collision-corruption.mdwn': No such file or directory
touch: cannot touch 'bugs/force-lock_currently_doesn__39__t_work.mdwn': No such file or directory
touch: cannot touch 'bugs/forget_progress_reporting_broken.mdwn': No such file or directory
touch: cannot touch 'bugs/gpg-passphrase.mdwn': No such file or directory
touch: cannot touch 'bugs/larch-journal-processing-progress-reporting.mdwn': No such file or directory
touch: cannot touch 'bugs/multirepository.mdwn': No such file or directory
touch: cannot touch 'bugs/obnam_fsck_should_do_something_about_unused_chunks.mdwn': No such file or directory
touch: cannot touch 'bugs/restore-overwrites.mdwn': No such file or directory
touch: cannot touch 'bugs/salsa-tins.mdwn': No such file or directory
touch: cannot touch 'bugs/should-detect-encryption-automatically-for-read-operations.mdwn': No such file or directory
touch: cannot touch 'bugs/use-fsync.mdwn': No such file or directory
touch: cannot touch 'bugs/verify-stricter.mdwn': No such file or directory
touch: cannot touch 'bugs/whole-file-checksums.mdwn': No such file or directory
touch: cannot touch 'faq/website-changes.mdwn': No such file or directory
touch: cannot touch 'faq/why-not-on-github.mdwn': No such file or directory
touch: cannot touch 'bugs/no-can-two-files-as-roots.mdwn': No such file or directory
touch: cannot touch 'faq/list-archive-mess.mdwn': No such file or directory
touch: cannot touch 'faq/missing-node.mdwn': No such file or directory
touch: cannot touch 'faq/missing-node.mdwn': No such file or directory
touch: cannot touch 'faq/tuning.mdwn': No such file or directory
touch: cannot touch 'faq/tuning.mdwn': No such file or directory
touch: cannot touch 'faq/tuning.mdwn': No such file or directory
touch: cannot touch 'faq/tuning.mdwn': No such file or directory
touch: cannot touch 'faq/tuning.mdwn': No such file or directory
touch: cannot touch 'bugs/symlink-as-parent-of-backup-root.mdwn': No such file or directory
touch: cannot touch 'bugs/backup-downloads-too-much-data.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck-rechecks-same-chunks.mdwn': No such file or directory
touch: cannot touch 'bugs/file-id-and-client-id-collision-corruption.mdwn': No such file or directory
touch: cannot touch 'bugs/should-detect-encryption-automatically-for-read-operations.mdwn': No such file or directory
touch: cannot touch 'bugs/obnam.org-does-not-have-git-clone-and-patching-instructions.mdwn': No such file or directory
touch: cannot touch 'bugs/set-uid-git-mode-in-new-repo-files.mdwn': No such file or directory
touch: cannot touch 'bugs/restore-overwrites.mdwn': No such file or directory
touch: cannot touch 'bugs/more-details-dedup.mdwn': No such file or directory
touch: cannot touch 'bugs/done.mdwn': No such file or directory
touch: cannot touch 'bugs/non-wishlist.mdwn': No such file or directory
touch: cannot touch 'bugs/performance-only.mdwn': No such file or directory
touch: cannot touch 'bugs/wishlist-only.mdwn': No such file or directory
touch: cannot touch 'bugs/Ability_to_mix_compressed__47__uncompressed__44___encrypted__47__unencrypted_data_in_repository.mdwn': No such file or directory
touch: cannot touch 'bugs/Add_a_method_for_forgetting_checkpoint_generations.mdwn': No such file or directory
touch: cannot touch 'bugs/Add_more_content_browsing_possibilities.mdwn': No such file or directory
touch: cannot touch 'bugs/CLI_status_line_for_obnam_forget_isn__39__t_updated.mdwn': No such file or directory
touch: cannot touch 'bugs/Can__39__t_set_multiple_roots_in_configfile.mdwn': No such file or directory
touch: cannot touch 'bugs/ERROR:_Cannot_back_up___47__path__47__to__47__file:___40__61__44_____39__No_data_available__39____44_____39____47__path__47__to__47__file__39____41__.mdwn': No such file or directory
touch: cannot touch 'bugs/Excessive_Memory_usage.mdwn': No such file or directory
touch: cannot touch 'bugs/Flexibilize_path_handling_when_doing_backups.mdwn': No such file or directory
touch: cannot touch 'bugs/FreeBSD_support.mdwn': No such file or directory
touch: cannot touch 'bugs/Ignores_invalid_command.mdwn': No such file or directory
touch: cannot touch 'bugs/Inaccurate_speed__47__bytes-transferred_when_resuming.mdwn': No such file or directory
touch: cannot touch 'bugs/Local_cache_of_remote_repo_metadata.mdwn': No such file or directory
touch: cannot touch 'bugs/Log_performance_results_to_logfile.mdwn': No such file or directory
touch: cannot touch 'bugs/Missing___34__e__34___in_commandline_output.mdwn': No such file or directory
touch: cannot touch 'bugs/Mutiple_bugs..mdwn': No such file or directory
touch: cannot touch 'bugs/Obnam_cannot_backup_with_failed_assertion_in_larch_forest.py_at_open__95__forest.py.mdwn': No such file or directory
touch: cannot touch 'bugs/Operation_not_permitted.mdwn': No such file or directory
touch: cannot touch 'bugs/Other_compression_methods__63__.mdwn': No such file or directory
touch: cannot touch 'bugs/Performance_impact_of_backup_generations__63__.mdwn': No such file or directory
touch: cannot touch 'bugs/SSH_connections_left_open.mdwn': No such file or directory
touch: cannot touch 'bugs/Support_SSH_host_aliases___40__and_.ssh__47__config_in_general__41__.mdwn': No such file or directory
touch: cannot touch 'bugs/Support_encrypting_to_a_GPG_public_key_without_having_the_private_key.mdwn': No such file or directory
touch: cannot touch 'bugs/Unhelpful_error_for_missing_key.mdwn': No such file or directory
touch: cannot touch 'bugs/ValueError:_need_more_than_1_value_to_unpack.mdwn': No such file or directory
touch: cannot touch 'bugs/Warn___40__and_optionally_skip__41___backing_up_large_files.mdwn': No such file or directory
touch: cannot touch 'bugs/__34__No_such_file_or_directory__34___when_trying_to_backup.mdwn': No such file or directory
touch: cannot touch 'bugs/abort-if-sftp-breaks.mdwn': No such file or directory
touch: cannot touch 'bugs/acl-xattr.mdwn': No such file or directory
touch: cannot touch 'bugs/all-filesystem-types.mdwn': No such file or directory
touch: cannot touch 'bugs/arch-diagram.mdwn': No such file or directory
touch: cannot touch 'bugs/avoid-hash-collisions.mdwn': No such file or directory
touch: cannot touch 'bugs/avoid-stat-for-unchanged-directory.mdwn': No such file or directory
touch: cannot touch 'bugs/backup-plugin-reporting.mdwn': No such file or directory
touch: cannot touch 'bugs/backup-pretend-should-list-filenames-to-stdout.mdwn': No such file or directory
touch: cannot touch 'bugs/backup-progress-unchanged-chunks.mdwn': No such file or directory
touch: cannot touch 'bugs/bad-error-message-with-bad-larch-or-repo-version.mdwn': No such file or directory
touch: cannot touch 'bugs/bad-message-for-regexp-syntax-error.mdwn': No such file or directory
touch: cannot touch 'bugs/baserock.mdwn': No such file or directory
touch: cannot touch 'bugs/benchmark-fsck.mdwn': No such file or directory
touch: cannot touch 'bugs/benchmarks-make-restore-elapsed-be-zeroes.mdwn': No such file or directory
touch: cannot touch 'bugs/better-way-to-upgrade-format-versions.mdwn': No such file or directory
touch: cannot touch 'bugs/bgproc.mdwn': No such file or directory
touch: cannot touch 'bugs/block-device-backup.mdwn': No such file or directory
touch: cannot touch 'bugs/c-lstat.mdwn': No such file or directory
touch: cannot touch 'bugs/chunk-size-based-on-data-type-and-size.mdwn': No such file or directory
touch: cannot touch 'bugs/chunks-dir-init-has-no-lock.mdwn': No such file or directory
touch: cannot touch 'bugs/clients-list-should-include-ids.mdwn': No such file or directory
touch: cannot touch 'bugs/clients-subcommand-for-non-clients.mdwn': No such file or directory
touch: cannot touch 'bugs/commit-progress-reporting.mdwn': No such file or directory
touch: cannot touch 'bugs/committing-changes-takes-long-without-feedback.mdwn': No such file or directory
touch: cannot touch 'bugs/compression-and-encryption-together-fails.mdwn': No such file or directory
touch: cannot touch 'bugs/compression-methods.mdwn': No such file or directory
touch: cannot touch 'bugs/crash_when_started_without_--log_option.mdwn': No such file or directory
touch: cannot touch 'bugs/crashing-early-leads-to-assertion-error.mdwn': No such file or directory
touch: cannot touch 'bugs/ctime.mdwn': No such file or directory
touch: cannot touch 'bugs/deduplication-stats.mdwn': No such file or directory
touch: cannot touch 'bugs/default-exclusions.mdwn': No such file or directory
touch: cannot touch 'bugs/delete-files-from-generations.mdwn': No such file or directory
touch: cannot touch 'bugs/disable-paramiko-logging.mdwn': No such file or directory
touch: cannot touch 'bugs/disk-full.mdwn': No such file or directory
touch: cannot touch 'bugs/do-not-cross-bind-mounts.mdwn': No such file or directory
touch: cannot touch 'bugs/document-black-box-testing.mdwn': No such file or directory
touch: cannot touch 'bugs/document-how-to-check-encryption-is-being-used.mdwn': No such file or directory
touch: cannot touch 'bugs/document-repo-upgrade.mdwn': No such file or directory
touch: cannot touch 'bugs/does-not-pass-test-suite-on-fedora17.mdwn': No such file or directory
touch: cannot touch 'bugs/does-not-unlock-when-failing-when-live-data-goes-away.mdwn': No such file or directory
touch: cannot touch 'bugs/done.mdwn': No such file or directory
touch: cannot touch 'bugs/done/FTBFS:___34__FAIL:_root-is-symlink:_got_exit_code_1__44___expected_0__34__.mdwn': No such file or directory
touch: cannot touch 'bugs/encrypt-fails-gpg-batchmode.mdwn': No such file or directory
touch: cannot touch 'bugs/encryption-improvement-suggestion.mdwn': No such file or directory
touch: cannot touch 'bugs/errors-during-backup-should-cause-exit-1.mdwn': No such file or directory
touch: cannot touch 'bugs/estimate-backup-time.mdwn': No such file or directory
touch: cannot touch 'bugs/estimate-to-be-freed-space.mdwn': No such file or directory
touch: cannot touch 'bugs/exclude-after-readlink.mdwn': No such file or directory
touch: cannot touch 'bugs/exclude-based-on-mime-type.mdwn': No such file or directory
touch: cannot touch 'bugs/exclude-based-on-size.mdwn': No such file or directory
touch: cannot touch 'bugs/exclude_already_existing_files_in_backup__44___does_not_remove_them.mdwn': No such file or directory
touch: cannot touch 'bugs/fd-leak.mdwn': No such file or directory
touch: cannot touch 'bugs/filename-hash-collisions.mdwn': No such file or directory
touch: cannot touch 'bugs/force-lock_currently_doesn__39__t_work.mdwn': No such file or directory
touch: cannot touch 'bugs/forget-is-too-slow.mdwn': No such file or directory
touch: cannot touch 'bugs/forget-progress-reporting.mdwn': No such file or directory
touch: cannot touch 'bugs/forget_progress_reporting_broken.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck-does-not-lock.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck-should-fix-refcount-errors.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck-should-not-require-user-to-be-known-client.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck-should-reconstruct-chunk-btrees.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck-should-remove-extra-files.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck-workitem-unification.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck_gives_warnings_for_simple_cases.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck_needs_too_much_memory.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck_progress_counts_wrong.mdwn': No such file or directory
touch: cannot touch 'bugs/fstype-include-exclude-mdwn': No such file or directory
touch: cannot touch 'bugs/fuse-without-generations.mdwn': No such file or directory
touch: cannot touch 'bugs/fuse.mdwn': No such file or directory
touch: cannot touch 'bugs/generation-descriptions.mdwn': No such file or directory
touch: cannot touch 'bugs/generation-locking.mdwn': No such file or directory
touch: cannot touch 'bugs/generation-time-stamps-wrong.mdwn': No such file or directory
touch: cannot touch 'bugs/glob-exclusion.mdwn': No such file or directory
touch: cannot touch 'bugs/gpg-options.mdwn': No such file or directory
touch: cannot touch 'bugs/gpg-passphrase.mdwn': No such file or directory
touch: cannot touch 'bugs/help-output-groups.mdwn': No such file or directory
touch: cannot touch 'bugs/helper-script-for-bug-report-data-gathering.mdwn': No such file or directory
touch: cannot touch 'bugs/inefficient-metadata.mdwn': No such file or directory
touch: cannot touch 'bugs/insufficient-locking.mdwn': No such file or directory
touch: cannot touch 'bugs/integer-too-big.mdwn': No such file or directory
touch: cannot touch 'bugs/keep-bugs-in-ikiwiki.mdwn': No such file or directory
touch: cannot touch 'bugs/keep-chunk-dirs-locked-less.mdwn': No such file or directory
touch: cannot touch 'bugs/keep-hours-buggy.mdwn': No such file or directory
touch: cannot touch 'bugs/keep-per-client-lock-across-snapshots.mdwn': No such file or directory
touch: cannot touch 'bugs/keeps-dev-urandom-open.mdwn': No such file or directory
touch: cannot touch 'bugs/key-managements.mdwn': No such file or directory
touch: cannot touch 'bugs/lacks-compression-plugin.mdwn': No such file or directory
touch: cannot touch 'bugs/larch-journal-processing-progress-reporting.mdwn': No such file or directory
touch: cannot touch 'bugs/live-data-backup-restore-benchmark-failure.mdwn': No such file or directory
touch: cannot touch 'bugs/llistxattr-fail-fatal.mdwn': No such file or directory
touch: cannot touch 'bugs/local-temp-cache.mdwn': No such file or directory
touch: cannot touch 'bugs/lock-key-in-ram.mdwn': No such file or directory
touch: cannot touch 'bugs/lock-notification.mdwn': No such file or directory
touch: cannot touch 'bugs/lock-timeout-error-does-not-identify-lock.mdwn': No such file or directory
touch: cannot touch 'bugs/log_files_that_have_been_backed_up_with_log_level_INFO.mdwn': No such file or directory
touch: cannot touch 'bugs/ls-output-formats.mdnw': No such file or directory
touch: cannot touch 'bugs/memory-profiling-everywhere.mdwn': No such file or directory
touch: cannot touch 'bugs/missing-progress-reporting.mdwn': No such file or directory
touch: cannot touch 'bugs/missing-v6-restore-test.mdwn': No such file or directory
touch: cannot touch 'bugs/more-rsync-like.mdwn': No such file or directory
touch: cannot touch 'bugs/multiple-checksums.mdwn': No such file or directory
touch: cannot touch 'bugs/multiple___34__exclude__34___in_configuration_fails.mdwn': No such file or directory
touch: cannot touch 'bugs/multirepository.mdwn': No such file or directory
touch: cannot touch 'bugs/needs-porting-to-rhel-sl-centos.mdwn': No such file or directory
touch: cannot touch 'bugs/no-chattr-support.mdwn': No such file or directory
touch: cannot touch 'bugs/non-linux-file-types.mdwn': No such file or directory
touch: cannot touch 'bugs/non-wishlist.mdwn': No such file or directory
touch: cannot touch 'bugs/obnam-benchmark-seivot-branch.mdwn': No such file or directory
touch: cannot touch 'bugs/obnam_force-lock_does_not_remove_all_locks.mdwn': No such file or directory
touch: cannot touch 'bugs/obnam_fsck_should_do_something_about_unused_chunks.mdwn': No such file or directory
touch: cannot touch 'bugs/obnam_should_handle_user_abort___40__ctrl-c__41___and_SIGTERM_gracefully.mdwn': No such file or directory
touch: cannot touch 'bugs/obnam_squeeze_package_dependencies.mdwn': No such file or directory
touch: cannot touch 'bugs/obnammodule-malloc.mdwn': No such file or directory
touch: cannot touch 'bugs/option_to_not_use_paramiko__63__.mdwn': No such file or directory
touch: cannot touch 'bugs/oserror-stino.mdwn': No such file or directory
touch: cannot touch 'bugs/performance-only.mdwn': No such file or directory
touch: cannot touch 'bugs/performance-with-many-hardlinks.mdwn': No such file or directory
touch: cannot touch 'bugs/precise-checkpoints.mdwn': No such file or directory
touch: cannot touch 'bugs/pretend-does-not-work-on-empty-repo.mdwn': No such file or directory
touch: cannot touch 'bugs/refactor-repository-class.mdwn': No such file or directory
touch: cannot touch 'bugs/regression_on_debian_squeeze_python_dependancy.mdwn': No such file or directory
touch: cannot touch 'bugs/remove-checkpoint-generations.mdwn': No such file or directory
touch: cannot touch 'bugs/remove-client-not-in-manpage.mdwn': No such file or directory
touch: cannot touch 'bugs/remove-clients.mdwn': No such file or directory
touch: cannot touch 'bugs/rename-client.mdwn': No such file or directory
touch: cannot touch 'bugs/rename-clients.mdwn': No such file or directory
touch: cannot touch 'bugs/repo-checksum-use-digest-not-hexdigest.mdwn': No such file or directory
touch: cannot touch 'bugs/repo-upgrades-missing.mdwn': No such file or directory
touch: cannot touch 'bugs/report-actual-transferred-bytes.mdwn': No such file or directory
touch: cannot touch 'bugs/restartable-restore.mdwn': No such file or directory
touch: cannot touch 'bugs/restore-exclude-option.mdwn': No such file or directory
touch: cannot touch 'bugs/restore-gid-when-possible.mdwn': No such file or directory
touch: cannot touch 'bugs/restore-skip-files.mdwn': No such file or directory
touch: cannot touch 'bugs/restore-timestamp-trouble.mdwn': No such file or directory
touch: cannot touch 'bugs/restore_from_gzip__39__d_repo_gives_confusing_error_message.mdwn': No such file or directory
touch: cannot touch 'bugs/ro-ops-while-rw-runs-crash.mdwn': No such file or directory
touch: cannot touch 'bugs/rolling-checksum-patches-need-review.mdwn': No such file or directory
touch: cannot touch 'bugs/root-is-file-not-dir-error-message.mdwn': No such file or directory
touch: cannot touch 'bugs/rsync_as_transport__63__.mdwn': No such file or directory
touch: cannot touch 'bugs/salsa-tins.mdwn': No such file or directory
touch: cannot touch 'bugs/seek-over-holes.mdwn': No such file or directory
touch: cannot touch 'bugs/setup-too-long-without-feedback.mdwn': No such file or directory
touch: cannot touch 'bugs/sftp-access-to-live-data-crashes.mdwn': No such file or directory
touch: cannot touch 'bugs/sftp-get-put-for-transfer-for-speed.mdwn': No such file or directory
touch: cannot touch 'bugs/sftp-round-trip-optimisation-results-in-scary-log-messages.mdwn': No such file or directory
touch: cannot touch 'bugs/sftp-too-limited.mdwn': No such file or directory
touch: cannot touch 'bugs/should-not-ignore-whole-directory-when-lstat-on-one-file-fails.mdwn': No such file or directory
touch: cannot touch 'bugs/small-chunks-in-btree.mdwn': No such file or directory
touch: cannot touch 'bugs/small-chunks-in-separate-btree.mdwn': No such file or directory
touch: cannot touch 'bugs/specify-ssh-key-to-use.mdwn': No such file or directory
touch: cannot touch 'bugs/specify-ssh-key.mdwn': No such file or directory
touch: cannot touch 'bugs/struct_calcsize_vs_len_struct_pack.mdwn': No such file or directory
touch: cannot touch 'bugs/symlink-as-backup-root.mdwn': No such file or directory
touch: cannot touch 'bugs/symlink-as-root.mdwn': No such file or directory
touch: cannot touch 'bugs/tarball-with-everything.mdwn': No such file or directory
touch: cannot touch 'bugs/test-against-old-format-versions.mdwn': No such file or directory
touch: cannot touch 'bugs/test-for-full-filesystem.mdwn': No such file or directory
touch: cannot touch 'bugs/test-suite-leave-temp-files.mdwn': No such file or directory
touch: cannot touch 'bugs/time_based_checkpoint_generations.mdwn': No such file or directory
touch: cannot touch 'bugs/too-slow.mdwn': No such file or directory
touch: cannot touch 'bugs/too_much_test_coverage_exclusion.mdwn': No such file or directory
touch: cannot touch 'bugs/tput:_No_value_for___36__TERM_and_no_-T_specified.mdwn': No such file or directory
touch: cannot touch 'bugs/transient-problems-warning.mdwn': No such file or directory
touch: cannot touch 'bugs/turn_--exclude-caches_into_--exclude-tagfile__61__OBNAM__95__NOBACKUP.mdwn': No such file or directory
touch: cannot touch 'bugs/ugly-enoent-error-message.mdwn': No such file or directory
touch: cannot touch 'bugs/ugly-sshexception-error-message.mdwn': No such file or directory
touch: cannot touch 'bugs/use-cliapp-setup_logging-overrides.mdwn': No such file or directory
touch: cannot touch 'bugs/use-cliapps-plugin-manager.mdwn': No such file or directory
touch: cannot touch 'bugs/use-existing-node-size.mdwn': No such file or directory
touch: cannot touch 'bugs/use-fsync.mdwn': No such file or directory
touch: cannot touch 'bugs/username-groupname-over-sftp-wrong.mdwn': No such file or directory
touch: cannot touch 'bugs/utimensat-undefined-symbol.mdwn': No such file or directory
touch: cannot touch 'bugs/verify-pick-randomly.mdwn': No such file or directory
touch: cannot touch 'bugs/verify-progress-should-be-bytes.mdwn': No such file or directory
touch: cannot touch 'bugs/verify-should-continue-past-error.mdwn': No such file or directory
touch: cannot touch 'bugs/verify-stricter.mdwn': No such file or directory
touch: cannot touch 'bugs/vfs-split-for-live-data-repo-access.mdwn': No such file or directory
touch: cannot touch 'bugs/warn-about-common-client-names.mdwn': No such file or directory
touch: cannot touch 'bugs/whitelist-backups.mdwn': No such file or directory
touch: cannot touch 'bugs/whole-file-checksums.mdwn': No such file or directory
touch: cannot touch 'bugs/wishlist-only.mdwn': No such file or directory
touch: cannot touch 'bugs/wishlist:_how_does_memory_and_cpu_usage_of_obnam_depend_on_the_number_of_files_and_their_sizes__63__.mdwn': No such file or directory
touch: cannot touch 'bugs/xattr-changes-do-not-trigger-backup.mdwn': No such file or directory
touch: cannot touch 'faq/checksum-safety.mdwn': No such file or directory
touch: cannot touch 'faq/dedup.mdwn': No such file or directory
touch: cannot touch 'faq/name.mdwn': No such file or directory
touch: cannot touch 'faq/private-key-for-backup.mdwn': No such file or directory
touch: cannot touch 'faq/profiling.mdwn': No such file or directory
touch: cannot touch 'faq/restore-on-other-client.mdwn': No such file or directory
touch: cannot touch 'faq/safe-repo-sharing.mdwn': No such file or directory
touch: cannot touch 'faq/why-nonstd-format.mdwn': No such file or directory
Use of uninitialized value $ENV{"HOME"} in concatenation (.) or string at /usr/share/perl5/IkiWiki.pm line 49.
Use of uninitialized value $ENV{"HOME"} in concatenation (.) or string at /usr/share/perl5/IkiWiki.pm line 49.
Use of uninitialized value $ENV{"HOME"} in concatenation (.) or string at /usr/share/perl5/IkiWiki.pm line 49.
Use of uninitialized value $ENV{"HOME"} in concatenation (.) or string at /usr/share/perl5/IkiWiki.pm line 49.
rebuilding wiki..
contributing has multiple possible source files; one will be chosen at random
scanning index.mdwn
scanning mirror.sh
scanning bug-reporting.mdwn
scanning ikiwiki.setup
scanning wq.mdwn
scanning local.css
scanning quotes.mdwn
scanning status.mdwn
scanning style.css
scanning git-mtime.sh
scanning license.mdwn
scanning obnam.jpg
scanning contributing.mdwn
scanning signing.mdwn
scanning contact.mdwn
scanning roadmap.mdwn
scanning tutorial.mdwn
scanning jusdustprodic1986.mdwn
scanning development.mdwn
scanning encryption.mdwn
scanning 1.0.mdwn
scanning ondisk.mdwn
scanning donate.txt
scanning kitten.jpg
scanning shortcuts.mdwn
scanning contributing.md
scanning liw-bitcoin-qr-obnam.png
scanning bytemark-ff3270c4.svg
scanning obnam.svg
scanning sidebar.mdwn
scanning bugs.mdwn
scanning benchmarks.mdwn
scanning blog.mdwn
scanning roadmap-ga.mdwn
scanning README.mdwn
scanning download.mdwn
scanning sad.mdwn
scanning donate.mdwn
scanning locking.mdwn
scanning bytemark-4aa4ed38.png
scanning format-6.mdwn
scanning obnam.1.txt
scanning faq.mdwn
scanning NEWS.mdwn
scanning format-green-albatross.mdwn
scanning sticker.png
scanning templates/editcreationconflict.tmpl
scanning templates/rsspage.tmpl
scanning templates/archivepage.tmpl
scanning templates/page.tmpl
scanning templates/renamesummary.tmpl
scanning templates/rssitem.tmpl
scanning templates/calendaryear.tmpl
scanning templates/calendarmonth.tmpl
scanning templates/emailauth.tmpl
scanning templates/editpagegone.tmpl
scanning templates/recentchanges.tmpl
scanning templates/inlinepage.tmpl
scanning templates/commentmoderation.tmpl
scanning templates/titlepage.tmpl
scanning templates/googleform.tmpl
scanning templates/blogpost.tmpl
scanning templates/microblog.tmpl
scanning templates/revert.tmpl
scanning templates/aggregatepost.tmpl
scanning templates/notifyemail.tmpl
scanning templates/atompage.tmpl
scanning templates/searchform.tmpl
scanning templates/autotag.tmpl
scanning templates/login-selector.tmpl
scanning templates/pocreatepage.tmpl
scanning templates/editcomment.tmpl
scanning templates/comment.tmpl
scanning templates/editpage.tmpl
scanning templates/editfailedsave.tmpl
scanning templates/autoindex.tmpl
scanning templates/feedlink.tmpl
scanning templates/editconflict.tmpl
scanning templates/searchquery.tmpl
scanning templates/passwordmail.tmpl
scanning templates/atomitem.tmpl
scanning templates/trails.tmpl
scanning templates/change.tmpl
scanning tag/meeting.mdwn
scanning tag/obnam-1.0-blocker.mdwn
scanning tag/obnam-wishlist.mdwn
scanning tag/program.mdwn
scanning tag/obnam-performance.mdwn
scanning tag/obnam3.mdwn
scanning tag/person.mdwn
scanning tag/development-note.mdwn
scanning blog/2023/01/meeting.mdwn
scanning blog/2021/12/04/obnam-0.6.0.mdwn
scanning blog/2021/12/06/planning.mdwn
scanning blog/2021/03/28/planning.mdwn
scanning blog/2021/01/31/iteration.mdwn
scanning blog/2021/01/02/iteration.mdwn
scanning blog/2021/01/16/iteration.mdwn
scanning blog/2021/01/29/v0.2.2.mdwn
scanning blog/2021/07/18/meeting.mdwn
scanning blog/2021/07/04/meetings.mdwn
scanning blog/2021/11/21/0.5.0.mdwn
scanning blog/2021/11/21/planning.mdwn
scanning blog/2021/11/07/planning.mdwn
scanning blog/2021/04/18/meeting.mdwn
scanning blog/2021/04/25/meeting.md
scanning blog/2021/08/01/planning.mdwn
scanning blog/2021/08/16/planning.mdwn
scanning blog/2021/08/29/planning.mdwn
scanning blog/2021/09/12/planning.mdwn
scanning blog/2021/05/10/meeting.md
scanning blog/2021/02/28/planning.mdwn
scanning blog/2021/02/15/iteration.mdwn
scanning blog/2021/06/06/meeting.mdwn
scanning blog/2022/03/21/planning.mdwn
scanning blog/2022/03/08/obnam-0.7.1.mdwn
scanning blog/2022/03/06/planning.mdwn
scanning blog/2022/10/planning.mdwn
scanning blog/2022/01/07/planning.mdwn
scanning blog/2022/01/04/obnam-0.7.0.mdwn
scanning blog/2022/07/24/obnam-0.8.0.mdwn
scanning blog/2022/11/planning.mdwn
scanning blog/2022/04/03/planning.mdwn
scanning blog/2022/04/17/plannning.mdwn
scanning blog/2022/02/23/planning.mdwn
scanning blog/2022/06/12.mdwn
scanning blog/2025/obnam3-07.mdwn
scanning blog/2025/obnam3-02.mdwn
scanning blog/2025/obnam3-22.mdwn
scanning blog/2025/obnam3-16.mdwn
scanning blog/2025/obnam3-03.mdwn
scanning blog/2025/obnam3-18.mdwn
scanning blog/2025/obnam3-09.mdwn
scanning blog/2025/obnam3-12.mdwn
scanning blog/2025/obnam3-05.mdwn
scanning blog/2025/obnam3-01.mdwn
scanning blog/2025/obnam3-04.mdwn
scanning blog/2025/obnam3-21.mdwn
scanning blog/2025/obnam3-17.mdwn
scanning blog/2025/obnam3-20.mdwn
scanning blog/2025/obnam3-27.mdwn
scanning blog/2025/obnam3-14.mdwn
scanning blog/2025/obnam3-25.mdwn
scanning blog/2025/obnam3-24.mdwn
scanning blog/2025/obnam3-11.mdwn
scanning blog/2025/obnam3-13.mdwn
scanning blog/2025/obnam3-26.mdwn
scanning blog/2025/obnam3-06.mdwn
scanning blog/2025/obnam3-23.mdwn
scanning blog/2025/obnam3-08.mdwn
scanning blog/2025/obnam3-15.mdwn
scanning blog/2025/obnam3-10.mdwn
scanning blog/2025/obnam3-19.mdwn
scanning blog/2025/obnam3-26/roadmap.svg
scanning blog/2025/obnam3-27/roadmap.svg
scanning ikiwiki/jquery.min.js
scanning ikiwiki/login-selector/login-selector.js
scanning sandbox.mdwn
scanning favicon.ico
scanning ikiwiki.mdwn
scanning recentchanges.mdwn
scanning templates.mdwn
scanning ikiwiki/pagespec.mdwn
scanning ikiwiki/subpage.mdwn
scanning ikiwiki/wikilink.mdwn
scanning ikiwiki/markdown.mdwn
scanning ikiwiki/openid.mdwn
scanning ikiwiki/searching.mdwn
scanning ikiwiki/directive.mdwn
scanning ikiwiki/formatting.mdwn
scanning ikiwiki/subpage/linkingrules.mdwn
scanning ikiwiki/pagespec/sorting.mdwn
scanning ikiwiki/pagespec/attachment.mdwn
scanning ikiwiki/pagespec/po.mdwn
scanning templates/note.mdwn
scanning templates/popup.mdwn
scanning wikiicons/openidlogin-bg.gif
scanning wikiicons/diff.png
scanning wikiicons/revert.png
scanning wikiicons/search-bg.gif
scanning wikiicons/email.png
creating tag page tag/announcement
scanning tag/announcement.mdwn
creating tag page tag/obnam
scanning tag/obnam.mdwn
building index.mdwn
building mirror.sh
building bug-reporting.mdwn
building ikiwiki.setup
building wq.mdwn
building local.css
building quotes.mdwn
building status.mdwn
building style.css
building git-mtime.sh
building license.mdwn
building obnam.jpg
building contributing.mdwn
building signing.mdwn
building contact.mdwn
building roadmap.mdwn
building tutorial.mdwn
building jusdustprodic1986.mdwn
building development.mdwn
building encryption.mdwn
building 1.0.mdwn
building ondisk.mdwn
building donate.txt
building kitten.jpg
building shortcuts.mdwn
building contributing.md
building liw-bitcoin-qr-obnam.png
building bytemark-ff3270c4.svg
building obnam.svg
building sidebar.mdwn
building bugs.mdwn
building benchmarks.mdwn
building blog.mdwn
building roadmap-ga.mdwn
building README.mdwn
building download.mdwn
building sad.mdwn
building donate.mdwn
building locking.mdwn
building bytemark-4aa4ed38.png
building format-6.mdwn
building obnam.1.txt
building faq.mdwn
building NEWS.mdwn
building format-green-albatross.mdwn
building sticker.png
building templates/editcreationconflict.tmpl
building templates/rsspage.tmpl
building templates/archivepage.tmpl
building templates/page.tmpl
building templates/renamesummary.tmpl
building templates/rssitem.tmpl
building templates/calendaryear.tmpl
building templates/calendarmonth.tmpl
building templates/emailauth.tmpl
building templates/editpagegone.tmpl
building templates/recentchanges.tmpl
building templates/inlinepage.tmpl
building templates/commentmoderation.tmpl
building templates/titlepage.tmpl
building templates/googleform.tmpl
building templates/blogpost.tmpl
building templates/microblog.tmpl
building templates/revert.tmpl
building templates/aggregatepost.tmpl
building templates/notifyemail.tmpl
building templates/atompage.tmpl
building templates/searchform.tmpl
building templates/autotag.tmpl
building templates/login-selector.tmpl
building templates/pocreatepage.tmpl
building templates/editcomment.tmpl
building templates/comment.tmpl
building templates/editpage.tmpl
building templates/editfailedsave.tmpl
building templates/autoindex.tmpl
building templates/feedlink.tmpl
building templates/editconflict.tmpl
building templates/searchquery.tmpl
building templates/passwordmail.tmpl
building templates/atomitem.tmpl
building templates/trails.tmpl
building templates/change.tmpl
building tag/meeting.mdwn
building tag/obnam-1.0-blocker.mdwn
building tag/obnam-wishlist.mdwn
building tag/program.mdwn
building tag/obnam-performance.mdwn
building tag/obnam3.mdwn
building tag/person.mdwn
building tag/development-note.mdwn
building blog/2023/01/meeting.mdwn
building blog/2021/12/04/obnam-0.6.0.mdwn
building blog/2021/12/06/planning.mdwn
building blog/2021/03/28/planning.mdwn
building blog/2021/01/31/iteration.mdwn
building blog/2021/01/02/iteration.mdwn
building blog/2021/01/16/iteration.mdwn
building blog/2021/01/29/v0.2.2.mdwn
building blog/2021/07/18/meeting.mdwn
building blog/2021/07/04/meetings.mdwn
building blog/2021/11/21/0.5.0.mdwn
building blog/2021/11/21/planning.mdwn
building blog/2021/11/07/planning.mdwn
building blog/2021/04/18/meeting.mdwn
building blog/2021/04/25/meeting.md
building blog/2021/08/01/planning.mdwn
building blog/2021/08/16/planning.mdwn
building blog/2021/08/29/planning.mdwn
building blog/2021/09/12/planning.mdwn
building blog/2021/05/10/meeting.md
building blog/2021/02/28/planning.mdwn
building blog/2021/02/15/iteration.mdwn
building blog/2021/06/06/meeting.mdwn
building blog/2022/03/21/planning.mdwn
building blog/2022/03/08/obnam-0.7.1.mdwn
building blog/2022/03/06/planning.mdwn
building blog/2022/10/planning.mdwn
building blog/2022/01/07/planning.mdwn
building blog/2022/01/04/obnam-0.7.0.mdwn
building blog/2022/07/24/obnam-0.8.0.mdwn
building blog/2022/11/planning.mdwn
building blog/2022/04/03/planning.mdwn
building blog/2022/04/17/plannning.mdwn
building blog/2022/02/23/planning.mdwn
building blog/2022/06/12.mdwn
building blog/2025/obnam3-07.mdwn
building blog/2025/obnam3-02.mdwn
building blog/2025/obnam3-22.mdwn
building blog/2025/obnam3-16.mdwn
building blog/2025/obnam3-03.mdwn
building blog/2025/obnam3-18.mdwn
building blog/2025/obnam3-09.mdwn
building blog/2025/obnam3-12.mdwn
building blog/2025/obnam3-05.mdwn
building blog/2025/obnam3-01.mdwn
building blog/2025/obnam3-04.mdwn
building blog/2025/obnam3-21.mdwn
building blog/2025/obnam3-17.mdwn
building blog/2025/obnam3-20.mdwn
building blog/2025/obnam3-27.mdwn
building blog/2025/obnam3-14.mdwn
building blog/2025/obnam3-25.mdwn
building blog/2025/obnam3-24.mdwn
building blog/2025/obnam3-11.mdwn
building blog/2025/obnam3-13.mdwn
building blog/2025/obnam3-26.mdwn
building blog/2025/obnam3-06.mdwn
building blog/2025/obnam3-23.mdwn
building blog/2025/obnam3-08.mdwn
building blog/2025/obnam3-15.mdwn
building blog/2025/obnam3-10.mdwn
building blog/2025/obnam3-19.mdwn
building blog/2025/obnam3-26/roadmap.svg
building blog/2025/obnam3-27/roadmap.svg
building ikiwiki/jquery.min.js
building ikiwiki/login-selector/login-selector.js
building sandbox.mdwn
building favicon.ico
building ikiwiki.mdwn
building recentchanges.mdwn
building templates.mdwn
building ikiwiki/pagespec.mdwn
building ikiwiki/subpage.mdwn
building ikiwiki/wikilink.mdwn
building ikiwiki/markdown.mdwn
building ikiwiki/openid.mdwn
building ikiwiki/searching.mdwn
building ikiwiki/directive.mdwn
building ikiwiki/formatting.mdwn
building ikiwiki/subpage/linkingrules.mdwn
building ikiwiki/pagespec/sorting.mdwn
building ikiwiki/pagespec/attachment.mdwn
building ikiwiki/pagespec/po.mdwn
building templates/note.mdwn
building templates/popup.mdwn
building wikiicons/openidlogin-bg.gif
building wikiicons/diff.png
building wikiicons/revert.png
building wikiicons/search-bg.gif
building wikiicons/email.png
building tag/announcement.mdwn
building tag/obnam.mdwn
done
custom action "ikiwiki" exit code Some(0)
[2025-09-20T12:20:03Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-20T12:20:03Z DEBUG ambient_ci::plan] RUN: Action TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-09-20T12:20:03Z DEBUG ambient_ci::action] Plan::execute: plan=TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-09-20T12:20:03Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/workspace/src",
}
[2025-09-20T12:20:03Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2025-09-20T12:20:03Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-09-20T12:20:03Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-09-20T12:20:03Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-09-20T12:20:03Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-09-20T12:20:03Z TRACE ambient_ci::vdrive] calling tar_create
[2025-09-20T12:20:03Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-09-20T12:20:03Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-20T12:20:03Z DEBUG ambient_ci::plan] RUN: Action TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
}
[2025-09-20T12:20:03Z DEBUG ambient_ci::action] Plan::execute: plan=TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
}
[2025-09-20T12:20:03Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/workspace/src",
}
[2025-09-20T12:20:03Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2025-09-20T12:20:03Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-09-20T12:20:03Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-09-20T12:20:03Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-09-20T12:20:03Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-09-20T12:20:03Z TRACE ambient_ci::vdrive] calling tar_create
[2025-09-20T12:20:04Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-09-20T12:20:04Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-20T12:20:04Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
[2025-09-20T12:20:06Z INFO ambient] ambient ends successfully
{
"request": "trigger",
"version": 1,
"event_type": "push",
"repository": {
"id": "rad:z2aq8B4ui77q8msEtUaGYXeSwNYuc",
"name": "obnam.org",
"description": "Web site for Obnam backup program",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
]
},
"pusher": {
"id": "did:key:z6MkkYez6QAFWvmdudjrfMXySu1NTpSrraJotCJFwGgkmgx8",
"alias": "ci0"
},
"before": "36f0b7843653987b0a408c3798d2efdaf91312eb",
"after": "36f0b7843653987b0a408c3798d2efdaf91312eb",
"branch": "main",
"commits": [
"36f0b7843653987b0a408c3798d2efdaf91312eb"
]
}[2025-09-20T12:19:51Z INFO ambient] ambient starts
[2025-09-20T12:19:51Z DEBUG ambient] load default configuration file /home/_rad/.config/ambient/config.yaml if it exists
[2025-09-20T12:19:51Z DEBUG ambient] load files named with --config: /tmp/.tmpZeheM2/ambient_extra_values.yaml
[2025-09-20T12:19:51Z 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: None,
rsync_target_base: Some(
"ci@http.liw.fi:/srv/http",
),
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-09-20T12:19:51Z 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: None,
rsync_target_base: Some(
"ci@http.liw.fi:/srv/http",
),
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-09-20T12:19:51Z DEBUG ambient_ci::project] load project state from /srv/ambient-state/obnam.org/meta.yaml
[2025-09-20T12:19:51Z DEBUG ambient_ci::run] latest commit: "36f0b7843653987b0a408c3798d2efdaf91312eb"
[2025-09-20T12:19:51Z DEBUG ambient_ci::run] is a git repository
[2025-09-20T12:19:51Z DEBUG ambient_ci::run] git repository is clean
[2025-09-20T12:19:51Z DEBUG ambient_ci::run] current (HEAD) commit: 36f0b7843653987b0a408c3798d2efdaf91312eb
[2025-09-20T12:19:51Z DEBUG ambient_ci::run] no dry run requested
[2025-09-20T12:19:51Z DEBUG ambient_ci::run] forced run requested
[2025-09-20T12:19:51Z DEBUG ambient_ci::run] run? true
[2025-09-20T12:19:51Z INFO ambient_ci::run] project obnam.org: running CI
[2025-09-20T12:19:51Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-09-20T12:19:51Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-09-20T12:19:51Z DEBUG ambient_ci::run] create virtual drive /srv/tmp/.tmpl3voC2/src.tar
[2025-09-20T12:19:54Z DEBUG ambient_ci::run] create virtual drive /srv/tmp/.tmpl3voC2/deps.tar
[2025-09-20T12:19:54Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-09-20T12:19:54Z 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",
],
},
Custom(
Custom {
name: "ikiwiki",
args: {},
},
),
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-09-20T12:19:54Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-09-20T12:19:54Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /srv/tmp/.tmpl3voC2/ambient-execute-plan/run-ci
[2025-09-20T12:19:54Z DEBUG ambient_ci::run] copy OK: true
[2025-09-20T12:19:54Z DEBUG ambient_ci::run] create virtual drive /srv/tmp/.tmpl3voC2/executor.tar
[2025-09-20T12:19:54Z DEBUG ambient_ci::project] removing run log file /srv/ambient-state/obnam.org/run.log
[2025-09-20T12:19:54Z DEBUG ambient_ci::project] statedir is /srv/ambient-state/obnam.org, exists? true
[2025-09-20T12:19:54Z DEBUG ambient_ci::project] creating run log file /srv/ambient-state/obnam.org/run.log
[2025-09-20T12:19:54Z DEBUG ambient_ci::project] created run log file /srv/ambient-state/obnam.org/run.log OK
[2025-09-20T12:19:54Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-09-20T12:19:54Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-09-20T12:19:54Z 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-09-20T12:19:54Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-09-20T12:19:54Z 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-09-20T12:19:54Z DEBUG ambient_ci::qemu] run QEMU
[2025-09-20T12:19:54Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-09-20T12:19:54Z DEBUG ambient_ci::qemu_utils] qemu-img create /srv/tmp/.tmpJgWhET/.tmpRIxYJ4/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-09-20T12:19:54Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-09-20T12:19:54Z 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-09-20T12:19:54Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpbdbFD9/meta-data
[2025-09-20T12:19:54Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpbdbFD9/user-data
[2025-09-20T12:19:54Z DEBUG ambient_ci::qemu] set console log file to /srv/tmp/.tmpJgWhET/.tmpRIxYJ4/console.log
[2025-09-20T12:19:54Z DEBUG ambient_ci::util] create file /srv/tmp/.tmpJgWhET/.tmpRIxYJ4/console.log
[2025-09-20T12:19:54Z DEBUG ambient_ci::qemu] set run file to /srv/ambient-state/obnam.org/run.log
[2025-09-20T12:19:54Z DEBUG ambient_ci::util] create file /srv/ambient-state/obnam.org/run.log
[2025-09-20T12:19:54Z 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/.tmpJgWhET/.tmpRIxYJ4/console.log",
"-serial",
"file:/srv/ambient-state/obnam.org/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/.tmpJgWhET/.tmpRIxYJ4/vars.fd",
"-drive",
"format=qcow2,if=virtio,file=/srv/tmp/.tmpJgWhET/.tmpRIxYJ4/vm.qcow2",
"-drive",
"format=raw,if=virtio,file=/srv/tmp/.tmpl3voC2/executor.tar,readonly=on",
"-cdrom",
"/srv/tmp/.tmpJgWhET/.tmpRIxYJ4/cloud_init.iso",
"-drive",
"format=raw,if=virtio,file=/srv/tmp/.tmpl3voC2/src.tar,readonly=on",
"-drive",
"format=raw,if=virtio,file=/srv/tmp/.tmpl3voC2/artifacts.tar",
"-drive",
"format=raw,if=virtio,file=/srv/tmp/.tmpl3voC2/cache.tar",
"-drive",
"format=raw,if=virtio,file=/srv/tmp/.tmpl3voC2/deps.tar,readonly=on",
"-nodefaults",
"-no-user-config",
],
}
[2025-09-20T12:20:05Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-09-20T12:20:05Z DEBUG ambient_ci::qemu] run log:
--------------------==========
[2025-09-20T12:20:01Z TRACE ambient_execute_plan] ambient-execute-plan version 0.6.0@6a70056 starts
[2025-09-20T12:20:01Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.6.0@6a70056 starts
[2025-09-20T12:20:01Z INFO ambient_execute_plan] ambient-execute-plan version 0.6.0@6a70056 starts
[2025-09-20T12:20:01Z WARN ambient_execute_plan] ambient-execute-plan version 0.6.0@6a70056 starts
[2025-09-20T12:20:01Z ERROR ambient_execute_plan] ambient-execute-plan version 0.6.0@6a70056 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: custom
name: ikiwiki
args: {}
- 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
[2025-09-20T12:20:01Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
pathname: "/workspace",
}
[2025-09-20T12:20:01Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
pathname: "/workspace",
}
[2025-09-20T12:20:01Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/workspace/src",
}
[2025-09-20T12:20:01Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-20T12:20:01Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
pathname: "/workspace/artifacts",
}
[2025-09-20T12:20:01Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
pathname: "/workspace/artifacts",
}
[2025-09-20T12:20:01Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/workspace/src",
}
[2025-09-20T12:20:01Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-20T12:20:01Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
}
[2025-09-20T12:20:01Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
}
[2025-09-20T12:20:01Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/workspace/src",
}
[2025-09-20T12:20:01Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-09-20T12:20:01Z TRACE ambient_ci::vdrive] extraction OK
[2025-09-20T12:20:01Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-20T12:20:01Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
}
[2025-09-20T12:20:01Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
}
[2025-09-20T12:20:01Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/workspace/src",
}
[2025-09-20T12:20:01Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-09-20T12:20:01Z TRACE ambient_ci::vdrive] extraction OK
[2025-09-20T12:20:01Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-20T12:20:01Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-09-20T12:20:01Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-09-20T12:20:01Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/workspace/src",
}
[2025-09-20T12:20:01Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-09-20T12:20:01Z TRACE ambient_ci::vdrive] extraction OK
[2025-09-20T12:20:01Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-20T12:20:01Z DEBUG ambient_ci::plan] RUN: Action Spawn {
argv: [
"find",
"/workspace",
"-maxdepth",
"2",
"-ls",
],
}
[2025-09-20T12:20:01Z DEBUG ambient_ci::action] Plan::execute: plan=Spawn {
argv: [
"find",
"/workspace",
"-maxdepth",
"2",
"-ls",
],
}
[2025-09-20T12:20:01Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/workspace/src",
}
SPAWN: argv=["find", "/workspace", "-maxdepth", "2", "-ls"]
cwd=/workspace/src (exists? true)
2621441 4 drwxr-xr-x 6 root root 4096 Sep 20 12:20 /workspace
2622295 4 drwxr-xr-x 2 root root 4096 Sep 20 05:57 /workspace/deps
2621443 4 drwxr-xr-x 8 root root 4096 Sep 20 12:19 /workspace/src
2621591 4 -rw-r--r-- 1 root root 1871 Sep 20 12:19 /workspace/src/index.mdwn
2621589 4 -rwxr-xr-x 1 root root 420 Sep 20 12:19 /workspace/src/mirror.sh
2621450 4 -rw-r--r-- 1 root root 507 Sep 20 12:19 /workspace/src/ikiwiki.setup
2621584 4 -rw-r--r-- 1 root root 2273 Sep 20 12:19 /workspace/src/style.css
2621573 4 drwxr-xr-x 2 root root 4096 Sep 20 12:19 /workspace/src/templates
2622294 4 -rwxr-xr-x 1 root root 304 Sep 20 12:19 /workspace/src/git-mtime.sh
2621583 4 -rw-r--r-- 1 root root 216 Sep 20 12:19 /workspace/src/license.mdwn
2621448 8 -rw-r--r-- 1 root root 6056 Sep 20 12:19 /workspace/src/contributing.mdwn
2621592 4 drwxr-xr-x 8 root root 4096 Sep 20 12:19 /workspace/src/.git
2621451 4 -rw-r--r-- 1 root root 397 Sep 20 12:19 /workspace/src/contact.mdwn
2621446 4 drwxr-xr-x 2 root root 4096 Sep 20 12:19 /workspace/src/.ambient
2622289 16 -rw-r--r-- 1 root root 14889 Sep 20 12:19 /workspace/src/1.0.mdwn
2621444 4 drwxr-xr-x 2 root root 4096 Sep 20 12:19 /workspace/src/.radicle
2621586 52 -rw-r--r-- 1 root root 52724 Sep 20 12:19 /workspace/src/kitten.jpg
2622290 4 drwxr-xr-x 2 root root 4096 Sep 20 12:19 /workspace/src/tag
2621588 4 -rw-r--r-- 1 root root 10 Sep 20 12:19 /workspace/src/.gitignore
2621585 4 -rw-r--r-- 1 root root 535 Sep 20 12:19 /workspace/src/shortcuts.mdwn
2621590 12 -rw-r--r-- 1 root root 12002 Sep 20 12:19 /workspace/src/obnam.svg
2621452 4 drwxr-xr-x 6 root root 4096 Sep 20 12:19 /workspace/src/blog
2621449 4 -rw-r--r-- 1 root root 1138 Sep 20 12:19 /workspace/src/benchmarks.mdwn
2621587 4 -rw-r--r-- 1 root root 288 Sep 20 12:19 /workspace/src/blog.mdwn
2621442 4 drwxr-xr-x 2 root root 4096 Sep 20 12:20 /workspace/artifacts
2622296 4 drwxr-xr-x 2 root root 4096 Sep 20 05:57 /workspace/cache
[2025-09-20T12:20:01Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-20T12:20:01Z DEBUG ambient_ci::plan] RUN: Action Custom(
Custom {
name: "ikiwiki",
args: {},
},
)
[2025-09-20T12:20:01Z DEBUG ambient_ci::action] Plan::execute: plan=Custom(
Custom {
name: "ikiwiki",
args: {},
},
)
[2025-09-20T12:20:01Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/workspace/src",
}
custom: source=/workspace/src
custom: exe=".ambient/ikiwiki" exists=false
touch: cannot touch 'bugs/Ability_to_mix_compressed__47__uncompressed__44___encrypted__47__unencrypted_data_in_repository.mdwn': No such file or directory
touch: cannot touch 'bugs/Add_a_method_for_forgetting_checkpoint_generations.mdwn': No such file or directory
touch: cannot touch 'bugs/Add_more_content_browsing_possibilities.mdwn': No such file or directory
touch: cannot touch 'bugs/CLI_status_line_for_obnam_forget_isn__39__t_updated.mdwn': No such file or directory
touch: cannot touch 'bugs/Can__39__t_set_multiple_roots_in_configfile.mdwn': No such file or directory
touch: cannot touch 'bugs/ERROR:_Cannot_back_up___47__path__47__to__47__file:___40__61__44_____39__No_data_available__39____44_____39____47__path__47__to__47__file__39____41__.mdwn': No such file or directory
touch: cannot touch 'bugs/Excessive_Memory_usage.mdwn': No such file or directory
touch: cannot touch 'bugs/Flexibilize_path_handling_when_doing_backups.mdwn': No such file or directory
touch: cannot touch 'bugs/FreeBSD_support.mdwn': No such file or directory
touch: cannot touch 'bugs/Ignores_invalid_command.mdwn': No such file or directory
touch: cannot touch 'bugs/Inaccurate_speed__47__bytes-transferred_when_resuming.mdwn': No such file or directory
touch: cannot touch 'bugs/Local_cache_of_remote_repo_metadata.mdwn': No such file or directory
touch: cannot touch 'bugs/Log_performance_results_to_logfile.mdwn': No such file or directory
touch: cannot touch 'bugs/Missing___34__e__34___in_commandline_output.mdwn': No such file or directory
touch: cannot touch 'bugs/Mutiple_bugs..mdwn': No such file or directory
touch: cannot touch 'bugs/Obnam_cannot_backup_with_failed_assertion_in_larch_forest.py_at_open__95__forest.py.mdwn': No such file or directory
touch: cannot touch 'bugs/Operation_not_permitted.mdwn': No such file or directory
touch: cannot touch 'bugs/Other_compression_methods__63__.mdwn': No such file or directory
touch: cannot touch 'bugs/Performance_impact_of_backup_generations__63__.mdwn': No such file or directory
touch: cannot touch 'bugs/SSH_connections_left_open.mdwn': No such file or directory
touch: cannot touch 'bugs/Support_SSH_host_aliases___40__and_.ssh__47__config_in_general__41__.mdwn': No such file or directory
touch: cannot touch 'bugs/Support_encrypting_to_a_GPG_public_key_without_having_the_private_key.mdwn': No such file or directory
touch: cannot touch 'bugs/Unhelpful_error_for_missing_key.mdwn': No such file or directory
touch: cannot touch 'bugs/ValueError:_need_more_than_1_value_to_unpack.mdwn': No such file or directory
touch: cannot touch 'bugs/Warn___40__and_optionally_skip__41___backing_up_large_files.mdwn': No such file or directory
touch: cannot touch 'bugs/__34__No_such_file_or_directory__34___when_trying_to_backup.mdwn': No such file or directory
touch: cannot touch 'bugs/abort-if-sftp-breaks.mdwn': No such file or directory
touch: cannot touch 'bugs/acl-xattr.mdwn': No such file or directory
touch: cannot touch 'bugs/all-filesystem-types.mdwn': No such file or directory
touch: cannot touch 'bugs/arch-diagram.mdwn': No such file or directory
touch: cannot touch 'bugs/avoid-hash-collisions.mdwn': No such file or directory
touch: cannot touch 'bugs/avoid-stat-for-unchanged-directory.mdwn': No such file or directory
touch: cannot touch 'bugs/backs-parent-of-root-if-relative.mdwn': No such file or directory
touch: cannot touch 'bugs/backup-downloads-too-much-data.mdwn': No such file or directory
touch: cannot touch 'bugs/backup-plugin-reporting.mdwn': No such file or directory
touch: cannot touch 'bugs/backup-pretend-should-list-filenames-to-stdout.mdwn': No such file or directory
touch: cannot touch 'bugs/backup-progress-unchanged-chunks.mdwn': No such file or directory
touch: cannot touch 'bugs/bad-error-message-with-bad-larch-or-repo-version.mdwn': No such file or directory
touch: cannot touch 'bugs/bad-message-for-regexp-syntax-error.mdwn': No such file or directory
touch: cannot touch 'bugs/baserock.mdwn': No such file or directory
touch: cannot touch 'bugs/benchmark-fsck.mdwn': No such file or directory
touch: cannot touch 'bugs/benchmarks-make-restore-elapsed-be-zeroes.mdwn': No such file or directory
touch: cannot touch 'bugs/better-way-to-upgrade-format-versions.mdwn': No such file or directory
touch: cannot touch 'bugs/bgproc.mdwn': No such file or directory
touch: cannot touch 'bugs/block-device-backup.mdwn': No such file or directory
touch: cannot touch 'bugs/c-lstat.mdwn': No such file or directory
touch: cannot touch 'bugs/chunk-size-based-on-data-type-and-size.mdwn': No such file or directory
touch: cannot touch 'bugs/chunks-dir-init-has-no-lock.mdwn': No such file or directory
touch: cannot touch 'bugs/clients-list-should-include-ids.mdwn': No such file or directory
touch: cannot touch 'bugs/clients-subcommand-for-non-clients.mdwn': No such file or directory
touch: cannot touch 'bugs/commit-progress-reporting.mdwn': No such file or directory
touch: cannot touch 'bugs/committing-changes-takes-long-without-feedback.mdwn': No such file or directory
touch: cannot touch 'bugs/compression-and-encryption-together-fails.mdwn': No such file or directory
touch: cannot touch 'bugs/compression-methods.mdwn': No such file or directory
touch: cannot touch 'bugs/crash_when_started_without_--log_option.mdwn': No such file or directory
touch: cannot touch 'bugs/crashing-early-leads-to-assertion-error.mdwn': No such file or directory
touch: cannot touch 'bugs/ctime.mdwn': No such file or directory
touch: cannot touch 'bugs/deduplication-stats.mdwn': No such file or directory
touch: cannot touch 'bugs/default-exclusions.mdwn': No such file or directory
touch: cannot touch 'bugs/delete-files-from-generations.mdwn': No such file or directory
touch: cannot touch 'bugs/disable-paramiko-logging.mdwn': No such file or directory
touch: cannot touch 'bugs/disk-full.mdwn': No such file or directory
touch: cannot touch 'bugs/do-not-cross-bind-mounts.mdwn': No such file or directory
touch: cannot touch 'bugs/document-black-box-testing.mdwn': No such file or directory
touch: cannot touch 'bugs/document-how-to-check-encryption-is-being-used.mdwn': No such file or directory
touch: cannot touch 'bugs/document-repo-upgrade.mdwn': No such file or directory
touch: cannot touch 'bugs/does-not-pass-test-suite-on-fedora17.mdwn': No such file or directory
touch: cannot touch 'bugs/does-not-unlock-when-failing-when-live-data-goes-away.mdwn': No such file or directory
touch: cannot touch 'bugs/done.mdwn': No such file or directory
touch: cannot touch 'bugs/done/FTBFS:___34__FAIL:_root-is-symlink:_got_exit_code_1__44___expected_0__34__.mdwn': No such file or directory
touch: cannot touch 'bugs/encrypt-fails-gpg-batchmode.mdwn': No such file or directory
touch: cannot touch 'bugs/encryption-improvement-suggestion.mdwn': No such file or directory
touch: cannot touch 'bugs/errors-during-backup-should-cause-exit-1.mdwn': No such file or directory
touch: cannot touch 'bugs/estimate-backup-time.mdwn': No such file or directory
touch: cannot touch 'bugs/estimate-to-be-freed-space.mdwn': No such file or directory
touch: cannot touch 'bugs/exclude-after-readlink.mdwn': No such file or directory
touch: cannot touch 'bugs/exclude-based-on-mime-type.mdwn': No such file or directory
touch: cannot touch 'bugs/exclude-based-on-size.mdwn': No such file or directory
touch: cannot touch 'bugs/exclude_already_existing_files_in_backup__44___does_not_remove_them.mdwn': No such file or directory
touch: cannot touch 'bugs/fd-leak.mdwn': No such file or directory
touch: cannot touch 'bugs/file-id-and-client-id-collision-corruption.mdwn': No such file or directory
touch: cannot touch 'bugs/filename-hash-collisions.mdwn': No such file or directory
touch: cannot touch 'bugs/force-lock_currently_doesn__39__t_work.mdwn': No such file or directory
touch: cannot touch 'bugs/forget-is-too-slow.mdwn': No such file or directory
touch: cannot touch 'bugs/forget-progress-reporting.mdwn': No such file or directory
touch: cannot touch 'bugs/forget_progress_reporting_broken.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck-does-not-lock.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck-rechecks-same-chunks.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck-should-fix-refcount-errors.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck-should-not-require-user-to-be-known-client.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck-should-reconstruct-chunk-btrees.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck-should-remove-extra-files.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck-workitem-unification.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck_gives_warnings_for_simple_cases.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck_needs_too_much_memory.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck_progress_counts_wrong.mdwn': No such file or directory
touch: cannot touch 'bugs/fstype-include-exclude-mdwn': No such file or directory
touch: cannot touch 'bugs/fuse-hardlinks.mdwn': No such file or directory
touch: cannot touch 'bugs/fuse-without-generations.mdwn': No such file or directory
touch: cannot touch 'bugs/fuse.mdwn': No such file or directory
touch: cannot touch 'bugs/generation-descriptions.mdwn': No such file or directory
touch: cannot touch 'bugs/generation-locking.mdwn': No such file or directory
touch: cannot touch 'bugs/generation-time-stamps-wrong.mdwn': No such file or directory
touch: cannot touch 'bugs/glob-exclusion.mdwn': No such file or directory
touch: cannot touch 'bugs/gpg-options.mdwn': No such file or directory
touch: cannot touch 'bugs/gpg-passphrase.mdwn': No such file or directory
touch: cannot touch 'bugs/help-output-groups.mdwn': No such file or directory
touch: cannot touch 'bugs/helper-script-for-bug-report-data-gathering.mdwn': No such file or directory
touch: cannot touch 'bugs/inefficient-metadata.mdwn': No such file or directory
touch: cannot touch 'bugs/insufficient-locking.mdwn': No such file or directory
touch: cannot touch 'bugs/integer-too-big.mdwn': No such file or directory
touch: cannot touch 'bugs/keep-bugs-in-ikiwiki.mdwn': No such file or directory
touch: cannot touch 'bugs/keep-chunk-dirs-locked-less.mdwn': No such file or directory
touch: cannot touch 'bugs/keep-hours-buggy.mdwn': No such file or directory
touch: cannot touch 'bugs/keep-per-client-lock-across-snapshots.mdwn': No such file or directory
touch: cannot touch 'bugs/keeps-dev-urandom-open.mdwn': No such file or directory
touch: cannot touch 'bugs/key-managements.mdwn': No such file or directory
touch: cannot touch 'bugs/lacks-compression-plugin.mdwn': No such file or directory
touch: cannot touch 'bugs/larch-journal-processing-progress-reporting.mdwn': No such file or directory
touch: cannot touch 'bugs/live-data-backup-restore-benchmark-failure.mdwn': No such file or directory
touch: cannot touch 'bugs/llistxattr-fail-fatal.mdwn': No such file or directory
touch: cannot touch 'bugs/local-temp-cache.mdwn': No such file or directory
touch: cannot touch 'bugs/lock-key-in-ram.mdwn': No such file or directory
touch: cannot touch 'bugs/lock-notification.mdwn': No such file or directory
touch: cannot touch 'bugs/lock-timeout-error-does-not-identify-lock.mdwn': No such file or directory
touch: cannot touch 'bugs/log_files_that_have_been_backed_up_with_log_level_INFO.mdwn': No such file or directory
touch: cannot touch 'bugs/ls-output-formats.mdnw': No such file or directory
touch: cannot touch 'bugs/memory-profiling-everywhere.mdwn': No such file or directory
touch: cannot touch 'bugs/missing-progress-reporting.mdwn': No such file or directory
touch: cannot touch 'bugs/missing-v6-restore-test.mdwn': No such file or directory
touch: cannot touch 'bugs/more-details-dedup.mdwn': No such file or directory
touch: cannot touch 'bugs/more-rsync-like.mdwn': No such file or directory
touch: cannot touch 'bugs/multiple-checksums.mdwn': No such file or directory
touch: cannot touch 'bugs/multiple___34__exclude__34___in_configuration_fails.mdwn': No such file or directory
touch: cannot touch 'bugs/multirepository.mdwn': No such file or directory
touch: cannot touch 'bugs/needs-porting-to-rhel-sl-centos.mdwn': No such file or directory
touch: cannot touch 'bugs/no-can-two-files-as-roots.mdwn': No such file or directory
touch: cannot touch 'bugs/no-chattr-support.mdwn': No such file or directory
touch: cannot touch 'bugs/non-linux-file-types.mdwn': No such file or directory
touch: cannot touch 'bugs/non-wishlist.mdwn': No such file or directory
touch: cannot touch 'bugs/obnam-benchmark-seivot-branch.mdwn': No such file or directory
touch: cannot touch 'bugs/obnam.org-does-not-have-git-clone-and-patching-instructions.mdwn': No such file or directory
touch: cannot touch 'bugs/obnam_force-lock_does_not_remove_all_locks.mdwn': No such file or directory
touch: cannot touch 'bugs/obnam_fsck_should_do_something_about_unused_chunks.mdwn': No such file or directory
touch: cannot touch 'bugs/obnam_should_handle_user_abort___40__ctrl-c__41___and_SIGTERM_gracefully.mdwn': No such file or directory
touch: cannot touch 'bugs/obnam_squeeze_package_dependencies.mdwn': No such file or directory
touch: cannot touch 'bugs/obnammodule-malloc.mdwn': No such file or directory
touch: cannot touch 'bugs/option_to_not_use_paramiko__63__.mdwn': No such file or directory
touch: cannot touch 'bugs/oserror-stino.mdwn': No such file or directory
touch: cannot touch 'bugs/performance-only.mdwn': No such file or directory
touch: cannot touch 'bugs/performance-with-many-hardlinks.mdwn': No such file or directory
touch: cannot touch 'bugs/precise-checkpoints.mdwn': No such file or directory
touch: cannot touch 'bugs/pretend-does-not-work-on-empty-repo.mdwn': No such file or directory
touch: cannot touch 'bugs/refactor-repository-class.mdwn': No such file or directory
touch: cannot touch 'bugs/regression_on_debian_squeeze_python_dependancy.mdwn': No such file or directory
touch: cannot touch 'bugs/remove-checkpoint-generations.mdwn': No such file or directory
touch: cannot touch 'bugs/remove-client-not-in-manpage.mdwn': No such file or directory
touch: cannot touch 'bugs/remove-clients.mdwn': No such file or directory
touch: cannot touch 'bugs/rename-client.mdwn': No such file or directory
touch: cannot touch 'bugs/rename-clients.mdwn': No such file or directory
touch: cannot touch 'bugs/repo-checksum-use-digest-not-hexdigest.mdwn': No such file or directory
touch: cannot touch 'bugs/repo-upgrades-missing.mdwn': No such file or directory
touch: cannot touch 'bugs/report-actual-transferred-bytes.mdwn': No such file or directory
touch: cannot touch 'bugs/restartable-restore.mdwn': No such file or directory
touch: cannot touch 'bugs/restore-exclude-option.mdwn': No such file or directory
touch: cannot touch 'bugs/restore-gid-when-possible.mdwn': No such file or directory
touch: cannot touch 'bugs/restore-overwrites.mdwn': No such file or directory
touch: cannot touch 'bugs/restore-skip-files.mdwn': No such file or directory
touch: cannot touch 'bugs/restore-timestamp-trouble.mdwn': No such file or directory
touch: cannot touch 'bugs/restore_from_gzip__39__d_repo_gives_confusing_error_message.mdwn': No such file or directory
touch: cannot touch 'bugs/ro-ops-while-rw-runs-crash.mdwn': No such file or directory
touch: cannot touch 'bugs/rolling-checksum-patches-need-review.mdwn': No such file or directory
touch: cannot touch 'bugs/root-is-file-not-dir-error-message.mdwn': No such file or directory
touch: cannot touch 'bugs/rsync_as_transport__63__.mdwn': No such file or directory
touch: cannot touch 'bugs/salsa-tins.mdwn': No such file or directory
touch: cannot touch 'bugs/seek-over-holes.mdwn': No such file or directory
touch: cannot touch 'bugs/set-uid-git-mode-in-new-repo-files.mdwn': No such file or directory
touch: cannot touch 'bugs/setup-too-long-without-feedback.mdwn': No such file or directory
touch: cannot touch 'bugs/sftp-access-to-live-data-crashes.mdwn': No such file or directory
touch: cannot touch 'bugs/sftp-errors.mdwn': No such file or directory
touch: cannot touch 'bugs/sftp-get-put-for-transfer-for-speed.mdwn': No such file or directory
touch: cannot touch 'bugs/sftp-round-trip-optimisation-results-in-scary-log-messages.mdwn': No such file or directory
touch: cannot touch 'bugs/sftp-too-limited.mdwn': No such file or directory
touch: cannot touch 'bugs/should-detect-encryption-automatically-for-read-operations.mdwn': No such file or directory
touch: cannot touch 'bugs/should-not-ignore-whole-directory-when-lstat-on-one-file-fails.mdwn': No such file or directory
touch: cannot touch 'bugs/small-chunks-in-btree.mdwn': No such file or directory
touch: cannot touch 'bugs/small-chunks-in-separate-btree.mdwn': No such file or directory
touch: cannot touch 'bugs/specify-ssh-key-to-use.mdwn': No such file or directory
touch: cannot touch 'bugs/specify-ssh-key.mdwn': No such file or directory
touch: cannot touch 'bugs/struct_calcsize_vs_len_struct_pack.mdwn': No such file or directory
touch: cannot touch 'bugs/symlink-as-backup-root.mdwn': No such file or directory
touch: cannot touch 'bugs/symlink-as-parent-of-backup-root.mdwn': No such file or directory
touch: cannot touch 'bugs/symlink-as-root.mdwn': No such file or directory
touch: cannot touch 'bugs/tarball-with-everything.mdwn': No such file or directory
touch: cannot touch 'bugs/test-against-old-format-versions.mdwn': No such file or directory
touch: cannot touch 'bugs/test-for-full-filesystem.mdwn': No such file or directory
touch: cannot touch 'bugs/test-suite-leave-temp-files.mdwn': No such file or directory
touch: cannot touch 'bugs/time_based_checkpoint_generations.mdwn': No such file or directory
touch: cannot touch 'bugs/too-slow.mdwn': No such file or directory
touch: cannot touch 'bugs/too_much_test_coverage_exclusion.mdwn': No such file or directory
touch: cannot touch 'bugs/tput:_No_value_for___36__TERM_and_no_-T_specified.mdwn': No such file or directory
touch: cannot touch 'bugs/transient-problems-warning.mdwn': No such file or directory
touch: cannot touch 'bugs/turn_--exclude-caches_into_--exclude-tagfile__61__OBNAM__95__NOBACKUP.mdwn': No such file or directory
touch: cannot touch 'bugs/ugly-enoent-error-message.mdwn': No such file or directory
touch: cannot touch 'bugs/ugly-sshexception-error-message.mdwn': No such file or directory
touch: cannot touch 'bugs/use-cliapp-setup_logging-overrides.mdwn': No such file or directory
touch: cannot touch 'bugs/use-cliapps-plugin-manager.mdwn': No such file or directory
touch: cannot touch 'bugs/use-existing-node-size.mdwn': No such file or directory
touch: cannot touch 'bugs/use-fsync.mdwn': No such file or directory
touch: cannot touch 'bugs/username-groupname-over-sftp-wrong.mdwn': No such file or directory
touch: cannot touch 'bugs/utimensat-undefined-symbol.mdwn': No such file or directory
touch: cannot touch 'bugs/verify-pick-randomly.mdwn': No such file or directory
touch: cannot touch 'bugs/verify-progress-should-be-bytes.mdwn': No such file or directory
touch: cannot touch 'bugs/verify-should-continue-past-error.mdwn': No such file or directory
touch: cannot touch 'bugs/verify-stricter.mdwn': No such file or directory
touch: cannot touch 'bugs/vfs-split-for-live-data-repo-access.mdwn': No such file or directory
touch: cannot touch 'bugs/warn-about-common-client-names.mdwn': No such file or directory
touch: cannot touch 'bugs/whitelist-backups.mdwn': No such file or directory
touch: cannot touch 'bugs/whole-file-checksums.mdwn': No such file or directory
touch: cannot touch 'bugs/wishlist-only.mdwn': No such file or directory
touch: cannot touch 'bugs/wishlist:_how_does_memory_and_cpu_usage_of_obnam_depend_on_the_number_of_files_and_their_sizes__63__.mdwn': No such file or directory
touch: cannot touch 'bugs/xattr-changes-do-not-trigger-backup.mdwn': No such file or directory
touch: cannot touch 'faq/checksum-safety.mdwn': No such file or directory
touch: cannot touch 'faq/compared-to.mdwn': No such file or directory
touch: cannot touch 'faq/dedup.mdwn': No such file or directory
touch: cannot touch 'faq/forget-missing-chunk.mdwn': No such file or directory
touch: cannot touch 'faq/is-encrypted.mdwn': No such file or directory
touch: cannot touch 'faq/list-archive-mess.mdwn': No such file or directory
touch: cannot touch 'faq/missing-node.mdwn': No such file or directory
touch: cannot touch 'faq/name.mdwn': No such file or directory
touch: cannot touch 'faq/private-key-for-backup.mdwn': No such file or directory
touch: cannot touch 'faq/profiling.mdwn': No such file or directory
touch: cannot touch 'faq/restore-on-other-client.mdwn': No such file or directory
touch: cannot touch 'faq/safe-repo-sharing.mdwn': No such file or directory
touch: cannot touch 'faq/tuning.mdwn': No such file or directory
touch: cannot touch 'faq/website-changes.mdwn': No such file or directory
touch: cannot touch 'faq/why-nonstd-format.mdwn': No such file or directory
touch: cannot touch 'faq/why-not-on-github.mdwn': No such file or directory
touch: cannot touch 'faq/private-key-for-backup.mdwn': No such file or directory
touch: cannot touch 'faq/dedup.mdwn': No such file or directory
touch: cannot touch 'bugs/sftp-get-put-for-transfer-for-speed.mdwn': No such file or directory
touch: cannot touch 'bugs/non-linux-file-types.mdwn': No such file or directory
touch: cannot touch 'bugs/encryption-improvement-suggestion.mdwn': No such file or directory
touch: cannot touch 'bugs/avoid-stat-for-unchanged-directory.mdwn': No such file or directory
touch: cannot touch 'bugs/commit-progress-reporting.mdwn': No such file or directory
touch: cannot touch 'bugs/backs-parent-of-root-if-relative.mdwn': No such file or directory
touch: cannot touch 'faq/compared-to.mdwn': No such file or directory
touch: cannot touch 'faq/is-encrypted.mdwn': No such file or directory
touch: cannot touch 'faq/forget-missing-chunk.mdwn': No such file or directory
touch: cannot touch 'bugs/backs-parent-of-root-if-relative.mdwn': No such file or directory
touch: cannot touch 'bugs/sftp-errors.mdwn': No such file or directory
touch: cannot touch 'bugs/fuse-hardlinks.mdwn': No such file or directory
touch: cannot touch 'faq/website-changes.mdwn': No such file or directory
touch: cannot touch 'bugs/inefficient-metadata.mdwn': No such file or directory
touch: cannot touch 'bugs/inefficient-metadata.mdwn': No such file or directory
touch: cannot touch 'bugs/obnam.org-does-not-have-git-clone-and-patching-instructions.mdwn': No such file or directory
touch: cannot touch 'bugs/backup-downloads-too-much-data.mdwn': No such file or directory
touch: cannot touch 'bugs/salsa-tins.mdwn': No such file or directory
touch: cannot touch 'bugs/lock-key-in-ram.mdwn': No such file or directory
touch: cannot touch 'bugs/Flexibilize_path_handling_when_doing_backups.mdwn': No such file or directory
touch: cannot touch 'bugs/fd-leak.mdwn': No such file or directory
touch: cannot touch 'bugs/file-id-and-client-id-collision-corruption.mdwn': No such file or directory
touch: cannot touch 'bugs/force-lock_currently_doesn__39__t_work.mdwn': No such file or directory
touch: cannot touch 'bugs/forget_progress_reporting_broken.mdwn': No such file or directory
touch: cannot touch 'bugs/gpg-passphrase.mdwn': No such file or directory
touch: cannot touch 'bugs/larch-journal-processing-progress-reporting.mdwn': No such file or directory
touch: cannot touch 'bugs/multirepository.mdwn': No such file or directory
touch: cannot touch 'bugs/obnam_fsck_should_do_something_about_unused_chunks.mdwn': No such file or directory
touch: cannot touch 'bugs/restore-overwrites.mdwn': No such file or directory
touch: cannot touch 'bugs/salsa-tins.mdwn': No such file or directory
touch: cannot touch 'bugs/should-detect-encryption-automatically-for-read-operations.mdwn': No such file or directory
touch: cannot touch 'bugs/use-fsync.mdwn': No such file or directory
touch: cannot touch 'bugs/verify-stricter.mdwn': No such file or directory
touch: cannot touch 'bugs/whole-file-checksums.mdwn': No such file or directory
touch: cannot touch 'faq/website-changes.mdwn': No such file or directory
touch: cannot touch 'faq/why-not-on-github.mdwn': No such file or directory
touch: cannot touch 'bugs/no-can-two-files-as-roots.mdwn': No such file or directory
touch: cannot touch 'faq/list-archive-mess.mdwn': No such file or directory
touch: cannot touch 'faq/missing-node.mdwn': No such file or directory
touch: cannot touch 'faq/missing-node.mdwn': No such file or directory
touch: cannot touch 'faq/tuning.mdwn': No such file or directory
touch: cannot touch 'faq/tuning.mdwn': No such file or directory
touch: cannot touch 'faq/tuning.mdwn': No such file or directory
touch: cannot touch 'faq/tuning.mdwn': No such file or directory
touch: cannot touch 'faq/tuning.mdwn': No such file or directory
touch: cannot touch 'bugs/symlink-as-parent-of-backup-root.mdwn': No such file or directory
touch: cannot touch 'bugs/backup-downloads-too-much-data.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck-rechecks-same-chunks.mdwn': No such file or directory
touch: cannot touch 'bugs/file-id-and-client-id-collision-corruption.mdwn': No such file or directory
touch: cannot touch 'bugs/should-detect-encryption-automatically-for-read-operations.mdwn': No such file or directory
touch: cannot touch 'bugs/obnam.org-does-not-have-git-clone-and-patching-instructions.mdwn': No such file or directory
touch: cannot touch 'bugs/set-uid-git-mode-in-new-repo-files.mdwn': No such file or directory
touch: cannot touch 'bugs/restore-overwrites.mdwn': No such file or directory
touch: cannot touch 'bugs/more-details-dedup.mdwn': No such file or directory
touch: cannot touch 'bugs/done.mdwn': No such file or directory
touch: cannot touch 'bugs/non-wishlist.mdwn': No such file or directory
touch: cannot touch 'bugs/performance-only.mdwn': No such file or directory
touch: cannot touch 'bugs/wishlist-only.mdwn': No such file or directory
touch: cannot touch 'bugs/Ability_to_mix_compressed__47__uncompressed__44___encrypted__47__unencrypted_data_in_repository.mdwn': No such file or directory
touch: cannot touch 'bugs/Add_a_method_for_forgetting_checkpoint_generations.mdwn': No such file or directory
touch: cannot touch 'bugs/Add_more_content_browsing_possibilities.mdwn': No such file or directory
touch: cannot touch 'bugs/CLI_status_line_for_obnam_forget_isn__39__t_updated.mdwn': No such file or directory
touch: cannot touch 'bugs/Can__39__t_set_multiple_roots_in_configfile.mdwn': No such file or directory
touch: cannot touch 'bugs/ERROR:_Cannot_back_up___47__path__47__to__47__file:___40__61__44_____39__No_data_available__39____44_____39____47__path__47__to__47__file__39____41__.mdwn': No such file or directory
touch: cannot touch 'bugs/Excessive_Memory_usage.mdwn': No such file or directory
touch: cannot touch 'bugs/Flexibilize_path_handling_when_doing_backups.mdwn': No such file or directory
touch: cannot touch 'bugs/FreeBSD_support.mdwn': No such file or directory
touch: cannot touch 'bugs/Ignores_invalid_command.mdwn': No such file or directory
touch: cannot touch 'bugs/Inaccurate_speed__47__bytes-transferred_when_resuming.mdwn': No such file or directory
touch: cannot touch 'bugs/Local_cache_of_remote_repo_metadata.mdwn': No such file or directory
touch: cannot touch 'bugs/Log_performance_results_to_logfile.mdwn': No such file or directory
touch: cannot touch 'bugs/Missing___34__e__34___in_commandline_output.mdwn': No such file or directory
touch: cannot touch 'bugs/Mutiple_bugs..mdwn': No such file or directory
touch: cannot touch 'bugs/Obnam_cannot_backup_with_failed_assertion_in_larch_forest.py_at_open__95__forest.py.mdwn': No such file or directory
touch: cannot touch 'bugs/Operation_not_permitted.mdwn': No such file or directory
touch: cannot touch 'bugs/Other_compression_methods__63__.mdwn': No such file or directory
touch: cannot touch 'bugs/Performance_impact_of_backup_generations__63__.mdwn': No such file or directory
touch: cannot touch 'bugs/SSH_connections_left_open.mdwn': No such file or directory
touch: cannot touch 'bugs/Support_SSH_host_aliases___40__and_.ssh__47__config_in_general__41__.mdwn': No such file or directory
touch: cannot touch 'bugs/Support_encrypting_to_a_GPG_public_key_without_having_the_private_key.mdwn': No such file or directory
touch: cannot touch 'bugs/Unhelpful_error_for_missing_key.mdwn': No such file or directory
touch: cannot touch 'bugs/ValueError:_need_more_than_1_value_to_unpack.mdwn': No such file or directory
touch: cannot touch 'bugs/Warn___40__and_optionally_skip__41___backing_up_large_files.mdwn': No such file or directory
touch: cannot touch 'bugs/__34__No_such_file_or_directory__34___when_trying_to_backup.mdwn': No such file or directory
touch: cannot touch 'bugs/abort-if-sftp-breaks.mdwn': No such file or directory
touch: cannot touch 'bugs/acl-xattr.mdwn': No such file or directory
touch: cannot touch 'bugs/all-filesystem-types.mdwn': No such file or directory
touch: cannot touch 'bugs/arch-diagram.mdwn': No such file or directory
touch: cannot touch 'bugs/avoid-hash-collisions.mdwn': No such file or directory
touch: cannot touch 'bugs/avoid-stat-for-unchanged-directory.mdwn': No such file or directory
touch: cannot touch 'bugs/backup-plugin-reporting.mdwn': No such file or directory
touch: cannot touch 'bugs/backup-pretend-should-list-filenames-to-stdout.mdwn': No such file or directory
touch: cannot touch 'bugs/backup-progress-unchanged-chunks.mdwn': No such file or directory
touch: cannot touch 'bugs/bad-error-message-with-bad-larch-or-repo-version.mdwn': No such file or directory
touch: cannot touch 'bugs/bad-message-for-regexp-syntax-error.mdwn': No such file or directory
touch: cannot touch 'bugs/baserock.mdwn': No such file or directory
touch: cannot touch 'bugs/benchmark-fsck.mdwn': No such file or directory
touch: cannot touch 'bugs/benchmarks-make-restore-elapsed-be-zeroes.mdwn': No such file or directory
touch: cannot touch 'bugs/better-way-to-upgrade-format-versions.mdwn': No such file or directory
touch: cannot touch 'bugs/bgproc.mdwn': No such file or directory
touch: cannot touch 'bugs/block-device-backup.mdwn': No such file or directory
touch: cannot touch 'bugs/c-lstat.mdwn': No such file or directory
touch: cannot touch 'bugs/chunk-size-based-on-data-type-and-size.mdwn': No such file or directory
touch: cannot touch 'bugs/chunks-dir-init-has-no-lock.mdwn': No such file or directory
touch: cannot touch 'bugs/clients-list-should-include-ids.mdwn': No such file or directory
touch: cannot touch 'bugs/clients-subcommand-for-non-clients.mdwn': No such file or directory
touch: cannot touch 'bugs/commit-progress-reporting.mdwn': No such file or directory
touch: cannot touch 'bugs/committing-changes-takes-long-without-feedback.mdwn': No such file or directory
touch: cannot touch 'bugs/compression-and-encryption-together-fails.mdwn': No such file or directory
touch: cannot touch 'bugs/compression-methods.mdwn': No such file or directory
touch: cannot touch 'bugs/crash_when_started_without_--log_option.mdwn': No such file or directory
touch: cannot touch 'bugs/crashing-early-leads-to-assertion-error.mdwn': No such file or directory
touch: cannot touch 'bugs/ctime.mdwn': No such file or directory
touch: cannot touch 'bugs/deduplication-stats.mdwn': No such file or directory
touch: cannot touch 'bugs/default-exclusions.mdwn': No such file or directory
touch: cannot touch 'bugs/delete-files-from-generations.mdwn': No such file or directory
touch: cannot touch 'bugs/disable-paramiko-logging.mdwn': No such file or directory
touch: cannot touch 'bugs/disk-full.mdwn': No such file or directory
touch: cannot touch 'bugs/do-not-cross-bind-mounts.mdwn': No such file or directory
touch: cannot touch 'bugs/document-black-box-testing.mdwn': No such file or directory
touch: cannot touch 'bugs/document-how-to-check-encryption-is-being-used.mdwn': No such file or directory
touch: cannot touch 'bugs/document-repo-upgrade.mdwn': No such file or directory
touch: cannot touch 'bugs/does-not-pass-test-suite-on-fedora17.mdwn': No such file or directory
touch: cannot touch 'bugs/does-not-unlock-when-failing-when-live-data-goes-away.mdwn': No such file or directory
touch: cannot touch 'bugs/done.mdwn': No such file or directory
touch: cannot touch 'bugs/done/FTBFS:___34__FAIL:_root-is-symlink:_got_exit_code_1__44___expected_0__34__.mdwn': No such file or directory
touch: cannot touch 'bugs/encrypt-fails-gpg-batchmode.mdwn': No such file or directory
touch: cannot touch 'bugs/encryption-improvement-suggestion.mdwn': No such file or directory
touch: cannot touch 'bugs/errors-during-backup-should-cause-exit-1.mdwn': No such file or directory
touch: cannot touch 'bugs/estimate-backup-time.mdwn': No such file or directory
touch: cannot touch 'bugs/estimate-to-be-freed-space.mdwn': No such file or directory
touch: cannot touch 'bugs/exclude-after-readlink.mdwn': No such file or directory
touch: cannot touch 'bugs/exclude-based-on-mime-type.mdwn': No such file or directory
touch: cannot touch 'bugs/exclude-based-on-size.mdwn': No such file or directory
touch: cannot touch 'bugs/exclude_already_existing_files_in_backup__44___does_not_remove_them.mdwn': No such file or directory
touch: cannot touch 'bugs/fd-leak.mdwn': No such file or directory
touch: cannot touch 'bugs/filename-hash-collisions.mdwn': No such file or directory
touch: cannot touch 'bugs/force-lock_currently_doesn__39__t_work.mdwn': No such file or directory
touch: cannot touch 'bugs/forget-is-too-slow.mdwn': No such file or directory
touch: cannot touch 'bugs/forget-progress-reporting.mdwn': No such file or directory
touch: cannot touch 'bugs/forget_progress_reporting_broken.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck-does-not-lock.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck-should-fix-refcount-errors.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck-should-not-require-user-to-be-known-client.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck-should-reconstruct-chunk-btrees.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck-should-remove-extra-files.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck-workitem-unification.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck_gives_warnings_for_simple_cases.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck_needs_too_much_memory.mdwn': No such file or directory
touch: cannot touch 'bugs/fsck_progress_counts_wrong.mdwn': No such file or directory
touch: cannot touch 'bugs/fstype-include-exclude-mdwn': No such file or directory
touch: cannot touch 'bugs/fuse-without-generations.mdwn': No such file or directory
touch: cannot touch 'bugs/fuse.mdwn': No such file or directory
touch: cannot touch 'bugs/generation-descriptions.mdwn': No such file or directory
touch: cannot touch 'bugs/generation-locking.mdwn': No such file or directory
touch: cannot touch 'bugs/generation-time-stamps-wrong.mdwn': No such file or directory
touch: cannot touch 'bugs/glob-exclusion.mdwn': No such file or directory
touch: cannot touch 'bugs/gpg-options.mdwn': No such file or directory
touch: cannot touch 'bugs/gpg-passphrase.mdwn': No such file or directory
touch: cannot touch 'bugs/help-output-groups.mdwn': No such file or directory
touch: cannot touch 'bugs/helper-script-for-bug-report-data-gathering.mdwn': No such file or directory
touch: cannot touch 'bugs/inefficient-metadata.mdwn': No such file or directory
touch: cannot touch 'bugs/insufficient-locking.mdwn': No such file or directory
touch: cannot touch 'bugs/integer-too-big.mdwn': No such file or directory
touch: cannot touch 'bugs/keep-bugs-in-ikiwiki.mdwn': No such file or directory
touch: cannot touch 'bugs/keep-chunk-dirs-locked-less.mdwn': No such file or directory
touch: cannot touch 'bugs/keep-hours-buggy.mdwn': No such file or directory
touch: cannot touch 'bugs/keep-per-client-lock-across-snapshots.mdwn': No such file or directory
touch: cannot touch 'bugs/keeps-dev-urandom-open.mdwn': No such file or directory
touch: cannot touch 'bugs/key-managements.mdwn': No such file or directory
touch: cannot touch 'bugs/lacks-compression-plugin.mdwn': No such file or directory
touch: cannot touch 'bugs/larch-journal-processing-progress-reporting.mdwn': No such file or directory
touch: cannot touch 'bugs/live-data-backup-restore-benchmark-failure.mdwn': No such file or directory
touch: cannot touch 'bugs/llistxattr-fail-fatal.mdwn': No such file or directory
touch: cannot touch 'bugs/local-temp-cache.mdwn': No such file or directory
touch: cannot touch 'bugs/lock-key-in-ram.mdwn': No such file or directory
touch: cannot touch 'bugs/lock-notification.mdwn': No such file or directory
touch: cannot touch 'bugs/lock-timeout-error-does-not-identify-lock.mdwn': No such file or directory
touch: cannot touch 'bugs/log_files_that_have_been_backed_up_with_log_level_INFO.mdwn': No such file or directory
touch: cannot touch 'bugs/ls-output-formats.mdnw': No such file or directory
touch: cannot touch 'bugs/memory-profiling-everywhere.mdwn': No such file or directory
touch: cannot touch 'bugs/missing-progress-reporting.mdwn': No such file or directory
touch: cannot touch 'bugs/missing-v6-restore-test.mdwn': No such file or directory
touch: cannot touch 'bugs/more-rsync-like.mdwn': No such file or directory
touch: cannot touch 'bugs/multiple-checksums.mdwn': No such file or directory
touch: cannot touch 'bugs/multiple___34__exclude__34___in_configuration_fails.mdwn': No such file or directory
touch: cannot touch 'bugs/multirepository.mdwn': No such file or directory
touch: cannot touch 'bugs/needs-porting-to-rhel-sl-centos.mdwn': No such file or directory
touch: cannot touch 'bugs/no-chattr-support.mdwn': No such file or directory
touch: cannot touch 'bugs/non-linux-file-types.mdwn': No such file or directory
touch: cannot touch 'bugs/non-wishlist.mdwn': No such file or directory
touch: cannot touch 'bugs/obnam-benchmark-seivot-branch.mdwn': No such file or directory
touch: cannot touch 'bugs/obnam_force-lock_does_not_remove_all_locks.mdwn': No such file or directory
touch: cannot touch 'bugs/obnam_fsck_should_do_something_about_unused_chunks.mdwn': No such file or directory
touch: cannot touch 'bugs/obnam_should_handle_user_abort___40__ctrl-c__41___and_SIGTERM_gracefully.mdwn': No such file or directory
touch: cannot touch 'bugs/obnam_squeeze_package_dependencies.mdwn': No such file or directory
touch: cannot touch 'bugs/obnammodule-malloc.mdwn': No such file or directory
touch: cannot touch 'bugs/option_to_not_use_paramiko__63__.mdwn': No such file or directory
touch: cannot touch 'bugs/oserror-stino.mdwn': No such file or directory
touch: cannot touch 'bugs/performance-only.mdwn': No such file or directory
touch: cannot touch 'bugs/performance-with-many-hardlinks.mdwn': No such file or directory
touch: cannot touch 'bugs/precise-checkpoints.mdwn': No such file or directory
touch: cannot touch 'bugs/pretend-does-not-work-on-empty-repo.mdwn': No such file or directory
touch: cannot touch 'bugs/refactor-repository-class.mdwn': No such file or directory
touch: cannot touch 'bugs/regression_on_debian_squeeze_python_dependancy.mdwn': No such file or directory
touch: cannot touch 'bugs/remove-checkpoint-generations.mdwn': No such file or directory
touch: cannot touch 'bugs/remove-client-not-in-manpage.mdwn': No such file or directory
touch: cannot touch 'bugs/remove-clients.mdwn': No such file or directory
touch: cannot touch 'bugs/rename-client.mdwn': No such file or directory
touch: cannot touch 'bugs/rename-clients.mdwn': No such file or directory
touch: cannot touch 'bugs/repo-checksum-use-digest-not-hexdigest.mdwn': No such file or directory
touch: cannot touch 'bugs/repo-upgrades-missing.mdwn': No such file or directory
touch: cannot touch 'bugs/report-actual-transferred-bytes.mdwn': No such file or directory
touch: cannot touch 'bugs/restartable-restore.mdwn': No such file or directory
touch: cannot touch 'bugs/restore-exclude-option.mdwn': No such file or directory
touch: cannot touch 'bugs/restore-gid-when-possible.mdwn': No such file or directory
touch: cannot touch 'bugs/restore-skip-files.mdwn': No such file or directory
touch: cannot touch 'bugs/restore-timestamp-trouble.mdwn': No such file or directory
touch: cannot touch 'bugs/restore_from_gzip__39__d_repo_gives_confusing_error_message.mdwn': No such file or directory
touch: cannot touch 'bugs/ro-ops-while-rw-runs-crash.mdwn': No such file or directory
touch: cannot touch 'bugs/rolling-checksum-patches-need-review.mdwn': No such file or directory
touch: cannot touch 'bugs/root-is-file-not-dir-error-message.mdwn': No such file or directory
touch: cannot touch 'bugs/rsync_as_transport__63__.mdwn': No such file or directory
touch: cannot touch 'bugs/salsa-tins.mdwn': No such file or directory
touch: cannot touch 'bugs/seek-over-holes.mdwn': No such file or directory
touch: cannot touch 'bugs/setup-too-long-without-feedback.mdwn': No such file or directory
touch: cannot touch 'bugs/sftp-access-to-live-data-crashes.mdwn': No such file or directory
touch: cannot touch 'bugs/sftp-get-put-for-transfer-for-speed.mdwn': No such file or directory
touch: cannot touch 'bugs/sftp-round-trip-optimisation-results-in-scary-log-messages.mdwn': No such file or directory
touch: cannot touch 'bugs/sftp-too-limited.mdwn': No such file or directory
touch: cannot touch 'bugs/should-not-ignore-whole-directory-when-lstat-on-one-file-fails.mdwn': No such file or directory
touch: cannot touch 'bugs/small-chunks-in-btree.mdwn': No such file or directory
touch: cannot touch 'bugs/small-chunks-in-separate-btree.mdwn': No such file or directory
touch: cannot touch 'bugs/specify-ssh-key-to-use.mdwn': No such file or directory
touch: cannot touch 'bugs/specify-ssh-key.mdwn': No such file or directory
touch: cannot touch 'bugs/struct_calcsize_vs_len_struct_pack.mdwn': No such file or directory
touch: cannot touch 'bugs/symlink-as-backup-root.mdwn': No such file or directory
touch: cannot touch 'bugs/symlink-as-root.mdwn': No such file or directory
touch: cannot touch 'bugs/tarball-with-everything.mdwn': No such file or directory
touch: cannot touch 'bugs/test-against-old-format-versions.mdwn': No such file or directory
touch: cannot touch 'bugs/test-for-full-filesystem.mdwn': No such file or directory
touch: cannot touch 'bugs/test-suite-leave-temp-files.mdwn': No such file or directory
touch: cannot touch 'bugs/time_based_checkpoint_generations.mdwn': No such file or directory
touch: cannot touch 'bugs/too-slow.mdwn': No such file or directory
touch: cannot touch 'bugs/too_much_test_coverage_exclusion.mdwn': No such file or directory
touch: cannot touch 'bugs/tput:_No_value_for___36__TERM_and_no_-T_specified.mdwn': No such file or directory
touch: cannot touch 'bugs/transient-problems-warning.mdwn': No such file or directory
touch: cannot touch 'bugs/turn_--exclude-caches_into_--exclude-tagfile__61__OBNAM__95__NOBACKUP.mdwn': No such file or directory
touch: cannot touch 'bugs/ugly-enoent-error-message.mdwn': No such file or directory
touch: cannot touch 'bugs/ugly-sshexception-error-message.mdwn': No such file or directory
touch: cannot touch 'bugs/use-cliapp-setup_logging-overrides.mdwn': No such file or directory
touch: cannot touch 'bugs/use-cliapps-plugin-manager.mdwn': No such file or directory
touch: cannot touch 'bugs/use-existing-node-size.mdwn': No such file or directory
touch: cannot touch 'bugs/use-fsync.mdwn': No such file or directory
touch: cannot touch 'bugs/username-groupname-over-sftp-wrong.mdwn': No such file or directory
touch: cannot touch 'bugs/utimensat-undefined-symbol.mdwn': No such file or directory
touch: cannot touch 'bugs/verify-pick-randomly.mdwn': No such file or directory
touch: cannot touch 'bugs/verify-progress-should-be-bytes.mdwn': No such file or directory
touch: cannot touch 'bugs/verify-should-continue-past-error.mdwn': No such file or directory
touch: cannot touch 'bugs/verify-stricter.mdwn': No such file or directory
touch: cannot touch 'bugs/vfs-split-for-live-data-repo-access.mdwn': No such file or directory
touch: cannot touch 'bugs/warn-about-common-client-names.mdwn': No such file or directory
touch: cannot touch 'bugs/whitelist-backups.mdwn': No such file or directory
touch: cannot touch 'bugs/whole-file-checksums.mdwn': No such file or directory
touch: cannot touch 'bugs/wishlist-only.mdwn': No such file or directory
touch: cannot touch 'bugs/wishlist:_how_does_memory_and_cpu_usage_of_obnam_depend_on_the_number_of_files_and_their_sizes__63__.mdwn': No such file or directory
touch: cannot touch 'bugs/xattr-changes-do-not-trigger-backup.mdwn': No such file or directory
touch: cannot touch 'faq/checksum-safety.mdwn': No such file or directory
touch: cannot touch 'faq/dedup.mdwn': No such file or directory
touch: cannot touch 'faq/name.mdwn': No such file or directory
touch: cannot touch 'faq/private-key-for-backup.mdwn': No such file or directory
touch: cannot touch 'faq/profiling.mdwn': No such file or directory
touch: cannot touch 'faq/restore-on-other-client.mdwn': No such file or directory
touch: cannot touch 'faq/safe-repo-sharing.mdwn': No such file or directory
touch: cannot touch 'faq/why-nonstd-format.mdwn': No such file or directory
Use of uninitialized value $ENV{"HOME"} in concatenation (.) or string at /usr/share/perl5/IkiWiki.pm line 49.
Use of uninitialized value $ENV{"HOME"} in concatenation (.) or string at /usr/share/perl5/IkiWiki.pm line 49.
Use of uninitialized value $ENV{"HOME"} in concatenation (.) or string at /usr/share/perl5/IkiWiki.pm line 49.
Use of uninitialized value $ENV{"HOME"} in concatenation (.) or string at /usr/share/perl5/IkiWiki.pm line 49.
rebuilding wiki..
contributing has multiple possible source files; one will be chosen at random
scanning index.mdwn
scanning mirror.sh
scanning bug-reporting.mdwn
scanning ikiwiki.setup
scanning wq.mdwn
scanning local.css
scanning quotes.mdwn
scanning status.mdwn
scanning style.css
scanning git-mtime.sh
scanning license.mdwn
scanning obnam.jpg
scanning contributing.mdwn
scanning signing.mdwn
scanning contact.mdwn
scanning roadmap.mdwn
scanning tutorial.mdwn
scanning jusdustprodic1986.mdwn
scanning development.mdwn
scanning encryption.mdwn
scanning 1.0.mdwn
scanning ondisk.mdwn
scanning donate.txt
scanning kitten.jpg
scanning shortcuts.mdwn
scanning contributing.md
scanning liw-bitcoin-qr-obnam.png
scanning bytemark-ff3270c4.svg
scanning obnam.svg
scanning sidebar.mdwn
scanning bugs.mdwn
scanning benchmarks.mdwn
scanning blog.mdwn
scanning roadmap-ga.mdwn
scanning README.mdwn
scanning download.mdwn
scanning sad.mdwn
scanning donate.mdwn
scanning locking.mdwn
scanning bytemark-4aa4ed38.png
scanning format-6.mdwn
scanning obnam.1.txt
scanning faq.mdwn
scanning NEWS.mdwn
scanning format-green-albatross.mdwn
scanning sticker.png
scanning templates/editcreationconflict.tmpl
scanning templates/rsspage.tmpl
scanning templates/archivepage.tmpl
scanning templates/page.tmpl
scanning templates/renamesummary.tmpl
scanning templates/rssitem.tmpl
scanning templates/calendaryear.tmpl
scanning templates/calendarmonth.tmpl
scanning templates/emailauth.tmpl
scanning templates/editpagegone.tmpl
scanning templates/recentchanges.tmpl
scanning templates/inlinepage.tmpl
scanning templates/commentmoderation.tmpl
scanning templates/titlepage.tmpl
scanning templates/googleform.tmpl
scanning templates/blogpost.tmpl
scanning templates/microblog.tmpl
scanning templates/revert.tmpl
scanning templates/aggregatepost.tmpl
scanning templates/notifyemail.tmpl
scanning templates/atompage.tmpl
scanning templates/searchform.tmpl
scanning templates/autotag.tmpl
scanning templates/login-selector.tmpl
scanning templates/pocreatepage.tmpl
scanning templates/editcomment.tmpl
scanning templates/comment.tmpl
scanning templates/editpage.tmpl
scanning templates/editfailedsave.tmpl
scanning templates/autoindex.tmpl
scanning templates/feedlink.tmpl
scanning templates/editconflict.tmpl
scanning templates/searchquery.tmpl
scanning templates/passwordmail.tmpl
scanning templates/atomitem.tmpl
scanning templates/trails.tmpl
scanning templates/change.tmpl
scanning tag/meeting.mdwn
scanning tag/obnam-1.0-blocker.mdwn
scanning tag/obnam-wishlist.mdwn
scanning tag/program.mdwn
scanning tag/obnam-performance.mdwn
scanning tag/obnam3.mdwn
scanning tag/person.mdwn
scanning tag/development-note.mdwn
scanning blog/2023/01/meeting.mdwn
scanning blog/2021/12/04/obnam-0.6.0.mdwn
scanning blog/2021/12/06/planning.mdwn
scanning blog/2021/03/28/planning.mdwn
scanning blog/2021/01/31/iteration.mdwn
scanning blog/2021/01/02/iteration.mdwn
scanning blog/2021/01/16/iteration.mdwn
scanning blog/2021/01/29/v0.2.2.mdwn
scanning blog/2021/07/18/meeting.mdwn
scanning blog/2021/07/04/meetings.mdwn
scanning blog/2021/11/21/0.5.0.mdwn
scanning blog/2021/11/21/planning.mdwn
scanning blog/2021/11/07/planning.mdwn
scanning blog/2021/04/18/meeting.mdwn
scanning blog/2021/04/25/meeting.md
scanning blog/2021/08/01/planning.mdwn
scanning blog/2021/08/16/planning.mdwn
scanning blog/2021/08/29/planning.mdwn
scanning blog/2021/09/12/planning.mdwn
scanning blog/2021/05/10/meeting.md
scanning blog/2021/02/28/planning.mdwn
scanning blog/2021/02/15/iteration.mdwn
scanning blog/2021/06/06/meeting.mdwn
scanning blog/2022/03/21/planning.mdwn
scanning blog/2022/03/08/obnam-0.7.1.mdwn
scanning blog/2022/03/06/planning.mdwn
scanning blog/2022/10/planning.mdwn
scanning blog/2022/01/07/planning.mdwn
scanning blog/2022/01/04/obnam-0.7.0.mdwn
scanning blog/2022/07/24/obnam-0.8.0.mdwn
scanning blog/2022/11/planning.mdwn
scanning blog/2022/04/03/planning.mdwn
scanning blog/2022/04/17/plannning.mdwn
scanning blog/2022/02/23/planning.mdwn
scanning blog/2022/06/12.mdwn
scanning blog/2025/obnam3-07.mdwn
scanning blog/2025/obnam3-02.mdwn
scanning blog/2025/obnam3-22.mdwn
scanning blog/2025/obnam3-16.mdwn
scanning blog/2025/obnam3-03.mdwn
scanning blog/2025/obnam3-18.mdwn
scanning blog/2025/obnam3-09.mdwn
scanning blog/2025/obnam3-12.mdwn
scanning blog/2025/obnam3-05.mdwn
scanning blog/2025/obnam3-01.mdwn
scanning blog/2025/obnam3-04.mdwn
scanning blog/2025/obnam3-21.mdwn
scanning blog/2025/obnam3-17.mdwn
scanning blog/2025/obnam3-20.mdwn
scanning blog/2025/obnam3-27.mdwn
scanning blog/2025/obnam3-14.mdwn
scanning blog/2025/obnam3-25.mdwn
scanning blog/2025/obnam3-24.mdwn
scanning blog/2025/obnam3-11.mdwn
scanning blog/2025/obnam3-13.mdwn
scanning blog/2025/obnam3-26.mdwn
scanning blog/2025/obnam3-06.mdwn
scanning blog/2025/obnam3-23.mdwn
scanning blog/2025/obnam3-08.mdwn
scanning blog/2025/obnam3-15.mdwn
scanning blog/2025/obnam3-10.mdwn
scanning blog/2025/obnam3-19.mdwn
scanning blog/2025/obnam3-26/roadmap.svg
scanning blog/2025/obnam3-27/roadmap.svg
scanning ikiwiki/jquery.min.js
scanning ikiwiki/login-selector/login-selector.js
scanning sandbox.mdwn
scanning favicon.ico
scanning ikiwiki.mdwn
scanning recentchanges.mdwn
scanning templates.mdwn
scanning ikiwiki/pagespec.mdwn
scanning ikiwiki/subpage.mdwn
scanning ikiwiki/wikilink.mdwn
scanning ikiwiki/markdown.mdwn
scanning ikiwiki/openid.mdwn
scanning ikiwiki/searching.mdwn
scanning ikiwiki/directive.mdwn
scanning ikiwiki/formatting.mdwn
scanning ikiwiki/subpage/linkingrules.mdwn
scanning ikiwiki/pagespec/sorting.mdwn
scanning ikiwiki/pagespec/attachment.mdwn
scanning ikiwiki/pagespec/po.mdwn
scanning templates/note.mdwn
scanning templates/popup.mdwn
scanning wikiicons/openidlogin-bg.gif
scanning wikiicons/diff.png
scanning wikiicons/revert.png
scanning wikiicons/search-bg.gif
scanning wikiicons/email.png
creating tag page tag/announcement
scanning tag/announcement.mdwn
creating tag page tag/obnam
scanning tag/obnam.mdwn
building index.mdwn
building mirror.sh
building bug-reporting.mdwn
building ikiwiki.setup
building wq.mdwn
building local.css
building quotes.mdwn
building status.mdwn
building style.css
building git-mtime.sh
building license.mdwn
building obnam.jpg
building contributing.mdwn
building signing.mdwn
building contact.mdwn
building roadmap.mdwn
building tutorial.mdwn
building jusdustprodic1986.mdwn
building development.mdwn
building encryption.mdwn
building 1.0.mdwn
building ondisk.mdwn
building donate.txt
building kitten.jpg
building shortcuts.mdwn
building contributing.md
building liw-bitcoin-qr-obnam.png
building bytemark-ff3270c4.svg
building obnam.svg
building sidebar.mdwn
building bugs.mdwn
building benchmarks.mdwn
building blog.mdwn
building roadmap-ga.mdwn
building README.mdwn
building download.mdwn
building sad.mdwn
building donate.mdwn
building locking.mdwn
building bytemark-4aa4ed38.png
building format-6.mdwn
building obnam.1.txt
building faq.mdwn
building NEWS.mdwn
building format-green-albatross.mdwn
building sticker.png
building templates/editcreationconflict.tmpl
building templates/rsspage.tmpl
building templates/archivepage.tmpl
building templates/page.tmpl
building templates/renamesummary.tmpl
building templates/rssitem.tmpl
building templates/calendaryear.tmpl
building templates/calendarmonth.tmpl
building templates/emailauth.tmpl
building templates/editpagegone.tmpl
building templates/recentchanges.tmpl
building templates/inlinepage.tmpl
building templates/commentmoderation.tmpl
building templates/titlepage.tmpl
building templates/googleform.tmpl
building templates/blogpost.tmpl
building templates/microblog.tmpl
building templates/revert.tmpl
building templates/aggregatepost.tmpl
building templates/notifyemail.tmpl
building templates/atompage.tmpl
building templates/searchform.tmpl
building templates/autotag.tmpl
building templates/login-selector.tmpl
building templates/pocreatepage.tmpl
building templates/editcomment.tmpl
building templates/comment.tmpl
building templates/editpage.tmpl
building templates/editfailedsave.tmpl
building templates/autoindex.tmpl
building templates/feedlink.tmpl
building templates/editconflict.tmpl
building templates/searchquery.tmpl
building templates/passwordmail.tmpl
building templates/atomitem.tmpl
building templates/trails.tmpl
building templates/change.tmpl
building tag/meeting.mdwn
building tag/obnam-1.0-blocker.mdwn
building tag/obnam-wishlist.mdwn
building tag/program.mdwn
building tag/obnam-performance.mdwn
building tag/obnam3.mdwn
building tag/person.mdwn
building tag/development-note.mdwn
building blog/2023/01/meeting.mdwn
building blog/2021/12/04/obnam-0.6.0.mdwn
building blog/2021/12/06/planning.mdwn
building blog/2021/03/28/planning.mdwn
building blog/2021/01/31/iteration.mdwn
building blog/2021/01/02/iteration.mdwn
building blog/2021/01/16/iteration.mdwn
building blog/2021/01/29/v0.2.2.mdwn
building blog/2021/07/18/meeting.mdwn
building blog/2021/07/04/meetings.mdwn
building blog/2021/11/21/0.5.0.mdwn
building blog/2021/11/21/planning.mdwn
building blog/2021/11/07/planning.mdwn
building blog/2021/04/18/meeting.mdwn
building blog/2021/04/25/meeting.md
building blog/2021/08/01/planning.mdwn
building blog/2021/08/16/planning.mdwn
building blog/2021/08/29/planning.mdwn
building blog/2021/09/12/planning.mdwn
building blog/2021/05/10/meeting.md
building blog/2021/02/28/planning.mdwn
building blog/2021/02/15/iteration.mdwn
building blog/2021/06/06/meeting.mdwn
building blog/2022/03/21/planning.mdwn
building blog/2022/03/08/obnam-0.7.1.mdwn
building blog/2022/03/06/planning.mdwn
building blog/2022/10/planning.mdwn
building blog/2022/01/07/planning.mdwn
building blog/2022/01/04/obnam-0.7.0.mdwn
building blog/2022/07/24/obnam-0.8.0.mdwn
building blog/2022/11/planning.mdwn
building blog/2022/04/03/planning.mdwn
building blog/2022/04/17/plannning.mdwn
building blog/2022/02/23/planning.mdwn
building blog/2022/06/12.mdwn
building blog/2025/obnam3-07.mdwn
building blog/2025/obnam3-02.mdwn
building blog/2025/obnam3-22.mdwn
building blog/2025/obnam3-16.mdwn
building blog/2025/obnam3-03.mdwn
building blog/2025/obnam3-18.mdwn
building blog/2025/obnam3-09.mdwn
building blog/2025/obnam3-12.mdwn
building blog/2025/obnam3-05.mdwn
building blog/2025/obnam3-01.mdwn
building blog/2025/obnam3-04.mdwn
building blog/2025/obnam3-21.mdwn
building blog/2025/obnam3-17.mdwn
building blog/2025/obnam3-20.mdwn
building blog/2025/obnam3-27.mdwn
building blog/2025/obnam3-14.mdwn
building blog/2025/obnam3-25.mdwn
building blog/2025/obnam3-24.mdwn
building blog/2025/obnam3-11.mdwn
building blog/2025/obnam3-13.mdwn
building blog/2025/obnam3-26.mdwn
building blog/2025/obnam3-06.mdwn
building blog/2025/obnam3-23.mdwn
building blog/2025/obnam3-08.mdwn
building blog/2025/obnam3-15.mdwn
building blog/2025/obnam3-10.mdwn
building blog/2025/obnam3-19.mdwn
building blog/2025/obnam3-26/roadmap.svg
building blog/2025/obnam3-27/roadmap.svg
building ikiwiki/jquery.min.js
building ikiwiki/login-selector/login-selector.js
building sandbox.mdwn
building favicon.ico
building ikiwiki.mdwn
building recentchanges.mdwn
building templates.mdwn
building ikiwiki/pagespec.mdwn
building ikiwiki/subpage.mdwn
building ikiwiki/wikilink.mdwn
building ikiwiki/markdown.mdwn
building ikiwiki/openid.mdwn
building ikiwiki/searching.mdwn
building ikiwiki/directive.mdwn
building ikiwiki/formatting.mdwn
building ikiwiki/subpage/linkingrules.mdwn
building ikiwiki/pagespec/sorting.mdwn
building ikiwiki/pagespec/attachment.mdwn
building ikiwiki/pagespec/po.mdwn
building templates/note.mdwn
building templates/popup.mdwn
building wikiicons/openidlogin-bg.gif
building wikiicons/diff.png
building wikiicons/revert.png
building wikiicons/search-bg.gif
building wikiicons/email.png
building tag/announcement.mdwn
building tag/obnam.mdwn
done
custom action "ikiwiki" exit code Some(0)
[2025-09-20T12:20:03Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-20T12:20:03Z DEBUG ambient_ci::plan] RUN: Action TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-09-20T12:20:03Z DEBUG ambient_ci::action] Plan::execute: plan=TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-09-20T12:20:03Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/workspace/src",
}
[2025-09-20T12:20:03Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2025-09-20T12:20:03Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-09-20T12:20:03Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-09-20T12:20:03Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-09-20T12:20:03Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-09-20T12:20:03Z TRACE ambient_ci::vdrive] calling tar_create
[2025-09-20T12:20:03Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-09-20T12:20:03Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-20T12:20:03Z DEBUG ambient_ci::plan] RUN: Action TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
}
[2025-09-20T12:20:03Z DEBUG ambient_ci::action] Plan::execute: plan=TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
}
[2025-09-20T12:20:03Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
},
source_dir: "/workspace/src",
}
[2025-09-20T12:20:03Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2025-09-20T12:20:03Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-09-20T12:20:03Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-09-20T12:20:03Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-09-20T12:20:03Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-09-20T12:20:03Z TRACE ambient_ci::vdrive] calling tar_create
[2025-09-20T12:20:04Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-09-20T12:20:04Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-20T12:20:04Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
====================
[2025-09-20T12:20:05Z DEBUG ambient_ci::run] remove old cache
[2025-09-20T12:20:05Z DEBUG ambient_ci::run] extract cache
[2025-09-20T12:20:05Z DEBUG ambient_ci::run] Executing post-plan steps
[2025-09-20T12:20:05Z DEBUG ambient_ci::plan] RUN: Action Rsync {
artifactsdir: "/srv/ambient-state/obnam.org/artifacts",
rsync_target: Some(
"ci@http.liw.fi:/srv/http/obnam.org",
),
}
[2025-09-20T12:20:05Z DEBUG ambient_ci::action] Plan::execute: plan=Rsync {
artifactsdir: "/srv/ambient-state/obnam.org/artifacts",
rsync_target: Some(
"ci@http.liw.fi:/srv/http/obnam.org",
),
}
[2025-09-20T12:20:05Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
"CARGO_TARGET_DIR": "/srv/ambient-state/obnam.org/cache",
"CARGO_HOME": "/srv/ambient-state/obnam.org/dependencies",
},
source_dir: "/tmp/.tmpDn3feO/src",
}
[2025-09-20T12:20:05Z INFO ambient_ci::util] rsync /srv/ambient-state/obnam.org/artifacts/. -> ci@http.liw.fi:/srv/http/obnam.org/.
[2025-09-20T12:20:06Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-20T12:20:06Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-09-20T12:20:06Z DEBUG ambient_ci::project] write project state to /srv/ambient-state/obnam.org/meta.yaml
[2025-09-20T12:20:06Z INFO ambient] ambient ends successfully
<empty log>